* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Serif JP", "Crimson Text", "游明朝", "Yu Mincho",
        "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
}

body {
    background-repeat: repeat;
    position: relative;
    font-size: 1.4rem;
    color: #313131;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

body p {
    font-size: 1.4rem;
    color: #313131;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container02 {
    max-width: 1200px;
    margin: 0 auto;
}

.container_800 {
    max-width: 800px;
    margin: 0 auto;
}

.container_header {
    padding: 0 50px;
    margin: 0 auto;
}

.row {
    /* max-width: 1200px; */
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.hero_header {
    width: 100%;
    /* height: 100vh; */
    height: 52.8vw;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.primary_header {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
}

.header_border {
    border-bottom: solid 1px #e8e4db;
    background: #fff;
}

.header_inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.header_logo_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_logo_link:hover {
    opacity: 0.6;
}

@media screen and (min-width: 768px) {
    .header-logo-sub {
        width: 14vw;
        max-width: 170px;
        margin-right: 20px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .header-logo-sub {
        width: 150px;
        height: auto !important;
    }
}

.gnav {
    margin-right: 50px;
}

.gnav_wrap {
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gnav_item:not(:last-child) {
    margin-right: 1.5vw;
}

.gmenu {
    text-decoration: none;
    color: #313131;
    font-size: 1.1vw;
    font-weight: 500;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.gmenu:hover {
    opacity: 0.6;
}

#main {
    width: 100%;
    /* height: calc(100vh - 80px); */
    height: 48vw;
}

.main {
    width: 100%;
    /* height: calc(100vh - 80px); */
    height: 48vw;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
}

#main-slider {
    width: 100%;
    /* height: calc(100vh - 80px); */
    height: 48vw;
    overflow: hidden;
    position: relative;
}

.slider {
    width: 100%;
    /* height: calc(100vh - 80px); */
    height: 48vw;
    position: absolute;
    top: 0;
    left: 0;
}

.slider img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heading1_top {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.heading1_top img {
    max-width: 100%;
    height: auto;
    width: 400px;
}

.main_logo {
    display: none;
}

.google_translate {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    .google_translate {
        position: absolute;
        top: 20px;
        left: 20px;
        right: auto;
        z-index: 9999;
    }
}

.padding_sec_tb {
    padding: 100px 0;
}

.padding_sec_t {
    padding-top: 100px;
}

.bg_blur {
    background-image: url(../img/bg_ptn1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.top_access {
    background-image: url(../img/course1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.heading2 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #313131;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 50px;
    padding-top: 50px;
    letter-spacing: 0.2rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-top: 2px solid #c4bcab;
    border-bottom: 1px solid #c4bcab;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
}

.heading2_b {
    font-size: 2.4rem;
    font-weight: 400;
    color: #313131;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    letter-spacing: 0.2rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading2_b::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-top: 2px solid #c4bcab;
    border-bottom: 1px solid #c4bcab;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.top_concept_content,
.top_concept_img {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}

.top_concept_img {
    text-align: center;
}

.top_concept_img img {
    max-width: 100%;
    height: auto;
}

.top_food_wrap {
    padding: 40px 0;
    position: relative;
}

.top_food_wrap::before {
    content: "";
    display: block;
    width: 70%;
    background: #f5f3ec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.top_drink_wrap {
    padding: 40px 0;
    position: relative;
}

.top_drink_wrap::before {
    content: "";
    display: block;
    width: 70%;
    background: #f5f3ec;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.flex02 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -20px;
    -ms-align-items: center;
    align-items: center;
}

.top_food_content {
    width: 50%;
    padding: 0 20px;
}

.top_food_img {
    width: 50%;
    padding: 0 20px;
}

.top_food_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.btn {
    text-decoration: none;
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    background: #313131;
    max-width: 240px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.5s;
    position: relative;
}

.btn::after {
    content: "";
    display: block;
    border: solid 1px #afada5;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    pointer-events: none;
}

.btn:hover {
    background: #6a6a6a;
}

header .btn {
    text-decoration: none;
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    background: #313131;
    width: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.5s;
    position: relative;
}

.top_gallery_img {
    text-align: center;
}

.top_gallery_img img {
    max-width: 100%;
    height: auto;
}

.bx-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    border-top: solid 10px #1b1b1b;
    border-bottom: solid 10px #1b1b1b;
    border-right: none;
    border-left: none;
}

.bx-prev,
.bx-next,
.bx-pager {
    display: none;
}

.content_slider {
    padding: 20px 0;
    background: #1b1b1b;
}

.content_slider_item img {
    max-width: 100%;
    display: block;
    border: solid 5px #1b1b1b;
}

.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.jc_center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ta_center {
    text-align: center;
}

.ta_center_pc {
    text-align: center;
}

.dn {
    display: none;
}

.serif {
    font-family: "Noto Serif JP", "Crimson Text", "游明朝", "Yu Mincho",
        "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
}

.txt_wh {
    color: #fff;
}

.txt18 {
    font-size: 1.8rem;
}

.txt18_900 {
    font-size: 1.8rem;
    font-weight: 900;
}

.txt18_med {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.1rem;
}

.txt30 {
    font-size: 3rem;
}

.txt48 {
    font-size: 4.8rem;
}

.txt12 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.kodawarimt {
    margin-top: 80px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

iframe {
    display: block;
}

.footer_area {
    color: #fff;
}

.footer_contents {
    padding: 50px 0;
    background: #1b1b1b;
}

.footer_contents_head {
    padding-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.footer_logo {
    height: 100px;
    margin-bottom: 20px;
}

.footer_tel_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.footer_tel {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}

.txt_wh {
    color: #fff;
}

.txt_wh2 {
    color: #fff;
    margin: 0 auto;
    max-width: 473px;
    width: 80%;
}

.footer_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.footer_flex_content,
.footer_flex_map {
    flex: 0 0 50%;
    padding: 0 20px;
}

.sns_wrap {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns_icon {
    margin-right: 10px;
}

.sns_icon:last-child {
    margin-right: 0;
}

.sns_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sns_link:hover {
    opacity: 0.5;
}

.footer_link_list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fmenu {
    text-decoration: none;
    font-size: 100%;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    white-space: nowrap;
}

.fmenu:hover {
    opacity: 0.7;
}

.footer_link_menu {
    margin-right: 40px;
}

.footer_link_menu:last-child {
    margin-right: 0;
}

.copyRight_wrap {
    width: 100%;
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.copyRight {
    font-size: 1.2rem;
    font-weight: 400;
    color: #707070;
}

#page-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
}

#page-top a {
    line-height: 85px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #313131;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #313131;
    background: rgba(248, 246, 239, 0.9);
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #313131;
    border-right: solid 2px #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gnav_inner_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 246, 239, 0.9);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnav_inner_sp.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header_nav_wrap_sp {
    text-align: center;
}

.header_nav_list_sp:not(:last-child) {
    margin-bottom: 10px;
}

.header_nav_list_sp a.gmenu_sp {
    margin: 2rem auto 0;
}

.gmenu_sp {
    text-decoration: none;
    font-size: 1.4rem;
    color: #313131;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    font-family: "Noto Serif JP", "Crimson Text", "游明朝", "Yu Mincho",
        "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    border: solid 2px #b89c66;
    background: #272630;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*  position: relative;*/
    position: fixed;
    right: 20px !important;
    top: 20px;
    z-index: 10000;
}

.menu_border_box {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border {
    display: block;
    width: 14px;
    height: 2px;
    background: #b89c66;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu_border:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.menu_border:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
    margin-top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
    display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
    margin-top: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.heading1_wrap {
    width: 100%;
    /* height: calc(100vh - 80px); */
    height: 48vw;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    background-image: url(../img/h1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.heading1 {
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.heading1_sm {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 10px;
}

.anchor_area {
    width: 100%;
    margin: auto;
}

.anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.anchor {
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 10px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: #231815;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 20px 0;
    border: solid 1px #b2ac96;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.anchor_link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 2px #b2ac96;
    border-bottom: solid 2px #b2ac96;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.anchor_link:hover {
    opacity: 0.7;
}

.anchor_link:hover::after {
    bottom: 12px;
}

.heading3 {
    color: #313131;
    font-size: 1.8rem;
    text-align: left;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-bottom: solid 2px #dfdbd1;
}

.heading3::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 3px #c4bcab;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading4 {
    font-size: 1.6rem;
    color: #313131;
    font-weight: 600;
    line-height: 2.8rem;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #c4bcab;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_img01 {
    text-align: center;
    margin-top: 20px;
}

.lawer_img01 img {
    max-width: 100%;
    height: auto;
}

.lawer_img_flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.lawer_img_flex01_child {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 10px;
}

.lawer_img_flex01_child img {
    max-width: 100%;
    height: auto;
}

.lawer_sec {
    padding: 80px 0;
}

.lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #d1cbbc;
}


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

    .table_row_inner {
        flex-direction: column;
    }
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #d1cbbc;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

@media screen and (min-width: 768px) {
.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
.table_tel_link {
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    }
}

.table_item_right {
    font-size: 1.8rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.table_item_left03_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
}

.table_list_content_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: left;
}

.table_tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
}

.txt_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    border-bottom: solid 1px #313131;
}

@media screen and (min-width: 768px) {
.tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
.tel_link_wh {
    text-decoration: underline;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    }
}

.txt12_grey {
    font-size: 1.2rem;
    color: #313131;
    font-weight: 500;
    line-height: 1.8rem;
}

.txt22_grey_bold {
    font-size: 2.2rem;
    color: #313131;
    font-weight: 700;
}

.label_recommend {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    background: #eb3d4d;
}

.db {
    display: block;
}

.gallery_content_sec {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.gallery_content_sec_item {
    width: 25%;
    padding: 1%;
    /* -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 25%;*/
}

.gallery_content_sec_item span {
    /* position: absolute;
  bottom: -8px;
  left: 10px; */
    font-size: 1.3rem;
}

.gallery_content_sec_item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    /* position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  padding: 6%; */
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slick-slide.moving {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.bt.delighter {
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}

.bt.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .fade_lr {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }

    .fade_rl {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }
}

@media screen and (max-width: 768px) {
    .fade_lr {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }

    .fade_rl {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: 1s 0.1s;
        transition: 1s 0.1s;
    }
}

.fade_t {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.1s;
    transition: 1s 0.1s;
}

.fade_t02 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
}

.fade_t03 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

mt50 {
    margin-top: 50px;
}

aside {
    display: block;
}

#social_share {
    height: 30px;
    width: 148px;
    margin: 20px 0 0 30px;
}

#social_share ul {
    display: flex;
}

#social_share li:first-child {
    margin-left: 0 !important;
}

#social_share li {
    margin-left: 10px;
}

#social_share li:first-child {
    margin-left: 0;
}

#social_share li a {
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: block;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    width: 30px;
}

#social_share .line a {
    background-image: url(../img/social_line.png);
    text-decoration: none;
    background-size: 30px 30px;
}

#social_share .facebook a {
    background-image: url(../img/social_facebook.png);
    text-decoration: none;
    background-size: 30px 30px;
}

#social_share .twitter a {
    background-image: url(../img/social_twitter.png);
    text-decoration: none;
    background-size: 30px 30px;
}

#social_share .hatena a {
    background-image: url(../img/social_hatena.png);
    text-decoration: none;
    background-size: 30px 30px;
}

a {
    text-decoration: none;
}

ul,
ol li,
ul li {
    list-style: none;
}

.privacy {
    width: auto;
    margin: 0 auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
    height: 500px;
    overflow: auto;
}


.privacy span,
.privacy-takeout span {
    font-weight: bold;
}

.privacy-takeout {
    width: 90%;
    margin: 100px auto;
    border: 2px solid #000000;
    padding: 20px;
}

p.privacy_notes {
    padding: 30px 0 40px;
}

/*メニューページ食べログ連携用CSS*/


/*メニューページ食べログ連携用CSS*/

/*以下、メニューページRETTY連携用CSS*/
/* 共通 */


/*以上、メニューページRETTY連携用CSS*/

@media screen and (min-width: 768px) {
    form {
        padding: 70px 0 0 0;
        max-width: 1000px;
        margin: 0 auto;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        width: calc(100% - 40px);
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 50%;
        background: #1b1b1b;
        border: 2px solid #444;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 20px 0;
        margin: 0 25%;
    }
}

form input[type="submit"] {
    transition: all 0.3s;
}

form input[type="submit"]:hover {
    opacity: 0.6;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    form {
        padding: 30px 0 20px;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        max-width: 1000px;
        width: 100%;
        padding: 10px 10px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.4em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 90%;
        background: #800000;
        border: 2px solid #333;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 16px 0;
        margin: 0 5%;
    }
}

/* ------------------------------
　news
------------------------------ */



/*article調整-----------------------*/
#article_archive .title_ar {
    text-align: center;
    margin-top: 1.5em !important;
    color: #8a8a8a !important;
}

#article_archive .CMS-ARTICLE-INDEX {
    display: flex;
    flex-wrap: wrap;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
    width: calc(33.333% - 20px);
    border: solid 1px #dbe8e3;
    padding: 0;
    margin: 10px 10px;
    transition: 0.3s all;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-THUMBNAIL {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME {
    padding: 10px 10px 0;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
    padding: 0 10px 10px;
}

@media screen and (max-width: 780px) {
    #article_archive .CMS-ARTICLE-INDEX {
        flex-direction: column;
    }

    #article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
        width: 100%;
        margin: 10px 0;
        height: 300px;
    }
}



/* ------------------------------
top slider
------------------------------ */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 400px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    #loopslider {
        height: 120px;
    }

    #loopslider ul {
        height: 120px;
    }

    #loopslider ul li {
        width: 200px;
        height: 120px;
    }

    .top_gallery .btn_wrap {
        padding: 0 20px;
    }
}

/*topページSNS埋め込み*/

.top_sns_share {
    text-align: center;
    display: flex;
    max-width: 980px;
    margin: 100px auto;
    justify-content: space-around;
}

.top_sns_share_list {
    height: 500px;
    vertical-align: top;
}

.top_sns_share h2 {
    margin-bottom: 20px;
}

.top_sns_share_list-insta {
    width: 30%;
    height: 300px;
    margin: auto;
    vertical-align: top;
}

.top_sns_share_list-insta a {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .top_sns_share {
        display: block;
        width: 100%;
    }

    .top_sns_share_list {
        width: 100%;
        margin-bottom: 40px;
    }

    .top_sns_share_list:last-of-type {
        margin-bottom: 0;
    }

    .twitter-timeline {
        margin: 0 auto;
    }

    .top_sns_share_list-insta {
        width: 100%;
    }

    .top_sns_share h2 {
        margin: auto;
        margin-bottom: 20px;
    }
}

/*topページSNS埋め込み*/

/*予約バナー*/

@media screen and (min-width: 768px) {
    #op_btn {
        color: #fff;
        letter-spacing: 0.05em;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: 0 0;
        position: fixed !important;
        right: 0;
        top: 40vh;
        line-height: 1;
        margin: 0;
        z-index: 99;
        font-size: 15px;
    }

    #op_btn a {
        display: block;
        color: #fff;
        background: #a01000;
        padding: 30px 0;
        width: 50px;
        line-height: 50px;
        text-decoration: none;
        transition: all 0.4s;
        font-weight: bold;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

@media screen and (max-width: 767px) {
    #op_btn {
        position: fixed;
        left: 50%;
        bottom: 0px;
        width: 60%;
        writing-mode: unset;
        line-height: 1;
        z-index: 99;
        font-size: 15px;
        text-align: center;
        transform: translateX(-50%);
    }

    #op_btn a {
        display: block;
        color: #fff;
        background: #a01000;
        padding: 15px 0px;
        text-decoration: none;
    }

    #page-top {
        display: block;
        position: fixed;
        z-index: 1;
        bottom: 80px;
        right: 10px;
        font-size: 50px;
    }

    .copyRight_wrap {
        width: 100%;
        padding: 30px 0 50px;
        background: #fff;
        text-align: center;
    }
}

/*予約バナー*/

/*TOP動画*/
.top_video {
    text-align: center;
    margin: auto;
    max-width: 800px;
    max-width: 100%;
}

.top_video video {
    max-width: 800px;
}

@media screen and (max-width: 676px) {
    .top_video {
        text-align: center;
        margin: auto;
        width: 600px;
        max-width: 100%;
    }

    .top_video video {
        width: 300px;
    }
}

.top_video {
    margin: 100px auto 100px;
}

.top_video h2 {
    margin-bottom: 40px;
    position: relative;
}

/*TOP動画*/

/*姉妹店*/

.access {
    margin: 200px auto 0px;
}

.access h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.access_stores {
    margin: 100px 50px 0;
}

.access_stores h3 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

.access_stores_img {
    text-align: center;
}

.access_stores_img img {
    text-align: center;
    width: 30%;
    margin: 5px auto 20px;
}

.access_stores .btn {
    margin: 50px auto !important;
}

.btn a {
    color: #fff;
    text-decoration: none;
}

.access_stores p {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 676px) {
    .access_stores {
        margin: 50px auto 0;
    }

    .access_stores_img img {
        text-align: center;
        width: 32%;
        margin: 5px auto 20px;
    }

    .access_stores .btn {
        margin: 50px auto !important;
    }

    .access_stores h3 {
        font-size: 20px;
    }

    .heading2 {
        padding-top: 0;
    }

    .top_video {
        margin: 80px 0;
    }
}

/*姉妹店*/

.cms_takeout__common_button {
    background: #e52b1b !important;
}

/*TOP予約カレンダー*/

/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
    max-width: 960px;
    margin: 50px auto 40px;
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cms_reservation__calendar {
    margin: auto;
}

.CSS.cms_reservation__calendar-options {
    width: 100%;
}

.CMS-RESERVATION-CALENDAR button {
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    .cms_reservation__calendar-date-list {
        width: 49% !important;
    }

    .cms_reservation__calendar-options {
        width: 300px !important;
    }
}

@media screen and (max-width: 767px) {
    .CMS-RESERVATION-CALENDAR {
        width: 100%;
        margin: 50px auto 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .lightboxOverlay {
        z-index: 10000 !important;
    }
}

@media screen and (max-width: 374px) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 1px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 0.7em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* iPhone12用 */
@media only screen and (max-width: 450px) and (-webkit-device-pixel-ratio: 3) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 2px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 1em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* iPhone11用 */
@media only screen and (max-width: 380px) {
    .cms_reservation__calendar-date-list--cell {
        padding: 10px 1px !important;
    }

    .cms_reservation__calendar-date-list--date {
        font-size: 0.8em !important;
    }

    .js-resty-reservation-select-date {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.newstop a {
    color: #000;
    text-decoration: underline;
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */

.thanks_back {
    margin: 30px auto;
    cursor: pointer;
}

.thanks_width {
    width: fit-content;
    margin: auto;
}

.table_list_content a {
    color: #313131;
    text-decoration: underline;
}


/* インスタ連携用CSS */

.top_insta {
        padding: 80px 0 0;
    }

.insta_wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}

.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
}

.CMS-INSTAGRAM-LIST a {
    display: inline-block;

    /* calc(100/横に並べたい枚数% - 左右の余白　*　余白の数) */

    /* ↓2枚並び */
    /* width: calc(50% - 10px * 1/2); */

    /* ↓3枚並び */
    width: calc(33.33333333333% - 10px * 2/3);

    /* ↓4枚並び */
    /* width: calc(25% - 10px * 3/4); */

    margin-right: 10px;
    margin-top: 10px;
}

/* nth-child(横並びの枚数) */

/* ↓2枚並びの時 */
/* .CMS-INSTAGRAM-LIST a:nth-child(2n) {
    margin-right: 0;
  }
  .CMS-INSTAGRAM-LIST a:nth-child(-n+2) {
    margin-right: 0;
  } */

/* ↓3枚並び */
.CMS-INSTAGRAM-LIST a:nth-child(3n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST a:nth-child(-n+3) {
    margin-top: 0;
}

/* ↓4枚並びの時 */
/* .CMS-INSTAGRAM-LIST a:nth-child(4n) {
    margin-right: 0;
  }
  .CMS-INSTAGRAM-LIST a:nth-child(-n+4) {
    margin-right: 0;
  } */

.CMS-INSTAGRAM-LIST a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CMS-INSTAGRAM-LIST a:nth-of-type(7),
.CMS-INSTAGRAM-LIST a:nth-of-type(8),
.CMS-INSTAGRAM-LIST a:nth-of-type(9) {
    display: none;
}

@media screen and (max-width: 767px) {
    .top_insta {
        padding: 60px 0;
    }
}



/* インスタ連携用CSS */