@charset "utf-8";

body.no-scroll {
    overflow: hidden;
}

/* ヘッダー */
#header {
    height: auto;
}

#header .in100per {
    height: min(11.6svh, 94px);
    background-color: #FEFBF4;
}

#header .logo {
    align-items: center;
}

#header .logo a {
    width: min(63.2vw, 237px);
    margin-left: 7px;
}

#header .logo img {
    height: auto;
}

#header .head-instagram a {
    display: none;
}

/** グローバルナビゲーション **/
#g-navi {
    display: none;
}

/*** スマホナビメニュー展開・格納 ***/
#s-menu,
#sp-navi .sp-close {
    display: flex;
    margin-right: 0;
    height: min(11.6svh, 94px);
    aspect-ratio: 1 / 1;
    background-color: #FF5068;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

#s-menu img {
    width: min(13.1vw, 49px);
    aspect-ratio: 1 / 1;
}

#sp-navi {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 999;
}

.sp-navi-wrapper {
    background: #518D4A;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sp-navi-wrapper .inner {
    background-color: #FF5068;
}

#sp-navi.active {
    display: block;
    animation: slideInRight 0.4s forwards;
}

#sp-navi.slide-out {
    animation: slideOutRight 0.4s forwards;
}

#sp-navi .sp-close {
    margin: 0 0 0 auto;
    background-color: transparent;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/** スマホナビ内部 **/
#sp-navi ul {
    list-style: none;
    padding: 0;
    margin: -20px 0 min(3.8svh, 31px);
}

#sp-navi ul li a {
    display: block;
    color: #ffffff;
    font-size: clamp(1.4rem, 1.161rem + 1.02vw, 1.813rem);
    line-height: clamp(1.4rem, 1.161rem + 1.02vw, 1.813rem);
    padding: min(4.3svh, 35px) 0;
    text-align: center;
    position: relative;
}

#sp-navi ul li.eng-label a::before {
    content: "";
    position: absolute;
    top: min(1.9svh, 15px);
    left: 50%;
    translate: -50%;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
}

#sp-navi ul li.eng-label.label-home a::before {
    background-image: url(../img/label-home.svg);
    width: 57px;
}

#sp-navi ul li.eng-label.label-reserve a::before {
    background-image: url(../img/label-reserve.svg);
    width: 142px;
}

#sp-navi ul li.eng-label.label-product a::before {
    background-image: url(../img/label-product.svg);
    width: 74px;
}

#sp-navi ul li.eng-label.label-food a::before {
    background-image: url(../img/label-food.svg);
    width: 70px;
}

#sp-navi ul li.eng-label.label-access a::before {
    background-image: url(../img/label-access.svg);
    width: 76px;
}

#sp-navi .contact {
    background-color: #518D4A;
    padding: min(4.4svh, 36px) 1rem min(5.3svh, 43px);
    height: 233px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sp-navi .contact p,
#sp-navi .contact a {
    color: #ffffff;
}

#sp-navi .contact .header p,
#sp-navi .contact .header2 p {
    font-size: clamp(1rem, 0.928rem + 0.31vw, 1.125rem);
    line-height: 1.688rem;
}

#sp-navi .contact .header .biz-time {
    font-size: clamp(1.2rem, 0.918rem + 1.2vw, 1.688rem);
    margin-bottom: 11px;
    text-align: center;
}

#sp-navi .contact .head-address p {
    margin-top: min(4svh, 33px);
}

#sp-navi .contact .tel {
    display: flex;
    align-items: flex-end;
    margin-top: min(3.9svh, 32px);
    padding-bottom: 200px;
}

#sp-navi .contact .tel p {
    font-size: clamp(1.1rem, 0.977rem + 0.53vw, 1.313rem);
    line-height: clamp(1.1rem, 0.977rem + 0.53vw, 1.313rem);
    margin-right: 7px;
}

#sp-navi .contact .tel a {
    font-size: clamp(1.4rem, 1.161rem + 1.02vw, 1.813rem);
    line-height: clamp(1.4rem, 1.161rem + 1.02vw, 1.813rem);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

/** 下固定メニュー **/
#bottom-nav {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(138 135 123 / 0.87);
    z-index: 3;
    height: min(11.7svh, 95px);
}

#bottom-nav p {
    font-size: 1rem;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}

#bottom-nav ul {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#bottom-nav ul li {
    margin: 0;
    height: min(6.2svh, 50px);
    display: flex;
    width: 100%;
    max-width: 166px;
}

#bottom-nav ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px min(3.1vw, 60px) 6px;
    font-size: 23px;
    line-height: 23px;
    position: relative;
}

#bottom-nav ul li a::before {
    top: 6px;
    left: 20px;
}

#bottom-nav ul li a::after {
    top: 8px;
    right: 18px;
    transform: rotate(80deg);
}

/* ページ共通 */
#main {
    padding-top: min(11.6svh, 94px);
}

/* トップページ */
/** 共通 **/
#top h2 {
    font-size: clamp(1.25rem, 0.961rem + 1.23vw, 1.75rem);
    line-height: clamp(1.875rem, 1.441rem + 1.85vw, 2.625rem);
}

#top h2 img {
    margin-bottom: 0;
}

.link-btn a {
    max-width: 274px;
    height: 48px;
    font-size: clamp(1.125rem, 1.053rem + 0.31vw, 1.25rem);
    line-height: clamp(1.125rem, 1.053rem + 0.31vw, 1.25rem);
    padding-bottom: 1px;
    margin: 6px auto 0;
}

#top #instagram .to-next,
#top #about .to-next,
#top #direct .to-next,
#top #food .to-next {
    display: none;
}

/** リード **/
#top #lead {
    padding: min(9.6svh, 80px) 0 min(15.8svh, 128px);
}

#top #lead img.inLeadImg {
    right: unset;
    bottom: unset;
    top: min(2.1svh, 17px);
    left: 50%;
    translate: -50%;
    width: 160px;
}

#top #lead .to-next {
    right: unset;
    left: 50%;
    translate: -42%;
    bottom: min(0.6svh, 5px);
    width: min(21.1vw, 79px);
}

/*** スライド ***/
#top .slick-dots {
    display: none !important;
}

#top .slick-slider {
    width: 100%;
    height: min(50svh, 340px);
}

#top .slick-slider img.slick-slide {
    height: min(53.9svh, 438px);
    object-position: center center;
}

/** インスタグラム **/
#top #instagram .in100per {
    padding: 89px 28px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
}

#top #instagram .section-title {
    margin-right: 0;
}

#top #instagram h2 {
    width: 100%;
    max-width: 280px;
}

#top #instagram h2 img {
    max-width: 257px;
}

#top #instagram h2::before,
#top #direct .section-title::before,
#top #food .section-title::before,
#top #access .section-title::before {
    width: 200px;
    height: min(14.2svh, 116px);
    background-image: url(../img/line_berry_sp.svg);
    top: -50px;
    left: -77px;
    transform: rotate(-27deg);
}

#top #instagram .title-deco {
    display: none;
}

#top #instagram .insta-tile {
    margin-top: 33px;
}

#top #sb_instagram #sbi_images {
    gap: 24px !important;
}

#top #sb_instagram #sbi_images .sbi_item {
    width: min(39.5vw, 148px);
}

/** 農園について **/
#top #about .in100per {
    padding: 25px 28px 0;
    flex-direction: column;
    align-items: center;
    border-top: 55px solid #FCF7EC;
}

#top #about .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#top #about h2 img {
    max-width: 157px;
}

#top #about h2::before {
    width: 65px;
    height: 100%;
    top: -34px;
    left: -63px;
}

#top #about h2::after {
    width: 81px;
    height: 100%;
    top: -35px;
    right: -90px;
}

#top #about .section-title::before,
#top #reserve .section-title::before {
    width: 206px;
    height: min(14.5svh, 118px);
    background-image: url(../img/line_corn_sp.svg);
    top: -64px;
    right: -41px;
    transform: rotate(36deg);
}

#top #about p:not(.sp-address p) {
    margin-top: 228px;
    font-size: clamp(1rem, 0.928rem + 0.31vw, 1.125rem);
    line-height: clamp(1.5rem, 1.391rem + 0.46vw, 1.688rem);
    width: 100%;
    max-width: 320px;
}

#top #about .img2 {
    width: 100%;
    max-width: 320px;
    top: -950px;
    right: unset;
    left: 50%;
    translate: -50%;
}

#top #about .sp-address {
    display: block;
    margin-bottom: 364px;
}

#top #about .sp-address p {
    margin-top: 35px;
    border: 1px solid;
    border-radius: 20px;
    max-width: calc(320px - min(7.4vw, 60px));
    padding: 25px min(3.7vw, 30px);
}

#top #about .img1 {
    width: 100%;
    max-width: 276px;
    top: -327px;
    right: unset;
    left: 50%;
    translate: -58%;
}

#top #about .img3 {
    width: 100%;
    max-width: 149px;
    top: -155px;
    right: unset;
    left: 50%;
    translate: 8%;
}

/** 直売 **/
#top #direct .in100per {
    padding: 72px 28px 0;
}

#top #direct .section-title {
    max-width: 274px;
    left: unset;
}

#top #direct .section-title::before {
    top: -45px;
    left: -71px;
}

#top #direct h2 img {
    max-width: 175px;
}

#top #direct .link-btn a,
#top #food .link-btn a {
    margin: 16px auto 0;
}

#top #direct h2::before,
#top #direct h2::after,
#top #food .section-title::after,
#top #reserve h2::before,
#top #reserve h2::after {
    content: none;
}

#top #direct p {
    margin: 32.5px auto 0;
    width: 100%;
    max-width: 320px;
}

#top #direct .img-wrap,
#top #food .img-wrap {
    display: block;
    margin-top: 16px;
    padding-bottom: 61px;
    max-width: 320px;
}

#top #direct .img-wrap img,
#top #food .img-wrap img {
    display: block;
    position: relative;
}

#top #direct .img1,
#top #food .img1 {
    top: 0;
    width: 100%;
    left: 0;
    right: unset;
}

#top #direct .img2 {
    width: 100%;
    max-width: 142px;
    top: 20px;
    left: 20px;
    z-index: 1;
}

#top #direct .img3,
#top #food .img3 {
    width: 100%;
    max-width: 192px;
    top: -35px;
    left: unset;
    right: unset;
    margin: 0 0 0 auto;
}

/** お食事 **/
#top #food {
    background: #ffffff;
}

#top #food .in100per {
    padding: 38px 28px;
    border-top: 60px solid #FCF7EC;
}

#top #food .section-title {
    max-width: 274px;
    right: unset;
}

#top #food .section-title::before {
    top: -65px;
    left: unset;
    right: -65px;
    transform: rotate(43deg);
}

#top #food h2 img {
    max-width: 164px;
}

#top #food h2::before {
    width: min(17.3vw, 65px);
    height: min(11.8svh, 96px);
    background-image: url(../img/chara_berry2.svg);
    top: -23px;
    left: -30px;
}

#top #food h2::after {
    width: min(21.6vw, 81px);
    height: min(12.7svh, 103px);
    background-image: url(../img/chara_corn2.svg);
    top: -28px;
    right: -33px;
}

#top #food p {
    margin: 32.5px auto 0;
    padding-bottom: 0;
    width: 100%;
    max-width: 320px;
}

#top #food .img-wrap {
    padding-bottom: 0;
}

#top #food .img2 {
    width: 100%;
    max-width: 191px;
    top: 33px;
    left: 0;
}

#top #food .img3 {
    max-width: 185px;
    top: -13px;
}

/** ご予約 **/
#top #reserve .in100per {
    padding: 208px 28px 52.5px;
    flex-direction: column;
    align-items: center;
}

#top #reserve .section-title {
    left: unset;
    max-width: 320px;
}

#top #reserve .section-title::before {
    top: -157px;
    right: -8px;
}

#top #reserve .section-title::after {
    content: "";
    position: absolute;
    width: min(51.2vw, 193px);
    height: min(13.9svh, 113px);
    background-image: url(../img/chara_set4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -112px;
    left: 50%;
    translate: -43%;
}

#top #reserve h2 img {
    max-width: 229px;
}

#top #reserve p {
    margin: 25px auto 0;
}

#top #reserve .link-btn a {
    margin-top: 206px;
}

#top #reserve .img1 {
    top: -273px;
    width: 100%;
    max-width: 180px;
    left: 50%;
    right: unset;
    translate: -88%;
}

#top #reserve .img2 {
    top: -250px;
    left: 50%;
    right: unset;
    translate: 30%;
    width: 100%;
    max-width: 123px;
}

#top #reserve .img3 {
    display: none;
}

/* マップ */
#top #access .in100per {
    padding: 47px 0 0;
}

#top #access .section-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 7.8px;
    right: unset;
}

#top #access .section-title::before {
    left: -80px;
}

#top #access p:has(iframe) {
    width: 100%;
    margin: 22px 0 0;
    line-height: 0;
}

#top #access iframe {
    width: 100%;
    height: 360px;
    top: 0;
    z-index: auto;
}

/* 下層ページ */
/* 共通 */
#page article {
    padding-top: min(11.6svh, 94px);
}

#page article>#lead {
    padding: 51px 28px 13px;
}

#page article>#lead p {
    margin-top: 21px;
}

#page article>section {
    padding-bottom: 67px;
}

#page .no-content {
    display: block;
    text-align: center;
}

/** 生産直売・お食事 **/
#page #chokubai .section-title::before,
#page #strawberry .section-title::before {
    width: 173px;
    height: 101px;
    top: -45px;
    left: -106px;
    transform: rotate(-27deg);
}

#page #strawberry .section-title::before {
    top: -36px;
    left: -110px;
}

#page #chokubai h1 img,
#page #strawberry h1 img {
    margin-bottom: 12px;
    width: 100%;
    max-width: 175px;
}

#page #chokubai h1::before,
#page #strawberry h1::before {
    width: 56px;
    height: 83px;
    top: -6px;
    left: -65px;
}

#page #chokubai h1::after,
#page #strawberry h1::after {
    width: 72px;
    height: 92px;
    top: -16px;
    right: -80px;
}

#page #strawberry h1::after {
    top: -8px;
    right: -83px;
}

#page #chokubai .direct_info,
#page #strawberry .direct_info {
    padding: 20px 23px 49px;
}

#page #chokubai .direct-box:nth-child(n+2),
#page #strawberry .direct-box:nth-child(n+2) {
    margin-top: 51px;
}

#page #chokubai .direct-body img,
#page #strawberry .direct-body img {
    max-width: 310px;
    height: 250px;
}

#page #chokubai h2,
#page #strawberry h2 {
    padding: 5px 0 4px;
}

#page #chokubai .direct-body h3,
#page #strawberry .direct-body h3 {
    background-size: 7px 2px, 7px 2px;
}

#page #chokubai .direct-inner,
#page #strawberry .direct-inner {
    padding: 0 5px;
}

#page #chokubai .direct-body,
#page #strawberry .direct-body {
    padding: 35px 0;
    flex-direction: column;
    gap: 31px;
}

#page #chokubai .direct-body:first-child,
#page #strawberry .direct-body:first-child {
    padding-top: 27px;
}

#page #chokubai .direct-about>p,
#page #strawberry .direct-about>p {
    margin-top: 19px;
}

#page #chokubai .direct_price,
#page #strawberry .direct_price {
    padding: 1rem min(11vw, 40px);
}

/** ご予約 **/
#page article#reservation>#lead,
#page article#booking-form>#lead,
#page article#booking-thanks>#lead {
    padding: 18px 28px 13px;
}

#page #reservation h1,
#page #booking-form h1,
#page #booking-thanks h1 {
    font-size: 22px;
}

#page #reservation h1 img,
#page #booking-form h1 img,
#page #booking-thanks h1 img {
    width: 184px;
    margin-bottom: 8.5px;
}

#page #reservation .section-title::before,
#page #booking-form .section-title::before,
#page #booking-thanks .section-title::before,
#page #access .section-title::before {
    width: 122px;
    height: 71px;
    top: -21px;
    left: -36px;
    transform: rotate(-27deg);
}

#page #reservation h1::before,
#page #booking-form h1::before,
#page #booking-thanks h1::before {
    width: 75px;
    height: 79px;
    top: -12px;
    left: -69px;
}

#page #reservation h1::after,
#page #booking-form h1::after,
#page #booking-thanks h1::after {
    width: 67px;
    height: 74px;
    top: -13px;
    right: -68px;
}

#page #reservation .monthly-calendar,
#page article#booking-form div#booking-form {
    max-width: unset;
    padding: 0 25px;
    margin: 6px auto 24px;
}

#page #reservation .monthly-calendar tr::after,
#page #reservation .monthly-calendar td::after,
#page #reservation .info_table::after,
#page #booking-form .info_table::after {
    content: none;
}

#page #reservation .monthly-calendar th {
    height: 29px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    border-right: 3px solid #ffffff;
}

#page #reservation .monthly-calendar td {
    padding: 4px 0 8px;
    height: calc(61px - 12px);
    position: relative;
}

#page #reservation .monthly-calendar td::after,
#page #reservation .monthly-calendar td:last-child:after,
#page #reservation .monthly-calendar th.day-left::after,
#page #reservation .monthly-calendar th.day-right::after {
    content: "";
    position: absolute;
    right: unset;
    left: 0;
    top: unset;
    transform: unset;
    translate: unset;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #ACACAC 2px, transparent 2px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    pointer-events: none;
}

#page #reservation .day-number {
    font-size: 12px;
    line-height: 18px;
}

#page #reservation .calendar-mark {
    color: #888888;
    font-size: 14px;
    line-height: 21px;
}

#page #reservation .monthly-prev-next {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    width: fit-content;
    margin: 74px auto 0;
}

#page #reservation .monthly-prev-next a,
#page #reservation .monthly-prev-next span,
#page #reservation .mtssb-daily-action>button,
#page #booking-form #action-button>button,
#page #booking-thanks .btn_top a {
    width: 150px;
    height: 38px;
    padding-bottom: 1px;
}

#page #reservation .monthly-prev-next .monthly-prev a,
#page #reservation .monthly-prev-next .monthly-next a {
    width: calc(150px - 20px);
    padding: 0 20px 1px 0;
    margin-left: 26px;
}

#page #reservation .monthly-prev-next .monthly-prev a {
    padding: 0 0 1px 20px;
    margin-right: 26px;
    margin-left: 0;
}

#page #reservation .monthly-prev-next .monthly-next a::after {
    right: 18px;
}

#page #reservation .monthly-prev-next .monthly-prev a::after {
    left: 18px;
}

#page #reservation .in100per>p.calender_caution {
    top: -120px;
    font-size: 14px;
}

#page #reservation .note-body,
#page #booking-form .note-body {
    padding: 12px 10px;
}

#page #reservation .note-inner,
#page #booking-form .note-inner {
    max-width: unset;
    padding: 24px 25px 59px;
}

#page #reservation .info_table,
#page #booking-form .info_table {
    border-radius: 9px;
    padding: 15px 32px;
}

#page #reservation .info_table table tbody,
#page #booking-form .info_table table tbody {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#page #reservation .info_table table tr,
#page #reservation .info_table table th,
#page #reservation .info_table table td,
#page #booking-form form table tr,
#page #booking-form form table th,
#page #booking-form form table td,
#page #booking-form .info_table table tr,
#page #booking-form .info_table table th,
#page #booking-form .info_table table td {
    display: block;
}

/*** 時間選択画面 ***/
#page #reservation .in100per:has(table.mtssb-timetable-link)>p.calender_caution {
    top: -130px;
}

/*** 予約フォーム本体 ***/
#page #booking-form .content-form fieldset {
    padding: 10px 10px 0;
    width: calc(100% - 20px);
}

#page #booking-form .content-form th,
#page #booking-form .content-form td {
    border-right: none;
}

#page #booking-form .content-form td:has(.input-number) {
    display: flex;
    padding: 6px 0;
}

#page #booking-form .content-form th {
    text-align: left;
    width: auto;
}

#page #booking-form .content-form .content-text.fat {
    width: 98%;
}

#page #booking-form .content-form .input-number {
    float: unset;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

#page #booking-form .content-form input,
#page #booking-form .content-form textarea {
    padding: 3px;
    margin: 3px 0;
    font-size: 1rem;
}

#page #booking-form .content-form td:has(.content-radio) {
    padding: 6px 2px;
    display: flex;
    flex-direction: column;
}

#page #booking-form .content-form .content-radio {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    gap: 5px;
}

/*** 確認画面 ***/
#page #booking-form #booking-confirm-fieldset td:has(input) {
    color: #000000;
}

/*** サンクスページ ***/
#page #booking-thanks .thanks_wrap {
    padding: 20px 25px 50px;
}

#page #booking-thanks .thanks_inner {
    padding: 30px 2rem;
}

/** アクセス **/
#page article#access>#lead {
    padding: 51px 28px 30px;
}

#page #access .section-title::before {
    width: 173px;
    height: 101px;
    top: -40px;
    left: -108px;
}

#page #access h1 img {
    width: 173px;
    margin-bottom: 11px;
}

#page #access h1::before {
    width: 58px;
    height: 85px;
    top: -4px;
    left: -66px;
}

#page #access h1::after {
    width: 50px;
    height: 86px;
    top: -6px;
    right: -67px;
}

#page #access .map-inner {
    padding: 9px 19px 47px;
}

#page #access .map-data p:not(:has(iframe)) {
    margin-bottom: 9px;
}

#page #access .map-data iframe {
    max-width: unset;
    height: 394px;
    border-radius: 16px;
}

#page #access .map-data p:has(iframe) {
    margin-bottom: 18px;
}

#page #access .map-btn a {
    max-width: calc(320px - 146px);
    height: 80px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 73px;
}

#page #access .map-btn a::after {
    right: 50px;
}

#page #access .map-vehicle {
    margin: 49px auto 0;
    padding: 0 4px;
}

#page #access .map-vehicle h2 {
    border-radius: 27px;
    padding: 6px 1rem 4px;
}

#page #access .vehicle-inner {
    margin: 18px auto 0;
    padding: 0 18px;
    background: unset;
}

#page #access .vehicle-inner.car h3::before {
    width: 32px;
    height: 29px;
    top: 9px;
    left: -43px;
}

#page #access .vehicle-inner.train h3::before {
    width: 29px;
    height: 32px;
    top: 8px;
    left: -40px;
}

/* フッター */
#footer,
#page #footer {
    height: auto;
    align-items: center;
    padding-bottom: 158px;
    flex-direction: column;
    background-color: #49B233;
}

#footer .in100per {
    align-items: center;
    justify-content: unset;
    padding: 0;
    flex-direction: column;
}

#footer .in100per .inner {
    flex-direction: column;
    background-color: #F1E8D2;
    width: 100%;
    padding: 20px 1rem 38px;
}

#footer .in100per .inner img {
    margin-right: 0;
    max-width: min(39.7vw, 149px);
}

#footer .in100per .inner img.text-logo {
    max-width: min(86.1vw, 323px);
}

#footer span.footer-logo {
    font-size: 18px;
}

#footer .in100per p {
    font-size: 14px;
    line-height: 21px;
}

#footer .in100per .copy-right {
    padding: 83px 1rem 0;
}

#footer .in100per .copy-right p {
    color: #ffffff;
}

#gotop,
#page #gotop {
    width: 83.56px;
    height: 83.56px;
    position: absolute;
    right: unset;
    left: 50%;
    translate: -50%;
    bottom: 195px;
    z-index: 1;
}

@media (orientation: landscape) {
    body.no-scroll #header {
        pointer-events: all;
    }

    #header .in100per,
    .biz-time,
    #s-menu,
    #sp-navi .sp-close {
        height: 94px;
    }

    #s-menu img {
        width: 49px;
    }

    #sp-navi ul {
        margin: -20px 0 31px;
    }

    #sp-navi ul li a {
        padding: 35px 0;
    }

    #sp-navi ul li.eng-label a::before {
        top: 15px;
    }

    #sp-navi .contact {
        padding: 36px 1rem 43px;
    }

    #sp-navi .contact .head-address p {
        margin-top: 33px;
    }

    #sp-navi .contact .tel {
        margin-top: 32px;
    }

    #bottom-nav {
        height: 95px;
    }

    #bottom-nav ul li {
        height: 50px;
    }

    #main {
        padding-top: 94px;
    }

    #top #lead {
        padding: min(9.6svh, 80px) 0 min(15.8svh, 128px);
    }

    #top #lead img.inLeadImg {
        top: 17px;
    }

    #top #lead .to-next {
        bottom: -30px;
    }

    #top .slick-slider {
        height: 340px;
    }

    #top .slick-slider img.slick-slide {
        height: 438px;
    }

    #top #instagram h2::before,
    #top #direct .section-title::before,
    #top #food .section-title::before,
    #top #access .section-title::before {
        height: 116px;
    }

    #top #about .section-title::before,
    #top #reserve .section-title::before {
        height: 118px;
    }

    #top #food h2::before {
        height: 96px;
    }

    #top #food h2::after {
        height: 103px;
    }

    #top #reserve .section-title::after {
        height: 113px;
    }
}