fff@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    /*使用しない場合も必ず設定*/
    /*--i_bg_color: #f8dedd;*/
    /*背景色*/
    --i_bg_color: #000;
    /*背景色*/
    /*--i_txt_color: #000;*/
    /*テキスト*/
    --i_txt_color: #333;
    /*テキスト*/
    /*--i_main_color: #f582ae;*/
    /*メイン*/
    --i_main_color: #A50008;
    /*メイン*/
    /*--i_sub_color: #f582ae;*/
    /*アクセント*/
    --i_sub_color: #A50008;
    /*アクセント*/
    /*--i_sub2_color: #F3C9C7;*/
    /*薄い色*/
    --i_sub2_color: #ebe7e3;
    /*薄い色*/
    /*--i_btn_color: #f582ae;*/
    /*ボタン*/
    --i_btn_color: #A60108;
    /*ボタン*/
    /*--i_btn_hover_color: #f582ae;*/
    /*ボタンhover*/
    --i_btn_hover_color: #d8e698;
    /*ボタンhover*/
    --i_btn_txt_color: #fff;
    /*ボタンテキスト*/
    --i_btn_hover_txt_color: #fff;
    /*ボタンテキスト*/
    --i_shadow_color: rgba(0, 0, 0, 0.05);
    /*シャドウ*/
    --i_border_color: rgba(0, 0, 0, 0.13);
    /*ボーダー*/
    --i_noimg_bg_color: #fff;
    /*画像無し*/
}

@media screen and (max-width: 500px) {
    :root {
        --i_padding: 20px;
        /*左右余白*/
    }
}

body.ft03,
body.ft03 #setting_modal .heading_design * {
    font-family: 'Jost', 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.55rem;
    line-height: 1.9;
    letter-spacing: 0.02rem;
    -webkit-text-size-adjust: 100%;
    color: var(--i_txt_color);
    font-weight: 400;
    overflow-x: hidden;
}

body {
    background: var(--i_bg_color) !important;
}

main {
    background: transparent;
}

@media screen and (max-width: 850px) {
    html {
        font-size: 60.606%;
    }

    body {
        letter-spacing: 0px;
    }
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    main {
        /* IE11 にのみ適用される */
        display: block !important;
    }
}

a {
    outline: 0;
    text-decoration: none;
    color: var(--i_txt_color);
}

section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
    color: inherit;
}

/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
}

@media screen and (max-width: 850px) {
    #sidebar {
        border: 5px solid var(--i_sub2_color);
    }
}

.no_img {
    background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1) {
    background: var(--i_bg_color);
}

#load .loader {
    border: 1px solid var(--i_main_color);
    /*★*/
}

#load .loader,
#load .loader::before {
    border-top-color: var(--i_main_color) !important;
}

.popup .loader {
    border: 1px solid var(--i_main_color);
    /*★*/
}

.popup .loader,
.popup .loader::before {
    border-top-color: var(--i_main_color) !important;
}

#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
    /*★*-1*/
    left: -1px;
    top: -1px;
}

#load img {
    max-width: 240px;
    max-height: 300px;
    transform: translateY(-50%);
}

@media screen and (max-width: 650px) {
    #load img {
        max-width: 180px;
    }
}

/*----------------------------header----------------------------*/

header {
    font-size: 1.4rem;
    color: var(--i_txt_color);
    background-color: rgba(0, 0, 0, 1) !important;
}

body.scrolled header {
    /*background-color: rgba(255, 255, 255, 0.7) !important;  好みに応じて透明度調整 
	backdrop-filter: blur(5px); 
	-webkit-backdrop-filter: blur(5px);
	transition: background-color 0.3s ease-in-out;*/

    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background-color 0.3s ease-in-out;
}

header h1 {
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
    opacity: 0.7;
    fill: var(--i_txt_color);
}

body.scrolled header .logo {
    padding: 20px 0 !important;
}

header .logo,
header .logo a {
    max-width: 140px;
}

body.scrolled header .logo a img {
    max-height: 65px;
}

header .header_contents .header_col1 {
    /* ▼水平方向レイアウト */
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

header .header_contents .header_col1 .tel {
    position: relative;
    font-size: 26px;
    line-height: 1;
    padding-left: 26px;
    font-weight: bold;
    font-weight: normal;
    fill: var(--i_txt_color);
}

header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
    fill: var(--i_txt_color);
}

header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
    background: var(--i_txt_color);
}

header .header_contents .header_col1 .btn>a {
    display: block;
    text-align: center;
    background: #FFF;
    color: #333;
    /*
	color: var(--i_btn_txt_color);
  */
    padding: 11px 15px 10px;
    letter-spacing: 0.2rem;
    transition: 0.4s ease-in-out;
}

header .header_contents .header_col1 .btn>a:hover {
    opacity: 0.6;
}

header .header_contents .header_col1 .tel svg {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    left: 0;
}

header .header_contents .header_col1 .btn .translate a svg {
    max-width: 74%;
    max-height: 74%;
    margin: 13% auto 0;
}

header .header_contents .header_col1 .btn .translate a:hover {
    opacity: 0.8;
}

header#pattern1 nav,
header#pattern3 nav {
    position: relative;
}

header nav * {
    color: var(--i_txt_color);
}

header nav ul.nav_1st {
    width: 100%;
    max-width: 1300px !important;
    /*任意*/
}

header nav ul.nav_1st>li {
    box-sizing: border-box;
    position: relative;
}

header nav ul.nav_1st>li:after {
    /*罫線*/
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 30%;
    left: 0;
}

header nav ul.nav_1st>li:last-child:before {
    /*罫線*/
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    top: 30%;
    right: 0;
}

header nav ul.nav_1st>li>a {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
}

header nav ul.nav_1st>li>a span {
    /*ナビの高さはline-heightで調整*/
    line-height: 4;
    /* マージン普通選択時 */
    letter-spacing: 0.4rem;
    transition: 0.4s ease-in-out;
    font-weight: 400;
    font-size: 1.45rem;
}

header nav ul.nav_1st>li>a:hover span {
    opacity: 0.7;
}

.scrolled header#pattern3 nav ul.nav_1st>li>a span {
    line-height: 2.5;
}

body.margin header nav ul.nav_1st>li>a span {
    line-height: 4;
}

header nav ul.nav_2nd {
    padding-top: 20px;
}

header nav ul.nav_1st>li:hover ul.nav_2nd {
    padding-top: 15px;
    box-shadow: 2px 2px 5px var(--i_shadow_color);
}

header nav ul.nav_2nd>li {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid var(--i_border_color);
}

header nav ul.nav_2nd>li:nth-last-of-type(1) {
    border-bottom: none;
}

header nav ul.nav_2nd li a {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 1.4rem;
}

header nav ul.nav_2nd>li>a {
    padding-right: 30px;
}

header nav ul.nav_2nd>li>a:after {
    height: 5px;
    width: 5px;
    transform: rotate(-45deg);
    border-right: 1px solid var(--i_sub_color);
    border-bottom: 1px solid var(--i_sub_color);
    top: calc(50% - 2.5px);
    right: 20px;
}

header nav ul.nav_3rd {
    padding-left: 20px;
}

header nav ul.nav_3nd li a {
    padding: 5px 20px;
}

header nav ul.nav_3rd>li>a:after {
    height: 1px;
    width: 4px;
    background: var(--i_sub_color);
    top: calc(50% - 0.5px);
    left: 5px;
}

@media screen and (max-width: 900px) {

    header,
    header *,
    header nav ul.nav_2nd li a {}

    body.scrolled header .logo {
        padding: 10px 0 !important;
    }

    header.open:after,
    header .header_contents {
        background: rgba(255, 255, 255, 0.9);
        position: fixed;
        top: 0;
        left: 0;
    }

    .header_contents {
        z-index: 2;
    }

    header .burger li.sp_translate a svg {
        height: 28px;
        width: 28px;
        margin: 10% auto;
    }

    header .header_sns,
    header .header_contents .header_col1,
    header .header_contents .header_col2 {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid var(--i_border_color);
    }

    header .header_sns {
        border-bottom: none;
    }

    header .header_sns:empty,
    header .header_contents .header_col1:empty,
    header .header_contents .header_col2:empty {
        border: none;
    }

    header .header_contents .header_col1 .tel,
    header .header_contents .header_col1 .btn {
        float: none;
    }

    header .header_contents .header_col2 {
        display: block !important;
    }

    header nav {
        border-bottom: 1px solid var(--i_border_color);
    }

    header nav ul.nav_1st {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid var(--i_border_color);
    }

    header nav ul.nav_1st li {
        border-bottom: 1px solid var(--i_border_color);
        border-top: 1px solid rgba(255, 255, 255, 0.2);

    }

    header nav ul.nav_1st>li:before,
    header nav ul.nav_1st>li:after {
        display: none !important;
    }

    header nav ul.nav_1st>li i:before,
    header nav ul.nav_1st>li i:after {
        background: var(--i_sub_color);
    }

    header nav ul.nav_2nd {
        border-top: 1px solid var(--i_border_color);
    }

    header nav ul.nav_2nd>li {
        box-shadow: none;
    }

    header nav ul.nav_2nd>li * {
        /*color: #333;*/
    }

    header nav ul.nav_3rd {
        border-top: 1px solid var(--i_border_color);
    }

    header nav ul.nav_3rd>li:nth-last-of-type(1) {
        border-bottom: none;
    }

    header .logo a img {
        max-height: 16px !important;
    }

    header nav ul.nav_1st>li>a:hover:before {
        transform: scale(0, 0);
    }

    header#pattern1 nav,
    header#pattern3 nav {
        border-bottom: 0;
        border-top: 0;
    }

    header .header_contents .header_col1 .btn>a {
        padding: 10px 15px 8px;
    }

    header nav ul.nav_1st>li>a:hover {
        background: none;
    }

    header nav ul.nav_1st>li>a span {
        color: var(--i_txt_color);
    }

    header#pattern2 nav ul.nav_1st {
        border-bottom: 0px;
    }
}

/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,


main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]) {
    padding-bottom: 60px;
}

@media screen and (max-width: 800px) {

    main>section:first-child:not([class*="pt"]),
    main>div:first-child:not([class*="pt"]),
    div[class*='pb']+.contents_related,
    section[class*='pb']+.contents_related,
    div[class*='pb']+.contents_related_tags,
    section[class*='pb']+.contents_related_tags {
        padding-top: 40px;
    }

    main>section:not([class*="pt"]),
    main>div:not([class*="pt"]),
    aside>section:not([class*="pt"]),
    aside>div:not([class*="pt"]) {
        padding-bottom: 40px;
    }
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child {
    margin-bottom: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child {
    margin-bottom: 0;
}

.heading.block_header_1,
.heading.block_header_6 {
    padding-top: 22px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.heading.block_header_1:before,
.heading.block_header_6:before {
    background: var(--i_main_color);
    width: 50px;
    top: 0;
    height: 3px;
    left: calc(50% - 25px);
}

.heading.block_header_1.align-left:before,
.heading.block_header_6.align-left:before {
    left: 0;
}

.heading.block_header_1.align-right:before,
.heading.block_header_6.align-right:before {
    left: auto;
    right: 0;
}

.heading.block_header_1 p,
.heading.block_header_6 .h {
    font-weight: 400;
    font-size: 3.8rem !important;
    line-height: 1.4;
    position: relative;
    padding-top: 0;
    color: var(--i_txt_color);
    padding-bottom: 8px;
}

.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {}

section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6:before {
    background: #fff;
}

section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h {
    color: #fff !important;
}

.heading.block_header_1 .h,
.heading.block_header_6 p {
    font-size: 1.7rem;
    font-weight: 400;
}

@media screen and (max-width: 800px) {

    .heading.block_header_1,
    .heading.block_header_6 {
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .heading.block_header_1 p,
    .heading.block_header_6 .h {
        font-size: 3rem !important;
    }

    .heading.block_header_1 .h,
    .heading.block_header_6 p {
        font-size: 1.5rem;
    }

    .index .heading.block_header_1 p,
    .index .heading.block_header_6 .h {}

    .heading.block_header_1:before,
    .heading.block_header_6:before {
        width: 30px;
        left: calc(50% - 15px);
    }
}

/*--*/

.heading.block_header_2 {
    margin-bottom: 30px;
}

section[style*="color: rgb(255, 255, 255);"] .heading.block_header_2,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_2 {
    border-bottom-color: #fff;
}

.heading.block_header_2.align-center:before {
    display: none;
}

.heading.block_header_2.align-left:before {
    left: 0;
}

.heading.block_header_2.align-right:before {
    right: 0;
}

.heading.block_header_2 .h {
    display: inline-block;
    font-weight: 500;
    font-size: 1.95rem;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.1rem;
    padding-left: 25px;
}

.heading.block_header_2 .h:before {
    position: absolute;
    display: block;
    content: "";
    top: calc(1em * 1.5 / 2);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 2px;
    background: var(--i_main_color);
    pointer-events: none;
}

.heading.block_header_2 p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding-left: 22px;
}

.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2 {
    border: none;
}

.widget_gallery01.add_design4 .inner_item .heading.block_header_2 {
    padding-left: 2em !important;
}

@media screen and (max-width: 800px) {
    .heading.block_header_2 {
        margin-bottom: 20px;
    }

    .heading.block_header_2 .h {
        font-size: 2.1rem;
        padding-left: 22px;
    }

    .heading.block_header_2 p {
        padding-left: 22px;
    }
}

/*--*/

.heading.block_header_3 {
    overflow: hidden;
    background: var(--i_main_color);
    padding: 10px 30px 10px 30px;
    margin-bottom: 30px;
    color: #fff;
}

.heading.block_header_3 .h {
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}

.heading.block_header_3 p {
    font-size: 1.4rem;
    font-weight: 500;

    letter-spacing: 0.2rem;
}

@media screen and (max-width: 800px) {
    .heading.block_header_3 {
        padding: 5px 15px 5px 15px;
        margin-bottom: 20px;
    }

    .heading.block_header_3 .h {
        font-size: 2.0rem;
    }

    .heading.block_header_3 p {
        font-size: 1.3rem;
    }
}

/*--*/


.heading.block_header_4 {
    margin-bottom: 15px;
}

.heading.block_header_4:before {
    display: none;
}

.heading.block_header_4 .h {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 0.2rem;
    color: var(--i_main_color);
}

.heading.block_header_4 p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

.composite_box01.block_images_11 .inner_item_txt .heading.block_header_4 .h,
.composite_box01.block_images_17 .inner_item .heading.block_header_4 .h,
.composite_box01.block_images_15 .inner_item .heading.block_header_4 .h {
    color: #fff;
    font-size: 2.5rem !important;
}

@media screen and (max-width: 800px) {

    .composite_box01.block_images_11 .inner_item_txt .heading.block_header_4 .h,
    .composite_box01.block_images_17 .inner_item .heading.block_header_4 .h,
    .composite_box01.block_images_15 .inner_item .heading.block_header_4 .h {
        font-size: 2.1rem !important;
    }
}

/*--*/

.heading.block_header_5 {
    margin-bottom: 15px;
}

.heading.block_header_5 .h {
    display: inline;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
}

.heading.block_header_5 p {
    display: inline;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
}

.heading.block_header_5 p:before {
    content: "　/　";
}

#sidebar .heading.block_header_5 {
    background: var(--i_main_color);
    color: #fff;
    padding: 5px 15px;
}

/*----------------------------背景パララックス----------------------------*/

.parallax {
    box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    border: 1px solid var(--i_btn_color);
    background: var(--i_btn_color);
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    letter-spacing: 0.2rem;
    transition: .4s ease-in-out;
    font-family: inherit;
}

#menu_btn_01>div>div.flex.flex-wrap.justify-center.my-0.mx-auto.w-full {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

main form .submit span input {
    border: 1px solid var(--i_btn_color);
    background: var(--i_btn_color);
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    letter-spacing: 0.2rem;
    transition: .4s ease-in-out;
    font-family: inherit;
}

main form .submit {
    position: relative;
}

.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span input:hover {
    background: none;
    color: var(--i_btn_color);
}

.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
    border: 1px solid #fff;
}

.contents_btn01 a:hover[target=_blank] span:before,
.contents_btn01 a:hover[target=_blank] span:after {
    border: 1px solid var(--i_btn_hover_color);
}

.contents_btn01 a span {
    text-align: center;
    line-height: 1.6;
    font-size: 1.5rem;
    padding: 12px 25px 13px;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

section[style*="rgb(255, 255, 255);"].contents_btn01 a:hover,
div[style*="rgb(255, 255, 255);"].contents_btn01 a:hover {
    /*border: 1px solid var(--i_bg_color);
	color: #fff;*/
}

section[style*="rgb(255, 255, 255);"].contents_btn01 a[target=_blank] span:hover:before,
div[style*="rgb(255, 255, 255);"].contents_btn01 a[target=_blank] span:hover:before,
section[style*="rgb(255, 255, 255);"].contents_btn01 a[target=_blank] span:hover:after,
div[style*="rgb(255, 255, 255);"].contents_btn01 a[target=_blank] span:hover:after {
    /*border: 1px solid var(--i_bg_color);*/
}

.contents_faq01.accordion .mymore a {
    padding: 0 0 3px;
}

.contents_faq01.accordion .mymore a:hover {
    background: var(--i_txt_color);
}

/*--------------------------------MV--------------------------------*/

#mv_outer {
    /*mvに背景とかはここを利用する*/
    position: relative;
    background: #f1d9d9;

}

#mv_outer::before {
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*
	background:#ded7d7;
  */
    pointer-events: none;
}

#mv {
    width: 100%;
    height: 80vh;
    min-height: 500px;
}

#mv:after {
    /*スライドに重ねる色*/
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
}

#mv.slide06 ul.mv_img li,
#mv.slide07 ul.mv_img li {
    width: 49% !important;
    height: 70vh;
}

#mv.slide06 ul.mv_img li.r,
#mv.slide07 ul.mv_img li.r {
    width: 45% !important;
    left: 57% !important;
    top: 7vh;
    height: 70vh;
}

#mv .mv_text {
    height: 90%;
    align-items: flex-end;
    /*垂直方向中央*/
    width: 100% !important;
    left: 0 !important;
    bottom: 5% !important;
}

#mv .mv_text>div {
    max-width: none !important;
    box-sizing: border-box;
    width: 90%;
    /*! position: relative; */
    color: var(--i_txt_color);
}

#mv .mv_text h2 {
    font-size: 60px;
    /* ←max-font-size的意味合いで使用する。動作はjs。*/
    line-height: 1.1;
    letter-spacing: 0.3rem;
    font-weight: 600;
    font-size: 3.5rem !important;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 20px;
    margin-bottom: 10px;
}

#mv .mv_text p {
    padding-top: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    position: absolute;
}

#mv .mv_scroll {
    width: 3px;
    height: auto;
    position: absolute;
    right: 50px;
    left: auto;
    bottom: 0;
}

#mv .mv_scroll a {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 0.3em;
    font-size: 11px;
    position: relative;
    padding-bottom: 100px;
    height: auto;
    width: auto;
    text-indent: 0;
    potision: relative;
    transition: all .3s ease-in-out;
    text-align: right;
    font-weight: 600;
    color: var(--i_txt_color);
}

#mv .mv_scroll a::before {
    width: 1px;
    height: 70px;
    transform: none;
    position: absolute;
    bottom: 0;
    left: 1px;
    top: auto;
    background: var(--i_txt_color);
    transition: all .3s ease-in-out;
}

#mv .mv_scroll a:hover {
    padding-bottom: 80px;
}

#mv .mv_scroll a:hover::before {
    height: 50px;
}

#mv .mv_scroll a:hover::after {
    height: 25px;
}

#mv .mv_pointer,
#mv .mv_arrow {
    display: none;
}

@media screen and (max-height: 630px) {
    #mv {
        height: 72vh;
    }
}

@media screen and (max-width: 100vh) {
    #mv {
        height: 65vh;
    }
}

@media screen and (max-width: 900px) {
    #mv_outer {
        padding-top: 0;
        padding-bottom: 5vh;
    }

    #mv.slide06 ul.mv_img li,
    #mv.slide06 ul.mv_img li.r,
    #mv.slide07 ul.mv_img li,
    #mv.slide07 ul.mv_img li.r {
        width: 85% !important;
        left: 0 !important;
        top: 0;
        height: 65vh;
    }

    #mv .mv_scroll {
        right: 20px;
    }

    #mv .mv_scroll a {
        color: var(--i_txt_color);
        font-size: 1.1rem;
    }

    #mv .mv_scroll a::before {
        background: var(--i_txt_color);
    }
}

@media screen and (max-width: 600px) {
    #mv .mv_scroll {
        bottom: 110px;
    }

    #mv .mv_text h2 {
        font-size: 5.4vw !important;
        letter-spacing: 0.1rem;
        line-height: 1.5;
        padding: 10px;
    }

    #mv .mv_text p {
        font-size: 1.5rem !important;
        letter-spacing: 0.1rem;
        padding: 10px;
        line-height: 2 !important;
    }
}

/*--------------------------------IV--------------------------------*/

#lv {
    background: #000;
    height: 350px;
    padding-bottom: 0;
    width: 100%;
}

#lv_outer {
    /*mvに背景とかはここを利用する*/
    position: relative;
}

header.over+#lv_outer #lv {
    min-height: 200px;
}

#lv .parallax_img {
    opacity: 0.5;
}

#lv p {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0;
}

#lv p span {
    display: inline-block;
    font-size: 3.7rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #lv {
        height: 200px;

    }

    #lv p span {
        font-size: 2.8rem;
    }
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    #lv_outer {
        /* IE11 にのみ適用される */
        border-top-width: 120px !important;
    }

    *::-ms-backdrop,
    .parallax .parallax_img {
        /* IE11 にのみ適用される */
        margin-top: -140px !important;
    }

    *::-ms-backdrop,
    #lv {
        padding-top: 120px !important;
    }
}


/*----------------------------パンくず----------------------------*/

#pan {
    padding: 0;
    border-bottom: 1px solid var(--i_border_color);
}

#pan li {
    font-size: 1.2rem;
    padding: 5px 0 3px 30px;
}

#pan li:before,
#pan li:after {
    border-top: 1px solid var(--i_border_color);
    border-right: 1px solid var(--i_border_color);
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before {
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a {
    /*border: 1px solid #ddd;*/
    border-radius: 50px;
    font-size: 1.4rem;
    background: var(--i_sub2_color);
}

.category1 li a:hover,
.category1 li a.current {
    background: var(--i_sub_color);
    color: #fff;
    /*border: 1px solid var(--i_sub_color);*/
}

/*--sidebar--*/

#sidebar section,
#sidebar>div {
    border-bottom: 1px solid var(--i_border_color);
}

#sidebar h2 {
    text-align: left;
    font-size: 2.2rem;
}

#sidebar .sidebar_tag li {

    border: 1px solid var(--i_border_color);
    background: var(--i_sub2_color);
}

#sidebar .sidebar_list a {
    position: relative;
    padding-left: 15px;
}

#sidebar .sidebar_list a:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/

.pager li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    /*border: 1px solid #ddd;*/
    font-size: 1.4rem;
    background: var(--i_sub2_color);
}

.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
    background: var(--i_btn_color);
    color: #fff;
    /*border: 1px solid var(--i_btn_color);*/
}

.pager li.arrow a {
    background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a {
    /*border: 1px solid #ddd;*/
    color: var(--i_txt_color);
    line-height: 45px;
    padding: 0 15px;
    font-size: 1.4rem;
    background: var(--i_sub2_color);
}

.pager2 li a:hover {
    background: var(--i_main_color);
    color: #fff;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup {
    background: rgba(255, 255, 255, 0.7);
}

.popclose {
    /*text-shadow: 1px 1px 1px var(--i_border_color);*/
}

.poptxt {
    font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn {
    margin-bottom: 30px;
    font-size: 1.45rem;
}

#fixbtn .fixbtnwrap {
    background: #ffd700;
    /*border-bottom: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);*/
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
    background-color: transparent;
}

#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
    color: var(--i_txt_color);
}

#fixbtn .fixbtntel {
    /*border-right: 1px solid var(--i_border_color);*/
}

#fixbtn .fixbtntel:nth-last-of-type(2) {
    border-right: none;
}

#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
    font-size: 2.7rem;
    line-height: 1;
    margin-right: 10px;
}

#fixbtn .contents_btn01 a:hover {
    transform: none;
}

#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
    margin-right: 0;
}

#fixbtn .fixbtntel svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    fill: var(--i_txt_color);
}

#fixbtn .contents_btn01 {
    /*border-left: 1px solid rgba(255,255,255,0.1);*/
}

#fixbtn .contents_btn01:nth-of-type(1) {
    border-left: none;
}

#fixbtn .contents_btn01:nth-of-type(1) {
    /*▼ TELない場合中央揃え*/
    margin-left: auto;
    margin-right: auto;
}

#fixbtn .contents_btn01 a {
    padding: 0;
    border: 1px solid var(--i_txt_color);
    background: transparent;
    color: var(--i_txt_color) !important;
}

#fixbtn .contents_btn01 a:hover {
    opacity: 1;
    background: var(--i_btn_hover_color);
    border-color: var(--i_btn_hover_color);
}

#fixbtn .contents_btn01 a:hover span {
    color: #fff;
}

#fixbtn .contents_btn01 a[target=_blank] span:before,
#fixbtn .contents_btn01 a[target=_blank] span:after {
    border-color: var(--i_txt_color);
}

#fixbtn .contents_btn01 a:hover[target=_blank] span:before,
#fixbtn .contents_btn01 a:hover[target=_blank] span:after {
    border: 1px solid var(--i_btn_hover_txt_color);
}

#fixbtn .contents_btn01 span {
    text-align: center;
    padding: 11px 20px 9px;
}

#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after {
    display: none;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1) {
    margin-left: auto;

    /*▼ 右揃え*/
    margin-right: 0;
    /*▼ 中央揃え*/
    margin-right: auto;
}

#fixbtn #scrolltop a {
    height: 40px;
    width: 40px;
}

#fixbtn #scrolltop a:before {
    top: 17px;
    left: 3px;
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
    border-left: 2px solid var(--i_txt_color);
    border-top: 2px solid var(--i_txt_color);
    width: 30px;
    height: 30px;
}

#fixbtn #scrolltop a:hover:before {
    opacity: 0.7;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before {
    border-color: rgba(120, 120, 120, 0.6);
}

#fixbtn.no #scrolltop a:hover:before {
    border-left: 2px solid rgba(120, 120, 120, 1);
    border-top: 2px solid rgba(120, 120, 120, 1);
}

@media screen and (max-width: 600px) {
    #fixbtn {
        margin-bottom: 0;
    }

    #fixbtn,
    #fixbtn .fixbtntel a,
    #fixbtn .fixbtntel span {
        font-size: 1.7rem;
        margin: 0;
    }

    #fixbtn .fixbtntel a,
    #fixbtn .fixbtntel span {
        font-size: 2rem;
    }

    #fixbtn .fixbtntel svg {
        width: 18px;
        height: 18px;
    }

    #fixbtn .contents_btn01 a {
        padding: 0;
        letter-spacing: 0;
    }

    #fixbtn .contents_btn01 a:before {
        display: none;
    }

    #fixbtn .contents_btn01 a span {
        padding: 9px 15px 7px;
    }
}

@media screen and (max-width: 400px) {
    #fixbtn .contents_btn01 a {
        min-width: 167px !important;
        max-width: 167px !important;
    }

    #fixbtn .contents_btn01 span {
        font-size: 1.4rem !important;
    }
}

footer {
    background: #ffd700;
    padding: 0;
    color: var(--i_txt_color);
    text-align: center;
    font-size: 1.35rem;
}

footer a {
    color: var(--i_txt_color);
}

footer nav li {
    letter-spacing: 0.2rem;
    padding: 5px 0;
}

footer nav li a {
    font-weight: 400 !important;
    font-size: 1.3rem;
}

footer .logo {
    width: 210px;
}

footer .sns {
    margin: 0 auto 30px;
}

footer .sns svg {
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    fill: rgba(255, 255, 255, 0.8);
    transition: 0.2s ease-in-out;
}

footer .sns a:hover svg {
    opacity: 0.8;
}

#cp {
    padding: 10px 0;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    color: var(--i_txt_color);
}

@media screen and (max-width: 600px) {
    footer {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 600px) {
    footer {
        background-position: center;
    }

    footer nav ul {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li:nth-last-of-type(2n) {
        border-right: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li:nth-last-of-type(2n+1) {
        border-left: 1px solid rgba(255, 255, 255, 0.05);
    }

    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(2),
    footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1) {
        border-top: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li:nth-last-of-type(1),
    footer nav ul li:nth-last-of-type(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    footer .logo {
        width: 170px;
    }

    #fixbtn .fixbtnwrap {
        border-bottom: none;
    }

    #fixbtn .inner {
        padding: 0;
    }
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt {
    padding-left: 5rem;
    margin-bottom: 25px;
    min-height: 35px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}

.contents_faq01 dd {
    padding-left: 7.3rem;
    margin-bottom: 15px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}

.contents_faq01 dt:before,
.contents_faq01 dd:before {
    width: 4rem;
    height: 4rem;
    font-size: 2.6rem;
    line-height: 1.5;
    padding-left: 2px;
    box-sizing: border-box;
    font-weight: 400;
    color: #fff;
    background: var(--i_main_color);
    border: 1px solid var(--i_main_color);
    text-align: center;
}

.contents_faq01 dd:before {
    font-size: 3rem;
    line-height: 1.3;
    padding-left: 3px;
    background: none;
    color: var(--i_main_color);
}

@media screen and (max-width: 480px) {
    .contents_faq01 dt:before {}

    .contents_faq01 dd:before {
        line-height: 1.35;
        padding-left: 1px;
    }
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item {
    border: 1px solid var(--i_border_color);
}

.contents_related_tags .inner_item:hover {
    background: var(--i_sub2_color);
}

.contents_related .inner_item a:hover {
    background: var(--i_sub2_color);
    opacity: 0.8;
}

.contents_related .inner_item_img {}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead {
    background: var(--i_sub2_color);
}

.block_table_1 table thead th,
.block_table_1 table thead td {
    background-color: var(--i_sub2_color);
}

.block_table_1 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}

.block_table_1 table td {
    background-color: #fff;
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}

.block_table_1 table thead td {
    text-align: center;
    font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
    background-color: var(--i_sub2_color);
}

.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}

.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}

.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .block_table_2 table {
        border-bottom: 1px solid var(--i_border_color);
    }

    .block_table_2 table th {
        border-top: 1px solid var(--i_border_color);
    }

    .block_table_2 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
    background-color: var(--i_sub2_color);
}

.block_table_3 table th,
.block_table_7 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}

.block_table_3 table td,
.block_table_7 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}

@media screen and (max-width: 500px) {
    .block_table_3 table {
        border-bottom: 1px solid var(--i_border_color);
    }

    .block_table_3 table th {
        border-top: 1px solid var(--i_border_color);
    }

    .block_table_3 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}

.block_table_3_item li {
    vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a {
    transition: 0.2s ease-in-out;
    background-color: transparent;
}

.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
    background-color: #000;
}

.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
    opacity: 0.8;
}

.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
    color: #fff;
}

.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
    color: #fff;
}

.gallery_single_slider .slick-arrow::before {
    border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow {
    height: 40px;
    width: 30px;
    top: calc(50% - 20px);
    left: 0;
}

.widget_gallery01 .slick-next {
    left: auto;
    right: 0;
}


/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
    overflow: hidden;
}

main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
    /*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    backface-visibility: visible;
    transition: 1s ease-out !important;
    transition-property: transform opacity !important;
    transform: scale(1.001, 1.001);
}

main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover {
    opacity: 0.8;
}

.news_archive article .entry_meta {
    font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
    background-size: 50% !important;
}

#sidebar .widget_news02 li a div span i {
    background-size: 50% !important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper {
    max-width: 900px !important;
}

.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl {
    font-size: 1.4rem;
    line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy {
    border: 1px solid var(--i_border_color);
}

.widget_form form {
    border-top: 1px solid var(--i_border_color);
}

.widget_form form dl {
    border-bottom: 1px solid var(--i_border_color);
}

.widget_form form dt,
.widget_form form dd {
    vertical-align: middle;
}

.widget_form form dt span {
    color: var(--i_sub2_color);
    color: #D43B3B !important;
    font-size: 1.2rem;
    font-weight: bold;

}

@media screen and (max-width: 770px) {
    .widget_form form dt {
        border-bottom: 1px dotted var(--i_border_color);
    }
}

main form dl input,
main form textarea {
    background: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    letter-spacing: 1px;
}

main form dl input:focus,
main form textarea:focus {
    background: #fff;
    border: 1px solid var(--i_border_color);
}

main form .submit input {
    letter-spacing: 3px;
    border: none;
}

main form select {
    background: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    letter-spacing: 1px;
}

main form input[type=radio]+label,
main form input[type=checkbox]+label {
    padding: 0 15px 0 22px;
}

main form input[type=radio]+label::before,
main form input[type=checkbox]+label::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: var(--i_sub2_color);
}

main form input[type=radio]+label::before {
    border-radius: 30px;
}

main form input[type=radio]:checked+label::after,
main form input[type=checkbox]:checked+label::after {
    left: 4px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: var(--i_sub_color);
}

main form input[type=radio]:checked+label::after {
    border-radius: 100%;
}

main form input[type=checkbox]:checked+label::after {}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt {
    font-size: 2rem;
}

.widget_link .inner_item_url {}

.widget_link.block_link_1 .wrapper_item a {}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover {
    opacity: 0.8;
}

.widget_lp01 li a div span {
    background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.widget_menu01 li dd {
    font-size: 1.3rem;
    letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.widget_menu02 li>p {
    font-size: 1.3rem;
    letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li {}

.block_news_2 li a {
    padding: 30px;
}

.block_news_2 li a:after {}

.block_news_2 li a:hover:after {
    border-width: 10px !important;
    ;
}

.block_news_2 li:nth-child(2n) {}

#sidebar .widget_news02 li a div span {}

/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover * {
    opacity: 0.8;
}

.widget_staff01 .sub {
    font-size: 1.2rem;
    font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    line-height: 1.1;
    padding: 20px;
}

@media screen and (max-width: 450px) {

    .widget_tel .inner_item_tel a,
    .widget_tel .inner_item_tel span {
        font-size: 2.6rem;
        padding: 15px 10px;
    }

    .widget_tel .inner_item_tel img {
        margin: 0 5px -2px 0;
    }

    .widget_tel .inner_item_tel svg {
        height: 16px;
        width: 16px;
    }
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*★1*/
}

.glossary_archive .content_wrapper .heading.block_header_2 {
    margin-bottom: 10px;
}

.glossary_archive .content_wrapper .heading.block_header_2 .h {
    font-size: 1.8rem;
}

.glossary_archive .content_wrapper .heading.block_header_2 .h:after {
    top: 1em;
}

.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    content: "View More";
    position: absolute;
    width: 150px;
    bottom: 32px;
    /*★1 + 数px*/
    right: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 3px 10px;
}

.glossary_archive .content_wrapper article .entry_body {
    padding-right: 180px;
}

@media screen and (max-width: 1224px) {
    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: calc(32px + 1.8rem);
        /*★1 + 数px*/
    }
}

@media screen and (max-width: 650px) {
    .glossary_archive .content_wrapper article {
        padding-bottom: 60px;
    }

    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: 30px;
        /*★1*/
    }

    .glossary_archive .content_wrapper article .entry_body {
        padding-right: 0;
    }
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item {
    background: rgba(255, 255, 255, .8);
}

.index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 800px) {

    .index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
    .index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
        font-size: 2.1rem;
    }
}

/*------------------blog------------------------*/

.block_news_2 li {
    box-shadow: none;
    border: 1px solid var(--i_border_color);
}

/*------------------para------------------*/
#para+section .parallax_img {
    filter: brightness(110%) blur(8px);
    opacity: 0.5;
}

/*------------------para01------------------------*/
#para01+section {
    height: 300px;
}

#para01+.parallax .parallax_img {
    filter: blur(0px) brightness(105%);
}

@media screen and (max-width: 900px) {
    #para01+section {
        height: 180px;
    }
}

/*------------------top_access------------------*/
#top_access+section {
    overflow: visible;
}

#top_access+section>.content_wrapper {
    width: 90%;
    margin-top: -200px;
    padding-top: 100px;
    background: #EFE5E5;
}

#top_access+section>.content_wrapper {
    width: 90%;
}

#top_access+section .inner_item:nth-child(1) {
    margin-top: 80px;
}

#top_access+section .inner_item:nth-child(3) {
    margin-top: 80px;
}

#top_access+section+div .heading.block_header_1 {
    display: none;
}

a[id*="top_access"]+.composite_box01.block_images_16 .inner_item_txt .heading .h {
    font-weight: 400;
    font-size: 2.0rem !important;
    letter-spacing: 0.2rem !important;
}

.composite_box01.block_images_16 .inner_item_txt>p {
    font-size: 80%;
}

@media screen and (max-width: 900px) {
    #top_access+section>.content_wrapper {
        margin-top: -160px;
        padding-top: 65px;
    }
}

@media screen and (max-width: 800px) {
    #top_access+section .heading.block_header_1 {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    #top_access+section .inner_item:nth-child(3) {
        margin-top: 80px;
    }

    #top_access+section .inner_item:nth-child(4) {
        margin-top: 0px;
    }
}

@media screen and (max-width: 520px) {

    a[id*="top_access"]+.composite_box01.block_images_16 .inner_item_txt>p,
    a[id*="top_access"]+.composite_box01.block_images_16 .inner_item_txt .heading p {
        display: none;
    }

    a[id*="top_access"]+.composite_box01.block_images_16 .inner_item_txt .heading .h {
        font-size: 1.6rem !important;
        letter-spacing: 0.1rem !important;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    a[id*="top_access"]+.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_18):not(.block_images_19) .inner_item {
        width: 48% !important;
    }

    a[id*="top_access"]+.composite_box01.block_images_16 .inner_item:nth-of-type(2n) {
        margin-left: 4% !important;
    }

    #top_access+section .inner_item:nth-child(3) {
        transform: translateY(-80px)
    }

    #top_access+section .inner_item:nth-child(4) {
        transform: translateY(-80px)
    }
}

/*------------------------------------------*/
#top_co+.contents_box01 .inner_item_txt .heading.block_header_2 .h {
    font-size: 2.5rem !important;
}

#top_co+.contents_box01 .inner_item_txt .heading.block_header_2 .h:before {
    top: calc(1em* 1.72 / 2);
    transform: translateY(-50%);
    background: var(--i_txt_color);
}

#top_co+.contents_box01 .inner_item_txt {
    flex-basis: 40%;
    padding-left: 4%;
}

#top_co+section:before {
    content: "";
    display: block;
    width: 1340px;
    height: calc(100% - 140px);
    background: url(/common/upload_data/beautysalon-anyjp/image/any.png) no-repeat right bottom, #ffd700;
    background-size: auto 300px;
    position: absolute;
    top: 140px;
    left: calc(50% - 670px);
    pointer-events: none;
}

@media screen and (max-width: 1600px) {
    #top_co+.contents_box01 .inner_item_txt {
        flex-basis: 45%;
        padding-left: 3%;
    }

    #top_co+section:before {
        width: 94%;
        left: 3%;
    }
}

@media screen and (max-width: 1350px) {
    #top_co+.contents_box01 .inner_item_img img {
        height: 540px;
        object-fit: cover;
        object-position: 100%;
    }

    #top_co+.contents_box01 .wrapper_item {
        align-items: flex-end !important;
    }
}

@media screen and (max-width: 900px) {
    #top_co+section:before {
        height: 80%;
        width: 100%;
        top: 20%;
        left: 0;
        background-position: right 0px top 20px;
        background-size: auto 300px;
    }

    #top_co+.contents_box01 .inner_item_img {
        width: 90%;
        transform: translateX(-20px);
    }

    #top_co+.contents_box01 .inner_item_img img {
        height: auto;
        object-fit: revert;
    }
}

@media screen and (max-width: 800px) {
    #top_co+.contents_box01 .inner_item_txt .heading.block_header_2 .h {
        font-size: 2.6rem !important;
    }
}

/*-------------------service-----------------------*/
#service+div .block_header_4 .h {
    font-size: 3.8rem !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 800px) {
    #service+div .block_header_4 .h {
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 480px) {
    #service+div .inner_item .heading {
        text-align: center;
    }
}

/*-------------------サイドSNS追従-----------------------*/
@media screen and (max-width: 500px) {
    #fixsns .sns {
        overflow: hidden;
    }
}

/*----------------スクロール時のヘッダーの高さ変更----------------*/
body.scrolled header:not(.nofixed) .wraper>.inner {
    min-height: 45px;
}


/*----------------SPヘッダー下メニュー追加----------------*/

/*ヘッダー下メニュー追加*/

.header_under {
    width: 100%;
    height: auto;
    display: none;
}

.header_under ul {
    display: flex;
    background: #fff;
}

.header_under ul li {
    width: 25%;
    border-right: 1px solid var(--i_border_color);
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
}

.header_under ul li:last-child {
    border-right: 0px solid var(--i_border_color);
}

.header_under ul li a {
    color: var(--i_txt_color);
    display: block;
}

header {
    border-bottom: none;
}

@media screen and (max-width: 900px) {
    .header_under {
        display: block;
        border-top: 1px solid var(--i_border_color);
    }

    header {
        background: #fff;
    }

    header.width_full .wraper {
        background: #fff;
    }
}

.header_under ul li a {
    position: relative;
    padding-bottom: 1px;
}

/*ヘッダー下アイコン*/

.header_under ul li a:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    top: 6px;
    left: 0;
    background: url("/common/upload_data/beautysalon-anyjp/image/20240315185516.png") no-repeat top center / contain;
    pointer-events: none;
}

.header_under ul li:nth-of-type(2) a:before {
    background: url("/common/upload_data/beautysalon-anyjp/image/20240315185511.png") no-repeat top center / contain;
}

.header_under ul li:nth-of-type(3) a:before {
    background: url("/common/upload_data/beautysalon-anyjp/image/20240315185513.png") no-repeat top center / contain;
}

.header_under ul li:nth-of-type(4) a:before {
    background: url("/common/upload_data/beautysalon-anyjp/image/20240315185518.png") no-repeat top center / contain;
}

/*ヘッダー下調整*/
.header_under ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: clamp(1rem, 3vw, 2rem);
}

@media screen and (max-width: 900px) {
    .header_under ul li a {
        padding-top: 20%;
    }

    .header_under ul li a:before {
        top: 15%;
        height: 40%;
    }
}

@media screen and (max-width: 480px) {
    .header_under ul li {}

    .header_under ul li a {
        padding-top: 38%;
    }

    .header_under ul li a:before {
        top: 8%;
        height: 45%;
    }
}


/*----------------追従フッター電話番号----------------*/
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#fixbtn .fixbtntel a .teli,
#fixbtn .fixbtntel span .teli {
    margin-left: 5px;
    text-align: left;
    line-height: 1.2;
}

@media screen and (min-width: 1301px) {

    #fixbtn .fixbtntel a .teli,
    #fixbtn .fixbtntel span .teli {
        text-align: center;
    }
}


/*----------------トップページのcommodityパーツの背景色削除----------------*/
#top_co+section:before {
    display: none;
}

/*----------------フッター背景色変更----------------*/
footer {
    background: #ebe7e3;
}

#fixbtn .fixbtnwrap {
    background: #ebe7e3;
}


/*----------------TOPfuture　ボタンカラー調整----------------*/
#para+section .parallax_img .content_wrapper a:hover {
    color: #fff !important;
}

/* gallery表示調整 */
.gallery_archive .wrapper_item.masonry {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.gallery_archive .inner_item {
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
}

@media (width <=700px) {
    .gallery_archive .wrapper_item.masonry {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (width <=550px) {
    .gallery_archive.add_design .inner_item {
        width: 100%;
        padding-bottom: 100%;
        margin: 0;
    }
}

.gallery_archive.add_design .inner_item:nth-of-type(4n + 1),
.gallery_archive.add_design1 .inner_item:nth-of-type(4n + 1) {
    margin: 0;
}

@media (width <=400px) {

    .gallery_archive.add_design .inner_item:nth-of-type(4n + 1),
    .gallery_archive.add_design .inner_item:nth-of-type(3n + 1),
    .gallery_archive.add_design1 .inner_item:nth-of-type(4n + 1),
    .gallery_archive.add_design1 .inner_item:nth-of-type(3n + 1) {
        margin: 0;
    }
}

/*---------SACRI追記部分-----------*/

header.transparent-overlap {
    background-color: rgba(255, 255, 255, 0) !important;
    transition: background-color 0.3s ease-in-out;
}

.header_contents {
    color: #ffffff;
}

.header_contents svg,
.header_contents i,
.header_contents p,
.header_contents span,
.header_contents a {
    color: #ffffff;
    fill: #ffffff;
}

.inner>h1 {
    color: #ffffff;
}

body.scrolled header .header_contents {
    color: #333333;
}

body.scrolled header .header_contents svg,
body.scrolled header .header_contents i,
body.scrolled header .header_contents p,
body.scrolled header .header_contents span,
body.scrolled header .header_contents a {
    color: #333333;
    fill: #333333;
}

body.scrolled header .inner>h1 {
    color: #333333;
}

body.scrolled header nav ul.nav_1st>li>a,
body.scrolled header nav ul.nav_1st>li>a span {
    color: #333333 !important;
    /* または var(--i_txt_color) */
}

#mv_outer {
    padding-bottom: 0 !important;
}



footer .tel .teli {
    display: block;
    text-align: left;
}

/*@media screen and (max-width: 600px) {
	text-align: center; 
}*/

@media screen and (max-width: 600px) {
    header .logo a img {
        max-height: none !important;
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 768px) {

    header,
    .wraper,
    .wraper>.inner,
    header .header_contents {
        width: 100% !important;
    }
}

table {
    margin-left: auto;
    margin-right: auto;
}


/*---------サイト制作追記　河本-----------*/
.inner {
    color: #333;
}

h1 {
    color: #333;
}

h2 {
    color: #333;
}

h3 {
    color: #333;
}

/*---MVテキスト後ろの背景---*/
.catchphrase-container {
    background-color: rgba(255, 255, 255, 0.7);
}

/*---MV下余白調整---*/
.pt-24.pb-10 {
    padding-top: 0px;
}

/*---ハンバーガーメニュー文字色変更---*/
@media screen and (max-width: 768px) {
    ul.nav_1st li a span {
        color: #333 !important;
        /* ← 好きな色に変更してください */
    }
}

/* 問合せ下部ボタンの背景色と文字色を灰色に変更 */
.p-button.p-button-rounded.p-button-sm.w-\[173px\] {
    background-color: #A60108;
    color: #fff;
    /* 文字色を黒に */
    border: none;
    /* ボーダーを消す（必要に応じて） */
}

/* ホバー時の色も設定 */
.p-button.p-button-rounded.p-button-sm.w-\[173px\]:hover {
    background-color: #bbb;
    /* 少し濃い灰色 */
}

/*header背景色変更*/
header#pattern1 {
    background-color: #A60108;
}

/*TOP電話ロゴ色*/
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
    fill: #999;
}

a[data-v-30270fbd] {
    border: 0px solid !important;
}

@media screen and (max-width: 900px) {
    header .header_contents .header_col2 .add {
        color: #999;
    }

}

@media screen and (max-width: 900px) {

    header .header_contents .header_col1 .tel a,
    header .header_contents .header_col1 .tel span {
        color: #999;
    }
}

@media screen and (max-width: 900px) {
    header .header_contents .inner {
        filter: brightness(0.5);
    }
}

/*20250602_槍野・追加*/
html {
    background: #000 !important;
}

.mb-8 {
    margin: 0 !important;
    /*MV下の余白削除*/
    padding: 0 !important;
    /*MV下の余白削除*/
}

#pan {
    color: #fff !important;
}

#fixbtn {
    display: none;
    /*追従fixbtn 削除*/
}

header .logo a img {
    padding-top: 22px;
    /*ロゴ上余白*/
}

@media screen and (min-width: 900px) {

    header .logo,
    header .logo a {
        position: relative;
        left: -4px;
    }
}

header#pattern2.width_full nav {
    max-width: 500px !important;
    /*グローバルナビゲーション*/
    margin-right: 75px !important;
    /**/
}

html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div.w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts>div.pattern2.w-full>div.titletxt.text-left>div.w-full.title.text-wrap>p {
    writing-mode: vertical-rl;
    /*「当店のご案内」等、タイトルの縦書き*/
    margin: 20px auto;
}

html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6>div.md\:w-1\/2.mt-4 {
    /* writing-mode: vertical-rl; */
    /*写真横　説明文　縦書き*/
    max-height: 650px;
    font-size: 15px;
    margin: 10px auto;
    margin: 20px 0px;
    margin-right: 40px;
}

.titele_group_04.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div.w-full.flex.flex-col.justify-center.z-10.items-center.heading-parts>div.pattern2.w-full>div.titletxt.text-left>div.w-full.title.text-wrap>h2>span {
    writing-mode: vertical-rl;
    /*「ギャラリー」　縦書き*/
    margin: 20px auto;
}

#site-content-container>div>div:nth-child(4)>div>div>div>div>div>div>div.text-layer.mb-4 {
    /* writing-mode: vertical-rl; */
    /*写真横　説明文　縦書き*/
    max-height: 350px;
    font-size: 15px;
    margin: 0 auto;
}

.html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div.w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts>div.pattern2.w-full>div.titletxt.text-left>div.w-full.subtitle.text-wrap>p {
    line-height: 0 !important;
    /*数字と英語の距離短く*/
}

.item-layer[data-v-5e04f9cb] {
    gap: 11rem !important;
}

.pattern18[data-v-430a175a] {
    margin: 0 auto;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.image_group02.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-text-multi.image-clip-7.image-text-multi-cover>div>div.frame-layer>div.item-layer.relative {
    gap: 26rem !important;
}

/* .btn全体の装飾と背景（斜線・茶色） */
.pattern1 .btn[data-v-30270fbd] {
    background: linear-gradient(180deg, #C42713 50%, #D73B27 50%);
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px 0px 0 #777;
    outline: 1px solid #aaa;
    outline-offset: -4px;
    overflow: hidden;
}

/* 背景斜線模様 */
.pattern1 .btn[data-v-30270fbd]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://yakitori-mamori.com/img/bg_ptn3.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 5px auto;
    opacity: 0.1;
    z-index: 0;
}

/* ボタン内のリンクテキスト */
.pattern1 .btn a[data-v-30270fbd] {
    font-size: 18px;
    color: #fff;
    padding: 16px;
    text-align: center;
    transition: all .6s ease;
    letter-spacing: 0.1rem;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
    background: none !important;
}

/*「こだわり」の画像　炭火・ワイン*/
html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-text-multi.image-clip-undefined.image-text-multi-cover>div>div.frame-layer>div.item-layer.relative>div.inner_item {
    display: flex;
    justify-content: center;
    position: relative;
}

#about_image_group01 div.inner_item:nth-child(1):before {
    content: "肉汁を閉じ込める焼きの技術";
    position: absolute;
    display: block;
    font-weight: 300;
    color: rgb(255, 255, 255);
    font-size: 18px;
    top: -25px;
    left: 0px;
    z-index: 1;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2rem;
}

#about_image_group01 div.inner_item:nth-child(2):before {
    content: "焼鳥に合うワインをご用意";
    position: absolute;
    display: block;
    font-weight: 300;
    color: rgb(255, 255, 255);
    font-size: 18px;
    top: -25px;
    left: 0px;
    z-index: 1;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2rem;
}

/*「お品書き」下層ページの装飾・削除*/


html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.sub_.gallery_group.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div>div.frame-layer>div.item-layer::before {
    all: unset !important;
    /* ← 全プロパティをリセット */
    display: block;
    /* ← 必要に応じて再定義 */
}

.menu_block.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6 {
    display: flex !important;
    gap: 50px !important;
    justify-content: center !important;
    background: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: auto !important;
    box-shadow: none !important;
    align-items: flex-start !important;
}

.menu_block.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6::before {
    display: block;
    z-index: 0;
    border: solid 0 #999 !important;
}

.menu_block .item-layer.md\:flex.justify-center.gap-6>div.md\:w-1\/2.mt-4 {
    writing-mode: initial !important;
    max-height: none !important;
    width: auto !important;
}

html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.menu_block.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6>div.image-layer.relative.w-1\/2.sp-width-100>a.image-popup>img.w-full.h-auto {
    padding-left: 0 !important;
}


/*「０１　当店のご案内」TOPページの装飾*/
#site-content-container>div>div:nth-child(2)>div>div>div>div>div>div.item-layer.md\:flex.justify-center.gap-6>div.image-layer.relative.w-1\/2.sp-width-100>a {
    width: 90% !important;
    display: block;
    margin: 0 auto;
}

#about_contener_group02>div>div>div>div>div>div.image-layer.relative.sm\:float-right.mb-4.sm\:ml-4.sp-width-100>a {
    width: 95% !important;
    display: block;
}



html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    align-items: center;
    /* background: linear-gradient(90deg, #B7985A 11%, #F6DAA5 11%, #F6DAA5 90%, #FFEBC4 90%); */
    background-image: url(/storage/images/1/20250711104804.jpg);
    background-repeat: repeat;
    background-size: 100%;
    width: 92%;
    padding: 4% 0;
    margin: 100px 0 0 auto;
    z-index: 1;
    box-shadow: 6px 6px 0px 0 #666;
}


html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    top: -20px;
    left: -20px;
    z-index: 2;
    border: solid 1px #999;
}

/*当店のご案内　上から三段目*/
#site-content-container>div>div:nth-child(4)>div>div>div>div>div>div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    align-items: center;
    /* background: linear-gradient(-90deg, #B7985A 11%, #F6DAA5 11%, #F6DAA5 90%, #FFEBC4 90%); */
    background-image: url(/storage/images/1/20250711104804.jpg);
    background-repeat: repeat;
    background-size: 100%;
    width: 92%;
    padding: 4% 0;
    margin: 30px 0 0 auto;
    z-index: 1;
    box-shadow: 6px 6px 0px 0 #666;
    height: auto;
}

#site-content-container>div>div:nth-child(4)>div>div>div>div>div>div::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    top: -20px;
    left: -20px;
    z-index: 2;
    /* border: solid 1px #999; */
}

#about_contener_group02>div>div>div>div>div {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/*当店のご案内　二段目　画像グループ*/
#about_image_group01>div>div>div>div>div>div:nth-child(-n+2)>div.image-layer.relative>a::after {
    position: absolute;
    content: "";
    background: transparent;
    border: solid .5px #777;
    width: 100%;
    height: 370px;
    top: -10px;
    left: -10px;
    z-index: 3;
}

div.content [data-v-eac97be1] {
    display: none;
}

/*お品書き　画像の影*/
#menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -25px;
    left: 12px;
    opacity: 0.3;
    background: rgb(136, 136, 136);
    border-radius: 50%;
    z-index: -1;
}

#menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -25px;
    left: 12px;
    opacity: 0.3;
    background: rgb(136, 136, 136);
    border-radius: 50%;
    z-index: -1;
}

#menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    top: -12px;
    left: -11px;
    border: solid 1px rgba(170, 137, 19, 0.7);
}

#menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    top: -12px;
    left: -11px;
    border: solid 1px rgba(170, 137, 19, 0.7);
}

#menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div,
#menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div {
    display: flex !important;
    gap: 9.6rem !important;
}

#menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3),
#menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3) {
    width: 26% !important;
}

#menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3):hover img,
#menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3):hover img {
    transform: scale(1.05);
}

#menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3) img,
#menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3) img {
    transition: transform .6s ease;
}

/*bodyの一番下（fotterの上）の余白削除*/
html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full {
    padding-bottom: 0 !important;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #000 !important;
    position: relative;
}

#main::before {
    content: "";
    position: absolute;
    display: block;
    width: 98%;
    height: 100%;
    top: 0%;
    left: 1%;
    filter: none;
    z-index: -2;
    outline-offset: -8px;
    background-color: rgb(40, 40, 40);
    /* background: linear-gradient(90deg, rgb(58, 58, 58) 50%, rgb(40, 40, 40) 50%); */
    border-radius: 1px;
    /* outline: rgb(102, 102, 102) solid 1px; */
}

#main::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(/storage/images/1/20250711105054.png);
    background-repeat: repeat;
    background-size: 100%;
    width: 98%;
    height: 100%;
    top: 0%;
    left: 1%;
    filter: none;
    opacity: 0.2;
    z-index: -2;
    background-position: left top;
    border-radius: 1px;
}

/*ギャラリーの背景*/
#site-content-container>div>div:nth-child(13)::before,
#site-content-container>div>div:nth-child(14)::before,
#site-content-container>div>div:nth-child(15)::before,
#site-content-container>div>div:nth-child(16)::before {
    content: "";
    position: absolute;
    display: block;
    background-color: rgb(40, 40, 40);
    /* background: linear-gradient(90deg, rgb(58, 58, 58) 50%, rgb(40, 40, 40) 50%); */
    width: 95%;
    height: 100%;
    top: 0%;
    z-index: -2;
    border-radius: 1px;
}

#site-content-container>div>div:nth-child(13)::after,
#site-content-container>div>div:nth-child(14)::after,
#site-content-container>div>div:nth-child(15)::after,
#site-content-container>div>div:nth-child(16)::after {
    content: "";
    position: absolute;
    display: block;
    /* background-image: url(/storage/images/1/20250711102744.png);
    background-repeat: repeat;
    background-size: 550px auto;
    background-position: left top; */
    width: 95%;
    height: 100%;
    top: 0%;
    left: 1%;
    z-index: -1;
    opacity: 0.5;
    border-radius: 1px;
}

#details_group_001 .item-img {
    display: block !important;
    width: 50%;
}

.pattern1 .company-info {
    justify-content: center;
}

.pattern1 {
    width: 100% !important;
}

#details_group_001>div>div>div>iframe {
    display: none !important;
}



#sns_icon_image_instagram img {
    width: 50%;
    margin: 0 auto;
}

#sns_icon_image_instagram {
    max-width: 880px;
    border: 1px solid #fff;
    position: relative;
    overflow: visible !important;
    height: auto;
}

#sns_icon_image_instagram::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

#sns_icon_image_instagram>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

#app>footer>div.content_wrapper>div>a>img {
    width: 100%;
    margin: 0 auto;
}

#map_content_group01>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div>div>div>div.w-full.title.text-wrap>h2>span,
#details_group_001>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div>div>div>div.w-full.title.text-wrap>p>span {
    writing-mode: vertical-rl;
    /*「店舗地図」　タイトル縦書き*/
    margin: 20px auto !important;
    /*店舗情報　タイトル縦書き*/
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

#site-content-container>div>div:nth-child(20)::before {
    content: "";
    position: absolute;
    display: block;
    width: 98%;
    height: 92%;
    top: 3%;
    left: 1%;
    filter: none;
    z-index: -2;
    outline-offset: -8px;
    background-color: rgb(40, 40, 40);
    /* background: linear-gradient(90deg, rgb(58, 58, 58) 50%, rgb(40, 40, 40) 50%); */
    border-radius: 1px;
    /* outline: rgb(102, 102, 102) solid 1px; */
}

#site-content-container>div>div:nth-child(20)::after {
    content: "";
    position: absolute;
    display: block;
    /* background-image: url(/storage/images/1/20250711102744.png);
    background-repeat: repeat;
    background-size: 550px; */
    width: 98%;
    height: 96%;
    top: 0%;
    left: 1%;
    z-index: -2;
    opacity: 0.5;
    background-position: left top;
    border-radius: 1px;
}

#app>footer>div.content_wrapper>nav>ul>li:nth-child(-n+7)>a>span,
#cp {
    color: #000 !important;
}

footer {
    background: url(/storage/images/1/20250709114214.jpg);
    background-size: cover;
    height: 760px;
    position: relative;
    box-sizing: border-box;
    background-position: 46% 40%;
    padding: 130px 0px;
    margin: 0px auto;
    overflow: hidden;
    border-width: 8px;
    border-style: solid;
    border-color: rgb(17, 17, 17);
    border-image: initial;
    z-index: 0;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(92, 92, 92, 0.3);
    /* ← 黒の半透明 */
    z-index: 1;
}

footer::after {
    content: "";
    position: absolute;
    top: 10px;
    /* 内側に入れる */
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
    pointer-events: none;
}


footer>* {
    position: relative;
    z-index: 2;
}

#cp {
    margin-top: 8%;
}

#main {
    min-height: none !important;
}

#details_group_001>div {
    position: relative;
}

#details_group_001>div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    filter: none;
    z-index: -2;
    outline-offset: -8px;
    /* background-image: url(/storage/images/1/20250714151902.jpg);
    background-repeat: repeat; */
    /* background-color: #FFEBC4; */
    /* background: linear-gradient(90deg, #F6DAA5 50%, #FFEBC4 50%); */
    border-radius: 1px;
    /* outline: rgb(136, 136, 136) solid 1px; */
}

#details_group_001>div::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(/storage/images/1/20250714151902.jpg);
    background-repeat: repeat;
    background-size: 6px;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    opacity: 0.03;
    background-position: left top;
    border-radius: 1px;
}

#details_group_001>div>div.pattern1>div>div.item>ul>li:nth-child(8)>div>div.detail-txt>p>span {
    background-color: transparent !important;
}

#site-content-container>div>div:nth-child(18) {
    margin-top: 100px;
}

#details_group_001 {
    margin-top: 50px;
}

/*ギャラリー　一番下のパーツ　余白調整*/
#site-content-container>div>div:nth-child(16)>div>div {
    padding-bottom: 100px !important;
}

/*０３こだわり　テキスト*/

#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.mt-4>div.title>p,
#site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.mb-4>div.title>p {
    width: 55%;
    padding: 40px 50px;
    z-index: 7;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #4e321a;
    margin-top: 5%;
    z-index: 5;
    /* outline: 1px solid #888;
    outline-offset: -6px; */
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 3rem !important;
}

#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.mt-4>div.title,
#site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.mt-4>div.title {
    display: flex;
    justify-content: end;
}

#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
    position: absolute;
    left: -45%;
    height: 440px !important;
}

#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative,
#site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(-n+2)>div.image-layer.relative,
#site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
    height: 440px !important;
}

#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
}

#site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative {
    position: absolute;
    left: 58%;
    height: 440px !important;
}

#site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative::before {
    content: "隠れ家のような店内";
    position: absolute;
    color: #ddd;
    font-weight: 400;
    font-size: 16px;
    top: -12px;
    left: -93%;
    z-index: 3;
    writing-mode: vertical-rl;
    color: #fff;
    background: #222;
    padding: 20px 4px;
    letter-spacing: 0.1rem;
    font-family: 'Noto Serif JP', serif;
    z-index: 10;
}


#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.mt-4>div.title {
    display: flex;
    justify-content: flex-end;
}

#site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative::after {
    position: absolute;
    content: "";
    display: block;
    width: 241%;
    height: 440px;
    background: transparent;
    border: solid 1px #777;
    top: 26px;
    left: -100%;
    z-index: 3;
}

/*こだわり　二段目*/
#site-content-container>div>div:nth-child(11)>div>div>div>div>div>div {
    gap: 20px !important;
}

#site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(1) {
    display: flex;
    justify-content: flex-end;
}

#site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
}

#site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative::after {
    position: absolute;
    content: "";
    display: block;
    width: 205%;
    height: 440px;
    background: transparent;
    border: solid 1px #777;
    top: 26px;
    left: 35px;
    z-index: 3;
}

#site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative::before {
    content: "溢れる肉汁。一串入魂";
    position: absolute;
    color: #ddd;
    font-weight: 400;
    font-size: 16px;
    top: -12px;
    left: -93%;
    z-index: 3;
    writing-mode: vertical-rl;
    color: #fff;
    background: #222;
    padding: 20px 4px;
    letter-spacing: 0.1rem;
    font-family: 'Noto Serif JP', serif;
    z-index: 10;
}

/*こだわり　三段目*/
#site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative::after {
    position: absolute;
    content: "";
    display: block;
    width: 214%;
    height: 440px;
    background: transparent;
    border: solid 1px #777;
    top: 26px;
    left: -57px;
    z-index: 3;
}

#site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative::before {
    content: "ペースに合わせてご提供";
    position: absolute;
    color: #ddd;
    font-weight: 400;
    font-size: 16px;
    top: -12px;
    left: -93%;
    z-index: 3;
    writing-mode: vertical-rl;
    color: #fff;
    background: #222;
    padding: 20px 4px;
    letter-spacing: 0.1rem;
    font-family: 'Noto Serif JP', serif;
    z-index: 10;
}

/*ロゴ　デザイn*/
#pattern2>div.wraper>div>div.logo::before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(90deg, #F6DAA5 50%, #FFEBC4 50%);
    width: 140px;
    height: 300px;
    top: 39px;
    left: 19px;
    left: 21px;
    /* outline: 1px solid #666;
    outline-offset: -6px; */
    left: -1%;
    z-index: -02;
}

/*ヘッダー　黒背景　高さ調整*/
#pattern2 {
    min-height: 0 !important;
}

/*-----------------     下層ページ 「店舗情報」      ----------------*/

/*　　　メニューの　　　*/
#menu_block>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div>div>div>div>h2>span {
    color: rgb(51, 51, 51);
    font-family: 'Noto Sans Japanese';
    font-size: 16px;
    border-left: solid 4px #af7928;
    position: absolute;
    left: 18%;
}

#site-content-container>div>div:nth-child(2)>div>div>div>div>div.w-full.title.text-left.text-wrap>p {
    display: flow;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

/*-----------------     下層ページ 「店舗情報」      ----------------*/

.pattern1 .company-info .item li[data-v-800a43b2]:first-child {
    border-top: 1px solid rgb(51, 51, 51) !important;
}

.pattern1 .company-info .item .detail[data-v-800a43b2] {
    border-bottom: 1px solid rgb(51, 51, 51) !important;
}

/*　　　テーブル内の余白　　　*/
#sub_details_group01>div>div:nth-child(2)>div>div>div>table>tbody>tr:nth-child(-n+10)>th,
#sub_details_group01>div>div:nth-child(2)>div>div>div>table>tbody>tr:nth-child(-n+10)>td {
    padding: 0 60px !important;
}

/*　　　テーブルの最上段（見出し）の背景：透明化　　　*/
#sub_details_group01>div>div:nth-child(2)>div>div>div>table>tbody>tr:nth-child(1)>th>div>p>span,
#sub_details_group01>div>div:nth-child(2)>div>div>div>table>tbody>tr:nth-child(1)>td {
    background-color: transparent !important;
}

/*　　　Instagram：アイコンサイズを調整（小さく）　　　*/
#sub_details_sns>div>div>div>div.frame-layer>div>div.image-layer.relative.w-full>div>a {
    width: 10% !important;
}

/*　　　Instagram：「背景」と「外枠」　　　*/
#sub_details_sns>div::before {
    content: "";
    position: absolute;
    display: block;
    width: 70%;
    height: 100%;
    top: 0%;
    left: 15%;
    filter: none;
    z-index: -2;
    outline-offset: -8px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(233, 233, 233) 50%);
    border-radius: 1px;
    /* outline: rgb(136, 136, 136) solid 1px; */
}

#sub_details_sns>div::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(/storage/images/1/20250604093630.png);
    background-repeat: repeat;
    background-size: 6px;
    width: 70%;
    height: 100%;
    top: 0%;
    left: 15%;
    z-index: -1;
    opacity: 0.03;
    background-position: left top;
    border-radius: 1px;
}

html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.sub_.gallery_group.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div>div.frame-layer>div.item-layer {
    all: unset !important;
    display: block !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------    店舗情報　追加分テキストの背景を「白」→「透明」へ    -----------------*/
#details_group_001>div>div.pattern1>div>div>ul>li:nth-child(5)>div>div.detail-txt>p>span:nth-child(-n+5),
#details_group_001>div>div.pattern1>div>div>ul>li:nth-child(6)>div>div.detail-txt>p>span:nth-child(-n+5),
#details_group_001>div>div.pattern1>div>div>ul>li:nth-child(7)>div>div.detail-txt>p>span:nth-child(-n+5),
#details_group_001>div>div.pattern1>div>div>ul>li:nth-child(8)>div>div.detail-txt>p>span:nth-child(-n+5),
#details_group_001>div>div.pattern1>div>div>ul>li:nth-child(9)>div>div.detail-txt>p>span:nth-child(-n+5) {
    background-color: transparent !important;
}

/*------------------------   fotter  フッター：グローバルナビ・CP　文字色を「グレー」→「白」      --------------------*/
#app>footer>div.content_wrapper>nav>ul>li:nth-child(-n+7)>a>span,
#cp {
    color: #fff !important;
}

@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 100%;
    }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

　　レスポンシブ　デザイン　ここから

　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*　ヘッダー　ロゴ　*/

@media screen and (max-width: 900px) {

    #takeout_container>div>div>div>div.w-full.subtitle.text-wrap>p {
        text-align: left !important;
    }

    div.w-full flex flex-col justify-center z-10 items-start[data-v-c6a5e4b3] {
        display: flex;
        flex-direction: column;
    }

    #pattern2>div.wraper>div>div.logo {
        position: absolute;
        z-index: -1;
    }

    header.over,
    .ss header,
    .ss header.over,
    .ss header.nofixed {
        position: relative !important;
    }

    #pattern2>div.wraper>div>div.logo::before {
        content: "";
        position: absolute;
        display: block;
        background-color: #FFEBC4;
        /* background: linear-gradient(90deg, #F6DAA5 50%, #FFEBC4 50%); */
        width: 75px;
        height: 150px;
        top: 17px;
        left: 19px;
        left: 21px;
        /* outline: 1px solid #666; */
        outline-offset: -6px;
        left: 15%;
        z-index: -2;
    }

    header .logo,
    header .logo a {
        max-width: 140px;
    }

    #pattern2>div.wraper>div>div.logo>a>img {
        width: 77px !important;
        position: relative;
        top: 10px !important;
        left: 8px !important;
    }

    header .logo a img {
        max-height: 140px !important;
    }

    header .logo {
        padding: 0 !important;
    }

    header .burger {
        top: 6% !important;
        position: fixed;
        z-index: 6;
    }

    header .sp_menu[class*=mm]:not(.mm0) a:before {
        color: #9d7436 !important;
    }

    header .sp_menu a div span,
    header .sp_menu a div:before,
    header .sp_menu a div:after {
        background: #9d7436 !important;
    }

    .header_under {
        display: none !important;
    }

    header.width_full .wraper {
        background: none !important;
    }

    header .wraper>.inner {
        max-height: 0 !important;
        min-height: 0 !important;
    }

    #pattern2>div.wraper>div>div.header_contents {
        position: absolute;
        z-index: 3;
    }

    /*「０１　当店のご案内」*/

    /*一段目*/
    #site-content-container>div>div:nth-child(2)>div {
        overflow: visible;
    }

    html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6,
    #site-content-container>div>div:nth-child(4)>div>div>div>div>div>div {
        display: block;
        position: relative;
        padding: 10px 10px 40px;
        width: 90%;
        margin: auto;
        background-color: #FFEBC4;
        /* background: linear-gradient(90deg, #F6DAA5 50%, #FFEBC4 50%); */
        box-shadow: 4px 4px 0px 0 #666;
    }

    #site-content-container>div>div:nth-child(2)>div>div>div>div>div>div.item-layer.md\:flex.justify-center.gap-6>div.image-layer.relative.w-1\/2.sp-width-100>a {
        width: 100% !important;
        display: block;
    }

    #site-content-container>div>div:nth-child(2)>div>div>div>div>div>div.item-layer.md\:flex.justify-center.gap-6>div.md\:w-1\/2.mt-4>div.content>p {
        font-size: 13px;
    }

    /*「０１当店のご案内」　二段目*/
    #about_image_group01>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative,
    #about_image_group01>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
        width: 75% !important;
    }

    html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-text-multi.image-clip-undefined.image-text-multi-cover>div>div.frame-layer>div.item-layer.relative>div.inner_item {
        display: flex;
        justify-content: flex-end;
        position: relative;
    }

    .frame-layer {
        padding: 0 !important;
    }

    #about_image_group01>div>div>div>div>div {
        padding: 0 20px;
        padding-bottom: 50px;
    }

    #about_image_group01 div.inner_item:nth-child(1):before,
    #about_image_group01 div.inner_item:nth-child(2):before {
        font-size: 14px;
        left: 20px;
        letter-spacing: 0rem;

    }

    #about_image_group01>div>div>div>div>div>div:nth-child(-n+2)>div.image-layer.relative>a::after {
        height: 160px;
    }

    /*「０１　当店のご案内」　三段目*/
    #site-content-container>div>div:nth-child(4)>div>div>div>div>div>div {
        width: 90%;
        margin: 80px auto 60px;
        background-color: #FFEBC4;
        /* background: linear-gradient(90deg, #F6DAA5 50%, #FFEBC4 50%); */
        height: auto;
    }

    #about_contener_group02>div>div>div>div>div>div.image-layer.relative.sm\:float-right.mb-4.sm\:ml-4.sp-width-100>a {
        width: 100% !important;
        display: block;
    }

    /*「０２　お品書き」*/
    #menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div,
    #menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div {
        display: flex !important;
        gap: 1rem !important;
        flex-wrap: wrap;
    }

    #menu_image_group01,
    #menu_image_group02 {
        overflow: visible;
    }

    .item-layer[data-v-c6a5e4b3] {
        margin-bottom: 30px;
    }

    .item-layer[data-v-5e04f9cb] {
        gap: 0rem !important;
    }

    #menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::before,
    #menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::before {
        top: -7px;
        left: 4px;
        opacity: 0.3;
    }

    #menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::after,
    #menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3)::after {
        top: -3px;
        left: -5px;
    }

    #menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3),
    #menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div>a:nth-child(-n+3) {
        width: 40% !important;
    }

    #menu_image_group01>div>div>div>div>div>div.image-layer.relative.w-full>div,
    #menu_image_group02>div>div>div>div>div>div.image-layer.relative.w-full>div {
        gap: 15px !important;
    }

    div.col-width[data-v-3fe9dde0] {
        min-width: auto !important;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    div.flex flex-wrap justify-center my-0 mx-auto w-full[data-v-3fe9dde0] {
        width: auto !important;
        min-width: auto !important;
        display: flex;
        flex-direction: column;
    }

    .pattern1 .btn a[data-v-30270fbd] {
        font-size: 13px;
        padding: 0 5px;
        margin-left: 0%;
    }

    /*「０３　こだわり」　一段目*/
    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative,
    #site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(-n+2)>div.image-layer.relative,
    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
        height: 210px !important;
        width: 100%;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
        position: absolute;
        height: 210px !important;
        left: 0 !important;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div {
        gap: 0 !important;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative,
    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
        width: 100% !important;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2) {
        margin-top: 10px !important;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative::after {
        width: 100%;
        height: 460px;
        top: -235px;
        left: -10%;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.mt-4>div.title>p,
    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.mb-4>div.title>p {
        width: 93%;
        padding: 30px 30px;
        line-height: 23px !important;
        margin-top: 40px;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.mt-4>div.title,
    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.mb-4>div.title {
        display: flex;
        justify-content: center;
    }

    #site-content-container>div>div:nth-child(10)>div>div>div>div>div>div>div:nth-child(2)>div.mt-4 {
        margin-top: 20.6rem;
    }

    #site-content-container>div>div:nth-child(11)>div>div>div>div>div>div {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #site-content-container>div>div:nth-child(11)>div>div>div>div>div>div {
        gap: 5px !important;
    }

    #site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative,
    #site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
        width: 100% !important;
    }

    #site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative::before {
        font-size: 12px !important;
        left: 77%;
    }

    #site-content-container>div>div:nth-child(11)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative::after {
        width: 200%;
        height: 210px;
        top: -8px;
        left: -12px;
    }

    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(2)>div.image-layer.relative {
        width: 100%;
        position: absolute;
        top: -568px;
    }

    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.mb-4>div.title>p {
        margin-top: 250px;
    }

    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(2) {
        display: none !important;
    }

    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative::after {
        width: 110%;
        height: 240px;
        top: -15px;
        left: -56px;
    }

    #site-content-container>div>div:nth-child(12)>div>div>div>div>div>div>div:nth-child(1)>div.image-layer.relative {
        width: 100% !important;
        left: 0px !important;
        height: 210px !important;
    }

    #titele_group_04>div>div>div>div.frame-layer>div>div.image-layer.relative.w-full>div,
    #gallery_group_02>div>div>div>div>div>div.image-layer.relative.w-full>div,
    #gallery_group_03>div>div>div>div>div>div.image-layer.relative.w-full>div,
    #gallery_group_03>div>div>div>div>div>div.image-layer.relative.w-full>div,
    #site-content-container>div>div:nth-child(1)>div>div>div>div>div.frame-layer>div>div.image-layer.relative.w-full>div,
    #site-content-container>div>div:nth-child(2)>div>div>div>div>div>div>div.image-layer.relative.w-full>div,
    #site-content-container>div>div:nth-child(3)>div>div>div>div>div>div>div.image-layer.relative.w-full>div,
    #site-content-container>div>div:nth-child(4)>div>div>div>div>div>div>div.image-layer.relative.w-full>div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        justify-items: center;
    }

    #titele_group_04>div>div>div>div.frame-layer>div>div.image-layer.relative.w-full,
    #gallery_group_02>div>div>div>div>div>div.image-layer.relative.w-full,
    #gallery_group_03>div>div>div>div>div>div.image-layer.relative.w-full,
    #gallery_group_03>div>div>div>div>div>div.image-layer.relative.w-full,
    #site-content-container>div>div:nth-child(1)>div>div>div>div>div.frame-layer>div>div.image-layer.relative.w-full,
    #site-content-container>div>div:nth-child(2)>div>div>div>div>div>div>div.image-layer.relative.w-full,
    #site-content-container>div>div:nth-child(3)>div>div>div>div>div>div>div.image-layer.relative.w-full,
    #site-content-container>div>div:nth-child(4)>div>div>div>div>div>div>div.image-layer.relative.w-full {
        padding: 0 20px;
    }

    /*「　０５　店舗情報」*/
    #details_group_001>div>div.pattern1>div>div {
        width: 100% !important;
    }

    .pattern1 {
        width: 90% !important;
    }

    /*SNS　アカウント*/
    #sns_icon_image_instagram>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div>div>div>div>h2>span {
        font-size: 14px;
    }

    #sns_icon_image_instagram>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div {
        padding: 0 25px;
    }

    #sns_icon_image_instagram img {
        width: 30%;
        margin: 10px auto;
    }

    #sns_icon_image_instagram {
        max-width: 260px;
    }

    /*「０６　MAP　店舗地図」*/
    #map_content_group01>div>div>div>div.frame-layer.\!p-0 {
        width: 85%;
        margin: 0 auto;
    }

    /*下層ページ　「お品書き」*/
    #site-content-container>div>div:nth-child(2)>div>div>div>div>div.w-full.title.text-left.text-wrap>p {
        padding: 20px 50px;
        font-size: 13px;
    }

    #menu_block>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div>div>div>div>h2>span {
        left: 0;
        font-size: 14px;
    }

    .menu_block.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div.pt-24.pb-10>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6 {
        flex-direction: column;
    }

    #menu_block>div>div>div>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6>div.image-layer.relative.w-1\/2.sp-width-100 {
        width: 70% !important;
        margin: 0 auto;
    }

    #menu_block>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div {
        padding-bottom: 50px !important;
    }

    #menu_block>div>div>div>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6>div.md\:w-1\/2.mt-4>div.subtitle.uppercase.tracking-wider.mb-2>p:nth-child(1),
    #menu_block>div>div>div>div.frame-layer>div.item-layer.md\:flex.justify-center.gap-6>div.md\:w-1\/2.mt-4>div.subtitle.uppercase.tracking-wider.mb-2>p:nth-child(2) {
        margin: 0 30px;
    }

    main>section:first-child:not([class*="pt"]),
    main>div:first-child:not([class*="pt"]),
    div[class*='pb']+.contents_related,
    section[class*='pb']+.contents_related,
    div[class*='pb']+.contents_related_tags,
    section[class*='pb']+.contents_related_tags {
        padding-top: 0;
    }

    #menu_block>div {
        box-shadow: inset 0 0 0 1px #aaa;
        padding: 0 6px;
    }

    html>body.font-title6.font-body6.image_popup.done>div>main>div.h-full.w-full>div.site-content.ck-content>div.flex.flex-col.items-center.relative.box-border>div.w-full.flex.flex-col.justify-center.items-center.relative.sub_.gallery_group.overflow-hidden>div.w-full.flex.flex-col.justify-center.z-10.items-start>div.w-full.image-clip-undefined>div>div.frame-layer>div.item-layer {
        all: unset !important;
        display: block !important;
        margin-bottom: 50px !important;
    }

    /*下層ページ　店舗情報*/
    #sub_details_group01>div>div:nth-child(2)>div>div>div>table>tbody>tr:nth-child(-n+10)>th,
    #sub_details_group01>div>div:nth-child(2)>div>div>div>table>tbody>tr:nth-child(-n+10)>td {
        padding: 10px !important;
    }

    #site-content-container>div>div:nth-child(1)>div>div {
        padding-top: 50px;
        padding-bottom: 0;
    }

    #sub_details_sns>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div {
        width: 60% !important;
    }

    #sub_details_sns>div>div>div>div.w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts>div>div>div>div {
        font-size: 13px !important;
    }

    #sub_details_sns>div>div>div>div.frame-layer>div>div.image-layer.relative.w-full>div {
        display: flex !important;
        justify-content: center !important;
    }
}

#site-content-container>div>div:nth-child(15)>div>div>div {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#title_icon>div>div {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#btn_001>div>div>div>div>div>a {

    background: linear-gradient(180deg, #C42713 50%, #D73B27 50%);
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px 0px 0 #777;
    outline: 1px solid #aaa;
    outline-offset: -4px;
    overflow: hidden;
}

/* 背景斜線模様 */
#btn_001>div>div>div>div>div>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://yakitori-mamori.com/img/bg_ptn3.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 5px auto;
    opacity: 0.1;
    z-index: 0;
}

/* ボタン内のリンクテキスト */
#btn_001>div>div>div>div>div>a>span {
    font-size: 16px;
    color: #fff;
    padding: 16px;
    text-align: center;
    transition: all .6s ease;
    letter-spacing: 0.1rem;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
    background: none !important;
}

@media screen and (max-width: 900px) {

    #btn_001>div>div>div>div>div>a>span {
        font-size: 14px;
        color: #fff;
        padding: 16px 6px;
        text-align: center;
        transition: all .6s ease;
        letter-spacing: 0.1rem;
        font-family: 'Noto Serif JP', serif;
        position: relative;
        z-index: 2;
        display: block;
        cursor: pointer;
        background: none !important;
        white-space: nowrap;
    }

    #btn_001>div>div>div:nth-child(1)>div>div {
        padding: 0rem;
    }

}