@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');


/*=============================
    common setting
===============================*/
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.noto_gothic {
    font-family: 'Noto Sans JP', sans-serif;
}
.noto_mincho {
    font-family: 'Noto Serif JP', serif;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix .fleft {
    width: 50%;
    float: left;
}
.clearfix .fright {
    width: 50%;
    float: right;
}

.flex_container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

rt {
    font-size: 0.3em;
}

.c_conts01 dl dt {
    float: left;
    background-color: #A7A269;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.c_conts01 dl dd {
    text-align: left;
}
.c_conts01 .btn {
    display: block;
    background-color: #113466;
    filter: drop-shadow(0px 3px 0px #4c5776);
    color: #fff;
    text-align: center;
    border-radius: 1000px;
    margin: 24px auto 0;
    font-weight: bold;
    position: relative;
}
.c_conts01 .btn.btn_line_02 {
    height: 80px !important;
    line-height: 1.6 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
#anchor01 .btn.btn_line_02::before,
#anchor01 .btn.btn_line_02::after {
    right: 20px;
}
#anchor01 .btn.btn_line_02::before {
    top: 36px;
}
#anchor01 .btn.btn_line_02::after {
    top: 42px;
}
.c_conts01 .btn_orange {
    background-color: #CB694B;
    filter: drop-shadow(0px 3px 0px #883E28);
}
.c_conts01 .btn.disabled {
    background-color: #8e8e8e !important;
    filter: drop-shadow(0px 3px 0px #444444) !important;
    pointer-events: none;
    height: 64px !important;
    line-height: 1.2 !important;
    padding: 11px 0;
}
.c_conts01 .btn.disabled:hover {
    opacity: 1;
}
.c_conts01 .btn.disabled span {
    font-size: 14px;
}
#anchor01 .maintenance_message {
    margin-top: 30px;
}
#anchor03 .maintenance_message {
    margin-top: 60px;
}
#anchor01 .maintenance_message + .btn,
#anchor03 .maintenance_message + .btn {
    margin-top: 20px;
}
.c_conts01 .maintenance_message .maintenance_title {
    font-size: 18px;
    font-weight: bold;
}
.c_conts01 .maintenance_message .maintenance_text {
    font-size: 14px;
    margin-top: 10px;
}
.c_conts01 .btn.maintenance {
    margin-top: 20px !important;
}
.wrap_close_message {
    background-color: #0e4989;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
}
.wrap_close_message.multi_lines {
    background-color: none;
    color: #fff;
    font-size: 20px;
    padding: 0;
}
.wrap_close_message a {
    color: #fff;
}
.wrap_close_message.multi_lines p.bg_01 {
    background-color: #214885;
    padding: 15px 0;
}
.wrap_close_message.multi_lines p.bg_02 {
    background-color: #d6d0b1;
    padding: 15px 0;
}
.wrap_close_message.multi_lines p.bg_01 a {
    color: #ffffff;
}
.wrap_close_message.multi_lines p.bg_02 a {
    color: #000000;
}
.wrap_outline {
    color: #fff;
}
.wrap_outline a {
    color: #fff;
}
.wrap_outline .wrap_datetime dl dd a {
    position: relative;
}
.wrap_outline .wrap_datetime dl dd a::after {
    content: '';
    display: block;
    background: url('../images/icon_blank_white@2x.png') 0 0 no-repeat;
    position: absolute;
    right: -20px;
    bottom: 2px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.wrap_entry {
    color: #06063E;
}
.wrap_entry a {
    color: #06063E;
}
.wrap_entry .txt_announcement {
    color: #06063E;
    font-family: 'Noto Serif JP', serif;
}
.wrap_entry .attention_text {
    color: #2C2828 !important;
    font-weight: normal !important;
}
.wrap_entry .attention_text.closed {
    color: #ff0000 !important;
}
.wrap_entry .attention_text a {
    color: #053BA2;
    text-decoration: underline;
}
.wrap_entry .attention_text a:hover {
    text-decoration: none;
}
.wrap_entry #anchor03 dl dd a {
    position: relative;
}
.wrap_entry #anchor03 dl dd a::after {
    content: '';
    display: block;
    background: url('../images/icon_blank_navy@2x.png') 0 0 no-repeat;
    position: absolute;
    right: -20px;
    bottom: 1px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}
.wrap_insta .banner_insta img {
    width: 100%;
}
.wrap_gallery_images {
    position: relative;
}
.wrap_gallery_images.shrink::after {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
/*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 1) 100%);*/
    background-image: linear-gradient(180deg, transparent 0 20%, #f5f4f0 100%);
/*    background: url('../images/gallery_images_gradation.png') 0 0 no-repeat;*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.wrap_gallery_images ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px 24px;
}
.wrap_gallery_images .gallery_item {
    display: block;
    position: relative;
}
.wrap_gallery_images .gallery_item:hover {
    opacity: 1;
}
.wrap_gallery_images .gallery_item:hover img {
    opacity: 1;
}
.wrap_gallery_images .gallery_item1,
.wrap_gallery_images .gallery_item2 {
    display: block;
    position: relative;
}
.wrap_gallery_images .gallery_item1:hover,
.wrap_gallery_images .gallery_item2:hover {
    opacity: 1;
}
.wrap_gallery_images .gallery_item1:hover img,
.wrap_gallery_images .gallery_item2:hover img {
    opacity: 1;
}
.wrap_gallery_more_btn {
    margin-top: 30px;
}
.wrap_gallery_more_btn a {
    display: block;
    margin: 0 auto;
    background-color: #122e5b;
    color: #fff;
    text-align: center;
    position: relative;;
    box-shadow: 0 3px 0 #434d6b;
    transition: .4s;
    z-index: 3;
}
.wrap_gallery_more_btn a:hover {
    opacity: 1;
    /*box-shadow: 0 3px 0 #434d6b;
    transform: translateY(3px);*/
    box-shadow: none;
}
.wrap_gallery_more_btn a::before,
.wrap_gallery_more_btn a::after {
    content: "";
    width: 9px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 0px);
}
.wrap_gallery_more_btn a::before {
    right: 40px;
    transform: rotate(45deg);
}
.wrap_gallery_more_btn a::after {
    right: 35px;
    transform: rotate(-45deg);
}
.wrap_gallery_more_btn a.btn_close::before {
    right: 35px;
    transform: rotate(-135deg);
}
.wrap_gallery_more_btn a.btn_close::after {
    right: 40px;
    transform: rotate(135deg);
}
.lum-lightbox {
    z-index: 100000;
}
.lum-lightbox-inner {
    overflow: visible;
    margin: auto;
}
.lum-lightbox-inner + .lum-close-button {
    display: none;
}
.lum-gallery-button {
    background: rgba(0,0,0,.4);
}
.lum-previous-button {
    left: -25px;
}
.lum-previous-button:after {
    left: 30%;
}
.lum-next-button {
    right: -25px;
}
.lum-next-button:after {
    right: 30%;
}
.lum-lightbox-position-helper {
    position: relative;
    display: block;
}
.lum-lightbox-position-helper .lum-close-button {
    opacity: 1;
    z-index: 2;
}



#anchor01 .btn.disabled,
#anchor03 .btn.disabled {
    background-color: #8e8e8e !important;
    height: 56px !important;
    line-height: 56px !important;
    padding: 0 !important;
    pointer-events: none !important;
    filter: none !important;
}
#anchor01 .btn.disabled::before,
#anchor03 .btn.disabled::before {
    display: none !important;
}
#anchor01 .btn.disabled::after,
#anchor03 .btn.disabled::after {
    display: none !important;
}



@media screen and (min-width:781px) {
    .show_pc { display: inline-block; }
    .show_sp { display: none; }
    .show_sp_xs { display: none; }

    [data-ruby] {
        position: relative;
    }
    [data-ruby]::before {
        content: attr(data-ruby);
        position: absolute;
        top: -1.5em;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 0.5em;
        font-weight: normal;
    }

    .inner {
        width: 1080px;
        margin: 0 auto;
    }

    .bread {}
    .bread_list h1 {
        font-size: 12px;
        font-weight: normal;
    }

    #contentwrap.isFixed {
        padding-top: 130px;
    }

    .subwrap {
        max-width: 1920px;
        overflow: hidden;
        margin: 0 auto;
        font-size: 20px;
        line-height: 1.7;
    }

    .c_conts01 { padding: 0; }
    .c_conts01 .center{ text-align: center; }
    .c_conts01 > div { min-width: 1080px; }

    .c_conts01 dl dt,
    .c_conts01 dl dd {
        font-size: 18px;
        line-height: 34px;
    }
    .c_conts01 dl dd:not(:last-child) {
        margin-bottom: 24px;
    }
    .c_conts01 dl dt {
        width: 150px;
        height: 34px;
        font-size: 14px;
    }
    .c_conts01 dl dt.multi_lines {
        height: 65px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c_conts01 dl dd {
        margin-left: 166px;
        margin-right: -20px;
    }
    .c_conts01 dl dd span.text_small {
        font-size: 16px;
    }
    .c_conts01 dl dd span.text_large {
        font-size: 34px;
    }
    .c_conts01 .btn {
        font-size: 18px;
    }
    .c_conts01 .btn.disabled {
        height: 64px !important;
    }
    .c_conts01 .btn.disabled::before {
        top: 30px !important;
    }
    .c_conts01 .btn.disabled::after {
        top: 36px !important;
    }
    .c_conts01 .btn.maintenance {
        width: 450px !important;
    }

    .wrap_kv {
        position: relative;
        line-height: 0;
    }
    .kv_pc {
        background: url('../images/kv_pc.jpg') center bottom no-repeat;
        background-size: cover;
        width: 100%;
        height: calc(928vw / (1920 / 100));
        max-width: 1920px;
        text-align: left;
        position: relative;
    }
    .kv_pc .bg_kv_title {
        position: absolute;
        left: 79px;
        bottom: 126px;
    }
    .kv_pc .wrap_kv_copy {
        position: absolute;
        left: 55px;
        bottom: 190px;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-weight: normal;
        text-align: center;
    }
    .kv_pc .kv_copy {
        font-size: 20px;
    }
    .kv_pc .wrap_kv_title {
        position: absolute;
        left: 52px;
        bottom: 35px;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        line-height: 1.7;
        font-weight: normal;
        text-align: center;
    }
    .kv_pc .kv_title {
        font-size: 31px;
        padding-bottom: 10px;
/*        border-bottom: 1px solid #fff;*/
    }
    .kv_pc .kv_date {
        font-size: 24px;
        border-top: 1px solid #fff;
    }
    .kv_pc .kv_date span.text_year_num {
        font-size: 30px;
    }
    .kv_pc .kv_date span.text_year {
        font-size: 20px;
    }
    .kv_pc .kv_date span.text_large {
        font-size: 40px;
    }
    .wrap_kv .wrap_language {
        background-color: #D6D0B1;
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        font-family: 'Noto Serif JP', serif;
        line-height: 1.7;
        padding: 24px 62px 24px 36px;
        border-radius: 46px 0 0 0;
    }
    .wrap_kv .wrap_language .language_title {
        color: #746100;
        font-size: 16px;
    }
    .wrap_kv .wrap_language ul {
        display: flex;
        color: #06063E;
        font-size: 20px;
        margin: 0 0 0 50px;
    }
    .wrap_kv .wrap_language ul li:not(:first-child) {
        content: '';
        display: block;
        border-left: 1px solid #746100;
        margin-left: 24px;
        padding-left: 24px;
    }

    .wrap_area_map {
        margin-top: 120px;
    }
    .wrap_area_map .inner {
    }
    .wrap_area_map .map_flexbox {
        display:flex;
        justify-content: space-between;
    }
    .wrap_area_map .wrap_map_img {
        width: 728px;
    }
    .wrap_area_map .wrap_map_txt {
        width: 312px;
        text-align: left;
    }
    .wrap_area_map .wrap_map_txt .wrap_area {

    }
    .wrap_area_map .wrap_map_txt .wrap_area:not(:first-child) {
        margin-top: 30px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_title {
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        line-height: 30px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_txt {
        margin-top: 20px;
        color: #06063E;
        font-size: 18px;
        line-height: 27px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_img {
        margin-top: 16px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_img img {
        width: 100%;
    }
    .wrap_area_map .kitchencar_flexbox {
        display:flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }
    .wrap_area_map .kitchencar_flexbox .food_box {
        width: 23%;
    }
    .wrap_area_map .kitchencar_flexbox .food_box img {
        width: 100%;
    }
    .wrap_area_map .kitchencar_flexbox .food_box p {
        margin-top: 0.5em;
    }

    .wrap_plan {
        margin-top: 120px;
        padding-bottom: 30px;
    }
    .wrap_plan .plan_description {
        display:flex;
        justify-content: center;
    }
    .wrap_plan .plan_description dl {
        margin-top: 40px;
    }
    .wrap_plan .wrap_plan_img {
        margin-top: 40px;
        display:flex;
        justify-content: space-between;
    }

    .wrap_insta {
        background: url('../images/bg_gallery_pc.png') 0 0 repeat;
    }
    .wrap_insta .inner {
        background: url('../images/bg_gallery_inner_pc.png') top center no-repeat;
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .title_insta {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 44px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title_insta::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title02@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .txt_insta p {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        color: #06063E;
        font-size: 20px;
    }
    .intro_insta p {
        font-size: 18px;
        margin-top: 40px;
        text-align: left;
    }
    .banner_insta {
        margin-top: 40px;
    }

    .wrap_gallery {
        background: url('../images/bg_gallery_pc.png') 0 0 repeat;
    }
    .wrap_gallery .inner {
        background: url('../images/bg_gallery_inner_pc.png') top center no-repeat;
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .title_gallery {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 44px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title_gallery::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title02@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .txt_gallery p {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        color: #06063E;
        font-size: 20px;
    }
    .lum-lightbox-inner {
/*        max-width: 800px;*/
        max-width: 1020px;
    }
    .lum-lightbox-inner img {
/*        max-height: 100%;*/
        max-height: 75vh;
        max-width: 100%
    }
    .lum-close-button {
        width: 48px;
        height: 48px;
        right: -24px;
        top: -64px;
    }
    .lum-close-button:after,
    .lum-close-button:before {
        background-color: #fff;
        content: " ";
        height: 48px;
        left: 24px;
        position: absolute;
        width: 2px;
    }
    .lum-lightbox-position-helper .lum-close-button:hover {
        opacity: .7;
        cursor: pointer;
    }
    .wrap_gallery_images {
        
    }
    .wrap_gallery_images ul li {
        width: 252px;
    }
    .wrap_gallery_images ul li:nth-child(n+5) {
        margin-top: 24px;
    }
    .wrap_gallery_images.shrink ul li:nth-child(n+9) {
        display: none;
    }
    .wrap_gallery_images ul li img {
        width: 100%;
        height: 100%;
        max-height: 168px;
        object-fit: cover;
/*        object-position: center center;*/
    }
    .wrap_gallery_images .gallery_item:hover::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: 1;
        border: 4px solid #ffdd59;
/*        box-sizing: border-box;*/
    }
    .wrap_gallery_images .gallery_item1:hover::before,
    .wrap_gallery_images .gallery_item2:hover::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: 1;
        border: 4px solid #ffdd59;
    }
    .wrap_gallery_more_btn a {
        border-radius: 32px;
        padding: 20px 65px 18px 50px;
        font-size: 16px;
        width: 344px;
    }
/*
    .wrap_about {
        background: url('../images/bg01_pc.png') 0 0 repeat;
        height: 1488px;
        padding-top: 70px;
        position: relative;
        z-index: 3;
        margin-bottom: -20px;
        color: #06063E;
        font-family: 'Noto Serif JP', serif;
    }
*/
    .wrap_about {
        background: url('../images/bg01_pc.png') 0 0 no-repeat;
        background-size: 100% 100%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        position: relative;
        z-index: 3;
        margin-bottom: -30px;
        color: #06063E;
        font-family: 'Noto Serif JP', serif;
    }
    .wrap_about.open {
        margin-bottom: -40px;
    }

    .about_pc {
        background: url('../images/about_pc.png') center no-repeat;
        width: 100%;
        height: 467px;
        max-width: 1620px;
        text-align: center;
        padding-top: 100px;
        font-size: 22px;
    }

    .wrap_about_movie {
        width: 800px;
        margin: 85px auto 0;
        position: relative;
    }
    .wrap_about_movie:before {
        content: '';
        display: block;
        background: url('../images/movie_pc_before@2x.png') top left no-repeat;
        background-size: 100% 100%;
        width: 1920px;
        height: 1364px;
        position: absolute;
        z-index: -1;
        left: -70%;
        top: -300px;
    }
    .about_movie_title {
        font-size: 44px;
    }
    .about_movie {
        margin-top: 80px;
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .about_movie iframe {
        width: 100%;
        height: 100%;
    }

    .about_movie_text {
        margin-top: 30px;
        font-size: 22px;
    }
    .about_movie_text a {
        color: #0b57d0;
        font-size: 18px;
        text-decoration: underline;
    }
    .about_movie_text a:hover {
        text-decoration: none;
    }

    .wrap_about .wrap_gallery {
        background-image: none;
    }
    .wrap_about .wrap_gallery .inner {
        background-image: none;
    }

    .wrap_outline {
        background: url('../images/bg02_pc.jpg') top center no-repeat;
        background-size: cover;
        padding: 150px 0 110px;
        position: relative;
        z-index: 2;
    }
    .wrap_outline::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 100%;
        height: 70px;
        background: url('../images/bg03_pc.png') top center repeat;
    }
    

    /*.title01 {
        display: block;
        margin: 0 auto 40px;
    }*/
    .title01 {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #FFFCD5;
        font-family: 'Noto Serif JP', serif;
        font-size: 44px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title01::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title01@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .txt_outline01 p {
        text-align: center;
    }
    .wrap_datetime {
        margin-top: 64px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wrap_datetime dl {
        width: 512px;
    }
    .wrap_reception {
        margin-top: 130px;
    }
    .wrap_instalive {
        margin-top: 160px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wrap_instalive .img_instalive {
        margin-left: -125px;
    }
    .wrap_instalive .instalive_text {
        width: 540px;
        text-align: left;
    }
    .wrap_instalive .instalive_text .txt_outline03 {
        margin-top: 40px;
    }
    .wrap_instalive .instalive_text dl {
        margin: 35px 0;
    }
    .wrap_instalive .instalive_text .btn_orange {
        display: inline-block;
        margin: 32px 0 0;
        padding: 15px 70px;
    }
    .wrap_instalive .instalive_text .btn_orange::before,
    .wrap_instalive .instalive_text .btn_orange::after {
        content: "";
        width: 9px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 30px;
    }
    .wrap_instalive .instalive_text .btn_orange::before {
        top: calc(50% - 3px);
        transform: rotate(45deg);
    }
    .wrap_instalive .instalive_text .btn_orange::after {
        top: calc(50% + 2px);
        transform: rotate(-45deg);
    }
    .wrap_ontheday {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }
    .ontheday_text {
        width: 540px;
    }
    .ontheday_text dl {
        margin-top: 36px;
    }
    .ontheday_text dl span.text_large {
        font-size: 34px;
    }
    .ontheday_img {
        position: absolute;
        top: 43px;
        left: 586px;
    }
    /*.title02 {
        display: block;
        margin: 0 auto 40px;
    }*/
    .title02 {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #FFFCD5;
        font-family: 'Noto Serif JP', serif;
        font-size: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title02::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title01@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    
    .txt_outline02 p {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .txt_outline02 p:nth-child(2) {
        font-size: 18px;
        margin-top: 1.8em;
    }

    .wrap_entry {
        background: url('../images/bg04_pc.jpg') top left repeat;
        padding: 100px 0 190px;
    }
    .wrap_entry .txt_announcement {
        font-size: 34px;
    }
    .title03 {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 44px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title03::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title02@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .title03_desc {
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 30px;
        margin: -30px 0 20px;
    }
    .title03_desc02 {
        margin: 30px 0 20px;
    }
    .txt_entry01 {
        margin-top: 40px;
        text-align: center;
    }
    .txt_entry02 p+p {
        margin-top: 10px;
        color: #ff0000;
        font-size: 18px;
    }
    .wrap_entry nav {
        margin-top: 72px;
        width: 940px;
        margin: 72px auto 0;
    }
    .wrap_entry nav ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;

    }
    .wrap_entry nav ul li {
        width: 408px;
    }
    .wrap_entry nav picture {
        display: block;
    }
    .wrap_entry nav ul li .nav_title {
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        margin-top: 20px;
    }
    .wrap_entry nav ul li .nav_title span.text_small {
        font-size: 18px;
    }
    .wrap_entry nav ul li p {
        font-size: 18px;
/*        width: 272px;*/
        margin: 24px auto 0;
        min-height: 123px;
    }
    .wrap_entry nav .btn {
        width: 216px;
        height: 45px;
        line-height: 45px;
    }
    .wrap_entry nav .btn::before,
    .wrap_entry nav .btn::after {
      content: "";
      width: 9px;
      height: 2px;
      display: inline-block;
      border-radius: 2px;
      background: #fff;
      position: absolute;
      top: 22px;
    }
    .wrap_entry nav .btn::before {
      right: 31px;
      transform: rotate(45deg);
    }
    .wrap_entry nav .btn::after {
      right: 26px;
      transform: rotate(-45deg);
    }
    .wrap_entry .anchor {
        margin-top: -60px;
        padding-top: 60px;
    }
    .wrap_entry #anchor03_from_top {
        margin-top: -80px;
        padding-top: 80px;
    }
    .wrap_entry .attention_text {
        margin-top: 40px;
        font-size: 18px;
    }
    .wrap_entry_detail {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        margin-top: 160px;
        align-items: flex-end;
    }
    .entry_detail_text {
        width: 540px;
    }
    /*.entry_detail_text .title {
        margin-left: -48px;
    }*/
    .entry_detail_text .txt_entry {
        text-align: left;
        margin-top: 40px;
    }
    .wrap_entry dl {
        margin-top: 64px;
    }

    
    #anchor01 .entry_detail_img {
        margin-left: 70px;
        margin-bottom: 20px;
    }

    #anchor01 .wrap_entry_flow {
        background-color: #fff;
        margin: 56px -85px 0;
        padding: 48px 67px 100px 113px;
        position: relative;
    }
    #anchor01 .wrap_entry_flow::before,
    #anchor01 .wrap_entry_flow::after {
        content: "";
        width: 72px;
        height: 72px;
        display: block;
    }
    #anchor01 .wrap_entry_flow::before{
        position: absolute;
        left: -5px;
        top: -5px;
        background: url('../images/corner01.png') 0 0 no-repeat;
    }
    #anchor01 .wrap_entry_flow::after{
        position: absolute;
        right: -5px;
        bottom: -5px;
        background: url('../images/corner02.png') 0 0 no-repeat;
    }
    #anchor01 .entry_detail_text .title04 {
        width: 587px;
        height: 92px;
        line-height: 92px;
        background: url('../images/bg_title04_pc.png') 0 0 no-repeat;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 30px;
    }
    #anchor01 .entry_detail_text .title04 .text_small {
        font-size: 20px;
    }
    #anchor01 .picture_title {
        margin: 0;
        font-size: 28px;
        font-weight: bold;
    }
    #anchor01 .entry_flow {
        margin-left: -85px;
    }
    #anchor01 .wrap_entry_flow .picture_content {
        position: relative;
        margin-top: 90px;
    }
    #anchor01 .wrap_entry_flow .picture_content picture {
        display: block;
    }
    #anchor01 .wrap_entry_flow .picture_content picture img {
        width: 1060px;
    }
    #anchor01 .wrap_entry_flow .picture_content .entry_flow_pc {
        width: 1060px;
        height: 226px;
        position: absolute;
        left: 5px;
        top: 0;
    }
    #anchor01 .wrap_entry_flow .picture_content .entry_flow_pc img {
        width: 100%;
    }
    #anchor01 .wrap_entry_flow .bg_gold_line {
        width: 674px;
        height: 32px;
        background: url('../images/bg_gold_line_pc.png') 0 0 no-repeat;
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
        position: absolute;
        right: 0;
        top: -40px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul {
        display: flex;
        /*position: absolute;
        left: -14px;
        bottom: -72px;*/
        margin: 160px -20px 0 -10px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 198px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:not(:first-child) {
        margin-left: 20px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(1) {
        width: 198px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(2) {
        width: 198px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(3) {
        width: 210px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(4) {
        display: none;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(5) {
        width: 216px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(6) {
        width: 198px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .step {
        color: #06063E;
        font-size: 26px;
        font-weight: bold;
        margin-left: 55px;
    }
    /*#anchor01 .wrap_entry_flow .picture_content ul li:nth-child(1) .step {
        margin-left: 54px;
    }*/
    /*#anchor01 .wrap_entry_flow .picture_content ul li:nth-child(2) .step {
        margin-left: 54px;
    }*/
    #anchor01 .wrap_entry_flow .picture_content ul li .step .text_small {
        font-size: 14px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .wrap_text_date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        min-height: 103px;
        width: 100%;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .text {
        color: #06063E;
        font-size: 16px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .date {
        width: 160px;
        height: 36px;
        background-color: #CB694B;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 12px;
    }
    #anchor01 .btn {
        background-color: #18488D;
        width: 306px;
        height: 56px;
        line-height: 56px;
        margin: 40px auto 0;
    }
    .c_conts01 .btn.btn_line_02 {
        width: 400px !important;
    }
    #anchor01 .btn::before,
    #anchor01 .btn::after {
        content: "";
        width: 9px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 40px;
    }
    #anchor01 .btn::before {
        top: 24px;
        transform: rotate(45deg);
    }
    #anchor01 .btn::after {
        top: 30px;
        transform: rotate(-45deg);
    }
    #anchor02 .wrap_entry_detail {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #anchor02 .pattern_title {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 80px;
    }
    #anchor02 .pattern_title span {
        font-size: 20px;
        font-weight: normal;
    }
    #anchor02 .wrap_pattern ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        margin-top: 40px;
    }
    #anchor02 .wrap_pattern ul li {
        width: 328px;
    }
    #anchor02 .btn {
        width: 306px;
        padding: 20px 0 18px;
        margin-top: 30px;
    }
    #anchor02 .btn::before,
    #anchor02 .btn::after {
        content: "";
        width: 9px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 40px;
    }
    #anchor02 .btn::before {
      top: 45px;
      transform: rotate(45deg);
    }
    #anchor02 .btn::after {
      top: 51px;
      transform: rotate(-45deg);
    }
    
    #anchor03 .wrap_entry_detail {
        margin-top: 90px;
        align-items: center;
    }
    #anchor03 .entry_detail_text {
        width: 554px;
    }
    #anchor03 .entry_detail_text .title05 {
        width: 466px;
        height: 90px;
/*        line-height: 90px;*/
        line-height: 1.2;
        background: url('../images/bg_title05_pc.png') 0 0 no-repeat;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 30px;
    }
    #anchor03 .entry_detail_text .title05 > div {
        padding-top: 20px;
    }
    #anchor03 .entry_detail_text .title05 span.text_small {
        font-size: 18px;
    }
    #anchor03 .entry_detail_text dl {
        margin-top: 32px;
    }
    #anchor03 .entry_detail_text dl .text_large {
        font-size: 34px;
    }
    #anchor03 .entry_detail_img {
        margin: 0 -20px 0 0;
    }
    #anchor03 .txt_entry span {
        color: #053BA2;
        font-weight: bold;
    }
    #anchor03 .txt_entry span.text_large {
        font-size: 32px;
    }
    #anchor03 .attention_text {
        margin-top: 15px;
        text-align: left;
        display: block;
    }

    #anchor03 .wrap_web_entry {
        background-color: #fff;
        margin: 42px -85px 0;
        padding: 94px 85px;
        position: relative;
        z-index: 4;
    }
    #anchor03 .wrap_web_entry::before,
    #anchor03 .wrap_web_entry::after {
        content: "";
        width: 72px;
        height: 72px;
        display: block;
    }
    #anchor03 .wrap_web_entry::before{
        position: absolute;
        left: -5px;
        top: -5px;
        background: url('../images/corner01.png') 0 0 no-repeat;
    }
    #anchor03 .wrap_web_entry::after{
        position: absolute;
        right: -5px;
        bottom: -5px;
        background: url('../images/corner02.png') 0 0 no-repeat;
    }

    /*#anchor03 .wrap_web_entry {
        display: flex;
        justify-content: space-between;
    }*/
    #anchor03 .wrap_web_entry .web_entry_inner {
        display: flex;
        justify-content: space-between;
    }
    #anchor03 .wrap_web_entry .web_entry01,
    #anchor03 .wrap_web_entry .web_entry02 {
        width: 480px;
        text-align: left;
    }
    #anchor03 .wrap_web_entry .web_entry01 {
        width: 100%;
    }
    #anchor03 .wrap_web_entry .web_entry01 dl {
        width: 480px;
        margin: 32px auto 0;
    }
    #anchor03 .wrap_web_entry .web_entry_title {
        font-size: 28px;
    }
    #anchor03 .wrap_web_entry .web_entry_title span {
        color: #CB694B;
        font-weight: bold;
    }
    #anchor03 .wrap_web_entry .web_entry_title + .txt_entry {
        margin-top: 56px;
    }
    #anchor03 .wrap_web_entry .txt_entry {
        font-size: 18px;
    }
    #anchor03 .wrap_web_entry .txt_entry .attention_text {
        color: #06063E;
        font-size: 16px;
        margin-top: 20px;
    }
    .web_entry01 dl {
        margin-top: 32px;
    }
    #anchor03 .btn {
        background-color: #18488D;
        width: 306px;
        height: 56px;
        line-height: 56px;
        margin: 60px auto 0;
    }
    #anchor03 .btn::before,
    #anchor03 .btn::after {
        content: "";
        width: 9px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 40px;
    }
    #anchor03 .btn::before {
        top: 24px;
        transform: rotate(45deg);
    }
    #anchor03 .btn::after {
        top: 30px;
        transform: rotate(-45deg);
    }


    #anchor03 .wrap_same_day_sale {
        display: flex;
        align-items: center;
        margin-top: 60px;
    }
    #anchor03 .wrap_same_day_sale .same_day_sale_title {
        font-size: 28px;
    }
    #anchor03 .wrap_same_day_sale .same_day_sale_title span {
        color: #CB694B;
        font-weight: bold;
    }
    #anchor03 .wrap_same_day_sale .txt_entry {
        font-size: 18px;
        margin-top: 56px;
        text-align: left;
    }
    #anchor03 .wrap_same_day_sale .txt_entry .attention_text {
        color: #06063E;
        font-size: 16px;
        margin-top: 20px;
    }
    #anchor03 .wrap_same_day_sale dl {
        margin-top: 32px;
    }
    #anchor03 .same_day_sale_img {
        position: relative;
        left: -32px;
    }
    #anchor03 .same_day_sale {
        background-color: #fff;
        margin: 0 -85px 0 0;
        padding: 131px 85px;
        position: relative;
        width: 650px;
    }
    #anchor03 .same_day_sale::before,
    #anchor03 .same_day_sale::after {
        content: "";
        width: 43px;
        height: 43px;
        display: block;
    }
    #anchor03 .same_day_sale::before{
        position: absolute;
        left: -5px;
        top: -5px;
        background: url('../images/corner01.png') left bottom no-repeat;
    }
    #anchor03 .same_day_sale::after{
        position: absolute;
        right: -5px;
        bottom: -5px;
        background: url('../images/corner02.png') right top no-repeat;
    }
    #anchor03 .wrap_contact {
        background-color: #fff;
        width: 720px;
/*        margin: 50px auto 0;*/
        margin: 0 auto 0;
        padding: 40px;
    }
    #anchor03 .wrap_plan + .wrap_contact,
    #anchor03 .wrap_insta + .wrap_contact {
        margin-top: 120px;
    }

    #anchor04 .wrap_sponser {
        margin-top: 190px;
    }
    #anchor04 .wrap_sponser .sponser_title {
        display: flex;
        justify-content: center;
    }
    #anchor04 .wrap_sponser .title06 {
        width: 535px;
        height: 92px;
        line-height: 92px;
        background: url('../images/bg_title06_pc.png') 0 0 no-repeat;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 30px;
    }
    #anchor04 .wrap_sponser .title06 div {
        
    }
    #anchor04 .wrap_sponser .sponser_content ul {
        display: flex;
        flex-wrap: wrap;
        font-size: 32px;
    }
    #anchor04 .wrap_sponser .sponser_content ul li {
        width: 20%;
        margin-top: 40px;
        padding: 0 20px;
    }
    #anchor04 .wrap_visit_chiyoda {
        background: url('../images/bg_visit_chiyoda.png') center bottom no-repeat #fff;
        width: 720px;
/*        min-height: 467px;*/
        min-height: 340px;
        margin: 160px auto 0;
        padding: 56px 40px 42px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #anchor04 .visit_chiyoda_text {
        font-size: 16px;
        margin-top: 32px;
    }
    #anchor04 .visit_chiyoda_text a {
        color: #053BA2;
        text-decoration: underline;
    }
    #anchor04 .visit_chiyoda_text a:hover {
        text-decoration: none;
    }
    #anchor04 .visit_chiyoda_btn_title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 48px;
    }
    #anchor04 .btn {
        background-color: #FDDF3A;
        color: #053BA2;
        width: 265px;
        height: 58px;
        line-height: 58px;
        margin: 40px auto 0;
        filter: unset;
    }
    #anchor04 .btn::before,
    #anchor04 .btn::after {
        content: "";
        width: 9px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #053BA2;
        position: absolute;
        right: 40px;
    }
    #anchor04 .btn::before {
        top: 24px;
        transform: rotate(45deg);
    }
    #anchor04 .btn::after {
        top: 30px;
        transform: rotate(-45deg);
    }
    
    .wrap_message {
        position: relative;
    }
    .wrap_message picture img {
        width: 100%;
        height: 301px;
        object-fit: cover;
    }
    .wrap_message .message_text {
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-size: 44px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}





@media screen and (max-width:780px) {
    @import url(https://visit-chiyoda.tokyo/common/css/mobile_bnr_area.css);

    .show_pc { display: none; }
    .show_sp { display: inline-block; }
    .show_sp_xs { display: none; }

    [data-ruby] {
        position: relative;
    }
    [data-ruby]::before {
        content: attr(data-ruby);
        position: absolute;
        top: -1.8em;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 0.5em;
        font-weight: normal;
    }

    /*.inner {
        margin: 0 6.4%;
    }*/
    .inner {
        margin: 0 5.3%;
    }

    .bread_list h1 {
        font-size: 10px;
    }

    .c_conts01 img {
        max-width: 100%;
    }

    .c_conts01 dl dt,
    .c_conts01 dl dd {
        font-size: 13px;
        line-height: 26px;
    }
    .c_conts01 dl dd:not(:last-child) {
        margin-bottom: 16px;
    }
    .c_conts01 dl dt {
        width: 120px;
        height: 26px;
        font-size: 12px;
    }
    .c_conts01 dl dt.multi_lines {
        height: 50px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c_conts01 dl dd {
        margin-left: 130px;
    }
    .c_conts01 dl dd span.text_small {
        font-size: 14px;
    }
    .c_conts01 dl dd span.text_large {
        font-size: 24px;
    }
    .c_conts01 .btn {
        font-size: 16px;
    }
    .c_conts01 .btn.btn_line_02 {
        font-size: 14px;
    }
    .c_conts01 .btn.disabled {
        height: 60px !important;
    }
    .c_conts01 .btn.disabled::before {
        top: 27px !important;
    }
    .c_conts01 .btn.disabled::after {
        top: 32px !important;
    }
    .c_conts01 .maintenance_message .maintenance_text {
        text-align: left;
    }
    .c_conts01 .btn.maintenance {
        height: 78px !important;
    }
    
    #anchor01 dl dt {
        font-size: 11px;
    }

    .subwrap {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        overflow: hidden;
    }

    .wrap_kv {
        line-height: 0;
    }
    .kv_sp {
        background: url('../images/kv_sp@2x.jpg') center bottom no-repeat;
        background-size: cover;
        width: 100%;
        height: calc(1088vw / (750 / 100));
        max-width: 780px;
        text-align: left;
        position: relative;
    }
    .kv_sp .bg_kv_title {
        position: absolute;
        left: 8.66666667%;
        bottom: 35.75367647%;
    }
    .kv_sp .wrap_kv_title {
        position: absolute;
        left: 0;
        right: 0;
/*        top: 0;*/
        bottom: 0;
        bottom: 25%;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        line-height: 1.7;
        font-weight: normal;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .kv_sp .wrap_kv_copy {
        /*position: absolute;
        left: 55px;
        bottom: 190px;*/
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-weight: normal;
        text-align: center;
        margin-bottom: 0.5em;
    }
    .kv_sp .kv_copy {
        font-size: 16px;
    }
    .kv_sp .kv_title {
        max-width: 310px;
        font-size: 20px;
        padding-bottom: 5px;
/*        border-bottom: 1px solid #fff;*/
    }
    .kv_sp .kv_date {
        font-size: 18px;
        font-size: calc(18vw / 375 * 100);
        border-top: 1px solid #fff;
    }
    .kv_sp .kv_date span.text_year_num {
        font-size: 18px;
        font-size: calc(18vw / 375 * 100);
    }
    .kv_sp .kv_date span.text_year {
        font-size: 16px;
        font-size: calc(16vw / 375 * 100);
    }
    .kv_sp .kv_date span.text_large {
        font-size: 24px;
        font-size: calc(24vw / 375 * 100);
    }
    .wrap_kv {
        position: relative;
    }
    .wrap_kv .wrap_language {
        background-color: #D6D0B1;
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Noto Serif JP', serif;
        padding: 10px 26px 12px 26px;
        border-radius: 46px 0 0 0;
    }
    .wrap_kv .wrap_language .language_title {
        color: #746100;
        font-size: 16px;
    }
    .wrap_kv .wrap_language ul {
        display: flex;
        color: #06063E;
        font-size: 18px;
        margin: 16px 0 0;
    }
    .wrap_kv .wrap_language ul li {
        height: 32px;
        line-height: 32px;
    }
    .wrap_kv .wrap_language ul li:not(:first-child) {
        content: '';
        display: block;
        border-left: 1px solid #746100;
        margin-left: 16px;
        padding-left: 16px;
    }

    .wrap_area_map {
        margin-top: 100px;
    }
    .wrap_area_map .inner {
        margin: 0;
    }
    .wrap_area_map .map_flexbox {
        display:flex;
        flex-direction: column;
    }
    .wrap_area_map .wrap_map_img {
        width: 100%;
    }
    .wrap_area_map .wrap_map_txt {
        width: 100%;
        text-align: left;
    }
    .wrap_area_map .wrap_map_txt .wrap_area {
        margin-top: 30px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_title {
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        line-height: 30px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_txt {
        margin-top: 20px;
        color: #06063E;
        font-size: 18px;
        line-height: 27px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_img {
        margin-top: 16px;
    }
    .wrap_area_map .wrap_map_txt .wrap_area .area_img img {
        width: 100%;
    }
    .wrap_area_map .kitchencar_flexbox {
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1em;
    }
    .wrap_area_map .kitchencar_flexbox .food_box {
        width: 47%;
    }
    .wrap_area_map .kitchencar_flexbox .food_box img {
        width: 100%;
    }
    .wrap_area_map .kitchencar_flexbox .food_box p {
        margin-top: 0.5em;
    }

    .wrap_plan {
        margin-top: 100px;
        padding-bottom: 20px;
    }
    .wrap_plan .inner {
        margin: 0;
    }
    .wrap_plan .plan_description {
        display:flex;
        justify-content: center;
    }
    .wrap_plan .plan_description dl {
        margin-top: 40px;
        word-break: break-word;
    }
    .wrap_plan .wrap_plan_img {
        margin-top: 40px;
        display:flex;
        flex-direction: column;
    }
    .wrap_plan .wrap_plan_img img {
        width: 100%;
    }
    .wrap_plan .wrap_plan_img img:not(:first-child) {
        margin-top: 20px;
    }

    .wrap_insta {
        background: url('../images/bg_gallery_sp.png') 0 0 repeat;
    }
    .wrap_insta .inner {
        background: url('../images/bg_gallery_inner_sp.png') top center no-repeat;
        padding-top: 70px;
    }
    .title_insta {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title_insta::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title02@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .txt_insta p {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        color: #06063E;
        font-size: 16px;
    }
    .intro_insta p {
        font-size: 14px;
        margin-top: 30px;
        text-align: left;
    }
    .banner_insta {
        margin-top: 30px;
    }

    .wrap_gallery {
        background: url('../images/bg_gallery_sp.png') 0 0 repeat;
    }
    .wrap_gallery .inner {
        background: url('../images/bg_gallery_inner_sp.png') top center no-repeat;
        padding-top: 70px;
        padding-bottom: 80px;
        margin: 0;
    }
    .title_gallery {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title_gallery::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title02@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .txt_gallery p {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        color: #06063E;
        font-size: 16px;
    }
    .lum-close-button {
        width: 36px;
        height: 36px;
        right: 8px;
        top: -48px;
    }
    .lum-close-button:after,
    .lum-close-button:before {
        background-color: #fff;
        content: " ";
        height: 36px;
        left: 18px;
        position: absolute;
        width: 2px;
    }
    .wrap_gallery_images {
        
    }
    .wrap_gallery_images ul {
        display: flex;
        justify-content: space-between;
        gap: 0 0;
    }
    .wrap_gallery_images ul li {
        width: 47%;
    }
    .wrap_gallery_images ul li:nth-child(n+3) {
        margin-top: 20px;
    }
    .wrap_gallery_images.shrink ul li:nth-child(n+5) {
        display: none;
    }
    .wrap_gallery_images ul li img {
        width: 100%;
        height: 28vw;
        object-fit: cover;
    }

    .wrap_gallery_more_btn a {
        border-radius: 50px;
        padding: 14px 65px 18px 50px;
        font-size: 15px;
        width: 85%;
    }

    .wrap_about {
        position: relative;
        z-index: 3;
        margin-bottom: -20px;
        padding: 105px 0 50px;
        padding: 0 0 50px;
        background: url('../images/bg01_sp@2x.png') top center repeat;
        background-size: 50%;
        color: #06063E;
        font-family: 'Noto Serif JP', serif;
    }
    .wrap_about:after {
        content: '';
        display: block;
        background: url('../images/about_sp_bottom@2x.png') top left no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: calc(100vw * 0.18666667);
        position: absolute;
        bottom: -20px;
    }
    .wrap_plan + .wrap_about {
        background-image: none;
    }
    .wrap_plan + .wrap_about:after {
        background-image: none;
    }
    .about_sp {
/*        margin: 0 6.4%;*/
/*        padding: 0 6.4%;*/
    }
    .about_sp:before {
        content: '';
        display: block;
        background: url('../images/about_sp_before@2x.png') top left no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: calc(100vw * 0.264);
    }
    .about_sp:after {
        content: '';
        display: block;
        background: url('../images/about_sp_after@2x.png') bottom right no-repeat;
        background-size: 100% 100%;
        width: 90.66666667%;
        height: calc(100vw * 0.264);
        position: relative;
        left: 44%;
    }
    .about_sp p {
        margin: 20px 6.4% 10px;
    }

    .wrap_about_movie {
        width: 92%;
/*        margin: 150px auto 0;*/
        margin: 62px auto 0;
        position: relative;
    }
    .wrap_plan + .wrap_about .wrap_about_movie {
        width: 100%;
    }
    .wrap_about_movie:before {
        content: '';
        display: block;
        background: url('../images/movie_sp_before@2x.png') top left no-repeat;
        background-size: 100% 100%;
        width: 473px;
        height: calc(100vw * 1.33066667);
        position: absolute;
        z-index: -1;
        left: 6.4%;
        top: calc(100vw * 0.45 * -1);
    }
    .wrap_about_movie:after {
        content: '';
        display: block;
        background: url('../images/movie_sp_after@2x.png') bottom right no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: calc(100vw * 0.88);
        position: absolute;
        z-index: 1;
        left: -35%;
        bottom: calc(100vw / 3 * -1);
    }

    .about_movie_title {
        font-size: 22px;
    }
    .about_movie {
        margin-top: 32px;
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .about_movie iframe {
        width: 100%;
        height: 100%;
    }

    .about_movie_text {
        margin-top: 20px;
        font-size: 16px;
        position: relative;
        z-index: 10;
    }
    .about_movie_text a {
        font-size: 14px;
    }

    .wrap_about .wrap_gallery {
        background-image: none;
    }
    .wrap_about .wrap_gallery .inner {
        background-image: none;
        margin: 0 6.4%;
        padding-bottom: 0;
    }
    .wrap_plan + .wrap_about .wrap_gallery .inner {
        margin: 0;
    }

    .wrap_close_message {
        font-size: 18px;
    }

    .wrap_outline {
        background: url('../images/bg02_sp@2x.jpg') top center no-repeat;
        background-size: 100% 100%;
        padding: 90px 0 80px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    .wrap_outline::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 100%;
        height: 70px;
        background: url('../images/bg03_sp@2x.png') top center repeat;
    }

    /*.title01 {
        display: block;
        margin: 0 auto 24px;
        position: relative;
    }
    .title01 img {
        width: 35.47400612%;
    }*/
    .title01 {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #FFFCD5;
        font-family: 'Noto Serif JP', serif;
        font-size: 32px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title01::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title01@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }

    .txt_outline01 p {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .wrap_datetime {
        margin-top: 32px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wrap_datetime picture {
        margin-top: 20px;
    }
    .wrap_instalive {
        margin-top: 80px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wrap_instalive .instalive_text {
        text-align: left;
    }
    .wrap_instalive .instalive_text .txt_outline03 {
        margin-top: 24px;
    }
    .wrap_instalive .instalive_text dl {
        margin: 32px 0;
    }
    .wrap_instalive .instalive_text .btn_orange {
        margin: 24px 2% 0;
        padding: 15px 10px;
    }
    .wrap_instalive .instalive_text .btn_orange::before,
    .wrap_instalive .instalive_text .btn_orange::after {
        content: "";
        width: 8px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 30px;
    }
    .wrap_instalive .instalive_text .btn_orange::before {
        top: calc(50% - 3px);
        transform: rotate(45deg);
    }
    .wrap_instalive .instalive_text .btn_orange::after {
        top: calc(50% + 2px);
        transform: rotate(-45deg);
    }
    .wrap_instalive .img_instalive {
        margin-top: 50px;
    }
    .wrap_datetime img {
        width: 92.96636086%;
    }
    .wrap_outline .wrap_datetime dl dd a::after {
        right: -20px;
        bottom: 1px;
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
    }
    .ontheday_text dl {
        margin-top: 56px;
    }
    .ontheday_text dl span.text_large {
        font-size: 24px;
    }
    .ontheday_img {
        display: block;
        margin: 38px -48px 0 -10px;
    }
    .wrap_reception {
        margin-top: 80px;
    }
    /*.title02 {
        display: block;
        margin: 0 auto 24px;
    }
    .title02 img {
        width: 94.80122324%;
    }*/
    .title02 {
        display: block;
        margin: 0 auto 40px;
        position: relative;
        color: #FFFCD5;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title02::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title01@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .txt_outline02 p {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .txt_outline02 p:nth-child(2) {
        font-size: 14px;
        margin-top: 1.2em;
    }

    .wrap_entry {
        background: url('../images/bg04_pc.jpg') top left repeat;
        padding: 100px 0;
    }
    .wrap_entry .txt_announcement {
        font-size: 20px;
    }

    /*.title03 img {
        width: 75.5351682%;
    }*/
    .title03 {
        display: block;
        margin: 0 -5% 40px;
        position: relative;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title03::after {
        content: '';
        display: block;
        width: 42px;
        height: 28px;
        background: url('../images/nami_title02@2x.png') top left no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }
    .title03_desc {
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        margin: -30px 0 20px;
    }
    .title03_desc02 {
        margin: 30px 0 20px;
        font-size: 22px;
    }
    .txt_entry01 {
        margin-top: 24px;
        text-align: left;
    }
    .txt_entry02 p+p {
        margin-top: 10px;
        color: #ff0000;
        font-size: 14px;
    }
    .wrap_entry nav {
        margin-top: 48px;
    }
    .wrap_entry nav ul li:not(:first-child) {
        margin-top: 80px;
    }
    .wrap_entry nav picture {
        display: block;
    }
    .wrap_entry nav ul li .nav_title {
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        margin-top: 12px;
    }
    .wrap_entry nav ul li .nav_title span.text_small {
        font-size: 18px;
    }
    


    .wrap_entry nav ul li p {
        font-size: 16px;
        margin: 24px auto 0;
    }
    .wrap_entry nav .btn {
        width: 216px;
        height: 48px;
        line-height: 48px;
    }
    .wrap_entry nav .btn::before,
    .wrap_entry nav .btn::after {
        content: "";
        width: 8px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        top: 23px;
    }
    .wrap_entry nav .btn::before {
        right: 33px;
        transform: rotate(45deg);
    }
    .wrap_entry nav .btn::after {
        right: 28px;
        transform: rotate(-45deg);
    }

    .wrap_entry .anchor {
        margin-top: -10px;
        padding-top: 10px;
    }
    .wrap_entry .attention_text {
        margin-top: 24px;
        font-size: 14px;
    }
    .wrap_entry_detail {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 80px;
    }
    .entry_detail_text .txt_entry {
        text-align: left;
        margin-top: 24px;
    }
    .wrap_entry dl {
        margin-top: 32px;
    }

    #anchor01 .entry_detail_text .title04 {
        background: url('../images/bg_title04_sp@2x.png') 0 0 no-repeat;
        background-size: 100%;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        padding: 15px 0 0;
        margin: 0 -5.93%;
    }
    #anchor01 .entry_detail_text .title04 .text_small {
        font-size: 14px;
    }

    #anchor01 .picture_title {
        margin: 40px 0 24px;
        font-size: 20px;
        font-weight: bold;
    }

    #anchor01 .btn {
        background-color: #18488D;
        width: 94.80122324%;
        height: 48px;
        line-height: 48px;
        margin: 24px auto 0;
    }
    #anchor01 .btn::before,
    #anchor01 .btn::after {
        content: "";
        width: 8px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 44px;
    }
    #anchor01 .btn::before {
        top: 20px;
        transform: rotate(45deg);
    }
    #anchor01 .btn::after {
        top: 25px;
        transform: rotate(-45deg);
    }
    #anchor01 .entry_detail_img {
        margin: 40px -104px 0 0;
    }




    #anchor01 .wrap_entry_flow {
        background-color: #fff;
        margin: 45px 0 0;
        padding: 20px;
        position: relative;
    }
    #anchor01 .wrap_entry_flow::before,
    #anchor01 .wrap_entry_flow::after {
        content: "";
        width: 48px;
        height: 48px;
        display: block;
    }
    #anchor01 .wrap_entry_flow::before{
        position: absolute;
        left: -5px;
        top: -5px;
        background: url('../images/corner01.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }
    #anchor01 .wrap_entry_flow::after{
        position: absolute;
        right: -5px;
        bottom: -5px;
        background: url('../images/corner02.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }




    #anchor01 .picture_content {
        margin-top: 40px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul {
        position: relative;
    }
    #anchor01 .wrap_entry_flow .picture_content ul::before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
/*        background-color: #000;*/
        background-color: #E3E3E3;
        position: absolute;
        left: 76px;
        top: 0;
        z-index: 1;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:not(:first-child) {
        margin-top: 25px;
    }
/*
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(2) {
        margin-top: 25px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(3) {
        margin-top: 25px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(4) {
        margin-top: 25px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(5) {
        margin-top: 25px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(6) {
        margin-top: 25px;
    }
*/
    #anchor01 .wrap_entry_flow .picture_content ul li .entry_step_img {
        position: relative;
        z-index: 2;
    }

    #anchor01 .wrap_entry_flow .picture_content ul li .entry_step_img img {
        width: 82px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .wrap_text_date {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(100% - 100px);
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(1) .wrap_text_date::after,
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(2) .wrap_text_date::after,
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(5) .wrap_text_date::after {
        content: "";
        border-style: solid;
        border-width: 16px 10px 0 10px;
        border-color: #A7A269 transparent transparent transparent;
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(1) .wrap_text_date::after {
        bottom: 0;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(2) .wrap_text_date::after {
        bottom: 15px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li:nth-child(5) .wrap_text_date::after {
        bottom: 0;
    }
    
    #anchor01 .wrap_entry_flow .picture_content ul li .text {
        color: #06063E;
        font-size: 14px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .date {
        width: 110px;
        height: 26px;
        line-height: 26px;
        background-color: #CB694B;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-top: 16px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .bg_gold_line {
        position: relative;
        z-index: 2;
        background-color: #fff;
        padding-top: 12px;
    }
    #anchor01 .wrap_entry_flow .picture_content ul li .bg_gold_line p {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(50% - 10px);
        font-size: 14px;
        font-weight: bold;
        color: #06063E;
    }

    #anchor02 .title {
        display: block;
        margin-right: -10px;
    }
    #anchor02 .pattern_title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 40px;
    }
    #anchor02 .pattern_title span {
        font-size: 16px;
        font-weight: normal;
    }
    #anchor02 .wrap_pattern ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 24px;
    }
    #anchor02 .wrap_pattern ul li {
        width: 50%;
    }
    #anchor02 .wrap_pattern ul li.pattern01 {
        width: 100%;
        margin-bottom: 20px;
    }
    #anchor02 .wrap_pattern ul li.pattern01 img {
        width: 38.84%;
    }
    #anchor02 .wrap_pattern ul li.pattern02 {
        text-align: left;
    }
    #anchor02 .wrap_pattern ul li.pattern02 img {
        width: 78.29%;
    }
    #anchor02 .wrap_pattern ul li.pattern03 {
        text-align: right;
    }
    #anchor02 .wrap_pattern ul li.pattern03 img {
        width: 78.29%;
    }
    #anchor02 .btn {
        width: 94.80122324%;
        padding: 20px 0 14px;
        margin-top: 18px;
    }
    #anchor02 .btn::before,
    #anchor02 .btn::after {
        content: "";
        width: 8px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 44px;
    }
    #anchor02 .btn::before {
      top: 40px;
      transform: rotate(45deg);
    }
    #anchor02 .btn::after {
      top: 45px;
      transform: rotate(-45deg);
    }
    #anchor02 .entry_detail_img {
        margin: 40px 0 0 0;
    }

    /*#anchor03 .title {
        display: block;
        margin: 0 -19px 0 -10px;
    }*/
    #anchor03 .wrap_entry_detail {
        margin-top: 90px;
        align-items: center;
    }
    #anchor03 .entry_detail_text .title05 {
        background: url('../images/bg_title05_sp@2x.png') 0 0 no-repeat;
        background-size: 100%;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        padding: 10px 0 10px;
        margin: 0 -5.93%;
    }
    /*#anchor03 .entry_detail_text .title05 > div {
        padding-top: 20px;
    }*/
    #anchor03 .entry_detail_text .title05 span.text_small {
        font-size: 14px;
    }
    #anchor03 .txt_entry {
        text-align: left;
    }
    #anchor03 .txt_entry span {
        color: #053BA2;
        font-weight: bold;
    }
    #anchor03 .txt_entry span.text_large {
        font-size: 24px;
    }
    #anchor03 .attention_text {
        margin-top: 30px;
        text-align: left;
    }
    #anchor03 .entry_detail_text dl {
        width: 270px;
        margin: 32px auto 0;
    }
    #anchor03 .entry_detail_img {
        display: block;
        margin: 40px 0 0 -42px;
    }

    .wrap_entry #anchor03 dl dd a::after {
        right: -16px;
        bottom: 1px;
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
    }

    #anchor03 .wrap_web_entry {
        background-color: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        padding: 48px 20px;
    }
    #anchor03 .wrap_web_entry::before,
    #anchor03 .wrap_web_entry::after {
        content: "";
        width: 48px;
        height: 48px;
        display: block;
    }
    #anchor03 .wrap_web_entry::before{
        position: absolute;
        left: -5px;
        top: -5px;
        background: url('../images/corner01.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }
    #anchor03 .wrap_web_entry::after{
        position: absolute;
        right: -5px;
        bottom: -5px;
        background: url('../images/corner02.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    #anchor03 .wrap_web_entry .web_entry01,
    #anchor03 .wrap_web_entry .web_entry02 {
        text-align: left;
    }
    #anchor03 .wrap_web_entry .web_entry02 {
        margin-top: 80px;
    }
    #anchor03 .wrap_web_entry .web_entry_title {
        font-size: 20px;
        text-align: center;
    }
    #anchor03 .wrap_web_entry .web_entry_title span {
        color: #CB694B;
        font-weight: bold;
    }
    #anchor03 .wrap_web_entry .web_entry_title + .txt_entry {
        margin-top: 32px;
    }
    #anchor03 .wrap_web_entry .txt_entry {
        font-size: 16px;
    }
    #anchor03 .wrap_web_entry .txt_entry .attention_text {
        color: #06063E;
        font-size: 14px;
        margin-top: 20px;
    }
    #anchor03 .wrap_same_day_sale {
        margin-top: 32px;
        display: flex;
        flex-direction: column-reverse;
    }
    #anchor03 .wrap_same_day_sale .same_day_sale_title {
        font-size: 20px;
    }
    #anchor03 .wrap_same_day_sale .same_day_sale_title span {
        color: #CB694B;
        font-weight: bold;
    }
    #anchor03 .wrap_same_day_sale .txt_entry {
        font-size: 16px;
        margin-top: 32px;
        text-align: left;
    }
    #anchor03 .wrap_same_day_sale .txt_entry .attention_text {
        color: #06063E;
        font-size: 14px;
        margin-top: 24px;
    }
    #anchor03 .same_day_sale {
        background-color: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        padding: 48px 20px;
    }
    #anchor03 .same_day_sale::before,
    #anchor03 .same_day_sale::after {
        content: "";
        width: 48px;
        height: 48px;
        display: block;
    }
    #anchor03 .same_day_sale::before{
        position: absolute;
        left: -5px;
        top: -5px;
        background: url('../images/corner01.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }
    #anchor03 .same_day_sale::after{
        position: absolute;
        right: -5px;
        bottom: -5px;
        background: url('../images/corner02.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }
    #anchor03 .same_day_sale_img {
        position: relative;
        left: -12%;
        top: 32px;
    }
    #anchor03 .same_day_sale_img img {
        max-width: 112%;
    }
    .web_entry01 dl {
        margin-top: 32px;
    }
    #anchor03 .btn {
        background-color: #18488D;
        width: 100%;
        height: 48px;
        line-height: 48px;
        margin: 40px auto 0;
    }
    #anchor03 .btn::before,
    #anchor03 .btn::after {
        content: "";
        width: 9px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 40px;
    }
    #anchor03 .btn::before {
        top: 20px;
        transform: rotate(45deg);
    }
    #anchor03 .btn::after {
        top: 26px;
        transform: rotate(-45deg);
    }
    #anchor03 .wrap_contact {
        background-color: #fff;
        width: 100%;
/*        margin: 60px auto 0;*/
        margin: 0 auto 0;
        padding: 20px;
        position: relative;
        z-index: 3;
    }
    #anchor03 .wrap_plan + .wrap_contact,
    #anchor03 .wrap_insta + .wrap_contact {
        margin-top: 80px;
    }


    #anchor04 .wrap_sponser {
        width: 100%;
        margin: 120px auto 0;
    }
    #anchor04 .wrap_sponser .title06 {
        background: url('../images/bg_title06_sp@2x.png') 0 0 no-repeat;
        background-size: 100%;
        color: #053BA2;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        margin: 0 -5.93%;
        height: 74px;
        line-height: 74px;
    }
    #anchor04 .wrap_sponser .sponser_content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 20px;
    }
    #anchor04 .wrap_sponser .sponser_content ul li {
        width: 44%;
        margin-top: 24px;
        padding: 0;
    }
    #anchor04 .wrap_visit_chiyoda {
        background: url('../images/bg_visit_chiyoda.png') right -20px bottom no-repeat #fff;
        background-size: 150% auto;
        width: 100%;
        margin: 80px auto 0;
        padding: 52px 20px;
    }
    #anchor04 .visit_chiyoda_logo img {
        max-width: 240px;
    }
    #anchor04 .visit_chiyoda_text {
        font-size: 14px;
        margin-top: 24px;
    }
    #anchor04 .visit_chiyoda_text a {
        color: #053BA2;
        text-decoration: underline;
    }
    #anchor04 .visit_chiyoda_text a:hover {
        text-decoration: none;
    }
    #anchor04 .visit_chiyoda_btn_title {
        font-size: 18px;
        font-weight: bold;
        margin-top: 32px;
    }
    #anchor04 .btn {
        background-color: #FDDF3A;
        color: #053BA2;
        width: 220px;
        height: 58px;
        line-height: 58px;
        margin: 15px auto 0;
        filter: unset;
    }
    #anchor04 .btn::before,
    #anchor04 .btn::after {
        content: "";
        width: 9px;
        height: 2px;
        display: inline-block;
        border-radius: 2px;
        background: #053BA2;
        position: absolute;
        right: 20px;
    }
    #anchor04 .btn::before {
        top: 24px;
        transform: rotate(45deg);
    }
    #anchor04 .btn::after {
        top: 30px;
        transform: rotate(-45deg);
    }
    .wrap_message {
        position: relative;
    }
    .wrap_message picture img {
        width: 100%;
        height: 137px;
        object-fit: cover;
    }
    .wrap_message .message_text {
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lum-lightbox-inner img {
        max-height: auto;
        max-width: 94%
    }
    .lum-gallery-button {
        width: 34px;
        height: 60px;
    }
    .lum-gallery-button:after {
        width: 25px;
        height: 25px;
    }
    .lum-previous-button {
        left: -2px;
    }
    .lum-next-button {
        right: -2px;
    }
}

@media screen and (max-width:330px) {
    .show_pc { display: none; }
    .show_sp { display: inline-block; }
    .show_sp_xs { display: inline-block; }

    .kv_sp .wrap_kv_title {
        top: 41%;
    }
    .kv_sp .kv_date {
        font-size: 17px;
    }
    .kv_sp .kv_date span.text_year_num {
        font-size: 17px;
    }
    .kv_sp .kv_date span.text_year {
        font-size: 15px;
    }
    .kv_sp .kv_date span.text_large {
        font-size: 23px;
    }

    .wrap_kv .wrap_language ul {
        font-size: 16px;
    }

    .wrap_about {
        font-size: 14px;
    }

    #anchor01 .entry_detail_text .title04 {
        font-size: 19px;
    }
    #anchor03 .entry_detail_text .title05 {
        font-size: 20px;
    }
    .wrap_entry .txt_announcement {
        font-size: 18px;
    }
}

.tab_wrap {
    width: 100%;
    margin: 40px auto;
}
input[type="radio"] {
    display:none;
}
.tab_area {
    font-size: 0;
    margin: 0;
}
.tab_area label {
    display: inline-block;
    background-color: #113466;
    filter: drop-shadow(0px 3px 0px #4c5776);
    color: #fff;
    text-align: center;
    border-radius: 1000px;
    margin: 0 20px;
    position: relative;

    width: 216px;
    height: 45px;
    line-height: 45px;

    font-size: 20px;
    font-weight: normal;
    transition: .3s;
}

.panel_area {
/*    background:#fff;*/
}
.tab_panel {
    width:100%;
    padding:40px 0 0;
    display:none;
}
.tab_panel p{
    font-size:14px;
    letter-spacing:1px;
    text-align:center;
}
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label {
   font-size: 22px;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3 {
   display: block;
}

@media screen and (min-width:781px) {
    .tab_area label:hover {
        opacity:0.5;
    }
}

@media screen and (max-width:780px) {
    .tab_area label {
        width: 44%;
        margin: 0 3%;
        font-size: 18px;
    }
    #tab1:checked ~ .tab_area .tab1_label,
    #tab2:checked ~ .tab_area .tab2_label,
    #tab3:checked ~ .tab_area .tab3_label {
       font-size: 20px;
    }
}

@media screen and (max-width:330px) {
}