@charset "UTF-8";

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

/* フォント設定 */
body {
	font-size:1.5rem;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, Meiryo, メイリオ, Osaka;
	color:var(--cb);
    /* font-weight: 500; */
	line-height: 1.6;
	letter-spacing:0.05em;
	-webkit-text-size-adjust:none;
}

a {
    color: var(--c3);
}
a:hover{
    color: var(--c1);
}

/* font-family */
.ffmu{
    font-family: 'Mulish','Times New Roman','Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,cursive,serif;
}

/* cmn_cms_editor */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cmn_cms_editor > *:nth-child(1) {
    margin-top: 0;
}

.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    color:var(--c1);
    border-color: var(--c1);
    margin: .6em 0 .8em;
    line-height: 1.6;
	/* letter-spacing: -0.0415625em; */
	letter-spacing: -0.0015625em;
}

.cmn_cms_editor h3 {
    font-size: 2.2rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor h4 {
    font-size: 2.0rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor h5 {
    font-size: 1.8rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor h6 {
    font-size: 1.6rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

@media only screen and (max-width: 800px) {
    /* cmn_cms_editor */
    .cmn_cms_editor h3 {
        font-size: 1.8rem;
    }
    .cmn_cms_editor h4 {
        font-size: 1.6rem;
    }
    .cmn_cms_editor h5 {
        font-size: 1.6rem;
    }
    .cmn_cms_editor h6 {
        font-size: 1.4rem;
    }

}


.cmn_cms_editor p {
    padding: 8px 0 10px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}

.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="youtube"] {
    /* display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px; */

    display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="google"][src*="map"] {
    display: inline-block;
    max-width: 100%;
    max-height: 600px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    /* color: #1673C7; */
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: var(--c1);
}

.cmn_cms_editor table {
    margin: 0 0 8px 0;
    word-break: break-all;
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 8px 0px;
    padding: 6px 8px;
    border: 1px solid #695D48;
}

.cmn_cms_editor th {
    color: #FFFFFF;
    background-color: var(--c1);
}

.cmn_cms_editor td {
    background-color: #FFFFFF;
}

/* .cmn_cms_editor td:nth-of-type(1) {
    border-left: 1px solid #FFFFFF;
}

.cmn_cms_editor td:nth-last-of-type(1) {
    border-right: 1px solid #FFFFFF;
}

.cmn_cms_editor th {
    color: #FFFFFF;
    border: 1px solid #ffffff;
    background-color: #1C4365;
}

.cmn_cms_editor td {
    color: #1C4365;
    border: 1px solid #1C4365;
    background-color: #ffffff;
}
 */

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    list-style: disc;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor ol {
    margin: 0 0 8px 0;
    padding-left: 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    color: #333333;
    background-color: #F3F3F3;
    margin-inline-start:8px;
    margin-inline-end:8px;
    padding: 15px;
}


/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}



/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}


/* modalmenu */

#header_modalmenu_check {
    display: none;
}

.header_modalmenu_btn {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: var(--cb);

    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;

	z-index: 90000;
}

.header_modalmenu_btn::after {
    content: 'menu';
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: black;
    font-family: 'Mulish','Times New Roman','Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,cursive,serif;
    text-align: center;
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn::after {
    content: 'close';
}

.header_modalmenu_btn .box {
    display: inline-block;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;

    transition: all .3s;
}

.header_modalmenu_btn .top {
    transform: translateY(-5px);
}

.header_modalmenu_btn .bottom {
    transform: translateY(5px);
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn {
    background-color: transparent;
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn .top {
    transform: rotate(-135deg);
    background-color: #FFFFFF;
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn .bottom {
    transform: rotate(135deg);
    background-color: #FFFFFF;
}




#header_modalmenu_close_bg {
    width: 100%;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);

	z-index: -1;
}

#header_modalmenu_area {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: all .3s;

	z-index: 80000;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
    opacity: 1;
    pointer-events: all;
}

.header_modalmenu_areainner {
    padding: 30px 0 60px;
    transform: translateY(-30px);
    transition: transform .3s;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area .header_modalmenu_areainner{
    transform: translateY(0);
}

.header_modalmenu_logo {
    margin-left: 30px;
}

.header_modalmenu_nav {
    margin-top: 40px;
}

.header_modalmenu_nav + * {
    margin-top: 40px;
}

.header_modalmenu_li {
    border-top: 1px solid #FFFFFF;
}

.header_modalmenu_li:last-of-type {
    border-bottom: 1px solid #FFFFFF;
}

.header_modalmenu_link {
    display: block;
    padding: 14px 30px;
    font-size: 2.4rem;
}

.header_modalmenu_tel_link {
    white-space: nowrap;
    font-size: 3.2rem;
}

.header_modalmenu_eigyou {
    margin-top: 16px;
}

.header_modalmenu_sns {
    margin-top: 36px;
}



/* scrollbar */
/* body::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: rgba(90,4,2,.6);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(90,4,2,1);
} */

/* cmn ///////////////////////////////////// */

/* header */

.header_infobar{
    height: 80px;
    padding: 0 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100000;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
    .header_infobar{
        height: 60px;
        padding: 10px 60px 10px 10px;
    }

}

.header_tel {
    flex-shrink: 0;
}

.header_eigyou {
    width: 100%;
    margin-right: auto;
    line-height: 1.45;
}

@media only screen and (max-width: 560px) {
    .header_eigyou {
        margin-left: 10px;
    }

    .header_eigyou .pcNone3 {
        display: inline-block;
    }


}

.header_sns {
    flex-shrink: 0;
}

.header_nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--cb);
    padding-top: 40px;
}

.header_nav_list {
}

.header_nav_li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: center;
    overflow: hidden;
}

.header_nav_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header_shopinfo {
    /* display: flex;
    align-items: flex-start; */
    align-self: flex-start;
    margin-top: -10px;
}

.header_shopinfo_img {
    display: inline-block;
    /* flex-shrink: 0; */
    vertical-align: top;
}


/* cmn_wrapper */
.cmn_wrapper {
    margin-right: 100px;
}

@media only screen and (max-width: 1000px) {
    .cmn_wrapper {
        margin-right: 0;
    }
}

/* cmn_box */
.cmn_box {
    border-top: 30px solid var(--cb);
}

/* cmn_maintitle */
.cmn_maintitle{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    background-image: url(../img/cmn_bg_patt03.svg);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
}

@media only screen and (max-width: 560px) {
    .cmn_maintitle{
        background-size: 60px;
    }

}

.cmn_maintitle::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgb(190,155,198);
    background: linear-gradient(180deg, rgba(190,155,198,1) 0%, rgba(255,255,255,0) 100%);
    /* background-color: transparent; */
}

@supports (mix-blend-mode: multiply) {
    .cmn_maintitle::before{
        /* background: rgb(190,155,198);
        background: linear-gradient(180deg, rgba(190,155,198,1) 0%, rgba(255,255,255,0) 100%); */
        /* background-color: transparent; */
        mix-blend-mode: multiply;
        background-color: rgba(190,155,198,0.01);
    }
}

.cmn_maintitle_inner{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    min-height: 100px;
    max-width: 90%;
    padding: 0.5em 2em;
    margin: 0 auto;
    /* background-image: url(../img/cmn_ra);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; */
}

@media only screen and (max-width: 800px) {
    .cmn_maintitle_inner{
        min-width: 360px;
        min-height: 90px;
    }

}

@media only screen and (max-width: 560px) {
    .cmn_maintitle_inner{
        padding-left: 1em;
        padding-right: 1em;
        font-size: 2.4rem;
        min-width: 250px;
        min-height: 70px;
    }

}


/* cmn_tit */
.cmn_tit_1st + * {
    margin-top: 40px;
}

@media only screen and (max-width: 560px) {
    .cmn_tit_1st {
        font-size: 2.5rem;
        line-height: 1.6;
    }

    .cmn_tit_1st + * {
        margin-top: 40px;
    }
}

.cmn_tit_2nd {
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
}

.cmn_tit_2nd + * {
    margin-top: 28px;
}

@media only screen and (max-width: 560px) {
    .cmn_tit_2nd {
        font-size: 2.1rem;
        line-height: 1.55;
    }

    .cmn_tit_2nd + * {
        margin-top: 30px;
    }

}


/* cmn_sns */
.cmn_sns {
    display: flex;
    justify-content: center;
}

.cmn_sns_li {
    margin-left: 15px;
    margin-right: 15px;
}

.cmn_sns_link {
    display: inline-block;
}



/* home ///////////////////////////////////// */


/* .home_topslider */
.home_topslider {
    position: relative;
    height: calc(100vh - 80px); /* JSで高さ制御中のためフォールバックとして */
    /* padding-left: 150px; */
    padding-left: 11%;
}

.home_topslider_swiper-container {
    height: 100%;
    /* visibility: hidden; */
}

[class*="home_topslider_swiper-img"] {
    object-position: center center;
}

/* ページネーション */
.home_topslider_swiper-pagination:not(#_) {
    bottom: 20px;
    left: auto;
    right: 20px;
    width: 10px;
}
.home_topslider_swiper-pagination:not(#_) .swiper-pagination-bullet {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: var(--cb);
    opacity: 1;
    margin: 10px 0 0 0;
}
.home_topslider_swiper-pagination:not(#_) .swiper-pagination-bullet-active {
    background: var(--c1);
}

.home_topslider_title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    /* width: 29%;
    max-width: 300px;
    min-width: 280px; */
    height: auto;
}

@media only screen and (max-width: 560px) {
    .home_topslider {
        height: calc(100vh - 60px);
        padding-left: 15%;
    }

    [class*="home_topslider_swiper-img"] {
        /* user-select: none; */
        pointer-events: none;
    }

    .home_topslider_swiper-img01 {
        object-position: 26% top;
    }

    .home_topslider_swiper-img02 {
        object-position: 52% top;
    }

    .home_topslider_swiper-img03 {
        /* object-position: 60% top; */
        /* object-position: 74% top; */
        object-position: 76% top;
    }

    .home_topslider_swiper-img04 {
        object-position: 57% top;
    }

    .home_topslider_title {
        width: 74%;
    }
}






/* home_sns */
.home_sns_wrapper {
    border-top: 30px solid var(--cb);
}
.home_sns {
    display: flex;
    justify-content: space-between;
}
.home_sns_facebook,
.home_sns_instagram {
    display: flex;
    align-items: flex-start;
}
.home_sns_instagram {
    width: 55%;
}
.home_sns_instagram_inner {
    width: 100%;
}
.home_sns_instagram_link {
    display: block;
    overflow: hidden;
}
.home_sns_instagram_img {
    transition: transform .3s;
}
.home_sns_instagram_link:hover .home_sns_instagram_img {
    transform: scale(1.1);
}
.home_sns_facebook {
    width: 40%;
    min-height: 380px;
}
.home_sns_facebook_js {
    width: 100%;
}
.home_sns_title {
    flex-shrink: 0;
    display: inline-block;
    margin-right: 6px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: left;
    overflow: hidden;
}
.home_sns_title_inner {
    display: inline-block;
    transform: rotate(180deg);
}
.home_sns_instagram_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 510px;
}
.home_sns_instagram_link {
    position: relative;
    display: block;
}

@media only screen and (max-width: 900px) {
    .home_sns {
        display: block;
        max-width: 500px;
        min-height: 0;
    }
    .home_sns_instagram {
        width: 100%;
    }
    .home_sns_facebook {
        width: 100%;
        margin-top: 30px;
    }

}

@media only screen and (max-width: 560px) {
    .home_sns {
        padding-left: 24px;
        padding-right: 30px;
    }
    .home_sns_instagram_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .home_sns_instagram_li:nth-of-type(n+7) {
        display: none;
    }
}


/* home_about */
.home_about_inner {
    display: flex;
    justify-content: space-between;
}

.home_about_imgbox {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.home_about_imgbox_figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 81vw;
    height: 100%;
}

.home_about_img.home_about_img {
    object-position: right bottom;
    object-fit: cover;
}

@media only screen and (max-width: 1400px) {
    .home_about_img.home_about_img {
        object-fit: contain;
    }
}

@media only screen and (max-width: 1000px) {
    .home_about_img.home_about_img {
        object-position: left bottom;
        object-fit: cover;
    }
}

.home_about_txtbox {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: calc(35% + 10px);
    min-width: 370px;
    border-left: 10px solid var(--cb);
}

.home_about_txtbox_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 51vw;
    height: 100%;
}

.home_about_txtbox_bg ~ * {
    position: relative;
}

.home_about_txtbox_copy {
    letter-spacing: -0.02em;
}


@media only screen and (max-width: 768px) {
    .home_about_inner {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .home_about_imgbox {
        position: static;
        min-height: 0;
    }

    .home_about_imgbox_figure {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .home_about_img.home_about_img {
        object-fit: cover;
    }

    .home_about_txtbox {
        display: block;
        width: 100%;
        /* max-width: 304px; */
        min-width: 0;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 30px;
        padding-bottom: 34px;
        border-left: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .home_about_txtbox_copy {
        font-size: 3rem;
    }

    .home_about_txtbox_txt {
        text-align: left;
    }

    .home_about_txtbox_bg {
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }


}


/* home_menu */
.home_menu_pager {
    display: flex;
    justify-content: space-between;
    max-width: 650px;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.home_menu_pager_li {
    width: 30%;
    max-width: 150px;
}

.home_menu_pager_link {
    padding: 2px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #000000;
}

.home_menu_pager_link:hover {
    border-width: 3px 0 3px 0;
    border-color: var(--c1);
    font-weight: 900;
}

/* @media only screen and (max-width: 800px) {
    .home_menu_pager_link:hover {
        border-width: 1px 0 1px 0;
        border-color: var(--cb);
        color: var(--cb);
        font-weight: 200;
    }

} */





.home_menulist01_wrap_row {
    display: flex;
}

.home_menulist01_wrap_row + * {
    border-top: 30px solid var(--cb);
}

.home_menulist01_wrap_row:nth-of-type(2n-1) {
    flex-direction: row-reverse;
}

.home_menulist01_wrap_row:nth-of-type(2n) .home_menulist01_wrap_desc,
.home_menulist01_wrap_row:nth-of-type(2n-1) .home_menulist01_wrap_term {
    border-left: 10px solid var(--cb);
}

.home_menulist01_wrap_term,
.home_menulist01_wrap_desc {
    width: 50%;
}

.home_menulist01_wrap_desc {
    display: flex;
    align-items: center;
}

.home_menulist01 {
    width: 100%;
}

.home_menulist01_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1px;
    padding-bottom: 1px;
}

.home_menulist01_title {
    order: 0;
    flex-shrink: 0;
    max-width: 52%;
    margin-right: 30px;
    font-size: 1.4rem;
}

.home_menulist01_row::before {
    order: 1;
    content: '';
    width: 100%;
    min-width: 30px;
    height: 1px;
    margin-top: 12px;
    background-color: #808080;
}

.home_menulist01_price {
    position: relative;
    order: 2;
    flex-shrink: 0;
    padding-right: 1em;
    margin-left: 20px;
}

.home_menulist01_price.hani::after {
    content: '~';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.home_menulist01_wrap_term {
    position: relative;
}

.home_menulist01_wrap_imgbox {
    height: 100%;
}


.home_menulist01_wrap_titlebox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    width: 100%;
    height: auto;
}

.home_menulist01_wrap_row:nth-of-type(2n) .home_menulist01_wrap_titlebox {
    padding-right: 24px;
    text-align: right;
}

.home_menulist01_wrap_row:nth-of-type(2n-1) .home_menulist01_wrap_titlebox {
    padding-left: 24px;
}

.home_menu_seijin {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.home_menu_seijin_imgbox,
.home_menu_seijin_txtbox {
    width: 50%;
}

.home_menu_seijin_imgbox::before {
    padding-top: 37.5%;
}

.home_menu_seijin_imgbox {
    align-self: stretch;
}

.home_menu_seijin_txtbox {
    border-left: 10px solid var(--cb);
}


@media only screen and (max-width: 800px) {
    .home_menulist01_wrap_row {
        display: block;
    }

    .home_menulist01_wrap_row:nth-of-type(2n) .home_menulist01_wrap_desc,
    .home_menulist01_wrap_row:nth-of-type(2n-1) .home_menulist01_wrap_term {
        border-left: 0;
    }

    .home_menulist01_wrap_term,
    .home_menulist01_wrap_desc {
        width: 100%;
    }

    .home_menulist01_wrap_imgbox {
        position: relative;
        height: 0;
        padding-top: 52.6%;
    }

    .home_menulist01_wrap_img {
        position: absolute;
        left: 0;
        top: 0;
        object-position: left top;
    }

    .home_menulist01_wrap_row:nth-of-type(1) .home_menulist01_wrap_img {
        object-position: left center;
    }

    .home_menulist01_wrap_desc {
        display: block;
        padding-left: 20px;
        padding-right: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home_menulist01_title {
        max-width: 59%;
        margin-right: 16px;
    }

    .home_menulist01_row::before {
        min-width: 16px;
    }

    .home_menulist01_price {
        margin-left: 14px;
    }

    .home_menulist01_wrap_row:nth-of-type(2n) .home_menulist01_wrap_titlebox {
        padding-left: 20px;
        padding-right: 0;
        text-align: left;
    }

    .home_menulist01_wrap_row:nth-of-type(2n-1) .home_menulist01_wrap_titlebox {
        padding-left: 20px;
    }

    .home_menu_seijin {
        display: block;
        width: calc(100% - 8%);
        margin-left: auto;
        margin-right: auto;
    }

    .home_menu_seijin_imgbox,
    .home_menu_seijin_txtbox {
        width: 100%;
    }

    .home_menu_seijin_txtbox {
        padding-left: 8%;
        padding-right: 8%;
        border-left: 0;
    }

    .home_menu_seijin_title01 {
        font-size: 1.8rem;
    }

    .home_menu_seijin_title02 {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
}



/* home_shopinfo */
.home_shopinfo {
    display: flex;
    justify-content: space-between;
}

.home_shopinfo_imgbox {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.home_shopinfo_imgbox_figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 81vw;
    height: 100%;
}

.home_shopinfo_img.home_shopinfo_img {
    object-position: right center;
    object-fit: cover;
}

@media only screen and (max-width: 1400px) {
    .home_shopinfo_img.home_shopinfo_img {
        object-fit: contain;
    }
}

@media only screen and (max-width: 1000px) {
    .home_shopinfo_img.home_shopinfo_img {
        object-position: center bottom;
        object-fit: cover;
    }
}

.home_shopinfo_txtbox {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: calc(35% + 10px);
    min-width: 310px;
    border-left: 10px solid var(--cb);
}

.home_shopinfo_txtbox_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 51vw;
    height: 100%;
}

.home_shopinfo_txtbox_bg ~ * {
    position: relative;
}

.home_shopinfo_txtbox_logo {
    width: 120px;
}


@media only screen and (max-width: 768px) {
    .home_salon_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home_shopinfo {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .home_shopinfo_imgbox {
        position: static;
        min-height: 0;
    }

    .home_shopinfo_imgbox_figure {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .home_shopinfo_img.home_shopinfo_img {
        object-fit: cover;
    }

    .home_shopinfo_txtbox {
        display: block;
        width: 100%;
        /* max-width: 304px; */
        min-width: 0;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 30px;
        padding-bottom: 40px;
        border-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .home_shopinfo_txtbox_bg {
        width: 100%;
    }
}

/* home_access */
.home_access_googlemap {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.home_access_googlemap_iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;;
}

@media only screen and (max-width: 560px) {
    /* home_access */
    /* .home_access_googlemap {
        max-height: 400px;
        height: 50vh;
    } */
}

/* home_parking */
.home_parking {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_parking_txtbox {
    width: 35%;
}

.home_parking_imgbox {
    width: 59%;
    border-left: 10px solid var(--cb);
}


@media only screen and (max-width: 720px) {
    /* home_parking */
    .home_parking {
        display: block;
    }

    .home_parking_txtbox {
        width: 100%;
    }

    .home_parking_tit {
        text-align: center;
    }

    .home_parking_imgbox {
        width: 100%;
        border-left: 0;
        margin-top: 16px;
    }

}


/* home_contact */
.home_contact_tel_link:hover {
    color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
    .home_contact_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 560px) {
    .home_contact_tel_note01 {
        font-size: 1.8rem;
    }

    .home_contact_tel_link_wrap {
        margin-top: 6px;
    }

    .home_contact_tel_link {
        font-size: 3.2rem;
    }
}

.home_contact_sns {
    border-top: 30px solid var(--cb);
}

.home_contact_line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 80px;
    line-height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.home_contact_line_txt {
    margin-left: 20px;
    line-height: 1.45;
}

.home_contact_copyright {
    height: 100px;
    line-height: 100px;
}


