@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --main-color: #55161A;
    --sub-color: #FFE200;
}

@font-face {
  font-family: 'AntroVectraBolder';
  src: url('/wp-content/themes/swell_child/fonts/Antro_Vectra_Bolder.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AntroVectra';
  src: url('/wp-content/themes/swell_child/fonts/Antro_Vectra.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bodoni72OS';
  src: url('/wp-content/themes/swell_child/fonts/Bodoni 72 OS.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bodoni72Smallcaps';
  src: url('/wp-content/themes/swell_child/fonts/Bodoni 72 Smallcaps Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bodoni72';
  src: url('/wp-content/themes/swell_child/fonts/Bodoni 72.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hannari';
  src: url('/wp-content/themes/swell_child/fonts/Hannari.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.font_bodoni {
    font-family: 'Bodoni72';
    font-style: italic;
}

.font_hannari {
    font-family: 'Hannari';
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
    color: #2B2B2B;
    font-size: 15px;
    line-height: 1.7;
    overflow: hidden;
    min-width: 1340px;
}

a,
a img {
    transition: all .3s;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */

section.page_fv {
    padding-top: 150px;
}

section.page_fv .text_box {
    width: fit-content;
    position: relative;
    margin-bottom: 85px;
}

section.page_fv .text_box .en {
    font-family: 'Bodoni72';
    font-size: 94px;
    font-weight: normal;
    font-style: italic;
    text-transform: capitalize;
    color: #55161A;
    line-height: 1;
}

section.page_fv .text_box .en small {
    font-size: 59px;
}

section.page_fv .text_box .title {
    font-family: 'Hannari';
    font-size: 22px;
    position: absolute;
    padding-left: 20px;
    left: 80%;
    white-space: nowrap;
}

section.page_fv .text_box .title:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #55161A;
    position: absolute;
    left: 0;
    top: 50%;
}

section.page_fv .image {
    width: 1190px;
    height: 360px;
    position: relative;
}

section.page_fv .image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: -15px;
    top: 15px;
}

section.page_fv .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
}

.common_page_wrap {
    padding: 125px 0 145px;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #838383;
    letter-spacing: .08em;
    font-family: 'Bodoni72';
    font-style: italic;
    margin-bottom: 18px;
}

.breadcrumb a {
    text-decoration: none;
    color: #838383;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="number"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
    appearance: auto;
}

/* .common_contact_form select.empty {
    color: #C7C4C4;
} */

.page_contact .wrap {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 80%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

.p-authorBox .avatar {
    display: inline;
}

.body_back_fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

.body_back_fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_fv {
    position: relative;
    height: 720px;
    margin-bottom: 144px;
}

section.section_fv .slider_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.section_fv .slider_box .js_fv_slider,
section.section_fv .slider_box .slick-list,
section.section_fv .slider_box .slick-track {
    height: 100%;
}

section.section_fv .slider_box li.slide {
    height: 100%;
}

section.section_fv .slider_box li.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_fv .cont {
    position: relative;
    z-index: 3;
    height: 100%;
    padding-top: 50px;
}

section.section_fv .cont:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(./image/fv_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

section.section_fv .cont .nav_box {
    margin-left: 50px;
}

section.section_fv .cont .logo {
    margin-top: 10px;
    margin-bottom: 168px;
}

nav.common_nav_menu {
    margin-left: 50px;
    border-left: 1px solid #fff;
    padding-left: 27px;
    padding-bottom: 50px;
}

nav.common_nav_menu ul li + li {
    margin-top: 11px;
}

nav.common_nav_menu ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: 'Bodoni72';
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

nav.common_nav_menu ul li a .en,
nav.common_nav_menu ul li a .jp {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.4s;
  white-space: nowrap;
}

nav.common_nav_menu ul li a .en {
  opacity: 1;
}

nav.common_nav_menu ul li a .jp {
  opacity: 0;
  font-size: 12px;
  font-style: normal;
}

nav.common_nav_menu ul li a:hover .en {
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

nav.common_nav_menu ul li a:hover .jp {
  opacity: 1;
  transform: translateY(-50%) translateX(10px);
}

section.section_fv .cont .catch_box {
    writing-mode: vertical-rl;
    color: #fff;
    font-family: 'Hannari';
}

section.section_fv .cont .catch_box .lead {
    font-size: 26px;
    position: relative;
    display: inline-block;
    margin-left: 25px;
    letter-spacing: .2em;
}

section.section_fv .cont .catch_box .lead:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: 48%;
    top: 100%;
    transform: translateX(-50%);
    opacity: .7;
}

section.section_fv .cont .catch_box .title {
    font-size: 52px;
    margin-top: 55px;
    letter-spacing: .1em;
    line-height: 1.5;
}

section.section_fv .cont .catch_box .title span {
    white-space: nowrap;
}

section.section_fv .cont .catch_box .title span:last-child {
    margin-top: 200px;
}

section.section_fv .scroll_down {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 3;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

section.section_fv .scroll_down .text {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

.common_title_box .en {
    font-size: 84px;
    font-family: 'Bodoni72';
    font-style: italic;
    line-height: 1.2;
}

.common_title_box .title {
    font-family: 'Hannari';
    font-size: 20px;
}

section.section_topics {
    margin-bottom: 218px;
}

section.section_topics .common_title_box {
    margin-bottom: 50px;
}

section.section_topics .common_title_box .en {
    color: #55161A;
}

section.section_topics .topics_list {
    margin-bottom: 80px;
}

section.section_topics .topics_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

section.section_topics .topics_list ul li:hover .image_box:before,
section.section_topics .topics_list ul li:hover .image_box:after {
    opacity: 1;
}

section.section_topics .topics_list ul li .image_box {
    position: relative;
}

section.section_topics .topics_list ul li .image {
    width: 100%;
    height: 230px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

section.section_topics .topics_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_topics .topics_list ul li .image_box:before {
    content: "";
    width: 334px;
    height: 214px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .3s;
    z-index: 2;
}

section.section_topics .topics_list ul li .image_box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #6F2B2F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(6deg);
    opacity: 0;
    transition: .3s;
}

section.section_topics .topics_list ul li .text_box {
    color: #1A1A1A;
    position: relative;
}

section.section_topics .topics_list ul li .text_box:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #55161A;
    position: absolute;
    right: 0;
    bottom: 0;
}

section.section_topics .topics_list ul li .text_box:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 13px solid transparent;
    border-bottom: 13px solid #fff;
    position: absolute;
    right: 1px;
    bottom: 1px;
    opacity: 0;
    transition: .3s;
}

section.section_topics .topics_list ul li:hover .text_box:after {
    opacity: 1;
}

section.section_topics .topics_list ul li .text_box .title {
    font-size: 20px;
    margin-bottom: 15px;
    min-height: 68px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

section.section_topics .topics_list ul li .text_box .lead {
    font-size: 13px;
    letter-spacing: .1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 35px;
}

section.section_topics .topics_list ul li .text_box .data {
    color: #55161A;
    font-size: 17px;
}

section.section_topics .attention_list {
    border-top: 1px solid #505050;
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 75px;
}

section.section_topics .attention_list ul li {
    position: relative;
    padding-left: 1.2em;
    color: #404040;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .11em;
}

section.section_topics .attention_list ul li:before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
}

.common_view_more {
    position: relative;
    width: 240px;
    margin: 0 auto;
    transform: translateX(30px);
}

.common_view_more:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #55161A;
    position: absolute;
    right: 6px;
    bottom: 6px;
    transition: .3s;
    z-index: 2;
}

.common_view_more:after {
    content: "";
    width: 120px;
    height: 100%;
    border: 1px solid #CCCCCC;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    transition: .3s;
}

.common_view_more a {
    display: block;
    line-height: 60px;
    border: 1px solid#6A3437;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #55161A;
    transition: .3s;
}

.common_view_more:hover a {
    color: #fff;
    background: #55161A;
}

.common_view_more:hover::before {
    border-bottom: 12px solid #fff;
}

.common_view_more:hover::after {
    opacity: 0;
}

.common_view_more:hover a::before {
    background: #fff;
}

.common_view_more a:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #A2A2A2;
    position: absolute;
    left: -30px;
    top: 50%;
    transition: .3s;
}

section.section_greeting {
    padding-bottom: 160px;
}

section.section_greeting img {
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
}

section.section_greeting .head_box {
    position: relative;
    margin-bottom: 265px;
    padding-top: 50px;
}

section.section_greeting .head_box .en_title {
    font-size: 110px;
    color: #55161A;
    opacity: .4;
    letter-spacing: .04em;
    position: absolute;
    left: -70px;
    top: -80px;
    z-index: 2;
    line-height: 1;
}

section.section_greeting .head_box .main_image {
    width: 760px;
    position: relative;
    margin-left: 15px;
    margin-bottom: 75px;
}

section.section_greeting .head_box .main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_greeting .head_box .main_image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: -15px;
    top: -15px;
}

section.section_greeting .head_box .sub_image {
    position: absolute;
    right: 0;
    top: 190px;
    width: 280px;
}

section.section_greeting .head_box .text_box {
    margin-left: 100px;
    position: relative;
    z-index: 2;
}

section.section_greeting .head_box .text_box .lead {
    font-size: 25px;
    font-family: 'Hannari';
    color: #1A1A1A;
    margin-bottom: 20px;
}

section.section_greeting .head_box .text_box .catch {
    font-family: 'Hannari';
    color: #55161A;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
    width: fit-content;
}

section.section_greeting .head_box .text_box .catch:before {
    content: "";
    width: 180px;
    height: 1px;
    background: #55161A;
    position: absolute;
    right: -100px;
    top: 100px;
}

section.section_greeting .head_box .text_box .catch .accent {
    font-size: 45px;
}

section.section_greeting .head_box .text_box .in_text .text {
    line-height: 2;
    letter-spacing: .15em;
}

section.section_greeting .head_box .text_box .in_text .text + .text {
    margin-top: 2em;
}

section.section_greeting .head_box .illust {
    position: absolute;
    right: 10px;
    bottom: -110px;
}

section.section_greeting .head_box .illust img {
    box-shadow: none;
}

section.section_greeting .head_box:after {
    content: "";
    width: 1150px;
    height: 1270px;
    background: #FFFFFF;
    opacity: .6;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    top: 200px;
    right: 250px;
}

section.section_greeting .craft_box .flex_box {
    gap: 180px;
    align-items: flex-start;
}

section.section_greeting .craft_box .main_image_box {
    width: 460px;
    position: relative;
    margin-top: 130px;
}

section.section_greeting .craft_box .main_image_box .main_image {
    position: relative;
}

section.section_greeting .craft_box .main_image_box .main_image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    right: -15px;
    top: 15px;
}

section.section_greeting .craft_box .main_image_box .sub_image {
    width: 330px;
    position: absolute;
    bottom: -190px;
    right:-210px;
}

section.section_greeting .craft_box .text_box {
    width: 440px;
    position: relative;
}

section.section_greeting .craft_box .text_box .en_title {
    font-size: 110px;
    color: #55161A;
    opacity: .12;
    letter-spacing: .04em;
    position: absolute;
    left: -120px;
    top: -80px;
    z-index: 2;
    line-height: 1;
}

section.section_greeting .craft_box .text_box .in_text .text {
    line-height: 2;
    letter-spacing: .15em;
}

section.section_greeting .craft_box .text_box .in_text .text + .text {
    margin-top: 2em;
}

section.section_greeting .craft_box .text_box .accent {
    position: absolute;
    right: -60px;
    bottom: -80px;
}

section.section_greeting .craft_box .text_box .accent img {
    box-shadow: none;
}

section.section_greeting .craft_box .accent_image {
    width: 310px;
    margin-left: auto;
    margin-right: 190px;
    margin-top: 310px;
}

section.section_greeting .special_box {
    margin-top: 205px;
}

section.section_greeting .special_box .main_image_box {
    width: 975px;
    margin-left: 115px;
    position: relative;
    margin-bottom: 80px;
}

section.section_greeting .special_box .main_image_box .main_image {
    position: relative;
}

section.section_greeting .special_box .main_image_box .main_image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: -15px;
    top: -15px;
}

section.section_greeting .special_box .main_image_box .sub_image {
    width: 270px;
    position: absolute;
    left: -115px;
    bottom: -160px;
}

section.section_greeting .special_box .text_box {
    position: relative;
    width: 720px;
    margin-left: auto;
    margin-right: 100px;
}

section.section_greeting .special_box .text_box .en_title {
    font-size: 120px;
    color: #E2CFB5;
    font-family: 'AntroVectra';
    position: absolute;
    right: -20px;
    top: -170px;
    line-height: 1;
    transform: rotate(-10deg);
}

section.section_greeting .special_box .text_box .in_text {
    margin-bottom: 63px;
}

section.section_greeting .special_box .text_box .in_text .text {
    line-height: 2;
    letter-spacing: .15em;
}

section.section_greeting .special_box .text_box .in_text .text + .text {
    margin-top: 2em;
}

section.section_greeting .special_box .text_box .common_view_more {
    margin-left: 0;
}

section.section_features {
    background: url(./image/features_back.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0 155px;
    position: relative;
    color: #fff;
}

section.section_features:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2B2B2B;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

section.section_features .cont {
    position: relative;
}

section.section_features .common_title_box {
    text-align: center;
    margin-bottom: 60px;
}

section.section_features ol {
    margin-bottom: 105px;
}

section.section_features ol li {
    position: relative;
    background: url(./image/features_accent.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 400px;
}

section.section_features ol li + li {
    margin-top: 135px;
}

section.section_features ol li .image_box {
    width: 330px;
    position: absolute;
    left: 40px;
    top: -25px;
}

section.section_features ol li .image_box .sub_image {
    width: 210px;
    position: absolute;
    right: -75px;
    bottom: -80px;
}

section.section_features ol li .image_box img {
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
}

section.section_features ol li .text_box {
    width: 570px;
    margin-left: auto;
    margin-right: 80px;
    position: relative;
    transform: translateY(30%);
}

section.section_features ol li .text_box .num {
    font-size: 90px;
    opacity: .15;
    line-height: 1;
    position: absolute;
    left: -53px;
    top: -.3em;
}

section.section_features ol li .text_box .title {
    font-size: 32px;
    font-family: 'Hannari';
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(255,255,255,.6);
}

section.section_features ol li .text_box .lead {
    color: #E2E2E2;
    font-size: 14px;
    letter-spacing: .15em;
}

section.section_features ol li:nth-child(even) .text_box {
    margin-right: auto;
    margin-left: 100px;
}

section.section_features ol li:nth-child(even) .image_box {
    left: auto;
    right: 50px;
    top: auto;
    bottom: -25px;
}

section.section_features ol li:nth-child(even) .image_box .sub_image {
    right: auto;
    left: -90px;
    bottom: auto;
    top: -80px;
}

section.section_features .common_view_more {
    width: 260px;
    transform: translateX(0);
}

section.section_features .common_view_more a {
    color: #fff;
    border-color: #fff;
}

section.section_features .common_view_more:before {
    border-bottom-color: #fff;
}

section.section_menu {
    padding: 160px 0 147px;
}

section.section_menu .wrap {
    position: relative;
}

section.section_menu .accent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

section.section_menu .accent img {
    max-width: unset;
}

section.section_menu .head_box {
    margin-bottom: 35px;
}

section.section_menu .head_box .title_box .en {
    font-size: 112px;
    font-family: 'Bodoni72';
    font-style: italic;
    color: #55161A;
    line-height: 1;
}

section.section_menu .head_box .title_box .en small {
    font-size: 70px;
}

section.section_menu .head_box .title_box .title {
    font-size: 22px;
    font-family: 'Hannari';
    color: #1A1A1A;
    position: relative;
    padding-left: 25px;
}

section.section_menu .head_box .title_box .title:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #55161A;
    position: absolute;
    left: 0;
    top: 50%;
}

section.section_menu .head_box .lead_box {
    width: 697px;
    margin-top: 125px;
}

section.section_menu .head_box .lead_box .lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .15em;
}

section.section_menu .head_box .lead_box .lead + .lead {
    margin-top: 2em;
}

section.section_menu .cont {
    margin: 0 50px;
}

section.section_menu .cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px;
}

section.section_menu .cont ul li:nth-child(2) {
    margin-top: 60px;
}

section.section_menu .cont ul li:nth-child(3) {
    margin-top: 120px;
}

section.section_menu .cont ul li .image_box {
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
}

section.section_menu .cont ul li .image {
    position: relative;
    margin-bottom: 22px;
    height: 400px;
    overflow: hidden;
}

section.section_menu .cont ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

section.section_menu .cont ul li:hover .image img {
    transform: scale(1.1);
}

section.section_menu .cont ul li:hover .image_box:before,
section.section_menu .cont ul li:hover .image_box:after {
    opacity: 1;
}

section.section_menu .cont ul li .image_box:before {
    content: "";
    width: 288px;
    height: 380px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .3s;
    z-index: 2;
}

section.section_menu .cont ul li .image_box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #6F2B2F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(6deg);
    opacity: 0;
    transition: .3s;
}

section.section_menu .cont ul li .image:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: .8;
    transition: .3s;
    z-index: 2;
}

section.section_menu .cont ul li:hover .image:before {
    border-bottom: 20px solid #6F2B2F;
    opacity: 1;
}

section.section_menu .cont ul li .text_box {
    text-align: center;
    position: relative;
}

section.section_menu .cont ul li .text_box:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #3B3B3B;
    position: absolute;
    left: 50%;
    top: -47px;
}

section.section_menu .cont ul li .text_box .en {
    font-size: 46px;
    color: #55161A;
    font-family: 'Bodoni72';
    line-height: 1.2;
    font-style: italic;
}

section.section_menu .cont ul li .text_box .text {
    color: #1A1A1A;
    font-family: 'Hannari';
    font-size: 18px;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 7px;
    background: url(./image/border_pen.svg) no-repeat;
    background-position: center bottom;
}

section.section_anniversary {
    padding-top: 50px;
    position: relative;
    margin-bottom: 180px;
}

section.section_anniversary .image {
    width: calc( 330px + (100vw - 1140px) / 2 );
    height: 580px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
}

section.section_anniversary .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_anniversary .image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: -15px;
    top: -15px;
}

section.section_anniversary .text_box {
    width: 620px;
    margin-left: auto;
    margin-right: 50px;
}

section.section_anniversary .text_box .en {
    font-size: 110px;
    font-family: 'Bodoni72';
    color: #55161A; 
    opacity: .18;
    line-height: 1;
    transform: translateX(-100px);
    margin-bottom: 13px;
}

section.section_anniversary .text_box .catch {
    font-size: 36px;
    color: #55161A;
    font-family: 'Hannari';
    line-height: 1.5;
    border-left: 1px solid;
    padding-left: 24px;
    margin-bottom: 43px;
}

section.section_anniversary .text_box .in_text {
    margin-bottom: 60px;
}

section.section_anniversary .text_box .in_text .text {
    line-height: 2;
    letter-spacing: .15em;
}

section.section_anniversary .text_box .in_text .text + .text {
    margin-top: 2em;
}

section.section_anniversary .text_box .common_view_more {
    margin-left: 0;
    width: 260px;
}

section.section_instagram {
    margin-bottom: 80px;
}

section.section_instagram .wrap {
    position: relative;
    height: 800px;
    padding-top: 50px;
}

section.section_instagram .accent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

section.section_instagram .accent img {
    max-width: unset;
}

section.section_instagram .common_title_box {
    text-align: center;
    color: #55161A;
    padding-bottom: 7px;
    background: url(./image/border_pen.svg) no-repeat;
    background-position: center bottom;
    margin-bottom: 55px;
}

section.section_instagram .common_title_box .title {
    font-size: 22px;
}

section.section_about {
    margin-bottom: 180px;
}

section.section_about .common_title_box {
    text-align: center;
    margin-bottom: 50px;
}

section.section_about .common_title_box .en {
    color: #55161A;
}

section.section_about .flex_box {
    align-items: center;
    margin-bottom: 100px;
}

section.section_about .image {
    width: 470px;
    position: relative;
}

section.section_about .image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: -15px;
    top: -15px;
}

section.section_about .table_box {
    width: 570px;
}

section.section_about .table_box table {
    width: 100%;
}

section.section_about .table_box table th,
section.section_about .table_box table td {
    display: block;
    width: 100%;
}

section.section_about .table_box table th {
    color: #55161A;
    font-weight: normal;
    font-family: 'Hannari';
    font-size: 17px;
    border-left: 1px solid;
    padding-left: 10px;
    line-height: 1.3;
    overflow: hidden;
}

section.section_about .table_box table th span {
    position: relative;
}

section.section_about .table_box table th span:after {
    content: "";
    width: 570px;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 130%;
    top: 50%;
}

section.section_about .table_box table td {
    padding-top: 13px;
    padding-left: 10px;
    padding-bottom: 30px;
    font-size: 14px;
    letter-spacing: .15em;
}

section.section_about .table_box table td .attention {
    font-size: 13px;
    color: #717171;
    position: relative;
    padding-left: 1.5em;
    margin-top: 10px;
}

section.section_about .table_box table td .attention:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

section.section_about .map iframe {
    width: 100%;
    height: 320px;
}

footer#main_footer {
    background: url(./image/footer_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 60px;
    position: relative;
    color: #fff;
}

footer#main_footer:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2B2B2B;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

footer#main_footer .wrap {
    position: relative;
}

footer#main_footer .flex_box {
    margin-bottom: 63px;
}

footer#main_footer .logo {
    width: 235px;
}

.common_contact_box {
    width: 670px;
    overflow: hidden;
    margin-right: 50px;
}

.common_contact_box .contact_box {
    margin-bottom: 40px;
}

.common_contact_box .contact_box .lead {
    font-size: 18px;
    font-family: 'Hannari';
    margin-bottom: 16px;
    line-height: 1;
}

.common_contact_box .contact_box .tel_box {
    margin-bottom: 25px;
}

.common_contact_box .contact_box .tel_box .tel {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.common_contact_box .contact_box .tel_box .attention {
    font-size: 12px;
    letter-spacing: .1em;
    color: #B7B7B7;
}

.common_contact_box .contact_box .tel_box .tel small {
    font-size: 28px;
}

.common_contact_box .contact_box .mail_box {
    gap: 55px;
}

.common_contact_box .contact_box .mail_box .common_view_more {
    width: 290px;
    margin: 0;
}

.common_contact_box .contact_box .mail_box .common_view_more:before {
    border-bottom-color: #fff;
}

.common_contact_box .contact_box .mail_box .common_view_more a {
    color: #fff;
    border-color: #fff;
    font-style: normal;
    font-size: 18px;
}

.common_contact_box .site_contents .en {
    font-size: 42px;
    opacity: .2;
    line-height: 1;
    margin-bottom: 17px;
    position: relative;
    width: fit-content;
}

.common_contact_box .site_contents .en:before {
    content: "";
    width: 600px;
    height: 1px;
    background: #FFFCF5;
    opacity: .2;
    position: absolute;
    left: 120%;
    top: 50%;
}

.common_contact_box .site_contents .list_wrap {
    gap: 64px;
}

.common_contact_box .site_contents .list_wrap ul li + li {
    margin-top: 18px;
}

.common_contact_box .site_contents .list_wrap ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    transition: .3s;
}

.common_contact_box .site_contents .list_wrap ul li a:hover {
    opacity: .7;
}

.common_bottom_box .sns_box {
    border-bottom: 1px solid rgba(255,252,245,.7);
    padding-bottom: 20px;
}

.common_bottom_box .sns_box {
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.common_bottom_box .sns_box .en {
    font-size: 20px;
    opacity: .4;
}

.common_bottom_box .sns_box ul {
    display: flex;
    gap: 20px;
}

.common_bottom_box .other_box {
    align-items: center;
}

.common_bottom_box .other_box .address {
    font-size: 13px;
    color: #909090;
    letter-spacing: .1em;
}

.common_bottom_box .other_box .copyright small {
    font-size: 13px;
    color: #909090;
    letter-spacing: .07em;
}

nav.fixed_nav {
    margin-left: 50px;
    border-left: 1px solid #55161A;
    padding-left: 22px;
    padding-top: 35px;
    position: fixed; 
    right: 50px;
    top: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    padding-bottom: 0;
    min-width: 127px;
}

.fixed_nav.is-show {
  opacity: 1;
  visibility: visible;
}

.fixed_nav.is-hide {
  opacity: 0;
  visibility: hidden;
}

nav.fixed_nav ul li a {
    color: #55161A;
}

nav.fixed_nav.white {
    border-color: #fff;
}

nav.fixed_nav.white ul li a {
    color: #fff;
}

.fixed_reservation {
    width: 300px;
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.fixed_reservation.is-show {
  opacity: 1;
  visibility: visible;
}

.fixed_reservation.is-hide {
  opacity: 0;
  visibility: hidden;
}

.fixed_reservation:hover .in_cont {
    max-height: 500px;
}

.fixed_reservation .in_cont {
    background: url(./image/polygon.svg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.fixed_reservation .in_wrap {
    padding: 22px 30px;
}

.fixed_reservation .in_cont .title {
    font-style: normal;
}

.fixed_reservation .in_cont .tel {
    font-size: 32px;
}

.fixed_reservation .in_cont .tel small {
    font-size: 22px;
}

.fixed_reservation .in_cont .button_wrap {
    border-top: 1px solid rgba(43,43,43,.21);
    padding-top: 17px;
    margin-top: 7px;
}

.fixed_reservation .in_cont .button_wrap .common_view_more {
    margin: 0;
    transform: unset;
}

.fixed_reservation .in_cont .button_wrap .common_view_more:before {
    border-bottom-color: #fff;
    z-index: 2;

}

.fixed_reservation .in_cont .button_wrap .common_view_more a {
    background: #6F2B2F;
    color: #fff;
    font-size: 17px;
    font-style: normal;
}

.fixed_reservation .in_cont .button_wrap .common_view_more a:before {
    width: 30px;
    left: -15px;
    background: #fff;
}

.fixed_reservation .in_cont .button_wrap .common_view_more + .common_view_more {
    margin-top: 12px;
}

.section_greeting .head_box .main_image,
.section_greeting .head_box .sub_image,
.section_greeting .head_box .text_box,
.section_greeting .craft_box .main_image,
.section_greeting .craft_box .sub_image,
.section_greeting .craft_box .text_box,
.section_greeting .special_box .main_image,
.section_greeting .special_box .sub_image,
.section_greeting .craft_box .accent_image,
.section_greeting .special_box .text_box {
  will-change: transform;
}

/* メニューページ（PC） */

.page_menu section.section_introduction {
    padding-bottom: 146px;
}

.page_menu section.section_introduction .catch {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'Hannari';
}

.page_menu section.section_introduction .catch .accent {
    color: #6F2B2F;
}

.page_menu section.section_introduction nav ul {
    width: 1040px;
    margin: 0 auto 123px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.page_menu section.section_introduction nav ul li a {
    color: #1A1A1A;
    font-family: 'Hannari';
    font-size: 20px;
    border-bottom: 1px solid rgba(112,112,112,.3);
    padding-bottom: 20px;
    display: block;
    position: relative;
    line-height: 1.1;
    padding-left: .5em;
}

.page_menu section.section_introduction nav ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #1A1A1A;
    border-right: 1px solid #1A1A1A;
    transform: translateY(-10px) rotate(135deg);
    box-sizing: border-box;
}

.page_menu section.section_introduction .notes_box .title_box {
    margin-bottom: 45px;
}

.page_menu section.section_introduction .notes_box .title_box .en {
    font-size: 54px;
    color: #55161A;
    font-family: 'Bodoni72';
    font-style: italic;
    opacity: .2;
    line-height: 1.2;
}

.page_menu section.section_introduction .notes_box .title_box .title {
    font-family: 'Hannari';
    font-size: 20px;
    position: relative;
    padding-left: 51px;
    margin-left: 220px;
}

.page_menu section.section_introduction .notes_box .title_box .title:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #BEBEBE;
    position: absolute;
    left: 0;
    top: 50%;
}

.page_menu section.section_introduction .notes_box dl + dl {
    margin-top: 50px;
}

.page_menu section.section_introduction .notes_box dl dt {
    font-size: 22px;
    color: #55161A;
    font-family: 'Hannari';
    border-left: 1px solid; 
    padding-left: 12px;
    line-height: 1.2;
}

.page_menu section.section_introduction .notes_box dl dd {
    border-top: 1px solid rgba(0,0,0,0.15);
    margin-top: 18px;
    padding-top: 18px;
    font-size: 14px;
    letter-spacing: .15em;
    color: #404040;
}

.page_menu section.section_black {
    color: #fff;
    background: url(./image/features_back.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 130px 0 122px;
    position: relative;
    color: #fff;
}

.page_menu section.section_black:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2B2B2B;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

.page_menu .common_title_box {
    transform: translateX(-50px);
}

.page_menu section.section_black .common_title_box .en {
    opacity: .14;
}

.page_menu .common_title_box .title {
    font-size: 22px;
    position: relative;
    padding-left: 56px;
}

.page_menu .common_title_box .title:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #BEBEBE;
    position: absolute;
    left: 0;
    top: 50%;
}

.page_menu .common_title_box .en {
    font-size: 110px;
}

.page_menu section.section_premium {
    padding: 130px 0 122px;
}

.page_menu section.section_premium .common_title_box {
    margin-bottom: 50px;
}

.page_menu section.section_black .wrap {
    position: relative;
}

.page_menu section.section_premium .flex_box {
    align-items: flex-start;
}

section.section_premium .image {
    width: 508px;
    position: relative;
}

section.section_premium .image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: 12px;
    top: 12px;
}

.page_menu section.section_premium .image .sub_image {
    position: absolute;
    width: 180px;
    right: -32px;
    bottom: -42px;
}

.page_menu .common_table_box {
    width: 530px;
}

.page_menu .common_head_name {
    margin-bottom: 30px;
}

.page_menu .common_head_name dl {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 20px;
    line-height: 1.2;
}

.page_menu .common_head_name dl dt {
    border-left: 1px solid #C3B79D;
    line-height: 1.2;
}

.page_menu .common_head_name dl dt.en {
    font-size: 44px;
    padding-left: 17px;
    font-family: 'Bodoni72';
    font-style: italic;
    font-weight: normal;
}

.page_menu .common_head_name dl dt.jp {
    font-size: 30px;
    padding-left: 12px;
    font-family: 'Hannari';
}

.page_menu .common_head_name dl dd p {
    display: inline-block;
}

.page_menu .common_head_name dl dd .price {
    font-size: 30px;
    font-family: 'Bodoni72';
    font-style: italic;
    margin-right: 5px;
}

.page_menu .common_head_name dl dd .price small {
    font-size: 24px;
}

.page_menu .common_head_name dl dd .tax {
    color: #DDDDDD;
    font-family: 'Hannari';
}

.page_menu .common_table_box table {
    width: 100%;
}

.page_menu .common_table_box table tr {
    display: block;
}

.page_menu .common_table_box table tr + tr {
    margin-top: 15px;
}

.page_menu .common_table_box table th,
.page_menu .common_table_box table td {
    display: block;
    width: 100%;
}

.page_menu .common_table_box table th {
    overflow: hidden;
}

.page_menu .common_table_box table th .en {
    font-size: 17px;
    font-family: 'Bodoni72';
    font-style: italic;
    opacity: .22;
    line-height: 1.3;
}

.page_menu .common_table_box table th .jp {
    width: fit-content;
    position: relative;
    font-family: 'Hannari';
    font-size: 20px;
    margin-left: .4em;
    line-height: 1.3;
}

.page_menu .common_table_box table th .jp:before {
    content: "";
    width: 600px;
    height: 1px;
    border-top: 1px dashed #C4C4C4;
    position: absolute;
    left: 105%;
    top: 50%;
}

.page_menu section.section_black .common_table_box table th .jp:before {
    border-top: 1px dashed rgba(255,255,255,.25);
}

.page_menu .common_table_box table td {
    color: #DBDBDB;
    font-size: 13px;
    padding-top: 12px;
    line-height: 1.3;
}

.page_menu .common_table_box table td small {
    font-size: 12px;
}

.page_menu .common_table_box table td .in_box {
    background: rgb(75,75,75,.3);
    padding: 12px;
    margin: 10px 0;
    line-height: 1.8;
}

.page_menu .common_table_box .attention_list {
    margin-top: 35px;
}

.page_menu .common_table_box .attention_list ul li {
    color: #BFBFBF;
    font-size: 13px;
    letter-spacing: .15em;
    position: relative;
    padding-left: 1.2em;
}

.page_menu .common_table_box .attention_list ul li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.page_menu section.section_lunch:before {
    background: #3B3B3B;
}

.page_menu section.section_lunch .common_title_box {
    margin-bottom: 30px;
}

.page_menu section.section_lunch .menu_image {
    position: relative;
}

.page_menu section.section_lunch .menu_image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: 15px;
    top: 15px;
}

.page_menu section.section_lunch .main_menu {
    margin-bottom: 110px;
}

.page_menu section.section_lunch .main_menu .flex_box {
    align-items: flex-start;
}

.page_menu section.section_lunch .main_menu .menu_image {
    margin-bottom: 48px;
}

.page_menu section.section_lunch .main_menu .main_menu_box {
    background: rgba(75,75,75,.4);
    width: 530px;
    padding: 40px 35px 54px 35px;
}

.page_menu section.section_lunch .main_menu .main_menu_box .title_head {
    border-left: 1px solid #C3B79D;
    padding-left: 17px;
    margin-bottom: 45px;
}

.page_menu section.section_lunch .main_menu .main_menu_box .title_head .title {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: 'Bodoni72';
    font-style: italic;
}

.page_menu section.section_lunch .main_menu .main_menu_box .title_head .title small {
    font-size: 20px;
}

.page_menu section.section_lunch .main_menu .main_menu_box .title_head .lead {
    font-size: 13px;
    letter-spacing: .15em;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl {
    justify-content: space-between;
    align-items: center;
    letter-spacing: .15em;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl dt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl.flex dt {
    margin-bottom: 0;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl dd {
    font-size: 13px;
    color: #BFBFBF;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl.flex dd {
    font-size: 14px;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or {
    text-align: center;
    font-family: 'Bodoni72';
    font-style: italic;
    opacity: .25;
    font-size: 20px;
    position: relative;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or:before,
.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or:after {
    content: "";
    width: 210px;
    height: 1px;
    border-bottom: 1px dashed;
    position: absolute;
    top: 50%;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or:before {
    left: 0;
}

.page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or:after {
    right: 0;
}

.page_menu section.section_lunch .other_flex_box .other_box {
    width: 530px;
}

.page_menu section.section_lunch .other_flex_box .other_box .menu_image {
    margin-bottom: 28px;
}

.page_menu section.section_lunch .other_flex_box .other_box .menu_image:before {
    left: 10px;
    top: 10px;
}

.page_menu section.section_lunch .other_flex_box .other_box .common_head_name {
    margin-bottom: 20px;
}

.page_menu section.section_lunch .other_flex_box .other_box .common_head_name dl dt {
    font-size: 41px;
}

.page_menu section.section_lunch .other_flex_box .other_box .attention_list {
    margin-top: 16px;
}

.page_menu section.section_dinner .common_title_box {
    margin-bottom: 38px;
}

.page_menu section.section_dinner .common_head_name {
    margin-bottom: 40px;
}

.page_menu section.section_dinner .flex_box {
    align-items: flex-start;
    margin-bottom: 100px;
}

.page_menu section.section_dinner .flex_box .image {
    position: relative;
}

.page_menu section.section_dinner .flex_box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: -12px;
    top: 12px;
}

.page_menu section.section_dinner .other_course .in_cont {
    align-items: center;
    gap: 74px;
}

.page_menu section.section_dinner .other_course .menu_image {
    position: relative;
    width: 490px;
}

.page_menu section.section_dinner .other_course .menu_image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: 10px;
    top: 10px;
}

.page_menu section.section_common_menu {
    padding-top: 110px;
}

.page_menu section.section_common_menu .common_title_box {
    margin-bottom: 40px;
}

.page_menu section.section_common_menu .common_title_box .en {
    color: #55161A;
    opacity: .2;
}

.page_menu section.section_common_menu .common_menu_box {
    align-items: flex-start;
}

.page_menu section.section_common_menu .common_menu_box .image {
    width: 508px;
    position: relative;
}

.page_menu section.section_common_menu .common_menu_box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: 10px;
    top: 10px;
}

.page_menu section.section_common_menu:nth-child(even) .common_menu_box .image {
    order: 2;
}

.page_menu section.section_common_menu:nth-child(even) .common_menu_box .image:before {
    left: -10px;
}

.page_menu section.section_common_menu .common_head_name dl {
    border-color: #C4C4C4;
}

.page_menu section.section_common_menu .common_head_name dl dt.jp {
    color: #55161A;
}

.page_menu section.section_common_menu .common_table_box table th .en {
    color: #55161A;
}

.page_menu section.section_anniversary_menu .head_box {
    align-items: center;
    margin-bottom: 125px;
}

.page_menu section.section_anniversary_menu .head_box .image {
    width: 320px;
    position: relative;
}

.page_menu section.section_anniversary_menu .head_box .image .sub_image {
    width: 170px;
    position: absolute;
    left: -72px;
    top: -42px;
}

.page_menu section.section_anniversary_menu .head_box .image .main_image {
    position: relative;
}

.page_menu section.section_anniversary_menu .head_box .image .main_image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #55161A;
    position: absolute;
    left: -12px;
    top: -12px;
}

.page_menu section.section_anniversary_menu .head_box .text_box .title_box {
    border-left: 1px solid #BEBEBE;
    padding-left: 26px;
    font-family: 'Hannari';
    margin-bottom: 40px;
}

.page_menu section.section_anniversary_menu .head_box .text_box .title_box .lead {
    font-size: 22px;
}

.page_menu section.section_anniversary_menu .head_box .text_box .title_box .catch {
    font-size: 42px;
    line-height: 1.2;
    color: #55161A;
}

.page_menu section.section_anniversary_menu .head_box .text_box .title_box .catch small {
    font-size: 32px;
}

.page_menu section.section_anniversary_menu .head_box .text_box .text {
    font-size: 14px;
    letter-spacing: .1em;
}

.page_menu section.section_anniversary_menu .head_box .text_box .text .accent {
    color: #55161A;
    font-weight: 400;
}

.page_menu section.section_anniversary_menu .head_box .text_box .text small {
    font-size: 13px;
}

.page_menu section.section_drink {
    padding-top: 175px;
}

.page_menu section.section_drink .image_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.page_menu section.section_drink .image_grid img {
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
}

.page_menu section.section_drink .box + .box {
    margin-top: 80px;
}

.page_menu section.section_drink .box .box_title {
    font-size: 22px;
    color: #55161A;
    font-family: 'Hannari';
    line-height: 1.2;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 13px;
}

.page_menu section.section_drink .box .box_title:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #55161A;
    position: absolute;
    left: 0;
    top: 5px;
}

.page_menu section.section_drink .box .info_text {
    color: #404040;
    letter-spacing: .15em;
}

.page_menu section.section_drink .box .info_text small {
    font-size: 13px;
}

.page_menu section.section_drink .box dl {
    margin-top: 34px;
}

.page_menu section.section_drink .box dl dt {
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 5px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.page_menu section.section_drink .box dl dt .title {
    align-items: center;
    gap: 14px;
    color: #4D4D4D;
}

.page_menu section.section_drink .box dl dt .title .en {
    font-family: 'Bodoni72';
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
}

.page_menu section.section_drink .box dl dt .title .jp {
    font-family: 'Hannari';
    font-size: 20px;
}

.page_menu section.section_drink .box dl dt .title .jp.medium {
    font-size: 18px;
}

.page_menu section.section_drink .box dl dt .title .jp small {
    font-size: 16px;
}

.page_menu section.section_drink .box dl dt .price {
    font-weight: 400;
    font-size: 16px;
    color: #404040;
}

.page_menu section.section_drink .box dl dd {
    font-size: 14px;
    letter-spacing: .12em;
}

body.single-post .l-mainContent {
    background: #fff;
    padding: 30px;
}

aside#sidebar {
    background: #fff;
    padding: 30px;
}

/* 特徴（PC） */

.page_features section.section_contents ol li + li {
    margin-top: 150px;
}

.page_features section.section_contents ol li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_features section.section_contents ol li .image_box {
    width: 35%;
    position: relative;
}

.page_features section.section_contents ol li:nth-child(even) .image_box {
    order: 2;
}

.page_features section.section_contents ol li .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_features section.section_contents ol li .image_box .sub_image {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 170px;
}

.page_features section.section_contents ol li .image_box .main_image {
    height: 300px;
}

.page_features section.section_contents ol li .text_box {
    width: 55%;
    position: relative;
}

.page_features section.section_contents ol li .text_box .num {
    font-size: 80px;
    line-height: 1;
    color: #55161A;
    opacity: .2;
    position: absolute;
    left: -.6em;
    top: -.5em;
}

.page_features section.section_contents ol li .text_box .title {
    font-size: 32px;
    letter-spacing: .1em;
    font-family: 'Hannari';
    color: #55161A;
    line-height: 1.4;
    margin-bottom: 1em;
}

.page_features section.section_contents ol li .text_box .lead {
    font-size: 16px;
    line-height: 2;
}

.page_features section.section_introduction {
    text-align: center;
    margin-bottom: 150px;
}

.page_features section.section_introduction .catch {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'Hannari';
}

.page_features section.section_introduction .lead + .lead {
    margin-top: 2em;
}

.page_features section.section_introduction .lead {
    line-height: 2.2;
    letter-spacing: .1em;
}

.page_features section.section_introduction .lead .accent {
    color: #6F2B2F;
    font-weight: 400;
}

/* お祝い事に（PC） */

.page_anniversary section.section_contents +  section.section_contents {
    margin-top: 150px;
}

.page_anniversary section.section_contents .catch {
    font-size: 36px;
    font-family: 'Hannari';
    margin-bottom: 1em;
    text-align: center;
}

.page_anniversary section.section_contents .box + .box {
    margin-top: 50px;
}

.page_anniversary section.section_contents .box {
    /* align-items: center; */
}

.page_anniversary section.section_contents .box .image {
    width: 40%;
    /* height: 300px; */
    object-fit: cover;
}

.page_anniversary section.section_contents .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_anniversary section.section_contents .box:nth-child(even) .image {
    order: 2;
}

.page_anniversary section.section_contents .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_anniversary section.section_contents .box .text_box {
    width: 55%;
}

.page_anniversary section.section_contents .box .text_box dl + dl {
    margin-top: 50px;
}

.page_anniversary section.section_contents .box .text_box dl dt {
    font-size: 22px;
    color: #55161A;
    font-family: 'Hannari';
    border-left: 1px solid; 
    padding-left: 12px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.page_anniversary section.section_contents .box .text_box dl dd {
    font-size: 14px;
    letter-spacing: .15em;
    color: #404040;
    line-height: 2;
}

.page_anniversary section.section_sales {
    margin-top: 150px;
    text-align: center;
}

.page_anniversary section.section_sales .wrap {
    position: relative;
}

.page_anniversary section.section_sales .accent {
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    z-index: -1;
}

.page_anniversary section.section_sales .accent img {
    width: 550px;
    max-width: unset;
}

.page_anniversary section.section_sales .catch {
    font-size: 30px;
    font-family: 'Hannari';
    margin-bottom: 1em;
    color: #55161A;
}

.page_anniversary section.section_sales .text {
    line-height: 2.2;
    font-size: 16px;
}

/* 店舗概要（PC） */

.page_about section.section_contents {
    margin-bottom: 150px;
}

.page_about section.section_contents .section_title {
    font-size: 36px;
    font-family: 'Hannari';
    margin-bottom: 1em;
    text-align: center;
}

.page_about section.section_contents .box + .box {
    margin-top: 100px;
}

.page_about section.section_contents .box .image_box {
    width: 40%;
    position: relative;
}

.page_about section.section_contents .box:nth-child(2) .image_box {
    order: 2;
}

.page_about section.section_contents .box .image_box .sub_image {
    width: 250px;
    position: absolute;
    left: -50px;
    bottom: -20px;
}

.page_about section.section_contents .box .text_box {
    width: 55%;
}

.page_about section.section_contents .box .text_box .catch {
    font-size: 30px;
    font-family: 'Hannari';
    margin-bottom: .5em;
}

.page_about section.section_contents .box .text_box .lead {
    font-size: 16px;
    line-height: 2.2;
}

.page_about section.section_about {
    margin-bottom: 100px;
}

.page_about section.section_gallery ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
}

/* サイトマップ（PC） */

.page_sitemap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;   
}

.page_sitemap ul.children {
    display: none;
}

.page_sitemap ul li a {
    display: block;
    background: #fff;
    border-left: 3px solid #55161A;
    color: initial;
    font-weight: 400;
    line-height: 60px;
    padding-left: 2em;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    font-size: 16px;
    letter-spacing: .1em;
}

.page_sitemap .wsp-pages-title {
    display: none;
}

.common_mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.common_mask img {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.common_mask .mask {
    width: 100%;
    height: 100%;
    background: #55161A;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

.common_mask.is_show .mask {
    animation: maskSlide 1.2s cubic-bezier(.77,0,.18,1) forwards;
}

.common_mask.is_show img {
    opacity: 1;
    transition-delay: 0.4s;
}

@keyframes maskSlide {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

body.single-post .p-authorBox__l img {
    border-radius: 100%;
    
}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.5vw;
        min-width: auto;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */

    section.page_fv {
        padding-top: 28vw;
    }
    
    section.page_fv .text_box {
        margin-bottom: 12.8vw;
    }
    
    section.page_fv .text_box .en {
        font-size: 12.9vw;
    }
    
    section.page_fv .text_box .en small {
        font-size: 7.7vw;
    }
    
    section.page_fv .text_box .title {
        font-size: 4.6vw;
        padding-left: 4.2vw;
        left: 50%;
    }
    
    section.page_fv .text_box .title:before {
        width: 3.7vw;
    }
    
    section.page_fv .image {
        width: 96%;
        height: 46vw;
        margin-left: auto;
    }
    
    section.page_fv .image:before {
        left: -2.5vw;
        top: 2.5vw;
    }
    
    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3.5vw;
        margin-bottom: 3.07vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="number"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    /* body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    } */

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    section.section_fv {
        height: 216.4vw;
        margin-bottom: 20.5vw;
    }

    section.section_fv .cont {
        padding-top: 5.6vw;
    }

    section.section_fv .cont:before {
        background-image: url(./image/fv_mask_sp.webp);
    }

    section.section_fv .cont .nav_box {
        margin-left: 0;
        margin-bottom: 105.1vw;
    }

    section.section_fv .cont .logo {
        margin-top: 0;
        margin-bottom: 0;
        width: 37.7vw;
    }

    nav.common_nav_menu {
        display: none;
    }

    section.section_fv .cont .catch_box {
        writing-mode: initial;
    }

    section.section_fv .cont .catch_box .lead {
        font-size: 5.6vw;
        margin-left: 0;
        width: fit-content;
    }

    section.section_fv .cont .catch_box .lead:before {
        width: 7.7vw;
        height: 1px;
        left: 96%;
        top: 60%;
        transform: translateX(0);
    }

    section.section_fv .cont .catch_box .title {
        font-size: 11.3vw;
        margin-top: 7.7vw;
        line-height: 1.3;
        letter-spacing: 0;
    }

    section.section_fv .cont .catch_box .title span:last-child {
        margin-top: 0;
    }

    section.section_fv .scroll_down {
        bottom: 5.1vw;
    }

    section.section_fv .scroll_down .text {
        font-size: 3.8vw;
        margin-bottom: 2.6vw;
    }

    section.section_fv .scroll_down img {
        width: 3.1vw;
    }

    .common_title_box .en {
        font-size: 14.4vw;
    }

    .common_title_box .title {
        font-size: 4.1vw;
    }

    section.section_topics {
        margin-bottom: 37.2vw;
    }

    section.section_topics .common_title_box {
        margin-bottom: 9.7vw;
    }

    section.section_topics .topics_list {
        margin-bottom: 9.2vw;
    }

    section.section_topics .topics_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 7.2vw;
    }

    section.section_topics .topics_list ul li a {
        padding-bottom: 3.1vw;
        border-bottom: 1px solid rgba(80,80,80,.2);
        display: block;
    }

    section.section_topics .topics_list ul li:hover .image img {
        transform: scale(1);
    }

    section.section_topics .topics_list ul li .image {
        width: 25.6vw;
        height: 25.6vw;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    section.section_topics .topics_list ul li .image_box:before,
    section.section_topics .topics_list ul li .image_box:after {
        display: none;
    }

    section.section_topics .topics_list ul li .text_box:before {
        border-left: 16px solid transparent;
        border-bottom: 16px solid #55161A;
    }

    section.section_topics .topics_list ul li .text_box:after {
        display: none;
    }

    section.section_topics .topics_list ul li .text_box .title {
        font-size: 4.4vw;
        margin-bottom: 3.8vw;
        min-height: 25.6vw;
        padding-left: 30.8vw;
        display: flex;
        align-items: center;
    }

    section.section_topics .topics_list ul li .text_box .lead {
        font-size: 3.1vw;
        margin-bottom: 5.4vw;
    }

    section.section_topics .topics_list ul li .text_box .data {
        font-size: 4.1vw;
    }

    section.section_topics .attention_list {
        border-top: none;
        padding: 0 2.6vw;
        padding-bottom: 0;
        margin-bottom: 11.5vw;
    }

    section.section_topics .attention_list ul li {
        font-size: 3.3vw;
    }

    section.section_topics .attention_list ul li + li {
        margin-top: 4.6vw;
    }

    .common_view_more {
        width: 53.8vw;
        transform: translateX(0);
    }

    .common_view_more:before {
        border-left: 12px solid transparent;
        border-bottom: 12px solid #55161A;
        right: 1.5vw;
        bottom: 2.1vw;
    }

    .common_view_more:after {
        width: 26.9vw;
    }

    .common_view_more a {
        line-height: 13.3vw;
        font-size: 4.6vw;
    }

    .common_view_more:hover a {
        color: #55161A;
        background: none;
    }

    .common_view_more:hover::before {
        border-bottom: 12px solid #55161A;
    }

    .common_view_more:hover::after {
        opacity: 1;
    }

    .common_view_more:hover a::before {
        background: #A2A2A2;
    }

    .common_view_more a:before {
        width: 12.8vw;
        left: -6.4vw;
    }

    section.section_greeting {
        padding-bottom: 26.9vw;
    }

    section.section_greeting .wrap {
        max-width: 100%;
    }

    section.section_greeting .head_box {
        margin-bottom: 20.5vw;
        padding-top: 10vw;
    }

    section.section_greeting .head_box .en_title {
        font-size: 16.4vw;
        left: 0;
        top: -20.5vw;
    }

    section.section_greeting .head_box .main_image {
        width: 82.1vw;
        margin-left: 0;
        margin-bottom: 9.5vw;
    }

    section.section_greeting .head_box .main_image:before {
        left: -2.1vw;
        top: -2.1vw;
    }

    section.section_greeting .head_box .sub_image {
        top: 30.8vw;
        width: 23.1vw;
        left: 71.8vw;
    }

    section.section_greeting .head_box .text_box {
        margin-left: 0;
        padding: 0 5vw;
    }

    section.section_greeting .head_box .text_box .lead {
        font-size: 5.1vw;
        margin-bottom: 5.6vw;
    }

    section.section_greeting .head_box .text_box .catch {
        font-size: 5.6vw;
        margin-bottom: 5.6vw;
    }

    section.section_greeting .head_box .text_box .catch:before {
        width: 10.3vw;
        right: 7.7vw;
        top: 14.9vw;
    }

    section.section_greeting .head_box .text_box .catch .accent {
        font-size: 6.7vw;
    }

    section.section_greeting .head_box .illust {
        display: none;
    }

    section.section_greeting .head_box:after {
        width: 120.5vw;
        height: 120.5vw;
        transform: rotate(45deg);
        top: 0;
        right: 12.8vw;
    }

    section.section_greeting .craft_box .flex_box {
        display: block;
    }

    section.section_greeting .craft_box .main_image_box {
        width: 100%;
        margin-top: 0;
        margin-bottom: 52.8vw;
    }

    section.section_greeting .craft_box .main_image_box .main_image {
        position: relative;
        width: 66.7vw;
        margin-right: 2.6vw;
        margin-left: auto;
        height: 43.6vw;
    }

    section.section_greeting .craft_box .main_image_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.section_greeting .craft_box .main_image_box .main_image:before {
        right: -2.1vw;
        top: 2.1vw;
    }

    section.section_greeting .craft_box .main_image_box .sub_image {
        width: 41.0vw;
        height: 35.9vw;
        bottom: -28.2vw;
        right: auto;
        left: 10vw;
    }

    section.section_greeting .craft_box .text_box {
        width: 100%;
        padding: 0 5vw;
    }

    section.section_greeting .craft_box .text_box .en_title {
        font-size: 20.5vw;
        left: 0;
        top: -12.8vw;
    }

    section.section_greeting .craft_box .text_box .accent {
        display: none;
    }

    section.section_greeting .craft_box .accent_image {
        width: 51.3vw;
        margin-left: 20.5vw;
        margin-right: 0;
        margin-top: 20.5vw;
    }

    section.section_greeting .special_box {
        margin-top: 44.9vw;
    }

    section.section_greeting .special_box .main_image_box {
        width: 100%;
        margin-left: 0;
        padding-right: 7.2vw;
        margin-bottom: 7.4vw;
    }

    section.section_greeting .special_box .main_image_box .main_image {
        height: 48.7vw;
    }

    section.section_greeting .special_box .main_image_box .main_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.section_greeting .special_box .main_image_box .main_image:before {
        left: auto;
        right: -2.1vw;
        top: -2.1vw;
    }

    section.section_greeting .special_box .main_image_box .sub_image {
        width: 33.3vw;
        left: auto;
        right: 10vw;
        bottom: auto;
        top: -71.8vw;
    }

    section.section_greeting .special_box .text_box {
        width: 100%;
        margin-right: 0;
        padding: 0 5vw;
    }

    section.section_greeting .special_box .text_box .en_title {
        font-size: 17.9vw;
        right: 0;
        top: -30.8vw;
    }

    section.section_greeting .special_box .text_box .in_text {
        margin-bottom: 12.8vw;
    }

    section.section_greeting .special_box .text_box .common_view_more {
        margin-left: auto;
    }

    section.section_features {
        padding: 20.5vw 0 25.1vw;
    }

    section.section_features .common_title_box {
        margin-bottom: 15.4vw;
    }

    section.section_features ol {
        margin-bottom: 10.3vw;
    }

    section.section_features ol li {
        background-image: url(./image/features_accent_sp.svg);
        height: 143.6vw;
        padding-top: 49.5vw;
    }

    section.section_features ol li + li {
        margin-top: 20.0vw;
    }

    section.section_features ol li .image_box {
        width: 71.8vw;
        position: absolute;
        left: 5.1vw;
        top: -4.6vw;
    }

    section.section_features ol li .image_box .main_image {
        height: 43.6vw;
    }

    section.section_features ol li .image_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.section_features ol li .image_box .sub_image {
        width: 28.2vw;
        height: 28.2vw;
        right: -11.0vw;
        bottom: -4.4vw;
    }

    section.section_features ol li .text_box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        transform: translateY(0);
        padding: 0 5.1vw;
    }

    section.section_features ol li .text_box .num {
        font-size: 17.9vw;
        left: 2.6vw;
        top: -.4em;
    }

    section.section_features ol li .text_box .title {
        font-size: 5.1vw;
        padding-bottom: 4.4vw;
        margin-bottom: 4.4vw;
    }

    section.section_features ol li .text_box .lead {
        font-size: 3.3vw;
    }

    section.section_features ol li:nth-child(even) .text_box {
        margin-right: 0;
        margin-left: 0;
    }

    section.section_features ol li:nth-child(even) .image_box {
        left: auto;
        right: 5.1vw;
        top: -4.6vw;
        bottom: auto;
    }

    section.section_features ol li:nth-child(even) .image_box .sub_image {
        left: -10.8vw;
        top: -4.9vw;
    }

    section.section_features .common_view_more {
        width: 53.8vw;
    }

    section.section_menu {
        padding: 17.9vw 0 34.9vw;
    }

    section.section_menu .accent {
        width: 282.1vw;
        transform: translate(-50%,0);
        bottom: -15.4vw;
        top: auto;
    }

    section.section_menu .accent img {
        max-width: 100%;
    }

    section.section_menu .head_box {
        margin-bottom: 10.8vw;
    }

    section.section_menu .head_box .title_box .en {
        font-size: 17.2vw;
    }

    section.section_menu .head_box .title_box .en small {
        font-size: 10.8vw;
    }

    section.section_menu .head_box .title_box .title {
        font-size: 4.6vw;
        padding-left: 4.6vw;
    }

    section.section_menu .head_box .title_box .title:before {
        width: 2.1vw;
    }

    section.section_menu .head_box .lead_box {
        width: 100%;
        margin-top: 5.6vw;
    }

    section.section_menu .head_box .lead_box .lead {
        font-size: 3.3vw;
    }

    section.section_menu .cont {
        margin: 0;
    }

    section.section_menu .cont ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.9vw;
    }

    section.section_menu .cont ul li:nth-child(2),
    section.section_menu .cont ul li:nth-child(3) {
        margin-top: 0;
    }

    section.section_menu .cont ul li .image {
        margin-bottom: 3.1vw;
        height: auto;
    }

    section.section_menu .cont ul li:hover .image img {
        transform: scale(1);
    }

    section.section_menu .cont ul li .image_box:before,
    section.section_menu .cont ul li .image_box:after {
        display: none;
    }

    section.section_menu .cont ul li .image:before {
        border-left: 16px solid transparent;
        border-bottom: 16px solid #fff;
        right: 2.1vw;
        bottom: 2.1vw;
    }

    section.section_menu .cont ul li:hover .image:before {
        border-bottom: 16px solid #fff;
    }

    section.section_menu .cont ul li .text_box:before {
        height: 7.7vw;
        top: -7.7vw;
    }

    section.section_menu .cont ul li .text_box .en {
        font-size: 8.7vw;
    }

    section.section_menu .cont ul li .text_box .text {
        font-size: 4.1vw;
        padding-bottom: 2.8vw;
        background-size: 12.8vw;
    }

    section.section_anniversary {
        padding-top: 0;
        margin-bottom: 28.2vw;
        position: relative;
    }

    section.section_anniversary .image {
        width: 90vw;
        height: 53.8vw;
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 7.7vw;
    }

    section.section_anniversary .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.section_anniversary .image:before {
        left: -2.1vw;
        top: -2.1vw;
    }

    section.section_anniversary .text_box {
        width: 100%;
        margin-left: aut0;
        margin-right: 0;
    }

    section.section_anniversary .text_box .en {
        font-size: 17.9vw;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: -15.4vw;
        transform: unset;
    }

    section.section_anniversary .text_box .catch {
        font-size: 5vw;
        padding-left: 5.1vw;
        margin-bottom: 5.4vw;
    }

    section.section_anniversary .text_box .in_text {
        margin-bottom: 12.8vw;
    }

    section.section_anniversary .text_box .common_view_more {
        margin-left: auto;
        width: 53.8vw;
    }

    section.section_instagram {
        margin-bottom: 26.9vw;
    }

    section.section_instagram .wrap {
        height: 128.2vw;
        padding-top: 5.1vw;
    }

    section.section_instagram .accent {
        width: 139.2vw;
    }

    section.section_instagram .accent img {
        max-width: 100%;
    }

    section.section_instagram .common_title_box {
        padding-bottom: 2.8vw;
        background-size: 12.8vw;
        margin-bottom: 5vw;
    }

    section.section_instagram .common_title_box .title {
        font-size: 4.1vw;
    }

    section.section_about {
        margin-bottom: 25.6vw;
    }

    section.section_about .common_title_box {
        margin-bottom: 8.2vw;
    }

    section.section_about .flex_box {
        margin-bottom: 10.3vw;
    }

    section.section_about .image {
        width: 87.7vw;
        margin-left: auto;
        margin-bottom: 5.1vw;
    }

    section.section_about .image:before {
        left: -2.1vw;
        top: -2.1vw;
    }

    section.section_about .table_box {
        width: 100%;
    }

    section.section_about .table_box table th {
        font-size: 4.1vw;
        padding-left: 2.1vw;
    }

    section.section_about .table_box table th span:after {
        width: 100vw;
    }

    section.section_about .table_box table td {
        padding-top: 2.8vw;
        padding-left: 2.1vw;
        padding-bottom: 5.1vw;
        font-size: 3.3vw;
        letter-spacing: 0;
    }

    section.section_about .table_box table td a {
        color: #2B2B2B;
    }

    section.section_about .table_box table td .attention {
        font-size: 3.1vw;
        margin-top: 2.1vw;
    }

    section.section_about .map iframe {
        height: 41.0vw;
    }

    footer#main_footer {
        padding: 17.9vw 0 8.2vw;
    }

    footer#main_footer .flex_box {
        margin-bottom: 16.2vw;
        display: block;
    }

    footer#main_footer .logo {
        width: 40.3vw;
        margin: 0 auto 15.4vw auto;
    }

    .common_contact_box {
        width: 100%;
        margin: 0;
    }

    .common_contact_box .contact_box {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .common_contact_box .contact_box .lead {
        font-size: 4.4vw;
        margin-bottom: 6.2vw;
        text-align: center;
        width: 100%;
    }

    .common_contact_box .contact_box .tel_box {
        margin-bottom: auto;
        margin-top: 7.2vw;
        order: 2;
        width: 100%;
    }

    .common_contact_box .contact_box .tel_box .tel {
        font-size: 8.2vw;
        margin-bottom: 1.3vw;
        text-align: center;
    }

    .common_contact_box .contact_box .tel_box .tel a {
        color: #fff;
    }

    .common_contact_box .contact_box .tel_box .attention {
        font-size: 3.1vw;
        width: 79.5vw;
        margin: 0 auto;
    }

    .common_contact_box .contact_box .tel_box .tel small {
        font-size: 5.9vw;
    }

    .common_contact_box .contact_box .mail_box {
        gap: 5.6vw;
        width: 100%;
    }

    .common_contact_box .contact_box .mail_box .common_view_more {
        width: 74.4vw;
        margin: 0 auto;
    }

    .common_contact_box .contact_box .mail_box .common_view_more a {
        font-size: 4.1vw;
    }

    .common_contact_box .site_contents {
        display: none;
    }

    .common_bottom_box .sns_box {
        padding-bottom: 3.8vw;
        justify-content: center;
        margin-bottom: 3.8vw;
        gap: 3.8vw;
    }

    .common_bottom_box .sns_box .en {
        font-size: 5.1vw;
    }

    .common_bottom_box .sns_box ul {
        gap: 5.1vw;
    }

    .common_bottom_box .other_box {
        display: block;
    }

    .common_bottom_box .other_box .address {
        display: none;
    }

    .common_bottom_box .other_box .copyright {
        text-align: center;
    }

    .common_bottom_box .other_box .copyright small {
        font-size: 3.1vw;
    }

    .fixed_reservation {
        width: 100%;
        right: 0;
    }

    .fixed_reservation .label {
        display: none;
    }

    .fixed_reservation:hover .in_cont {
        max-height: unset;
    }

    .fixed_reservation .in_cont {
        max-height: unset;
    }

    .fixed_reservation .in_wrap {
        padding: 2.6vw;
    }

    .fixed_reservation .in_cont .title {
        font-size: 3.6vw;
        position: relative;
        margin-bottom: 2.1vw;
    }

    .fixed_reservation .in_cont .title:before,
    .fixed_reservation .in_cont .title:after {
        content: "";
        width: 23.1vw;
        height: 1px;
        background: rgba(26,26,26,.25);
        position: absolute;
        top: 50%;
    }

    .fixed_reservation .in_cont .title:before {
        left: 0;
    }

    .fixed_reservation .in_cont .title:after {
        right: 0;
    }

    .fixed_reservation .in_cont .button_wrap {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 0;
    }

    .fixed_reservation .in_cont .button_wrap .common_view_more {
        margin: 0;
        transform: unset;
        width: 39.5vw;
    }

    .fixed_reservation .in_cont .button_wrap .common_view_more:before {
        border-left: 10px solid transparent;
        border-bottom: 10px solid #fff;
        right: 1.3vw;
        bottom: 1.3vw;
    }

    .fixed_reservation .in_cont .button_wrap .common_view_more:after {
        display: none;
    }

    .fixed_reservation .in_cont .button_wrap .common_view_more a {
        font-size: 3.6vw;
        line-height: 11.8vw;
    }

    .fixed_reservation .in_cont .button_wrap .common_view_more a:before {
        display: none;
    }

    .fixed_reservation .in_cont .button_wrap .common_view_more + .common_view_more {
        margin-top: 0;
    }

    .fixed_reservation .in_cont .button_wrap .tel_button {
        width: 11.8vw;
        height: 11.8vw;
        background-color: #E3D3D4;
        background-image: url(./image/icon_tel.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7.4vw;
    }

    /* メニューページ（SP） */
    
    .page_menu section.section_introduction {
        padding-bottom: 20vw;
    }
    
    .page_menu section.section_introduction .catch {
        margin-bottom: 12vw;
        font-size: 5vw;
    }
    
    .page_menu section.section_introduction nav ul {
        width: 100%;
        margin: 0 auto 20vw auto;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }
    
    .page_menu section.section_introduction nav ul li a {
        font-size: 4vw;
        padding-bottom: 4vw;
    }
    
    .page_menu section.section_introduction nav ul li a::after {
        right: 4vw;
        width: 2vw;
        height: 2vw;
    }
    
    .page_menu section.section_introduction .notes_box .title_box {
        margin-bottom: 10vw;
    }
    
    .page_menu section.section_introduction .notes_box .title_box .en {
        font-size: 9vw;
    }
    
    .page_menu section.section_introduction .notes_box .title_box .title {
        font-size: 4vw;
        padding-left: 13vw;
        margin-left: 20vw;
    }
    
    .page_menu section.section_introduction .notes_box .title_box .title:before {
        width: 10vw;
    }
    
    .page_menu section.section_introduction .notes_box dl + dl {
        margin-top: 10vw;
    }
    
    .page_menu section.section_introduction .notes_box dl dt {
        font-size: 4.4vw;
        padding-left: 3vw;
    }
    
    .page_menu section.section_introduction .notes_box dl dd {
        margin-top: 3vw;
        padding-top: 3vw;
        font-size: 3.3vw;
    }
    
    .page_menu section.section_black {
        padding: 20vw 0 22vw;
    }
    
    .page_menu .common_title_box {
        transform: translateX(0);
    }
    
    .page_menu .common_title_box .title {
        font-size: 4vw;
        padding-left: 10vw;
    }
    
    .page_menu .common_title_box .title:before {
        width: 7vw;
    }
    
    .page_menu .common_title_box .en {
        font-size: 12.6vw;
    }
    
    .page_menu section.section_premium {
        padding: 20vw 0 22vw;
    }
    
    .page_menu section.section_premium .common_title_box {
        margin-bottom: 6vw;
    }
    
    section.section_premium .image {
        width: 90%;
        margin-bottom: 16vw;
    }

    .page_menu section.section_premium .image .main_image {
        height: 50vw;
    }

    .page_menu section.section_premium .image .main_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    section.section_premium .image:before {
        left: 2vw;
        top: 2vw;
    }
    
    .page_menu section.section_premium .image .sub_image {
        width: 25vw;
        right: -10vw;
        bottom: -10vw;
    }
    
    .page_menu .common_table_box {
        width: 100%;
    }
    
    .page_menu .common_head_name {
        margin-bottom: 4vw;
    }
    
    .page_menu .common_head_name dl {
        padding-bottom: 3vw;
    }
    
    .page_menu .common_head_name dl dt.en {
        font-size: 6vw;
        padding-left: 3vw;
    }
    
    .page_menu .common_head_name dl dt.jp {
        font-size: 5vw;
        padding-left: 2vw;
    }
    
    .page_menu .common_head_name dl dd .price {
        font-size: 6vw;
        margin-right: 1vw;
    }
    
    .page_menu .common_head_name dl dd .price small {
        font-size: 5vw;
    }
    
    .page_menu .common_table_box table tr + tr {
        margin-top: 3vw;
    }
    
    .page_menu .common_table_box table th .en {
        font-size: 4vw;
    }
    
    .page_menu .common_table_box table th .jp {
        font-size: 4.5vw;
    }
    
    .page_menu .common_table_box table th .jp:before {
        width: 100vw;
    }
    
    .page_menu .common_table_box table td {
        font-size: 3.3vw;
        padding-top: 2vw;
    }
    
    .page_menu .common_table_box table td small {
        font-size: 3vw;
    }
    
    .page_menu .common_table_box table td .in_box {
        padding: 3vw;
        margin: 4vw 0;
    }
    
    .page_menu .common_table_box .attention_list {
        margin-top: 6vw;
    }
    
    .page_menu .common_table_box .attention_list ul li {
        font-size: 3vw;
    }
    
    .page_menu section.section_lunch .common_title_box {
        margin-bottom: 6vw;
    }

    .page_menu section.section_lunch .menu_image {
        width: 98%;
        height: 40vw;
    }
    
    .page_menu section.section_lunch .menu_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page_menu section.section_lunch .menu_image:before {
        left: 2vw;
        top: 2vw;
    }
    
    .page_menu section.section_lunch .main_menu {
        margin-bottom: 20vw;
    }
    
    .page_menu section.section_lunch .main_menu .menu_image {
        margin-bottom: 8vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box {
        width: 100%;
        padding: 8vw 4vw;
        margin-bottom: 10vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .title_head {
        padding-left: 3vw;
        margin-bottom: 7vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .title_head .title {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .title_head .title small {
        font-size: 4vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .title_head .lead {
        font-size: 3vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl dt {
        font-size: 3.3vw;
        margin-bottom: 2vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl dd {
        font-size: 3.3vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap dl.flex dd {
        font-size: 3.4vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or {
        font-size: 5vw;
    }
    
    .page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or:before,
    .page_menu section.section_lunch .main_menu .main_menu_box .dl_wrap .or:after {
        width: 34vw;
    }
    
    .page_menu section.section_lunch .other_flex_box .other_box {
        width: 100%;
    }
    
    .page_menu section.section_lunch .other_flex_box .other_box .menu_image {
        margin-bottom: 7vw;
        width: 98%;
    }
    
    .page_menu section.section_lunch .other_flex_box .other_box .menu_image:before {
        left: 2vw;
        top: 2vw;
    }
    
    .page_menu section.section_lunch .other_flex_box .other_box .common_head_name {
        margin-bottom: 4vw;
    }
    
    .page_menu section.section_lunch .other_flex_box .other_box .common_head_name dl dt {
        font-size: 5vw;
    }
    
    .page_menu section.section_lunch .other_flex_box .other_box .attention_list {
        margin-top: 4vw;
    }
    
    .page_menu section.section_dinner .common_title_box {
        margin-bottom: 10vw;
    }
    
    .page_menu section.section_dinner .common_head_name {
        margin-bottom: 4vw;
    }
    
    .page_menu section.section_dinner .flex_box {
        margin-bottom: 20vw;
    }
    
    .page_menu section.section_dinner .flex_box .image {
        position: relative;
        order: -1;
        width: 98%;
        height: 50vw;
        margin-left: auto;
        margin-bottom: 10vw;
    }

    .page_menu section.section_dinner .flex_box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page_menu section.section_dinner .flex_box .image:before {
        left: -2vw;
        top: 2vw;
    }
    
    .page_menu section.section_dinner .other_course .in_cont {
        gap: 10vw;
    }
    
    .page_menu section.section_dinner .other_course .menu_image {
        width: 97%;
    }
    
    .page_menu section.section_dinner .other_course .menu_image:before {
        left: 2vw;
        top: 2vw;
    }
    
    .page_menu section.section_common_menu {
        padding-top: 110px;
    }
    
    .page_menu section.section_common_menu .common_title_box {
        margin-bottom: 10vw;
    }
    
    .page_menu section.section_common_menu .common_menu_box .image {
        width: 100%;
        height: 70vw;
        margin-bottom: 10vw;
    }

    .page_menu section.section_common_menu .common_menu_box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page_menu section.section_common_menu .common_menu_box .image:before {
        left: 2vw;
        top: 2vw;
    }
    
    .page_menu section.section_common_menu:nth-child(even) .common_menu_box .image {
        order: -1;
    }
    
    .page_menu section.section_common_menu:nth-child(even) .common_menu_box .image:before {
        left: -2vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box {
        margin-bottom: 20vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .image {
        width: 100%;
        order: -1;
        margin-bottom: 15vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .image .sub_image {
        width: 30vw;
        left: auto;
        top: auto;
        bottom: -5vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .image .main_image {
        width: 80vw;
        height: 70vw;
        margin-left: auto;
    }

    .page_menu section.section_anniversary_menu .head_box .image .main_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page_menu section.section_anniversary_menu .head_box .image .main_image:before {
        left: -2vw;
        top: -2vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .text_box .title_box {
        padding-left: 5vw;
        margin-bottom: 10vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .text_box .title_box .lead {
        font-size: 3.5vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .text_box .title_box .catch {
        font-size: 7vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .text_box .title_box .catch small {
        font-size: 5vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .text_box .text {
        font-size: 3.3vw;
    }
    
    .page_menu section.section_anniversary_menu .head_box .text_box .text small {
        font-size: 3.2vw;
    }
    
    .page_menu section.section_drink {
        padding-top: 20vw;
    }
    
    .page_menu section.section_drink .image_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
        margin-bottom: 10vw;
    }
    
    .page_menu section.section_drink .box + .box {
        margin-top: 13vw;
    }
    
    .page_menu section.section_drink .box .box_title {
        font-size: 5vw;
        padding-bottom: 4vw;
        margin-bottom: 10vw;
        padding-left: 3vw;
    }
    
    .page_menu section.section_drink .box .box_title:before {
        height: 5vw;
        top: .5vw;
    }
    
    .page_menu section.section_drink .box .info_text small {
        font-size: 3.2vw;
    }
    
    .page_menu section.section_drink .box dl {
        margin-top: 7vw;
    }
    
    .page_menu section.section_drink .box dl dt {
        padding-bottom: 2vw;
        margin-bottom: 3vw;
    }
    
    .page_menu section.section_drink .box dl dt .title {
        display: block;
        width: 70%;
    }
    
    .page_menu section.section_drink .box dl dt .title .en {
        font-size: 5vw;
    }
    
    .page_menu section.section_drink .box dl dt .title .jp {
        font-size: 3.3vw;
        line-height: 1.2;
    }
    
    .page_menu section.section_drink .box dl dt .title .jp.medium {
        font-size: 3.5vw;
    }
    
    .page_menu section.section_drink .box dl dt .title .jp small {
        font-size: 3.3vw;
    }
    
    .page_menu section.section_drink .box dl dt .price {
        font-size: 3vw;
        margin-top: .5em;
    }
    
    .page_menu section.section_drink .box dl dd {
        font-size: 3.2vw;
    }

    /* 特徴（SP） */
    
    .page_features section.section_contents ol li + li {
        margin-top: 20vw;
    }
    
    .page_features section.section_contents ol li {
        display: block;
    }
    
    .page_features section.section_contents ol li .image_box {
        width: 90%;
        margin-bottom: 14vw;
    }

    .page_features section.section_contents ol li:nth-child(even) .image_box {
        order: -1;
    }
    
    .page_features section.section_contents ol li .image_box .sub_image {
        right: -10vw;
        bottom: -5vw;
        width: 30vw;
    }
    
    .page_features section.section_contents ol li .image_box .main_image {
        height: 70vw;
    }
    
    .page_features section.section_contents ol li .text_box {
        width: 100%;
    }
    
    .page_features section.section_contents ol li .text_box .num {
        font-size: 15vw;
        left: 0;
    }
    
    .page_features section.section_contents ol li .text_box .title {
        font-size: 5.5vw;
    }
    
    .page_features section.section_contents ol li .text_box .lead {
        font-size: 3.5vw;
    }
    
    .page_features section.section_introduction {
        margin-bottom: 20vw;
    }
    
    .page_features section.section_introduction .catch {
        margin-bottom: 6vw;
        font-size: 5.5vw;
    }

    .page_features section.section_introduction .lead {
        text-align: left;
    }

    /* お祝い事に（SP） */
    
    .page_anniversary section.section_contents +  section.section_contents {
        margin-top: 20vw;
    }
    
    .page_anniversary section.section_contents .catch {
        font-size: 5.5vw;
    }
    
    .page_anniversary section.section_contents .box + .box {
        margin-top: 10vw;
    }
    
    .page_anniversary section.section_contents .box .image {
        width: 100%;
        height: 40vw;
        margin-bottom: 4vw;
    }
    
    .page_anniversary section.section_contents .box:nth-child(even) .image {
        order: -1;
    }
    
    .page_anniversary section.section_contents .box .text_box {
        width: 100%;
    }
    
    .page_anniversary section.section_contents .box .text_box dl + dl {
        margin-top: 50px;
    }
    
    .page_anniversary section.section_contents .box .text_box dl dt {
        font-size: 4.5vw;
        padding-left: 3vw;
    }
    
    .page_anniversary section.section_contents .box .text_box dl dd {
        font-size: 3.4vw;
    }
    
    .page_anniversary section.section_sales {
        margin-top: 20vw;
    }
    
    .page_anniversary section.section_sales .accent {
        top: -10vw;
    }
    
    .page_anniversary section.section_sales .accent img {
        width: 125vw;
    }
    
    .page_anniversary section.section_sales .catch {
        font-size: 5vw;
    }
    
    .page_anniversary section.section_sales .text {
        line-height: 2;
        font-size: 3.3vw;
    }

    /* 店舗概要（SP） */
    
    .page_about section.section_contents {
        margin-bottom: 20vw;
    }
    
    .page_about section.section_contents .section_title {
        font-size: 5vw;
    }
    
    .page_about section.section_contents .box + .box {
        margin-top: 14vw;
    }
    
    .page_about section.section_contents .box .image_box {
        width: 100%;
        margin-bottom: 8vw;
    }
    
    .page_about section.section_contents .box:nth-child(2) .image_box {
        order: -1;
    }
    
    .page_about section.section_contents .box .image_box .sub_image {
        display: none;
    }
    
    .page_about section.section_contents .box .text_box {
        width: 100%;
    }
    
    .page_about section.section_contents .box .text_box .catch {
        font-size: 5.3vw;
    }
    
    .page_about section.section_contents .box .text_box .lead {
        font-size: 3.5vw;
    }
    
    .page_about section.section_about {
        margin-bottom: 20vw;
    }
    
    .page_about section.section_gallery ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
    }

    /* サイトマップ（SP） */
    
    .page_sitemap ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
    }
    
    .page_sitemap ul li a {
        line-height: 13vw;
        font-size: 3.4vw;
    }

    .page_contact .wrap {
        padding: 10vw 5vw;
    }

}