/*
Theme Name: ジョンソンタウン
Author: 
Author URI: 
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}


html{}

body{
    font-family: 'Arial',"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	font-size: 0.9em;
	color: #000;
}

h1{
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size:1.8em;
	margin:0;
}
h2{
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: normal;
}
time {color: #999;
margin-bottom: 10px;
}

h3{
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
}
h3::after{
    content: '';
    display: block;
    clear: both;
}
h3 p{
    float: right;
    font-size: 13px;
    margin-top: 10px;
}
h3 span{
    font-size: 14px;
    display: block;
}
h4{
	margin-bottom: 20px;
}


h5{
	font-size: 18px;
	padding: 0.5em 0.5em;
    margin: 2em 0;
    border: double 5px #000;
}


hr {
	height: 10px;
	background: linear-gradient(-70deg,transparent 35%,#073B7D 45%, #073B7D 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
}


.pagetitle{
    text-align: center;
    color: #999999;
    font-weight: bold;
    font-size: 40px;
    padding: 20px 0;
    background-color: #F5F6F7;
    margin-bottom: 40px;
}
.pagename{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    background-color: #073B7D;
    margin-bottom: 10px;
}
.bread_crumb+.pagename{
    margin-top: 40px;
}



a{
	color: #000000;
	text-decoration: none;
	transition: opacity 0.5s,background-color 0.5s,color 0.5s;
}
a:visited{}
a:hover{
	color: #073B7D;
	opacity:0.7;
    transition: opacity 0.3s,background-color 1s,color 1s;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity:0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom:1;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom: 1;
}


ol,
ul {
	list-style: none;
}

table{}
th{}
td{}

p{
}


img{
	max-width:100%;
	vertical-align: bottom;
}

i.fa-angle-left,i.fa-angle-right{
    font-size: 180%!important;
    vertical-align: bottom;
}


/* Header -------------------------*/

.mbs {
	position:fixed;
  top:0;
  width:100%;
  z-index:200;
  background:rgba(255,255,255,0.9);;
	box-shadow:0 1px 4px rgba(100,100,100,.1);
}

.headfixed{
  background:rgba(255,255,255,0.9);;
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
	box-shadow:0 1px 4px rgba(100,100,100,.1);
}
.headfdh{
  padding:50px 0;
}


a.anchor{
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}




header{
	position:relative;
}
#top{
    padding: 0px 30px 0px 30px;
    margin-bottom: 25px;
}
#top .logo{
margin-top: 30px;
float: left;
width: 430px;
}
#top .search{
    margin-top: 20px;
    float: right;
}
#top .search a i{
    font-size: 28px;
    color: #073B7D;
    margin-right: 10px;
}

.mainimg{
	position: relative;
}
.mainimg2{
	position: relative;
}

.mainimg p{
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 160px;
	width: 80%;
	color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0,0,0,0.3),0 0 15px rgba(0,0,0,0.3);
	font-size: 50px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    text-align: center;
}

.videowrapper {
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
.video {
    position: relative;
    padding-bottom: 42.5%;
    height: 0;
}
.video video,.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#searchform{
	display: inline-block;
    vertical-align: bottom;
}
#searchform #s{
	background: #E8E8E8;
	width: 160px;
	height: 28px;
	padding-left: 5px;
    vertical-align: bottom;
	border: none;
}
#searchform #searchsubmit{
	background: url(img/search.jpg) no-repeat;
	height: 30px;
	width: 35px;
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
}


/* Navigation -------------------------*/
header nav:after{
    content: '';
    display: block;
    clear: both;
}
header nav{
    padding: 0;
    margin: 0;
    zoom: 1; /* for IE6/7 */
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 999;
}

header nav ul{
	margin:0;
	padding:0;
}

header nav li{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
}

header nav a{
	text-align:center;
	display:block;
	padding:0.5em 0.75em;
}

header nav a span{
    padding: 5px 0;
}
header nav a span:hover{
    border-bottom: 3px solid #D9373E;
}

header nav li ul{
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
	background: none;
}
header nav li:nth-child(1) ul{
    left: auto;
	right: -30px;
	width: 150%;
}
header nav li:nth-child(2) ul{
    left: auto;
	right: 0px;
	width: 110%;
}
header nav li:nth-child(3) ul{
    left: auto;
	right: 0px;
	width: 100%;
}
header nav li:nth-child(4) ul{
    left: auto;
	right: -10px;
	width: 120%;
}
header nav li:nth-child(5) ul{
    left: auto;
	right: 0px;
	width: 200%;
}
header nav li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background: none #FFFFFF;
}
header nav li ul li a{
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
}
header nav li:hover ul li{
	overflow: visible;
	height: 40px;
}


/* Footer -------------------------*/
footer{
    font-size: 12px;
    text-align: center;
    margin-top: 60px;
}
footer a{
    color: #073B7D;
}
footer i{
    font-size: 40px !important;
    padding: 0 10px;
    display: inline-block;
}
footer ul{
    margin: 20px 0;
}
footer li{
    display: inline-block;
}
footer li a{
    color: #000000;
}
footer li+li{
    margin-left: 5px;
}
footer li+li::before{
    content: "｜";
    margin-right: 5px;
}
footer .copy{
    padding: 20px 0;
    background-color: #000000;
    color: #FFFFFF;
}


/* Layout -------------------------*/

.wrap{
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}
.wrap2{
	max-width:900px;
	padding:0px 15px;
	margin:0 auto;
}

#main{
}


#content{
	float:left;
	width:70%;
}

#sidebar{
	float:right;
	width:27%;
}

    #map {
      width: 100%;
      height: 350px;
    }
    #access {
    width: 100%;
    height: 600px;
    margin-top: 70px;
    }


/* Contents -------------------------*/

section+section{ margin-top: 70px; }
section::after{
    content: '';
    display: block;
    clear: both;
}
.entry-content+.entry-content{ margin-top: 50px; }
.entry-content::after{
    content: '';
    display: block;
    clear: both;
}

nav.page-navi li.prev{
	float:left;
}
nav.page-navi li.next{
	float:right;
}


/* Sidebar -------------------------*/
#sidebar aside+aside{
	margin-top:20px;
}

/* Page -------------------------*/
.info{
    margin: 40px 0 100px;
    padding: 30px 50px;
    background-color: #F4F4F2;
}
.info ul{
    padding: 15px 0px;
    border-bottom: 1px solid #E4E4E4;
}
.info div ul:first-child{
    border-top: 1px solid #E4E4E4;
}
.info ul::after{
    content: '';
    display: block;
    clear: both;
}
.info li{
    float: left;
}
.info li+li{
    margin-left: 20px;
}
.info li:nth-child(2){
    padding: 2px 0px;
    border: 1px solid #1F1F1F;
    min-width: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}
.info h3{
    margin-bottom: 10px;
}

.mapnav{
    padding: 20px;
    background-color: #E7EEF5;
    max-width: 960px;
    margin: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapnav img{
    width: 100%;
}
.mapnav p+p{
    margin-top: 10px;
}
.mapnav div{
    text-align: center;
}
.mapnav div a{
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    background-color: #073B7D;
    border-radius: 3px;
    color: #FFFFFF;
    box-shadow:2px 2px 5px 0px rgba(0,0,0,0.3);
}

.more p{
    max-width: 900px;
    margin: 20px auto 40px;
    padding: 0 15px;
}
.more div{
    font-size: 16px;
}

.style{
    margin: 120px 0;
    font-size: 16px;
    font-weight: bold;
}
.style h3{
    text-align: left;
}
.style div{
    float: left;
    max-width: 500px;
}
.style div+div{
    float: right;
    max-width: 460px;
}
.style p+p{
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
}
.style p+p+p{
    font-size: 16px;
    text-align: right;
    margin-top: 70px;
}

.guide{
    margin-top: 100px;
}
.guide h3+p{
    margin: 0 auto 30px;
    max-width: 760px;
}

.rent{

	margin: 120px 0;
}
.rent p{
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

.guidemenu{
    margin-top: 70px;
    text-align: center;
}
.guidemenu li{
    display: inline-block;
    font-size: 18px;
}
.guidemenu li+li{
    margin-left: 30px;
}
.sns{
    margin-top: 30px;
    text-align: right;
}

.detailphoto{
    margin-bottom: 50px;
    position: relative;
}
.detailphoto .sold{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    height: 100px;
    text-align: center;
    background-image: url(img/hold.png);
    background-repeat: no-repeat;
}
.housetex .soldtex{
    font-size: 16px;
    color: #FF0000;
    margin-bottom: 15px;
    font-weight: bold;
}
.mailcont+.soldtex{
    font-size: 14px;
    color: #FF0000;
    margin-top: 10px;
    line-height: 1.2;
}
.detailtex{
    max-width: 550px;
    float: left;
}
.guideimg {
    margin-top: 40px;
}
.guideimg div {
    margin-bottom: 15px;
    width: 49%;
    margin-right: 2%;
    float: left;
}
.guideimg div:nth-child(2n) {
    margin-right: 0;
}
.detailadd{
    max-width: 400px;
    float: right;
    padding: 20px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detailadd div{
    font-size: 16px;
    font-weight: bold;
}
.detailadd div+div{
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
.detailadd div+div+div{
    margin-top: 20px;
}
.pageback{
    text-align: center;
    font-size: 16px;
    margin-top: 70px;
}

.jst{
    margin-top: 50px;
}
.jsttitle{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}
.jstname{
    font-size: 16px;
    margin-bottom: 70px;
}
.jstphoto{
    margin-bottom: 60px;
}
.jsttex{
    max-width: 600px;
    float: left;
}
.middlepho{
    max-width: 850px;
    margin: 50px auto;
}
.stylelist{
    margin: 50px auto;
    text-align: center;
}
.styleadd{
    padding: 20px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
}
.styleadd p+p{
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
.jstmenu{
    margin-top: 70px;
    text-align: center;
}
.jstmenu li{
    display: inline-block;
    font-size: 18px;
}
.jstmenu li+li{
    margin-left: 120px;
}

.renth{
    margin-top: 40px;
}
.housetex{
    max-width: 550px;
    float: left;
}
.houseadd{
    max-width: 400px;
    float: right;
}
.hcat{
    margin-bottom: 10px;
}
.hcat a{
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    padding: 2px 5px;
    color: #1F1F1F;
}
.housedetail{
    margin-top: 40px;
}
.housedetail p+p{
    margin-top: 5px;
}
.mailcont{
    margin-top: 50px;
    text-align: center;
}
.mailcont input[type="submit"]{
  -webkit-appearance: none;
	background-color: #D5251F;
    display: inline-block;
    padding: 10px 80px;
    color: #FFFFFF;
    font-size: 18px;
	border: 0;
    cursor: pointer;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.houseadd .mailcont{
    background-color: #D5251F;
    margin-top: 0px;
}
.housetable{
    padding: 15px;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
}
.housetable-p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.housetable td:first-child{
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

.about{
    margin-top: 40px;
}
.aboutimg{
    width: 50%;
    float: left;
}
.abouttex{
    margin-top: 20px;
}

.addtoany_shortcode{
    text-align: right;
    margin-top: 30px;
}
.addtoany_content {
    text-align: right;
    margin: 30px 0 0;
}

.sitemap{
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
}
.sitemap .sub-menu{
    padding-left: 18px;
    font-size: 14px;
}
.sitemap a{
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #F5F6F7;
}
.sitemap .sub-menu a{
    border-bottom: none;
}

/* Box -------------------------*/
.box2{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.box2:nth-child(2n){
    margin-right: 0;
}
.box2 p+p{
    margin-top: 10px;
}
.more .box3{
    float: left;
    width: 33.33%;
}
.more .box3 img{
    width: 100%;
}

.guide .box4{
    float: left;
    width: 24.625%;
    /*width: 32%;*/
    margin-right: 0.5%;
    text-align: center;
}
.guide .box4:nth-child(4){
    margin-right: 0;
}
.guide .box4 p+p{
    margin-top: 10px;
    font-size: 16px;
}

.guidenav{
    text-align: right;
}
.guidenav a{
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    background-color: #073B7D;
    border-radius: 3px;
    color: #FFFFFF;
    box-shadow:2px 2px 5px 0px rgba(0,0,0,0.3);
}
.gidebox{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}
.gidebox:nth-child(3n){
    margin-right: 0;
}
.gidebox p+p{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}
.gidebox p+p+p{
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
}

.jstbox{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 60px;
}
.jstbox:nth-child(2n){
    margin-right: 0;
}
.jstbox p+p{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #145499;
}
.jstbox p+p+p{
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.rentbox{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}
.rentbox:nth-child(3n){
    margin-right: 0;
}
.rentbox div:nth-child(1){
    position: relative;
}
.rentbox div:nth-child(1) .sold{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 57px;
    text-align: center;
    background-image: url(img/hold.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.rentbox div:nth-child(2){
    margin: 10px 0 5px;
    font-size: 16px;
}
.rentbox div p{
    float: left;
}
.rentbox div p+p{
    float: right;
    font-size: 12px;
}
.rentbox div p.cat a{
    margin-left: 5px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    padding: 2px 5px;
    color: #1F1F1F;
}

.aboutbox{
    width: 31.7%;
	padding: 0px 8px 15px 8px;
    float: left;
    position: relative;
}
/*.aboutbox p{
	padding: 5px 0 0 0;
	font-size: 16px;
}*/
.aboutbox p{
    padding: 15px 0;
    position: absolute;
    width: 86%;
    height: 62px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(68,68,68,0.40);
    font-size: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aboutbox2{
    width: 33.3%;
    float: left;
    position: relative;
}
.aboutbox2 p{
    padding: 15px 10px;
    position: absolute;
    width: 80%;
    height: 140px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(68,68,68,0.40);
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutbox3{
    width: 48%;
	padding: 0px 8px 15px 8px;
    float: left;
    position: relative;
}

.aboutbox3 p{
    padding: 15px 0;
    position: absolute;
    width: 86%;
    height: 62px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(68,68,68,0.40);
    font-size: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aboutbox4{
    width: 48%;
	padding: 0px 8px 15px 8px;
    float: left;
    position: relative;
}

.aboutbox4 p{
    padding: 15px 0;
    position: absolute;
    width: 86%;
    height: 62px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(68,68,68,0.40);
    font-size: 22px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutbox p a,.aboutbox2 p a,.aboutbox3 p a,.aboutbox4 p a{
    color: #FFF;
    text-shadow:2px 2px 4px rgba(0,0,0,0.65);
}

.hisbox1{
    width: 63%;
    float: left;
    padding: 20px;
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hisbox2{
    width: 32%;
    float: right;
}
.hisbox2 div+div{
    margin-top: 15px;
}
.hisbox2 div{
    position: relative;
}
.hisbox2 div p{
    padding: 5px 0;
    position: absolute;
    width: 86%;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(68,68,68,0.40);
    font-size: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hisbox2 div p a{
    color: #FFF;
    text-shadow:2px 2px 4px rgba(0,0,0,0.65);
}

.photo_l{
    float: left;
    text-align: center;
}
.photo_r{
    float: right;
    text-align: center;
}


.about-waku {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #000;
}
.about-waku2 {
	float: left;
	width: 445px;
	height: 150px;
    padding: 0.5em 1em;
    margin: 10px;
    border: solid 1px #000;
}
.about-waku3 {
	width: 445px;
	background-color: #F6F6F6;
    padding: 0.5em 1em;
}


/* Breadcrumb -------------------------*/
.bread_crumb{
    margin: 10px 0 20px;
    font-size: 12px;
}
.bread_crumb li{
    display: inline-block;
}
.bread_crumb li+li{
    margin-left: 5px;
}
.bread_crumb li+li::before{
    content: "＞";
    margin-right: 5px;
}

/* Pagetop -------------------------*/
#pagetop {
	position:fixed;
	bottom:60px;
	right:70px;
	z-index:100;
}
#fun {
	position:fixed;
	bottom:260px;
	right:50px;
	z-index:100;
}
#life {
	position:fixed;
	bottom:150px;
	right:50px;
	z-index:100;
}

/* Clearfix -------------------------*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1; /* for IE6/7 */
}

.sp{
    display: none;
}


/* Other -------------------------*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.aligncenter {
    display: block;
    margin: 0 auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
	max-width: 100%;
	height: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.wp-pagenavi{
    margin: 40px 0;
    text-align: center;
}

.wp-caption.alignright {
	padding: 0 0 20px 30px;
}
.wp-caption.alignleft {
	padding: 0 30px 20px 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding-top: 5px;
}

img.alignright {
	padding: 0 0 30px 30px;
}
img.alignleft {
	padding: 0 30px 30px 0;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ssss{
    display: none;
	}
.pppp{
    display: block;
}
/*メディア歴画像余白*/
.media-yoha img {
	margin: 3px;
}
/*アクセスタウンマップタイトル*/
.acc-tm-title {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding: 100px 0 20px;
}

/*コンタクトフォーム*/
.wpcf7-form{
    max-width: 750px;
    margin: 0 auto;
}
.wpcf7 table {
	border-collapse: separate;
	border-spacing: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	line-height: 2.5;
	margin-bottom: 20px;
	font-size: 12px;
	padding-top: 1px;
}
.wpcf7 label {
    margin: 0 0 20px;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    font-size: 16px;
}
.wpcf7 label span.wpcf7-not-valid-tip,.wpcf7 label span.required {
	color: #FF0004;
}
.wpcf7 label span {
    font-size: 14px;
}
.wpcf7 label span.wpcf7-list-item-label {
	color: #000;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    vertical-align: middle;
    width: 95%;
    height: 40px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    margin: 5px 0;
}
.wpcf7 input[type="text"].number {
	width:80%;
}
.wpcf7 textarea {
	height:200px;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"]{
  -webkit-appearance: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	background-color: #1A509D;
	border: 0;
	color: #fff;
	margin: 0 1%;
	text-align: center;
	width: 40%;
	margin: 0 auto;
	display: block;
	font-size: 18px;
}
.wpcf7 input[type="reset"],.wpcf7 input.wpcf7-back{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	background: #BBBBBB;
	border: 0;
	color: #fff;
	margin: 0 1%;
	text-align: center;
	width: 40%;
	margin: 0 auto;
	display: block;
}
.wpcf7 input[type="submit"]:hover{
	cursor: pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.wpcf7 input[type="reset"]:hover,input[type="button"]:hover{
	cursor: pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.wpcf7 .contform {
	width: 100%;
	line-height: 2.5;
	margin-bottom: 30px;
	font-size: 12px;
}
.wpcf7 .contform li span.wpcf7-not-valid-tip{
	display: inline-block;
	padding-left: 10px;
}
.wpcf7-validation-errors{
	text-align: center;
}
.wpcf7c-conf {
    background-color: #EEEEEE;
}
.wpcf7c-elm-step2{
	margin-top: 20px;
	text-align: center;
}


/*コメント*/
.nocomments {
    display: none;
}
#commentform p{
	margin: 0px 0px 10px;
}
#commentform input[type="text"]{
	width: 40%;
}
#commentform textarea{
	width: 98%;
}
#commentform input[type="submit"]{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	background: #C59D62;
	border: 0;
	color: #fff;
	text-align: center;
	width: 240px;
}
#commentform input[type="submit"]:hover{
	cursor: pointer;
	background: #DBC19B;
}

/*コメントphp追加css*/
#comping h3{
    clear: both;
    margin-top:40px;
    }
#comping p{margin-bottom:15px;}
#comping p.wait{margin:5px; color:#F00;}
#comping .comment-meta,
#comping .comment-meta a{
    margin-bottom:10px;
    color: #999;
    font-size:85%;
    }
#comping .comment-meta a:hover{color: #ccc;}
 
/*コメント用*/
.commentlist{margin-bottom:30px;}
    .commentlist li {
	padding: 15px 0 0 55px;
	position: relative;
	border-bottom: 1px dotted #D6D6D6;
        }
    .commentlist li li {
	border-bottom: none;
        }
    .commentlist li ul.children li {
	border-top: 1px dotted #D6D6D6;
        }
    .commentlist .avatar {
        background:#fff;
        border:1px solid #ddd;
        left:0;
        margin:0 16px 0 0;
        padding:3px;
        position:absolute;
        top:15px;
        }
    .commentlist .reply a{
	position: absolute;
	top: 12px;
	right: 0;
	padding: 2px 20px;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	background: #D6D6D6;
        }
        .commentlist .reply a:hover {color: #999;}
#commentnav{
	text-align: center;
	margin-bottom: 20px;
}
#commentnav span a{
	text-decoration: underline;
	font-weight: bold;
}
#commentnav span{ float: left; }
#commentnav span+span{ float: right; }
 
/*トラックバック用*/
.pinglist{margin-bottom:30px;}
    .pinglist li {
        padding:15px 0 0 10px;
        position:relative;
        }



/* 楽しみ方----------*/



.er-icon {
    color: #999999;
    font-weight: bold;
    font-size: 28px;
    background-color: #F5F6F7;
    margin-bottom: 20px;
}




/* 1170px -------------------------

@media screen and (max-width: 1169px) {
*/

/* 1024px -------------------------*/

@media screen and (max-width: 1024px) {

#top{
    display: none;
}
	
.headfdh{
  padding:26px 0;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
	
	
}



/* 1000px -------------------------*/
@media screen and (max-width: 999px) {


	

	
	
.pc{
    display: none;
}
.sp{
    display: block;
}
.mainimg p{
    display: none;
}
.pagetitle{
    font-size: 24px;
    padding: 10px 0;
}
.info{
    padding: 30px 20px;
}
.info li:nth-child(3){
    margin-top: 10px;
    margin-left: 0;
    float: none;
    display: inline-block;
    width: 100%;
}
.style div{
    float: none;
}
.style div+div{
    float: none;
    margin-top: 40px;
}
.style p+p+p{
    margin-top: 40px;
    text-align: center;
}
.guide .box4{
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
}
.guide .box4:nth-child(2){
    margin-right: 0;
}
.detailtex{
    max-width: 100%;
    float: none;
}
.detailadd{
    max-width: 100%;
    float: none;
    margin-top: 30px;    
}
.detailtex img,.detailadd img{
    width: 100%;
}
.aboutbox{
    width: 100%;
    float: none;
    margin-right: 0;
	padding: 0;
}
.aboutbox p{
    height: 90px;
}
.aboutbox+.aboutbox{
    margin-top: 15px;
}
.aboutbox img{
    width: 100%;
}
.aboutbox2{
    width: 100%;
    float: none;
    margin-right: 0;
}
.aboutbox2 p{
    height: 180px;
}
.aboutbox2+.aboutbox2{
    margin-top: 30px;
}
.aboutbox2 img{
    width: 100%;
}

.aboutbox3{
    width: 100%;
    float: none;
    margin-right: 0;
	padding: 0;
}
.aboutbox3 p{
    height: 90px;
}
.aboutbox3+.aboutbox3{
    margin-top: 15px;
}
.aboutbox3 img{
    width: 100%;
}
.aboutbox4{
    width: 48%;
    margin: 1%;
	padding: 0;
}
.aboutbox4 p{
    height: 90px;
}

.aboutbox4 img{
    width: 100%;
}

.hisbox1{
    width: 100%;
    float: none;
}
.hisbox2{
    width: 100%;
    float: none;
    margin-top: 30px;
}
.hisbox2 div p {
    font-size: 16px;
}
.hisbox2 div img{
    width: 100%;
}
#pagetop {
    right: 10px;
	bottom:100px;
}
#fun {
    top: 100px;
    right: 5px;
	bottom:auto;
}
#life {
    top: 180px;
    right: 5px;
	bottom:auto;
}
.guide .box4:nth-child(n+3){
    margin-top: 30px;
}
.photo_l{
    max-width: 100% !important;
    float: none;
    margin-bottom: 30px;
}
.photo_r{
    max-width: 100% !important;
    float: none;
    margin-top: 30px;
}
.gidebox {
    width: 48%;
    margin-right: 4% !important;
}
.gidebox:nth-child(2n) {
    margin-right: 0 !important;
}
.guidemenu li {
    display: block;
    font-size: 18px;
}
.guidemenu li+li {
    margin: 10px 0 0;
}
.jsttex{
    max-width: 100%;
    float: none;
}
.jstbox{
    float: none;
    width: 100%;
    margin-right: 0;
}
.jsttitle {
    font-size: 18px;
}
.jstmenu li + li {
    margin-left: 60px;
}
.rentbox{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
}
.rentbox img{
    width: 100%;
}
.housetex{
    max-width: 100%;
    float: none;
}
.houseadd{
    max-width: 100%;
    float: none;
    margin-top: 60px;
}
.mailcont input[type="submit"]{
    padding: 10px 40px;
}
}


/* 480px -------------------------*/
@media screen and (max-width: 480px) {

.box2{
    float: none;
    width: 100%;
    margin-right: 0;
}
.box2+.box2{
    margin-top: 20px;
}
.hisbox1{
    width: 100%;
	height: 400px;
    float: none;
	overflow: auto;
}
	
.hisbox1::-webkit-scrollbar {
  background:#eee;
  width:5px;
}
.hisbox1::-webkit-scrollbar-thumb {
  background:#000;
}
	
	

	
.wp-caption, .alignleft .alignnone .aligncenter .alignright{
	margin: 0 0 20px 0;
	max-width: 100%;
}


.enjoy-s{
    display: block;
	background-image:  url(img/jst-how-sbg.jpg);
	}
.enjoy-p{
    display: none;
}

.about-waku2 {
    padding: 0.5em 1em;
    margin: 1em 0!important;
	height: auto!important;
	max-width: 90%!important;
    border: solid 1px #000;
}

.ssss{
    display: block;
	}
.pppp{
    display: none;
}

	
}

/* 印刷用 -------------------------*/
@media print {
  /* 印刷用のCSS */


@page {
    size: A4;
	margin: 10mm 8mm;
}
.headfixed {display:none;}
.headfdh {display:none;}
	
.pagetitle{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}	
   #access {
    width: 100%;
    height: 600px;
    margin-top: 0px;
    }
	
/*アクセスタウンマップタイトル*/
.acc-tm-title {
	display:none;
}
	#areamap {text-align: center;}
	#areamap img{width: auto; max-height:950px;}
	
	.addtoany_share_save_container {display:none;}
	
	footer {display:none;}
	#pagetop {display:none!important;}
	
}


