@charset "utf-8";

/* ---------------------------------------- 
 - maintitle
---------------------------------------- */
#maintitle .score {
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: 200;
	color:#657568;
	margin-bottom: 1.5em;
}
#maintitle .score span {
    display: inline-block;
	border-bottom: solid 1px #657568;
}
#maintitle .visual {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#maintitle .score {
		font-size: 2.0rem;
	}
}

/* ---------------------------------------- 
 - hole
---------------------------------------- */
#hole {
	width: 90%;
	max-width: 1200px;
	margin: 60px auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#hole .visual {
	width: 44%;
	max-width: 525px;
}
#hole .lead_box {
	width: 50%;
}
#hole .lead_box .lead {
	font-size: 1.8rem;
	margin-bottom: 60px;
}
#hole .lead_box .table_box .ttl {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
#hole .lead_box .table_box table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
	border-top: solid 1px #92a395;
	font-size: 1.6rem;
}
#hole .lead_box .table_box table th {
    background: #d0d1cc;
	border-bottom: solid 1px #92a395;
	border-right: 1px solid #b3bbb4;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: middle;
}
#hole .lead_box .table_box table th:last-child {
	border-right: 0;
}
#hole .lead_box .table_box table td {
    padding: 5px;
    box-sizing: border-box;
	border-bottom: solid 1px #92a395;
	border-right: 1px solid #b3bbb4;  
	text-align: center;
}
#hole .lead_box .table_box table td:last-child {
	border-right: 0;
}
#hole .movie_box {
    width: 100%;
	max-width: 910px;
	margin: 60px auto 0;
}
#hole .movie_box .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#hole .movie_box .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* btn_list */
#hole ul.btn_list { 
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
#hole ul.btn_list li a {  
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	text-decoration: none;
	color:#657568;
	transition: .3s;
}
#hole ul.btn_list li.next a {  
	flex-direction:row-reverse;
}
#hole ul.btn_list li a:hover {
    opacity: 0.6;
}
#hole ul.btn_list li .arw {  
	display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
	border: solid 1px #657568;
	border-radius: 50%;	
}
#hole ul.btn_list li.prev .arw {
	margin-right: 15px;
}
#hole ul.btn_list li.next .arw {
	margin-left: 15px;
}
#hole ul.btn_list li .arw::before {
    content: '';
    display: inline-block;
	width: 11px;
    height: 8px;
    position: absolute;
	top:0;
    bottom: 0;
	left: 0;
	right: 0;   
	margin: auto;
    background-image: url(/assets/images/common/ico_arw_next_grn.svg);
	background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
}
#hole ul.btn_list li.prev .arw::before {
    background-image: url(/assets/images/common/ico_arw_prev_grn.svg);
}
/* back_btn */
#hole .back_btn {
    position: relative;
	margin: 15px auto 0;
	text-align: center;
	width: 100%;
}
#hole .back_btn::after {
    content: '';
    display: inline-block;	
    background-color: #92a395;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
}
#hole .back_btn .link_btn {
    background-color: #dddeda;	
	display: inline-block;
    position: relative;
    z-index: 1;
	padding: 0 30px;
	font-size: 1.6rem;
}
#hole .back_btn .link_btn a::after {
    display: none;
}
@media screen and (max-width: 768px) {
	#hole {
		margin: 30px auto 50px;
		display: block;
	}
	#hole .visual {
		width: 90%;
		max-width: 525px;
		margin: 30px auto 0;
	}
	#hole .lead_box {
		width: 100%;
	}
	#hole .lead_box .lead {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	#hole .lead_box .table_box .ttl {
		font-size: 1.6rem;
	}
	#hole .lead_box .table_box table {
		font-size: 1.5rem;
	}
	#hole .movie_box {
		margin-top: 30px;
	}
	/* btn_list */
	#hole ul.btn_list li .arw {  
		width: 30px;
		height: 30px;
	}
	#hole ul.btn_list li.prev .arw {
		margin-right: 10px;
	}
	#hole ul.btn_list li.next .arw {
		margin-left: 10px;
	}
	#hole ul.btn_list li .arw::before {
		width: 9px;
		height: 6px;
	}
	/* back_btn */
	#hole .back_btn {
		margin-top: 40px;
	}
	#hole .back_btn .link_btn {
		padding: 0 15px;
	}
}

/* ---------------------------------------- 
 - hole_list（HOLE一覧）その他のご提案
---------------------------------------- */
#hole_list_wrap {
	background:#d0d1cd;
	padding: 80px 0 70px;
}
.hole_list {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;	
	text-align: center;
}
.hole_list:nth-child(n+2){
	margin-top: 30px;
}
.hole_list > .ttl {
	font-size: 4.8rem;
	font-weight: 100;
	line-height: 1.4;
	color: #657568;
	margin-bottom: 0.5em;
}
.hole_list ul.list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	position: relative;
}
.hole_list ul.list::after {
    content: "";
    display: block;
    width: 31.5%;
}
.hole_list ul.list li {
	width: 31.5%;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.hole_list ul.list li a{
	width: 100%;
	min-width: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;	
	font-size: 2.6rem;
	font-weight: 200;
}
.hole_list ul.list li a span{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin-left: 1.0em;
    padding-left: 1.0em;
    border-left: solid 1px #657568;
}
@media screen and (max-width: 1024px) {
	.hole_list ul.list::after {
		display: none;
	}
	.hole_list ul.list li {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	#hole_list_wrap {
		padding: 40px 0 30px;
	}
	.hole_list:nth-child(n+2){
		margin-top: 20px;
	}
	.hole_list > .ttl {
		font-size: 2.8rem;
		font-weight: 200;
	}
	.hole_list ul.list::after {
		display: none;
	}
	.hole_list ul.list li {
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	.hole_list ul.list li a{
		font-size: 1.6rem;
		padding: 7px 25px 7px 5px;
	}
	.hole_list ul.list li a span{
		font-size: 1.1rem;
		margin-left: 0.8em;
    	padding-left: 0.8em;
	}
}