@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap");

/**
* @file _reset.scss
**/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    border: 0;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

*::-moz-selection {
    background: #826F34;
    color: white;
}

*::selection {
    background: #826F34;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-bottom: 0;
}

ol,
ul {
    list-style: none;
}

*:focus {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button {
    cursor: pointer;
    border: 0;
    outline: none;
}

table td,
table th {
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    line-height: 0;
    vertical-align: bottom;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

input:focus {
    outline: 0;
}

td,
th,
tr {
    vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

textarea {
    resize: vertical;
}

fieldset,
legend {
    padding: 0;
}

figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/**
* @file _common.scss
**/

.is-pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none !important;
    }
}

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

@media screen and (max-width: 767px) {
    .is-sp {
        display: block !important;
    }
}

.l-common {
    max-width: 393px;
    margin: 0 auto;
}

.c-header {
    overflow: hidden;
}

.c-header__inner {
    position: fixed;
    top: 40px;
    left: 0;
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .c-header__inner {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .c-header__inner {
        padding: 12px 20px 12px 10px;
        top: 20px;
        height: 52px;
        border-radius: 27px;
        background-color: white;
        box-shadow: 0px 0px 8px 0px rgba(203, 186, 163, 0.5019607843);
        width: calc(100% - 40px);
        left: 20px;
    }
}

.c-header__menu--pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    box-shadow: 0px 0px 8px 0px rgba(203, 186, 163, 0.5019607843);
    height: 70px;
    background-color: white;
    border-radius: 35px;
}

.c-header__menu--pc .__links {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width: 1280px) {
    .c-header__menu--pc .__links {
        padding: 0 20px;
        gap: 15px;
    }
}

.c-header__menu--pc .__links a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.c-header__menu--pc .__reservation {
    background-color: #CEB185;
    padding: 0 40px;
    border-radius: 0 35px 35px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1280px) {
    .c-header__menu--pc .__reservation {
        padding: 0 20px;
    }
}

.c-header__menu--pc .__reservation a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .c-header__menu--pc {
        display: none;
    }
}

.c-header__menu--sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-header__menu--sp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .c-header__menu .__hamburger {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex-direction: column;
    }
    .c-header__menu .__hamburger span {
        width: 22px;
        height: 2px;
        background-color: #CEB185;
        border-radius: 1px;
    }
}

.c-header .c-header__side {
    position: fixed;
    top: 0;
    right: -100vw;
    width: calc(100% - 20px);
    height: 100vh;
    z-index: 999;
    transition: all 0.35s ease;
}

.c-header .c-header__side.active {
    right: 0vw;
    transition: all 0.35s ease;
}

.c-header .c-header__side .__cnt {
    position: relative;
    background-color: rgba(206, 177, 133, 0.9490196078);
    padding: 80px 20px;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.c-header .c-header__side .__cnt .__wrap__tel {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}

.c-header .c-header__side .__cnt .__wrap__tel span {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
    color: white;
}

.c-header .c-header__side .__cnt .__wrap__tel p {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 180%;
    letter-spacing: 0%;
    color: white;
}

.c-header .c-header__side .__cnt .__wrap__reservation {
    width: 100%;
    height: 66px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: white;
}

.c-header .c-header__side .__cnt .__wrap__reservation span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 230%;
    letter-spacing: 0%;
    color: #CEB185;
}

.c-header .c-header__side .__cnt .__wrap__items {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-header .c-header__side .__cnt .__wrap__item {
    padding-top: 11.5px;
    padding-bottom: 21.5px;
    border-bottom: solid 1px white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-header .c-header__side .__cnt .__wrap__item span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
}

.c-header .c-header__side .__cnt .__wrap__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 16px;
}

.c-header .c-header__side .__cnt .__pos {
    position: absolute;
    bottom: 0;
    right: 0;
}

.c-header .c-header__side--close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.c-reservation {
    width: 100%;
    height: 428px;
    background: url(../images/reservation_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    border-radius: 120px;
    overflow: hidden;
    margin-top: -120px;
}

@media screen and (max-width: 767px) {
    .c-reservation {
        height: 388px;
        border-radius: 60px;
        background: url(../images/reservation_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding-bottom: 30px;
        margin-top: -60px;
    }
}

.c-reservation .__ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: white;
}

.c-reservation .__tel {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-reservation .__tel {
        margin-top: 30px;
        gap: 10px;
    }
}

.c-reservation .__tel .__en {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 30.57px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .c-reservation .__tel .__en {
        font-size: 20px;
    }
}

.c-reservation .__tel .__num {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 61.14px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .c-reservation .__tel .__num {
        font-size: 42px;
        letter-spacing: -2px;
    }
}

.c-reservation .__des {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 30px;
    color: white;
}

@media screen and (max-width: 767px) {
    .c-reservation .__des {
        margin-top: 20px;
    }
}

.c-reservation .__btn {
    width: 294px;
    height: 66px;
    border-radius: 33px;
    border: solid 1px white;
    background: rgba(206, 177, 133, 0.6980392157);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-reservation .__btn {
        margin-top: 30px;
    }
}

.c-reservation .__btn span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 240%;
    letter-spacing: 0%;
    color: white;
}

.c-reservation .__pos--01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(100%);
}

@media screen and (max-width: 767px) {
    .c-reservation .__pos--01 {
        transform: translateX(-80%);
    }
}

.c-reservation .__pos--02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(325%);
}

@media screen and (max-width: 767px) {
    .c-reservation .__pos--02 {
        transform: translateX(0);
    }
}

.c-footer {
    padding: 220px 20px 50px;
    margin-top: -120px;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 8;
}

@media screen and (max-width: 767px) {
    .c-footer {
        background: url(../images/footer_bg_sp.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 120px 20px 60px;
        margin-top: -60px;
    }
}

.c-footer__ctn {
    display: flex;
    justify-content: center;
    gap: 68px;
}

@media screen and (max-width: 767px) {
    .c-footer__ctn {
        gap: 42px;
        flex-direction: column-reverse;
    }
}

.c-footer__contact .__logo {
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .c-footer__contact .__logo {
        justify-content: center;
    }
}

.c-footer__contact .__btn {
    width: 261px;
    height: 66px;
    border-radius: 33px;
    background: #CEB185;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .c-footer__contact .__btn {
        margin-left: auto;
        margin-right: auto;
    }
}

.c-footer__contact .__btn span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    color: white;
}

.c-footer__contact .__tel {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .c-footer__contact .__tel {
        justify-content: center;
    }
}

.c-footer__contact .__tel--en {
    font-family: "Libre Bodoni", serif;
    font-size: 20px;
    font-weight: 400;
    color: #CEB185;
}

.c-footer__contact .__tel--num {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    color: #7D6C5C;
}

.c-footer__contact .__address {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .c-footer__contact .__address {
        text-align: center;
    }
}

.c-footer__links .__link--page {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 426px;
    border-bottom: solid 1px #E1D7C8;
}

@media screen and (max-width: 767px) {
    .c-footer__links .__link--page {
        width: 100%;
    }
}

.c-footer__links .__link--page span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.c-footer__links .__socials {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .c-footer__links .__socials {
        justify-content: center;
    }
}

.c-footer__copyright {
    margin-top: 100px;
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0%;
    color: #7D6C5C;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-footer__copyright {
        margin-top: 60px;
    }
}

.c-top__btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .c-top__btn {
        bottom: 10px;
        right: 10px;
    }
}

.c-ttl {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #CEB185;
}

@media screen and (max-width: 767px) {
    .c-ttl {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .c-smttl {
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        line-height: 250%;
        letter-spacing: 0%;
        color: #7D6C5C;
    }
}

.c-subttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0%;
    color: #7D6C5C;
    margin-top: 16px;
}

.c-enttl {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #CEB185;
    margin-bottom: 16px;
}

.c-des {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.c-btn__more {
    display: flex;
    align-items: center;
    gap: 15px;
}

.c-btn__more span {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 240%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.c-outer {
    margin: 100px 120px 260px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: solid 5px #E1D7C8;
    border-radius: 80px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .c-outer {
        margin: 80px 20px 140px;
        grid-template-columns: repeat(1, 1fr);
        border-width: 3px;
        border-radius: 40px;
    }
}

.c-outer__inner {
    height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.c-outer__inner:first-child {
    background: rgba(225, 215, 200, 0.5019607843);
    border-right: solid 1px #E1D7C8;
}

@media screen and (max-width: 767px) {
    .c-outer__inner:first-child {
        border-bottom: solid 1px #E1D7C8;
    }
}

.c-outer__inner:last-child {
    background: #FAFAFA;
    border-left: solid 1px #E1D7C8;
}

@media screen and (max-width: 767px) {
    .c-outer__inner:last-child {
        border-top: solid 1px #E1D7C8;
    }
}

.c-outer__inner .c-btn__more span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 20px;
}

body {
    position: relative;
}

body::before {
    content: "";
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    opacity: 0.15;
    position: absolute;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    position: relative;
}

.p-top__fv .mySwiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.p-top__fv .mySwiper .swiper-wrapper {
    position: relative;
    height: calc(100vh - 50px);
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-top__fv .mySwiper .swiper-wrapper {
        height: 100vh;
    }
}

.p-top__fv .mySwiper .swiper-wrapper .pos_02 {
    position: absolute;
    right: 0;
    top: 22vh;
    z-index: 11;
}

@media screen and (max-width: 767px) {
    .p-top__fv .mySwiper .swiper-wrapper .pos_02 {
        top: 100px;
        left: 0;
        bottom: unset;
        right: unset;
    }
}

.p-top__fv .mySwiper .swiper-slide figure {
    height: calc(100vh - 50px);
}

@media screen and (max-width: 767px) {
    .p-top__fv .mySwiper .swiper-slide figure {
        height: 100vh;
    }
}

.p-top__fv .mySwiper .swiper-button {
    position: absolute;
    right: 120px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: unset;
    top: unset;
    height: unset;
    color: unset;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .p-top__fv .mySwiper .swiper-button {
        bottom: 70px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-top__fv .mySwiper .swiper-button-prev,
.p-top__fv .mySwiper .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    width: unset;
    height: unset;
}

.p-top__fv .mySwiper .swiper-button-prev::after,
.p-top__fv .mySwiper .swiper-button-prev::before,
.p-top__fv .mySwiper .swiper-button-next::after,
.p-top__fv .mySwiper .swiper-button-next::before {
    display: none;
}

.p-top__about {
    padding-bottom: 160px;
    position: relative;
    margin-top: -125px;
    z-index: 9;
}

@media screen and (max-width: 1050px) {
    .p-top__about {
        padding-bottom: 90px;
        display: flex;
        flex-direction: column;
        margin-top: -30px;
    }
}

.p-top__about--inner {
    padding: 120px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 120px 120px 0;
    display: flex;
    flex-direction: column;
    gap: 56px;
    width: calc(100% - 436.5px);
}

@media screen and (max-width: 1050px) {
    .p-top__about--inner {
        width: calc(100% - 60px);
        border-radius: 0 60px 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .p-top__about--inner {
        width: calc(100% - 20px);
        padding: 60px 20px;
        gap: 40px;
    }
}

.p-top__about--pos01 {
    position: absolute;
    top: 100px;
    left: 0;
    transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
    .p-top__about--pos01 {
        left: unset;
        right: 0;
        transform: unset;
        top: -27px;
    }
}

.p-top__about--pos02 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .p-top__about--pos02 {
        position: relative;
        margin-top: -60px;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-top__about--pos02 {
        width: calc(100% - 95px);
        margin-top: -20px;
    }
}

.p-top__about--pos03 {
    position: absolute;
    right: 0;
    top: 120px;
}

@media screen and (max-width: 767px) {
    .p-top__about--pos03 {
        top: unset;
        bottom: 110vw;
    }
}

.p-top__service {
    padding-bottom: 160px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-top__service {
        padding-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-top__service .c-ttl,
.p-top__service .c-subttl {
    text-align: center;
}

.p-top__service .__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .p-top__service .__items {
        margin-top: 40px;
        gap: 60px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.p-top__service .__item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .p-top__service .__item {
        gap: 20px;
        width: calc(100vw - 40px);
    }
}

.p-top__service .__item figure {
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50%;
    width: 520px;
    height: 520px;
}

@media screen and (max-width: 1280px) {
    .p-top__service .__item figure {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 1050px) {
    .p-top__service .__item figure {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .p-top__service .__item figure {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
        margin-left: auto;
        margin-right: auto;
    }
}

.p-top__service .__item--ttl {
    background: rgba(255, 255, 255, 0.5019607843);
    border: solid 1px rgba(125, 108, 92, 0.5019607843);
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 5%;
    text-align: center;
    color: #7D6C5C;
    border-radius: 30px;
}

@media screen and (max-width: 767px) {
    .p-top__service .__item--ttl {
        height: 50px;
        border-radius: 25px;
        font-size: 24px;
    }
}

.p-top__service .c-btn__more {
    margin-left: auto;
}

.p-top__service--pos {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .p-top__service--pos {
        transform: translateY(-100%);
    }
}

.p-top__bottom {
    position: relative;
    padding: 120px 60px 245px;
    background-color: white;
    border-radius: 120px 120px 0 0;
}

@media screen and (max-width: 767px) {
    .p-top__bottom {
        padding: 80px 20px 145px;
        border-radius: 60px 60px 0 0;
    }
}

.p-top__bottom--pos01 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-80%);
}

@media screen and (max-width: 767px) {
    .p-top__bottom--pos01 {
        transform: translateY(-55%);
    }
}

.p-top__bottom--pos02 {
    position: absolute;
    top: 350px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .p-top__bottom--pos02 {
        left: unset;
        right: 0;
        top: 580px;
    }
}

.p-top__bottom--pos03 {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-30%);
}

@media screen and (max-width: 767px) {
    .p-top__bottom--pos03 {
        display: none;
    }
}

.p-top__bottom--pos04 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .p-top__bottom--pos04 {
        top: -156px;
        transform: unset;
    }
}

.p-top__bottom--pos05 {
    position: absolute;
    left: 0;
    bottom: 150px;
}

@media screen and (max-width: 767px) {
    .p-top__bottom--pos05 {
        left: unset;
        right: 0;
        bottom: 900px;
    }
}

.p-top__news {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 104px;
}

@media screen and (max-width: 767px) {
    .p-top__news {
        flex-direction: column;
        gap: 40px;
    }
}

.p-top__news .c-btn__more {
    margin-top: 16px;
}

.p-top__news .c-btn__more span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 6%;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

.p-top__news--items {
    margin-top: -30px;
    width: 100%;
}

.p-top__news--items .__item {
    padding: 30px 60px 30px 0;
    border-bottom: solid 1px #E1D7C8;
    position: relative;
    display: flex;
    flex-direction: column;
}

.p-top__news--items .__item--ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-top__news--items .__item--date {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #CEB185;
    padding-top: 16px;
}

.p-top__news--items .__item svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.p-top__access {
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}

@media screen and (max-width: 1050px) {
    .p-top__access {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin-top: 80px;
    }
}

.p-top__access--info {
    width: 100%;
}

.p-top__access--info .__inner {
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .p-top__access--info .__inner {
        gap: 40px;
    }
}

.p-top__access--info .__inner--item {
    padding: 20px 0;
    border-bottom: solid 1px #E1D7C8;
}

.p-top__access--info .__inner--item:first-child {
    border-top: solid 1px #E1D7C8;
}

.p-top__access--info .__inner--date {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-top__access--info .__inner--date span {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #CEB185;
}

.p-top__access--info .__inner--link {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .p-top__access--info .__inner--link {
        gap: 15px;
    }
}

.p-top__access--info .__inner--link .__tel--des {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-top__access--info .__inner--link .__tel--des {
        font-size: 25px;
        letter-spacing: -1px;
    }
}

.p-top__access--info .__inner--link .__tel--des span {
    font-size: 18px;
    color: #CEB185;
}

.p-top__access--info .__inner--link .__tel--line {
    width: 270px;
    height: 40px;
    background: #CEB185;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: white;
    margin-top: 10px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-top__access--info .__inner--link .__tel--line {
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
}

.p-top__access--info .__inner--link .__tel--line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(70%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #CEB185;
    width: 14px;
    height: 10px;
    border: 1px;
}

.p-top__access--map {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-top__access--map {
        border-radius: 20px;
        height: 335px;
    }
}

.p-top__access--map iframe {
    width: 100%;
    height: 100%;
}

.p-about__fv {
    height: 400px;
    background: url(../images/about_bg_fv.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-about__fv {
        background: url(../images/about_bg_fv.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-about__fv .__ttl {
    position: absolute;
    bottom: 109px;
    left: 120px;
}

@media screen and (max-width: 767px) {
    .p-about__fv .__ttl {
        bottom: 137px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-about__fv .__ttl--en {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .p-about__fv .__ttl--en {
        text-align: center;
        font-size: 36px;
    }
}

.p-about__fv .__ttl--jp {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-about__fv .__ttl--jp {
        text-align: center;
    }
}

.p-about__concept {
    padding: 160px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-about__concept {
        padding: 100px 0;
    }
}

.p-about__concept .c-ttl,
.p-about__concept .c-subttl {
    text-align: center;
}

.p-about__concept .c-des {
    margin-top: 50px;
    width: 100%;
    max-width: 840px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-about__concept .c-des {
        margin-top: 40px;
    }
}

.p-about__concept .c-des--image {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .p-about__concept .c-des--image {
        display: block;
    }
}

.p-about__concept .c-des--image .__img {
    background-color: #E1D7C8;
    border-radius: 50%;
    width: 174px;
    height: 174px;
    min-width: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .p-about__concept .c-des--image .__img {
        display: none;
    }
}

.p-about__concept .__items {
    margin-top: 160px;
}

@media screen and (max-width: 767px) {
    .p-about__concept .__items {
        margin-top: 100px;
    }
}

.p-about__concept .__items .swiper-slide {
    overflow: hidden;
    border-radius: 40px;
}

@media screen and (max-width: 767px) {
    .p-about__concept .__items .swiper-slide {
        border-radius: 20px;
    }
}

.p-about__concept--pos01 {
    position: absolute;
    top: 50px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .p-about__concept--pos01 {
        top: 25px;
    }
}

.p-about__concept--pos02 {
    position: absolute;
    top: 100px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .p-about__concept--pos02 {
        top: 25px;
    }
}

.p-about__concept--image {
    overflow: hidden;
    border-radius: 40px;
    height: 350px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.p-about__concept--image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .p-about__concept--image {
        width: calc(100% - 40px);
        border-radius: 30px;
        height: 146px;
    }
}

.p-about__message {
    padding: 160px 0;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .p-about__message {
        padding: 100px 0;
    }
}

.p-about__message .__inner {
    padding: 120px;
    background-color: white;
    border-radius: 0 120px 120px 0;
    width: 65%;
}

@media screen and (max-width: 767px) {
    .p-about__message .__inner {
        padding: 60px 20px;
        width: calc(100% - 20px);
        border-radius: 0 60px 60px 0;
    }
}

.p-about__message .__inner .c-ttl,
.p-about__message .__inner .c-subttl {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-about__message .__inner .c-ttl,
    .p-about__message .__inner .c-subttl {
        text-align: left;
    }
}

.p-about__message .__inner .c-des {
    margin-top: 56px;
}

.p-about__message .__image {
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 60px 0 0 60px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-about__message .__image {
        position: relative;
        margin-top: -30px;
        width: calc(100% - 75px);
        margin-left: auto;
        transform: unset;
        border-radius: 30px 0 0 30px;
    }
}

.p-about__message .__pos01 {
    position: absolute;
    top: -100px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .p-about__message .__pos01 {
        top: 0;
    }
}

.p-about__message .__pos02 {
    position: absolute;
    bottom: 50px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .p-about__message .__pos02 {
        right: unset;
        left: 0;
        bottom: 0;
    }
}

.p-about__info .c-ttl,
.p-about__info .c-subttl {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-about__info .c-ttl,
    .p-about__info .c-subttl {
        text-align: left;
    }
}

.p-about__info .__items {
    margin-top: 56px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-about__info .__items {
        margin-top: 40px;
    }
}

.p-about__info .__items .__item {
    padding: 32px 0;
    border-bottom: solid 1px #E1D7C8;
    display: flex;
}

@media screen and (max-width: 767px) {
    .p-about__info .__items .__item {
        flex-direction: column;
        padding-left: 20px;
    }
}

.p-about__info .__items .__item:first-child {
    border-top: solid 1px #E1D7C8;
}

.p-about__info .__items .__item--ttl {
    width: 200px;
    text-align: left;
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .p-about__info .__items .__item--ttl {
        width: 100%;
        padding-left: 0;
    }
}

.p-about__info .__items .__item--des {
    text-align: left;
}

.p-about__info .__items .__item--reservation {
    width: 228px;
    height: 40px;
    background: #CEB185;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .p-about__info .__items .__item--reservation {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-about__info .__items .__item--reservation::after {
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #CEB185;
    width: 10px;
    height: 14px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.p-about__info .__items .__item--line {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .p-about__info .__items .__item--line {
        flex-direction: column;
    }
}

.p-about__info .__items .__item--line .c-des {
    line-height: 1.5;
}

.p-trim__fv {
    height: 400px;
    background: url(../images/trim_fv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-trim__fv {
        background: url(../images/trim_fv_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-trim__fv .__ttl {
    position: absolute;
    bottom: 109px;
    left: 120px;
}

@media screen and (max-width: 767px) {
    .p-trim__fv .__ttl {
        bottom: 137px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-trim__fv .__ttl--en {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .p-trim__fv .__ttl--en {
        text-align: center;
        font-size: 36px;
    }
}

.p-trim__fv .__ttl--jp {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-trim__fv .__ttl--jp {
        text-align: center;
    }
}

.p-trim__price {
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-trim__price {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-trim__price .__inner {
    padding: 80px 200px;
    border-radius: 80px;
    background: white;
}

@media screen and (max-width: 1280px) {
    .p-trim__price .__inner {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media screen and (max-width: 1050px) {
    .p-trim__price .__inner {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner {
        padding: 40px 20px;
        border-radius: 40px;
    }
}

.p-trim__price .__inner .c-ttl,
.p-trim__price .__inner .c-subttl {
    text-align: center;
}

.p-trim__price .__inner .__table {
    width: 100%;
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__table {
        margin-top: 30px;
    }
}

.p-trim__price .__inner .__table .__refer {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 240%;
    letter-spacing: 0%;
    text-align: right;
    color: #7D6C5C;
    margin-top: 15px;
}

.p-trim__price .__inner .__table table {
    width: 100%;
}

.p-trim__price .__inner .__table tr,
.p-trim__price .__inner .__table th {
    width: 33.3333333333%;
}

.p-trim__price .__inner .__table th,
.p-trim__price .__inner .__table td {
    border: solid 1px #E1D7C8;
    height: 50px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.p-trim__price .__inner .__table th {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
    background: rgba(206, 177, 133, 0.1019607843);
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__table th {
        font-size: 14px;
    }
}

.p-trim__price .__inner .__table td {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__table td {
        font-size: 14px;
        text-align: left;
    }
}

.p-trim__price .__inner .__table td:not(:first-child) {
    font-family: "Libre Bodoni", serif;
    font-size: 20px;
}

.p-trim__price .__inner .__table tr:nth-child(2n+1) {
    background: rgba(241, 241, 241, 0.5019607843);
}

.p-trim__price .__inner .__table--large tr,
.p-trim__price .__inner .__table--large th {
    width: 25%;
}

.p-trim__price .__inner .__table--large tr:nth-child(2n) {
    background: rgba(241, 241, 241, 0.5019607843);
}

.p-trim__price .__inner .__table--large tr:nth-child(2n+1) {
    background: transparent;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__table--large td {
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__table--large td:not(:first-child) {
        font-size: 16px;
    }
}

.p-trim__price .__inner .swiper {
    margin-top: 56px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .swiper {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.p-trim__price .__inner .swiper-slide figure {
    border-radius: 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .swiper-slide figure {
        border-radius: 20px;
    }
}

.p-trim__price .__inner .swiper-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: unset;
    top: unset;
    height: unset;
    color: unset;
    z-index: 99;
}

.p-trim__price .__inner .swiper-button-prev,
.p-trim__price .__inner .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    width: unset;
    height: unset;
}

.p-trim__price .__inner .swiper-button-prev::after,
.p-trim__price .__inner .swiper-button-prev::before,
.p-trim__price .__inner .swiper-button-next::after,
.p-trim__price .__inner .swiper-button-next::before {
    display: none;
}

.p-trim__price .__inner .__items {
    margin-top: 56px;
    border-bottom: solid 1px #E1D7C8;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__items {
        margin-top: 30px;
    }
}

.p-trim__price .__inner .__item--ttl {
    padding-left: 20px;
    height: 51px;
    background: rgba(206, 177, 133, 0.4);
    border: solid #E1D7C8;
    border-width: 1px 0 1px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__item--ttl {
        height: 31px;
    }
}

.p-trim__price .__inner .__item--light .__item--ttl {
    background: rgba(206, 177, 133, 0.1019607843);
}

.p-trim__price .__inner .__item .c-des {
    padding: 30px 20px;
}

@media screen and (max-width: 767px) {
    .p-trim__price .__inner .__item .c-des {
        padding: 10px 20px;
    }
}

.p-trim__price--pos {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-120%);
}

.p-trim__price--pos02 {
    position: absolute;
    top: 66px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .p-trim__price--pos02 {
        top: -30px;
    }
}

.p-trim__price--pos03 {
    position: absolute;
    top: -180px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .p-trim__price--pos03 {
        top: -60px;
    }
}

.p-trim__price--pos04 {
    position: absolute;
    top: -150px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .p-trim__price--pos04 {
        top: 20px;
    }
}

.p-trim__price--pos05 {
    position: absolute;
    top: 80px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .p-trim__price--pos05 {
        top: -50px;
    }
}

.p-trim__option {
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-trim__option {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-trim__option .__inner {
    padding: 80px 200px;
    border-radius: 80px;
    background: white;
}

@media screen and (max-width: 767px) {
    .p-trim__option .__inner {
        padding: 40px 20px;
        border-radius: 40px;
    }
}

.p-trim__option .__inner .c-ttl,
.p-trim__option .__inner .c-subttl {
    text-align: center;
}

.p-trim__option .__inner .__card {
    margin-top: 56px;
    width: 100%;
    height: 53px;
    background: rgba(206, 177, 133, 0.4);
    border-radius: 0 10px 0 10px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .p-trim__option .__inner .__card {
        margin-top: 30px;
    }
}

.p-trim__option .__inner .__card p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-trim__option .__inner .__card h5 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    border-radius: 3px;
    color: white;
    background: #CEB185;
    width: 74px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-trim__option .__inner .__cnt {
    padding: 20px;
    border-bottom: solid 1px #E1D7C8;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-trim__option .__inner .__cnt {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 0;
    }
}

.p-trim__option .__inner .__cnt--img {
    border-radius: 10px;
    overflow: hidden;
}

.p-trim__option .__inner .__cnt .__des {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 170%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-trim__option .__inner .__cnt .__des span {
    font-size: 16px;
}

.p-trim__option .__inner .__cnt .__quote {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 10%;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-trim__option .__inner .__cnt .__quote {
        width: 100%;
        border-top: solid 1px #E1D7C8;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.p-trim__option .__inner .__cnt .__quote .__line {
    text-decoration: line-through;
}

.p-trim__option .__inner .__cnt .__quote .__quote--big {
    font-size: 24px;
}

.p-trim__option .__inner .__item {
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .p-trim__option .__inner .__item {
        margin-top: 30px;
    }
}

.p-trim__option .__inner .__item .__ttl {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 53px;
    background-color: rgba(206, 177, 133, 0.1019607843);
    border-top: solid 1px #E1D7C8;
    display: flex;
    align-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-trim__option .__inner .__item--inner {
    border-top: solid 1px #E1D7C8;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-trim__option .__inner .__item--inner:last-child {
    border-bottom: solid 1px #E1D7C8;
}

@media screen and (max-width: 767px) {
    .p-trim__option .__inner .__item--inner {
        padding: 10px;
        height: auto;
    }
}

.p-trim__option .__inner .__item--inner .__price {
    width: 160px;
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 1.5;
    letter-spacing: 10%;
    color: #7D6C5C;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .p-trim__option .__inner .__item--inner .__price {
        width: unset;
        min-width: 115px;
    }
}

.p-trim__option .__inner .__refer {
    margin-top: 20px;
    text-align: right;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 240%;
    letter-spacing: 0%;
    text-align: right;
    color: #7D6C5C;
}

.p-trim__option--pos01 {
    position: absolute;
    left: 0;
    top: 100px;
}

@media screen and (max-width: 767px) {
    .p-trim__option--pos01 {
        top: 0;
    }
}

.p-trim__option--pos02 {
    position: absolute;
    right: 0;
    top: -120px;
}

@media screen and (max-width: 767px) {
    .p-trim__option--pos02 {
        top: -20px;
    }
}

.p-hotel__fv {
    height: 400px;
    background: url(../images/hotel_fv.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-hotel__fv {
        background: url(../images/hotel_fv_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-hotel__fv .__ttl {
    position: absolute;
    bottom: 109px;
    left: 120px;
}

@media screen and (max-width: 767px) {
    .p-hotel__fv .__ttl {
        bottom: 137px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-hotel__fv .__ttl--en {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .p-hotel__fv .__ttl--en {
        text-align: center;
        font-size: 36px;
    }
}

.p-hotel__fv .__ttl--jp {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-hotel__fv .__ttl--jp {
        text-align: center;
    }
}

.p-news__fv {
    height: 400px;
    background: url(../images/news_fv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-news__fv {
        background: url(../images/news_fv_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-news__fv .__ttl {
    position: absolute;
    bottom: 109px;
    left: 120px;
}

@media screen and (max-width: 767px) {
    .p-news__fv .__ttl {
        bottom: 137px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-news__fv .__ttl--en {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .p-news__fv .__ttl--en {
        text-align: center;
        font-size: 36px;
    }
}

.p-news__fv .__ttl--jp {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-news__fv .__ttl--jp {
        text-align: center;
    }
}

.p-news__inner {
    padding: 160px 120px 220px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-news__inner {
        padding: 100px 20px 140px;
    }
}

.p-news__inner .__wrap {
    padding: 80px 200px;
    background: white;
    border-radius: 80px;
}

@media screen and (max-width: 1280px) {
    .p-news__inner .__wrap {
        padding: 80px 120px;
    }
}

@media screen and (max-width: 1050px) {
    .p-news__inner .__wrap {
        padding: 80px 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-news__inner .__wrap {
        padding: 40px 20px;
        border-radius: 40px;
    }
}

.p-news__inner .__wrap--ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-news__inner .__wrap--ttl {
        font-size: 20px;
    }
}

.p-news__inner .__wrap--date {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #CEB185;
    text-align: center;
    margin-top: 16px;
}

.p-news__inner .__wrap figure {
    margin-top: 56px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .p-news__inner .__wrap figure {
        margin-top: 30px;
        height: 185px;
    }
}

.p-news__inner .__wrap figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.p-news__inner .__wrap--des {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0%;
    color: #7D6C5C;
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .p-news__inner .__wrap--des {
        margin-top: 30px;
    }
}

.p-news__item {
    padding: 80px;
    background-color: white;
    border-radius: 80px;
    display: flex;
    align-items: center;
    gap: 28px;
}

@media screen and (max-width: 1280px) {
    .p-news__item {
        padding: 60px;
    }
}

@media screen and (max-width: 767px) {
    .p-news__item {
        padding: 40px 20px;
        border-radius: 40px;
        flex-direction: column;
    }
}

.p-news__item figure {
    width: 380px;
    min-width: 380px;
    height: 215px;
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (max-width: 1280px) {
    .p-news__item figure {
        width: 300px;
        min-width: 300px;
    }
}

@media screen and (max-width: 1050px) {
    .p-news__item figure {
        width: 240px;
        min-width: 240px;
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .p-news__item figure {
        width: 100%;
        min-width: none;
        height: 166px;
    }
}

.p-news__item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-news__item .__inner .__ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-news__item .__inner .__des {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* Optional, but good practice for clarity */
}

.p-news__item .__inner .__date {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #CEB185;
    margin-top: 35px;
}

.p-news__pagination {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-news__pagination {
        margin-top: 80px;
    }
}

.p-news__pos01 {
    position: absolute;
    left: 0;
    top: 40px;
}

@media screen and (max-width: 767px) {
    .p-news__pos01 {
        top: 25px;
    }
}

.p-news__pos02 {
    position: absolute;
    right: 0;
    top: 100px;
}

@media screen and (max-width: 767px) {
    .p-news__pos02 {
        top: 25px;
    }
}

.p-news__pos03 {
    position: absolute;
    left: 0;
    bottom: 160px;
}

@media screen and (max-width: 767px) {
    .p-news__pos03 {
        bottom: 80px;
    }
}

.p-news__pos04 {
    position: absolute;
    right: 0;
    bottom: 120px;
}

@media screen and (max-width: 767px) {
    .p-news__pos04 {
        bottom: 80px;
    }
}

.p-news__btn {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .p-news__btn {
        margin-top: 80px;
    }
}

.p-news__btn span {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 240%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-news__contact .__ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-news__contact .__ttl {
        font-size: 20px;
    }
}

.p-news__contact .__links {
    margin-top: 60px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
    .p-news__contact .__links {
        margin-top: 40px;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.p-news__contact .__link {
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 6px #E1D7C8;
    border-radius: 80px;
    width: 100%;
    height: 322px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .p-news__contact .__link {
        height: auto;
        padding: 40px 20px;
        border-radius: 40px;
    }
}

.p-news__contact .__link--ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: #7D6C5C;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .p-news__contact .__link--ttl {
        margin-bottom: 0;
    }
}

.p-news__contact .__link--reservation {
    width: 228px;
    height: 40px;
    background: #CEB185;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .p-news__contact .__link--reservation {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-news__contact .__link--reservation::after {
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #CEB185;
    width: 10px;
    height: 14px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.p-news__contact .__link--line {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .p-news__contact .__link--line {
        flex-direction: column;
    }
}

.p-news__contact .__link--line .c-des {
    line-height: 1.5;
}

.p-news__contact .__link--tel {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: CAP_HEIGHT;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-news__contact .__link--tel {
        font-size: 32px;
        letter-spacing: -1px;
    }
}

.p-news__contact .__link--tel span {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 150%;
    letter-spacing: 0%;
    color: #CEB185;
}

.p-news__contact .__link .c-des {
    margin-top: 0;
    padding-top: 0;
}

.p-news__form {
    margin-top: 80px;
    border-radius: 80px;
    background-color: white;
    padding: 80px;
}

@media screen and (max-width: 767px) {
    .p-news__form {
        margin-top: 40px;
        border-radius: 40px;
        padding: 40px 20px;
    }
}

.p-news__form .__ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-news__form .__ttl {
        font-size: 24px;
    }
}

.p-news__form .__subttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D6C5C;
}

.p-news__form .__subttl span {
    color: #C10000;
}

.p-news__form .__items {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-news__form .__items {
        margin-top: 30px;
        gap: 20px;
    }
}

.p-news__form .__item {
    display: flex;
}

@media screen and (max-width: 767px) {
    .p-news__form .__item {
        flex-direction: column;
        gap: 8px;
    }
}

.p-news__form .__item--ttl {
    min-width: 200px;
    width: 200px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-news__form .__item--ttl {
        width: 100%;
        text-align: left;
    }
}

.p-news__form .__item--ttl span {
    color: #C10000;
}

.p-news__form .__item input[type=text],
.p-news__form .__item input[type=email] {
    height: 42px;
    width: 100%;
    border-radius: 2px;
    border: solid 1px #E1D7C8;
    padding-left: 24px;
    padding-right: 24px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

.p-news__form .__item input[type=text]::-moz-placeholder,
.p-news__form .__item input[type=email]::-moz-placeholder {
    color: #d7d7d7;
}

.p-news__form .__item input[type=text]::placeholder,
.p-news__form .__item input[type=email]::placeholder {
    color: #d7d7d7;
}

.p-news__form .__item textarea {
    width: 100%;
    border-radius: 2px;
    border: solid 1px #E1D7C8;
    padding: 24px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0%;
    color: #7D6C5C;
}

@media screen and (max-width: 767px) {
    .p-news__form .__item textarea {
        padding: 16px;
    }
}

.p-news__form .__item textarea::-moz-placeholder {
    color: #d7d7d7;
}

.p-news__form .__item textarea::placeholder {
    color: #d7d7d7;
}

.p-news__form .__item--checkbox label {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.p-news__form .__item--checkbox label input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: solid 4px #7D6C5C;
    border-radius: 2px;
}

.p-news__form .__item--checkbox label p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 180%;
    color: #7D6C5C;
}

.p-news__form .__item--checkbox label p a {
    text-decoration: underline;
    color: #7D6C5C;
}

.p-news__form .__submit {
    width: 261px;
    height: 66px;
    border-radius: 33px;
    background: #CEB185;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    color: white;
    padding-left: 55px;
    position: relative;
}

.p-news__form .__submit::before {
    content: url(../images/arrow_button.svg);
    position: absolute;
    top: 50%;
    letter-spacing: 25%;
    transform: translateY(-50%);
    width: 37px;
    height: 26px;
}

@media screen and (max-width: 767px) {
    .p-news__form .__submit {
        margin-top: 30px;
    }
}

.p-news__form .__submit span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    color: white;
}

.p-others__fv {
    height: 400px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.p-others__fv--privacy {
    background: url(../images/privacy_fv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .p-others__fv--privacy {
        background: url(../images/privacy_fv_sp_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-others__fv--terms {
    background: url(../images/terms_fv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .p-others__fv--terms {
        background: url(../images/terms_fv_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-others__fv--terms01 {
    background: url(../images/terms_01_fv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .p-others__fv--terms01 {
        background: url(../images/terms_01_fv_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-others__fv--cancel {
    background: url(../images/cancel_fv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .p-others__fv--cancel {
        background: url(../images/cancel_fv_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.p-others__fv .__ttl {
    position: absolute;
    bottom: 109px;
    left: 120px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .p-others__fv .__ttl {
        bottom: 137px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-others__fv .__ttl--en {
    font-family: "Libre Bodoni", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

@media screen and (max-width: 767px) {
    .p-others__fv .__ttl--en {
        text-align: center;
        font-size: 36px;
    }
}

.p-others__fv .__ttl--jp {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 1;
    letter-spacing: 0%;
    color: white;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-others__fv .__ttl--jp {
        text-align: center;
    }
}

.p-others__wrap {
    padding: 160px 120px 280px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .p-others__wrap {
        padding: 100px 60px 160px;
    }
}

@media screen and (max-width: 767px) {
    .p-others__wrap {
        padding: 100px 20px 160px;
    }
}

.p-others__wrap .__inner {
    background: white;
    border-radius: 80px;
    padding: 120px 200px;
}

@media screen and (max-width: 1280px) {
    .p-others__wrap .__inner {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media screen and (max-width: 1050px) {
    .p-others__wrap .__inner {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-others__wrap .__inner {
        padding: 40px 20px;
        border-radius: 40px;
    }
}

.p-others__wrap .__inner .__ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: CAP_HEIGHT;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #CEB185;
}

.p-others__wrap .__inner .__des {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 240%;
    letter-spacing: 0%;
    color: #7D6C5C;
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
    .p-others__wrap .__inner .__des {
        margin-top: 24px;
    }
}

.p-others__wrap .__inner .__des b {
    font-weight: 700;
}

.p-others__wrap .__inner .__des li {
    list-style: disc;
}

.p-others__pos01 {
    position: absolute;
    right: 0;
    top: -180px;
}

@media screen and (max-width: 767px) {
    .p-others__pos01 {
        top: -70px;
    }
}

.p-others__pos03 {
    position: absolute;
    top: -180px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .p-others__pos03 {
        top: -60px;
    }
}

.p-others__pos04 {
    position: absolute;
    top: -150px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .p-others__pos04 {
        top: 20px;
    }
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .page {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D6C5C;
    padding-top: 3px;
    border: none;
}

.wp-pagenavi .current {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    width: 35px;
    height: 35px;
    background: #CEB185;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-top: 3px;
    border: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none !important;
    border: none !important;
}

.p-news__form .wpcf7-form-control-wrap,
.p-news__form .wpcf7-list-item {
    width: 100%;
}

.c-header__logo {
    width: 175px;
}

@media screen and (max-width: 767px) {
    .c-header__logo {
        width: unset;
    }
}


/*# sourceMappingURL=style.css.map */