/**
 * #.# GOLF
 *
 * 
*/

/*基本カラー #339544
*/

/*----基本スタイル---*/
/*スクロール時*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 185px;
}
.page-title-underline::after {
    background: #339544;
}
.sp-br {
	display: none;
}
.golf-flex100{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.font16-note {
    display: flex;
    font-size: 16px;
}

/*------------- SP版 -------------*/
@media screen and (max-width:960px){
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 70px;
    }
}

@media screen and (max-width:768px){
    .sp-br {
        display: block;
    }
    .font16-note {
        font-size: 14px;
    }
}

/*------ TOP紹介 ------*/
.golf-header {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.7;
}
p.golf-firstmsg {
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 10px;
}
@media screen and (max-width:960px){
    p.golf-header {
        font-size: 20px;
        margin: 15px 0;
    }
    p.golf-firstmsg {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    p.golf-header {
        font-size: 18px;
        line-height: 1.5;
        margin: 10px 0;
    }
    p.golf-firstmsg {
        font-size: 15px;
        line-height: 1.5;
    }
}

/*------ 室内紹介 ------*/
.golf-room {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}
.golf-room:nth-child(2) {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    flex-direction: row-reverse;
}
.golf-room img {
    max-width: 450px;
    aspect-ratio: 3 / 2;
}
.golf-room-content {
    padding: 10px;
}
.golf-room-title {
    font-size: 24px;
    font-weight: 700;
}
.golf-room-subtitle {
    font-size: 20px;
    color: #339544;
    font-weight: 600;
    margin: 10px 0 5px;
}
p.golf-room-description {
    line-height: 1.7;
    padding-bottom: 5px;
}

@media screen and (max-width:960px){
    .golf-room {
        gap: 20px;
    }
    .golf-room img {
        max-width: 400px;
        aspect-ratio: 3 / 2;
    }
    .golf-room-title {
        font-size: 20px;
        font-weight: 700;
    }
    .golf-room-subtitle {
        font-size: 18px;
    }
}
@media screen and (max-width:768px){
    .golf-room, .golf-room:nth-child(2) {
        display: flex;
        gap: 10px;
        margin: 20px auto;
        flex-direction: column;
    }
    .golf-room-title {
        font-size: 18px;
        font-weight: 700;
    }
    .golf-room-subtitle {
        font-size: 16px;
        color: #339544;
        font-weight: 600;
        margin: 3px 0px 0px 0px;
    }
    .golf-room img {
        max-width: 100%;
    }
    .golf-room-content {
        padding: 5px 0;
    }
}

/*------各タイトル -----*/
.details-title {
    border-left: 5px solid #339544;
    padding: 5px 0px 5px 10px;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.details-jp-title {
    font-size: 20px;
    font-weight: 700;
}
.details-en-title {
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width:768px){
    .details-title {
        border-left: 4px solid #339544;
        line-height: 1.5;
        padding: 3px 0px 3px 10px;
    }
    .details-jp-title {
        font-size: 18px;
        font-weight: 700;
    }
    .details-en-title {
        font-size: 13px;
        font-weight: 500;
    }

}

/*------ 導入機種 -----*/
:root{
    --golfnavi: #231815;
    --gz_vision: #F8771F;
    --gz_wave: #0165B1;
    --gdr_plus: #013884;
}
.gn-color{
    color: var(--golfnavi);
}
.vs-color{
    color: var(--gz_vision);
}
.wv-color{
    color: var(--gz_wave);
}
.gdr-color{
    color: var(--gdr_plus);
}
ul.simulator__list {
    display: flex;
    flex-direction: column;
}
li.simulator__item {
    display: flex;
    gap: 50px;
    border-bottom: 1px dotted #ccc;
    padding: 20px;
}
img.simulator__image {
    width: 100%;
    max-width: 250px;
    height: auto;
    object-fit: contain;
}
p.simulator__name {
    font-size: 40px;
    font-family: 'din-condensed';
}
p.simulator__catch {
    font-weight: 600;
    font-size: 20px;
}
p.simulator__description {
    padding: 10px 0 20px;
    line-height: 1.6;
}
p.simulator__shop {
    font-size: 14px;
    color: #333;
}
@media screen and (max-width:960px){
    img.simulator__image {
        max-width: 200px;
    }
    p.simulator__name {
        font-size: 36px;
    }
    p.simulator__catch {
        font-size: 18px;
    }
}
@media screen and (max-width:768px){
    li.simulator__item {
        gap: 10px;
        flex-direction: column;
    }
    p.simulator__name {
        display: none;
    }
    img.simulator__image {
        width: 100%;
        padding: 15px 0px;
    }
}
/*------ 持ち物 -----*/
.items-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.required-items {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
    flex-wrap: wrap;
}
.golf-item {
    background: #339544;
    width: 100px;
    aspect-ratio: 1;
    border-radius: 8px;
    color:#fff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px;
}
.golf-item-name {
    line-height: 1em;
    text-align: center;
    font-size: 12px;
}
.golf-item img{
    width: 80%;
    margin-bottom: -8px;
}
.rental-star {
    position: relative;
}
.rental-star::after{
    content: "★";
    color: #FFCE2D;
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 24px;
}
.item-rental span {
    color: #FFCE2D;
}
.font14-note{
    display: flex;
    font-size: 14px;
}
@media screen and (max-width:768px){
    .required-items {
        display: grid;
        gap: 4px;
        grid-template-columns: repeat(4, max-content);
        margin: 10px 0px;
        justify-content: start;
    }
    .required-items img {
        width: 70% !important;
    }
    .golf-item img{
        width: 70%;
        margin-bottom: -4px;
    }
    .golf-item {
        width: 100%;
        max-width: 80px;
    }
    .golf-item-name {
        font-size: 10px;
    }
    .rental-star::after {
        font-size: 16px;
    }
}

/* ------ 料金表 ------ */
.price-title-underline {
    margin-bottom: 30px !important;
    padding: 0 0 5px 10px;
    position: relative;
    font-size: 22px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #EBEBEB;
}
.price-title-underline::after {
    content: "";
    width: 320px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #339544;
}
.ticket-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 50px auto 20px auto;
}
.membership-table,
.free-ticket-table {
    margin: 10px auto;
    width: 100%;
    font-size: 18px;
	border: 1px solid #E8E8E8;
}
.membership-table dl {
	display: flex;
	align-items: center;
    border-bottom: dashed 1px #e5e5e5;
}
.membership-table dl:last-of-type {
	display: flex;
	align-items: center;
    border-bottom: none !important;
}
.free-ticket-table dl {
	display: flex;
	align-items: center;
}
.membership-table .table-header{
	font-weight: 500;
    width: 30%;
    background: #F7F7F7;
    padding: 15px 0px 15px 40px;
    align-self: stretch;
}
.free-ticket-table .table-header {
	font-weight: 500;
    width: 30%;
    background: #F7F7F7;
    padding: 15px 0px;
	text-align: center;
}
.table-data {
    margin: 0 auto;
    text-align: center;
}
.GZ-wrap {
    padding: 15px 0px;
}
.table-data img {
    width: 200px;
}
.GZ-title {
    font-weight: 600;
}
.sp-br02{
	display: none;
}
.font-price {
	font-weight: 800;
	font-size: 24px;
}
.price-option-value {
    font-size: 12px;
    padding-top: 0px;
    font-weight: 400;
}
.table-note {
    font-size: 16px;
    font-weight: normal;
}
.table-subnote {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding-left: 20px;
}
.membership-note {
    display: flex;
}
.warning-01{
	position: relative;
}
.warning-01::after {
	content: "※";
	position: absolute;
	font-size: 10px;
}
@media screen and (max-width:768px){
	.price-title-underline {
		margin-bottom: 0px !important;
		font-size: 18px !important;
	}
	.price-title-underline::after {
		width: 260px;
	}
	.ticket-title {
		font-size: 18px;
		margin: 35px auto 10px auto;
	}
	.membership-table,
	.free-ticket-table {
		width: 100%;
		font-size: 14px;
	}
	.membership-table dl,
	.free-ticket-table dl {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.table-header {
		font-weight: 500 !important;
		width: 100% !important;
		background: #F7F7F7 !important;
		padding: 15px 10px !important;
		text-align: center !important;
	}
	.font-price {
		font-weight: 800;
		font-size: 20px;
	}
	.table-data {
		margin: 0 auto;
		padding: 15px 0px;
		text-align: center;
	}              
	.sp-br02{
		display: block;
	}
	.table-note {
		font-size: 14px;
	}
	.table-subnote {
		font-size: 12px;
		color: #666;
		font-weight: normal;
		padding-left: 5px;
	}
    .table-data img {
        width: 140px;
    }
}

/*------ CTAボタン -----*/
.link-wrap{
    margin-bottom:100px;
}
.link-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.go-golf-link {
    display: grid;
    grid-template-columns: repeat(2, 313px);
    gap: 10px;
    margin: 20px auto;
    justify-content: center;
}
.go-golf-link img {
    width: 30px;
}
.go-golf-link a {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    justify-content: space-evenly;
	height: 55px;
}
.join-link {
    background: #339544;
}
.trial-link {
    background: #FFA500;
}
@media screen and (max-width:768px){
	.link-title {
		font-size: 16px;
		font-weight: 700;
		text-align: center;
	}
	.go-golf-link {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 20px;			
		justify-content: center;
		align-items: stretch;
	}
	.go-golf-link a {
		display: grid;
		align-items: center;
		color: #fff;
		grid-template-columns: auto 1fr;
		line-height: 1.2em;
		font-weight: 500;
		padding: 10px;
		border-radius: 8px;
		box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
		height: 55px;
		justify-content: space-around;
	}
	.go-golf-link img {
		width: 30px;
		margin-left: 20px;
	}
	.go-golf-link p {
		text-align: center;
	}
}