@charset "utf-8";

/* ------------------------------
 見出し&テキスト
------------------------------ */
/* -- H1 & H2 -- */
.mainTitle h1,
.contentsHome h2 {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.7rem;
	line-height: 1.2;
	text-align: center;
}
.mainTitle h1::after,
.contentsHome h2::after {
	content: "";
	width: 55px;
	height: 3px;
	position: rerative;
	margin: auto;
	display: block;
	margin-top: 15px;
	background: url(../img/title_line.gif) no-repeat center bottom / 55px auto;
}

/* -- H1 -- */
.mainTitle h1 {
	margin-top: 80px;
}
/* -- メイン画像あり H1 -- */
.mainImg + .mainTitle h1 {
	min-width: 367px;
	padding: 30px 30px 0;
	margin-top: -37px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 5;
}


/* -- H2 -- */
.contentsHome h2 {
	margin-bottom: 20px;
}
.contentsTop h2,
.contentsPage h2 {
	font-size: 1.9rem;
	font-weight: bold;
	color: #003366;
	margin-bottom: 25px;
}
/* 下線ドット H2  */
.dotTitle h2 {
	font-size: 2.1rem;
	text-align: center;
	color: #3F3B3A;
	padding-bottom: 15px;
	border-bottom: dotted 1px #808080;
}

/* 大きい青文字 H2  */
.blueTitle h2 {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 5rem;
	font-weight: normal;
	color: #638C0B;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 0;
	border: none;
}

/* 下矢印ライン青文字 H2  */
.arrowTitle {
	text-align: center;
	margin-bottom: 0;
}
.arrowTitle h2 {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.3rem;
	font-weight: 500;
	color: #1d2e5b;
	line-height: 1.2;
	margin-bottom: 45px;
	padding: 0 20px 15px;
	display: inline-block;
	position: relative;
	border: none;
}
.arrowTitle h2::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #1d2e5b;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.arrowTitle h2::after {
	content: "";
	width: 14px;
	height: 9px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: -1px auto 0;
	background: url(../img/arrow_btm.png) no-repeat center bottom / 14px auto;
}

/* -- 茶色明朝 H3 -- */
.contentsTop h3,
.contentsPage h3 {
	font-weight: bold;
	color: #003366;
	margin-bottom: 10px;
}
.brown_title h3 {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.3rem;
	font-weight: normal;
	color: #7D301C;
	margin-bottom: 30px;
	padding: 0;
}
.brown_title h3::before {
	display: none;
}

/* -- H4 -- */


/* -- メインリード -- */
.mainLead {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
	position: relative;
}

/* -- 小さいリード -- */
.smallLead {
	font-size: 1.5rem;
	font-weight: bold;
	color: #707070;
	margin-bottom: 10px;
}
/* -- 青リード　-- */
.blueLead {
	font-size: 2.2rem;
	font-weight: bold;
	color: #003366;
}

/* -- 吹き出しのような見出し -- */
.standoutTitle {
	font-size: 1.6rem;
	font-weight: bold;
	color: #638C0B;
	text-align: center;
	padding: 0 17px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}
.standoutTitle::before,
.standoutTitle::after {
	content: "";
	width: 1px;
	height: 21px;
	background: #638C0B;
	position: absolute;
	vertical-align: bottom;
	bottom: -3px;
}
.standoutTitle::before {
	left: 0;
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.standoutTitle::after {
	right: 0;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}

/* ------------------------------
 スマホ用コード（見出し）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- H1 & H2 -- */
	.mainTitle h1,
	.contentsHome h2 {
		font-size: 2rem;
	}
	.mainTitle h1::after,
	.contentsHome h2::after {
		margin-top: 15px;
	}
	
	/* -- H1 -- */
	.mainTitle h1 {
		margin-top: 40px;
	}
	/* -- メイン画像あり H1 -- */
	.mainImg + .mainTitle h1 {
		width: 75%;
		min-width: 200px;
		padding: 20px 15px 0;
		margin-top: -37px;
	}
	
	
	/* -- H2 -- */
	.contentsTop h2,
	.contentsPage h2 {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}
	.blueTitle h2 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	/* 下線ドット H2  */
	.dotTitle h2 {
		font-size: 1.8rem;
	}
	
	/* 下矢印ライン青文字 H2  */
	.arrowTitle h2 {
		font-size: 1.9rem;
		margin-bottom: 30px;
		padding: 0 15px 10px;
	}
	
	/* 茶色明朝 H3  */
	.brown_title h3 {
		font-size: 1.9rem;
		margin-bottom: 15px;
	}

	
	
	/* -- メインリード -- */
	.mainLead {
		font-size: 1.7rem;
		margin-bottom: 25px;
	}
	/* -- 小さいリード -- */
	.smallLead {
		font-size: 1.3rem;
	}
	
	/* -- 青リード -- */
	.blueLead {
		font-size: 1.7rem;
	}

	/* -- 吹き出しのような見出し -- */
	.standoutTitle {
		font-size: 1.5rem;
	}
	.standoutTitle::before {
		margin-right: 20px;
	}
	.standoutTitle::after {
		margin-left: 20px;
	}
}
@media screen and (max-width: 479px) {
}



/* ------------------------------
 ボックス
------------------------------ */
.w1-2p {
	width: 48%;
}
.w1-3p {
	width: 33.3333333333333%;
}

/* -- 2/5 --- */
.w2-5,
.w472 {
	width: 472px;
}
/* -- 3/5 --- */
.w3-5,
.w722 {
	width: 722px;
}

/* -- 1/4 --- */
.w1-4,
.w288 {
	width: 288px;
}
/* -- 3/4 --- */
.w3-4 {
	width: 908px;
}

/* -- 1/3 --- */
.w1-3,
.w390 {
	width: 390px;
}

/* -- 2/3 --- */
.w2-3,
.w805 {
	width: 805px;
}

/* -- 1/2 --- */
.w1-2,
.w597 {
	width: 597px;
}

/* -- その他 --- */
.w98 {
	width: 98px;
}
.w180 {
	width: 180px;
}
.w200 {
	width: 200px;
}
.w996 {
	width: 996px;
}

/* ------------------------------
 スマホ用コード（ボックス）
------------------------------ */
@media screen and (max-width: 767px) {
	.w1-2p, 
	.w1-3p,
	.w1-3,
	.w1-2,
	.w1-5,
	.w2-5,
	.w472,
	.w3-5,
	.w722,
	.w1-4,
	.w3-4,
	.w4-5,
	.w2-3,
	.w288,
	.w390,
	.w597,
	.w805,
	.w200,
	.w996 {
		width: auto !important;
	}
	
	/* -- その他 --- */
	.w98 {
		width: 30%;
	}
	.w180 {
		width: 68%;
	}
	.w98.fl {
		float: left;
	}
	.w180.fr {
		float: right;
	}
}


/* ------------------------------
 テーブル
------------------------------ */
.contents table {
	width: 100%;
}

/* デフォルト */
.contents table {
	width: 100%;
	border-collapse: separate;
	border-left: dotted 1px #A9ACAD;
	border-top: dotted 1px #A9ACAD;
}
table th {
	padding: 10px 15px;
	border-right: dotted 1px #A9ACAD;
	border-bottom: dotted 1px #A9ACAD;
	background: #FBFBFB;
	text-align: left;
}
table td {
	padding: 10px 15px;
	vertical-align: top;
	border-right: dotted 1px #A9ACAD;
	border-bottom: dotted 1px #A9ACAD;
}



/* ------------------------------
 スマホ用コード（テーブル）
------------------------------ */
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 479px) {
	/* レスポンシブ */
	.res table {
		width: 100% !important;
	}
	.res table th {
		width: auto !important;
		display: block;
		padding: 5px 10px;
		border-bottom: none;
	}
	.res table td {
		width: auto !important;
		display: block;
		padding: 5px 10px;
	}
}

/* ------------------------------
 リスト
------------------------------ */
/*  ノーマルリスト */
.list ul li {
	font-size: 1.5rem;
	line-height: 1.2;
	padding-left: 1.2em;
	position: relative;
}
.list ul li + li {
	margin-top: 8px;
}
.list ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	vertical-align: top; 
	position: absolute;
	top: .3em;
	left: 0;
	border: solid 3px #B57557;
}
/************** ▼▼▼ 2018/04/09 ベイリーフ改修 byMizuhori ▼▼▼ **************/
/* ------------------------------
 物件詳細
------------------------------ */
div.page_land .list ul li:before {
	border: initial;
}
/************** ▲▲▲ 2018/04/09 ベイリーフ改修 byMizuhori ▲▲▲ **************/
/*  横並びリスト */
.inline li {
	display: inline-block;
	margin-right: 18px;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.list ul li {
		padding-left: 1em;
	}
	
	
}

/* ------------------------------
 線
------------------------------ */
.line_a {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #808080;
}

/* -- 黄色ドット線 -- */
.line_ydot {
	padding-bottom: 40px;
	border-bottom: dotted 4px #D79900;
}
.line_ydot .cms_image {
	margin-bottom: 10px;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.line_a {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	/* -- 黄色ドット線 -- */
	.line_ydot {
		padding-bottom: 25px;
	}
}

/* ------------------------------
 背景色
------------------------------ */

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {

}



/* ------------------------------
 メニューBOX
------------------------------ */
.menuBox {
	position: relative;
}
.menuBox.w1-2.fl:nth-child(2n) {
	margin-left: 24px;
}
.menuBox a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3 );
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.menuBox a:hover::before {
	background: rgba(0, 0, 0, 0 );
}
.menuBox a:hover img {
	opacity: 1;
}
.menuBox div {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.7rem;
	font-weight: 500;
	height: 100%;
	width: 100%;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuBox div span {
	position: relative;
	padding-bottom: 12px;
}
.menuBox div span::after {
	content: "";
	width: 62px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


/* ------------------------------
 スマホ用
------------------------------ */
@media screen and (max-width: 767px) {
	.menuBox.w1-2.fl:nth-child(2n) {
		margin-left: 0;
	}
	.menuBox div {
		font-size: 2rem;
	}
	.menuBox div span::after {
		width: 52px;
	}
}

/* ------------------------------
 ボタン
------------------------------ */
.btn a,
a.btn,
.btn a:after,
a.btn:after,
.btn_contact a,
.btn_contact a:after {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.btn a,
a.btn,
.btn_contact a {
	font-weight: bold;
	line-height: 1.2;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.btn a:after,
a.btn:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 2rem;
	content: '\f105';
	line-height: 1;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
/************** ▼▼▼ 2018/11/26 参考プラン管理機能 byMizuhori ▼▼▼ **************/
.product_list.btn a:after{
	content: none;
}
/************** ▲▲▲ 2018/11/26 参考プラン管理機能 byMizuhori ▲▲▲ **************/	

/* -- 共通ボタン -- */
.btn a,
a.btn {
	font-size: 1.4rem;
	color: #638C0B;
	min-width: 200px;
	padding: 15px 15px;
	border: solid 1px #638C0B;
}
.btn a:after,
a.btn:after {
	right: 15px;
}
.btn a:hover,
a.btn:hover {
	color: #fff;
	background: #638C0B;
}
.btn a:hover:after,
a.btn:hover:after {
	right: 10px;
}
.btn a.cms_inner_blank::after,
a.btn.cms_inner_blank::after {
	width: auto;
	height: 20px;
	background: none;
	margin-left: 0;
}


/* -- next prev ボタン -- */
.btn.prev a,
.btn.next a {
	min-width: 390px;
	text-align: left;
	padding: 15px 20px;
}
.btn.prev a {
	padding-left: 35px;
}
.btn.prev a:after {
	content: '\f104';
	left: 15px;
	right: auto;
}
.btn.prev a:hover:after {
	left: 10px;
	right: auto;
}
.btn.next a {
	padding-right: 35px;
}


/* -- お問合せボタン -- */
.btn_contact a {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
	min-width: 450px;
	padding: 18px 15px;
	background: #638C0B;
}
.btn_contact a span {
	font-size: 1rem;
	display: block;
}
.btn_contact a:hover {
	background: #496CAE;
}
.btn_contact a img {
	vertical-align: top;
	margin-right: 12px;
	margin-top: 0.3em;
}
.btn_contact a:hover img {
	opacity: 1;
}




.btn a:before,
a.btn:before,
.cms_link.btn-blue:before {
	display: none;
}
.cms_link.btn {
	padding-left: 0;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- next prev ボタン -- */
	.btn.prev a,
	.btn.next a {
		min-width: 290px;
	}
	
	/* -- お問合せボタン -- */
	.btn_contact a {
		font-size: 1.3rem;
		min-width: 285px;
	}
}
/* ------------------------------
 ページトップ
------------------------------ */
.pageTop {
	font-weight: 500;
	text-align: center;
	overflow: visible;
}
.pageTop a {
	color: #5B4A3F;
	padding-bottom: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #5B4A3F;
}
.pageTop a::after {
	font-family: 'FontAwesome';
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 16px;
	content: '\f106';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	background: #fff;
	border-radius: 16px;
	border: solid 2px #5B4A3F;
}

/* ------------------------------
 アイコン
------------------------------ */
.notes {
	overflow: visible !important;
	position: relative;
}
.notes::before {
	content: "";
	width: 33px;
	height: 33px;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/exclamat_icon.png) no-repeat 0 0 / cover;
}

.telno {
	font-size: 2.3rem;
	line-height: 1.2;
	font-weight: bold;
	color: #638C0B;
	padding-left: 25px;
	background: url(../img/tel_icon.png) no-repeat 0 .1em / 21px auto;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.telno {
		font-size: 2rem;
		padding-left: 20px;
		background-size: 16px auto;
	}
}

/* ------------------------------
 トグルボタンコード
------------------------------ */

/* -- 折りたたみタイトル -- */
.toggleTitle {
	font-size: 2.4rem;
	font-weight: bold;
	color: #14AFB4;
	text-align: center;
	padding: 25px;
	margin-bottom: 60px;
	border-top: dotted 2px #14AFB4;
	border-bottom: dotted 2px #14AFB4;
	position: relative;
}
.toggleTitle .cms_text {
	margin-bottom: 0;
}
.ocBtn {
	position: relative;
}

@media screen and (max-width: 767px) {
	/* -- 折りたたみタイトル -- */
	.toggleTitle {
		font-size: 1.8rem;
		color: #fff;
		margin-bottom: 0;
		padding: 15px;
		background: #14AFB4;
		border-top: dotted 1px #fff;
		margin-left: -5.5% !important;
		margin-right: -5.5% !important;
	}
	#no01.toggleTitle  {
		border-top: none;
	}
	.toggleTitle.is-open {
		color: #14AFB4;
		margin-bottom: 0;
		padding: 15px;
		background: #fff;
		border-top: dotted 1px #14AFB4 !important;
		border-bottom: dotted 1px #14AFB4;
	}
	
	/* -- 折りたたみコンテンツ -- */
	.toggleContents {
		display: none;
	}
	.cms_block.toggleContents,
	.borderBox .toggleContents {
		margin-top: 40px;
	}
	.toggleBtn {
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -11px;
		cursor: pointer;
	}
	.toggleTitle.is-open .toggleBtn .menu-icon::before,
	.toggleTitle.is-open .toggleBtn .menu-icon::after,
	.toggleBtn .menu-icon::before,
	.toggleBtn .menu-icon::after {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
		background: #14AFB4;
	}
	.toggleBtn .menu-icon::before {
		width: 10px;
		height: 2px;
	}
	.toggleBtn .menu-icon::after {
		content: '';
		width: 2px;
		height: 10px;
	}
	.toggleTitle.is-open .toggleBtn .menu-icon,
	.toggleBtn .menu-icon {
		top: 0;
		width: 22px;
		height: 22px;
		border: solid 2px #14AFB4;
		border-radius: 18px;
		background: none;
	}
	.ocBtn.is-open .menu-icon::after {
		display: none;
	}
	
	/* -- カテゴリータイトル -- */
	.toggleTitle .toggleBtn {
		right: 5%;
	}
	.toggleTitle .toggleBtn .menu-icon::before,
	.toggleTitle .toggleBtn .menu-icon::after {
		background: #95DBDD;
	}
	.toggleTitle .toggleBtn .menu-icon {
		border-color: #95DBDD;
	}
	
	
	/* -- 最初開いた状態 -- */
	.open.toggleTitle.is-open {
		color: #fff;
		background: #14AFB4;
		border-top: dotted 1px #fff;
	}
	.open.toggleTitle {
		color: #14AFB4;
		background: #fff;
		border-top: dotted 1px #14AFB4 !important;
		border-bottom: dotted 1px #14AFB4;
	}
	.open.ocBtn .menu-icon::after {
		display: none;
	}
	
	.open.toggleTitle.is-open .toggleBtn .menu-icon::before,
	.open.toggleTitle.is-open .toggleBtn .menu-icon::after {
		background: #95DBDD;
	}
	.open.toggleTitle.is-open .toggleBtn .menu-icon {
		border: solid 2px #95DBDD;
	}
	.open.toggleTitle .toggleBtn .menu-icon::before,
	.open.toggleTitle .toggleBtn .menu-icon::after {
		background: #14AFB4;
	}
	.open.toggleTitle .toggleBtn .menu-icon {
		border-color: #14AFB4;
	}
	
	.open + .toggleContents {
		display: block;
	}
	
}
@media screen and (min-width: 768px) {
	.toggleBtn {
		display: none;
	}
	.toggleContents {
		display: block !important;
	}
	
}

/* ------------------------------
 リンクボタン
------------------------------ */
.visit.btn-a a {
	min-width: 310px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 20px 20px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #CC4B1F;
	display: inline-block;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

/* 実線囲み(太い) */
.thicklineBox {
	padding: 20px 18px;
	border: solid 5px #F3F3F3;
}

/* ------------------------------
 360度画像、Youtube埋め込み
------------------------------ */
.house_image_box {
	margin: 70px 0;
}
.image360_box, .youtube_box {
	margin-bottom: 35px;
	position:relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
}

.image360_box iframe, .youtube_box iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}