@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Sawarabi+Gothic&family=Sawarabi+Mincho&display=swap');

/* リセット
---------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
pre,
p,
table,
th,
td,
button,
a,
span {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* position: relative; */
}

header div,
header h2,
header a,
header ul,
header ol,
header li,
header button,
header span,
footer div,
footer h2,
footer a,
footer ul,
footer ol,
footer li {
    position: relative;
}

ol,
ul {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

address {
    font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
    font-size: 1rem;
    font-size: 10px;
    height: 100%;
}

body {
    color: #333;
    font-family: "Sawarabi Gothic", sans-serif;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body.open {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
}

img {
    image-rendering: -webkit-optimize-contrast;
    display: block;
}

.wrapper {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity .3s;
}

@media (hover: hover) {
    a:hover {
        opacity: .6;
    }
}

@media only screen and (max-width: 1350px) {
    html {
        font-size: .7407vw;
    }
}

@media only screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media only screen and (max-width: 768px) {
    img {
        width: 100%;
    }

    html {
        font-size: 2.6667vw;
    }
}

/* font
----------------------------------------*/
.mincho {
    font-family: "Sawarabi Mincho", serif;
}

.en {
    font-family: "Bellefair", serif;
}

/* img
----------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

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

/*header
----------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 10rem;
    display: flex;
    background: #fff;
    z-index: 2000;
    padding: 3.1rem 4.1rem 2.6rem 3.9rem;
}

.header_logo {
    width: 21.43rem;
}

.header_nav {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_btn {
    display: none;
}

.header_contact_btn {
    appearance: none;
    border: 0;
    outline: none;
    width: 14.5rem;
    height: 4.2rem;
    border-radius: 2.1rem;
    background: #D89165;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-family: inherit;
    cursor: pointer;
    transition: opacity .3s;
    padding: 0;
}

.header_contact_btn::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.2rem;
    background: url(../img/icon_mail.svg) no-repeat left top / 100% auto;
    vertical-align: -.1rem;
    margin-right: 1rem;
}

.header_contact_contents {
    position: fixed;
    right: 0;
    top: 10rem;
    bottom: 0;
    width: 41.3rem;
    padding: 6.4rem 0 0;
    background: #D89165;
    color: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: transform .5s;
}

.header_contact_contents.open {
    transform: translateX(0);
}

.header_contact_contents h2 {
    font-size: 1.4rem;
    letter-spacing: .15em;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 3.4rem;
}

.header_contact_contents h2 .en {
    display: block;
    font-size: 2.6rem;
    letter-spacing: .15em;
}

.header_contact_link {
    width: 29.5rem;
    margin: 0 auto;
}

.header_contact_link a {
    display: block;
    background: #fff;
    color: #D89165;
    border: .1rem solid #fff;
    font-size: 1.5rem;
    padding: 1.6rem;
    border-radius: 2.8rem;
}

.header_contact_link a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5rem 0 .5rem .8rem;
    border-color: transparent transparent transparent #D89165;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto 0;
}

.header_contact_link a+a {
    margin-top: .95rem;
}

.header_contact_link a[href^="tel:"] {
    background: none;
    color: #fff;
    font-size: 2.2rem;
    padding: 1.05rem;
    letter-spacing: .1em;
}

.header_contact_link a[href^="tel:"]::after {
    border-color: transparent transparent transparent #fff;
}

.header_contact_time {
    font-size: 1.3rem;
    letter-spacing: .04em;
    margin-top: .5rem;
}

@media (hover:hover) {
    .header_contact_btn:hover {
        opacity: .6;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        height: 7rem;
        padding: 0 0 0 1.8rem;
    }

    .header_logo {
        margin-top: 2rem;
        width: 17.4rem;
    }

    .header_btn {
        display: block;
        width: 7rem;
        height: 7rem;
        appearance: none;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        background: #fff;
    }

    .header_btn::before,
    .header_btn::after {
        content: '';
    }

    .header_btn::before,
    .header_btn::after,
    .header_btn span {
        display: block;
        width: 3.3rem;
        height: .2rem;
        background: #D89165;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 2.5rem;
        transition: transform .3s, opacity .3s;
    }

    .header_btn span {
        top: 3.4rem;
    }

    .header_btn::after {
        top: 4.3rem;
    }

    .open .header_btn::before,
    .open .header_btn::after,
    .open .header_btn span {
        top: 3.5rem;
        transform: rotate(45deg);
    }

    .open .header_btn span {
        opacity: 0;
    }

    .open .header_btn::after {
        transform: rotate(-45deg);
    }

    .header_contact_btn {
        width: 7rem;
        height: 7rem;
        border-radius: 0;
        font-size: 1rem;
        padding-top: .8rem;
    }

    .header_contact_btn::before {
        display: block;
        width: 2.2rem;
        height: 1.7rem;
        margin: 0 auto .5rem;
        background-image: url(../img/icon_mail-sp.svg);
    }

    .header_contact_contents {
        top: 7rem;
        width: 100%;
    }
}

/*gnav
----------------------------------------*/
.gnav ul {
    display: flex;
    justify-content: flex-end;
    font-size: 1.3rem;
    margin: .5rem 3.1rem 0 0;
    gap: 0 2.6rem;
}

@media only screen and (max-width: 768px) {
    .gnav {
        position: fixed;
        top: 7rem;
        bottom: 0;
        right: 0;
        width: 100%;
        height: calc(100% - 7rem);
        padding-bottom: 5rem;
        background: #F8F9F8;
        transition: transform .5s;
        transform: translateX(100%);
        overflow: auto;
    }

    .open .gnav {
        transform: translateX(0);
    }

    .gnav ul {
        width: 29.5rem;
        display: block;
        margin: 0 auto;
        padding: 1.4rem 0 2.2rem;
        font-size: 1.5rem;
        letter-spacing: .05em;
    }

    .gnav ul li {
        border-bottom: .1rem solid #BBC7AD;
    }

    .gnav ul a {
        display: block;
        padding: 1.75rem 0 1.9rem;
    }

    .gnav ul a::after {
        content: '';
        display: block;
        width: 1.9rem;
        height: 1.9rem;
        background: url(../img/icon_arrow_02.svg) no-repeat left top / 100% auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        transform: rotate(-90deg);
    }

    .gnav_instagram {
        display: block;
        width: fit-content;
        margin: 0 auto;
        font-size: 2.2rem;
        letter-spacing: .06em;
        color: #7AA160;
    }

    .gnav_instagram::before {
        content: '';
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        background: url(../img/icon_instagram.svg) no-repeat left top / 100% auto;
        vertical-align: -.3rem;
        margin-right: 1rem;
    }
}

/*main
----------------------------------------*/
main {
    padding-top: 10rem;
}

@media only screen and (max-width: 768px) {
    main {
        padding-top: 7rem;
    }
}

/*ttl_page
----------------------------------------*/
.ttl_page {
    z-index: 5;
}

.ttl_page h1 {
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1.4;
    background: #f8f8f8;
    text-align: center;
    font-size: 1.3rem;
    color: #7AA160;
    padding: 7.8rem 0 5.7rem;
}

.ttl_page .en {
    display: block;
    font-size: 3.3rem;
    letter-spacing: .15em;
}

.ttl_page figure {
    margin: 0 .9rem;
    border-radius: 0 0 0 21rem;
    overflow: hidden;
}

.ttl_page figure+h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4.5rem;
    text-align: center;
    color: #fff;
    background: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.25;
}

.ttl_page figure+h1 .en {
    font-size: 3.8rem;
}

@media only screen and (max-width: 768px) {
    .ttl_page h1 {
        line-height: 1.39;
        padding: 5.4rem 0 2.7rem;
    }

    .ttl_page .en {
        font-size: 2.4rem;
    }

    .ttl_page figure {
        margin: 0;
        border-radius: 0 0 0 10rem;
    }

    .ttl_page figure+h1 {
        bottom: 3rem;
        font-size: 1.3rem;
    }

    .ttl_page figure+h1 .en {
        margin-bottom: .85rem;
        line-height: 1;
        letter-spacing: .13em;
    }
}

/* topic_path
----------------------------------------*/
.topic_path {
    background: #F6F8F5;
    padding: .7rem 8rem .5rem;
}

.topic_path ol {
    display: flex;
    font-size: 1.2rem;
    letter-spacing: .04em;
    gap: 0 2.4rem;
}

.topic_path ol li+li::before {
    content: '';
    display: block;
    width: .4rem;
    height: .4rem;
    border-top: .1rem solid #000;
    border-right: .1rem solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: .1rem;
    left: -1.5rem;
    margin: auto 0;
}

@media only screen and (max-width: 768px) {
    .topic_path {
        padding: 1.2rem 2rem .9rem;
    }
}

/* fair
----------------------------------------*/
main .fair {
    background: #E4EBDF;
    padding: 10rem 0 4rem;
}

@media only screen and (max-width: 768px) {
    main .fair {
        padding: 1rem 0;
    }
}

/* contents
----------------------------------------*/
/* .contents {
    background: #f5f5f5;
    padding: 9rem 0 9.4rem;
    overflow: hidden;
}

.contents::before {
    content: '';
    display: block;
    width: 100rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 34rem 0 0;
    background: #FAFAF8;
}

.contents::after {
    content: '';
    display: block;
    width: 70.4rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../img/contents_bg_01.png) no-repeat left top / 100% auto;
} */

.contents_inner {
    width: 110.9rem;
    margin: 0 auto;
    z-index: 2;
}

.contents h2 {
    max-width: 109rem;
    font-size: 2.8rem;
    letter-spacing: .15em;
    color: #7AA160;
    font-weight: 400;
    margin: 0 auto 2rem;
}

.contents_item {
    width: 20.6rem;
    float: left;
    margin-right: 2rem;
}

.contents_item a {
    display: block;
    text-align: center;
    color: #7AA160;
    padding-bottom: 1rem;
}

.contents_item figure {
    border-radius: 1.4rem;
    overflow: hidden;
}

.contents_item figure img {
    transition: transform .3s;
}

.contents_item p {
    font-size: 1.3rem;
    text-decoration: underline;
    text-underline-offset: .8rem;
    margin-top: 1.4rem;
    letter-spacing: .15em;
}

.contents_guide {
    font-size: 1.4rem;
    font-family: "Libre Baskerville", serif;
    position: absolute;
    right: 8.3rem;
    top: .9rem;
    letter-spacing: .2em;
    display: flex;
    align-items: center;
    height: 1.5rem;
    overflow: hidden;
    color: #7AA160;
}

.contents_guide_bar {
    display: block;
    width: 8rem;
    height: .2rem;
    background: #DADED7;
    margin: 0 1.9rem .1rem 1.4rem;
}

.contents_guide_bar>span {
    display: block;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: .2rem;
    background: #7AA160;
    transition: width .2s;
    transition-timing-function: linear;
}

.contents_guide_current {
    width: 1.55rem;
}

.contents_guide_current span {
    position: absolute;
    top: -1rem;
    left: .2rem;
}

.contents_instagram {
    text-align: center;
    margin-top: 5.6rem;
    color: #7AA160;
}

.contents_instagram h3 {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: .15em;
    margin-bottom: 1.5rem;
}

.contents_instagram a {
    font-size: 2.2rem;
    letter-spacing: .06em;
}

.contents_instagram a::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/icon_instagram.svg) no-repeat left top / 100% auto;
    vertical-align: -.5rem;
    margin-right: 1.2rem;
}

@media (hover:hover) {
    .contents_item a:hover figure img {
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 768px) {
    .contents {
        padding: 6.2rem 0 7rem;
        background: #f5f5f5;
    }

    .contents::before {
        display: none;
    }

    .contents::after {
        width: 18.8rem;
        background: #fff url(../img/contents_bg_01-sp.png) no-repeat left top / 100% auto;
        border-radius: 0 10rem 0 0;
    }

    .contents_inner {
        width: auto;
    }

    .contents h2 {
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 2.1rem;
    }

    .contents_item p {
        margin-top: 1.1rem;
    }

    .contents_guide {
        right: 11.7rem;
        top: auto;
        bottom: 14.5rem;
    }

    .contents_instagram {
        margin-top: 9.7rem;
    }

    .contents_instagram h3 {
        font-size: 1.6rem;
        margin-bottom: 1.3rem;
    }

    .contents_instagram a {
        display: block;
        width: 29.5rem;
        border-radius: 2.4rem;
        padding: .7rem 0 .8rem 3.9rem;
        margin: 0 auto;
        text-align: left;
        background: #7AA160;
        color: #fff;
    }

    .contents_instagram a::before {
        filter: brightness(0) invert(1);
        margin-right: 1.7rem;
    }

    .contents_instagram a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .5rem 0 .5rem .8rem;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.6rem;
        margin: auto 0;
        transition: transform .3s;
    }
}

/*footer
----------------------------------------*/
.footer_contact {
    background: url(../img/footer_contact_bg.jpg) no-repeat center top / cover;
    padding: 9.2rem 0 19.4rem;
}

.footer_contact::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, .52);
}

.footer_contact h2 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.39;
    letter-spacing: .15em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3.7rem;
}

.footer_contact h2 .en {
    display: block;
    font-size: 3.3rem;
    letter-spacing: .15em;
}

.footer_contact_btn {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 5rem;
}

.footer_contact_btn a {
    display: block;
    width: 21.9rem;
    border-radius: 2.1rem;
    background: #fff;
    text-align: center;
    color: #D89165;
    font-size: 1.4rem;
    padding: 1.05rem;
}

.footer_contact_btn a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5rem 0 .5rem .8rem;
    border-color: transparent transparent transparent #D89165;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto 0;
    transition: transform .3s;
}

.footer_contact_tel {
    text-align: center;
    color: #fff;
}

.footer_contact_tel a {
    font-size: 2.8rem;
    letter-spacing: .11em;
    display: block;
}

.footer_contact_time {
    font-size: 1.3rem;
    letter-spacing: .15em;
}

.footer_box {
    background: #7AA160;
    color: #fff;
    border-radius: 9rem 0 0;
    padding: 5rem 7.5rem 3.1rem 8rem;
    margin-top: -10rem;
    display: flex;
    flex-wrap: wrap;
}

.footer_logo {
    width: 29.5rem;
    margin-right: calc(100% - 69.5rem);
}

.footer_navi {
    width: 40rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.3rem 2rem;
    font-size: 1.3rem;
    letter-spacing: .05em;
    padding-top: .6rem;
}

.footer_instagram {
    width: 100%;
    font-size: 2rem;
    letter-spacing: .06em;
    text-align: right;
    margin: 3.5rem 0 2rem;
}

.footer_instagram a::before {
    content: '';
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../img/icon_instagram.svg) no-repeat left top / 100% auto;
    vertical-align: -.2rem;
    margin-right: .4rem;
    filter: brightness(0) invert(1);
}

.footer_info {
    display: flex;
}

.footer_info>dl>dt {
    font-size: 1.3rem;
    letter-spacing: .15em;
    margin-bottom: .1rem;
}

.footer_info>dl>dd {
    font-size: 1.2rem;
    letter-spacing: .15em;
    line-height: 1.8333;
    color: #E8EBE8;
}


.footer_time:before,
.footer_holiday:before {
    content: '';
    display: block;
    width: .1rem;
    height: 5.5rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.footer_time dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    letter-spacing: .15em;
    line-height: 1.8333;
}

.footer_time dl dt {
    width: 6rem;
}

.footer_time dl dd {
    width: calc(100% - 6rem);
}

@media only screen and (min-width: 768px) {
    .footer_holidays {
    width: 26rem;
    padding-left: 3.4rem;
    }
    .footer_address {
    width: 21rem;
    border-right: 1px solid #A1BB8F;
    }
    .footer_holiday {
    width: 21rem;
    position: relative;
    }
    .footer_holiday::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: #A1BB8F;
    }
    .footer_time {
    width: 21.1rem;
    padding-left: 3.1rem;
    position: relative;

    }
    .footer_time::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: #A1BB8F;
    }
}

.footer_holiday span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .15em;
    margin: -.2rem 0 0 -.6rem;
}

.footer_holidays span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .15em;
    margin: -.2rem 0 0 -.6rem;
}

.footer_link {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 1.6rem 0 0 auto;
    gap: 0 2.5rem;
}

.footer .copyright {
    width: 100%;
    color: #E8EBE8;
    font-size: 1.2rem;
    letter-spacing: .11em;
    text-align: right;
    display: block;
    margin-top: -.1rem;
}

.footer_link p+p::before {
    content: '';
    display: block;
    width: .1rem;
    height: 1rem;
    background: #fff;
    position: absolute;
    left: -1.2rem;
    top: 0;
    bottom: .5rem;
    margin: auto 0;
}

.footer_link a {
    font-size: 1.3rem;
    letter-spacing: .11em;
}

.footer_float {
    display: none;
}

@media (hover:hover) {
    .footer_contact_btn a:hover::after {
        transform: translateX(.5rem);
    }
}

@media only screen and (max-width: 768px) {
    .footer_float {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #D89165;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: .01em;
        z-index: 100;
        text-align: center;
    }

    .footer_float a {
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_float a:nth-child(1) {
        width: 18.9rem;
        border-right: .1rem solid #E9B696;
    }

    .footer_float a:nth-child(2) {
        width: 13.7rem;
        border-right: .1rem solid #E9B696;
    }

    .footer_float a:nth-child(3) {
        flex: 1;
    }

    .footer_float a:nth-child(3) img {
        width: 1.3rem;
    }

    .footer_contact {
        background-image: url(../img/footer_contact_bg-sp.jpg);
        padding: 6.2rem 0 16.4rem;
    }

    .footer_contact::before {
        background: rgba(51, 51, 51, .25);
    }

    .footer_contact h2 {
        font-size: 1.4rem;
        margin-bottom: 3.5rem;
    }

    .footer_contact h2 .en {
        font-size: 2.6rem;
    }

    .footer_contact_btn {
        width: 29.5rem;
        display: block;
        margin: 0 auto 1rem;
    }

    .footer_contact_btn a {
        width: auto;
        border-radius: 2.8rem;
        font-size: 1.5rem;
        padding: 1.7rem;
    }

    .footer_contact_btn a+a {
        margin-top: .95rem;
    }

    .footer_contact_btn a::after {
        right: 2rem;
    }

    .footer_contact_tel a {
        width: 29.5rem;
        display: block;
        margin: 0 auto;
        background: #D89165;
        color: #fff;
        padding: 1.2rem;
        border-radius: 2.8rem;
        font-size: 1.8rem;
        letter-spacing: .1em;
    }

    .footer_contact_tel a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .5rem 0 .5rem .8rem;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2rem;
        margin: auto 0;
        transition: transform .3s;
    }

    .footer_contact_time {
        margin-top: .3rem;
        letter-spacing: .04em;
    }

    .footer_box {
        border-radius: 10rem 0 0;
        padding: 6.3rem 0 7.3rem;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .footer_logo {
        width: 14.4rem;
        margin: 0 auto 5.3rem;
        order: 0;
    }

    .footer_navi {
        width: 29.5rem;
        margin: 0 auto 5.4rem;
        gap: 2.85rem 1rem;
        font-size: 1.5rem;
        justify-content: flex-start;
        padding-top: 0;
        order: 1;
    }

    .footer_navi li {
        width: calc((100% - 1rem) / 2);
    }

    .footer_instagram {
        font-size: 2.2rem;
        text-align: center;
        margin: 5rem 0 2rem;
        order: 3;
    }

    .footer_instagram a::before {
        width: 1.6rem;
        height: 1.6rem;
        vertical-align: -.3rem;
        margin-right: 1rem;
    }

    .footer_info {
        display: block;
        order: 2;
        width: 29.5rem;
        margin: 0 auto;
        border-bottom: .1rem solid #A1B692;
    }

    .footer_info>dl {
        display: flex;
        padding-top: .8rem;
        margin-bottom: .65rem;
        border-top: .1rem solid #A1B692;
    }

    .footer_info>dl>dt {
        width: 9.7rem;
        font-size: 1.2rem;
        letter-spacing: 0;
        margin: .2rem 0 0;
    }

    .footer_info>dl>dd {
        width: calc(100% - 9.7rem);
        letter-spacing: .08em;
        color: #fff;
        white-space: nowrap;
    }

    .footer_address {
        width: auto;
    }

    .footer_time {
        width: auto;
        padding-left: 0;
    }

    .footer_time::before,
    .footer_holiday::before {
        display: none;
    }

    .footer_time dl {
        letter-spacing: .08em;
    }

    .footer_holiday {
        width: auto;
        padding-left: 0;
    }

    .footer_holiday span {
        letter-spacing: .08em;
    }

    .footer_link {
        width: 100%;
        justify-content: center;
        margin: 0;
        gap: 0 3rem;
        order: 4;
    }

    .footer .copyright {
        color: #D2D2D2;
        font-size: 1rem;
        text-align: center;
        margin-top: .6rem;
    }

    .footer_link p+p::before {
        left: -1.8rem;
        bottom: .3rem;
    }

    .footer_contact_tel a.en {
        margin-bottom: 0.95rem;
    }
}


/*inview
----------------------------------------*/
.inview {
    opacity: 0;
    transform: translateY(5rem);
    transition: opacity .5s, transform .5s;
}

.inview.show {
    opacity: 1;
    transform: none;
}