@charset "utf-8";

/* ---------------------------------------- 
 - slide_visual
---------------------------------------- */
.slide_visual {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
	.slide_visual {
		margin-bottom: 50px;
	}
}

/* ---------------------------------------- 
 - golfstay_section
---------------------------------------- */
.golfstay_section{
	margin: 90px auto;
    padding-top: 90px;
    text-align: center;
    position: relative;
    border-top: solid 1px #92a395;
}
.golfstay_section > .inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.golfstay_section > .inner:nth-child(n + 2) {
	margin-top: 90px;
}
.golfstay_section > .inner > .ttl {
	font-size: 5.2rem;
	font-weight: 200;
	line-height: 1.4;	
	color:#657568;
	margin-bottom: 1.0em;
}
.golfstay_section > .inner > .ttl span{
	border-bottom: solid 1px #657568;
	line-height: 1.2;
	display: inline-block;
}
.golfstay_section > .inner > .ttl_sub {
	font-size: 4.6rem;
    font-weight: 200;
    line-height: 1.4;
    color: #657568;
    margin-bottom: 0.5em;
}
.golfstay_section > .inner > .lead {
	margin: 0 auto 3.0em;
    max-width: 750px;
}
.golfstay_section ul.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.golfstay_section ul.list li {
	width: 47.5%;
}
.golfstay_section ul.list li .visual {
	margin-bottom: 30px;
}
.golfstay_section ul.list li .txt {
	font-size: 1.5rem;
	text-align: left;
}

/* other_box */
.golfstay_section .other_box {
	max-width: 1200px;
	margin: 65px auto;
	background: #d0d1cc;
	box-sizing: border-box;
	text-align: center;
	padding: 65px 85px 75px;
}
.golfstay_section .other_box .other_box_ttl {
	margin-bottom: 1.5em;
}
.golfstay_section .other_box .other_box_ttl .en {
	font-size:4.6rem;
	font-weight: 200;
	line-height:1.4;
	color: #657568;
}
.golfstay_section .other_box .other_box_ttl .jp {
	display: block;
	font-size:1.8rem;
}
.golfstay_section .other_box .other_box_lead {
	margin: 0 auto 2.5em;
    max-width: 750px;
}
.golfstay_section .other_box .other_box_visual {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.golfstay_section .other_box .other_box_visual .visual {
	width: 48%;
	max-width: 490px;
}

/* link_btn */
.golfstay_section .link_btn_box {
    position: relative;
	margin: 60px auto 0;
	text-align: center;
	width: 100%;
}
.golfstay_section .link_btn_box::after {
    content: '';
    display: inline-block;	
    background-color: #92a395;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
}
.golfstay_section .link_btn_box .link_btn {
    background-color: #dddeda;	
	display: inline-block;
    position: relative;
    z-index: 1;
	padding: 0 30px;
}
@media screen and (max-width: 768px) {
	.golfstay_section{
		margin: 50px auto;
        padding-top: 50px;
	}
	.golfstay_section > .inner:nth-child(n + 2) {
		margin-top: 50px;
	}
	.golfstay_section > .inner > .ttl {
		font-size: 3.0rem;
		font-weight: 300;
	}
	.golfstay_section > .inner > .ttl_sub {
		font-size: 2.4rem;
		font-weight: 300;
	}
	.golfstay_section > .inner > .lead {
		margin-bottom: 2.0em;
	}
	.golfstay_section ul.list {
		display: block;
	}
	.golfstay_section ul.list li {
		width: 100%;
		margin-bottom: 30px;
	}
	.golfstay_section ul.list li:last-child {
		margin-bottom: 0;
	}
	.golfstay_section ul.list li .visual {
		margin-bottom: 15px;
	}
	.golfstay_section ul.list li .txt {
		font-size: 1.4rem;
	}
	
	/* other_box */
	.golfstay_section .other_box {
		margin: 30px auto;
		padding: 30px 5%;
	}
	.golfstay_section .other_box .other_box_ttl {
		margin-bottom: 1.0em;
	}
	.golfstay_section .other_box .other_box_ttl .en {
		font-size:2.6rem;
		font-weight: 300;
	}
	.golfstay_section .other_box .other_box_ttl .jp {
		font-size:1.6rem;
	}
	.golfstay_section .other_box .other_box_lead {
		margin-bottom: 1.5em;
	}
	
	/* link_btn */
	.golfstay_section .link_btn_box {
		margin-top: 30px;
	}
	.golfstay_section .link_btn_box .link_btn {
		padding: 0 15px;
	}
}