/*
Theme Name:HEAL child
Description:WordPressテーマ「HEAL」の自作子テーマ
Template:heal_tcd077
Author:Takuma Sugawara
Version:1.6
*/

.custom-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-image-893{
    display: flex;
    justify-content: center;
    align-items: center;
}



#index_slider {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
@media (max-width: 750px) {
    #index_slider {
		width: 80%;
        height: auto;
        object-fit: contain;
    }
}


.is-sp{
    display: none;
}
.wrapper{
    padding: 100px 40px;
}
.inner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.cmn-sec-ttl{
    font-size: 38px;
    line-height: 1.6;
    text-align: center;
}
.cmn-sec-ttl span{
    display: block;
    font-size: 18px;
}
.cmn-sec-desc{
    margin-top: 35px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.cmn-notes-head{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 500;
}
.cmn-notes-cont{
    margin-top: 25px;
}
.cmn-notes-cont p{
    font-size: 16px;
    line-height: 2;
}
.cmn-notes-cont p a{
    text-decoration: underline;
}
@media screen and (max-width: 750px){
    .is-pc{
        display: none;
    }
    .is-sp{
        display: inline;
    }
    .wrapper{
        padding: 75px 20px;
    }
    .cmn-sec-ttl{
        font-size: 25px;
    }
    .cmn-sec-ttl span{
        font-size: 14px;
    }
    .cmn-sec-desc{
        font-size: 14px;
        text-align: left;
    }
    .cmn-notes-head{
        font-size: 18px;
    }
    .cmn-notes-cont p{
        font-size: 14px;
    }
}

#header #site_desc{
    position: relative;
}
#header #site_desc .notranslate{
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 5;
    transform: translateY(-50%);
}
@media screen and (max-width: 950px){
    #header #site_desc .notranslate{
        right: 20px;
    }
}
.header-translate{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    font-size: 12px;
}
@media screen and (max-width: 750px){
    .header-translate{
        display: block;
    }
}

#glt-translate-trigger{
    position: absolute;
    top: 4px !important;
    box-shadow: none;
    padding: 0;
    border: 1px solid #000;
}
#glt-translate-trigger > span{
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    font-family: serif;
    text-shadow: none;
}
#glt-translate-trigger > span::before{
    content: '';
    display: inline-block;
    margin-right: 10px;
    transform: rotate(90deg);
    background-image: url(./img/translate-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 750px){
    #glt-translate-trigger{
        top: 0 !important;
        right: 0 !important;
    }
    #glt-translate-trigger > span{
        padding: 6px 13px;
        font-size: 12px;
    }
}

/* ヘッダー */
#header{
    height: 233px;
}
#header_top{
    width: auto;
    height: 115px;
    margin: 0;
}
@media screen and (max-width: 1151px){
    #header{
        height: auto !important;
    }
    #header_top{
        height: 85px !important;
    }
}
#header_logo{
    left: 50%;
    right: auto;
    transform: translate(-50%,-50%);
}
#header_logo .pc_logo_image{
    width: 168px;
    height: auto;
}
@media screen and (max-width: 1151px){
    #header_logo{
        width: 120px !important;
        height: 59px !important;
        left: 30px;
        transform: translate(0,-50%);
    }
}
.header-btns{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: flex;
}
.header-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 60px;
    border-radius: 10px;
    font-weight: 500;
}
@media screen and (max-width: 1151px){
    .header-btns{
        right: 55px;
    }
    .header-btn{
        display: none;
    }
}
@media screen and (max-width: 750px){
    .header-btns{
        top: 57%;
    }
}
.header-btn::before{
    content: '';
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.header-btn + .header-btn{
    margin-left: 20px;
}
.header-btn-web{
    background-color: #880000;
    color: #fff;
}
.header-btn-web::before{
    background-image: url(./img/web-icon-white.png);
    width: 24px;
    height: 19px;
}
.header-btn-tel{
    border: 1px solid #000;
}
.header-btn-tel::before{
    background-image: url(./img/tel-icon-black.png);
    width: 15.6px;
    height: 20.35px;
}
.header-btn-sp{
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
}
.header-btn-sp + .header-btn-sp{
    margin-left: 15px;
}
@media screen and (max-width: 1151px){
    .header-btn-sp{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 750px){
    .header-btn-sp{
        width: 44px;
        height: 44px;
        font-size: 10px;
    }
}
.header-btn-sp::before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 4px;
}
.header-btn-web-sp{
    background-color: #880000;
    color: #fff;
}
.header-btn-web-sp::before{
    background-image: url(./img/web-icon-white.png);
    width: 15px;
    height: 12px;
}
.header-btn-tel-sp{
    border: 1px solid #000;
}
.header-btn-tel-sp::before{
    background-image: url(./img/tel-icon-black.png);
    width: 8.29px;
    height: 10.81px;
}
@media screen and (max-width: 1151px){
    #menu_button{
        width: auto !important;
        height: auto !important;
        bottom: auto !important;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 750px){
    #menu_button{
        top: 55%;
        line-height: 1 !important;
    }
}

/* フッター店舗一覧 */
.shop-archive-head{
    padding: 40px 0 35px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.shop-item{
    display: flex;
    flex-direction: row-reverse;
    background-color: #F3EEE6;
}
.shop-item:nth-child(even){
    flex-direction: row;
}
.shop-body{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.shop-body-inner{
    padding: 0 30px;
}
.shop-head{
    display: flex;
    font-size: 22px;
    font-weight: 500;
}
.shop-tel{
    margin-left: 35px;
    color: #d0af55;
}
.shop-tel a{
    color: #d0af55;
}
.shop-address{
    margin: 15px 0 15px;
    line-height: 2;
}
.shop-time p{
    line-height: 1.5;
}
.shop-time p +  p{
    margin-top: 15px;
}
.shop-img{
    width: 50%;
}
.shop-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.shop-link{
    width: 200px;
    height: 60px;
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #880000;
    color: #fff;
}
@media screen and (max-width: 1151px){
    .shop-link{
        height: 50px;
        font-size: 14px;
    }
}
@media screen and (max-width: 950px){
    .shop-body{
        font-size: 14px;
    }
    .shop-img img{
        height: 370px;
    }
}
@media screen and (max-width: 750px){
    .shop-archive-head{
        font-size: 25px;
    }
    .shop-item{
        flex-direction: column-reverse;
    }
    .shop-item:nth-child(even){
        flex-direction: column-reverse;
    }
    .shop-body{
        width: 100%;
        display: block;
    }
    .shop-body-inner{
        padding: 35px 20px;
    }
    .shop-head{
        font-size: 20px;
    }
    .shop-img{
        width: 100%;
    }
    .shop-img img{
        height: 225px;
    }
}

/* フッター予約 */
.footer-reserve{
    padding: 100px 0;
}
.footer-reserve-desc{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}
.footer-reserve-cont{
    margin: 60px auto 0;
    width: 1000px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-reserve-link{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
.footer-reserve-web{
    background-color: #DEB887;
    background-color: #880000;
    color: #fff;
}
.footer-reserve-tel{
    border: 1px solid #000;
}
.footer-reserve-item{
    display: flex;
    align-items: center;
}
.footer-reserve-icon-web img{
    width: 36px;
}
.footer-reserve-icon-tel img{
    width: 20px;
}
.footer-reserve-body{
    margin-left: 25px;
}
.footer-reserve-subttl{
    font-size: 20px;
    font-weight: 500;
}
.footer-reserve-txt{
    margin-top: 10px;
    font-size: 16px;
}
@media screen and (max-width: 1151px){
    .footer-reserve-cont{
        justify-content: center;
    }
    .footer-reserve-link + .footer-reserve-link{
        margin-left: 30px;
    }
}
@media screen and (max-width: 950px){
    .footer-reserve{
        padding: 100px 40px;
    }
    .footer-reserve-link{
        width: 50%;
        padding: 25px 20px 20px;
    }
    .footer-reserve-subttl{
        font-size: 17px;
    }
    .footer-reserve-txt{
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 750px){
    .footer-reserve{
        padding: 75px 20px;
    }
    .footer-reserve-desc{
        margin-top: 27px;
        font-size: 14px;
        text-align: left;
    }
    .footer-reserve-cont{
        margin-top: 40px;
        flex-direction: column;
    }
    .footer-reserve-link{
        width: 100%;
        padding: 25px 15px 20px;
    }
    .footer-reserve-link + .footer-reserve-link{
        margin-left: 0;
        margin-top: 20px;
    }
    .footer-reserve-body{
        margin-left: 10px;
    }
    .footer-reserve-icon-web img{
        width: 26px;
    }
    .footer-reserve-icon-tel img{
        width: 13.6px;
    }
}

/* フッターナビ */
.footer-main{
    background-color: #F3EEE6;
    padding: 75px 40px;
}
.footer-main-cont{
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-logo{
    width: 170px;
}
.footer-logo img{
    width: 100%;
}

.footer-banner {
    margin-top: 30px;
  display: flex; /* コンテナをFlexコンテナにする */
  gap: 10px; /* 要素間の隙間を設定 (任意) */
}


.footer-nav{
    display: flex;
}
.footer-nav-items{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-nav-items:first-child{
    padding-right: 30px;
}
.footer-nav-items:nth-child(2){
    padding-right: 30px;
    padding-left: 30px;
}
.footer-nav-items:last-child{
    padding-left: 30px;
}
.footer-nav-items:nth-child(n+2){
    border-left: 1px solid #000;
}
.footer-nav-item{
    font-size: 16px;
}
.footer-nav-item:nth-child(n+2){
    margin-top: 25px;
}
.footer-nav-link{
    position: relative;
    padding-left: 18px;
}
.footer-nav-link::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 12.62px;
    background-image: url(./img/arrow-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.footer-nav-btn:nth-child(n+2){
    margin-top: 20px;
}
.footer-nav-btn a{
    display: block;
    width: 200px;
    padding: 15px 5px;
    text-align: center;
}
.footer-nav-btn a::before{
    content: '';
    display: inline-block;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: translateY(3px);
}
.footer-nav-web a{
    background-color: #DEB887;
    border: 1px solid #DEB887;
    background-color: #880000;
    border: 1px solid #880000;
    color: #fff;
}
.footer-nav-web a::before{
    background-image: url(./img/web-icon-white.png);
    width: 20px;
    height: 16px;
}
.footer-nav-tel a{
    background-color: #fff;
    border: 1px solid #000;
}
.footer-nav-tel a::before{
    background-image: url(./img/tel-icon-black.png);
    width: 15px;
    height: 19.56px;
}
@media screen and (max-width: 950px){
    .footer-logo{
        width: 125px;
    }
    .footer-nav-items:first-child{
        padding-right: 25px;
    }
    .footer-nav-items:nth-child(2){
        padding-right: 25px;
        padding-left: 25px;
    }
    .footer-nav-items:last-child{
        padding-left: 25px;
    }
    .footer-nav-item{
        font-size: 14px;
    }
    .footer-nav-btn a{
        width: 140px;
    }
    .footer-nav-btn a::before{
        content: none;
    }
}
@media screen and (max-width: 750px){
    .footer-main{
        padding: 75px 20px;
    }
    .footer-main-cont{
        flex-direction: column;
    }
    .footer-logo{
        width: 140px;
        margin: 0 auto;
    }
    .footer-nav{
        margin-top: 45px;
        justify-content: center;
    }
}
@media screen and (max-width: 600px){
    .footer-nav{
        flex-wrap: wrap;
    }
    .footer-nav-items{
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-nav-items:first-child{
        padding-right: 0;
        width: 120px;
    }
    .footer-nav-items:nth-child(2){
        padding-right: 0;
        padding-left: 0;
        margin-left: 35px;
        width: 170px;
    }
    .footer-nav-items:last-child{
        padding-left: 0;
        margin-top: 45px;
        width: 100%;
    }
    .footer-nav-items:nth-child(n+2){
        border-left: none;
    }
    .footer-nav-btn a{
        width: 230px;
        max-width: 100%;
        margin: 0 auto;
    }
    .footer-nav-btn a::before{
        content: '';
    }
}
@media screen and (max-width: 370px){
    .footer-nav-items:nth-child(2){
        margin-left: 20px;
    }
}
@media screen and (max-width: 350px){
    .footer-nav-items:first-child{
        width: 240px;
    }
    .footer-nav-items:nth-child(2){
        width: 240px;
        margin-left: 0;
        margin-top: 25px;
    }
}


#contents_builder.top-cont{
    padding-bottom: 100px;
    border-bottom: 1px solid #888;
}
@media screen and (max-width: 1151px){
    #contents_builder.top-cont{
        padding-bottom: 75px;
    }
}
@media screen and (max-width: 750px){
    #contents_builder.top-cont{
        padding-bottom: 50px;
    }
}

/* トップページスライダー */
#index_slider .item .image{
    background-position: left bottom !important;
}
#index_slider .item.item3 .image{
    background-position: left center !important;
}
#index_slider .item .image.mobile{
    background-position: right bottom !important;
}
#index_slider .caption{
    margin: 0;
    left: 6%;
    right: auto;
}
@media screen and (max-width: 1151px){
    #index_slider .caption{
        left: 0;
    }
}
#index_slider .item1 .desc{
    line-height: 2.14;
    letter-spacing: 0.5em;
}
@media screen and (max-width: 500px){
    #index_slider,#index_slider .item{
        height: 350px !important;
    }
}

/* トップページコンセプト */
.top-concept{
    padding-top: 115px;
}
.top-concept-head{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.top-concept .cb_contents{
    padding-top: 53px;
}
.index_design_content1.num1 .button a{
    background-color: #880000;
}
.index_design_content1.num2 .button a{
    background-color: #880000;
}/*20231108追記*/
.index_design_content1.num3 .button a{
    background-color: #880000;
}
@media (min-width: 750px) and (max-width: 950px){
    .index_design_content1 .image_list .image{
        height: 235px;
    }
    .index_design_content1.num1 .catch{
        font-size: 30px !important;
    }
    .index_design_content1.num1 .desc{
        font-size: 15px !important;
    }
}
@media screen and (max-width: 950px){
    .top-concept-head{
        font-size: 34px;
    }
    .top-concept .cb_contents{
        padding-top: 40px;
    }
    .index_design_content1.num1 .catch{
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 750px){
    .top-concept{
        padding-top: 65px;
    }
    .top-concept-head{
        font-size: 27px;
        margin-bottom: 35px;
    }
}

/* トップページメニュー一覧 */
.top-menu{
    background-color: #F3EEE6;
    padding: 80px 0;
    margin-top: 97px;
}
.top-menu-cont{
    width: 1000px;
    margin: 0 auto;
}
.top-menu-items{
    margin-top: 50px;
}
.top-menu #menu_list,.archive-menu #menu_list{
    display: flex;
    flex-wrap: wrap;
}
#menu_list .title_area{
    background: rgba(136,0,0,.5);
}
#menu_list .item{
    height: auto !important;
    float: none;
}
#menu_list .desc{
    padding: 50px 30px;
}
.archive-menu-ttl{
    margin-bottom: 15px;
    font-size: 18px;
    color: #d0af55;
    font-weight: 500;
    line-height: 2;
}
.archive-menu-price{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.top-menu .button{
    margin-top: 65px;
    text-align: center;
}
.top-menu .button a{
    display: inline-block;
    min-width: 250px;
    background-color: #880000;
    height: 60px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    transition: all .2s ease;
}
.top-menu .button a:hover{
    background-color: #560d0d;
}
@media screen and (max-width: 1151px){
    .top-menu-cont{
        padding: 0 40px;
        width: auto;
    }
}
@media screen and (max-width: 1151px){
    .top-menu .button a{
        min-width: 202px;
        height: 52px;
        font-size: 14px;
        line-height: 52px;
    }
}
@media (min-width: 750px) and (max-width: 950px){
    #menu_list .title_area{
        height: 80px;
    }
}
@media screen and (max-width: 950px){
    .top-menu-items{
        margin-top: 35px;
    }
    #menu_list .title{
        font-size: 23px;
    }
    #menu_list .title span{
        margin-top: 10px;
        font-size: 14px;
    }
    #menu_list .desc{
        padding: 40px 25px;
    }
    .archive-menu-ttl{
        margin-bottom: 8px;
        font-size: 16px;
    }
    .archive-menu-txt{
        font-size: 14px;
    }
    .archive-menu-price{
        font-size: 16px;
    }
}
@media screen and (max-width: 750px){
    .top-menu-desc br{
        display: none;
    }
    .top-menu-cont{
        padding: 0 20px;
    }
    .top-menu-desc br{
        display: none;
    }
}

/* トップページ予約 */
.top-reserve-ttl{
    font-size: 38px;
    color: #d0af55;
    font-weight: 500;
    text-align: center;
}
.top-reserve-desc{
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
}
.top-reserve-cont{
    margin-top: 50px;
    display: flex;
}
.top-reserve-link{
    width: 50%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: opacity .3s;
}
.top-reserve-link:hover{
    opacity: .8;
}
.top-reserve-web{
    background-image: url(./img/top-reserve-web.jpg);
}
.top-reserve-tel{
    background-image: url(./img/top-reserve-tel.jpg);
}
.top-reserve-body{
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.top-reserve-subttl{
    font-size: 24px;
}
.top-reserve-txt{
    margin-top: 10px;
    font-size: 16px;
}
@media screen and (max-width: 1151px){
    .top-reserve{
        margin-top: 50px;
    }
}
@media screen and (max-width: 950px){
    .top-reserve-ttl{
        font-size: 30px;
    }
    .top-reserve-link{
        height: 210px;
    }
    .top-reserve-subttl{
        font-size: 21px;
    }
    .top-reserve-txt{
        font-size: 14px;
    }
}
@media screen and (max-width: 750px){
    .top-reserve-ttl{
        font-size: 22px;
    }
    .top-reserve-desc{
        font-size: 14px;
    }
}
@media screen and (max-width: 650px){
    .top-reserve-desc{
        text-align: left;
    }
    .top-reserve-cont{
        margin-top: 35px;
        flex-direction: column;
    }
    .top-reserve-link{
        width: 100%;
        height: 215px;
    }
    .top-reserve-link + .top-reserve-link{
        margin-top: 30px;
    }
}

/* トップページ店舗一覧 */
.top-shop{
    margin-top: 135px;
}
@media screen and (max-width: 750px){
    .top-shop{
        margin-top: 100px;
    }
}

/* トップページよくある質問 */
@media (min-width: 750px) and (max-width: 950px){
    .index_design_content2 .banner_content,
    .index_design_content2 .banner_content .overlay,
    .index_design_content2 .banner_content .image_wrap{
        height: 250px;
    }
}

/* トップページお知らせ一覧 */
.top-news-archive{
    background-color: #F3EEE6;
    padding: 80px 0;
    margin-top: 97px;
}
.top-news-archive .index_news{
    padding-top: 0;
}
.index_news .news_list{
    border-top: 1px solid #ddd;
}
.top-news-archive .item{
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.index_news .item a{
    background: transparent !important;
    border: none;
}
.index_news .button a{
    background-color: #880000;
}

/* トップページインスタ埋め込み */
.instagram {
    padding-top: 75px;
}


/* 下層ページ */
@media (min-width: 750px) and (max-width: 950px){
    #page_header .headline{
        font-size: 30px !important;
    }
}
@media screen and (max-width: 750px){
    #page_header{
        height: 300px !important;
    }
}

/* 選ばれる理由 */
.about-reason{
    padding: 100px 40px 0;
}
.about-reason-items{
    margin-top: 65px;
}
.about-reason-item{
    display: flex;
    flex-direction: row-reverse;
}
.about-reason-item:nth-child(even){
    flex-direction: row;
}
.about-reason-item:nth-child(n+2){
    margin-top: 160px;
}
.about-reason-body{
    position: relative;
    top: 35px;
    width: calc(50% + 70px);
    min-height: 320px;
    margin-left: -70px;
    padding: 10px 35px 10px 105px;
    box-sizing: border-box;
    background-color: #F3EFEB;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-reason-item:nth-child(even) .about-reason-body{
    margin-left: 0;
    margin-right: -70px;
    padding: 10px 105px 10px 35px;
}
.about-reason-head{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}
.about-reason-num{
    display: block;
    margin-right: 20px;
    font-size: 48px;
}
.about-reason-ttl{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.about-reason-txt{
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
}
.about-reason-linkwrap{
    margin-top: 20px;
    text-align: right;
}
.about-reason-link{
    display: inline-block;
    font-size: 16px;
}
.about-reason-img{
    position: relative;
    z-index: 1;
    width: 50%;
}
.about-reason-img img{
    width: 100%;
}
@media screen and (max-width: 950px){
    .about-reason-num{
        font-size: 38px;
    }
    .about-reason-ttl{
        font-size: 18px;
    }
    .about-reason-txt{
        font-size: 14px;
    }
    .about-reason-link{
        font-size: 14px;
    }
}
@media screen and (max-width: 750px){
    .about-reason{
        padding: 80px 20px 0;
    }
    .about-reason-desc .pc-br{
        display: none;
    }
    .about-reason-items{
        margin-top: 50px;
        padding: 0 20px;
    }
    .about-reason-item{
        flex-direction: column-reverse;
    }
    .about-reason-item:nth-child(even){
        flex-direction: column-reverse;
    }
    .about-reason-item:nth-child(n+2){
        margin-top: 80px;
    }
    .about-reason-body{
        top: 0;
        width: auto;
        margin-left: 0;
        margin-right: -20px;
        margin-top: -40px;
        padding: 65px 20px 30px;
    }
    .about-reason-item:nth-child(even) .about-reason-body{
        margin-right: 0;
        margin-left: -20px;
        padding: 65px 20px 30px;
    }
    .about-reason-item:nth-child(even) .about-reason-img{
        margin-left: 0;
        margin-right: -20px;
    }
    .about-reason-num{
        font-size: 30px;
    }
    .about-reason-ttl{
        font-size: 16px;
    }
    .about-reason-img{
        width: auto;
        margin-left: -20px;
    }
}

/* ウーライについて */
.about-concept{
    margin-top: 200px;
    background-color: #F3EFEB;
}
.about-concept-cont{
    margin-top: 50px;
    background-color: #fff;
    padding: 85px 55px;
}
.about-concept-item{
    display: flex;
}
.about-concept-item:nth-child(even){
    flex-direction: row-reverse;
}
.about-concept-item:nth-child(even) .about-concept-body{
    margin-right: 0;
    margin-left: 50px;
}
.about-concept-item:nth-child(n+2){
    margin-top: 120px;
}
.about-concept-body{
    width: 55%;
    padding-top: 30px;
    margin-right: 50px;
}
.about-concept-head{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: 500;
}
.about-concept-subttl{
    margin-bottom: 7px;
    font-size: 18px;
    color: #d0af55;
}
.about-concept-ttl{
    font-size: 20px;
    line-height: 1.5;
}
.about-concept-desc{
    margin-top: 30px;
}
.about-concept-txt{
    font-size: 16px;
    line-height: 2;
}
.about-concept-txt span{
    color: #880000;
    font-weight: 500;
}
.about-concept-txt + .about-concept-txt{
    margin-top: 20px;
}
.about-concept-imgwrap{
    flex: 1;
}
.about-concept-img{
    display: block;
    width: 100%;
}
.about-concept-img + .about-concept-img{
    margin-top: 30px;
}
.about-concept-sp{
    display: none;
}
@media screen and (max-width: 950px){
    .about-concept-cont{
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .about-concept-item{
        flex-direction: column;
    }
    .about-concept-item:nth-child(even){
        flex-direction: column;
    }
    .about-concept-item:nth-child(even) .about-concept-body{
        margin-left: 0;
    }
    .about-concept-item:nth-child(n+2){
        margin-top: 90px;
    }
    .about-concept-body{
        width: 100%;
        padding-top: 0;
        margin-right: 0;
    }
    .about-concept-imgwrap{
        margin-top: 30px;
        display: flex;
    }
    .about-concept-img{
        width: calc(50% - 17.5px);
    }
    .about-concept-img + .about-concept-img{
        margin-top: 0;
        margin-left: 35px;
    }
    .about-concept-sp{
        display: block;
    }
}
@media screen and (max-width: 750px){
    .about-concept{
        margin-top: 80px;
    }
    .about-concept-cont{
        padding: 50px 20px;
    }
    .about-concept-item:nth-child(n+2){
        margin-top: 65px;
    }
    .about-concept-subttl{
        font-size: 14px;
    }
    .about-concept-ttl{
        font-size: 16px;
    }
    .about-concept-desc{
        margin-top: 20px;
    }
    .about-concept-txt{
        font-size: 14px;
    }
}
@media screen and (max-width: 550px){
    .about-concept-imgwrap{
        flex-direction: column;
    }
    .about-concept-img{
        width: 100%;
    }
    .about-concept-img + .about-concept-img{
        margin-top: 30px;
        margin-left: 0;
    }
}

/* スタッフについて */
.about-staff{
    margin-top: 100px;
    padding: 0 40px 100px;
}
.about-staff-cont{
    margin-top: 55px;
}
.about-staff-ttl{
    font-size: 21px;
    color: #d0af55;
    font-weight: 500;
    line-height: 1.5;
}
.about-staff-desc{
    margin-top: 30px;
}
.about-staff-txt{
    font-size: 16px;
    line-height: 2;
}
.about-staff-txt + .about-staff-txt{
    margin-top: 20px;
}
.about-staff-imgwrap{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.about-staff-img{
    width: 300px;
}
.about-staff-img + .about-staff-img{
    margin-left: 50px;
}
.about-staff-img img{
    width: 100%;
}
.about-staff-img p{
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 950px){
    .about-staff-img{
        width: 240px;
    }
}
@media screen and (max-width: 750px){
    .about-staff{
        margin-top: 85px;
        padding: 0 20px 75px;
    }
    .about-staff-ttl{
        font-size: 18px;
    }
    .about-staff-desc{
        margin-top: 22px;
    }
    .about-staff-txt{
        font-size: 14px;
    }
    .about-staff-imgwrap{
        margin-top: 30px;
    }
    .about-staff-img{
        width: calc(50% - 17.5px);
        max-width: 240px;
    }
    .about-staff-img + .about-staff-img{
        margin-left: 35px;
    }
}

/* 予約ページ */
.reserve-select{
    padding: 20px 40px 100px;
    background-color: #f3efeb;
}
.reserve-select-space{
    padding-top: 80px;
}
.reserve-select-item{
    background-color: #fff;
    padding: 50px 30px;
}
.reserve-select-ttl{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
.reserve-select-desc{
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.reserve-select-lists{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.reserve-select-list{
    padding: 15px 40px;
    text-align: center;
}
.reserve-select-list:nth-child(n+2){
    border-left: 1px solid #888;
}
.reserve-select-head p{
    margin-bottom: 7px;
    font-size: 14px;
}
.reserve-select-head h3{
    font-size: 20px;
    font-weight: 500;
}
.reserve-select-btn{
    margin-top: 15px;
}
.reserve-select-btn a{
    display: inline-block;
    width: 200px;
    max-width: 100%;
    padding: 12px 5px;
    background-color: #d0af55;
    font-size: 16px;
    color: #fff;
}
.reserve-select-tel{
    margin-top: 15px;
    font-size: 28px;
    letter-spacing: 0.08em;
}
.reserve-select-tel a{
    text-decoration: underline;
}
@media screen and (min-width: 768px){
    .reserve-select-tel a{
        pointer-events: none;
    }
}
@media screen and (max-width: 1151px){
    .reserve-select{
        padding-top: 0;
    }
    .reserve-select-space{
        padding-top: 100px;
    }
}
@media screen and (max-width: 950px){
    .reserve-select-item{
        padding-left: 0px;
        padding-right: 0px;
    }
    .reserve-select-list{
        padding-left: 25px;
        padding-right: 25px;
    }
    .reserve-select-btn{
        margin-top: 15px;
    }
    .reserve-select-btn a{
        width: 160px;
        font-size: 14px;
    }
    .reserve-select-tel{
        font-size: 24px;
    }
}
@media screen and (max-width: 750px){
    .reserve-select{
        padding: 0 20px 75px;
    }
    .reserve-select-item{
        padding: 40px 15px 15px;
    }
    .reserve-select-ttl{
        font-size: 22px;
    }
    .reserve-select-desc{
        font-size: 14px;
    }
    .reserve-select-lists{
        margin-top: 15px;
        flex-direction: column;
    }
    .reserve-select-list{
        padding: 25px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .reserve-select-list:nth-child(n+2){
        border-left: none;
        border-top: 1px solid #888;
    }
    .reserve-select-head p{
        margin-bottom: 4px;
        font-size: 12px;
    }
    .reserve-select-head h3{
        font-size: 18px;
    }
    .reserve-select-btn{
        margin-top: 0;
    }
    .reserve-select-btn a{
        width: 130px;
    }
    .reserve-select-tel{
        margin-top: 0;
        font-size: 22px;
    }
}


/* web予約フォーム */
.web-form-ttl{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.web-form-txt span{
    color: #880000;
    font-weight: 500;
}
.web-form-notes{
    margin-top: 50px;
}

.web-form-notes-link{
    text-decoration: underline;
}
@media screen and (max-width: 750px){
    .web-form-ttl{
        font-size: 25px;
    }
    .web-form-notes{
        margin-top: 38px;
    }
}

/* 共通フォーム */
.cmn-form{
    margin-top: 50px;
    background-color: #F3EFEB;
    padding: 30px 50px 50px;
}
.cmn-form-item{
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.cmn-form-item.frequency,
.cmn-form-item.num
{
    padding-top: 23px;
}
.cmn-form-item.course{
    padding-top: 21px;
}
.cmn-form-head{
    width: 300px;
}
.cmn-form-item.course .cmn-form-head{
    margin-top: 9px;
}
.cmn-form-item.frequency .cmn-form-head,
.cmn-form-item.num .cmn-form-head{
    margin-top: 7px;
}
.cmn-form-required{
    position: relative;
    padding-left: 58px;
}
.cmn-form-any{
    position: relative;
    padding-left: 58px;
}
.cmn-form-required::before{
    content: '必須';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d0af55;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
}

.cmn-form-any::before{
    content: '任意';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
}
.cmn-form-s{
    font-size: 12px;
}
.cmn-form-birthex{
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
.cmn-form-body{
    flex: 1;
}
.cmn-form-input{
    width: 100%;
    border: 1px solid #888;
    border-radius: 6px;
    padding: 12px 10px;
}
.cmn-form-input.cmn-form-input--l{
    min-height: 300px;
    resize: vertical;
}
.cmn-form-input::placeholder{
    font-size: 14px;
}
.cmn-form-check .wpcf7-list-item{
    margin: 0;
}
.cmn-form-check .wpcf7-list-item:not(:last-child){
    margin-right: 25px;
}
.cmn-form-item.course .cmn-form-check .wpcf7-list-item{
    margin-top: 9px;
}
.cmn-form-check input{
    display: none;
}
.cmn-form-check input:checked + span::after{
    display: block;
}
.cmn-form-check .wpcf7-list-item-label{
    position: relative;
    padding-left: 24px;
}
.cmn-form-check .wpcf7-list-item-label::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #888;
}
.cmn-form-check .wpcf7-list-item-label::after{
    position: absolute;
    top: 2px;
    left: 4px;
    width: 12px;
    height: 5px;
    border-left: 3px solid #d0af55;
    border-bottom: 3px solid #d0af55;
    transform: rotate(-45deg);
    display: none;
}
.cmn-form-radio .wpcf7-list-item{
    margin: 0;
}
.cmn-form-item.frequency .cmn-form-radio .wpcf7-list-item,
.cmn-form-item.num .cmn-form-radio .wpcf7-list-item
{
    margin-top: 7px;
}
.cmn-form-radio .wpcf7-list-item:not(:last-child){
    margin-right: 30px;
}
.cmn-form-radio input{
    display: none;
}
.cmn-form-radio input:checked + span::after{
    display: block;
}
.cmn-form-radio .wpcf7-list-item-label{
    position: relative;
    padding-left: 26px;
}
.cmn-form-radio .wpcf7-list-item-label::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 50%;
}
.cmn-form-radio .wpcf7-list-item-label::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #d0af55;
    border-radius: 50%;
    display: none;
}
.cmn-form-select{
    width: 300px;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    font-size: 12px;
}
.cmn-form-menu:nth-child(n+2){
    margin-top: 22px;
}
.cmn-form-menu p{
    margin-bottom: 5px;
}
.cmn-form-menu p span{
    font-size: 12px;
}
.cmn-form-time:nth-child(n+2){
    margin-top: 30px;
}
.cmn-form-time p{
    margin-bottom: 5px;
}
.cmn-form-time p span{
    font-size: 12px;
}
.cmn-form-time-cont{
    display: flex;
}
.cmn-form-time-items{
    display: flex;
}
.cmn-form-time-items + .cmn-form-time-items{
    margin-left: 15px;
}
.cmn-form-time-item + .cmn-form-time-item{
    margin-left: 15px;
}
.cmn-form-time-item select{
    width: 65px;
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.cmn-form-time-txt{
    margin-top: 8px;
    font-size: 14px;
    color: red;
}
.cmn-form-submitwrap{
    margin-top: 50px;
    text-align: center;
}
.cmn-form-submit{
    display: inline-block;
    width: 300px;
    max-width: 100%;
    border-radius: 6px;
    padding: 15px 5px;
    background-color: #d0af55;
    border: none;
    cursor: pointer;
    transition: opacity .3s;
    font-size: 16px;
    color: #fff;
}
.cmn-form-submit:hover{
    opacity: .7;
}
.cmn-form-prefectures,
.cmn-form-address{
    margin-top: 15px;
}
.cmn-form-post p,
.cmn-form-prefectures p,
.cmn-form-address p{
margin-bottom: 8px;
}
.cmn-form-post p span{
    font-size: 14px;
}
.cmn-form .wpcf7-spinner{
    display: none;
}
@media screen and (max-width: 950px){
    .cmn-form{
        padding-left: 30px;
        padding-right: 30px;
    }
    .cmn-form-item{
        font-size: 15px;
    }
    .cmn-form-head{
        width: 250px;
    }
}
@media screen and (max-width: 750px){
    .cmn-form{
        padding-left: 10px;
        padding-right: 10px;
    }
    .cmn-form-item{
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
    }
    .cmn-form-item.frequency,
    .cmn-form-item.num,
    .cmn-form-item.course{
        padding-top: 30px;
    }
    .cmn-from-head{
        width: auto;
    }
    .cmn-form-item.course .cmn-form-head,
    .cmn-form-item.frequency .cmn-form-head,
    .cmn-form-item.num .cmn-form-head{
        margin-top: 0;
    }
    .cmn-form-required{
        padding-left: 52px;
    }
    .cmn-form-required::before{
        width: 42px;
        height: 22px;
        font-size: 11px;
    }
    .cmn-form-body{
        margin-top: 18px;
        width: 100%;
    }
    .cmn-form-item.course .cmn-form-body{
        margin-top: 9px;
    }
    .cmn-form-item.frequency .cmn-form-body,
    .cmn-form-item.num .cmn-form-body{
        margin-top: 11px;
    }
}
@media screen and (max-width: 550px){
    .cmn-form-time-cont{
        flex-direction: column;
    }
    .cmn-form-time-items + .cmn-form-time-items{
        margin-left: 0;
        margin-top: 6px;
    }
}

/* 店舗情報ページ */
.shop-info{
    border-bottom: 1px solid #ddd;
}
.shop-info-items{
    margin-top: 100px;
}
.shop-info-item:nth-child(n+2){
    margin-top: 120px;
}
.shop-info-head{
    padding-bottom: 10px;
    border-bottom: 3px solid #d0af55;
    font-size: 26px;
    font-weight: 500;
}
.shop-info-desc{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
}
.shop-info-cont{
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.shop-info-body{
    flex: 1;
    margin-left: 50px;
}
.shop-info-dl{
    font-size: 16px;
}
.shop-info-dl-item{
    display: flex;
}
.shop-info-dl-item:nth-child(n+2){
    margin-top: 27px;
}
.shop-info-dl dt{
    font-weight: 500;
    width: 80px;
}
.shop-info-dl dd{
    flex: 1;
}
.shop-info-time p + p{
    margin-top: 10px;
}
.shop-info-btns{
    margin-top: 40px;
    display: flex;
}
.shop-info-btn{
    display: block;
    width: 175px;
    padding: 17px 5px;
    font-size: 14px;
    text-align: center;
}
.shop-info-btn + .shop-info-btn{
    margin-left: 20px;
}
.shop-info-more{
    border: 1px solid #880000;
    background-color: #880000;
    color: #fff;
}
.shop-info-reserve{
    border: 1px solid #000;
}
.shop-info-img{
    width: 45%;
}
.shop-info-img img{
    width: 100%;
}
@media screen and (max-width: 950px){
    .shop-info-desc{
        margin-top: 25px;
    }
    .shop-info-cont{
        margin-top: 25px;
        align-items: flex-start;
    }
    .shop-info-body{
        margin-left: 30px;
    }
    .shop-info-btn{
        width: calc(50% - 10px);
    }
    .shop-info-img{
        width: 48%;
    }
}
@media screen and (max-width: 750px){
    .shop-info-txt br{
        display: none;
    }
    .shop-info-items{
        margin-top: 70px;
    }
    .shop-info-item:nth-child(n+2){
        margin-top: 100px;
    }
    .shop-info-head{
        font-size: 22px;
    }
    .shop-info-desc{
        font-size: 14px;
    }
    .shop-info-cont{
        flex-direction: column-reverse;
    }
    .shop-info-body{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
    .shop-info-dl-item{
        flex-direction: column;
    }
    .shop-info-dl dt{
        width: auto;
    }
    .shop-info-dl dd{
        width: auto;
        margin-top: 10px;
        font-size: 14px;
    }
    .shop-info-img{
        width: 100%;
    }
}

/* 店舗詳細ページ */
.shop-detail-ttl{
    font-size: 26px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}
.shop-detail-ttl .shop-br{
    display: none;
}
.shop-detail-desc{
    margin-top: 35px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.shop-detail-desc p + p{
    margin-top: 35px;
}
.shop-detail .n2-section-smartslider{
    margin-top: 55px;
}
.shop-detail-items{
    margin-top: 100px;
}
.shop-detail-item:nth-child(n+2){
    margin-top: 125px;
}
.shop-detail-cmnttl{
    margin-bottom: 35px;
}
@media screen and (max-width: 950px){
    .shop-detail-ttl{
        font-size: 22px;
    }
    .shop-detail-desc{
        text-align: left;
    }
    .shop-detail-desc .shop-br{
        display: none;
    }
    .shop-detail-item:nth-child(n+2){
        margin-top: 100px;
    }
}
@media screen and (max-width: 750px){
    .shop-detail-ttl{
        font-size: 20px;
    }
    .shop-detail-desc{
        font-size: 14px;
    }
    .shop-detail .n2-section-smartslider{
        margin-top: 40px;
    }
    .shop-detail-items{
        margin-top: 75px;
    }
    .shop-detail-item:nth-child(n+2){
        margin-top: 75px;
    }
}
@media screen and (max-width: 600px){
    .shop-detail-ttl .shop-br{
        display: inline;
    }
}

/* 店舗詳細店舗情報 */
.shop-detail-dl-item{
    padding: 25px 15px;
    display: flex;
    border-bottom: 1px solid #000;
    font-size: 16px;
    line-height: 1.5;
}
.shop-detail-dl-item:first-child{
    border-top: 1px solid #000;
}
.shop-detail-dl dt{
    width: 130px;
    font-weight: 500;
}
.shop-detail-dl dd{
    flex: 1;
}
.shop-detail-bar{
    text-decoration: underline;
}
.shop-detail-map{
    position: relative;
    margin-top: 45px;
}
.shop-detail-map::after{
    content: '';
    display: block;
    padding-top: 40%;
}
.shop-detail-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px){
    .shop-detail-dl-item{
        padding-left: 5px;
        padding-right: 5px;
        flex-direction: column;
    }
    .shop-detail-dl dt{
        width: auto;
    }
    .shop-detail-dl dd{
        width: 100%;
        margin-top: 8px;
        font-size: 14px;
    }
    .shop-detail-map::after{
        padding-top: 70%;
    }
}

/* 店舗詳細ギャラリー */
.shop-detail-gallerys{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shop-detail-gallery{
    width: 31%;
}
.shop-detail-gallery:nth-child(n+4){
    margin-top: 40px;
}
.shop-detail-gallery-img img{
    width: 100%;
}
.shop-detail-gallery-txt{
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 950px){
    .shop-detail-gallery{
        width: 32%;
    }
    .shop-detail-gallery:nth-child(n+4){
        margin-top: 33px;
    }
}
@media screen and (max-width: 750px){
    .shop-detail-gallery{
        width: 48%;
    }
    .shop-detail-gallery:nth-child(3){
        margin-top: 33px;
    }
    .shop-detail-gallery-txt{
        font-size: 12px;
    }
}

/* 店舗詳細お知らせ */
.shop-detail-news{
    margin-top: 125px;
}
.shop-detail-news-item{
    border-bottom: 1px solid #ddd;
}
.shop-detail-news-item:first-child{
    border-top: 1px solid #ddd;
}
.shop-detail-news-link{
    display: flex;
    padding: 22px 30px;
    font-size: 14px;
}
.shop-detail-news-head{
    width: 130px;
}
.shop-detail-news-date{
    color: #d0af55;
}
.shop-detail-news-body{
    flex: 1;
}
.shop-detail-news-no{
    margin-top: 15px;
    text-align: center;
}
@media screen and (max-width: 950px){
    .shop-detail-news{
        margin-top: 100px;
    }
}
@media screen and (max-width: 750px){
    .shop-detail-news{
        margin-top: 75px;
    }
    .shop-detail-news-link{
        flex-direction: column;
        padding: 22px 5px;
    }
    .shop-detail-news-head{
        width: auto;
    }
    .shop-detail-news-body{
        width: 100%;
        margin-top: 10px;
    }
}

/* 店舗ページメニュー一覧 */
.shop-menu{
    padding: 85px 40px;
    background-color: #F3EFEB;
}
.shop-menu-list{
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}
.shop-menu-item{
    width: calc(100% / 3);
}
.shop-menu-link{
    position: relative;
    display: block;
    height: 275px;
    overflow: hidden;
}
.shop-menu-link:hover .shop-menu-img{
    transform: scale(1.1);
}
.shop-menu-img{
    height: 100%;
    transition: transform .4s;
}
.shop-menu-head{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 85px;
    background: rgba(136,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-menu-ttl{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.shop-menu-ttl span{
    display: block;
    margin-top: 10px;
    font-size: 15px;
}
@media screen and (max-width: 950px){
    .shop-menu-item{
        width: 50%;
    }
    .shop-menu-link{
        height: 250px;
    }
}
@media screen and (max-width: 750px){
    .shop-menu{
        padding: 55px 20px;
    }
}
@media screen and (max-width: 600px){
    .shop-menu-list{
        margin-top: 30px;
    }
    .shop-menu-item{
        width: 100%;
    }
    .shop-menu-link{
        height: 220px;
    }
    .shop-menu-head{
        height: 70px;
    }
    .shop-menu-ttl{
        font-size: 20px;
    }
    .shop-menu-ttl span{
        font-size: 14px;
    }
}

/* メニュー一覧ページ */
.archive-menu #catch_area{
    margin-bottom: 50px;
}
.menu-archive-notes{
    margin-top: 50px;
}
@media screen and (max-width: 950px){
    .archive-menu #catch_area .cmn-sec-desc{
        text-align: left;
    }
    .archive-menu #catch_area .cmn-sec-desc br{
        display: none;
    }
}
@media screen and (max-width: 750px){
    #menu_archive.archive-menu{
        margin: 0 !important;
        padding: 75px 20px;
    }
    .archive-menu #menu_list .item{
        border-left: 1px solid #ddd !important;
        border-right: 1px solid #ddd !important;
    }
    .archive-menu #menu_list .item:last-child{
        border-bottom: 1px solid #ddd !important;
    }
    .menu-archive-notes{
        margin-top: 38px;
    }
}

/* メニュー詳細ページ */
.single-menu img{
    width: 100%;
}
.single-menu-item{
    padding-left: 40px;
    padding-right: 40px;
}
.menu-area-cmnttl{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.menu-area-cmnttl span{
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
    color: #d0af55;
}
.menu-area-cmnttl .sp-br{
    display: none;
}
@media screen and (max-width: 950px){
    .menu-area-cmnttl{
        font-size: 24px;
    }
}
@media screen and (max-width: 750px){
    .single-menu-item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-area-cmnttl{
        font-size: 22px;
    }
    .menu-area-cmnttl span{
        font-size: 16px;
    }
    .menu-area-cmnttl .sp-br{
        display: inline;
    }
}

/* メニュー詳細ページエリア➀ */
.menu-area1{
    padding-top: 100px;
    padding-bottom: 100px;
}
.menu-area1-ttl{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.menu-area1-desc{
    margin-top: 35px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.menu-area1-imgs{
    margin-top: 50px;
    display: flex;
}
.menu-area1-img{
    width: 50%;
}
@media screen and (max-width: 950px){
    .menu-area1-ttl{
        font-size: 22px;
    }
    .menu-area1-desc{
        text-align: left;
    }
    .menu-area1 .pc-br{
        display: none;
    }
}
@media screen and (max-width: 750px){
    .menu-area1{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .menu-area1-ttl{
        font-size: 20px;
        text-align: left;
    }
    .menu-area1-desc{
        margin-top: 28px;
        font-size: 14px;
    }
}
@media screen and (max-width: 600px){
    .menu-area1-imgs{
        margin-top: 35px;
        flex-direction: column;
    }
    .menu-area1-img{
        width: 100%;
    }
    .menu-area1-img + .menu-area1-img{
        margin-top: 15px;
    }
}

/* メニュー詳細ページエリア➁ */
.menu-area2{
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #F3EFEB;
}
.menu-area2-cont{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.menu-area2-body{
    flex: 1;
    margin-left: 50px;
}
.menu-area2-ttl{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
.menu-area2-ttl span{
    display: block;
    margin-top: 7px;
    font-size: 16px;
}
.menu-area2-desc{
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
}
.menu-area2-recommend{
    position: relative;
    margin-top: 45px;
    padding: 22px 15px 28px;
    background-color: #fff;
}
.menu-area2-recommend-ttl{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.menu-area2-recommend-cont{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-area2-recommend-cont p{
    margin-top: 13px;
    background-color: #d0af55;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
}
.menu-area2-recommend-cont p:not(:last-child){
    margin-right: 12px;
}
.menu-area2-imgs{
    width: 47%;
}
.menu-area2-img + .menu-area2-img{
    margin-top: 30px;
}
@media screen and (max-width: 950px){
    .menu-area2{
        padding-bottom: 100px;
    }
    .menu-area2-cont{
        align-items: flex-start;
        flex-direction: column;
    }
    .menu-area2-body{
        width: 100%;
        margin-left: 0;
    }
    .menu-area2-recommend{
        margin-top: 60px;
    }
    .menu-area2-imgs{
        display: none;
    }
}
@media screen and (max-width: 750px){
    .menu-area2{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .menu-area2-ttl{
        font-size: 24px;
    }
    .menu-area2-ttl span{
        font-size: 15px;
    }
    .menu-area2-desc{
        font-size: 14px;
    }
    .menu-area2-recommend{
        margin-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-area2-recommend-ttl{
        font-size: 18px;
    }
    .menu-area2-recommend-cont p{
        font-size: 13px;
    }
}

/* メニュー詳細ページエリア➂ */
.menu-area3{
    padding-bottom: 100px;
    background-color: #F3EFEB;
}
.menu-area3-items{
    margin-top: 40px;
}
.menu-area3-item{
    padding: 30px 35px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.menu-area3-item:nth-child(n+2){
    margin-top: 45px;
}
.menu-area3-body{
    flex: 1;
    margin-right: 45px;
}
.menu-area3-num{
    position: relative;
    padding-top: 15px;
    font-size: 21px;
    color: #d0af55;
    font-weight: 500;
}
.menu-area3-num::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 2px;
    background-color: #d0af55;
}
.menu-area3-ttl{
    margin-top: 25px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
}
.menu-area3-desc{
    margin-top: 35px;
    font-size: 16px;
    line-height: 2;
}
.menu-area3-img{
    width: 47%;
}
@media screen and (max-width: 950px){
    .menu-area3-item{
        padding-left: 25px;
        padding-right: 25px;
    }
    .menu-area3-num{
        font-size: 18px;
    }
    .menu-area3-ttl{
        font-size: 20px;
    }
    .menu-area3-desc{
        margin-top: 27px;
    }
}
@media screen and (max-width: 750px){
    .menu-area3{
        padding-bottom: 75px;
    }
    .menu-area3-items{
        margin-top: 30px;
    }
    .menu-area3-item{
        padding: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .menu-area3-body{
        margin-right: 0;
        padding: 25px 15px 30px;
    }
    .menu-area3-ttl{
        margin-top: 20px;
        font-size: 18px;
    }
    .menu-area3-desc{
        margin-top: 20px;
        font-size: 14px;
    }
    .menu-area3-img{
        width: 100%;
    }
}

/* メニュー詳細ページエリア➃ */
.menu-area4{
    padding-top: 100px;
}
.menu-area4-txt{
    margin-top: 50px;
    font-size: 16px;
    line-height: 2;
}
.menu-area4-dl{
    margin-top: 50px;
}
.menu-area4-item{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.menu-area4-item:not(:last-child):before{
    content: '';
    position: absolute;
    bottom: -31px;
    left: 92.5px;
    transform: rotate(90deg);
    width: 15px;
    height: 17px;
    background-image: url(./img/flow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.menu-area4-item:nth-child(n+2){
    margin-top: 45px;
}
.menu-area4-dl dt{
    width: 200px;
    padding: 15px 5px;
    background-color: #d0af55;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.menu-area4-dl dd{
    flex: 1;
    margin-left: 50px;
    line-height: 1.7;
}
@media screen and (max-width: 750px){
    .menu-area4{
        padding-top: 75px;
    }
    .menu-area4-txt{
        margin-top: 35px;
        font-size: 14px;
    }
    .menu-area4-dl{
        margin-top: 35px;
    }
    .menu-area4-item{
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-area4-item:not(:last-child):before{
        left: 50%;
        transform: rotate(90deg) translateX(-50%);
    }
    .menu-area4-item:nth-child(n+2){
        margin-top: 65px;
    }
    .menu-area4-dl dt{
        width: 100%;
        padding: 10px 0;
    }
    .menu-area4-dl dd{
        margin-left: 0;
        margin-top: 17px;
        font-size: 14px;
    }
}

/* メニュー詳細ページエリア➄ */
.menu-area5{
    padding-top: 120px;
    padding-bottom: 100px;
}
.menu-area5-asterisk{
    margin-bottom: 8px;
    text-align: right;
}
.menu-area5 .menu_content2 .list_headline{
    background-color: #d0af55;
    color: #fff;
}
.menu-area5 .menu_content2 .menu_price_list .col3{
    width: 200px;
}
.menu-area5 td{
    vertical-align: middle;
}
.menu-area5-notes{
    margin-top: 35px;
}
@media screen and (max-width: 950px){
    .menu-area5 .menu_content2 .menu_price_list .col1{
        width: 150px;
    }
}
@media screen and (max-width: 750px){
    .menu-area5{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .menu-area5-asterisk{
        font-size: 12px;
    }
}
@media screen and (max-width: 600px){
    .menu-area5 .menu_content2 .menu_price_list .col1{
        width: 60px;
    }
    .menu-area5 .menu_content2 .menu_price_list .col3{
        width: 105px;
    }
}

/* リフレクソロジーオプション */
.reflexology-option{
    padding-bottom: 100px;
    background-color: #F3EFEB;
}
.reflexology-option-ttl{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
.reflexology-option-items{
    margin-top: 35px;
}
.reflexology-option-item:nth-child(n+2){
    margin-top: 100px;
}
.reflexology-option-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #d0af55;
    color: #fff;
    font-weight: 500;
}
.reflexology-option-subttl{
    font-size: 20px;
}
.reflexology-option-info{
    margin-left: 10px;
    font-size: 18px;
}
.reflexology-option-cont{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.reflexology-option-body{
    flex: 1;
    margin-right: 45px;
}
.reflexology-option-body p{
    font-size: 16px;
    line-height: 2;
}
.reflexology-option-body span{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.reflexology-option-img{
    width: 47%;
}
.reflexology-option-desc{
    margin-top: 30px;
}
.reflexology-option-desc p{
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 950px){
    .reflexology-option-ttl{
        font-size: 24px;
    }
    .reflexology-option-cont{
        align-items: flex-start;
    }
}
@media screen and (max-width: 750px){
    .reflexology-option{
        padding-bottom: 75px;
    }
    .reflexology-option-ttl{
        font-size: 20px;
    }
    .reflexology-option-item:nth-child(n+2){
        margin-top: 75px;
    }
    .reflexology-option-head{
        padding: 15px 10px;
    }
    .reflexology-option-subttl{
        font-size: 15px;
    }
    .reflexology-option-info{
        font-size: 13px;
    }
    .reflexology-option-cont{
        margin-top: 25px;
        flex-direction: column;
    }
    .reflexology-option-body{
        margin-right: 0;
    }
    .reflexology-option-body p{
        font-size: 14px;
    }
    .reflexology-option-body span{
        font-size: 16px;
    }
    .reflexology-option-img{
        width: 100%;
        margin-top: 25px;
    }
    .reflexology-option-desc p{
        font-size: 14px;
    }
}

/* オプション */
.menu-option{
    padding-top: 100px;
    padding-bottom: 100px;
}
.menu-option-items{
    margin-top: 50px;
}
.menu-option-item:nth-child(n+2){
    margin-top: 100px;
}
.menu-option-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #d0af55;
    color: #fff;
    font-weight: 500;
}
.menu-option-subttl{
    font-size: 20px;
}
.menu-option-info{
    margin-left: 10px;
    font-size: 18px;
}
.menu-option-info .sp-br{
    display: none;
}
.menu-option-desc{
    margin-top: 30px;
}
.menu-option-desc p{
    font-size: 16px;
    line-height: 2;
}
.menu-option-desc p + p{
    margin-top: 15px;
}
.menu-option-imgs{
    margin-top: 35px;
    display: flex;
}
.menu-option-img{
    width: 50%;
}
.menu-option-cont{
    margin-top: 30px;
    display: flex;
}
.menu-option-body{
    flex: 1;
    margin-right: 45px;
}
.menu-option-body p{
    font-size: 16px;
    line-height: 2;
}
.menu-option-body p + p{
    margin-top: 15px;
}
.menu-option-img2{
    width: 47%;
}
@media screen and (max-width: 750px){
    .menu-option{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .menu-option-items{
        margin-top: 35px;
    }
    .menu-option-item:nth-child(n+2){
        margin-top: 75px;
    }
    .menu-option-head{
        padding: 15px 10px;
    }
    .menu-option-subttl{
        font-size: 15px;
    }
    .menu-option-info{
        font-size: 13px;
    }
    .menu-option-info .sp-br{
        display: inline;
    }
    .menu-option-desc p{
        font-size: 14px;
    }
    .menu-option-cont{
        flex-direction: column;
    }
    .menu-option-body{
        margin-right: 0;
    }
    .menu-option-body p{
        font-size: 14px;
    }
    .menu-option-img2{
        width: 100%;
        margin-top: 25px;
    }
}

/* 詳細ページメニュー一覧 */
.single-menu-archive{
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #F3EFEB;
}
#single_menu_list{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}
#single_menu_list .headline{
    margin-bottom: 35px;
}
.menu_list .item{
    height: 275px;
}
@media (min-width: 750px) and (max-width: 950px){
    #single_menu_list .headline{
        font-size: 30px !important;
    }
    #single_menu_list .headline span{
        font-size: 16px !important;
    }
}
@media screen and (max-width: 850px){
    .menu_list .item{
        height: 250px;
    }
    .menu_list .title_area{
        height: 85px !important;
    }
}
@media screen and (max-width: 550px){
    .menu_list .item{
        height: 220px !important;
        width: 100% !important;
    }
    .menu_list .title_area{
        height: 70px !important;
    }
}

/* よくある質問ページ */
.faq{
    background-color: #F3EFEB;
}
.faq-item:nth-child(n+2){
    margin-top: 100px;
}
.faq-item-ttl{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.faq-dl{
    margin-top: 25px;
    background-color: #fff;
    padding: 45px;
    border-radius: 7px;
    font-size: 16px;
}
.faq-dl-item{
    padding: 30px 0;
}
.faq-dl-item:first-child{
    padding-top: 0;
}
.faq-dl-item:last-child{
    padding-bottom: 0;
}
.faq-dl-item:nth-child(n+2){
    border-top: 1px dotted #000;
}
.faq-dl dt{
    position: relative;
    padding-left: 38px;
    font-weight: 500;
    line-height: 1.7;
}
.faq-dl dd{
    position: relative;
    padding-left: 38px;
    margin-top: 18px;
    line-height: 1.7;
}
.faq-dl dt::before,
.faq-dl dd::before{
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 27px;
}
.faq-dl dt::before{
    content: 'Q';
    color: #ff0000;
}
.faq-dl dd::before{
    content: 'A';
    color: #006DFF;
}
.faq-link{
    text-decoration: underline;
}
@media screen and (max-width: 950px){
    .faq-item-ttl{
        font-size: 26px;
    }
    .faq-dl{
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media screen and (max-width: 750px){
    .faq-item:nth-child(n+2){
        margin-top: 85px;
    }
    .faq-item-ttl{
        font-size: 24px;
    }
    .faq-dl{
        padding: 35px 20px;
        font-size: 14px;
    }
    .faq-dl dt{
        padding-left: 33px;
    }
    .faq-dl dd{
        padding-left: 33px;
    }
    .faq-dl dt::before,
    .faq-dl dd::before{
        top: -8px;
        font-size: 24px;
    }
}

/* お問い合わせページ */
.contact-desc{
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 750px){
    .contact-desc{
        font-size: 14px;
        text-align: left;
    }
    .contact-desc br{
        display: none;
    }
}

/* スタッフ募集ページ */
.recruit-items{
    margin-top: 50px;
}
.recruit-subttl{
    padding: 20px;
    background-color: #d0af55;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.recruit-dl{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.recruit-dl-item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.6;
}
.recruit-dl dt{
    width: 200px;
    padding: 25px 5px;
    text-align: center;
}
.recruit-dl dd{
    flex: 1;
    padding: 25px 35px;
    border-left: 1px solid #ddd;
}
.recruit-form{
    margin-top: 100px;
}
.recruit-form-ttl{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 950px){
    .recruit-dl dt{
        width: 170px;
    }
}
@media screen and (max-width: 750px){
    .recruit-desc br{
        display: none;
    }
    .recruit-items{
        margin-top: 40px;
    }
    .recruit-subttl{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
    }
    .recruit-dl-item{
        padding: 25px 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .recruit-dl dt{
        width: auto;
        padding: 0;
        text-align: left;
    }
    .recruit-dl dd{
        padding: 0;
        margin-top: 10px;
        border-left: none;
        font-size: 14px;
    }
    .recruit-form{
        margin-top: 85px;
    }
    .recruit-form-ttl{
        font-size: 24px;
    }
}

/* 会社概要ページ */
.company-cmnttl{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.company-item:nth-child(n+2){
    margin-top: 125px;
}
.company-dl{
    margin-top: 45px;
}
.company-dl-item{
    padding: 30px 20px;
    border-bottom: 1px solid #888;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.7;
}
.company-dl-item:first-child{
    border-top: 1px solid #888;
}
.company-dl dt{
    width: 250px;
}
.company-dl dd{
    flex: 1;
}
.company-dl dd p + p{
    margin-top: 25px;
}
.company-dl dd .emphasis{
    font-size: 17px;
    font-weight: 500;
}
.company-dl dd .link{
    text-decoration: underline;
}
.company-dl-flex{
    display: flex;
    align-items: center;
}
.company-logo{
    margin-left: 30px;
    width: 150px;
}
.company-logo img{
    width: 100%;
}
@media screen and (max-width: 950px){
    .company-dl dt{
        width: 200px;
    }
}
@media screen and (max-width: 750px){
    .company-cmnttl{
        font-size: 26px;
    }
    .company-item:nth-child(n+2){
        margin-top: 100px;
    }
    .company-dl{
        margin-top: 35px;
    }
    .company-dl-item{
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .company-dl dt{
        width: auto;
    }
    .company-dl dt br{
        display: none;
    }
    .company-dl dd{
        margin-top: 8px;
        font-size: 14px;
    }
    .company-dl dd .emphasis{
        font-size: 14px;
    }
    .company-dl-flex{
        display: flex;
        align-items: center;
    }
    .company-logo{
        margin-left: 30px;
        width: 150px;
    }
}

/* 中国事業 */
.china{
    background-color: #F3EFEB;
}
.china-cont{
    margin-top: 50px;
    background-color: #fff;
}
.china-header img{
    width: 100%;
}
.china-box{
    padding: 30px 30px 100px;
}
.china-ttl{
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.china-items{
    margin-top: 35px;
}
.china-item:nth-child(n+2){
    margin-top: 45px;
}
.china-subttl{
    padding: 20px;
    background-color: #d0af55;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.china-txt{
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
}
.china-txt p + p{
    margin-top: 20px;
}
.china-lists{
    margin-top: 45px;
}
.china-list:nth-child(n+2){
    margin-top: 35px;
}
.china-list-head{
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
}
.china-list-imgs{
    display: flex;
}
.china-list-img{
    width: 27%;
}
.china-list-img:nth-child(n+2){
    margin-left: 50px;
}
.china-list-img img{
    width: 100%;
}
.china-list-staff{
    display: flex;
}
.china-list-desc{
    flex: 1;
    margin-left: 50px;
}
.china-list-name{
    font-size: 17px;
    font-weight: 500;
}
.china-list-txt{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.7;
}
.china-media{
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.china-media-body{
    flex: 1;
    margin-left: 50px;
}
.china-media-desc{
    font-size: 16px;
    line-height: 2;
}
.china-media-img{
    width: 27%;
}
.china-media-img img{
    width: 100%;
}
.china-instructor{
    margin-top: 55px;
}
.china-instructor-head{
    font-size: 18px;
    font-weight: 500;
}
.china-instructor-flex{
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.china-instructor-body{
    flex: 1;
    margin-left: 40px;
}
.china-instructor-name{
    font-size: 17px;
    font-weight: 500;
}
.china-instructor-desc{
    margin-top: 12px;
    font-size: 16px;
    line-height: 2;
}
.china-instructor-img{
    width: 18%;
}
.china-instructor-img img{
    width: 100%;
}
.china-info{
    margin-top: 75px;
    padding-top: 75px;
    border-top: 1px solid #000;
}
.china-info-item{
    width: 80%;
    margin: 0 auto;
}
.china-info-item:nth-child(n+2){
    margin-top: 100px;
}
.china-info-ttl{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.china-info-ttl span{
    display: block;
    margin-top: 10px;
    font-size: 16px;
}
.china-rehearsals{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.china-rehearsal{
    width: calc(25% - 45px);
}
.china-rehearsal:not(:nth-child(4n)){
    margin-right: 60px;
}
.china-rehearsal:nth-child(n+5){
    margin-top: 45px;
}
.china-rehearsal img{
    width: 100%;
}
.china-gallery{
    margin-top: 35px;
}
.china-gallery img{
    width: 100%;
}
.china-dl{
    margin-top: 35px;
}
.china-dl-item{
    padding: 25px;
    border-bottom: 1px solid #888;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.7;
}
.china-dl-item:first-child{
    border-top: 1px solid #888;
}
.china-dl dt{
    width: 250px;
}
.china-dl dd{
    flex: 1;
}
@media screen and (max-width: 950px){
    .china-desc.cmn-sec-desc{
        text-align: left;
    }
    .china-desc .pc-br{
        display: none;
    }
    .china-cont{
        margin-top: 40px;
    }
    .china-box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .china-ttl{
        font-size: 22px;
    }
    .china-subttl{
        font-size: 18px;
    }
    .china-list-img{
        width: 31%;
    }
    .china-media-body{
        margin-left: 35px;
    }
    .china-media-img{
        width: 31%;
    }
    .china-instructor-flex{
        align-items: flex-start;
    }
    .china-instructor-img{
        width: 23%;
    }
    .china-info-item{
        width: 100%;
        margin: 0;
    }
    .china-info-ttl{
        font-size: 28px;
    }
    .china-info-ttl span{
        font-size: 15px;
    }
    .china-rehearsal{
        width: calc(25% - 22.5px);
    }
    .china-rehearsal:not(:nth-child(4n)){
        margin-right: 30px;
    }
    .china-dl dt{
        width: 220px;
    }
}
@media screen and (max-width: 750px){
    .china-box{
        padding: 30px 15px 75px;
    }
    .china-ttl{
        font-size: 18px;
    }
    .china-subttl{
        padding: 15px;
        font-size: 16px;
    }
    .china-txt{
        font-size: 14px;
    }
    .china-list-head{
        font-size: 15px;
    }
    .china-list-imgs{
        justify-content: space-between;
    }
    .china-list-img{
        width: 47%;
    }
    .china-list-img:nth-child(n+2){
        margin-left: 0;
    }
    .china-list-desc{
        margin-left: 25px;
    }
    .china-list-name{
        font-size: 16px;
    }
    .china-list-txt{
        font-size: 13px;
    }
    .china-media-body{
        margin-left: 25px;
    }
    .china-media-desc{
        font-size: 14px;
    }
    .china-instructor-head{
        font-size: 16px;
    }
    .china-instructor-flex{
        margin-top: 25px;
        flex-direction: column-reverse;
    }
    .china-instructor-body{
        margin-left: 0px;
        margin-top: 20px;
    }
    .china-instructor-name{
        font-size: 16px;
    }
    .china-instructor-desc{
        font-size: 14px;
    }
    .china-instructor-img{
        width: 150px;
        margin: 0 auto;
    }
    .china-info{
        margin-top: 50px;
        padding-top: 50px;
    }
    .china-info-item:nth-child(n+2){
        margin-top: 75px;
    }
    .china-info-ttl{
        font-size: 25px;
    }
    .china-info-ttl span{
        font-size: 14px;
    }
    .china-rehearsals{
        margin-top: 30px;
        justify-content: space-between;
    }
    .china-rehearsal{
        width: 30%;
    }
    .china-rehearsal:not(:nth-child(4n)){
        margin-right: 0;
    }
    .china-rehearsal:nth-child(n+5){
        margin-top: 30px;
    }
    .china-rehearsal:nth-child(4){
        margin-top: 30px;
    }
    .china-dl-item{
        padding-left: 12px;
        padding-right: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .china-dl dt{
        width: auto;
    }
    .china-dl dd{
        margin-top: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
    .china-list-staff{
        flex-direction: column;
    }
    .china-list-staff .china-list-img{
        width: 100%;
    }
    .china-list-desc{
        margin-left: 0;
        margin-top: 15px;
    }
    .china-media{
        flex-direction: column-reverse;
    }
    .china-media-body{
        margin-left: 0;
        margin-top: 15px;
    }
    .china-media-img{
        width: 100%;
    }
}

/* プライバシーポリシー */
.privacy-desc.cmn-sec-desc{
    text-align: left;
}
.privacy-dl{
    margin-top: 50px;
}
.privacy-dl-item{
    padding: 25px 0;
    border-bottom: 1px solid #888;
    line-height: 2;
}
.privacy-dl-item:first-child{
    border-top: 1px solid #888;
}
.privacy-dl dt{
    font-size: 18px;
    font-weight: 500;
}
.privacy-dl dd{
    margin-top: 7px;
    font-size: 16px;
}
@media screen and (max-width: 750px){
    .privacy-dl dt{
        font-size: 16px;
    }
    .privacy-dl dd{
        font-size: 14px;
    }
}

/* クーポンページ */
.coupon-img{
    margin: 35px auto 0;
    width: 600px;
    max-width: 100%;
}
.coupon-img img{
    width: 100%;
}
.coupon-btnwrap{
    margin-top: 25px;
    text-align: center;
}
.coupon-btn{
    display: inline-block;
    padding: 15px 60px;
    background-color: #880000;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 750px){
    .coupon-desc br{
        display: none;
    }
}
.page-id-714 #header,
.page-id-714 #page_header{
    display: none !important;
}
.coupon-print{
    height: 100vh;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coupon-print-inner{
    width: 1000px;
    max-width: 100%;
}
.coupon-print-img{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.coupon-print-img img{
    width: 100%;
}
.coupon-print-btnwrap{
    margin-top: 25px;
    text-align: center;
}
.coupon-print-btn{
    display: inline-block;
    padding: 15px 60px;
    background-color: #880000;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 750px){
    .coupon-print{
        padding: 0 20px;
    }
}
@media print{
    .coupon-print-btnwrap{
        display: none;
    }
}

/* お知らせ一覧 */
.news-archive-list{
    margin-top: 35px;
}
.news-archive-item{
    border-bottom: 1px solid #888;
}
.news-archive-item:first-child{
    border-top: 1px solid #888;
}
.news-archive-link{
    display: flex;
    align-items: center;
    padding: 35px 15px;
    line-height: 1.5;
}
.news-archive-date{
    display: block;
    width: 100px;
    font-size: 14px;
}
.news-archive-head{
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 750px){
    .news-archive-link{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-archive-date{
        width: auto;
    }
    .news-archive-head{
        margin-top: 15px;
        font-size: 15px;
    }
}
/* お知らせ詳細 */
.news-detail-ttl{
    background-color: #d0af55;
    padding: 16px 5px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
.news-detail-cont{
    background-color: #fff;
    border: 1px solid #888;
    border-top: none;
    padding: 35px 35px 50px;
}
.news-detail-date{
    display: block;
    font-size: 16px;
    text-align: right;
}
.news-detail-body{
    margin-top: 20px;
}
.news-detail-body p{
    font-size: 16px;
    line-height: 2;
}
.news-detail-body p + p{
    margin-top: 20px;
}
.news-archive-linkwrap{
    margin-top: 75px;
    text-align: center;
}
.news-archive-linkwrap a{
    font-size: 16px;
    text-decoration: underline;
}
@media screen and (max-width: 750px){
    .news-detail-cont{
        padding-top: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-detail-ttl{
        font-size: 17px;
    }
    .news-detail-date{
        font-size: 14px;
    }
    .news-detail-body p{
        font-size: 14px;
    }
    .news-archive-linkwrap{
        margin-top: 60px;
    }
    .news-archive-linkwrap a{
        font-size: 14px;
    }
}

.note{font-size:16px;
color:red;}

