
@charset "UTF-8";

/* 基本リセット */
*,
*::before,
*::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* text */
.visual_logo {
    display: block;
}
.br_pc {
    display: block;
}
.br_visual_sp{
    display: none;
}
.br_kamamesi_pc {
    display: block;
}
.br_sp {
    display: none;
}
@media (max-width:1024px) {
    .br_pc {
        display: none;
    }
    .br_sp {
        display: inline;
    }
    .br_kamamesi_pc {
    display: none;
}
}
@media (max-width:480px) {
    .br_pc {
        display: none;
    }
    .br_sp {
        display: inline;
    }
    .br_kamamesi_pc {
    display: none;
}
.br_visual_sp{
    display: block;
}
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Serif JP";
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}
header {
    width: 100%;
}
 .key_visual {
    margin: 0;
    width: 100%;
    margin-inline: auto;
}
.key_visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main {
    width: 100%;
}

/* 秋の恵みを、好きなだけ・・・・­ */
.section_Catchphrase {
    font-size: 1.6rem;
    color: #2C2C2C;
    text-align: center;
    margin-bottom: 77px;
    background-image: url(../images/momiji.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.section_title_cook {
    margin-bottom: 37px;
    font-size: 3.0rem;
    font-weight: 600;
}
.section_text {
    max-width: 1000px;
    margin: 0 auto 4em auto;
    text-align: center;
}
.autumn-leaves-container {
    position: relative;
    width: 100%;
    height: auto;
}
.left-leaf {
    position: absolute;
    top: -87px;
    left: 20px;
    width: 270px;
    height: auto;
    z-index: 0;
}
.right-leaf {
    position: absolute;
    top: -45px;
    right: 20px;
    width: 300px;
    height: auto;
}
/* ALL DAY DINING */
.visual_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 4em;
}
.visual_left,
.visual_right {
    width: 517px;
}
.visual_left img,
.visual_right img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.visual_details {
    position: relative;
    width: 100%;
}

.visual_text_sp {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    pointer-events:none;
}
.visual_details .visual_text_sp {
    position:absolute;
    inset:0;
    z-index:2;
    display:none;
    place-items:center;
    pointer-events:none;
}
.visual_card {
    width:clamp(260px, 88vw, 663px);
    background:rgba(255,255,255,.85);
    padding:1.5em 1.6rem;
    text-align:left;
    margin-inline:auto;
    backdrop-filter:blur(2px);
    pointer-events:auto;
}
.visual_logo {
    text-align: center;
    pointer-events: auto;
    background:rgba(255,255,255,.85);
    width: 663px;
}
.visual_logo p {
    margin-top: 0;
}
.visual_logo img {
    display: block;
    margin-inline: auto;
}
.visual_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.visual_text img {
    width: 100%;
    max-width: 650px;
}
.visual_text p {
    font-size: 2.4rem;
    font-weight: 500;
}

/* 秋の味覚大集合 */
.AUTUMNMenu_title {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.AUTUMNMenu_text {
    font-size: 3.0rem;
    font-weight: 600;
    margin-top: -165px;
}
.AUTUMNMenu {
    max-width: 1240px;
    margin: 200px auto 100px auto;
}
.AUTUMNMenu_flex_left {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    gap: 69px;
    margin-top: 91px;
    margin-bottom: 44px;
}
.AUTUMNMenu_flex_right {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    gap: 69px;
    margin-top: 91px;
    margin-bottom: 44px;
}

.AUTUMNMenu_text_left,
.AUTUMNMenu_text_right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 46%;
    text-align: center;
    margin-top: 48px;
}
.AUTUMNMenu_text_h2 {
    font-size: 2.2rem;
    padding-bottom: 9px;
    font-weight: 600;
    border-bottom: solid 2px #2C2C2C;
}
.AUTUMNMenu_text_p {
    padding: 0px;
    margin: 1em;
}
.AUTUMNMenu_img {
    width: 48%;
}
.AUTUMNMenu_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* 地中海フェア */
.MediterraneanFair{
    max-width: 1240px;
    margin: 0 auto;
}
.MediterraneanFair_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.MediterraneanFair_text img {
    width: 50%;
}
.MediterraneanFair_title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: -30px;
}
.MediterraneanFair_flex {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.MediterraneanFair_paella,
.MediterraneanFair_aquapazza {
    width: 100%;
    max-width: 600px;
}
.MediterraneanFair_paella_text,
.MediterraneanFair_aquapazza_text {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
}
.hr-width {
    width: 571px;
    text-align: center;
}
.MediterraneanFair_position {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.MediterraneanFair_menutitle {
    margin: 0;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
}
.MediterraneanFair_img{
    width: 100%;
    max-width: 600px;
}
.MediterraneanFair_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* Halloween Sweets */
.halloweensweets {
    text-align: center;
    margin-top: 116px;
}
.halloweensweets_img {
    width: 50%;
}
.halloweensweets_flex {
    display: flex;
    justify-content: space-between;
}
.halloweensweets_title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: -30px;
}

/* Slide Show */
.slideshow {
    width: 100%;
    overflow: hidden;
    margin-top: 146px;
}
.slide-track {
    display: flex;
    animation: scroll 50s linear infinite;
}
.slide {
    flex-shrink: 0;
    width: 20vw;
    margin: 0 1vw;
}
.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-154vw);
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.5s;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    padding-top: 250px;
}
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 4.0rem;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Welcome Lunch */
.Welcomelunch{
    display: none;
}
.Welcomelunch {
    width: 100%;
    margin-top: 158px;
    text-align: center;
    background-color: #F6F1EB;
    font-size: 1.6rem;
    color: #2C2C2C;
}
.Welcomelunch_img {
    margin-top: -100px;
}
.Welcomelunch_title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 61px;
    margin-top: -150px;
}
.Welcomelunch_content {
    width: 1240px;
    margin: 0px auto;
}
.Welcomelunch_flex {
    display: flex;
    margin-top: 30px;
    padding: 100px;
}
.Welcomelunch_text {
    width: 100%;
    max-width: 571px;
    padding-left: 71px;
    text-align: left;
}
.Welcomelunch_text_h2 {
    font-size: 2.2rem;
    padding-bottom: 9px;
    font-weight: 600;
    border-bottom: solid 2px #2C2C2C;
}
.Welcomelunch_text_p {
    padding: 10px 0px;
}

/* ご利用時間のご案内 */
.usagetime {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #E3DAD0;
    padding-bottom: 52px;
    font-size: 1.6rem;
    color: #2C2C2C;
    margin-top: 100px;
}
.usagetime_inner {
    max-width: 1240px;
    margin: 0 auto;
}
.usagetime_img {
    margin-top: -45px;
    margin-bottom: 60px;
}
.usagetime_flex {
    display: flex;
    justify-content: center;
}
.usagetime_flex img {
    width: 263px;
    margin: 0px 10px;
}
.usagetime_flex p {
    width: 235px;
    margin: 0 auto;
    text-align: left;
}

/* autumn event */
.autumn_event {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1240px;
    text-align: center;
    margin: 71px auto 86px auto;
    font-size: 1.6rem;
    color: #2C2C2C;
}
.autumn_event_title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 61px;
    margin-top: -10px;
}
 .autumn_event_text-sp {
    display: none;
 }

.autumn_event_text {
    text-align: center;
    width: 48%;
    margin-top: 41px;
}
/* 浴衣 */
.autumn_event_flex_yukata {
    display: flex;
    gap: 69px;
    max-width: 1240px;
    margin-bottom: 90px;
}
/* 三日月ふらたん */
.autumn_event_flex_direction {
    display: flex;
    gap: 69px;
    margin-bottom: 90px;
}
.autumn_event_img_direction {
   width: 48%;
}

.autumn_event_flex_direction img {
    width: 100%;
}
.autumn_event_text_h1 {
    font-size: 2.2rem;
    font-weight: bold;
}
.autumn_event_text_h1sab {
    margin-top: -16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.autumn_event_text_p {
    text-align: left;
}
.autumn_event_text_campaign {
    font-weight: bold;
}
.autumn_event_text_campaignsab {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: -15px;
}
.autumn_event_Instagram_img {
    width: 30px;
    height: auto;
}
.autumn_event_Instagram_text {
    font-weight: 400;
    color: #2C2C2C;
    font-size: 1.6rem;
    text-decoration: none;
    margin-left: 6px;
}
.autumn_event_Instagram_a {
    display: flex;
    justify-content: center;
    margin-top: -35px;
}
.autumn_event_text_right {
    width: 48%;
    text-align: center;
    margin-top: 100px;
}
.autumn_event_img {
    width: 48%;
}
.autumn_event_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.autumn_event_titleimg {
    max-width: 1024px;
    margin-top: 50px;
}
.autumn_event_text_sabtitle {
    font-size: 1.4rem;
}


/* Autumn Event */
.autumn_event_firework_title-pc {
    text-align: center;
}
.autumn_event_firework_title-sp {
    display: none;
}
.autumn_event_firework_img {
    width: 100%;
    max-width: 600px;
    background-color: #000000;
}
.autumn_event_firework_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.autumn_event_firework {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    margin-top: 202px;
}
.autumn_event_firework_movie a {
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
}
.autumn_event_firework_rink_text {
    width: 100%;
    font-family: Noto Serif JP;
    background-color: #000000;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    padding: 5px 11px 11px;
    margin: 0;
}
.autumn_event_firework_right {
    width: 100%;
    max-width: 610px;
}
.autumn_event_firework_icon {
    width: 50%;
    margin: 0 auto;
    margin-top: -150px;
}
.autumn_event_firework_icon_p {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 0px;
}
.autumn_event_firework_title {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: .05em;
}
.autumn_event_firework_sabtitle {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: -20px;
}
.autumn_event_firework_month,
.autumn_event_firework_month2 {
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #E3DAD0;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 64px 0 0 0;
}
.autumn_event_firework_flex {
    display: flex;
}
dl.autumn_event_firework_flex {
    margin: 15px 0 0 0;
}
.autumn_event_firework_flex dd {
    margin: 0;
}
.autumn_event_firework_cel {
    width: 96px;
    background-color: #F6F1EB;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 10px;
    padding: 7px 16px 6px 16px;
}
.autumn_event_firework_sabcel {
    padding-top: 5px;
    font-size: 1.6rem;
    font-weight: 400;
}
.autumn_event_firework_Note {
    max-width: 487px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0px auto;
    margin-top: 62px;
}

/* footer */
footer {
    width: 100%;
    background-color: #F6F1EB;
}
footer p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    margin: 0px;
}

/* スクロールトップ */
.scroll-to-top {
    position: fixed;
    /* bottom: 20px;
    right: 20px; */
    bottom: max(20px, env(safe-area-inset-bottom));
    right:  max(20px, env(safe-area-inset-right));
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    z-index: 1000;
}
.scroll-to-top .arrow-up {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    transform: translate(-50%, -20%) rotate(45deg);
}

/* 大内追加 */

.AUTUMNMenu_title_img{
        display: block;
    }
    .sp_AUTUMNMenu_title_img{
        display: none;
    }

    .MediterraneanFair_text_img{
        display: block;
    }
    .sp_MediterraneanFair_text_img{
        display: none;
    }
    .autumn_event_titleimg{
        display: block;
    }
    .sp_autumn_event_titleimg{
        display: none;
    }
@media (hover: hover) {
  .scroll-to-top:hover { filter: brightness(1.05); }
}

/* ハロウィーン*/
.halloweensweets{
    display: none;
}
.header_title_cook{
    display: none ;
}

/* aの強スタイルを解除し、ボタン専用に */
a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
}
.btn {
    margin-top: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    width: 338px; padding: 21px 24px;
    border-radius: 36px; border: 2px solid #F6F1EB;
    background: #754C24; color: #fff; font-family: "Noto Serif JP";
    font-size: 2rem; font-weight: 700;
}
.btn .button_img {
    margin: 0 0 -2px 9px;
}
/* 追加 */



@media screen and (max-width:1024px) {
    .header_title_cook{
        display: none;
    }
    .header_left-leaf{
        display: block;
    }
    .header_right-leaf{
        display: block;
    }
    .header_title_cook {
        top: 95%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        color: #2C2C2C;
        font-size: 3.0rem;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        padding: 37px 34px;
        }
    .autumn-leaves-container {
        display: block;
    }
    header h1 {
        margin: 0;
    }
    .header_title_cook {
        text-align: center;
        color: #2C2C2C;
        font-size: 3.0rem;
        margin: 0;
    }
    .visual_text {
        display: none;
    }
    .visual_details .visual_text_sp{
        display:grid;
        grid-template-rows: 1fr auto auto 1fr;
        align-items:center;
        justify-items:center;
    }
    .visual_card{
        grid-row: 2;
        justify-self: center;
        width: 70%;
  }
    .visual_logo{
        grid-row: 3;
        justify-self: center;
        width: 70%;
  }
    .visual_logo img{
        width: clamp(260px, 60vw, 405px);
  }


/* 秋の恵みを・・・ */
    .section_Catchphrase {
        margin-bottom: 40px;
    }
    .section_title_cook {
        display: block;
        margin-top: 0;
    }


/* ALL DAY DINING */
    .visual_flex {
        position: relative;
        gap: 472px;
    }
    .visual_card>p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.8rem;
        text-align: center;
        font-weight: 400;
        line-height: 1.8em;
    }
    .visual_details > .visual_text_sp {
        display: grid;
        inset: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .visual_text {
        display: none;
    }
    .visual_img_sp {
        width: 50%;
    }
    .visual_text_sp-inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 2em;
    }
    .visual_text_sp-inner img {
        width: 80%;
    }
    .section_text{
        display: none;
    }


/* 秋の味覚大集合 */
    .left-leaf {
        top: -31px;
        left: 0;
        width: 170px;
    }
    .right-leaf {
        top: 175px;
        width: 150px;
    }
    .AUTUMNMenu_title {
        margin-top: 115px;
    }
    .AUTUMNMenu_flex_right {
        padding: 0px 10px;
    }
    .AUTUMNMenu_flex_left {
        padding: 0px 10px;
    }
    .AUTUMNMenu_text_p {
        text-align: left;
    }

/* 地中海フェア */
    .MediterraneanFair_text{
        margin-left: 20px;
        margin-right: 20px;
    }
    .MediterraneanFair_paella,
    .MediterraneanFair_aquapazza {
        text-align: center;
        padding: 0 10px;
    }


/* Welcome Lunch */
    .Welcomelunch_flex {
        padding: 0px;
    }
    .Welcomelunch_content {
        width: 100%;
    }
    .Welcomelunch_text {
        padding-left: 40px;
    }

/* Halloween Sweets */
    .halloweensweets_flex {
        width: 100%;
    }
    .halloweensweets_left,
    .halloweensweets_right {
        width: 70%;
        text-align: center;
        padding: 0 10px;
    }

    .halloweensweets_img1,
    .halloweensweets_img2 {
        width: 80%;
        height: auto;
        text-align: center;
        padding: 0 10px;
    }

/* ご利用時間のご案内 */
    .usagetime {
       display:flex;
       flex-direction:column;
       align-items: center;
    }
    .usagetime_flex {
        width: 100%;
        max-width: 600px;
        flex-wrap:wrap;
    }
    .usagetime_flex img {
        margin-top: 20px;
    }
    .autumn_event_img {
        width: 46%;
        height: auto;
    }
    .autumn_event {
        width: 100%;
        margin: 0px auto 86px;
    }
    .autumn_event_firework_title-sp {
        display: block;
    }
    .autumn_event_firework_title-pc {
        display: none;
    }
    .autumn_event_firework {
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        gap: 0;
    }
    .autumn_event_flex_yukata{
        margin-left: 20px;
        margin-right: 20px;
    }
    .autumn_event_flex_direction{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width:768px) {
/* ALL DAY DINING */
    .visual_flex {
        gap: 230px;
    }
    .visual_text_sp {
        width: min(92vw, 560px);

    }

/* 秋の味覚大集合 */
    .AUTUMNMenu_title {
        margin-top: 80px;
    }

    .AUTUMNMenu{
        margin-top: 175px;
    }
    .AUTUMNMenu_img {
        width: 100%;
    }
    .AUTUMNMenu_text_h2{
        font-size: 1.9rem;
    }
    .AUTUMNMenu_text_left{
        width: 100%;
        margin-top: 1em;
    }
    .AUTUMNMenu_text_right{
        width: 100%;
        order: 2;
        padding: 0px;
        margin-top: 1em;
    }
    .AUTUMNMenu_flex_left,
    .AUTUMNMenu_flex_right {
        display: flex;
        gap: 0;
    }
    .AUTUMNMenu_flex_left {
        flex-direction: column-reverse;
    }
    .AUTUMNMenu_flex_right {
        flex-direction: column;
    }
    .AUTUMNMenu_img{
        order: 1;
    }
    



/* 地中海フェア */
    .MediterraneanFair_title {
        font-size: 2.2rem;
        margin-top: -16px;
    }
    .MediterraneanFair_flex{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .MediterraneanFair_position {
        margin-top: 2em;
    }

/* Autumn Event */
    .autumn_event_title {
        font-size: 2.2rem;
        margin-top: 0;
    }
    
    .autumn_event_flex_yukata{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 45px;
    }
    .autumn_event_img {
        width: 100%;
    }
    .autumn_event_text-pc {
        display: none;
    }
    .autumn_event_text-sp {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .autumn_event_text {
        width: 80%;
        margin-top: 0;
    }
    .autumn_event_flex_direction{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 45px;
    }
    .autumn_event_text_right{
        width: 80%;
        order: 2;
        padding: 0px;
        margin-top: 0;
    }
    .autumn_event_img_direction{
        width: 100%;
        order: 1;
    }

    .slideshow {
        margin-top: 50px;
    }
    .slide {
        width: 60vw;
        margin: 0 2vw;
    }
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-448vw);
        }
    }
    .modal-content {
        padding-top: 150px;
    }
}

@media screen and (max-width:480px) {
    .header_title_cook {
        position: absolute;
        top: 200%;
        left: 55%;
        width: 100%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        color: #2C2C2C;
        font-size: 3.0rem;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        padding: 37px 34px;
        z-index: 3;
    }
    .header_left-leaf{
        display: none;
    }
    .header_right-leaf{
        display: none;
    }
    .right-leaf{
        display: none;
    }
/* 秋の恵みを・・・ */
    .section_Catchphrase {
        position: relative;
        margin-bottom: 40px;

    }
    .section_title_cook{
        display: block;
        position: absolute;
        z-index: 100;
        top: -5em;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.2rem;
        width: 80%;
    }
    .visual_flex { 
        justify-content: flex-end;
        gap: 5rem;
        margin-top: 1rem;
    }
    .visual_left {
        display: none;
    }
    .visual_right {
        flex: 0 0 72%;
        max-width: 72%;
        margin-left: auto;
        overflow: hidden;
    }
    .visual_right img {
        width:100%;
        object-fit:cover;
        object-position: calc(50% + 80%) center;
    }
    .visual_card {
        width: clamp(260px, 62vw, 420px);
        transform: translateX(-9%);
        border-radius: 15px;
        margin-top: 1em;
    }
    .visual_card p {
        line-height: 2.5;
        text-align: left;
    }
   .visual_logo img {
        width: clamp(240px, 80vw, 420px);
  }
    .AUTUMNMenu_title {
        margin-top: 280px;
    }
    .AUTUMNMenu_text {
        margin-top: 0px;
    }
    .left-leaf {
        display: none;
    }
    .MediterraneanFair_text img {
        width: 100%;
    }
    .autumn_event { width: min(100%, 1240px); }
    .autumn_event_text {
        width: 100%;
        max-width: 480px;
    }
    .autumn_event_text_right {
        width: 100%;
        max-width: 480px;
    }
    .hr-width{
        width: 100%;
        max-width: 480px;
    }
    .AUTUMNMenu_text_right{
        width: 100%;
        max-width: 480px;
    }
    .autumn_event_firework_rink_text {
        font-size: 1.4rem;
    }
    .autumn_event_firework_right {
        padding: 0 1em;
    }
    .autumn_event_firework_flex {
        flex-direction: column;
    }
    .autumn_event_firework_cel {
        width: 100%;
    }
    .autumn_event_firework_sabcel {
        text-align: left;
    }
    .autumn_event_firework_Note {
        text-align: left;
    }
    

    /* 追加 */
    .AUTUMNMenu_title_img{
        display: none;
    }
    .sp_AUTUMNMenu_title_img{
        display: block;
    }
    .MediterraneanFair_text_img{
        display: none;
    }
    .sp_MediterraneanFair_text_img{
        display: block;
    }
    .autumn_event_titleimg{
        display: none;
    }
    .sp_autumn_event_titleimg{
        display: block;
        margin-top: 60px;
    }
    .AUTUMNMenu{
        margin-top: 0px;
    }
    .AUTUMNMenu_flex_left{
        margin-top: 0px;
    }
    .MediterraneanFair_menu_text{
        font-size: 1.4rem;
    }
    .MediterraneanFair_title{
        margin-top: 10px;
    }
    .autumn_event_title{
        margin-top: 10px;
    }
    .autumn_event_text-sp{
        width: 90%;
    }
    .usagetime_img{
        margin-top: -30px;
    }
}
@media (max-width:375px) {
    .section_title_cook{
        top: -4em;
    }
    .visual_right img {
        object-position: calc(50% + 80%) center;
    }
    .visual_card {
        width: clamp(260px, 62vw, 420px);
        transform: translateX(-11%);
    }
    .visual_logo{
        width: 81%;
    }
    .visual_logo {
        font-size: 1.4rem;
    }
    .AUTUMNMenu_title {
        margin-top: 280px;
    }
    .AUTUMNMenu_text {
        margin-top: -125px;
    }
    .AUTUMNMenu {
        margin-top: 125px;
    }
}
