@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: 1060px;
	margin: 0 auto;
	padding-right:50px;
	padding-left:50px;
	box-sizing:border-box;
}

.inner.wid{ max-width:1130px;}
.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%;
	padding:18px 0;
	position:relative;
	border-top:7px solid #D5525C;
}

#hdLogo{
	width:240px;
	float:left;
	position:relative;	
	z-index:120;
}

#gNavi{
	float:right;
	padding:10px 0;
}

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

.naviItem a{
	line-height:33px;
	color:#c93b4a;
	font-size:109%;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contactItem{ float:right;}

.contactItem a{
	display:block;
	padding:0 12px;
	line-height:31px;
	color:#c93b4a;
	font-size:109%;
	border:1px solid #D5525C;
}

.contactItem a:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:23px;
	height:16px;
	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:21px;
	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:#D5525C;
	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;
	background:#D5525C;
}

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

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


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

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

.headline-en{
	font-size:45px;
	line-height:1.2;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.headline-jp{
	font-size:117%;
	line-height:1.2;
	margin-top:10px;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.arrow:after{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:10px;
	height:9px;
	margin-left:8px;
	background:url(../img/icons.png) no-repeat -39px 0;
	background-size:100px 100px;
	position:relative;
	top:-1px;
}

.arrow.arrow-red:after{ background-position:-50px 0;}

#contents{ padding-top:70px;}


/* CONCEPT */

#conceptLead{
	font-size:217%;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#conceptTxt{
	font-size:117%;
	line-height:2;
	margin-top:15px;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.button a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:117%;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:#D6525C;
}


/* PROPERTY */

#propertyList{ margin-bottom:-3.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:74px;
	line-height:24px;
	text-align:center;
	color:#c93b4a;
	font-size:117%;
	background:#fff;
	border:1px solid #D6525C;
}

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

.propertyTxt{ font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


/* 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);}


/* TOP BANNER */

#banner{ padding-top:70px;}

#bannerHd{
	text-align:center;
	font-size:234%;
	margin-bottom:30px;
	font-family:"游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bannerItem{ width:calc(25% - 15px);}

.bannerItem a{ display:block;}

.bannerItem img{ transition:opacity 0.2s ease-out;}
.bannerItem a:hover img{ opacity:0.7;}

.bannerItem p{
	margin-top:6px;
	color:#333;
	font-size:92%;
}

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

#footer{
	width:100%;
	padding-top:95px;
	text-align:center;
}

#ftBtn{
	width:360px;
	height:72px;
	padding:2px;
	border:1px solid #D5525C;
	margin:70px auto 0;
	box-sizing:border-box;
}

#ftBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:66px;
	color:#fff;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:150%;
	background:#D5525C;
}

#ftLogo{
	width:209px;
	margin:0 auto 15px;
}

#ftNavi{
	width:100%;
	text-align:center;
}

#ftNavi li{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
}

#ftNavi a{
	color:#000000;
	line-height:2;
	font-size:109%;
	transition:all 0.2s ease-out;
}

#ftNavi a:hover{ color:#c93b4a;}

#copyright{
	width:auto;
	margin-top:60px;
	padding:15px;
	background:#D5515B;
}

#copyright small{
	color:#fff;
	font-size:92%;
}


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


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

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

.naviItem{ margin-right:25px;}

}


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

.tb-show{ display:none;}

#gNavi{ display:block!important;}

#pagetop a:hover{ opacity:1;}

.bannerItem:nth-child(n+5){ margin-top:15px;}
.bannerItem:nth-child(4n+2):last-child{ margin-right:calc(50% + 10px);}
.bannerItem:nth-child(4n+3):last-child{ margin-right:calc(25% + 5px);}


}

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

.tb-hide{ display:none;}

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

#header{ padding:15px 0;}

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

.naviItem{
	float:none;
	margin-right:0;
	padding:10px 0;
	font-size:117%;
	border-bottom:1px solid #c93b4a;
}

.contactItem{
	float:none;
	margin-top:12px;
	padding-bottom:12px;
	border-bottom:1px solid #c93b4a;
}

.contactItem a{
	border:none;
	font-size:117%;
	padding:0;
}

#bannerHd{ font-size:184%;}
.bannerItem{ width:calc(33.333333% - 12px);}


/* footer */

#footer{ padding-top:70px;}

#copyright{ margin-top:40px;}

}


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

.sp-show{ display:none;}

#visualBtn a:hover{ background:rgba(0,0,0,.8);}

/* 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 (min-width: 561px) and (max-width: 788px){

.bannerItem:nth-child(n+4){ margin-top:10px;}
.bannerItem:nth-child(3n+2):last-child{ margin-right:calc(33.333333% + 6px);}

}

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

.sp-hide{ display:none;}

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

#header{
	padding:12px 0;
	border-top:none;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

#navBtn{ top:18px;}


#gNavi{
	height:100vh;
	padding-top:77px;
	top:0;
}


/* contents */

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

#conceptLead{ font-size:184%;}

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

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

.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;
}

#banner{ padding-top:50px;}
#bannerHd{
	font-size:159%;
	margin-bottom:20px;
}

.bannerItem{ width:calc(50% - 6px);}
.bannerItem:nth-child(n+3){ margin-top:8px;}


/* footer */

#footer{ padding-top:40px;}

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

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

#ftNavi{
	width:240px;
	margin:0 auto;
}

#ftNavi li{ margin:0 10px;}
#ftNavi a{ font-size:117%;}

#copyright{
	margin-top:30px;
	padding:10px;
}

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


}

.marker
{
    background-color: Yellow;
}