@charset "UTF-8";
/* CSS Document */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    text-align: justify;
}
#header {
    width: 100%;
}
.logo {
    text-align: center;
}
.logo p {
    display: none;
}
.logo img {
    width: 80%;
    margin: 7% auto 3%;
}
.logo_dishes {
    text-align: center;
}
.logo_dishes img {
    width: 35%;
    margin: 7% auto 3%;
}
.logo_meals {
    text-align: center;
}
.logo_meals img {
    width: 25%;
    margin: 7% auto 4%;
}
.logo_lab {
    text-align: center;
}
.logo_lab img {
    width: 45%;
    margin: 7% auto 4%;
}
#slide1 img {
    display: block;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/4;
    object-position: center center;
}
#slide2, #slide3 {
    display: none;
}
#slide_shop img {
    display: block;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/4;
    object-position: center center;
}
#about {
    margin: 0 auto;
    padding: 40px 25px;
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
}
h3 {
    font-size: 28px;
    font-family: "Francois One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    line-height: 1.2;
}
h4 {
    font-size: 20px;
    font-family: "Francois One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    width: 100%;
}
.about_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_flex {
    width: 100%;
    margin: 0 auto;
}
#about .floor {
    position: relative;
    margin: 40px auto 30px;
    max-width: 500px;
}
#about .floor .floor_base {
    width: 100%;
    top: 0;
    left: 0;
}
.floor3 {
    position: absolute;
    top: 12%;
    left: 60%;
    width: 38%;
}
.floor2 {
    position: absolute;
    top: 38%;
    left: 65%;
    width: 26%;
}
.floor1 {
    position: absolute;
    top: 71%;
    left: 62%;
    width: 33%;
}
#shop {}
.shop_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop_detail {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 25px;
    border-top: solid 1px #000000;
}
.shop_detail .d_logo {
    text-align: center;
}
.shop_detail .d_logo img {
    width: 60%;
    margin-bottom: 10px;
}
.shop_detail .d_photo img {
    width: 100%;
}
.more {
    font-family: "Francois One", serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-top: 10px;
}
.more a {
    display: flex;
    width: max-content;
    margin: 0 0 0 auto;
}
.more a:after {
    content: '';
    display: block;
    width: 28px;
    height: 24px;
    margin: auto;
    background: url(../new_image/btn-next3.svg) no-repeat;
}
#access {
    background-color: #FAF7F2;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
}
#access .add {
    box-sizing: border-box;
    padding: 25px;
}
#s_access .s_add {
    margin-bottom: 20px;
}
#s_access {
    background-color: #FAF7F2;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
#s_access .s_acc_wrap {
    max-width: 1055px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
#s_access .acc_info {
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.s_add {
    width: 100%;
}
#s_access .acc_info dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#s_access .acc_info dl dt {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    width: 22%;
    padding: 15px 0;
    border-bottom: 1px solid #888;
}
#s_access .acc_info dl dd {
    text-align: left;
    width: 75%;
    padding: 15px 0 15px 3%;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
}
.yoyaku_txt {
    margin-top: 30px;
}
.yoyaku_txt h5 {
    margin-bottom: 5px;
}
.yoyaku_txt p {
    font-size: 90%;
    line-height: 1.6;
}
#map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    position: relative;
}
#s_map {
    width: 100%;
    height: 400px;
    position: relative;
}
#s_map iframe, #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(90%) contrast(125%) grayscale(80%) sepia(7%);
}
.map_over {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.map_over img {
    width: 100px;
    margin: auto;
    display: block;
}
.map_over p {
    width: auto;
    margin: auto;
    font-size: 14px;
    background: #FFF;
    padding: 16px;
    border: solid 2px;
    border-radius: 16px;
    margin: 0 auto 16px;
    line-height: 1.4;
}
.map_over p:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #FFF;
    position: absolute;
    display: block;
    border: solid 2px currentColor;
    left: 45%;
    bottom: 7px;
    transform: rotate(45deg);
    z-index: 0;
}
.map_over p:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #FFF;
    position: absolute;
    display: block;
    border: solid 1px #FFF;
    left: 45%;
    bottom: 10px;
    transform: rotate(45deg);
    z-index: 2;
}
#footer {
    padding: 40px 0 40px;
    background-color: #333;
    color: #FFF;
}
#footer h5 {
    color: #FFF;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
}
#f_top {
    margin: auto;
    text-align: center;
}
#f_top img {
    width: 80%;
    margin: auto;
    max-width: 500px;
}
#f_under {
    display: none;
}
#news {
    padding: 20px 25px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
#news2 {
    border-top: solid 1px #000;
    margin: 24px;
    border-bottom: solid 1px #000;
    padding: 24px;
    text-align: center;
}
#news2 p {
    text-align: center;
}

.swiper-button-prev, .swiper-button-next {
    background-size: 45% 45%;
    background-position: center center;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
    background-image: url('/m_a_d/new_image/img_arrow_black_01.png');
    background-repeat: no-repeat;
    position: absolute !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
    background-image: url('/m_a_d/new_image/img_arrow_black_02.png');
    background-repeat: no-repeat;
    position: absolute !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}
#blog {
    width: 92%;
    padding: 0;
    box-sizing: border-box;
}
.blog_box {}
.blog_pict img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.blog_title {
    font-size: 13px;
    margin: 0 0 20px 0;
    text-align: center;
}
.news_box {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.titlebloc h4 {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    line-height: 1.4;
}
.blogcontent p img {
    margin: 50px auto;
    width: 100%;
    height: auto;
}
.fancybox-content {
    padding: 40px 25px !important;
}
.news_box img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.news_cont {
    width: 100%;
    margin-bottom: 20px;
}
.news_cont p {
    text-align: center;
    font-size: 13px;
}
button.fancybox-button.fancybox-close-small {
    position: fixed;
    top: 1%;
    right: 1%;
    background: #FFF;
}
#lesson {
    margin: 0 auto;
    padding: 40px 25px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1080px;
}
#lesson h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
#lesson .read {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}
#lesson .read_box {
    width: 100%;
    margin-bottom: 20px;
}
#lesson .read_img {
    width: 100%;
}
#lesson .read_img img {
    width: 100%;
    height: auto;
}
#lesson .left {
    width: 100%;
}
#lesson .left dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
#lesson .left dl dt {
    width: 100%;
    padding: 5px 0;
    background-color: #EEEEEE;
}
#lesson .left dl dd {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
}
#original {
    margin: 0 auto;
    padding: 40px 25px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1080px;
}
#original .item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#original .item {
    width: 49%;
}
.item img {
    width: 100%;
    height: auto;
}
.item_name p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
#original.more-list {
    margin: 0 0 30px;
    max-width: 500px;
}
.more-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    padding-inline-start: 0;
}
.more-list li {
    width: 49%;
    list-style: none;
    margin: 0 0.5% 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}
.more-list li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.more-list li:nth-child(2n-1) {}
#original .more-btn {
    background-color: #333;
    color: #fff;
    padding: 10px;
    margin: 20px auto;
    width: 100px;
    text-align: center;
}
.more-btn:hover {
    cursor: pointer;
}
#mealsmenu, #meals_des, #meals_dri {
    margin: 0 auto;
    padding: 50px 25px;
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
}
.meal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.midashi {
    margin-bottom: 40px;
}
.midashi h3 {
    margin-bottom: 0;
}
.midashi p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.4;
}
.month_box {
    margin: 50px 0;
}
.month_box h3 {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    border: 1px solid;
    padding: 10px;
    width: fit-content;
    margin: 0 auto 20px
}
.month_box p {}
.meal_box img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.meal_left {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.meal_ttl h4 {
    font-size: 20px;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 50%;
}
.meal_ttl p {
    font-size: 16px;
    text-align: right;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 50%;
}
.meal_ttl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: baseline;
    border-bottom: 1px solid;
    justify-content: space-between;
    padding-bottom: 5px;
    width: 100%;
}
.meal_right {
    width: 100%;
}
.menu_more_box, .menu_more_box2 {
    display: none;
    background-color: #FAF7F2;
    padding: 8%;
    line-height: 2;
}
.meal_text p {
    font-size: 13px;
}
.meal_list {
    margin: 20px 0;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.menu_ttl {
    display: none;
}
.menu_more h5, .menu_more2 h5 {
    border: 1px solid;
    padding: 10px;
    font-size: 16px;
}
.menu_more span.kaiten {
    display: inline-block;
    transition: 0.3s;
}
.menu_more.open span.kaiten {
    transform: rotate(45deg);
}
.des_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dessert_box {
    width: 47%;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}
.dessert_box100 {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}
.dessert_box img {
    width: 80%;
    min-width: 140px;
    height: auto;
}
.dessert_box100 img {
    width: 45%;
    margin: auto;
    height: auto;
    display: block;
}
.name {
    margin-bottom: 5px;
    font-size: 13px;
}
.en_name {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 5px;
    color: #AAAAAA;
}
.price {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.notice {
    font-size: 85%;
    margin-top: 5px;
}
.drink_box_list {
    margin-top: 40px;
    width: 47%;
    text-align: center;
    line-height: 1.4;
}
.drink_box_list h4 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 10px;
}
.alc_box {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted;
    margin-top: 30px;
    width: 100%;
    ustify-content: space-between;
}
#night, #lab_night {
    margin: 0 auto;
    padding: 50px 25px;
    width: 100%;
    box-sizing: border-box;
    background-color: #424e60;
    color: #FFFFFF;
}
.nightflex {
    width: 100%;
    margin: auto;
    max-width: 1030px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nightflex img {
    width: 100%;
    margin-bottom: 10px;
}
.night_txt {
    width: 100%;
}
.night_txt h5 {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
}
#insta {
    margin: 0 auto;
    padding: 40px 25px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1080px;
}
#insta .load_dishes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#insta .load_meals {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#insta li.insta_box {
    width: 49%;
    list-style: none;
}
#insta .insta_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}
.to_insta {
    text-align: center;
}
.to_insta img {
    width: 30px;
    margin-top: 30px;
}
#recruit {
    margin: 0 auto;
    padding: 40px 25px;
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
}
#rec_more {
    text-align: center;
    width: 30%;
    margin: 30px auto;
    letter-spacing: 0.1em;
    border: solid 1px #444;
    background-color: #FFF;
    padding: 10px 25px;
    display: block;
}
#rec_more_box {
    display: none;
    margin-top: 30px;
}
#rec_more_box .rec_box {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}
.rec_read {
    width: 100%;
}
.rec_read p {
    margin-bottom: 20px;
}
.rec_gaiyo {
    width: 100%;
    font-size: 13px;
}
.youshi {
    text-align: center;
    margin: 30px 0 0 0;
}
a.btn {
    font-size: 14px;
    letter-spacing: 0.1em;
    border: solid 1px #444;
    background-color: #FFF;
    padding: 10px 25px;
    display: inline-block;
    transition: 0.5s;
}
#class, #guide, #cansel, #class_dtl, #teacher, #summary, #oder_area {
    margin: 0 auto;
    padding: 40px 25px;
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
}
.class_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.class_box {
    width: 48%;
    margin-bottom: 30px;
}
.class_box h6 {
    font-size: 13px;
}
.class_box h5 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}
.class_box img {
    width: 100%;
    object-fit: cover;
}
.guide_box {}
.guide_cont {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.guide_ttl {
    width: 100%;
    border: 1px solid;
    box-sizing: border-box;
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}
.guide_ttl h5 {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.guide_txt {
    width: 100%;
}
#class_dtl h5 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    width: 100%;
    margin: 0 0 8px;
}
#class_dtl h6 {
    font-size: 14px;
    width: 100%;
}
.dtl_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail_text {
    margin: 25px 0;
    width: 100%;
}
hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #888;
    margin: 0px;
}
.detail_photo {
    width: 100%;
    margin: 24px auto;
}
.detail_photo img {
    width: 100%;
}
.main_photo img {
    width: 100%;
}
.teacher_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.teacher_photo {
    width: 100%;
    text-align: center;
}
.teacher_photo img {
    width: 75%;
    max-width: 350px;
}
.teacher_text {
    width: 100%;
    margin: 16px auto;
}
p.t_title {
    font-size: 13px;
}
p.t_name {
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #888;
    padding: 0 0 8px;
}
p.t_text {
    font-size: 13px;
    line-height: 26px;
    padding: 15px 0;
}
.sm_table {
    width: 100%;
}
.sm_table dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.sm_table dl dt {
    width: 100%;
    padding: 5px 0;
    background-color: #EEEEEE;
}
.sm_table dl dd {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
}
.btn_area {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
}
.btn_area input {
    width: 100%;
}
.select_box {
    width: 100%;
    border: solid 1px #666;
    height: 28px;
    max-width: 500px;
    margin: 0 auto 8px;
    border-radius: 3px;
}
.select_box select {
    background: none;
    border: none;
    font-size: 13px;
    height: 100%;
    width: 100%;
    padding: 4px 0px 4px 4px;
}
.btn_area input[type="submit"] {
    display: inline-block;
    background: none;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #FF8C67;
    border: solid 2px #FF8C67;
    border-radius: 3px;
    transition: .4s;
    font-size: 13px;
    line-height: 200%;
}
#oder_area p {
    text-align: center;
}
.francois {
    font-size: 16px;
    font-family: "Francois One", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1.2;
}
.border {
    border-top: solid 1px #000000;
}
.border_wh {
    border-top: solid 1px #FFFFFF;
}
.big {
    font-size: 150%;
}
.mini {
    font-size: 85%;
    line-height: 1.6;
}
.center {
    text-align: left;
}
.mgb0 {
    margin-bottom: 0px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb30 {
    margin-bottom: 30px;
}
/* tablet  */
@media only screen and (min-width: 768px) {
    .logo img {
        width: 50%;
        max-width: 500px;
        margin: 40px auto 30px;
    }
    .logo_dishes img {
        width: 25%;
        max-width: 200px;
        margin: 40px auto 30px;
    }
    .logo_meals img {
        width: 20%;
        max-width: 160px;
        margin: 40px auto 30px;
    }
    .logo_lab img {
        width: 30%;
        max-width: 240px;
        margin: 50px auto 40px;
    }
    #slide1 img {
        display: block;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
        object-position: bottom center;
        margin: 0 auto;
    }
    #slide_shop img {
        display: block;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 3/4;
        object-position: bottom center;
        margin: 0 auto;
    }
    #about p {
        text-align: center;
    }
    #about .floor {
        margin: 0 auto;
    }
    .about_box {
        margin: 30px auto;
        max-width: 1080px;
    }
    .about_flex {
        width: 45%;
        margin: auto;
    }
    .blog_box {}
    .titlebloc h4 {
        font-size: 18px;
    }
    div.blogcontent {
        max-width: 650px;
        margin: auto;
    }
    #shop {
        border-top: solid 1px #000000;
    }
    .shop_box {
        max-width: 1080px;
        margin: 50px auto;
        padding: 0 50px;
    }
    .shop_detail {
        box-sizing: border-box;
        width: 30%;
        padding: 0;
        border: none;
    }
    .shop_detail .d_logo img {
        width: 80%;
        margin-bottom: 10px;
    }
    .news_cont {
        width: 49%;
        margin-bottom: 20px;
    }
    #original .item {
        width: 24%;
    }
    .more-list li {
        width: 24%;
        list-style: none;
        margin: 0 0.5% 10px;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
    }
    .month_box {
        margin: 30px 0;
    }
    .meal_left {
        width: 47%;
    }
    .meal_right {
        width: 47%;
        margin-top: 20px;
    }
    .meal_text p {
        font-size: 14px;
    }
    .menu_more, .menu_more2 {
        display: none;
    }
    .menu_more_box, .menu_more_box2 {
        display: block;
        padding: 0;
    }
    .meal_list {
        margin: 40px 0;
        background-color: #FAF7F2;
        padding: 20px 30px 35px;
    }
    .menu_ttl {
        display: block;
    }
    .menu_ttl h5 {
        font-size: 16px;
        margin: 10px 0 20px 0
    }
    .dessert_box {
        width: 23%;
    }
    .des_flex::before {
        content: "";
        display: block;
        width: 23%;
        order: 1;
    }
    .des_flex::after {
        content: "";
        display: block;
        width: 23%;
    }
    .dessert_box100 {
        width: 23%;
    }
    .dessert_box100 img {
        width: 80%;
    }
    .drink_box_list {
        margin: 40px 0;
        width: 23%;
    }
    .nightflex img {
        width: 49%;
        margin-bottom: 30px;
    }
    #night .night_txt h5 {
        text-align: center;
    }
    #night .night_txt p {
        text-align: center;
    }
    #lab_night .night_txt h5 {
        text-align: center;
    }
    #lab_night .night_txt p {
        text-align: center;
    }
    #lesson .read_box {
        width: 55%;
        margin-bottom: 0px;
    }
    #lesson .read_img {
        width: 40%;
    }
    #lesson .left dl {
        margin-bottom: 30px;
    }
    #lesson .left dl dt {
        width: 17%;
        background-color: #FFF;
        padding: 15px 0;
        border-bottom: 1px solid #AAA;
    }
    #lesson .left dl dd {
        text-align: left;
        width: 80%;
        padding: 15px 0 15px 3%;
        font-size: 14px;
        border-bottom: 1px solid #DDD;
    }
    #insta li.insta_box {
        width: 24%;
    }
    #recruit .rec_read {
        width: 40%;
    }
    #recruit .rec_gaiyo {
        width: 54%;
        border-left: 1px solid #CCC;
        padding-left: 3%;
    }
    #rec_more {
        width: 20%;
    }
    .class_flex::before {
        content: "";
        display: block;
        width: 31%;
        order: 1;
    }
    .class_flex::after {
        content: "";
        display: block;
        width: 31%;
    }
    .class_box {
        width: 31%;
        margin-bottom: 30px;
    }
    .guide_cont {
        padding: 4%;
        background-color: #FAF7F2;
        margin-bottom: 40px;
    }
    .guide_ttl {
        text-align: left;
        width: 30%;
        border: none;
        padding: 0;
    }
    .guide_txt {
        width: 65%;
    }
    #access .add {
        width: 100%;
        margin: auto;
        max-width: 1080px;
        padding: 20px 50px;
    }
    #s_access .s_acc_wrap {
        max-width: 1030px;
        margin-bottom: 40px;
    }
    #s_map {
        width: 45%;
        height: auto;
        min-height: 400px;
    }
    #s_access .acc_info {
        box-sizing: border-box;
        padding: 0 25px 0 25px;
        width: 55%;
    }
    #footer h5 {
        margin-bottom: 40px;
    }
    #f_top {
        border-bottom: solid 1px #666;
    }
    #f_under {
        display: flex;
        width: 100%;
        max-width: 1080px;
        margin: 40px auto 0;
    }
    #f_under .company_box {
        margin-left: 10%;
        padding: 0px;
        width: 20%;
    }
    #f_under .online_box {
        margin-right: 6%;
    }
    #f_under li {
        color: #FFF;
        font-size: 12px;
        letter-spacing: 0.1em;
        margin: 0 0 8px 0;
        line-height: 1.3;
    }
    #f_under li.h6 {
        color: #FFF;
        font-size: 15px;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
    ul.shops_box {
        width: 15%;
    }
    ul.shops_box2 {
        width: 11%;
    }
    ul.shops_box3 {
        width: 23%;
    }
    .center {
        text-align: center;
    }
    .detail_text {
        width: 50%;
    }
    .detail_photo {
        width: 45%;
        margin: 25px 0;
    }
    .teacher_photo {
        width: 50%;
    }
    .teacher_text {
        width: 50%;
    }
    .sm_table dl {
        margin-bottom: 30px;
    }
    .sm_table dl dt {
        width: 17%;
        background-color: #FFF;
        padding: 15px 0;
        border-bottom: 1px solid #AAA;
    }
    .sm_table dl dd {
        text-align: left;
        width: 80%;
        padding: 15px 0 15px 3%;
        font-size: 14px;
        border-bottom: 1px solid #DDD;
    }
}
@media only screen and (min-width: 1080px) {
    #header {
        width: 100%;
        height: 70vw;
        max-height: 100vh;
        position: relative;
        overflow: hidden;
        display: block;
    }
    #header_lab {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: block;
    }
    .logo {
        width: auto;
        position: absolute;
        width: 500px;
        bottom: 5%;
        left: 5%;
        z-index: 10;
    }
    .logo p {
        width: 75%;
        font-size: 11px;
        line-height: 2;
        margin: 0 0 32px 0;
        text-align: justify;
        display: block;
    }
    .logo img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    #slide1 {
        width: 50%;
        /* margin: 5% 12% 0 auto; */
        height: 100%;
        position: absolute;
        width: 50%;
        /*aspect-ratio: 3/4;*/
        top: 0;
        left: 38%;
    }
    #slide1 img, #slide2 img, #slide3 img {
        display: block;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 3/4;
        object-position: bottom center;
        margin: 0;
        max-height: 100%;
        height: 100%;
    }
    #slide2, #slide3 {
        position: absolute;
        aspect-ratio: 3/4;
        filter: grayscale(90%) contrast(150%);
        display: block;
    }
    #slide2 {
        width: 19%;
        left: 18%;
        top: 17%;
    }
    #slide3 {
        width: 25%;
        right: -14%;
        bottom: 3%;
        z-index: 10;
    }
    #slide_shop img {
        display: block;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 3/4;
        object-position: bottom center;
    }
    #about {
        margin: 60px auto;
    }
}
/*カートページ用*/
.error.narrow {
    color: #9c0404;
    font-weight: 600;
}
#cart {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    padding: 15px;
    box-sizing: border-box;
}
#cart h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
}
.cart_head {
    display: none;
}
.cart_block {
    padding-bottom: 2px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cart_table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.cart_table_kouza {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.cart_ttl {
    width: 30%;
    background-color: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
}
.cart_ttl p {
    text-align: center;
}
.cart_naka {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}
.menber_block {
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
}
.menber_table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.menber_ttl {
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
}
.menber_ttl p {
    text-align: center;
}
.menber_naka {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.total_block {
    margin-bottom: 20px;
}
.total_table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.total_ttl {
    width: 30%;
    background-color: #666;
    padding: 15px;
    box-sizing: border-box;
}
.total_ttl p {
    text-align: center;
    color: #fff;
}
.total_naka {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}
.right_txt {
    text-align: right;
}
.kingaku {
    font-size: 20px;
    font-weight: 700;
}
.kesu, a.kesu {
    font-size: 10px;
    border: 1px solid #333;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
}
.kesu:hover, a.kesu:hover {}
.cart_button {
    margin: 10px auto;
    padding: 0 10px;
    max-width: 365px;
    box-sizing: border-box;
    width: 100%;
}
.cart_button input {
    color: #FFF;
    background: #333;
    display: block;
    text-decoration: none;
    padding: 13px 10px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.cart_button2 {
    text-align: center;
    font-weight: 600;
}
.cart_button2 input {
    background: none;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    width: 100%;
    font-weight: 600;
}
.border {
    border-top: solid 1px #000000;
    margin: 50px auto;
}
/* tablet  */
@media only screen and (min-width: 768px) {
    .cart_head {
        width: 100%;
        display: table;
    }
    .cart_head th {
        text-align: center;
        background-color: #f7f7f7;
        padding: 10px;
        box-sizing: border-box;
        border-right: 1px solid #e3e3e3;
    }
    th.noborder {
        border: none;
    }
    .cart_table {
        width: 15%;
    }
    .cart_table_kouza {
        width: 40%;
    }
    .cart_table_h {
        width: 15%;
    }
    .cart_table_kouza_h {
        width: 40%;
    }
    .cart_ttl {
        display: none;
    }
    .cart_naka {
        width: 100%;
    }
    .menber_ttl {
        width: 30%;
    }
    .menber_naka {
        width: 70%;
    }
    .center {
        text-align: center;
    }
}
/*カートページ終わり*/
/*緊急ポップアップ*/
div#kinkyu {
    height: auto;
    background: rgba(214, 211, 201, 0.98);
    z-index: 99;
    box-shadow: 1px 1px 1px rgba(68, 68, 68, 0.7);
    text-align: center;
    padding: 20px;
    font-size: 13px;
    transition: 0.5s;
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 600px;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0, 0.99);
    width: 84%;
    padding: 10px;
    position: absolute;
    transform: translateY(0%) translateX(-50%);
    top: -150%;
    box-sizing: border-box;
}
div#kinkyu.open {
    top: 10%;
    transition: 0.3s;
}
div#line {
    padding: 4%;
    border: solid 2px rgb(0, 0, 0);
}
#kinkyu ul li {
    display: block;
    flex-wrap: wrap;
    margin: 10px;
    border-bottom: 1px solid #444;
    padding: 0 0 7px 0;
    line-height: 150%;
}
#kinkyu ul li div {
    width: 100% !important;
}
#kinkyu h1 {
    font-size: 16px;
    margin: 13px 0 13px;
}
#kinkyu p {
    font-size: 13px;
    line-height: 150%;
}
#kinkyu .le {
    width: 25%;
    text-align: left;
    font-weight: 600;
}
#kinkyu .rig {
    width: 75%;
    text-align: left;
}
.rig br {
    display: none;
}
a#kinclose {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: solid 1px #000;
    width: 2em;
    height: 2em;
    line-height: 2em;
    /* border-radius: 50%; */
    color: #FFF;
    background: #000;
    font-weight: 600;
    transition: 0.3s;
    font-size: 18px;
    border: solid 1px #000;
}
#kinclose .material-icons {
    font-size: 2em !important;
    line-height: 100%;
    letter-spacing: 1em;
    display: block;
    /* padding: 2px; */
    transition: 0.5s;
}
a#kinclose:hover {
    /*background: rgba(214, 211, 201, 0.98);
    color: #000;
    border: 4px #000 solid;
    top: -2px;
    right: -2px;*/
}
#kinclose .material-icons:hover {
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
}
@media screen and (min-width: 768px) {
    div#kinkyu {
        width: 80%;
        height: auto;
        background: rgba(214, 211, 201, 0.98);
        z-index: 99;
        /* border-radius: 10px; */
        box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.7);
        text-align: center;
        padding: 20px;
        font-size: 13px;
        transition: 0.5s;
        position: fixed;
        top: -100%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        max-width: 600px;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0, 0.99);
    }
    div#kinkyu.open {
        top: 50%;
        transition: 0.3s;
    }
    div#line {
        padding: 5%;
        border: solid 3px rgb(0, 0, 0);
    }
    #kinkyu p {
        font-size: 14px;
        line-height: 150%;
    }
    #kinkyu h1 {
        font-size: 18px;
        margin: 0 0 13px;
        font-weight: 600;
    }
    #kinkyu ul li {
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        border-bottom: 1px solid #444;
        padding: 0 0 7px 0;
        line-height: 150%;
    }
    #kinkyu .le {
        width: 25%;
        text-align: left;
    }
    #kinkyu .rig {
        width: 75%;
        text-align: left;
    }
    .rig br {
        display: inline;
    }
}
/*緊急＿エンド*/
/*カート追加*/
.payment_input label {
    display: none;
}
.payment_input p {
    display: inline;
}
.payment_block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 42px 0;
}
.payment_input {
    width: 30%;
}
p.remarks {
    width: calc(68% - 1px);
    padding: 0 0 0 2%;
    border-left: solid 1px #CCC;
}
.cart_detail_dl dt {
    width: 130px;
    font-size: 13px;
    padding: 8px;
    border-bottom: solid 1px #CCC;
}
.cart_detail_dl dd {
    width: calc(100% - 130px - 32px);
    c: 200px;
    font-size: 13px;
    padding: 8px;
    border-bottom: solid 1px #CCC;
}
.cart_detail_dl dl {
    display: flex;
    flex-wrap: wrap;
}
h4.cart_txt {
    margin: 40px 0 0 0;
}
aside.note {
    margin: 40px 0 40px 0;
    line-height: 1.5;
    font-size: 13px;
    border: solid 1px #BBB;
    padding: 12px;
}
.menber_naka input {
    width: 100%;
    border: none;
    border-bottom: solid;
    padding: 4px;
    font-size: 15px;
}
.menber_naka input#user_address1, .menber_naka input#user_address2 {
    width: 47%;
}
input#radio_sex_male, input#radio_sex_female {
    width: auto;
}
input#radio_sex_female {
    margin: 0 0 0 24px;
}
select#user_area {
    width: 100%;
}
input.w50 {
    width: 20%;
}
input.sarch {
    width: auto;
    border: solid 1px #CCC;
    border-radius: 5px;
}
input#user_zip_code {
    width: 25%;
}
ul.flow {
    display: flex;
}

ul.flow li {
    width: 25%;
    text-align: center;
    border: solid 1px;
}
ul.flow li.active {
    background: #a58975;
    color: #FFF;
    border: solid 1px #a58975 !important;
}
.pconly {
    margin: 0 0 40px 0;
}