@charset "UTF-8";
/* Common
======================================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:link,a:visited,a:hover,a:active {color: #2D5D99;text-decoration: none;}
a:hover {text-decoration: underline;}

.modepc{display:block!important;}
.modesp{display:none!important;}

body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 100px;
}

#wrap {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* .inner -> デフォルト幅に収める */
.inner {
 	max-width: 1000px;
	margin: 0 auto;
}

/* header
-------------------------------------------*/
#wrap header {
	width: 100vw;
	min-width: 1000px;
	position: fixed;
	top:0;
	z-index:90;
	border-bottom:2px solid #d92c1e;
	background-color: #FFF;
}
#wrap header > .inner{
	height: 100px;
	padding: 25px 0 0 0;
}
#h_logo{
	display: block;
	width: 300px;
}
#h_logo img{
	display: block;
	width: 100%;
}
#btn_h_contact{
	position: absolute;
	top: 20px;
	right: 130px;
}

#btn_menu{
	position: absolute;
	top: 24px;
	right: 40px;
	width: 42px;
}
#btn_menu img{
	width: 100%;
	cursor: pointer;
}
/* Global Menu */
#g_menu{
	display: none;
	position: absolute;
	top: 0;
	padding: 100px 0 90px 0;
	width: 100%;
	background-color: rgba(239,69,54,0.9);
	z-index:100;
}
#g_menu .close{
	position: absolute;
	top: 24px;
	right: 40px;
	width: 42px;
}
#g_menu .close img{
	width: 100%;
	cursor: pointer;
}
#g_menu .logo_gm{
	display: block;
	width: 200px;
}
#g_menu .logo_gm img{
	width: 100%;
}
#g_menu a{
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
}
#g_menu .inner{
	display: flex;
	justify-content: space-between ;
	align-items: center;
}

#g_menu nav{
	width: 720px;
}
#g_menu ul{
	padding: 25px 0;
}
#g_menu ul.gm2{
	border-top: 1px solid #FFF;
}
#g_menu li{
	float: left;
	background: url(../img/arrow_s_wht.png) 100% center no-repeat;
}
#g_menu li.exlink{
	background-image: url(../img/icon_exlink_wht.png);
	background-size: 14px 10px;
}

#g_menu li.blk_spc{
	background:none;
}

#g_menu li:nth-child(odd){
	width: 320px;
	margin-right: 30px;
}
#g_menu li:nth-child(even){
	width: 370px;
}

#gmsd{
	position: absolute;
	top: 40px;
	right: 115px;
}

#gmsd ul{
	display: flex;
	flex-wrap: wrap;
}

#gmsd li{
	font-size: 14px;
	font-size: 1.4rem;
}

#gmsd li a{
	color: #333;
	text-decoration: none;
}

#gmsd li a:hover{
	text-decoration: underline;
}

#gmsd li:after{
	/* content: "　|　"; */
	content: "|";
	margin-right: 1em;
	margin-left: 1em;
	display: inline-block;
	height: 16px;
	visibility: visible;
}
#gmsd li:last-child:after{
	display: none;
}

/* contents
-------------------------------------------*/

#wrap #contents {
	width: 100%;
	min-width: 1000px;
	padding-bottom: 50px;
	position: relative;
}
/* .content -> contents内の基本単位のクラス */
#wrap #contents .content{
	padding: 0 0 80px 0 ;
}
/* padding-top付き */
#wrap #contents .content_tp{
	padding: 80px 0 ;
}
/* padding-topのみ */
#wrap #contents .content_tp_only{
	padding: 80px 0 0 0;
}

#btn_cv{
	display: none;
	position: fixed;
	top: 100px;
	width: 100%;
	min-width: 1000px;
	height: 70px;
	margin: 0 auto;
	z-index: 50;
}
#btn_cv a{
	float: right;
	width: 250px;
	height: 70px;
	padding-right: 25px;
	display: flex;
	justify-content: center ;
	align-items: center;
	flex-direction: column;
  text-align: center;
  border: 1px solid #d92c1e;
  color: #FFF;
  text-decoration: none;
  background-color: #d92c1e;
  background-image: url(../img/arrow_l_wht.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
	background-size: 10px 16px;
}
#btn_cv a span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}

#btn_cv a:hover{
  border: 1px solid #d92c1e;
  color: #d92c1e;
  background-color: #FFF;
  background-image: url(../img/arrow_l_red.png);
}

/* コンテンツ毎のナビゲーション */
#content_nav{
	position: relative;
}
/* パンくず */
#breadcrumbs ul{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding-top: 3px;
}
#breadcrumbs li{
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
}
#breadcrumbs li a{
	color: #666;
}
#breadcrumbs li span{
	color: #999;
}
#breadcrumbs li a,
#breadcrumbs li span{
	display: inline-block;
	line-height: 30px;
}
#breadcrumbs li:after{
	content: "\03e";
	display: inline-block;
	height: 30px;
	margin: 0 0.5em;
	visibility: visible;
}

#breadcrumbs li:last-child:after{
	display: none;
}
/* サブメニュー */
#btn_submenu{
	display: none;
}
#submenu{
	padding: 10px 0;
	background-color: #F1F1F1;
}
#submenu ul{
	display: flex;
	flex-wrap: wrap;
}
#submenu ul:after{
	position: absolute;
}

#submenu li{
	line-height: 30px;
}
#submenu li:after{
	/* content: "　|　"; */
	content: "|";
	margin-right: 1em;
	margin-left: 1em;
	display: inline-block;
	height: 16px;
	visibility: visible;
}
#submenu li:last-child:after{
	display: none;
}

#submenu li a,
#submenu li span{
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
}
#submenu li a{color: #666;}
#submenu li span{color: #999;}


/* footer
-------------------------------------------*/
#wrap footer {
	width: 100%;
}
#wrap footer p{
	font-size: 14px ;
	font-size: 1.4rem ;
}
#wrap footer #foot_nav{
	padding: 50px 0 30px 0;
	background-color: #FFF;
	border-top:2px solid #d92c1e;
}
#foot_nav .inner{
	display: flex;
	justify-content: space-between ;
	align-items: center;
}
#foot_nav #f_logo{
	display: block;
	width: 280px;
}
#foot_nav #f_logo img{
	display: block;
	width: 230px;
}
#foot_nav nav{
	width: 720px;
	font-size: 14px;
	font-size: 1.4rem;
}
#foot_nav ul{
	padding: 20px 0;
}
#foot_nav ul.gm2{
	border-top: 1px solid #999;
}
#foot_nav li{
	float: left;
	background: url(../img/arrow_s_gray.png) 100% center no-repeat;
}
#foot_nav li a{
	display: block;
	line-height: 36px;
	color: #666;
}
#foot_nav li.exlink{
	background-image: url(../img/icon_exlink_gray.png);
	background-size: 14px 10px;
}
#foot_nav li:nth-child(odd){
	width: 300px;
	margin-right: 30px;
}
#foot_nav li:nth-child(even){
	width: 390px;
}

#foot_nav li.blk_spc{
	display: block;
	line-height: 36px;
	background:none;
}

#wrap footer #foot_bottom{
	padding: 47px 0 31px 0;
	background-color: #EEE;
}
#wrap footer #foot_bottom p{
	display: none;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.67;
}

#foot_bottom .inner{
	display: flex;
	justify-content: flex-end ;
	align-items: flex-end;
}
#foot_bottom img{
	display: inline-block;
}
#footcopy{
	margin: 15px 0 0 0;
}
#pmark{
	margin: 0 15px 0 0;
}

#btn_top{
	display: none;
	position: fixed;
	bottom: 100px;
	width: 100vw;
	min-width: 1000px;
	height: 1px;
	margin: 0 auto;
}
#btn_top a{
	display: block;
	float: right;
	height: 47px;
	margin-right: 57px;
	z-index: 50;
}

.foot_note{
	display: none;
}
footer.foot_note_1 .foot_note_main{
	display: none;
}
footer.foot_note_1 .foot_note_1{
	display: block;
}

#foot_banner_kurasel{
	background-color: #45b035;
	padding:60px 10px;
}
.foot_banner_pc{display:block;}
.foot_banner_sp{display:none;}

.foot_banner_ttl_pc{
	text-align:center;
	margin-bottom:40px;
}

.foot_banner_ttl_pc span{
	position: relative;
	display: inline-block;
	padding: 0 62px;
	font-size:30px;
	font-weight:bold;
	color:#fff;
}
.foot_banner_ttl_pc span:before{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	left:0;
}
.foot_banner_ttl_pc span:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
	right:0;
}

.foot_banner_img_pc{
	text-align:center;
}
.foot_banner_img_pc img{
	width:900px;
}


/* Parts
======================================================================================= */

/* Font
------------------------------------------ */
body{
	/* 以下、通常テキストに準拠 */
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	color: #333333;
	line-height: 2.0;
}
/* IE11 対応（游ゴシックだと表示が微妙に崩れるため） */
@media all and (-ms-high-contrast:none) {
	body{
		font-family: initial;
	}
}

.bold{font-weight: bold;}
.f_red{color: #F00!important;}
.f_red2{color: #D21518!important;}
.font_s{font-size: 14px!important;font-size: 1.4rem!important;}

/* Text layout
------------------------------------------ */
.tal{text-align: left!important;}
.tac{text-align: center!important;}
.tar{text-align: right!important;}

.nowrap{
	white-space: nowrap;
}
.nowrap_cancel{
	white-space: initial!important;
}

/* BG color
------------------------------------------ */
.bg_wht{background-color:#FFF!important;}
.bg_cream{background-color:#F8F5EE!important;}
.bg_red1{background-color:#d92c1e!important;}
.bg_red2{background-color:#B3271F!important;}
.bg_gray1{background-color:#F1F1F1!important;}
.bg_gray2{background-color:#707070!important;}

/* margin */
.m_auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.ma10 { margin: 10px!important; }
.ma15 { margin: 15px!important; }
.ma20 { margin: 20px!important; }
.ma25 { margin: 25px!important; }
.ma30 { margin: 30px!important; }

.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt45 { margin-top: 45px!important; }
.mt50 { margin-top: 50px!important; }

.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }
.ml35 { margin-left: 35px!important; }
.ml40 { margin-left: 40px!important; }
.ml45 { margin-left: 45px!important; }
.ml50 { margin-left: 50px!important; }

.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mr30 { margin-right: 30px!important; }
.mr35 { margin-right: 35px!important; }
.mr40 { margin-right: 40px!important; }
.mr45 { margin-right: 45px!important; }
.mr50 { margin-right: 50px!important; }

.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }

.mb2em { margin-bottom: 2em!important; }
.mb3em { margin-bottom: 3em!important; }
/* padding */
.pa10 { padding: 10px!important; }
.pa15 { padding: 15px!important; }
.pa20 { padding: 20px!important; }
.pa25 { padding: 25px!important; }
.pa30 { padding: 30px!important; }

.pt10 { padding-top: 10px!important; }
.pt15 { padding-top: 15px!important; }
.pt20 { padding-top: 20px!important; }
.pt25 { padding-top: 25px!important; }
.pt30 { padding-top: 30px!important; }

.pl10 { padding-left: 10px!important; }
.pl15 { padding-left: 15px!important; }
.pl20 { padding-left: 20px!important; }
.pl25 { padding-left: 25px!important; }
.pl30 { padding-left: 30px!important; }

.pr10 { padding-right: 10px!important; }
.pr15 { padding-right: 15px!important; }
.pr20 { padding-right: 20px!important; }
.pr25 { padding-right: 25px!important; }
.pr30 { padding-right: 30px!important; }

.pb10 { padding-bottom: 10px!important; }
.pb15 { padding-bottom: 15px!important; }
.pb20 { padding-bottom: 20px!important; }
.pd25 { padding-bottom: 25px!important; }
.pb30 { padding-bottom: 30px!important; }

/* width */
/* % */
.w10p {width: 10%;}
.w20p {width: 20%;}
.w30p {width: 30%;}
.w40p {width: 40%;}
.w50p {width: 50%;}
.w60p {width: 60%;}
.w70p {width: 70%;}
.w80p {width: 80%;}
.w90p {width: 90%;}
.w100p {width: 100%;}

/* em */
.w1em {width: 1em !important;}
.w2em {width: 2em !important;}
.w3em {width: 3em !important;}
.w4em {width: 4em !important;}
.w5em {width: 5em !important;}
.w6em {width: 6em !important;}
.w7em {width: 7em !important;}
.w8em {width: 8em !important;}
.w9em {width: 9em !important;}
.w10em {width: 10em !important;}
.w11em {width: 11em !important;}
.w12em {width: 12em !important;}
.w13em {width: 13em !important;}
.w14em {width: 14em !important;}
.w15em {width: 15em !important;}
.w16em {width: 16em !important;}
.w17em {width: 17em !important;}
.w18em {width: 18em !important;}
.w19em {width: 19em !important;}
.w20em {width: 20em !important;}

/* height */
.h10p {height: 10%;}
.h20p {height: 20%;}
.h30p {height: 30%;}
.h40p {height: 40%;}
.h50p {height: 50%;}
.h60p {height: 60%;}
.h70p {height: 70%;}
.h80p {height: 80%;}
.h90p {height: 90%;}
.h100p {height: 100%;}


/* Tag
======================================================================================= */
/* Hxタグ
------------------------------------------ */
H1{
	margin-bottom: 70px;
	font-size:44px;
	font-size: 4.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.46;
	color: #D92C1E;
}
H1.typeB span{
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	font-weight: normal;
	color: #333;
}
H2{
	margin-bottom: 60px;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.58;
}
H2.typeB{
	height: 80px;
	background-color: #B3271F;
	color: #FFF;
  display: flex;
  align-items: center;
	justify-content : center;
}
H2.typeC{
	line-height: 1.29;
}
H2.typeC span{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.44;
	font-weight: normal;
}
H2.typeD{
	line-height: 1.0;
}
H2.typeD:after{
	content:'';
	display: block;
	width: 60px;
	height: 2px;
	margin: 20px auto 0 auto;
	background-color: #D21518;
}
H2.typeE{
	position: relative;
	max-width: 795px;
	margin: 0 auto;
  background-image: -moz-linear-gradient(#333, #333);
  background-image: -webkit-linear-gradient(#333, #333);
  background-image: linear-gradient(#333, #333);
  background-position: 0px 55%;
  background-size: 2px 1px;
  background-repeat: repeat-x;
}
H2.typeE span{
	display: inline-block;
	padding: 0 80px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	background-color: #FFF;
	z-index: 5;
}
H2.typeF,
H2.typeF_2{
	height: 60px;
	font-size: 26px;
	font-size: 2.6rem;
	background-color: #B3271F;
	color: #FFF;
  display: flex;
  align-items: center;
	justify-content : center;
}
H2.typeF_2{
	font-size: 20px;
	font-size: 2.0rem;
}


H3{
	margin-bottom: 20px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
H3.typeB {
	color: #D21518;
	text-align: left;
}
H3.typeB i{
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	margin-right: 10px;
	color: #FFF;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: normal;
	background-color: #D21518;
}
H3.typeB i:before{
	content: 'POINT ';
	margin-right: 0.2em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.0;
	vertical-align: middle;
}
H4{
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.33;
}

/* pタグ
------------------------------------------ */
p.ttl{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

/* aタグ
------------------------------------------ */
.a_exlink{
	padding-right: 20px;
	background: url(../img/icon_exlink.png) center right no-repeat;
	background-size: 14px 10px;
}
.a_pdf{
	padding-right: 50px;
	background: url(../img/icon_pdf.png) 100% 0 no-repeat;
	background-size: 18px 22px;
}
.a_pdf_in_text{
	padding-right: 25px;
	background: url(../img/icon_pdf.png) 100% 0 no-repeat;
	background-size: 18px 22px;
}
/* tableタグ
------------------------------------------ */
table{
	width: 100%;
}
th, td{
	padding: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #999;
}
th{
	color: #FFF;
	font-weight: bold;
	background-color: #A2A5A6;
}

/* inputタグ
------------------------------------------ */
input::placeholder{color: #CCC;}
input:-ms-input-placeholder{color: #CCC;}  /* IE */
input::-ms-input-placeholder{color: #CCC;} /* Edge */
input,
select,
textarea{
	font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* dialog
******************************************************/
.dialog {

}

.dialog p {
	border: 1px solid #ccc;
	margin: 0 0 15px;
	padding : 15px 10px;
	height: 350px;
	overflow-y: scroll;
}

.dialog .dialog_close {
	text-align: center;
	margin: 0 0 10px;
}

/* ボタン風アンカー
------------------------------------------ */
.btn_style_red {
  background-color: #c0504d;
	color: #fff!important;
	text-decoration: none!important;
	padding: 8px 20px;
	border-radius: 6px;
	border: none;
}

.btn_style_red:hover {
	text-decoration: underline!important;
}

/* 物件検索モーダル
------------------------------------------ */
#search_area {
	text-align: left;
	border: 1px solid #ccc;
	margin: 0 0 15px;
	padding : 15px 10px;
	height: 350px;
	overflow-y: scroll;
}

#search_area .read {

}

#search_area .form_area {
	margin-bottom: 10px;
}

#search_word {
	width: 380px;
	height: 38px;
}

#search_area > ul {

}

#search_area > ul li {
	margin-bottom: 12px;
}

#search_area > ul a {
	display: inline-block;
	margin-bottom: 2px;
  text-decoration: underline!important;
}

#search_area > dl {
	margin: 10px 0 20px;
}

#search_area > dl dt {
	font-weight: bold;
}

#search_area > dl dd {
	margin-left: 10px;
}

.ui-dialog * {
    font-size: 11pt;
}

.ui-dialog button {
    min-width: 120px;
}

/* Media Query
======================================================================================= */
/* =PC */
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
