@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述 
*/
@media screen and ( min-width: 992px ) {
    .br_sp{
        display: none;
    }
    .br_pc{
        display: block;
    }
}

@media screen and ( max-width: 992px ) {
    .br_sp{
        display: block;
    }
    .br_pc{
        display: none;
    }
}

body{
    background-color: #FFF;
    position: relative;
    color: #676767;
    font-family: "ヒラギノ丸ゴ Pro W5","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
    background: url(/wp-content/uploads/2022/04/bg01.png) 0 1000px no-repeat , url(/wp-content/uploads/2022/04/bg02.png) 1000px 2400px no-repeat;
    background-size: 50% , 100%;
    min-width: 1400px;
}

@media screen and ( max-width: 992px ) {
    body{
        min-width: auto;
        background: url(/wp-content/uploads/2022/04/bg01.png) 0 1700px no-repeat , url(/wp-content/uploads/2022/04/bg02.png) 60vw 7200px no-repeat;
        background-size: 100% , 200%;
    }
}








.header{
    box-shadow: none;
}

.head_logo a{
    position: absolute;
    z-index: 2147483647;
    width: 180px;
    height: 230px;
    background-color: #FF8076;
    background-image: url(/wp-content/uploads/2022/04/logo02.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    border-bottom-right-radius: 40px;
}

@media screen and ( max-width: 992px ) {
    body.home .head_logo a{
        width: 45vw;
        height: calc(100vw * 0.6);
        background-color: #FF8076;
        background-image: url(/wp-content/uploads/2022/04/logo02.png);
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center;
        border-bottom-right-radius: 40px;
    }
}

.header-site-name ,
.header .container .header-logo{
    display: none;
}

.top-bar .container{
    position: relative;
    margin:0;
}

.top-bar .container .col12{
    position: absolute;
    display: inline-block;
    z-index: 2147483645;
    background-color: none;
    left: 210px;
}

.top-bar .container .col12 p,
.top-bar .container .col12 h1{
    color: #676767;
    font-size: 11px;
    line-height: 107px;
}










.default-nav{
    position: absolute;
    z-index: 2147483646;
    background-color: none;
    right: 50px;
    top: 0;
    height: 107px;
    padding-top: 25px;
    width: auto;
    background-color: transparent !important;
}

#gnav{
    background-color: transparent !important;
}

#gnav ul{
}

#gnav .global-nav li{
    vertical-align: middle;
}

.default-nav .container .col12 {
    position: absolute;
    width: 580px;
    right: 320px;
    top: 7px;
}

#menu{
    margin-right: 0;
}

.global-nav-default li a{
    padding: 0;
    color: #676767;
    font-size:17px !important;
}

.global-nav-default > li:first-child:before,
.global-nav-default > li:before ,
.global-nav-default > li:after{
    background-color: transparent !important;
}









.header_contact{
    position: absolute;
    right: 10px;
    top:30px;
    display: table;
    width:360px;
    border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 10px 0;  /* 左右 上下で記述 */
    z-index: 2147483646;
}

.header_contact .tel{
    position: relative;
    display: table-cell;
    width: 130px;
    background: url(/wp-content/uploads/2022/04/icon03.png) no-repeat 0 50%;
    background-size: 36px;
    font-size: 10px;
    padding-left: 37px;
    padding-top: 3px;
    text-align: center;
    line-height: 18px;
}

.header_contact .tel span{
    font-size: 16px;
    color: #FF8076;
}

.side-widget .reserve,
.header_contact .reserve{
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    width: 130px;
    height: 43px;
}

.side-widget .reserve a,
.header_contact .reserve a{
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    height: 43px;
    line-height: 37px;
    border-radius: 23px;
    background: url(/wp-content/uploads/2022/04/icon04.png) no-repeat 10px 50%;
    background-size: 26px;
    border: 1px solid #FF8076;
    text-align: right;
    font-size: 14px;
    color: #FF8076;
    padding: 3px 20px 0 0;
}

.side-widget .reserve a:hover,
.header_contact .reserve a:hover{
    background-blend-mode: color-dodge;
    background-color: #FF8076;
    color: #FFF;
}

@media screen and ( max-width: 992px ) {
    .header_contact{
        top: 38px!important;
    }
    
    .header_contact .tel{
        height: 43px;
        width: 43px;
        position: absolute;
        right: 133px;
        display: block;
        background: url(/wp-content/uploads/2022/05/sp_tel.png) no-repeat;
        background-size: contain;
    }

    .header_contact .tel::after{
        content: "TEL";
        width: 43px;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        bottom: -20px;
        color: #FF8076;
        font-size: 10px;
    }
    
    .header_contact .reserve{
        height: 43px;
        width: 43px;
        position: absolute;
        right: 75px;
        display: block;
        background: url(/wp-content/uploads/2022/05/sp_reserve.png) no-repeat;
        background-size: contain;
    }

    .header_contact .tel a,
    .header_contact .tel a span,
    .header_contact .reserve a{
        background-image: url(none);
        font-size: 0;
        height: 43px;
        width: 43px;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        background-size: contain;
        padding: 0;
        margin: 0;
    }

    .header_contact .reserve::after{
        content: "予約";
        width: 43px;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        bottom: -20px;
        color: #FF8076;
        font-size: 10px;
    }
    
    .top-bar .container .col12  h1{
        line-height: normal;
        font-size: 10.5px;
    }

    .top-bar .container .col12{
        position: absolute;
        right: 0;
        top: 10px;
        text-align: right;
        display: block;
        z-index: 2147483645;
        background-color: none;
        left: auto;
        height: 20px;
    }
    
    .top-bar .container .col12 p{
        line-height: normal;
    }

    .header_contact{
        top:43px;
    }
    
    .modal-gloval-icon{
        height: 43px;
        width: 43px;
        position: absolute;
        right: 18px;
        top:-16px;
        display: block;
        background: url(/wp-content/uploads/2022/05/sp_menu.png) no-repeat;
        background-size: contain;
    }

    .modal-menutxt{
        display: none !important;
    }
    
    .modal-gloval-icon::after{
        content: "メニュー";
        width: 43px;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        bottom: -20px;
        color: #FF8076;
        font-size: 10px;
    }
    
    .modal-gloval-icon-bar{
        display: none !important;
    }
    
    .remodal-overlay{
        background: #FFF !important;
    }
    
    .remodal{
        box-sizing: border-box;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: calc(100vw * 0.55);
    }
    
    .remodal-wrapper{
        padding: 0 !important;
    }
    
    .modal-header-logo{
        display: none;
    }
    
    #modal-global-nav-container{
      padding-bottom: 0 !important;  
    }
    
    #modal-global-nav-container .global-nav-default li a ,
    #modal-global-nav-container ,
    .mobile-menu-widget{
        border-bottom: 0 !important;
    }
    
    .mobile-menu-widget{
        padding-bottom:0 !important;
    }
    
    .modal-global-nav-close{
        height: 43px!important;
        width: 43px!important;
        position: absolute!important;
        right: 27px!important;
        top:38px!important;
        display: block!important;
        background: url(/wp-content/uploads/2022/05/sp_close.png) no-repeat!important;
        background-size: contain!important;
    }

    .modal-global-nav-close::before{
        content: none!important;
        }

    .modal-global-nav-close::after{
        content: "閉じる";
        width: 43px;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        bottom: -20px;
        color: #FF8076;
        font-size: 10px;
    }
    
    body.single .content ,
    body.page .content {
        margin-top: 140px;
        background-color: #FFF;
    }
}







.scroll-nav{
    height: 106px;
}

.scroll-nav .top-bar .container .col12{
    left: 200px;
    width: 250px;
}

.scroll-nav-inner li:after{
    background-color: #FF8076 !important;
}

.global-nav-scroll > li > a{
    color: #676767 !important;
}

.global-nav-scroll > li > a:hover{
    color: #FF8076 !important;
}

.scroll-nav .col8{
    width: 54%;
    margin: inherit;
}

.scroll-nav-inner ul{
    margin-top: 20px;
}

.scroll-nav-inner ul li {
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}

.scroll-nav .container{
    padding-left: 50px;
    width: auto;
    max-width: 1400px;
}

.scroll-nav .container .first{
    width: 200px;
}

.scroll-nav .header-logo{
    height: 106px;    
}

.scroll-nav .header-logo img{
    max-height: 70px !important;
}










/*main*/

body.home main{
    width:1400px;
    margin:50px auto auto auto;
}

@media screen and ( max-width: 992px ) {
body.home main{
        width: 100%;
        margin-top: 0;
    }
}






.toggle{
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 100px;
    top: 770px;
    background-color: #FFF;
    border-top-right-radius: 40px;
    height: 124px;
    width: 340px;
}

.toggle .newmark{
    position: absolute;
    top: 1px;
    right: 10px;
    padding-top: 3px;
    background-color: #FF8076 !important;
    color: #FFF !important;
    z-index: 2147483647;
}

.toggle p{
    border-left: 1px solid #FF8076;
    font-size: 14px;
    color: #707070;
    padding-left: 10px;
}

@media screen and ( min-width: 992px ) {
    .toggle p br{
        display: none !important;
    }
}

.toggle dl{
}

.toggle dt{
    font-size: 12px;
    font-weight: normal;
    color: #FF8076;
    padding: 0;
}

.toggle dd{
    font-size: 13px;
    color: #707070;
    padding: 0;
    background-color: #FFF;
}

.n2_clear{
    margin-left: 100px;
}

.n2-ss-slider-controls-absolute-right-center{
    right: 115px;
}

.featured .container{
    display: none;
}

@media screen and ( max-width: 992px ) {
    .toggle{
        box-sizing: border-box;
        padding: 20px;
        position: relative;
        background-color: inherit;
        border-top-right-radius: 0;
        left: auto;
        top: auto;
        height: auto;
        width: 100%;
    }

    .toggle p{
        border-right: 1px solid #FF8076;
        border-left: 0;
        font-size: 14px;
        color: #707070;
        padding-right: 10px;
        float: left;
        display: block;
        margin: 0 auto;
        padding: 20px;
    }

    .toggle dl{
        margin-left: 20px;
    }

    .toggle dt{
        font-size: 12px;
        font-weight: normal;
        color: #FF8076;
        padding: 0;
    }

    .toggle dd{
        font-size: 13px;
        color: #707070;
        padding: 0;
        background-color: #FFF;
    }

    .n2-section-smartslider{
        display: none;
    }
    .n2_clear{
        margin-left: 0;
        background: url(/wp-content/uploads/2022/05/sp_top.png) no-repeat 50% 50%;;
        background-size: cover;
        width: 100vw;
        height: calc(100vw * 1.64);
    }
}








section{
    position: relative;
    margin-bottom: 100px;
}

section.section01 .title a{
    display: block;
    width: 1060px;
    height: 50px;
    border-radius: 23px;
    border:1px solid #FF8076;
    text-align: center;
    font-size: 26px;
    color: #FF8076;
    line-height: 50px;
    margin: auto;
}

section.section01 .title a:hover{
    background-blend-mode: color-dodge;
    background-color: #FF8076;
    color: #FFF;
}

section.section01 .inner{
    background: url(/wp-content/uploads/2022/05/clinic01.png) no-repeat -180px 0;
    background-size: contain;
    height: 444px;
    padding-left: 800px;
    margin-top: 50px;
}

section.section01 .text .caption{
    font-size: 26px;
    color: #FF8076;
    line-height: 46px;
}

section.section01 .text p{
    font-size: 16px;
    line-height: 36px;
    margin-top: 50px;
    width: 80%;
}

@media screen and ( max-width: 992px ) {
    section{
        width: 100%;
    }
    
    section.section01 .title{
        width: 100vw;
        height: 50px;
        border-radius: 23px;
        border:1px solid #FF8076;
        text-align: center;
        font-size: 26px;
        color: #FF8076;
        line-height: 50px;
        margin: auto;
    }

    section.section01 .title{
        display: none;
    }

    section.section01 .inner{
        background: url(/wp-content/uploads/2022/05/clinic01.png) no-repeat bottom left;
        background-size: 100vw;
        height: auto;
        padding-left: 0;
        padding-bottom: calc(100vw * 0.65);
        margin-top: 20px;
    }
    section.section01 .text .caption{
        width: 80%;
        padding: 40px;
    }
    
    section.section01 .text .caption,
    section.section01 .text p{
        display: inline-block;
        width: auto;
        margin: auto;
        padding: 20px;
    }

    section.section01 .text .caption{
        font-size: 1.5em;
    }
}











section.section02 .inner{
    display: table;
    width: 100%;
    padding:0 100px;
}

section.section02 .inner .calendar{
    display: table-cell;
    width: 50%;
    padding-right: 25px;
}

section.section02 .inner .news{
    display: table-cell;
    width: 50%;
    padding-left: 25px;
}

section.section02 .inner .news .title span{
    font-size: 12px;
    text-decoration: underline;
    float: right;
}

section.section02 .inner .calendar .title{
    background: url(/wp-content/uploads/2022/04/cropped-icon07.png) no-repeat 0 50%;
    background-size: 42px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}

section.section02 .inner .news .title{
    background: url(/wp-content/uploads/2022/04/icon08.png) no-repeat 0 50%;
    background-size: 42px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}


@media screen and ( min-width: 992px ) {
    table.sp{
        display: none;
    }
    table.pc{
    }
}

@media screen and ( max-width: 992px ) {
    table.sp{
    }
    table.pc{
        display: none;
    }
}


section.section02 .inner .calendar table{
    border:0px;
    margin-top: 50px;
}

section.section02 .inner .calendar table td{
    padding: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: solid #e2e5e8;
    border-width:  0 1px 1px 0;
}

section.section02 .inner .calendar table tr:first-child td:first-child{
    background-color: inherit;
}

section.section02 .inner .calendar table tr td:first-child{
    background-color: #F1F1F1;
}

section.section02 .inner .calendar table tr:last-child td{
    border-width:  0 1px 0 0;
}

section.section02 .inner .calendar table tr td:last-child{
    border-width:  0 0 1px 0;
}

section.section02 .inner .calendar table tr:last-child td{
    border-width:  0 1px 0 0;
}

section.section02 .inner .calendar table tr:last-child td:last-child{
    border-width: 0;
}

section.section02 .inner .calendar table span{
    font-size: 20px;
    color: #EF877B;
    border: none;
    width: auto;
}

section.section02 .inner .calendar p{
    margin-top: 20px;
}

section.section02 .inner .calendar span{
    display: inline-block;
    border: 1px solid #DEDEDE;
    width: 80px;
    text-align: center;
    border-radius: 15px;   
}

div.whatsnew {
    margin-top: 50px;
}

div.whatsnew a{
    padding: 20px 0;
}

div.whatsnew dl{
    border-bottom: 1px solid #DEDEDE;
}

div.whatsnew dt{
    font-size: 14px;
    color: #707070;
    padding-top: 2px;
}

span.newmark{
    background-color: #FFF !important;
    border: 1px solid #FF8076 !important;
    color: #FF8076 !important;
    border-radius: 20px !important;
    margin-left: 10px;
    font-size: 74%;
    padding: 3px 5px 1px 5px !important;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and ( max-width: 992px ) {
    section.section02 .inner,
    section.section02 .inner .calendar,
    section.section02 .inner .news{
        display: block;
        width: 100%;
        padding-left: 0;
    }
    
    section.section02 .inner, 
    section.section02 .inner .calendar, 
    section.section02 .inner .news{
        width: 100%;
        margin-top: 50px;
        padding: 0;
    }
    
    section.section02 .inner .calendar, 
    section.section02 .inner .news{
        padding: 20px;
    }
    
    section.section02 .inner .news .title,
    section.section02 .inner .calendar .title{
        display: inline-block;
        margin: auto;
    }
    
    section.section02 .inner .news .title span{
        position: absolute;
        bottom: -50px;
        right: 20px;
        float: none;
    }

    section.section02 .inner{
        text-align: center;
    }
    
    section.section02 .inner .calendar p ,
    .whatsnew{
        text-align: left;
    }
    
    section.section02 .inner .calendar table.sp tr:first-child td{
        background-color: #F1F1F1;
        white-space: nowrap;
    }
        
    section.section02 .inner .calendar table.sp tr:first-child td:first-child{
        background-color: inherit;
    }

    section.section02 .inner .calendar table tr td:first-child{
        background-color: inherit;
    }
        
    section.section02 .inner .calendar table tr td{
        padding: 10px;
    }
}













section.section03 .inner{
    background: url(/wp-content/uploads/2022/05/clinic02.png) no-repeat left;
    background-size: contain;
    height: 546px;
    padding-left: 726px;
    margin-top: 50px;
}

section.section03 .inner .caption{
    font-size: 18px;
    color: #FF8076;
    margin: 20px 0 5px 16px;
}

section.section03 .inner .title{
    background: url(/wp-content/uploads/2022/04/icon09.png) no-repeat 0 50%;
    background-size: 42px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}

section.section03 .inner table td,
section.section03 .inner table tr{
    border: 0;
}

@media screen and ( max-width: 992px ) {
    section.section03 .inner{
        display: block;
        width: 100%;
        padding-left: 0;
        background: url(/wp-content/uploads/2022/05/clinic02.png) no-repeat top;
        background-size: contain;
        height: auto;
        padding-left: 0;
        margin-top: 50px;
        padding-top: calc(100vw * 1.0);
    }
    
    section.section03 .inner table tr td:first-child{
        white-space: nowrap;
    }

    section.section03 .inner table{
        margin-top: 20px;
    }

    section.section03 .inner table td{
        padding: 0 10px 20px 10px;
        text-align: left;
    }

    section.section03 .inner{
        text-align: center;
    }
    
    section.section03 .inner .title{
        display: inline-block;
        }
}







section.section04 .inner .title ,
section.section05 .inner .title{
    width: 1060px;
    margin: auto;
    background: url(/wp-content/uploads/2022/04/icon10.png) no-repeat 0 50%;
    background-size: 42px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}

@media screen and ( min-width: 992px ) {
    section.section04 .inner .title br,
    section.section05 .inner .title br{
        display: none;
    }
}

section.section04 .inner .bgsquare .box ,
section.section05 .inner .bgsquare .box{
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 15px 15px;  /* 左右 上下で記述 */
    width: 1060px;
    margin: 50px auto;
    padding: 50px 0 50px 227px;
    background: #FF8076;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.bgsquare{
    background-image: url(/wp-content/uploads/2022/04/bgsquare.png);
    background-position: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

section.section04 .inner .bgsquare .box .panel p br ,
section.section05 .inner .bgsquare .box .panel p br{
    content: none;
}

section.section04 .inner .bgsquare .box .panel br ,
section.section05 .inner .bgsquare .box .panel br{
    content: "　　";
    
}

section.section04 .inner .bgsquare .box .panel ,
section.section05 .inner .bgsquare .box .panel{
    display: table-cell;
}

section.section04 .inner .bgsquare .box .panel a ,
section.section05 .inner .bgsquare .box .panel a{
    border-radius: 12px;
    display: block;
    padding: 30px;
    width: 270px;
    height: 150px;
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/  
    background: #FFF;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    color: #676767;
    pointer-events: none;
}

section.section04 .inner .bgsquare .box .panel a:hover ,
section.section05 .inner .bgsquare .box .panel a:hover {
background: -moz-linear-gradient(top, #FFFFFF, #eeeeee);
background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#eeeeee));
}

section.section04 .inner .bgsquare .box .panel a::before ,
section.section05 .inner .bgsquare .box .panel a::before {
    content: '';
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(192,192,192,0) 0%, rgba(192,192,192,.5) 100%);
    transform: skewX(-25deg);
}

section.section04 .inner .bgsquare .box .panel a:hover::before ,
section.section05 .inner .bgsquare .box .panel a:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.panel span{
    display: inline-block;
    margin-right: 10px;
    color: #FF8076;
}

.panel p{
    font-size: 12px;
    margin-top: 20px;
}

.table-row{
   display:table-row;
   }


@media screen and ( max-width: 992px ) {
    section.section04 .inner .bgsquare .box .panel ,
    section.section05 .inner .bgsquare .box .panel ,
    section.section04 .inner .bgsquare .box ,
    section.section05 .inner .bgsquare .box{
        display: block;
        width: 100%;
    }

    section.section04 .inner .bgsquare .box .panel ,
    section.section05 .inner .bgsquare .box .panel {
        margin-bottom: 10px;
    }

    section.section04 .inner .bgsquare .box ,
    section.section05 .inner .bgsquare .box{
        margin: 50px 0 0 10px;
        padding: 30px;
    }

    section.section04 .inner .bgsquare .box .panel a ,
    section.section05 .inner .bgsquare .box .panel a{
        width: 100% !important;
        padding: 35px !important;
        height: auto;
    }

    .table-row{
        display: block;
    }

    section.section04 .inner .title ,
    section.section05 .inner .title{
        background: url(/wp-content/uploads/2022/04/icon10.png) no-repeat 50% 0;
        background-size: 42px;
        width: 100%;
        margin: auto;
        padding-top: 50px;
        padding-left: 0;
        height: auto;
        line-height: auto;
        font-size: 32px;
        text-align: center;
    }
}







section.section06{
    min-width: 1400px;
    box-sizing: content-box;
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2022/05/contact.jpg) no-repeat;
    padding: 300px 0;
    margin-bottom: 0;
    background-size: 130%;
    background-position: center top;
}

section.section06::before {
    content: "";
    position: absolute;
    top: 0;  bottom: 0;
    left: 0;  right: 0;
    background-color: rgba(111, 112, 112, 0.7);
}

section.section06 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.section06 .title {
    background: url(/wp-content/uploads/2022/04/icon05.png) no-repeat 50% 0;
    background-size: 42px;
    padding-top: 70px;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color: #FFF;
}

section.section06 p{
    text-align: center;
    line-height: 50px;
    color: #FFF;
}

@media screen and ( min-width: 992px ) {
    section.section06 p br{
        display: none;
    }
}

section.section06 .box{
    margin-top: 50px;
    display: table;
    border-collapse: separate;
    border-spacing: 25px 0;  /* 左右 上下で記述 */
}

section.section06 .tel,
section.section06 .reserve{
    display: table-cell;
}

section.section06 .tel a,
section.section06 .reserve a{
    border-radius: 10px;
    background-color: #FFF;
    width: 280px;
    height: 80px;
    text-align: center;
    font-size: 20px;
    color: #FF8076;
    line-height: 80px;
    letter-spacing: 1px;
}

section.section06 .tel a{
    background:#FFF url(/wp-content/uploads/2022/04/icon03.png) no-repeat 7% 50%;
    background-size: 32px;
    padding-left: 15px;
}

section.section06 .reserve a{
    background: url(/wp-content/uploads/2022/04/icon06.png) no-repeat 90% 50% , url(/wp-content/uploads/2022/04/icon11.png) no-repeat 0 50%;
    background-color:#FFF;
    background-size: 15px , 25px;
}

.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
    position: relative;
    z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.btn:hover span{
    color:#fff;
}

/*== 背景が流れる（右から左） */
.bgright:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background:  #FF8076;/*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 10px;
}

.tel .bgright:before {
    background:#FFF url(/wp-content/uploads/2022/04/icon03.png) no-repeat 7% 50%;
    background-color:  #FF8076;
    background-blend-mode: color-dodge;
    background-size: 32px;
}

.reserve .bgright:before {
    background: url(/wp-content/uploads/2022/04/icon06.png) no-repeat 90% 50% , url(/wp-content/uploads/2022/04/icon11.png) no-repeat 0 50%;
    background-color:  #FF8076;
    background-blend-mode: color-dodge;
    background-size: 15px , 25px;
}
    
/*hoverした際の形状*/
.bgright:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


@media screen and ( max-width: 992px ) {
    section.section06{
        box-sizing: content-box;
        background: url(/wp-content/uploads/2022/04/bg03.png) no-repeat;
        padding: 300px 0;
        margin-bottom: 0;
        background-size: cover;
        background-position: center center;
        min-width: 100%;
        width: 100%;
    }

    section.section06 .box,
    section.section06 .tel,
    section.section06 .reserve{
        display: block;
        text-align: center;
    }

    section.section06 .tel{
        margin-bottom: 20px;
    }

    section.section06 p{
        line-height: 150%;
        margin-top: 20px;
    }
}








.footer{
    background-color: #FAF7F4 !important;
    color: #707070 !important;
}

.footer a{
    color: #707070 !important;
}

.footer-widget-box br{
    display: none;
}

.footer-widget-box .tel{
    position: relative;
    width: 245px;
    background: url(/wp-content/uploads/2022/04/icon03.png) no-repeat 5px 50%;
    background-size: 46px;
    padding-left: 47px;
    padding-top: 3px;
    text-align: center;
    line-height: 61px;
    height: 65px;
}

.footer-widget-box .tel span{
    font-size: 20px;
    color: #FF8076;
    letter-spacing: 1px;
}

.footer-widget-box .reserve{
    position: relative;
    box-sizing: border-box;
    width: 245px;
    height: 65px;
}

.footer-widget-box .reserve a{
    position: absolute;
    top: 0;
    left: 0;
    width: 245px;
    height: 64px;
    line-height: 37px;
    border-radius: 32px;
    background: url(/wp-content/uploads/2022/04/icon04.png) no-repeat 15px 50%;
    background-size: 32px;
    border: 1px solid #FF8076;
    text-align: center;
    font-size: 20px;
    color: #FF8076 !important;
    padding: 12px 0 0 25px;
}

.footer-widget-box .reserve a:hover{
    background-blend-mode: color-dodge;
    background-color: #FF8076;
    color: #FFF !important;
}

.sidebar-footer .container .col4:nth-child(3) .footer-widget-box p,
.sidebar-footer .container .col4:nth-child(2) ul li{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sidebar-footer .container .col4{
    width: 25%;
    padding-left: 50px;
    white-space: nowrap;
}

.sidebar-footer .container .col4:nth-child(2){
    width: 18%;
}

.sidebar-footer .container .first{
    width: 50%;
    margin-top: 30px;
}

.sidebar-footer .container .col4:nth-child(3) .footer-widget-box img{
    width: 40px;
    margin-right: 15px;
}

.sidebar-footer{
    min-width: 1400px;
    padding: 100px;
}

.copyright{
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    font-size: 1rem;
    background-color: #FFF;
}

@media screen and ( max-width: 992px ) {
    .sidebar-footer{
        min-width: 100%;
        padding: 20px;
    }
    
    .sidebar-footer .container .col4:nth-child(2),
    .sidebar-footer .container .first,
    .sidebar-footer .container .col4{
    width: 100%;
    padding-left: 0;
    white-space: normal;
    text-align: center;
    }

    .footer-widget-box li a{
        text-align: center;
    }
    
    .sidebar-footer .container .first{
        position: absolute;
        bottom: 10px;
    }
    
    .sidebar-footer .container{
        padding-bottom: calc(100vw * 0.65);
    }
    
    .footer-widget-box .tel,
    .footer-widget-box .reserve{
        margin: auto;
    }
    
    .sidebar-footer .container .col4:nth-child(3) .footer-widget-box img{
        margin-left: 15px;
    }

}


body.page ,
body.single{
    background: #f8f8f8;
}

@media screen and ( max-width: 992px ) {
    body.page ,
    body.single{
        background: #FFF;
    }
}


.widget-fixed {
    padding-top: 70px;
}

.col-sidebar-left{
    padding-top: 100px;    
}

.side-widget li br{
 display: none;
}

@media screen and (min-width: 768px){
    #breadcrumb {
    padding: 24px 0 24px 60px;
    }
}

.box-info2{
    padding: 20px;
    background-color: #FFF;
}

.sidebar .pc td {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    background-color: #FFF;
}

.sidebar .pc tr td:first-child{
    background-color: #FCCDC8;
}

@media screen and (min-width: 769px){
    .modal-global-nav-close {
    right: -31px!important;
    }
}
