@charset "utf-8";
body {
    font-family: "Noto Serif JP", "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium",
        "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic",
        Osaka, arial, serif;
    font-weight: 400;
    font-style: normal;
    color: #111211;
    line-height: 2;
    letter-spacing: 0.05em;
}

@media screen and (max-width:769px) {
    body {
        line-height: 1.77;
    }
}

.sp {
    display: none !important;
}

@media screen and (max-width: 769px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}

.header {
    position: relative;
}

.header img {
    vertical-align: bottom;
}

.contact-fixed {
    position: fixed;
    right: 0;
    bottom: 2.2%;
    background-color: #9e1212;
    color: #ffffff;
    border-radius: 16px 0px 0 16px;
    padding: 43px 41px 48px 40px;
    display: flex;
    align-items: center;
    font-size: 20px;
    text-align: center;
    gap: 40px;
    z-index: 10;
}

@media screen and (max-width: 769px) {
    .contact-fixed {
        bottom: 0;
        border-radius: 0;
        width: 100vw;
        font-size: 14px;
        padding: 16px 10px;
        justify-content: center;
        gap: 16px;
    }
}

.contact-fixed::after {
    content: "";
    background-image: url(../img/arrow_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    aspect-ratio: 15 / 62;
}

@media screen and (max-width: 769px) {
    .contact-fixed::after {
        width: 4px;
    }
}

/* about-daiatami */
#about-daiatami {
    background-color: #FBF3CD;
    background-image: url(../img/bg_about_daiatami.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center;
}

@media screen and (max-width:769px) {
    #about-daiatami {
        background-position: left;
    }
}

.about-daiatami {
    max-width: 1280px;
    margin: 240px auto 275px auto;
    padding: 0 16px;
    width: 80%;
}

@media screen and (max-width:769px) {
    .about-daiatami {
        width: auto;
        margin: 160px auto;
    }
}

.bottom-decoration {
    font-size: 42px;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    line-height: 1.77;
}

@media screen and (max-width: 769px) {
    .bottom-decoration {
        font-size: min(40px, calc(16px + 3vw));
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.bottom-decoration::after {
    background-image: url(../img/bottom_decoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    aspect-ratio: 118 / 8;
}

@media screen and (max-width: 769px) {
    .bottom-decoration::after {
        width: 118px;
    }
}

.text-body {
    font-size: 24px;
}

@media screen and (max-width: 769px) {
    .text-body {
        font-size: 18px;
        line-height: 1.77;
    }
}


.flex-container {
    display: flex;
    gap: 80px;
}

@media screen and (max-width:769px) {
    .flex-container {
        flex-direction: column;
        gap: 48px;
    }
}

.flex-container > * {
    flex-basis: 50%;
}

/* from-designer */
#from-designer {
    background-image: url(../img/bg_from_designer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}

@media screen and (max-width:769px) {
    #from-designer {
        background-image: url(../img/bg_from_designer_sp.png);
    }
}

.from-designer-wrapper {
    width: 50%;
    margin-left: auto;
}

@media screen and (max-width:769px) {
    .from-designer-wrapper {
        width: auto;
    }
}

.from-designer {
    max-width: 1280px;
    margin: 240px auto;
    padding: 0 16px;
    color: #FFFFFF;
    width: 80%;
}

@media screen and (max-width:769px) {
    .from-designer {
        width: auto;
        margin: 160px auto;
    }
}

.from-designer .bottom-decoration::after {
    background-image: url(../img/bottom_decoratoin_white.png);
}

.privilege {
    max-width: 1280px;
    margin: 240px auto 220px auto;
    padding: 0 16px;
    width: 80%;
}

@media screen and (max-width:769px) {
    .privilege {
        width: auto;
        margin: 160px auto;
    }
}

.privilege .bottom-decoration {
    color: #9E6B12;
    margin-bottom: 64px;
}

.privilege-list {
    display: flex;
    flex-direction: column;
    gap: 256px;
}

@media screen and (max-width:769px) {
    .privilege-list {
        gap: 160px;
    }
}

.privilege-no {
    display: block;
    font-size: 112px;
    color: #9E6B12;
    line-height: 1;
    margin-bottom: 32px;
}

.privilege-no::before {
    display: block;
    content: "BENEFIT";
    font-size: 24px;
}

.privilege-list .privilege-item-container {
    display: flex;
    gap: 64px;
}

@media screen and (max-width:769px) {
    .privilege-list .privilege-item-container {
        flex-direction: column;
        gap: 28px;
    }
}

.privilege-img-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-basis: 47%;
}

@media screen and (max-width:769px) {
    .privilege-img-wrapper {
        flex-direction: row;
        gap: 0;
    }
}

.privilege-item-body {
    flex-basis: 53%;
}

.privilege h3 {
    font-size: 40px;
    margin-bottom: 24px;
}

@media screen and (max-width:769px) {
    .privilege h3 {
        font-size: 32px;
    }
}

.privilege .privilege-detail-list li {
    position: relative;
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 24px;
}

@media screen and (max-width:769px) {
    .privilege .privilege-detail-list li {
        margin-left: 4px;
    }
}

.privilege .privilege-detail-list li:last-child {
    margin-bottom: 0;
}

.privilege .privilege-detail-list li::before {
    position: absolute;
    content: "";
    width: 8px;
    aspect-ratio: 1;
    background-color: #9E6B12;
    border-radius: 50%;
    left: 0;
    top: 20px;
}

@media screen and (max-width:769px) {
    .privilege .privilege-detail-list li::before {
        width: 5px;
    }
}

.privilege .privilege-detail-list li:last-child {
    margin-left: 24px;
}

.privilege .privilege-detail-list li:last-child:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #9e6b12;
    border-right: 0;
    border-radius: 0;
    background-color: unset;
}

.bottom-decorated {
    font-size: 48px;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    line-height: 1.77;
}

@media screen and (max-width: 769px) {
    .bottom-decorated {
        font-size: min(40px, calc(16px + 3vw));
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.bottom-decorated::after {
    background-image: url(../img/bottom_decoration.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    aspect-ratio: 118 / 8;
}

@media screen and (max-width: 769px) {
    .bottom-decorated::after {
        width: 118px;
    }
}


/* to-contact */
#to-contact {
    background-image: url(../img/bg_to-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vw * 320 / 1920);
}

@media screen and (max-width:769px) {
    #to-contact {
        background-image: url(../img/bg_to-contact_sp.png);
    }
}

.to-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vw * 320 / 1920);
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .to-contact {
        width: auto;
        min-height: calc(100vw * 390 / 320);
    }
}

.to-contact-btn {
    background-color: #9e1212;
    color: #ffffff;
    border-radius: 6px;
    padding: 16px 64px 18px 64px;
    display: flex;
    align-items: center;
    font-size: 24px;
    text-align: center;
    gap: 40px;
    width: fit-content;
}

@media screen and (max-width: 769px) {
    .to-contact-btn {
        font-size: 16px;
        padding: 16px 32px;
        gap: 8px;
    }
}

.to-contact-btn::after {
    content: "";
    background-image: url(../img/arrow_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    aspect-ratio: 15 / 62;
}

@media screen and (max-width: 769px) {
    .to-contact-btn::after {
        width: 4px;
    }
}

/* yardage */
#yardage {
    position: relative;
}

.yardage-bg {
    position: relative;
    background-attachment: fixed;
    background-color: #FBF3CD;
    background-image: url("../img/bg_yardage.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width:769px) {
    .yardage-bg {
        background-position: left;
    }
}

.yardage {
    padding: min(10%, 230px) 0;
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .yardage {
        width: auto;
        padding: 120px 16px;
    }
}

.yardage .bottom-decoration {
    color: #9E6B12;
}

.yardage .bottom-decoration::after {
    background-image: url(../img/bottom_decoration.png);
    aspect-ratio: 20 / 1;
    width: calc(1084px * 320 / 1084);
}

@media screen and (max-width: 769px) {
    .yardage .bottom-decoration::after {
        width: 240px;
    }
}

.yardage-out-in {
    width: 100%;
    border: 1px solid #9E6B12;
    display: flex;
    margin: 80px 0;
}

@media screen and (max-width:769px) {
    .yardage-out-in {
        flex-wrap: wrap;
    }
}

.yardage-out-in .tab {
    background-color: #ffffff;
    text-align: center;
    flex-basis: 50%;
    color: #9E6B12;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    line-height: 1.3;
    padding: 12px 0 12px 0;
}

@media screen and (max-width:769px) {
    .yardage-out-in .tab {
        padding: 32px 0 32px 0;
    }
    .yardage-out-in .tab:nth-child(1),
    .yardage-out-in .tab:nth-child(2) {
        border-bottom: 1px solid #9E6B12;
    }
}

.yardage-out-in .tab:not(:last-child) {
    border-right: 1px solid #9E6B12;
}

@media screen and (max-width:769px) {
    .yardage-out-in .tab:nth-child(2n) {
        border-right: none;
    }
}

.yardage-out-in .tab.tab-active {
    background-color: #9E6B12;
    color: #ffffff;
}

.yardage-card-list {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.yardage-card-list.group-active {
    display: flex;
}

@media screen and (max-width:769px) {
    .yardage-card-list .yardage-card {
        padding: 16px 0;
    }
}

.yardage-card-list .yardage-card {
    width: 32%;
    min-width: 256px;
    border: 2px solid #9E6B12;
    position: relative;
    background-color: #ffffff;
    display: flex;
    padding: 8px 0;
    margin-bottom: 2%;
}

.yardage-card-inner {
    margin: auto;
    width: 94%;
    padding: 36px;
    border: 1px solid #9E6B12;
}

.card-head-no {
    font-size: 56px;
    text-align: center;
    color: #9E6B12;
}

.card-decorate {
    margin-bottom: 16px;
}

.yardage-text-body {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    height: 12rem;
    overflow-y: auto;
    padding-right: 4px;
    margin-top: 24px;
    margin-bottom: 48px;
    z-index: 1;
}

.yardage-text-body::-webkit-scrollbar {
    width: 10px;
}
.yardage-text-body::-webkit-scrollbar-track {
    background-color: #ececec;
}
.yardage-text-body::-webkit-scrollbar-thumb {
    background-color: #9E6B12;
}

.yardage-dl {
    display: flex;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    flex-wrap: wrap;
}

.yardage-dl dt {
    flex: 1 0 75%;
}

.yardage-dl dd {
    flex: 1 0 auto;
    text-align: end;
}


/* q-and-a */

#q-and-a {
    background-image: url(../img/bg_q-and-a.png);
    background-size: cover;
    width: 100%;
    background-position: 60%;
    background-repeat: no-repeat;
}

@media screen and (max-width:769px) {
    #q-and-a {
        background-image: url("../img/bg_q-and-a_sp.png");
        background-position: center;
    }
}

.q-and-a {
    padding: 230px 0;
    color: #ffffff;
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
    counter-reset: q-and-a-head 0;
}

@media screen and (max-width:769px) {
    .q-and-a {
        width: auto;
        padding: 80px 16px;
    }
}

.q-and-a .bottom-decoration::after {
    background-image: url("../img/bottom_decoratoin_white.png");
}

.q-and-a dl {
    margin-left: clamp(48px, 4vw, 80px);
    margin-top: 80px;
}

@media screen and (max-width:769px) {
    .q-and-a dl {
        margin-left: 0;
    }
}

.q-and-a dt {
    counter-increment: q-and-a-head;
    font-size: clamp(24px, 1.6vw, 32px);
    position: relative;
    margin-bottom: 8px;
}

.q-and-a dt::before {
    position: absolute;
    left: clamp(-70px, -4.8vw, -120px);
    top: -0.25rem;
    content: "Q" counter(q-and-a-head) ".";
    font-size: clamp(24px, 2vw, 40px);
}

@media screen and (max-width:769px) {
    .q-and-a dt::before {
        left: 0;
        position: static;
        display: block;
    }
}

.q-and-a dd {
    font-size: clamp(16px, 1.2vw, 24px);
}

.q-and-a dd:not(:last-child) {
    margin-bottom: 40px;
}

.recruit {
    max-width: 1280px;
    margin: 270px auto 312px auto;
    padding: 0 16px;
    width: 80%;
}

@media screen and (max-width:769px) {
    .recruit {
        width: auto;
        margin: 160px auto 192px auto;
    }
}

.recruit .bottom-decoration{
    color: #9E6B12;
    margin-bottom: 152px;
}

@media screen and (max-width:769px) {
    .recruit .bottom-decoration {
        margin-bottom: 56px;
    }
}

.recruit-dl {
    display: flex;
    flex-wrap: wrap;
    gap: 160px 12px;
}

@media screen and (max-width:769px) {
    .recruit-dl {
        flex-direction: column;
        gap: 32px;
        flex-wrap: nowrap;
    }
}

.recruit-dl dt {
    flex-basis: 20%;
    font-size: 24px;
}

@media screen and (max-width:769px) {
    .recruit-dl dt {
        font-weight: bold;
        text-align: center;
    }
}

.recruit-dl dd {
    flex-basis: calc(80% - 12px);
    font-size: 24px;
}

@media screen and (max-width:769px) {
    .recruit-dl dd {
        font-size: 18px;
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 1px solid #9E6B12;
    }
    .recruit-dl dd p {
        margin-bottom: 12px;
    }

    .recruit-dl dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}


/* observation */
#observation {
    background-image: url(../img/bg_observation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vw * 609 / 1920);
}

@media screen and (max-width: 769px) {
    #observation {
        background-image: url(../img/bg_observation_sp.png);
        min-height: calc(100vw * 609 / 390);
    }
}

.observation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vw * 609 / 1920);
    color: #ffffff;
    padding: 128px 16px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .observation {
        width: auto;
        min-height: calc(100vw * 609 / 390);
        padding: 160px 16px 104px 16px;
    }
}

.observation .bottom-decoration {
    font-size: 40px;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

@media screen and (max-width: 769px) {
    .observation .bottom-decoration {
        font-size: 32px;
    }
}

.observation .bottom-decoration::after {
    background-image: url(../img/bottom_decoratoin_white.png);
    width: 242px;
}

@media screen and (max-width:769px) {
    .observation .bottom-decoration::after {
        width: 118px;
    }
}

.observation-detail {
    font-size: 24px;
}

@media screen and (max-width: 769px) {
    .observation-detail {
        font-size: 16px;
        margin-bottom: 4px;
    }
}

.observation .note {
    font-size: 18px;
}

@media screen and (max-width: 769px) {
    .observation .note {
        font-size: 13px;
    }
}


/* contact */

#contact {
    background-image: url(../img/bg_contact.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:769px) {
    #contact {
        background-image: url(../img/bg_contact_sp.png);
    }
}

.contact {
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
    padding: min(10%, 230px) 0;
}

@media screen and (max-width:769px) {
    .contact {
        width: auto;
        padding: 120px 16px;
    }
}

.contact hgroup {
    text-align: center;
    font-size: 14px;
    margin-bottom: 48px;
}

.contact .bottom-decoration::after {
    background-image: url(../img/bottom_decoration_black.png);
    width: 240px;
}

@media screen and (max-width:769px) {
    .contact .bottom-decoration::after {
        width: 118px;
    }
}

.input-list {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 16px;
    margin: 0 auto 56px auto;
}

@media screen and (max-width:769px) {
    .input-list {
        margin: 0 auto 28px auto;
    }
}

.input-field {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

@media screen and (max-width:769px) {
    .input-field {
        flex-direction: column;
        gap: 8px;
    }
}

.input-field textarea {
    background-color: #FFFFFF;
    resize: none;
    flex: 1 1 auto;
    padding: 4px 6px;
}

.input-field .input-title {
    flex: 0 1 33%;
    min-width: 152px;
}

.input-field input {
    background-color: #ffffff;
    flex: 1 1 auto;
    max-width: 480px;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
}

@media screen and (max-width:769px) {
    .input-field input {
        max-width: none;
    }
}

.input-field .required::after {
    content: "必須";
    background-color: #afab24;
    border-radius: 999px;
    color: #ffffff;
    padding: 0px 6px 1px 6px;
    margin-left: 8px;
}

.primary-btn {
    background-color: #9E1212;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 56px 16px 56px;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: center;
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}

.secondary-btn {
    background-color: #9E1212;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 56px 16px 56px;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: center;
    gap: 40px;
    width: fit-content;
    margin: 0 auto 12px auto;
    cursor: pointer;
}

@media screen and (max-width:769px) {
    .primary-btn {
        padding: 8px 56px 12px 56px;
    }
    .secondary-btn {
        padding: 8px 56px 12px 56px;
    }
}

/* confirm */

.form-header {
    background-color: #EEEEEE;
}

.form-header h1 {
    font-weight: bold;
    font-size: 28px;
    max-width: 720px;
    width: 75%;
    margin: 0 auto;
    padding: 64px 0 24px 0;
}

#confirm {
    background-color: #eeeeee;
    min-height: 100vh;
}

#confirm > .confirm {
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 min(10%, 230px) 0;
}

@media screen and (max-width:769px) {
    #confirm > .confirm {
        width: auto;
    }
}

.confirm h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.input-field.confirm {
    border-bottom: 1px solid #aaa;
}

.input-field .confirm-value {
    flex: 1 1 auto;
    max-width: 480px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    height: auto;
}

.bottom-decorated {
    font-size: 48px;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 769px) {
    .bottom-decorated {
        font-size: 32px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.bottom-decorated::after {
    background-image: url(../img/bottom_decoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 20 / 1;
    width: calc(1084px* 320 / 1084);
}

@media screen and (max-width: 769px) {
    .bottom-decorated::after {
        width: 240px;
    }
}