
a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

p {
    line-height: 1.9;
    letter-spacing: 0.15em;
    min-height: 30.4px;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 1.4rem;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.l-wrap {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin: 0 auto;
}

.gold {
    color: #ac9d78 !important;
    font-weight: 600 !important;
    margin-bottom: .2em;
}

.fs-24 {
    font-size: 24px !important;
    margin-bottom: 1em;
}

.fs-32 {
    font-size: 32px !important;
}

@media screen and (max-width: 768px) {

    .fs-24,
    .fs-32 {
        font-size: 20px !important;
    }
}


@media screen and (max-width: 768px) {
    .sp-hide {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .pc-hide {
        display: none;
    }
}

.flex-wrapper {
    display: flex;
}


/* ?????????????????
  共通項目
  ?????????????????*/
  .c-ttl {
    letter-spacing: 0.1em;
    text-align: center;
    color: #555555;
    margin-bottom: 80px;
    position: relative;
    padding: 30px 0;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.c-ttl .color_txt {
    color: #aa9b79;
}

.c-ttl .c-ttl__en,
.c-ttl .c-ttl__jp {
    display: block;
    letter-spacing: 0.1em;
}

.c-ttl .c-ttl__en {
    line-height: 1.2;
    font-size: 10rem;
}

.c-ttl .c-ttl__jp {
    font-size: 3rem;
}

.c-ttl::before,
.c-ttl::after {
    content: "";
    width: 50%;
    height: 30px;
    display: block;
    background: url("../images/ttl_deco.png") no-repeat top left/100%;
    position: absolute;
    opacity: 0.2;
}

.c-ttl::before {
    top: -15px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-ttl::after {
    bottom: -15px;
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

main {
    overflow-x: hidden;
}


.c-btn__02 {
    margin-bottom: 60px;
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 14px 0;
    margin: 0 auto;
    background-color: #A4BBD3;
    color: #fff;
    font-size: 2.4rem;
    position: relative;
    border-radius: 10px;
    text-align: center;
    /*font-family: "Noto Sans JP", sans-serif;*/
    transition: opacity 0.3s ease;
    font-weight: 300;
}

.c-btn__02::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-btn__02:hover {
    opacity: 0.7;
}

.c-schedule {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.8rem;
    table-layout: fixed;
}

.c-schedule th,
.c-schedule td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}

.c-schedule thead {
    background-color: #aa9b79;
    color: #fff;
}

.c-schedule thead th:first-child {
    border-radius: 20px 0 0 0;
    width: 24%;
}

.c-schedule thead th:last-child {
    border-radius: 0 20px 0 0;
}

.c-schedule tbody {
    background-color: #fff;
}

.c-schedule tbody tr:first-child {
    border-bottom: 2px solid #aa9b79;
}

.c-schedule tbody th,
.c-schedule tbody td {
    color: #aa9b79;
    padding: 18px 0;
}

.c-schedule tbody td.ttl {
    color: #000;
    text-align: left;
    white-space: nowrap;
    width: 23%;
    padding-left: 1.563vw;
}



.u-sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .c-ttl {
        margin-bottom: 40px;
        padding: 20px 0;
    }

    .c-ttl .c-ttl__en {
        font-size: 4.8rem;
        letter-spacing: 0.05em;
    }

    .c-ttl .c-ttl__jp {
        font-size: 1.7rem;
        margin-top: 10px;
    }

    .c-ttl::before,
    .c-ttl::after {
        content: "";
        width: 50%;
        height: 20px;
        display: block;
        background: url("../images/ttl_deco.png") no-repeat top left/cover;
        position: absolute;
    }

    .c-ttl::before {
        top: -15px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-position: top right;
    }

    .c-ttl::after {
        bottom: -15px;
        -ms-transform: translateX(150%);
        transform: translateX(150%);
    }

    .c-btn {
        width: 100%;
        max-width: 170px;
        height: 36px;
        font-size: 1.6rem;
        line-height: 36px;
    }


    .c-btn::after {
        font-size: 1.3rem;
    }

    .c-btn__02 {
        font-size: 1.6rem;
        padding: 10px 0;
    }

    .c-schedule {
        font-size: 1.5rem;
    }

    .c-schedule tbody th,
    .c-schedule tbody td {
        padding: 10px 0;
    }

    .c-schedule tbody td.ttl {
        padding-left: 15px;
    }

    .u-pc {
        display: none !important;
    }

    .u-sp {
        display: block !important;
    }
}

.js-effect-ttl {
    opacity: 0;
    -ms-transform: translateX(12%);
    transform: translateX(12%);
}

.js-effect-ttl.is-view {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}


.c-btn {
    font-family: "a-otf-ryumin-pr6n", serif;
    /* font-family: "Noto Sans JP", sans-serif; */
    font-weight: 400;
    background-color: #aa9b79;
    color: #fff;
    border-radius: 10px;
    width: 20em;
    height: 40px;
    font-size: 1.8rem;
    display: block;
    text-align: center;
    line-height: 40px;
    position: relative;
    transition: opacity 0.3s ease;
    font-weight: 300;
}
.c-btn.map {
    width: 20em;
}


.c-btn::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.c-btn:hover {
    opacity: 0.7;
}

.access.c-btn {
    margin-bottom: 2em;
}

/* ---------------------------------------------
  access セクション
  --------------------------------------------- */
  .p-access {
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}

.p-access:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 100px solid #F2F0EB;
    border-right: 100vw solid transparent;
}

.p-access .p-access__contents {
    overflow: hidden;
    padding: 80px 0;
    background-color: #F2F0EB;
}



@media screen and (max-width: 768px) {
    .p-access .p-access__box {
        gap: 0;
    }
}

.p-access .p-access__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3em;
}
.p-access .image-wrapper {
    max-width: 500px;
    margin: 0 auto 3em;
}

@media screen and (max-width: 768px) {
    .p-access .image-wrapper {
        margin: 0 auto 1.6em;
    }
}

.p-access .p-access__box .access__txt {
    /* width: 38%; */
}

.p-access .p-access__box .access__txt h3 {
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.p-access .p-access__box .access__txt p {
    font-size: 1.8rem;
    line-height: 1.88;
}

.p-access .p-access__box .access__txt .access__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    margin-top: 20px;
    max-width: initial;
    transition: opacity 0.3s ease;
    letter-spacing: 0.05em;
}

.p-access .p-access__box .access__txt .access__link span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #aa9b79;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}



.access__link span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #aa9b79;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.access-wrapper {
    margin: 1em auto 1em 0;
}

.access-wrapper a {
    display: flex;
    align-items: center;
    width: fit-content;
}

.access-wrapper a.access__link {
    margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
    .access-wrapper a.access__link {
        font-size: 12px;
    }

    .access-wrapper a.access__link span {
        width: 30px;
        height: 30px;
    }
}


.p-access .p-access__box .access__txt .access__link:hover {
    opacity: 0.7;
}

.p-access .p-access__box .access__txt .access__link.tel {
    max-width: 280px;
    letter-spacing: 0.3em;
}

.p-access .p-access__box .p-access__schedule {
    /* width: 54%; */
}

.p-access .p-access__box .p-access__schedule .p-time__schedule {
    background-color: rgba(245, 245, 245, 0.5);
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-access .p-access__box .p-access__schedule h3 {
    font-size: 1.6rem;
    margin-top: 10px;
}

.p-access .p-access__box .p-access__schedule p {
    font-size: 1.5rem;
    line-height: 2;
}

.google-btn {
    background: #ac9d78;
    padding: 3px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}


.flex-wrapper.google {
    margin-bottom: 1em;
    gap: 1em;
}

@media screen and (max-width: 768px) {
    .flex-wrapper.google {
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .p-access {
        padding-top: 40px;
    }

    .p-access:before {
        top: 0;
        border-bottom: 40px solid #F2F0EB;
    }

    .p-access .p-access__contents {
        padding: 60px 0;
    }

    .p-access .p-access__box {
        display: block;
    }

    .p-access .p-access__box .access__txt {
        width: 100%;
    }

    .p-access .p-access__box .access__txt h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .p-access .p-access__box .access__txt p {
        font-size: 1.3rem;
        line-height: 1.88;
    }

    .p-access .p-access__box .access__txt .access__link {
        font-size: 1.6rem;
        margin-top: 20px;
        max-width: initial;
    }

    .p-access .p-access__box .access__txt .access__link span {
        width: 35px;
        height: 35px;
    }

    .p-access .p-access__box .access__txt .access__link.tel {
        letter-spacing: 0.2em;
    }

    .p-access .p-access__box .p-access__schedule {
        width: 100%;
        margin-top: 30px;
    }

    .p-access .p-access__box .p-access__schedule .p-time__schedule {
        background-color: rgba(245, 245, 245, 0.5);
        width: 60%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-access .p-access__box .p-access__schedule h3 {
        font-size: 1.4rem;
    }

    .p-access .p-access__box .p-access__schedule p {
        font-size: 1.4rem;
    }
    .c-btn.map {
        max-width: initial;
    }

}