@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	overflow-y:scroll;
}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	word-break:break-all;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

input[type=text],
input[type=tel],
input[type=password],
textarea{ -webkit-appearance:none;}

input[type=checkbox],
input[type=radio]{
	position:relative;
	top:-1px;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.img-responsive{
	width:100%;
	height:auto;
}

.opacity { transition:all 0.2s ease-out;}

.opacity:hover { opacity: .7;}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/* margin */
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}

.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}

/* padding */
.pt10 { padding-top: 10px;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}

.pr10 { padding-right: 10px;}
.pr20 { padding-right: 20px;}
.pr30 { padding-right: 30px;}

.pb10 { padding-bottom: 10px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}

.pl10 { padding-left: 10px;}
.pl20 { padding-left: 20px;}
.pl30 { padding-left: 30px;}

/* font-size */
.font10 { font-size: 84%;}
.font11 { font-size: 92%;}
.font12 { font-size: 100%;}
.font13 { font-size: 109%;}
.font14 { font-size: 117%;}
.font15 { font-size: 125%;}
.font16 { font-size: 134%;}
.font17 { font-size: 142%;}
.font18 { font-size: 150%;}
.font19 { font-size: 159%;}
.font20 { font-size: 167%;}
.font21 { font-size: 175%;}
.font22 { font-size: 184%;}
.font23 { font-size: 192%;}
.font24 { font-size: 200%;}
.font25 { font-size: 209%;}
.font26 { font-size: 217%;}
.font27 { font-size: 226%;}



/*------------------------------------------------------------ 
    スタイル 
------------------------------------------------------------*/

.inner {
	width:100%;
	max-width: 1240px;
	margin: 0 auto;
	padding-right:50px;
	padding-left:50px;
	box-sizing:border-box;
}

.inner.small{ max-width:815px;}
.inner.mid{ max-width:880px;}

.list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	   -ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hover figure{ overflow:hidden;}

.hover img{ transition:all 0.4s ease-out;}

.hover:hover img{ transform:scale(1.1);}

.tel-link a{ color:inherit;}

/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header {
	width:100%;
	background:rgba(0,0,0,.5);
}

#hdLogo{
	width:257px;
	float:left;
	line-height:80px;
	position:relative;	
	z-index:120;
}

#gNavi{ float:right;}

.naviItem{
	float:left;
	margin-right:50px;
	position:relative;
}

.naviItem > a{
	display:block;
	line-height:80px;
	color:#fff;
	font-weight:bold;
	font-size:134%;
	font-family:Arial, Helvetica, sans-serif;
}

.trigger > a:after{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width: 0;
	height: 0;
	margin-left:4px;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #ffffff transparent transparent transparent;
}

#subNavi{
	display:none;
	width:100%;
	min-width:170px;
	padding:5px 10px 10px;
	position:absolute;
	top:80px;
	left:0;
	z-index:10;
	background:rgba(0,0,0,.5);
	box-sizing:border-box;
}

#subNavi a{
	color:#fff;
	font-weight:bold;
	line-height:2;
	font-size:125%;
	font-family:Arial, Helvetica, sans-serif;	
}

.contactItem{ float:right;}

.contactItem a{
	display:block;
	padding:0 5px;
	line-height:80px;
	color:#fff;
	font-weight:bold;
	font-size:134%;
	font-family:Arial, Helvetica, sans-serif;
	background:#3E78C3;
	transition:all 0.2s ease-out;
}

.contactItem a:hover{ background:#7099CD;} 

.contactItem a:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:19px;
	height:13px;
	margin-right:6px;
	background:url(../img/icons.png) no-repeat 0 0;
	background-size:100px 100px;
}


/* sp */

#navBtn{
	width:40px;
	height:40px;
	position:absolute;
	right:15px;
	top:20px;
	z-index:120;
}

#navBtn a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}

.top-bar,
.middle-bar,
.bottom-bar{
	width: 30px;
	height: 3px;
	background-color:#fff;
	transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	transform-origin: 50% 50%;
	position: absolute;
	top: 8px;
	left:5px;
}

.middle-bar{
	transition: opacity 0s .15s linear ;
	top: 18px;
}

.bottom-bar{ top: 28px;}

.open .top-bar{
	transform: rotate(45deg);
	top: 18px;
}

.open .middle-bar{ opacity: 0;}

.open .bottom-bar{
	transform: rotate(-45deg);
	top: 18px;
}


/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

.headline{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}

.headline-en{
	font-size:34px;
	line-height:1;
}

.headline-jp{
	line-height:1.2;
	font-size:109%;
	margin-top:10px;
}

#contents{ padding-top:70px;}


/* CONCEPT */

#conceptLead{
	font-size:234%;
	color:#231815;
}

#conceptTxt{
	font-size:117%;
	line-height:2;
	color:#231815;
	margin-top:15px;
}

.button{
	width:250px;
	height:50px;
	margin:50px auto 0;
}

.button a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:117%;
	background:#EA6C00;
}


/* PROPERTY */

#propertyList{ margin-bottom:-2.61%;}

.propertyItem{
	width:22.29166666666667%;
	margin-bottom:3.61%;
}

.propertyItem a{
	display:block;
	width:100%;
	color:#000;
}

.propertyHd{
	margin-top:12px;
	position:relative;
}

.propertyHd:after{
	display:block;
	content:"";
	width:14px;
	height:14px;
	background:url(../img/icons.png) no-repeat -24px 0;
	background-size:100px 100px;
	position:absolute;
	right:0;
	top:6px;
}

.list-flag{
	width:70px;
	line-height:24px;
	text-align:center;
	color:#000;
	font-size:109%;
	background:#fff;
	border:1px solid #2A2A2A;
}

.propertyHd h3{
	font-size:117%;
	padding:5px 0;
}

.inner.property{
	max-width:836px;
	margin-top:60px;
}

.sectionAddress{
	font-size:142%;
	margin-bottom:10px;
}

.sectionInfo{
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
}

.sectionInfo .list-flag{
	color:#595757;
	float:left;
	border-color:#6C6A6A;
}

.sectionTxt{
	width:calc(100% - 90px);
	float:right;
	line-height:26px;
	font-size:167%;
}

#slider{ margin-bottom:25px;}

#thumbnail-slider{
	width:auto;
	margin:0 -100px;
	padding:0 100px;
}

#thumbnail-slider .slick-list{
	width:auto;
	margin:0 -50px;
}

#thumbnail-slider .slick-slide{
	cursor:pointer;
	padding:0 5px;
	box-sizing:border-box;
}

#thumbnail-slider .slick-current{ opacity:0.7;}

.section{ margin-top:100px;}

#contents .sectionHd{
	width:100%;
	font-size:38px;
	font-weight:normal;
	margin-bottom:30px;
	text-align:center;
}

.tableWrap{
	width:100%;
	box-sizing:border-box;
	border:1px solid #696969;
}

.propertyTbl{
	width:50%;
	font-size:117%;
} 

.propertyTbl th{
	vertical-align:top;
	width:100px;
	padding:10px;
	text-align:left;
	border-right:2px solid #ADADAE;
	background:#E9E9EA;
}

.propertyTbl td{
	vertical-align:top;
	padding:10px;
}

.propertyTbl tr:not(:last-child){ border-bottom:2px solid #ADADAE;}

#other{
	margin-top:150px;
	padding-bottom:30px;
}

#otherHd{
	width:100%;
	text-align:center;
	font-size:38px;
	padding-bottom:10px;
	margin-bottom:30px;
	line-height:1;
	border-bottom:1px solid #929292;
}



/* NEWS */

.text{ font-size:125%;}

.text-big1{
	font-size:175%;
	font-weight:bold;
}

.text-big2{
	font-size:192%;
	font-weight:bold;
}

.text-big3{
	font-size:226%;
	font-weight:bold;
}

.halfBox{ width:calc(50% - 20px);}

#contents .newsItem{
	width:100%;
	padding:80px 0;
	border-bottom:2px solid #BEBEBE;
}

.newsHd{
	width:100%;
	margin-bottom:20px;
}

.newsHd .list-flag{
	display:inline-block;
	vertical-align:middle;
	color:#595757;
	margin-right:10px;
	border-color:#6C6A6A;
}

.newsHd-date{
	display:inline-block;
	vertical-align:middle;
	line-height:26px;
	color:#595757;
	font-size:117%;
}

.newsHd-ttl{
	font-size:167%;
	font-weight:bold;
	margin-top:10px;
}

.snsList{
	width:100%;
	margin-top:40px;
	text-align:right;
}

.snsList li{
	display:inline-block;
	vertical-align:top;
	width:27px;
	margin-left:8px;
}

/* CONTACT */

#contactForm{
	width:100%;
	padding:50px 0 120px;
}

#contactForm dl{ margin-bottom:35px;}

#contactForm dt{
	width:auto;
	padding-left:10px;
	margin-bottom:10px;
	line-height:20px;
	font-weight:bold;
	font-size:125%;
	border-left:4px solid #818181;
}

#contactForm .required:after{
	display:inline-block;
	vertical-align:middle;
	content:"必須";
	line-height:20px;
	padding:0 5px;
	margin-left:10px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background:#6C6A6A;
}

.form-input{
	width:100%;
	height:36px;
	padding:0 10px;
	background:#EEEEEE;
	border:none;
	font-size:117%;
	box-sizing:border-box;
}
.form-textarea{
	width:100%;
	height:200px;
	padding:10px;
	background:#EEEEEE;
	resize:none;
	overflow:auto;
	border:none;
	font-size:117%;
	box-sizing:border-box;
}
.input-error{
	background:#ff7f7f;
}

.sectionHd{
	width:100%;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	margin-bottom:15px;
}

.sectionAddress{
	font-size:142%;
	margin:35px 0 10px;
}

.sectionInfo{
	width:100%;
	margin-bottom:80px;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom:2px solid #BEBEBE;
}

.sectionInfo .list-flag{
	color:#595757;
	float:left;
	border-color:#6C6A6A;
}

.sectionTxt{
	width:calc(100% - 90px);
	float:right;
	line-height:26px;
	font-size:167%;
}

/* FADE IN */

.fadein{
	opacity:0;
	transform:translate(0, 50px);
	transition:all 0.6s;
}

.fadein.scrollin{
    opacity:1;
    transform:translate(0, 0);
}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#ftBtn{
	width:360px;
	height:66px;
	margin:70px auto 0;
}

#ftBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:66px;
	color:#fff;
	font-size:150%;
	background:#EA6C00;
}

#footer{
	width:100%;
	padding:80px 0 40px;
	background:#464646;
}

.ftItem1{ width:280px;}
.ftItem2{ width:260px;}
.ftItem3{ width:200px;}

.ftItem dt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	line-height:1;
	color:#fff;
	font-weight:bold;
	margin-bottom:25px;
}

.ftItem dt:after{
	display:block;
	content:"";
	width:60px;
	height:2px;
	margin-top:7px;
	background:#fff;
}

#ftNavi > li{
	width:100%;
	background:#6B6B6B;
}

#ftNavi > li:not(:last-child){ margin-bottom:4px;}

#ftNavi > li > a{
	display:block;
	width:auto;
	padding:0 20px;
	color:#fff;
	line-height:50px;
	font-size:134%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#ftSubNavi{
	display:none;
	padding-bottom:15px;
}

#ftSubNavi a{
	display:block;
	padding:0 20px;
	font-size:125%;
	line-height:2;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#ftService li:not(:last-child){ margin-bottom:15px;}

#ftService div{ width:58px;}

#ftService p{
	width:calc(100% - 70px);
	line-height:57px;
	font-size:134%;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#ftSnsList{
	width:100%;
	overflow:hidden;
}

#ftSnsList li{
	width:39px;
	float:left;
	margin-right:13px;
}

#pagetop{
	width:80px;
	margin:140px 0 0 30px;
}

#pagetop a{
	display:block;
	width:100%;
	height:80px;
	text-align:center;
	line-height:78px;
	border:1px solid #fff;
	border-radius:50%;
	box-sizing:border-box;
}

#copyright{
	margin-top:130px;
	text-align:center;
}

#copyright small{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:114%;
}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

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

.inner{
	padding-right:25px;
	padding-left:25px;
}

.naviItem{ margin-right:30px;}

}

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

#hdLogo{ width:200px;}

#thumbnail-slider .slick-list{ margin:0 -5px;}

}


/* TABLET */
@media screen and (min-width: 789px){

.tb-show{ display:none;}

#gNavi{ display:block!important;}

}

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

.tb-hide{ display:none;}

.open{
	height:100%;
	overflow:hidden;
}

#hdLogo{ line-height:80px;}

#gNavi{
	display:none;
	width:100%;
	height:calc(100vh - 80px);
	padding:5px 25px 30px;
	overflow:auto;
	position:absolute;
	top:80px;
	left:0;
	background:rgba(0,0,0,.5);
	z-index:110;
	box-sizing:border-box;
}

#gNavi > ul{
	opacity:0;
	transform:translate(0, 100px);
	transition:all 0.4s;
}

#gNavi > ul.scrollin{
	opacity:1;
	transform:translate(0, 0);
}

.naviItem{
	float:none;
	margin-right:0;
	padding:10px 0;
}

.naviItem > a{
	padding:0;
	line-height:30px;
}

.contactItem{
	float:none;
	margin-top:12px;
	padding-bottom:12px;
}

.contactItem a{
	border:none;
	padding:0;
	text-align:center;
	line-height:60px;
}

#subNavi{
	position:static;
	padding:5px 10px 0;
	background:none;
}

/* contents */

#conceptLead{ font-size:184%;}



@media screen and (max-width: 788px) and (min-width: 561px){


/* footer */

.ftItem3{
	width:100%;
	margin-top:30px;
	overflow:hidden;
}

#ftSnsList{
	width:auto;
	float:left;
}

#pagetop{
	float:right;
	margin:0;
}

}


/* SP */
@media screen and (min-width: 561px){

.sp-show{ display:none;}

/* 1つ足りない時 */
.propertyItem:nth-child(4n+3):last-child{ margin-right:25.90277777777778%;}

/* 2つ足りない時 */
.propertyItem:nth-child(4n+2):last-child{ margin-right:51.80555555555555%;}

/* 3つ足りない時 */
.propertyItem:nth-child(4n+1):last-child{ margin-right:77.70833333333333%;}

}


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

.sp-hide{ display:none;}

.inner{
	padding-right:15px;
	padding-left:15px;
}

#hdLogo{
	width:calc(100% - 80px);
	max-width:200px;
}

/*
#gNavi{
	height:100vh;
	padding-top:80px;
	top:0;
}
*/

/* contents */

.headline-en{ font-size:234%;}

#conceptLead{
	font-size:150%;
	padding-top:0;
}

#conceptTxt{
	font-size:109%;
	line-height:1.6;
}

.propertyItem{
	width:47.36842105263158%;
	margin-bottom:5.26315789473684%;
}

.propertyHd:after{ top:5px;}

.list-flag{
	width:70px;
	line-height:22px;
	font-size:100%;
}

#contents{ padding-top:100px;}

.text{ font-size:117%;}
.text-big1{ font-size:134%;}
.text-big2{ font-size:150%;}
.text-big3{ font-size:175%;}

.halfBox{
	width:100%;
	margin-bottom:25px;
}

.button{ margin-top:30px;}

.inner.property{ margin-top:30px;}

#slider,
.sectionInfo{ margin-bottom:15px;}

.sectionAddress{ font-size:134%;}

.section{ margin-top:50px;}


#contents .sectionHd{
	font-size:175%;
	margin-bottom:15px;
}

.sectionTxt{
	width:calc(100% - 84px);
	font-size:142%;
}

.propertyTbl{ width:100%;}

.propertyTbl:first-child{ border-bottom:2px solid #ADADAE;}

#other{
	margin-top:70px;
	padding-bottom:20px;
}

#otherHd{
	font-size:175%;
	margin-bottom:20px;
}

/* NEWS */

#contents .newsItem{
	padding:40px 0;
	border-bottom:1px solid #BEBEBE;
}

.newsHd{ margin-bottom:15px;}

.newsHd-ttl{ font-size:134%;}

.snsList{ margin-top:25px;}

/* CONTACT */

#contactForm{
	width:100%;
	padding:25px 0 60px;
}

#contactForm dl{ margin-bottom:25px;}

.sectionAddress{
	font-size:134%;
	margin-top:20px;
}

.sectionInfo{
	margin-bottom:40px;
	padding-bottom:10px;
	border-bottom:1px solid #BEBEBE;
}

.sectionInfo .list-flag{
	color:#595757;
	float:left;
	border-color:#6C6A6A;
}

.sectionTxt{
	width:calc(100% - 84px);
	font-size:142%;
}


/* footer */

#ftBtn{
	width:280px;
	height:56px;
	margin-top:40px;
}

#ftBtn a{
	line-height:56px;
	font-size:125%;
}

#footer{ padding:15px 0 30px;}

.ftItem1,
.ftItem2,
.ftItem3{
	width:100%;
	padding-top:30px;
}

.ftItem dt{
	font-size:175%;
	margin-bottom:20px;
}

#ftNavi > li > a{
	padding:0 15px;
	line-height:40px;
	font-size:125%;
}

#ftSubNavi a{ font-size:117%;}

#ftService div{ width:46px;}

#ftService p{
	width:calc(100% - 58px);
	line-height:45px;
	font-size:125%;
}

#pagetop{
	width:100%;
	margin:50px 0 0;
}

#pagetop a{
	height:50px;
	line-height:48px;
	border-radius:5px;
}

#copyright{ margin-top:75px;}

#copyright small{ font-size:100%;}


}


