@charset "utf-8";
/* ===================================================================

 file name  :project > project-detail.css
 style info : 分譲中物件WP生成ページ用

=================================================================== */

/* =============================

	overwrite

=============================== */
#pageHeader{
	background: url(../../images/project/img_page.jpg) no-repeat 50% 50% / cover;
}

#main{
	max-width: 1220px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px){
	#main{
		padding-left: 20px;
		padding-right: 20px;
		display: block;
	}
}
/* =================================== */
.cl-505050{ color: #505050;}


/*
	#side
---------------------------------------------------*/
#side{
	width: 300px;
	transition: all ease 0.6s;
	position: relative;
}
#sticked{
	width: 320px;
	padding: 0 0 0 10px;
}
#sticked.fixed{ position: fixed;}
#sticked.absolute{ position: absolute;}
#sticked.static{ position: static;}

#side .ttl-h02{
	margin: 0 0 30px;
}
#snav ul li{
	margin: 0 0 14px;
}
#snav ul li a{
	display: block;
	padding: 16px 0;
	border: solid 1px #aaa;
	text-align: center;
	line-height: 1;
	background: #fff;
}
#snav ul li a:hover{
	background: #161616;
	color: #fefefe;
	border: solid 1px #161616;
}

/* アクティブサブナビ */
#snav ul li.current a{
	background: #161616;
	color: #fefefe;
	border: solid 1px #161616;
	pointer-events: none;
}
@media screen and (max-width: 767px){
	#side{
		margin: 50px 0 0;
		width: 100%;
	}
	#sticked{
		width: 100%;
		padding: 0;
	}
	#sticked.fixed{ position: static;}
	#sticked.absolute{ position: static;}
	#sticked.static{ position: static;}

	#side .ttl-h02{
		margin: 0 0 15px;
	}
	#snav ul li{
		margin: 0 0 5px;
	}
	#snav ul li a{
		padding: 10px 0;
	}
}


/*
	#post
---------------------------------------------------*/
#post{
	width: 745px;
	font-size: 1.3rem;
}
#post .catch{
	margin: 0 0 25px;
	font-size: 2.2rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px){
	#post{
		width: 100%;
		font-size: 1rem;
	}
	#post .catch{
		margin: 0 0 15px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}
#post p{
	margin-bottom: 1em;
}
#post p + .post-caption{
	margin-top: -0.5em;
}
#post .post-caption{
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 1.3;
}
#post .post-caption p{
	margin: 1em 0;
}
#post .post-caption *:first-child{
	margin-top: 0;
}
#post .post-caption *:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
	#post .post-caption{
		margin-bottom: 15px;
		font-size: 10px;
	}
}




/*
	#post .contact-area
---------------------------------------------------*/
#post .youtube-wrap .youtube-item{
	margin-bottom: 1em;
}
#post .youtube-wrap .youtube-item {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#post .youtube-wrap .youtube-item iframe  {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*
	#post .contact-area
---------------------------------------------------*/
#post .contact-area{
	margin: 0 0 100px;
}
#post #map + .contact-area{
	padding-top: 2em;
}
#post .contact-area ul{
	display: flex;
	justify-content: space-between;
}
#post .contact-area ul li{
	width: 360px;
	text-align: center;
}
#post .contact-area.single ul li{
	width: 100%;
}
#post .page-limited a,
#post .contact-area ul li a{
	display: block;
	padding: 16px 0;
	line-height: 1;
	color: #fefefe;
}
#post .page-limited a span,
#post .contact-area ul li a span{
	display: block;
}
#post .page-limited a .en,
#post .contact-area ul li a .en{
	margin: 0 0 5px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}
#post .page-limited a .ja,
#post .contact-area ul li a .ja{
	font-size: 1.4rem;
}
#post .contact-area ul li.page-request a{
	background: #7f2328;
}
#post .contact-area ul li.page-reserve a{
	background: #0d365e;
}
#post .contact-area ul li.page-request a:hover{
	background: #a6151d;
}
#post .contact-area ul li.page-reserve a:hover{
	background: #05488a;
}
@media screen and (max-width: 767px){
	#post .contact-area{
		margin: 0 0 50px;
	}
	#post .contact-area ul li{
		width: 50%;
	}
	#post .contact-area.single ul li{
		width: 100%;
	}
	#post .page-limited a,
	#post .contact-area ul li a{
		padding: 15px 0;
	}
	#post .page-limited a .en,
	#post .contact-area ul li a .en{
		font-size: 2rem;
	}
	#post .page-limited a .ja,
	#post .contact-area ul li a .ja{
		font-size: 1.4rem;
	}
}

/*
	.page-limited 限定コンテンツボタン
---------------------------------------------------*/
#post .contact-area + .page-limited{
	margin-top: -80px;
}
#post .page-limited{
	margin-bottom: 80px;
	width: 100%;
	text-align: center;
}
#post .page-limited a{
	background: #555;
}
#post .page-limited a:hover{
	background: #666;
}
@media screen and (max-width: 767px){
	#post .page-limited{
		margin-bottom: 50px;
	}
	#post .contact-area + .page-limited{
		margin-top: -50px;
	}
}


/*
	#pageLink
---------------------------------------------------*/
#pageLink{
	margin: 0 0 80px;
}
#pageLink ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#pageLink ul::after{
	content: '';
	width: 245px;
	display: block;
}
#pageLink li{
	margin: 0 0 6px;
	width: 245px;
	text-align: center;
}
#pageLink li a{
	display: block;
	padding: 14px 0;
	line-height: 1;
	border: solid 1px #aaa;
	position: relative;
	font-size: 1.6rem;
}
#pageLink li a:hover{
	background: #161616;
	color: #fefefe;
	border: solid 1px #161616;
}
#pageLink li a::before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-left: solid 1px #727272;
	border-bottom: solid 1px #727272;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 19px;
	margin: -3px 0 0;
}
#pageLink li a:hover::before{
	border-left: solid 1px #fefefe;
	border-bottom: solid 1px #fefefe;
}
@media screen and (max-width: 767px){
	#pageLink{
		margin: 0 0 20px;
	}
	#pageLink li{
		margin: 0 0 6px;
		width: 33.3333%;
	}
	#pageLink li a{
		padding: 10px 0 20px;
		font-size: 1.3rem;
	}
	#pageLink li:nth-child(2) a,
	#pageLink li:nth-child(5) a{
		border-left: none;
		border-right: none;
	}
	#pageLink li a::before{
		width: 5px;
		height: 5px;
		top: auto;
		left: 50%;
		right: auto;
		bottom: 6px;
		margin: 0 0 0 -2px;
	}
}
/*
	#plan
---------------------------------------------------*/
#tabNav{
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #aaa;
	overflow: hidden;
}
#tabNav li{
	width: 142px;
	margin: 5px 0 -1px;
}
#tabNav li + li{
	margin-left:8px;
}
#tabNav li:nth-child(6){margin-left: 0;}
#tabNav li a{
	display: block;
	margin: 0 0 -1px;
	height: 100%;
	padding: 0.8em 0;
	text-align: center;
	border: solid 1px #aaa;
	font-size: 1.6rem;
}
#tabNav li a span{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.3;
}
#tabNav li a:hover,
#tabNav li.active a{
	background: #161616;
	border: solid 1px #161616;
	color: #fefefe;
}
#plan h3{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	margin: 1.5em 0;
}
#plan .tabWrap{
	text-align: center;
}
@media screen and (max-width: 767px){
	#tabNav{
		margin: 0 0 10px;
		padding: 0 10px;
		justify-content: space-between;
	}
	#tabNav li{
		width: 49%;
		margin: 3px 0 -1px !important;
	}
	#tabNav li + li{
		margin: 0;
	}
	#tabNav li a{
		margin: 0;
		font-size: 1.3rem;
	}
	#plan h3{
		font-size: 1.8rem;
	}
}

/*
	#equipment
---------------------------------------------------*/
#equipment .equipment-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#equipment .post-caption + .equipment-list{
	padding-top: 2em;
}
#equipment .equipment-list::before,
#equipment .equipment-list::after{
	content: "";
	width: 178px;
	order: 1;
}
#equipment .equipment-list li{
	width: 178px;
	margin: 0 0 35px;
}
#equipment .equipment-list li figure{
	margin: 0 0 5px;
	position: relative;
	width: 100%;
	padding-bottom: 84.26%;
}
#equipment .equipment-list li figure img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
#equipment .equipment-list li h3{
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.3;
}
#equipment .equipment-list li h3 small{
	display: block;
	font-size: 1.3rem;
}
#equipment .equipment-list li p{
	font-size: 1.3rem;
	line-height: 1.3;
	color: #505050;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
	font-feature-settings: "palt";
}

@media screen and (max-width: 767px){
	#equipment .equipment-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#equipment .equipment-list::before,
	#equipment .equipment-list::after{
		content: none;
	}
	#equipment .equipment-list li{
		width: 49%;
		margin: 0 0 20px;
	}
}


/*
	#access
---------------------------------------------------*/


/*
	#location
---------------------------------------------------*/
#location .ttl-list{
	margin: 0 0 8px;
	padding: 9px 14px;
	font-size: 2.2rem;
	line-height: 1;
	position: relative;
	background: #555;
	color: #fff;
}
#location .ttl-list .ja{
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	right: 14px;
	transform:translateY(-50%);
}
#location .list-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#location .list-wrap .list-block{
	width: 360px;
	margin: 0 0 40px;
}
#location .list-wrap .list-block ul{
	color: #505050;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
	font-feature-settings: "palt";
	font-size: 1.3rem;
	line-height: 1.3;
}
#location .list-wrap .list-block ul li{
	padding: 8px 0;
	border-bottom: solid 1px #d5d5d5;
	position: relative;
}
#location .list-wrap .list-block ul li .time{
	display: block;
	font-size: 92%;
}
#location .list-wrap .list-block ul li.multiline .time{
	transform: none;
}

#location .list-spot{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#location .list-spot::after{
	content: "";
	width: 235px;
}
#location .list-spot li{
	width: 235px;
	margin: 0 0 30px;
}
#location .list-spot li figure figcaption{
	margin: 8px 0 0;
	font-size: 1.3rem;
    line-height: 1.3;
}


@media screen and (max-width: 767px){
	#location .ttl-list{
		margin: 0 0 5px;
		padding: 5px 10px;
		font-size: 1.8rem;
	}
	#location .ttl-list .ja{
		font-size: 1.2rem;
		right: 10px;
	}
	#location .list-wrap{
		margin: 0 0 30px;
	}
	#location .list-wrap .list-block{
		width: 100%;
		margin: 0;
	}
	#location .list-wrap .list-block ul{
		font-size: 1.2rem;
	}
	#location .list-wrap .list-block ul li{
		padding: 4px 0;
	}

	#location .list-spot{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#location .list-spot li{
		width: 49%;
		margin: 0 0 20px;
	}
	#location .list-spot li figure img{
			width: 100%;
	}
	#location .list-spot li figure figcaption{
		margin: 4px 0 0;
		font-size: 1.2rem;
		line-height: 1.2;
	}
}


/*
	#map
---------------------------------------------------*/
#map .address{
	margin: 0 0 30px;
	font-size: 1.6rem;
}
#map .address::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 26px;
	margin: 0 10px 0 0;
	background: url(../../images/project/ico_map.svg) no-repeat 50% 50% / 100% auto;
	vertical-align: middle;
}
#map #gmap{
	width: 100%;
	height: 450px;
	margin: 0 0 30px;
	border: solid 1px #d5d5d5 !important;
}
#map #gmap iframe{
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px){
	#map .address{
		margin: 0 0 20px;
		font-size: 1.4rem;
	}
	#map .address::before{
		width: 9px;
		height: 13px;
		margin: 0 5px 0 0;
	}
	#map #gmap{
		margin: 0 0 15px;
		height: 250px;
	}
	#map .carnavi{
		margin: 0 0 20px;
	}
}


/*
	#outline
---------------------------------------------------*/
#outline .ttl-h02{
	padding-left: 8px;
	font-size: 1.6rem;
}
#outline table{
	width: 100%;
	margin: 0 0 40px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#outline table th{
	width: 240px;
	background: #f6f6f6;
	font-weight: normal;
	vertical-align: top;
}
#outline table th,
#outline table td{
	padding: 10px 20px;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
}

@media screen and (max-width: 767px){
	#outline .ttl-h02{
		font-size: 1.4rem;
	}
	#outline table,
	#outline table tbody,
	#outline table tr,
	#outline table th,
	#outline table td{
		display: block !important;
		width: 100% !important;
	}
	#outline table{
		width: 100%;
		margin: 0 0 30px;
		font-size: 1.3rem;
		border-top: solid 1px #d5d5d5;
	}
	#outline table th{
		width: 100%;
	}
	#outline table th,
	#outline table td{
		padding: 8px 10px;
		border-top: none;
	}
}



