@charset "UTF-8";
.top_page .mv {
    max-width: none;
    position: relative;
    line-height: 0;
    /*========= スクロールダウンのためのCSS ===============*/
    /*スクロールダウン全体の場所*/
    /*下からの距離が変化して丸の全体が上から下に動く*/
}
.top_page .mv__ttl {
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
@media (max-width: 1100px) {
    .top_page .mv__ttl {
        align-items: center;
        padding-bottom: 60px;
    }
}
.top_page .mv__ttl p {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.5;
    letter-spacing: 0.155em;
}
@media (max-width: 1100px) {
    .top_page .mv__ttl p {
        font-size: 1.4rem;
    }
}
.top_page .mv__ttl p span {
    font-size: 4.8rem;
    display: block;
    margin-bottom: 60px;
    line-height: 1;
    letter-spacing: 0.135em;
}
@media (max-width: 1100px) {
    .top_page .mv__ttl p span {
        font-size: 3.4rem;
        margin-bottom: 35px;
        line-height: 1.5;
    }
}
.top_page .mv__bg {
    position: relative;
}
@media (max-width: 768px) {
    .top_page .mv__bg {
        width: 100%;
        height: 100dvh;
        background: url(../img/top/sp_kv.jpg) no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
}
.top_page .mv__bg::before {
    background: #2c2c2c;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.25;
    position: absolute;
}
.top_page .mv__bg video {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}
@media (max-width: 768px) {
    .top_page .mv__bg video {
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        transform: translate(-50%, -50%);
        /*縦横幅指定*/
        width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
        height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
        min-height: 100%;
        min-width: 100%;
    }
}
@media (max-width: 768px) {
    .top_page .mv__bg video {
        display: none;
    }
}
.top_page .mv .scrolldown {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 50px;
    bottom: 0;
    /*全体の高さ*/
    height: 120px;
}
@media (max-width: 1100px) {
    .top_page .mv .scrolldown {
        display: none;
    }
}
.top_page .mv .scrolldown::before {
    /* 線の描写 */
    content: '';
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0px;
    /*丸の形状*/
    width: 1px;
    height: 40px;
    background: #fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation: circlemove 1.9s ease-in-out infinite,
        cirlemovehide 1.9s ease-out infinite;
}
.top_page .mv .scrolldown::after {
    /* 線の描写 */
    content: '';
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 1px;
    height: 120px;
    background: #fff;
    opacity: 0.5;
}
.top_page .mv .scrolldown span {
    /*Scrollテキストの描写*/
    /*描画位置*/
    position: absolute;
    left: 20px;
    top: 0;
    /*テキストの形状*/
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.135em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
@keyframes circlemove {
    0% {
        bottom: 80px;
    }
    100% {
        bottom: -5px;
    }
}

.top_page section {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.top_page .topContentsBg {
    background: #f0f0f0;
    position: relative;
}
.top_page .topContentsBg::before {
    position: absolute;
    width: 100%;
    background: #fff;
    content: '';
    height: 23vh;
    z-index: 0;
}
.top_page .topCourse .top_flex_layout h2 {
    position: absolute;
    top: -60px;
    left: 0;
}
.top_page .topCourse .top_flex_layout h2::before {
    width: calc(45% - 10px);
}
@media (max-width: 1100px) {
    .top_page .topCourse .top_flex_layout h2 {
        position: relative;
        top: 0;
        padding-left: 5%;
        left: 0;
    }
    .top_page .topCourse .top_flex_layout h2::before {
        width: calc(5% - 10px);
    }
}
.top_page .topCourse .top_flex_layout dt {
    width: 52%;
    padding: 60px 130px 60px 10%;
}
@media (max-width: 1200px) {
    .top_page .topCourse .top_flex_layout dt {
        padding: 60px 80px 60px 10%;
    }
}
@media (max-width: 1100px) {
    .top_page .topCourse .top_flex_layout dt {
        width: 100%;
        padding: 40px 0 50px;
    }
}
.top_page .topCourse .top_flex_layout dd {
    width: 48%;
}
@media (max-width: 1100px) {
    .top_page .topCourse .top_flex_layout dd {
        width: 100%;
    }
}
.top_page .topCourse .top_flex_layout dd img {
    width: 100%;
}
.top_page .top_flex_layout {
    display: flex;
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout {
        flex-direction: column-reverse;
    }
}
.top_page .top_flex_layout dt {
    padding: 60px 80px 60px 10%;
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout dt {
        padding: 30px 0 50px;
    }
}
.top_page .top_flex_layout dt .des {
    margin-bottom: 60px;
    line-height: 2;
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout dt .des {
        margin-bottom: 50px;
        margin-top: 30px;
    }
}
.top_page .top_flex_layout dt .des span {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 45px;
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout dt .des span {
        margin-bottom: 30px;
        margin-top: 30px;
        font-size: 2rem;
    }
}
.top_page .top_flex_layout dt ul li {
    margin-bottom: 20px;
}
.top_page .top_flex_layout dt ul li:last-child {
    margin-bottom: 0;
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout dt ul {
        text-align: center;
    }
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout dt p,
    .top_page .top_flex_layout dt .btn,
    .top_page .top_flex_layout dt ul {
        padding: 0 5%;
    }
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout dt .btn {
        text-align: center;
    }
}
.top_page .top_flex_layout02 dt {
    width: 43%;
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout02 dt {
        width: 100%;
    }
}
.top_page .top_flex_layout02 dd {
    width: 57%;
}
@media (max-width: 1100px) {
    .top_page .top_flex_layout02 dd {
        width: 100%;
    }
}
.top_page .top_flex_layout02 dd img {
    width: 100%;
}
.top_page .topFacility {
    padding: 200px 0 100px;
}
@media (max-width: 1100px) {
    .top_page .topFacility {
        padding: 0;
    }
}
.top_page .topFacility .top_flex_layout {
    flex-direction: row-reverse;
}
@media (max-width: 1100px) {
    .top_page .topFacility .top_flex_layout {
        flex-direction: column-reverse;
    }
}
.top_page .topFacility .top_flex_layout dt {
    padding: 60px 10% 60px 80px;
}
@media (max-width: 1100px) {
    .top_page .topFacility .top_flex_layout dt {
        padding: 30px 0 50px;
    }
}
.top_page .topFacility .top_flex_layout dt h2 {
    padding-left: 0;
}
@media (max-width: 1100px) {
    .top_page .topFacility .top_flex_layout dt h2 {
        padding-left: 5%;
    }
}
.top_page .topFacility .top_flex_layout dt h2::before {
    left: -80px;
    width: 60px;
}
@media (max-width: 1100px) {
    .top_page .topFacility .top_flex_layout dt h2::before {
        width: calc(5% - 10px);
        left: 0;
    }
}
.top_page .topFacility .top_flex_layout dt .des {
    margin-top: 50px;
}
@media (max-width: 1100px) {
    .top_page .topFacility .top_flex_layout dt .des {
        margin-top: 30px;
    }
}
.top_page .topRestaurant {
    padding-bottom: 150px;
}
@media (max-width: 1100px) {
    .top_page .topRestaurant {
        padding-bottom: 50px;
    }
}
.top_page .topRestaurant h2 {
    position: absolute;
    top: 50px;
    left: 0;
}
.top_page .topRestaurant h2::before {
    width: calc(35% - 10px);
}
@media (max-width: 1100px) {
    .top_page .topRestaurant h2 {
        position: relative;
        top: 0;
        padding-left: 5%;
        left: 0;
    }
    .top_page .topRestaurant h2::before {
        width: calc(5% - 10px);
    }
}
.top_page .topRestaurant .top_flex_layout dt {
    padding: 180px 80px 60px 10%;
}
@media (max-width: 1100px) {
    .top_page .topRestaurant .top_flex_layout dt {
        padding: 30px 0 50px;
    }
}
.top_page .topGallery {
    max-width: none;
}

.charge_page .pageTitle {
    background-image: url(../img/charge/bg_title.jpg);
}
.charge_page .section:nth-of-type(1) p:nth-of-type(1),
.section p.add {
    margin-bottom: 40px;
    font-size: 2.2rem;
    color: #0a3e1f;
}
@media (max-width: 1100px) {
    .charge_page .section:nth-of-type(1) p:nth-of-type(1),
    .section p.add {
        font-size: inherit;
    }
}
.charge_page .section:nth-of-type(1) .js-scrollable {
    overflow-x: scroll;
    overflow-y: hidden !important;
}
@media (max-width: 768px) {
    .charge_page .section:nth-of-type(1) .js-scrollable .graph01 {
        width: 700px;
    }
}
@media (max-width: 1100px) {
    .charge_page .section:nth-of-type(1) .js-scrollable .graph01 th {
        padding: 25px;
    }
}
@media (max-width: 1100px) {
    .charge_page .section:nth-of-type(1) .js-scrollable .graph01 td {
        padding: 25px;
    }
}
.charge_page .section:nth-of-type(1) .js-scrollable table,
.charge_page .section:nth-of-type(1) .js-scrollable td,
.charge_page .section:nth-of-type(1) .js-scrollable th {
    border-collapse: collapse;
}
.charge_page .section:nth-of-type(1) .graph01 {
    width: 100%;
}
.charge_page .section:nth-of-type(1) .graph02 {
    margin-top: 55px;
}
@media (max-width: 768px) {
    .charge_page .section:nth-of-type(1) .graph02 td .price {
        position: relative;
        padding-left: 70px;
    }
}
.charge_page .section:nth-of-type(1) .graph02 td .price::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    margin: 0 15px;
    vertical-align: super;
    background-color: #0a3e1f;
}
@media (max-width: 768px) {
    .charge_page .section:nth-of-type(1) .graph02 td .price::before {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 25px;
    }
}
.charge_page .section:nth-of-type(2) .graph01 {
    width: 60%;
}
@media (max-width: 1100px) {
    .charge_page .section:nth-of-type(2) .graph01 {
        width: auto;
    }
}
.charge_page .section:nth-of-type(4) p {
    font-size: 2.2rem;
}
@media (max-width: 1100px) {
    .charge_page .section:nth-of-type(4) p {
        font-size: inherit;
    }
}
.charge_page .graph01 .txtCenter {
    font-size: 2.4rem;
}
@media (max-width: 1100px) {
    .charge_page .graph01 .txtCenter {
        font-size: 1.5rem;
        white-space: nowrap;
    }
}

.event_page .pageTitle {
    background-image: url(../img/event/bg_title.jpg);
}
.event_page .section:nth-of-type(2) {
    padding-top: 80px;
}
@media (max-width: 1100px) {
    .event_page .section:nth-of-type(2) {
        padding-top: 40px;
    }
}

.access_page .pageTitle {
    background-image: url(../img/access/bg_title.jpg);
    background-position: center bottom;
}
.access_page .section:nth-of-type(1) p:nth-of-type(1) {
    line-height: 2;
    margin-top: 50px;
    margin-bottom: 100px;
}
@media (max-width: 1100px) {
    .access_page .section:nth-of-type(1) p:nth-of-type(1) {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}
.access_page .section:nth-of-type(1) .GoogleMap {
    height: 600px;
}
@media (max-width: 1100px) {
    .access_page .section:nth-of-type(1) .GoogleMap {
        height: 300px;
    }
}
.access_page .section:nth-of-type(1) .accessList {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .access_page .section:nth-of-type(1) .accessList {
        flex-wrap: wrap;
    }
}
.access_page .section:nth-of-type(1) .accessList li {
    background-color: #f0f0f0;
    width: 23.25%;
    text-align: center;
    padding: 30px 20px;
}
@media (max-width: 1100px) {
    .access_page .section:nth-of-type(1) .accessList li {
        width: 48.5%;
    }
}
@media (max-width: 768px) {
    .access_page .section:nth-of-type(1) .accessList li {
        padding: 20px 10px;
    }
}
@media (max-width: 1100px) {
    .access_page .section:nth-of-type(1) .accessList li:first-child,
    .access_page .section:nth-of-type(1) .accessList li:nth-child(2) {
        margin-bottom: 20px;
    }
}
.access_page .section:nth-of-type(1) .accessList li dl dt {
    position: relative;
    display: block;
    border-bottom: solid 1px #0a3e1f;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .access_page .section:nth-of-type(1) .accessList li dl dt {
        font-size: 2.5vw;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-bottom: 15px;
    }
}
.access_page .section:nth-of-type(1) .accessList li dl dt::before,
.access_page .section:nth-of-type(1) .accessList li dl dt::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.access_page .section:nth-of-type(1) .accessList li dl dt::before {
    border: solid 12px transparent;
    border-top: solid 12px #0a3e1f;
}
@media (max-width: 768px) {
    .access_page .section:nth-of-type(1) .accessList li dl dt::before {
        border: solid 8px transparent;
        border-top: solid 8px #0a3e1f;
    }
}
.access_page .section:nth-of-type(1) .accessList li dl dt::after {
    border: solid 15px transparent;
    border-top: solid 15px #f0f0f0;
    margin-top: -5px;
}
@media (max-width: 768px) {
    .access_page .section:nth-of-type(1) .accessList li dl dt::after {
        border: solid 11px transparent;
        border-top: solid 11px #f0f0f0;
        margin-top: -5px;
    }
}
.access_page .section:nth-of-type(1) .accessList li dl dt span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .access_page .section:nth-of-type(1) .accessList li dl dt span {
        font-size: 4vw;
        margin-bottom: 10px;
    }
}
.access_page .section:nth-of-type(1) .accessList li dl dd {
    font-size: 2.2rem;
    color: #0a3e1f;
}
@media (max-width: 768px) {
    .access_page .section:nth-of-type(1) .accessList li dl dd {
        font-size: 1.8rem;
    }
}
.access_page .section:nth-of-type(1) .accessList li dl dd span {
    font-size: 3.8rem;
    display: inline-block;
    padding: 0 5px 0 7px;
}
@media (max-width: 768px) {
    .access_page .section:nth-of-type(1) .accessList li dl dd span {
        font-size: 3rem;
    }
}
.access_page .section:nth-of-type(2) .graph02 {
    margin-top: 55px;
}
@media (max-width: 1100px) {
    .access_page .section:nth-of-type(2) .graph02 {
        margin-top: 30px;
    }
}
.access_page .section:nth-of-type(2) .graph02 th {
    width: 30%;
}
@media (max-width: 1100px) {
    .access_page .section:nth-of-type(2) .graph02 th {
        width: 100%;
    }
}

.company_page .pageTitle {
    background-image: url(../img/company/bg_title.jpg);
}
.company_page .graph01 {
    width: 100%;
}
.company_page .graph01 tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}
.company_page .graph01 th {
    width: 23%;
    text-align: left;
    font-weight: normal;
    border-right: none;
}
@media (max-width: 1100px) {
    .company_page .graph01 th {
        width: auto;
        white-space: nowrap;
    }
}
.company_page .graph01 .txtCenter {
    font-size: 2.4rem;
}
@media (max-width: 1100px) {
    .company_page .graph01 .txtCenter {
        font-size: 1.5rem;
        white-space: nowrap;
    }
}
.company_page .noteList2 li {
    line-height: inherit;
}
.company_page .linnkList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .company_page .linnkList {
        display: block;
    }
}
.company_page .linnkList li {
    width: calc(33.3333333333% - 30px);
    text-align: center;
}
@media (max-width: 1100px) {
    .company_page .linnkList li {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .company_page .linnkList li:not(:first-child) {
        margin-top: 20px;
    }
}
.company_page .linnkList li a {
    display: block;
    padding: 30px 0;
    color: #0a3e1f;
    border: 1px solid #999999;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    position: relative;
}
@media (max-width: 1100px) {
    .company_page .linnkList li a {
        padding: 15px;
    }
}
.company_page .linnkList li a::after {
    content: '';
    display: block;
    width: 17px;
    height: 14px;
    margin-top: -8px;
    background: url(../img/common/blank_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: filter 0.3s;
}
.company_page .linnkList li a:hover {
    color: #fff;
    background-color: #0a3e1f;
    border-color: #0a3e1f;
}
.company_page .linnkList li a:hover::after {
    filter: brightness(0) invert(1);
}

.sitemap_page .pageTitle {
    background-image: url(../img/sitemap/bg_title.jpg);
}
.sitemap_page .sitemapList > li:not(:first-child) {
    margin-top: 50px;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li:not(:first-child) {
        margin-top: 20px;
    }
}
.sitemap_page .sitemapList > li > a {
    display: block;
    padding: 27px 30px 30px;
    font-size: 2.4rem;
    color: #fff;
    text-decoration: none;
    background-color: #0a3e1f;
    position: relative;
    transition: background-color 0.3s;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > a {
        padding: 12px 15px 15px;
        font-size: 1.6rem;
    }
}
.sitemap_page .sitemapList > li > a:hover {
    background-color: #106c35;
}
.sitemap_page .sitemapList > li > a::after {
    content: '';
    display: block;
    width: 31px;
    height: 5px;
    background: url(../img/common/arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 38px;
    top: 50%;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > a::after {
        margin-top: -3px;
        right: 15px;
    }
}
.sitemap_page .sitemapList > li > dl {
    display: flex;
    gap: 0 9px;
    margin-top: 9px;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > dl {
        flex-wrap: wrap;
        gap: 6px 6px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}
.sitemap_page .sitemapList > li > dl:nth-of-type(1) dt {
    background-color: #0a3e1f;
}
.sitemap_page .sitemapList > li > dl:nth-of-type(2) dt {
    background-color: #000000;
}
.sitemap_page .sitemapList > li > dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 20px 0;
    font-size: 1.8rem;
    font-family: 'EB Garamond', serif;
    text-align: center;
    color: #fff;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > dl dt {
        width: 100%;
        padding: 10px 0;
        font-size: 1.6rem;
    }
}
.sitemap_page .sitemapList > li > dl dd {
    width: 10%;
    font-size: 1.4rem;
    font-family: 'EB Garamond', serif;
    text-align: center;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > dl dd {
        width: calc(20% - 5px);
        font-size: 1.1rem;
    }
}
.sitemap_page .sitemapList > li > dl dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: #dddddd;
    transition: background-color 0.3s;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > dl dd a {
        padding: 8px 0 5px;
    }
}
.sitemap_page .sitemapList > li > dl dd a:hover {
    background-color: #c3c3c3;
}
.sitemap_page .sitemapList > li > dl dd span {
    margin-left: 3px;
    font-size: 2.8rem;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > dl dd span {
        width: 100%;
        margin-left: 0;
        font-size: 2.2rem;
    }
}
.sitemap_page .sitemapList > li > ul {
    display: flex;
    gap: 0 13px;
    margin-top: 10px;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > ul {
        flex-wrap: wrap;
        gap: 9px;
    }
}
.sitemap_page .sitemapList > li > ul li {
    display: flex;
    width: 20%;
    text-align: center;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > ul li {
        width: calc(50% - 5px);
    }
}
.sitemap_page .sitemapList > li > ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    padding: 20px 0 18px;
    font-size: 1.4rem;
    line-height: 2;
    color: #0a3e1f;
    background-color: #dddddd;
    transition: background-color 0.3s;
}
@media (max-width: 1100px) {
    .sitemap_page .sitemapList > li > ul li a {
        padding: 10px 0;
        line-height: 1.75;
        font-size: 1.2rem;
    }
}
.sitemap_page .sitemapList > li > ul li a:hover {
    background-color: #c3c3c3;
}

.course_page.child_page .breadClumb {
    margin-top: 0;
}
.course_page .pageTitle {
    background-image: url(../img/course/bg_title.jpg);
}
.course_page.hole01_page .pageTitle {
    background-image: url(../img/course/1hole/bg_title.jpg);
}
.course_page.hole02_page .pageTitle {
    background-image: url(../img/course/2hole/bg_title.jpg);
}
.course_page.hole03_page .pageTitle {
    background-image: url(../img/course/3hole/bg_title.jpg);
}
.course_page.hole04_page .pageTitle {
    background-image: url(../img/course/4hole/bg_title.jpg);
}
.course_page.hole05_page .pageTitle {
    background-image: url(../img/course/5hole/bg_title.jpg);
}
.course_page.hole06_page .pageTitle {
    background-image: url(../img/course/6hole/bg_title.jpg);
}
.course_page.hole07_page .pageTitle {
    background-image: url(../img/course/7hole/bg_title.jpg);
}
.course_page.hole08_page .pageTitle {
    background-image: url(../img/course/8hole/bg_title.jpg);
}
.course_page.hole09_page .pageTitle {
    background-image: url(../img/course/9hole/bg_title.jpg);
}
.course_page.hole10_page .pageTitle {
    background-image: url(../img/course/10hole/bg_title.jpg);
}
.course_page.hole11_page .pageTitle {
    background-image: url(../img/course/11hole/bg_title.jpg);
}
.course_page.hole12_page .pageTitle {
    background-image: url(../img/course/12hole/bg_title.jpg);
}
.course_page.hole13_page .pageTitle {
    background-image: url(../img/course/13hole/bg_title.jpg);
}
.course_page.hole14_page .pageTitle {
    background-image: url(../img/course/14hole/bg_title.jpg);
}
.course_page.hole15_page .pageTitle {
    background-image: url(../img/course/15hole/bg_title.jpg);
}
.course_page.hole16_page .pageTitle {
    background-image: url(../img/course/16hole/bg_title.jpg);
}
.course_page.hole17_page .pageTitle {
    background-image: url(../img/course/17hole/bg_title.jpg);
}
.course_page.hole18_page .pageTitle {
    background-image: url(../img/course/18hole/bg_title.jpg);
}
.course_page .lh2 {
    line-height: 2;
}
.course_page img {
    max-width: 100%;
    height: auto;
}
.course_page .section .hl2 {
    display: flex;
    align-items: center;
    color: #0a3e1f;
    line-height: 1;
}
.course_page .section .hl2 .txtLabel {
    width: 80px;
    margin-right: 1em;
    padding: 14px 0 12px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background-color: #0a3e1f;
}
@media (max-width: 1100px) {
    .course_page .section .hl2 .txtLabel {
        width: auto;
        padding: 6px 8px 6px 10px;
        font-size: 1.2rem;
    }
}
.course_page .section .hl2 .txtInfo {
    margin-left: 0.5em;
    font-size: 2.4rem;
}
@media (max-width: 1100px) {
    .course_page .section .hl2 .txtInfo {
        font-size: 1.6rem;
    }
}
.course_page .section .txtLarge {
    font-size: 2.2rem;
}
@media (max-width: 1100px) {
    .course_page .section .txtLarge {
        font-size: 1.6rem;
        line-height: 2;
    }
}
.course_page .section .imgCourse {
    margin: 60px auto 55px;
}
.course_page .section .videoCourse {
    position: relative;
    width: 100%;
    margin: 70px auto 20px;
}
@media (max-width: 1100px) {
    .course_page .section .videoCourse {
        margin: 40px auto 10px;
    }
}
.course_page .section .videoCourse video {
    width: 100%;
}
.course_page .section .videoCourse .play-btn {
    display: block;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
    height: 99.7%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course_page .section .videoCourse .play-btn img {
    width: 10%;
    max-width: 106px;
    margin-top: 2%;
}
.course_page .section .videoCourse .play-btn.playActive {
    display: none;
}
.course_page .section .photoCourse {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 1100px) {
    .course_page .section .photoCourse {
        gap: 10px;
    }
}
.course_page .section .photoCourse li img {
    width: 100%;
    height: auto;
}
.course_page .section .graph01 {
    width: 100%;
}
@media (max-width: 1100px) {
    .course_page .section .graph01 {
        margin-top: 30px;
    }
}
.course_page .section .graph01.type-all {
    margin-top: 100px;
}
@media (max-width: 1100px) {
    .course_page .section .graph01.type-all {
        margin-top: 60px;
    }
}
.course_page .section .graph01.type-all tbody tr:nth-child(10) td,
.course_page .section .graph01.type-all tbody tr:nth-child(20) td {
    background-color: #f0f0f0;
}
.course_page .section .graph01.type-all tbody tr:last-child td {
    background-color: #dddddd;
}
.course_page .section .graph01.type-detail {
    margin-top: 60px;
}
@media (max-width: 1100px) {
    .course_page .section .graph01.type-detail {
        margin-top: 30px;
    }
}
.course_page .section .graph01.type-detail th:nth-child(n + 3) {
    color: #0a3e1f;
    background-color: #dddddd;
    border-right: 1px solid #0a3e1f;
}
.course_page .section .graph01 th {
    font-weight: normal;
}
.course_page .section .graph01 td {
    text-align: center;
    vertical-align: middle;
}
.course_page .section .mapCourse {
    margin-top: 75px;
}
@media (max-width: 1100px) {
    .course_page .section .mapCourse {
        margin-top: 45px;
    }
}
.course_page .section .courseList {
    margin-top: 0;
    padding: 0;
    background-color: #fff;
}
.course_page .section .courseList .hs2 {
    margin-top: 100px;
    color: #0a3e1f;
}
@media (max-width: 1100px) {
    .course_page .section .courseList .hs2 {
        margin-top: 60px;
    }
}
.course_page .section .courseList .hs2::before {
    background-color: #0a3e1f;
}
.course_page .courseList {
    margin-top: 140px;
    padding: 100px 0;
    background-color: #0a3e1f;
}
@media (max-width: 1100px) {
    .course_page .courseList {
        margin-top: 100px;
        padding: 30px 0;
    }
}
.course_page .courseList .hs2 {
    color: #fff;
}
.course_page .courseList .hs2::before {
    background-color: #fff;
}
.course_page .courseList ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.course_page .courseList ul li {
    position: relative;
    width: calc(33.333% - 10px);
}
@media (max-width: 768px) {
    .course_page .courseList ul li {
        width: calc(50% - 7.5px);
    }
}
.course_page .courseList ul li a {
    display: block;
}
.course_page .courseList ul li a img {
    transition: all 0.5s;
}
.course_page .courseList ul li a:hover .thumb {
    filter: brightness(130%);
}
.course_page .courseList ul li a:hover img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s;
}
.course_page .courseList ul li .thumb {
    transition: filter 0.5s;
    overflow: hidden;
}
.course_page .courseList ul li .text {
    font-family: 'EB Garamond', serif;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.course_page .courseList ul li .name {
    font-size: 2rem;
}
@media (max-width: 1100px) {
    .course_page .courseList ul li .name {
        font-size: 1.6rem;
    }
}
.course_page .courseList ul li .name span {
    display: block;
    font-size: 5.8rem;
    line-height: 1;
}
@media (max-width: 1100px) {
    .course_page .courseList ul li .name span {
        font-size: 4rem;
    }
}
.course_page .courseList ul li .info {
    margin-top: 22px;
    padding: 8px 15px 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}
@media (max-width: 1100px) {
    .course_page .courseList ul li .info {
        margin-top: 5px;
        padding: 4px 6px 4px;
        font-size: 1.4rem;
    }
}
.course_page .courseList ul:nth-of-type(2) {
    margin-top: 60px;
}
.course_page .courseList .courseList02 {
    margin-top: 60px;
}
@media (max-width: 1100px) {
    .course_page .courseList .courseList02 {
        margin: 30px auto 0;
    }
}
.course_page .courseList02 {
    display: flex;
    gap: 0 9px;
    margin-top: 9px;
}
@media (max-width: 1100px) {
    .course_page .courseList02 {
        flex-wrap: wrap;
        gap: 6px 6px;
        margin-top: 6px;
    }
}
.course_page .courseList02.outcourse dt {
    background-color: #0a3e1f;
}
.course_page .courseList02.incourse dt {
    background-color: #000000;
}
.course_page .courseList02 dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 18px 0;
    font-size: 1.8rem;
    font-family: 'EB Garamond', serif;
    text-align: center;
    color: #fff;
}
@media (max-width: 1100px) {
    .course_page .courseList02 dt {
        width: 100%;
        padding: 10px 0;
        font-size: 1.6rem;
    }
}
.course_page .courseList02 dd {
    width: 10%;
    font-size: 1.4rem;
    font-family: 'EB Garamond', serif;
    text-align: center;
}
@media (max-width: 1100px) {
    .course_page .courseList02 dd {
        width: calc(20% - 5px);
        font-size: 1.1rem;
    }
}
.course_page .courseList02 dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: #dddddd;
    transition: background-color 0.3s;
}
@media (max-width: 1100px) {
    .course_page .courseList02 dd a {
        padding: 8px 0 5px;
    }
}
.course_page .courseList02 dd a:hover {
    background-color: #c3c3c3;
}
.course_page .courseList02 dd span {
    margin-left: 3px;
    font-size: 2.8rem;
}
@media (max-width: 1100px) {
    .course_page .courseList02 dd span {
        width: 100%;
        margin-left: 0;
        font-size: 2.2rem;
    }
}

.facilities_page .pageTitle {
    background-image: url(../img/facilities/bg_title.jpg);
    background-position: center bottom 30%;
}
.facilities_page .h2sub {
    position: absolute;
    top: 0;
    font-size: 1.6rem;
    color: #000;
    max-width: 1080px;
    margin: 0 0 0 auto;
    text-align: left;
    padding-left: 30%;
    width: 100%;
    line-height: 2;
    display: flex;
    align-items: center;
    bottom: 0;
}
@media (max-width: 1100px) {
    .facilities_page .h2sub {
        position: relative;
        padding-left: 0;
        padding-right: 5%;
        margin-top: 20px;
        font-size: 1.4rem;
    }
}
.facilities_page .img img {
    width: 100%;
}
.facilities_page .img p {
    text-align: center;
    margin-top: 15px;
}
@media (max-width: 768px) {
    .facilities_page .img p {
        margin-top: 7px;
    }
}
.facilities_page .section {
    position: relative;
}
.facilities_page .section:nth-of-type(1) p:nth-of-type(1) {
    line-height: 2;
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 1.8rem;
}
@media (max-width: 1100px) {
    .facilities_page .section:nth-of-type(1) p:nth-of-type(1) {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
}
.facilities_page .section:nth-of-type(4) .graph02 {
    margin-top: 40px;
}
@media (max-width: 1100px) {
    .facilities_page .section:nth-of-type(4) .graph02 {
        margin-top: 20px;
    }
}
.facilities_page .section:nth-of-type(4) .graph02 th {
    width: 15%;
}
@media (max-width: 1100px) {
    .facilities_page .section:nth-of-type(4) .graph02 th {
        width: 100%;
    }
}

.restaurant_page .pageTitle {
    background-image: url(../img/restaurant/bg_title.jpg);
}
.restaurant_page .img img {
    width: 100%;
}
.restaurant_page .img p {
    text-align: center;
    margin-top: 5px;
}
.restaurant_page .section:nth-of-type(1) p:nth-of-type(1) {
    margin-top: 0;
    margin-bottom: 0;
}
.restaurant_page .section:nth-of-type(4) .graph02 {
    margin-top: 40px;
}
@media (max-width: 1100px) {
    .restaurant_page .section:nth-of-type(4) .graph02 {
        margin-top: 20px;
    }
}
.restaurant_page .section:nth-of-type(4) .graph02 th {
    width: 15%;
}
@media (max-width: 1100px) {
    .restaurant_page .section:nth-of-type(4) .graph02 th {
        width: 100%;
    }
}
@media (max-width: 520px) {
    .restaurant_page .slick-prev,
    .restaurant_page .slick-next {
        top: 40%;
    }
}

.recruit_page .pageTitle {
    background-image: url(../img/recruit/bg_title.jpg);
}
.recruit_page .headline {
    font-weight: bold;
    color: #0a3e1f;
    font-size: 2.2rem;
    border-left: 10px solid #0a3e1f;
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 2;
}
@media (max-width: 1100px) {
    .recruit_page .headline {
        font-size: 2rem;
        padding-left: 10px;
        border-left: 5px solid #0a3e1f;
        margin-bottom: 15px;
    }
}
.recruit_page .graphList li {
    padding-top: 80px;
}
@media (max-width: 1100px) {
    .recruit_page .graphList li {
        padding-top: 50px;
    }
}
.recruit_page .graphList .close_des {
    font-size: 1.8rem;
}
@media (max-width: 1100px) {
    .recruit_page .graphList .close_des {
        font-size: 1.6rem;
    }
}
.recruit_page .section:nth-of-type(1) p:nth-of-type(1) {
    line-height: 2;
    margin-bottom: 70px;
    font-size: 2.2rem;
    color: #0a3e1f;
}
@media (max-width: 1100px) {
    .recruit_page .section:nth-of-type(1) p:nth-of-type(1) {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
}
.recruit_page .section:nth-of-type(2) {
    padding-top: 70px;
}
.recruit_page .section:nth-of-type(2) .hs2 {
    margin-bottom: 0;
}
.recruit_page .graph01 {
    width: 100%;
}
.recruit_page .graph01 tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}
.recruit_page .graph01 th {
    width: 23%;
    text-align: left;
    font-weight: normal;
    border-right: none;
}
@media (max-width: 1100px) {
    .recruit_page .graph01 th {
        width: auto;
        white-space: nowrap;
    }
}
.recruit_page .graph01 td {
    line-height: 2;
}
@media (max-width: 1100px) {
    .recruit_page .graph01 td {
        line-height: 1.75;
    }
}
.recruit_page .graph01 td .attn {
    font-size: 1.5rem;
}
@media (max-width: 1100px) {
    .recruit_page .graph01 td .attn {
        font-size: 1.2rem;
    }
}
.recruit_page .noteList2 li {
    line-height: inherit;
}

.privacy_page .pageTitle {
    background-image: url(../img/privacy/bg_title.jpg);
}
.privacy_page .first_des {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 100px;
}
@media (max-width: 1100px) {
    .privacy_page .first_des {
        margin-bottom: 50px;
        font-size: 1.6rem;
    }
}
.privacy_page .section p {
    line-height: 2;
}
.privacy_page .section p a {
    padding-bottom: 2px;
    color: #1a0dab;
    border-bottom: solid 1px #1a0dab;
}
.privacy_page .section p a:hover {
    border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.privacy_page .section .hl2 {
    margin-bottom: 60px;
}
@media (max-width: 1100px) {
    .privacy_page .section .hl2 {
        margin-bottom: 30px;
    }
}
.privacy_page .section .sign {
    text-align: right;
    margin-top: 80px;
}
@media (max-width: 1100px) {
    .privacy_page .section .sign {
        margin-top: 40px;
    }
}
.privacy_page .section:not(:first-child) .hl2 {
    margin-top: 110px;
}
@media (max-width: 1100px) {
    .privacy_page .section:not(:first-child) .hl2 {
        margin-top: 50px;
    }
}

@media (max-width: 1100px) {
    .member_page header .header-content .logo {
        display: flex;
        align-items: center;
    }
}
.member_page header .header-content .logo img {
    width: 150px;
}
@media (max-width: 1100px) {
    .member_page header .header-content .logo img {
        width: 130px;
    }
}
.member_page header .header-content .logo span {
    display: inline-block;
    background: #fff;
    font-size: 1.8rem;
    color: #0a3e1f;
    padding: 5px 10px;
    font-weight: bold;
    margin-left: 15px;
}
@media (max-width: 1100px) {
    .member_page header .header-content .logo span {
        font-size: 1.6rem;
        margin-left: 10px;
    }
}
.member_page header.active .header-content .logo span {
    border: solid 1px #0a3e1f;
}
@media (max-width: 1100px) {
    .member_page header #navArea .navBtn li {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .member_page header #navArea nav .logo {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1100px) {
    .member_page header #navArea nav .logo img {
        width: 130px;
    }
}
.member_page header #navArea.open nav .logo span {
    border: solid 1px #0a3e1f;
}
.member_page footer .footer__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.member_page footer .footer__left .footer__sitemap ul {
    display: flex;
}
.member_page footer .footer__left .footer__sitemap ul li {
    margin-right: 50px;
}
.member_page footer .footer__left .footer__btn .footer_tel {
    max-width: 450px;
    width: 100%;
}
@media (max-width: 1100px) {
    .member_page footer .footer__left .footer__btn .footer_tel {
        max-width: 330px;
    }
}
.member_page footer .footer__left .footer__btn .footer_tel a {
    padding: 15px 10px;
}
.member_page footer .footer__left .footer__btn .footer_tel a dl {
    justify-content: center;
}
.member_page footer .footer__left .footer__btn .footer_regular {
    max-width: 250px;
    width: 100%;
}
.member_page footer .footer__left .footer__btn .footer_regular a {
    background: #fff;
    color: #0a3e1f;
    font-size: 1.4rem;
    border: solid 1px #0a3e1f;
    position: relative;
    max-width: 250px;
    width: 100%;
}
.member_page footer .footer__left .footer__btn .footer_regular a::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/common/blank_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: filter 0.3s;
}
.member_page footer .footer__left .footer__btn .footer_regular a:hover {
    background: #0a3e1f;
    color: #fff;
}
.member_page footer .footer__left .footer__btn .footer_regular a:hover::after {
    filter: brightness(0) invert(1);
}
.member_page footer .footer__right .copyright {
    margin-top: 40px;
}
.member_page .pageTitle {
    background-image: url(../img/member/bg_title.jpg);
}
.member_page .pageTitle_top {
    margin-bottom: 0;
}
.member_page .memberResult {
    background: #0a3e1f;
    padding: 60px 0 80px;
}
@media (max-width: 1100px) {
    .member_page .memberResult {
        padding: 50px 0 60px;
    }
}
.member_page .memberResult .h2_center {
    color: #fff;
    text-align: center;
    padding-left: 0;
}
.member_page .memberResult_list {
    padding: 60px 0 50px;
}
@media (max-width: 1100px) {
    .member_page .memberResult_list {
        padding: 30px 0;
    }
}
.member_page .memberResult_list ul {
    display: flex;
    gap: 30px;
}
@media (max-width: 1100px) {
    .member_page .memberResult_list ul {
        flex-direction: column;
        gap: 20px;
    }
}
.member_page .memberResult_list ul li {
    width: 33.3333333333%;
    padding: 30px;
    background: #fff;
}
@media (max-width: 1100px) {
    .member_page .memberResult_list ul li {
        width: 100%;
        padding: 15px;
    }
}
.member_page .memberResult_list ul li .time {
    color: #999999;
    margin-bottom: 10px;
    display: inline-block;
}
@media (max-width: 1100px) {
    .member_page .memberResult_list ul li .time {
        margin-bottom: 5px;
    }
}
.member_page .memberResult_list ul li p a {
    font-size: 1.8rem;
    line-height: 2;
    color: #0a3e1f;
    border-bottom: solid 1px #0a3e1f;
    padding-bottom: 5px;
}
@media (max-width: 1100px) {
    .member_page .memberResult_list ul li p a {
        font-size: 1.6rem;
    }
}
.member_page .memberResult_list ul li p a:hover {
    border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.member_page .memberResult .btn_more {
    text-align: center;
}
.member_page .memberResult .btn_more a {
    background: #0a3e1f;
    border: solid 1px #fff;
    color: #fff;
}
.member_page .memberResult .btn_more a::after {
    filter: brightness(0) invert(1);
}
.member_page .memberResult .btn_more a:hover {
    background: #fff;
    color: #000;
    border: solid 1px #000;
}
.member_page .memberResult .btn_more a:hover::after {
    filter: none;
}
.member_page .memberNews {
    padding-bottom: 80px;
}
.member_page .memberSchedule {
    background: url(../img/member/schedule_bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
@media (max-width: 1100px) {
    .member_page .memberSchedule {
        padding: 60px 0;
    }
}
.member_page .memberSchedule .btn {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.member_page .memberSchedule .btn a {
    text-align: center;
    background: #fff;
    display: block;
    padding: 60px 70px;
    color: #0a3e1f;
    font-size: 2.4rem;
    position: relative;
    border: solid 1px #fff;
}
@media (max-width: 1100px) {
    .member_page .memberSchedule .btn a {
        font-size: 1.8rem;
        padding: 30px;
    }
}
.member_page .memberSchedule .btn a::after {
    background: url(../img/common/arrow_g.svg) no-repeat;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 70px;
    width: 30px;
    height: 5px;
}
@media (max-width: 1100px) {
    .member_page .memberSchedule .btn a::after {
        right: 20px;
    }
}
@media (max-width: 768px) {
    .member_page .memberSchedule .btn a::after {
        width: 20px;
        right: 10px;
        background-size: contain;
    }
}
.member_page .memberSchedule .btn a span {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
@media (max-width: 1100px) {
    .member_page .memberSchedule .btn a span {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
.member_page .memberSchedule .btn a:hover {
    background: #0a3e1f;
    color: #fff;
    border: solid 1px #0a3e1f;
}
.member_page .memberSchedule .btn a:hover::after {
    filter: brightness(0) invert(1);
}
.member_page .memberCn {
    background: #f0f0f0;
    padding: 80px 0;
}
@media (max-width: 1100px) {
    .member_page .memberCn {
        padding: 40px 0;
    }
}
.member_page .linnkList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .member_page .linnkList {
        display: block;
    }
}
.member_page .linnkList li {
    width: calc(33.3333333333% - 30px);
    text-align: center;
}
@media (max-width: 1100px) {
    .member_page .linnkList li {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .member_page .linnkList li:not(:first-child) {
        margin-top: 20px;
    }
}
.member_page .linnkList li a {
    display: block;
    padding: 30px 0;
    color: #0a3e1f;
    border: 1px solid #999999;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    position: relative;
    background: #fff;
}
@media (max-width: 1100px) {
    .member_page .linnkList li a {
        padding: 15px;
    }
}
.member_page .linnkList li a::after {
    content: '';
    display: block;
    width: 17px;
    height: 14px;
    margin-top: -8px;
    background: url(../img/common/blank_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: filter 0.3s;
}
.member_page .linnkList li a:hover {
    color: #fff;
    background-color: #0a3e1f;
    border-color: #0a3e1f;
}
.member_page .linnkList li a:hover::after {
    filter: brightness(0) invert(1);
}
.member_page .monthBox .listCalender {
    margin: 10px 0 50px;
}
@media (max-width: 1100px) {
    .member_page .monthBox .listCalender {
        margin: 10px 0 30px;
    }
}
.member_page .monthBox .listCalender li dd {
    line-height: 1.5;
}
.member_page .monthBox .listCalender li.itemGeneral dd {
    font-size: 1.6rem;
}
@media (max-width: 1100px) {
    .member_page .monthBox .listCalender li.itemGeneral dd {
        font-size: 1.3rem;
    }
}

.member_event_page .section:nth-of-type(2) {
    padding-top: 80px;
}
@media (max-width: 1100px) {
    .member_event_page .section:nth-of-type(2) {
        padding-top: 40px;
    }
}

.news_page .pageTitle {
    background-image: url(../img/news/bg_title.jpg);
}

.contact_page .pageTitle {
    background-image: url(../img/contact/bg_title.jpg);
}
.contact_page .lh2 {
    line-height: 2;
}
.contact_page .hs2 {
    margin-top: 75px;
    margin-bottom: 40px;
}
@media (max-width: 1100px) {
    .contact_page .hs2 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
.contact_page input,
.contact_page button,
.contact_page select,
.contact_page textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}
.contact_page textarea {
    resize: vertical;
}
.contact_page input[type='checkbox'],
.contact_page input[type='radio'] {
    display: none;
}
.contact_page input[type='submit'],
.contact_page input[type='button'],
.contact_page label,
.contact_page button,
.contact_page select {
    cursor: pointer;
}
.contact_page select::-ms-expand {
    display: none;
}
.contact_page .form input {
    border: 1px solid #999;
}
.contact_page .form textarea {
    border: 1px solid #999;
}
.contact_page .form .label {
    margin-right: 17px;
    padding: 1px 8px 3px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #b32424;
}
.contact_page .form .label.type-any {
    background-color: #0a3e1f;
}
.contact_page .form table {
    width: 100%;
}
.contact_page .form table tr {
    border-bottom: 1px solid #0a3e1f;
}
.contact_page .form table th {
    width: 16em;
    padding: 40px 45px 40px 0;
    font-size: 1.8rem;
    font-weight: normal;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .contact_page .form table th {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
}
.contact_page .form table td {
    padding: 40px 0;
}
@media (max-width: 768px) {
    .contact_page .form table td {
        display: block;
        width: 100%;
        padding: 0 0 20px 0;
    }
}
.contact_page .form table td input[type='text'],
.contact_page .form table td input[type='tel'],
.contact_page .form table td input[type='email'] {
    width: 100%;
    padding: 0.5em;
    border-radius: 4px;
}
.contact_page .form table td input.inputShort {
    width: 65%;
}
.contact_page .form table td textarea {
    width: 100%;
    padding: 0.5em;
    border-radius: 4px;
}
.contact_page .form table td .txtAlert {
    margin-top: 15px;
    color: #100d04;
    font-size: 1.4rem;
}
.contact_page .form .btn {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
@media (max-width: 1100px) {
    .contact_page .form .btn {
        margin-top: 50px;
    }
}
@media (max-width: 1100px) {
    .contact_page .form .btn > div:nth-of-type(1) {
        width: 55%;
        margin-right: 10%;
    }
}
@media (max-width: 1100px) {
    .contact_page .form .btn > div:nth-of-type(2) {
        width: 35%;
    }
}
.contact_page .form .btn input {
    margin: 0 15px;
    padding: 28px 0;
    font-size: 2rem;
    color: #fff;
    border: none;
}
@media (max-width: 1100px) {
    .contact_page .form .btn input {
        margin: 0;
        padding: 12px 0;
        font-size: 1.8rem;
    }
}
.contact_page .form .btn input[type='submit'] {
    width: 350px;
    background-color: #745d03;
    transition: background-color 0.3s;
}
@media (max-width: 1100px) {
    .contact_page .form .btn input[type='submit'] {
        width: 100%;
    }
}
.contact_page .form .btn input[type='submit']:hover {
    background-color: #5a4802;
}
.contact_page .form .btn input[type='reset'] {
    width: 250px;
    background-color: #999999;
    transition: background-color 0.3s;
}
@media (max-width: 1100px) {
    .contact_page .form .btn input[type='reset'] {
        width: 100%;
    }
}
.contact_page .form .btn input[type='reset']:hover {
    background-color: #757575;
}

.terms_page .pageTitle {
    background-image: url(../img/event/bg_title.jpg);
}
.terms_page .first_des {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 100px;
}
@media (max-width: 1100px) {
    .terms_page .first_des {
        margin-bottom: 50px;
        font-size: 1.6rem;
    }
}
.terms_page .section p {
    line-height: 2;
}
.terms_page .section .hl2 {
    margin-bottom: 60px;
}
@media (max-width: 1100px) {
    .terms_page .section .hl2 {
        margin-bottom: 30px;
    }
}
.terms_page .section .sign {
    text-align: right;
    margin-top: 80px;
}
@media (max-width: 1100px) {
    .terms_page .section .sign {
        margin-top: 40px;
    }
}
.terms_page .section:not(:first-child) .hl2 {
    margin-top: 110px;
}
@media (max-width: 1100px) {
    .terms_page .section:not(:first-child) .hl2 {
        margin-top: 50px;
    }
}
.terms_page .section .list li {
    margin-bottom: 15px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
}
.terms_page .section .list li:first-child {
    margin-top: 15px;
}

.signin_page .pageTitle {
    background-image: url(../img/member/bg_title.jpg);
}
.signin_page .lh2 {
    line-height: 2;
}
@media (max-width: 1100px) {
    .signin_page .txtCenter.lh2 {
        margin-left: 5%;
        margin-right: 5%;
        text-align: left;
    }
}
.signin_page .form {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 60px 50px;
    background-color: #f0f0f0;
}
@media (max-width: 1100px) {
    .signin_page .form {
        padding: 20px 5% 40px;
    }
}
.signin_page input,
.signin_page button,
.signin_page select,
.signin_page textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}
.signin_page textarea {
    resize: vertical;
}
.signin_page input[type='submit'],
.signin_page input[type='button'],
.signin_page input[type='password'],
.signin_page label,
.signin_page button,
.signin_page select {
    cursor: pointer;
}
.signin_page select::-ms-expand {
    display: none;
}
.signin_page .form input {
    border: 1px solid #999;
}
.signin_page .form textarea {
    border: 1px solid #999;
}
.signin_page .form table {
    width: 100%;
}
.signin_page .form table th {
    width: 10em;
    padding: 15px 2em 15px 0;
    font-size: 1.8rem;
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .signin_page .form table th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }
}
.signin_page .form table td {
    padding: 15px 0;
}
@media (max-width: 768px) {
    .signin_page .form table td {
        display: block;
        width: 100%;
        padding: 0 0 15px 0;
    }
}
.signin_page .form table td input[type='text'],
.signin_page .form table td input[type='password'] {
    width: 100%;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #fff;
}
@media (max-width: 1100px) {
    .signin_page .form table td input[type='text'],
    .signin_page .form table td input[type='password'] {
        font-size: 1.6rem;
    }
}
.signin_page .form table td input.inputShort {
    width: 65%;
}
.signin_page .form table td textarea {
    width: 100%;
    padding: 0.5em;
    border-radius: 4px;
}
.signin_page .form table td .txtAlert {
    margin-top: 15px;
    color: #100d04;
    font-size: 1.4rem;
}
.signin_page .form .textErrer {
    margin: 20px auto;
    color: #b32424;
    text-align: center;
}
.signin_page .form .btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
@media (max-width: 1100px) {
    .signin_page .form .btn {
        margin-top: 20px;
    }
}
.signin_page .form .btn input {
    margin: 0 15px;
    padding: 17px 0;
    font-size: 1.8rem;
    color: #fff;
    border: none;
}
@media (max-width: 1100px) {
    .signin_page .form .btn input {
        margin: 0;
        padding: 12px 0;
        font-size: 1.8rem;
    }
}
.signin_page .form .btn input[type='submit'] {
    width: 350px;
    background-color: #0a3e1f;
    transition: background-color 0.3s;
}
@media (max-width: 1100px) {
    .signin_page .form .btn input[type='submit'] {
        width: 55%;
    }
}
.signin_page .form .btn input[type='submit']:hover {
    background-color: #106c35;
}

/* MV VIDEO */
.top_page .mv .thumb {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    background: rgba(10, 60, 31, 0.5);
    border: 3px solid rgba(10, 60, 31, 0.3);
    box-shadow: 6px 5px 0 #142519;
    cursor: pointer;
    z-index: 10;
    transition: filter 0.3s;
}
.top_page .mv .thumb:hover {
    filter: brightness(1.3);
}
@media (max-width: 768px) {
    .top_page .mv .thumb {
        display: flex;
        left: 20px;
        width: calc(100% - 40px);
    }
}
.top_page .mv .thumb img {
    max-width: 130px;
}
@media (max-width: 768px) {
    .top_page .mv .thumb img {
        max-width: 45%;
    }
}
.top_page .mv .thumb span {
    margin-left: 20px;
    font-size: 1.5rem;
    padding-right: 15px;
    display: block;
    line-height: 1.3;
    color: #fff;
}
@media (max-width: 768px) {
    .top_page .mv .thumb span {
        font-size: 1.4rem;
        margin-left: 12px;
        padding-right: 10px;
    }
}
.top_page .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.top_page .modal-content {
    background: #000;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    width: 1000px;
    text-align: center;
}
@media (max-width: 768px) {
    .top_page .modal-content {
        max-width: 100%;
        padding: 12px;
    }
}

.top_page .prmovie video {
    width: 100%;
    height: auto;
}

.top_page .close {
    position: absolute;
    top: -18px;
    right: -14px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 768px) {
    .top_page .close {
        right: 4px;
    }
}

.noteList-top {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .noteList-top {
        margin-bottom: 40px;
    }
}
