@charset "utf-8";

/* ---------------------------------------- 
 - .villa_type
---------------------------------------- */
.villa_type{
	margin: 90px auto;
	padding-top: 90px;
	text-align: center;
	position: relative;
	border-top: solid 1px #92a395;
}
/* ttl_box */
.villa_type .ttl_box {
	max-width: 1400px;
	display: flex;
	flex-flow:row-reverse;
	margin: 0 auto 95px;
	text-align: left;
}
.villa_type .ttl_box .visual {
	width: 53%;
	max-width: 740px;
}
.villa_type .ttl_box .visual img,
.villa_type .ttl_box .visual picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
    opacity: 0;
    transition: 1.0s;
    transition-delay: 0.3s;
}
.villa_type .ttl_box .visual img,
.villa_type .ttl_box .visual picture{
    transform: scale(1.0) translate(20px,0);
}
.villa_type .ttl_box.anime .visual img,
.villa_type .ttl_box.anime .visual picture{
    transform: scale(1.0) translate(0,0);
    opacity: 1;
}
.villa_type .ttl_box .txt_box {
	width: 40%;
	margin-right: 3%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.villa_type .ttl_box .txt_box .ttl {
	margin-bottom: 2.0em;
}
.villa_type .ttl_box .txt_box .ttl .en {
	font-size: 4.4rem;
	font-weight: 200;
	line-height: 1.2;	
	color:#657568;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.villa_type .ttl_box .txt_box .ttl .en .sub {
	font-size: 2.8rem;
	margin-left: 0.5em;
}
.villa_type .ttl_box .txt_box .ttl .member {
	font-size: 2.0rem;	
	font-weight: 300;
	display: block;
    margin-top: 0.5em;
}
.villa_type .ttl_box .txt_box .ttl .jp {
	display: block;
    font-size: 1.8rem;
	margin-top: 0.5em;
}
.villa_type .ttl_box .txt_box .txt {
	max-width: 540px;
}
/* detail_list */
.villa_type ul.detail_list {
	width: 94%;
	max-width: 1300px;
	margin: 0 auto 90px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.villa_type ul.detail_list::after {
	content: "";
	display: block;
    width: 50%;
}
.villa_type ul.detail_list li {
	width: 50%;
}
.villa_type ul.detail_list li:nth-child(1) {
	padding-right: 5.4%;
	margin-bottom: 8%;
	text-align: right;
}
.villa_type ul.detail_list li:nth-child(2) {
	padding: 5% 6.35% 0;
	margin-bottom: 8%;
	text-align: right;
}
.villa_type ul.detail_list li:nth-child(3) {
	padding-right: 5.4%;
	padding-left: 8.8%;
	margin-top: -16%;
	text-align: left;
}
.villa_type ul.detail_list li:nth-child(4) {
	padding-left: 5.8%;
	text-align: left;
}
.villa_type ul.detail_list li:last-child {
	margin-bottom: 0;
}
.villa_type ul.detail_list li .txt {
	font-size: 1.4rem;
	margin-top: 1.0em;
}
/* spec */
.villa_type .spec {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto 110px;
	background-color: #d0d1cc;
	padding: 60px 70px 50px;
}
.villa_type .spec > .ttl {
	margin-bottom: 2.5em;
}
.villa_type .spec > .ttl .en {
	font-size: 4.4rem;
	font-weight: 200;
	line-height: 1.4;
	color: #657568;
}
.villa_type .spec > .ttl .jp {
	font-size: 1.8rem;
	display: block;
}
.villa_type .spec > .inner {
	display: flex;
	justify-content:space-between;
	flex-flow: row-reverse;
	align-items: flex-start;
}
.villa_type .spec_visual {
	width: 49%;
	max-width: 510px;
}
.villa_type .spec_visual a {
	position: relative;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	padding-top: 25px;
}
.villa_type .spec_visual a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-image: url(/assets/images/common/ico_zoom.svg);
    width: 22px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
    display: block;
    margin-right: 0;
}
.villa_type .spec_box {
	width: 48%;
	max-width: 500px;
	text-align: left;
}
.villa_type .spec_box .visual {
	margin-bottom: 40px;
}
.villa_type .spec_box dl.list {
	display: flex;
	font-size: 1.4rem;
}
.villa_type .spec_box dl.list dt {
	width: 8em;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.villa_type .spec_box dl.list dd {
	width: calc(100% - 4em);
    margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.villa_type .ttl_box .txt_box .ttl .en {
		font-size: 3.6rem;
	}
	.villa_type .ttl_box .txt_box .ttl .en .sub {
		font-size: 2.0rem;
	}
	.villa_type .ttl_box .txt_box .ttl .member {
		font-size: 1.6rem;
	}
	.villa_type .ttl_box .txt_box .ttl .jp {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.villa_type{
		margin: 50px auto;
		padding-top: 50px;
	}
	/* ttl_box */
	.villa_type .ttl_box {
		display: block;
		margin-bottom: 50px;
	}
	.villa_type .ttl_box .visual {
		width: 100%;
		max-width: 100%;
	}
	.villa_type .ttl_box .txt_box {
		width: 90%;
		margin: 1.5em auto 0;
		padding: 0;
	}
	.villa_type .ttl_box .txt_box .ttl {
		margin-bottom: 1.5em;
	}
	.villa_type .ttl_box .txt_box .ttl .en {
		font-size: 2.6rem;
		font-weight: 300;
	}
	.villa_type .ttl_box .txt_box .ttl .en .sub {
		font-size: 1.6rem;
	}
	.villa_type .ttl_box .txt_box .ttl .member {
		font-size: 1.4rem;
	}
	.villa_type .ttl_box .txt_box .ttl .jp {
		font-size: 1.6rem;
	}
	.villa_type .ttl_box .txt_box .txt {
		 max-width: 100%; 
	}
	/* detail_list */
	.villa_type ul.detail_list {
		width: 90%;
		margin-bottom: 0;
		display: block;
	}
	.villa_type ul.detail_list li {
		width: 80%;
	}
	.villa_type ul.detail_list li:nth-child(1),
	.villa_type ul.detail_list li:nth-child(3){
		padding: 0;
		margin: 0 auto 35px 0;
		text-align: right;
	}
	.villa_type ul.detail_list li:nth-child(2),
	.villa_type ul.detail_list li:nth-child(4){
		padding: 0;
		margin: 0 0 35px auto;
		text-align: right;
	}
	.villa_type ul.detail_list li .txt {
		font-size: 1.3rem;
	}
	/* spec */
	.villa_type .spec {
		width: 90%;
		margin-bottom: 0;
		padding: 30px 5% 20px;
	}
	.villa_type .spec > .ttl {
		margin-bottom: 1.0em;
	}
	.villa_type .spec > .ttl .en {
		font-size: 2.6rem;
		font-weight: 300;
	}
	.villa_type .spec > .ttl .jp {
		font-size: 1.6rem;
	}
	.villa_type .spec > .inner {
		display: block;
	}
	.villa_type .spec_visual {
		width: 100%;
		max-width: 565px;
		margin: 0 auto 20px;
	}
	.villa_type .spec_visual a {
		pointer-events: none;
		padding-top: 0;
	}
	.villa_type .spec_visual a::after {
		display: none;
	}
	.villa_type .spec_box {
		width: 100%;
		max-width: 530px;
		text-align: left;
	}
	.villa_type .spec_box .visual {
		display: none;
	}
}

/* ---------------------------------------- 
 - #reserve_btn
---------------------------------------- */
#reserve_btn {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
	text-align: center;
}
#reserve_btn .btn a {
    position: relative;
    width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #657568;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
#reserve_btn .btn a:hover {
	opacity: 0.6;
}
#reserve_btn .btn a::before {
    content: '';
    display: inline-block;
	border: solid 1px #afb7b1;
	position: absolute;
    top: 3px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
}
#reserve_btn .btn a::after {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/common/ico_blank_wht.svg);
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 38px;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
}
#reserve_btn .btn a .en {
    font-size: 4.6rem;
	font-weight: 100;
	line-height: 1.6;
}
#reserve_btn .btn a .jp {
    font-size: 1.8rem;
	font-weight: 200;
	margin-left: 1.0em;
}
#reserve_btn ul.check{
	display: flex;
	align-items: center;
	justify-content: center;
	color:#657568;
	font-size: 1.6rem;
	margin-top: 30px;
}
#reserve_btn ul.check li{
	color:#657568;
	position: relative;
	padding: 0 25px;
}
#reserve_btn ul.check li::after {
    content: '';
    display: inline-block;
    background-color: #92a395;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    transform: translate(0, -50%);
}
#reserve_btn ul.check li:last-child::after {
    display: none;
}
@media screen and (max-width: 768px) {
	#reserve_btn {
		margin: 50px auto;
	}
	#reserve_btn .btn a {
		height: 70px;
	}
	#reserve_btn .btn a::before {
		top: 2px;
		left: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 4px);
	}
	#reserve_btn .btn a::after {
		right: 15px;
		width: 15px;
		height: 15px;
	}
	#reserve_btn .btn a .en {
		font-size: 2.4rem;
		font-weight: 200;
	}
	#reserve_btn .btn a .jp {
		font-size: 1.4rem;
	}
	#reserve_btn ul.check{
		display: block;
		font-size: 1.5rem;
		margin-top: 20px;
	}
	#reserve_btn ul.check li{
		padding: 0;
	}
	#reserve_btn ul.check li::after {
		display: none;
	}
}