* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    border: 1px solid #000;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    padding: 10px;
}

a::after {
    content: '＞';
}

a:hover {
    opacity: 0.6;
}

body.christmas2025 {
    --color-primary: #cdc3b5;
    --color-background: #2e2850;
}

.ib {
    display: inline-block;
}

#wrapper {
    background-color: var(--color-background);
    /* background: linear-gradient(180deg, #1F1F36 0%, var(--color-background) 100%); */
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary);
    width: 100%;
}
.bg {
    background-image: url(../images/christmas/2025/bg_snow2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.mainVisual {
    animation: 2s linear 0s 1 normal forwards running anime_top;
    position: relative;
}
@keyframes anime_top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    /* transform: scale(1.15); */
  }
}
.main_imgBox {
    position: relative;
    width: 100%;
    height: calc(100vh - 200px);
    z-index: 1;
}

.main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: calc(100vh - 200px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime4 32s 0s infinite;
}

.main_img:nth-of-type(1) {
    background-image: url('../images/christmas/2025/mv01.jpg');
}

.main_img:nth-of-type(2) {
    background-image: url('../images/christmas/2025/mv02.jpg');
    animation-delay: 8s;
}

.main_img:nth-of-type(3) {
    background-image: url('../images/christmas/2025/mv03.jpg');
    animation-delay: 16s;
}

.main_img:nth-of-type(4) {
    background-image: url('../images/christmas/2025/mv04.jpg');
    animation-delay: 24s;
}

@keyframes anime4 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    25% {
        opacity: 1;
        z-index: 5;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        z-index: 1;
    }
}

.mainVisual .logo {
    bottom: 7%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.mainVisual .logo .logo_text {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.thumb {
    display: flex;
    justify-content: center;
    margin-top: 1%;
}

.icon {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
    animation: icon4 32s 0s infinite;
}

@keyframes icon4 {
    0% {
        background-color: #000;
    }

    25% {
        background-color: #000;
    }

    26% {
        background-color: #fff;
    }

    100% {
        background-color: #fff;
    }
}

.icon:nth-of-type(1) {
    animation-delay: 0s;
}

.icon:nth-of-type(2) {
    animation-delay: 8s;
}

.icon:nth-of-type(3) {
    animation-delay: 16s;
}

.icon:nth-of-type(4) {
    animation-delay: 24s;
}

.lead {
    width: 100%;
    color: #fff;
    background-color: #988169;
    margin-bottom: 4%;
    padding: 2%;
}

.lead_content {
    width: 80%;
    margin: 0 auto;
}

.lead_text {
    font-size: 18px;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.1em;
    padding: 15px;
    text-shadow: 0px 0px 6px black;
}

.menuSecction {
    margin: 2% auto 4%;
    max-width: 1000px;
    width: 95%;
}

.menuSection_title {
    border-bottom: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 34px;
    padding: 0 5px 5px;
    width: 100%;
}

.menuSection_title .label {
    background-color: var(--color-primary);
    border-radius: 5px;
    color: var(--color-background);
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.1;
    padding: 3px 10px 1px;
}

.menuSecction .content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    margin: 0% auto 6%;
}

.menuSecction .content_text {
    padding: 0 1.5em;
    width: 50%;
}

.menuSecction .content_img {
    border: 1px solid var(--color-primary);
    width: 50%;
}

.menuSecction .content_detail {
    padding: 1.5em;
    width: 100%;
}

.menuSecction .content_detail dl {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.menuSecction .content_detail dl dt {
    margin-right: 1em;
    position: relative;
}
/* 
.menuSecction .content_detail dl dt:after {
    content: '：';
    position: absolute;
    right: -1em;
} */

.menuSecction .content_detail dl dd {
    margin: 0 0 1em;
    padding-left: 0.5em;
    width: calc(100% - 6em);
}

.menuSecction .content_detail p {
    margin-bottom: 1em;
}

.menuSecction .content_detail .note {
    border: 1px solid var(--color-primary);
    margin: 0 auto;
    padding: 10px 15px;
    width: fit-content;
}

.restaurant_name {
    text-align: center;
    font-size: 18px;
    line-height: 2em;
}

.menu_title {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 auto 1em;
    padding: 0 5px;
    text-align: center;
    width: fit-content;
}

.menu_title .en {
    font-size: 0.7em;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
}

.menu_price {
    align-items: flex-end;
    font-size: 28px;
    display: flex;
    justify-content: center;
    line-height: 1.1;
    text-align: center;
}

.menu_price .yen {
    font-size: 0.5em;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 0.5em;
}

.menu_text {
    color: #849eba;
    text-align: center;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.menu_info {
    font-size: 12px;
    width: 50%;
    margin: 0 auto;
}

.menu_info_text {
    margin-bottom: 3%;
    text-align: center;
}

.menu_info_attention {
    margin: 2% auto 0;
}

.te_end {
    text-align: start;
    margin-bottom: 10px;
}

.menu_column {
    width: fit-content;
    /* margin: 0 auto; */
    display: flex;
}

.menu_column_title {
    width: 60px;
    margin-right: 3%;
}

.menu_column_text {
    width: 200px;
}

.btn_line {
    background-color: white;
    border: 2px solid white;
    color: var(--color-background);
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 1.5em auto 0;
    padding: 1em 3.5em;
    text-decoration: none;
    text-align: center;
    transition: 0.3s opacity;
    width: fit-content;
}

@media (hover:hover) {
    .btn_line:hover {
        opacity: 0.8;
    }
}

.benefit {
    color: #e31f1c;
}

.footer {
    border-top: 1px dotted var(--color-primary);
}

.footer_content {
    font-size: 14px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 2em;
    width: 95%;
}
#saras .content.cake{
    align-items: center;
}

@media only screen and (min-width: 1280px) {
    .for_sp-tb {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .for_sp {
        display: none;
    }

    .menuSecction .content_detail dl dt {
        text-align: justify;
        text-align-last: justify;
        width: 4.5em;
    }
}

@media only screen and (max-width: 767px) {
    .for_pc {
        display: none;
    }

    .mainVisual .logo .logo_text {
        font-size: 20px;
        line-height: 1.2;
    }

    .lead {
        margin-bottom: 12%;
    }

    .lead_content {
        width: 95%;
    }

    .menuSection_title {
        font-size: 26px;
    }

    .menuSecction .content {
        flex-direction: column;
    }

    .menuSecction .content_text,
    .menuSecction .content_img {
        width: 100%;
    }

    .menuSecction .content .content_img {
        margin-bottom: 1.5em;
    }

    .menuSecction .content.reverse .content_img {
        order: 0;
    }

    .menuSecction .content.reverse .content_text,
    .menuSecction .content.reverse .content_detail {
        order: 1;
    }

    .menuSecction .content_detail dl {
        display: block;
        margin: 0 0 1em;
    }

    .menuSecction .content_detail dl dt {
        font-weight: bold;
        font-size: 1.1em;
        margin: 1em 0 5px;
    }

    .menuSecction .content_detail dl dd {
        padding: 0;
        width: 100%;
    }

    .menu_title {
        font-size: 22px;
    }

    .menu_price {
        font-size: 26px;
    }

    .menu_text {
        margin-bottom: 2em;
    }

    .menu_price {
        margin-bottom: 1.5em;
    }
}