@charset "utf-8";
.page section{
    padding: 40px 0 0;
}
.page .pageFv{
    padding: 120px 0 20px;
}
.page h2.pageTitle{
    margin: 0 0 15px;
}
.page h3.pageTitle{
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.pageFv .pan{
    display: none;
}
.pagedeco{
    display: none;
}
@media screen and (min-width: 1000px) {
    .page .pageFv{
        padding: 240px 0 100px;
    }
    .pageFv .inner div{
        width: fit-content;
    }
    .page h2.pageTitle{
        font-size: 22px;
        letter-spacing: 1.5px;
    }
    .page .pageFv h2.pageTitle{
        font-size: 30px;
    }
    .pageFv .inner .pan{
        display: block;
        width: fit-content;
        font-size: 13px;
    }
    .pageFv .pan a{
        color: #bdacab;
        font-size: 13px;
    }
    .pageFv .pan a::after{
        display: inline-block;
        content: "＞";
        padding: 0 10px;
    }
    .pagedeco {
        display: flex;
        top: 270px;
        left: 10px;
        transform: none;
        letter-spacing: 2px;
        position: fixed;
        z-index: 1;
    }
    .pagedeco a{
        font-size: 11px;
        font-family: var(--main-font);
        letter-spacing: 1.5px;
        color: var(--main-color);
        padding: 10px 0;
    }

}
/*==================================================================================================*/
/*information*/
.page#infomation section.infomation{
    padding: 40px 0;
}
#information .infoMenu{
    margin: 0 0 20px;
}
#information .infoMenu li{
    width: 25%;
    text-align: center;
    color: #000;
    padding: 4px 0;
    margin: 0;
}
#information .infoMenu li a{
    font-size: 13px;
}
#information .infoMenu li.check{
    background: var(--main-color);
}
#information .infoMenu li.check a{
    color: #FFF;
}
@media screen and (min-width: 1000px) {
    #infomation .infomation .inner{
        max-width: 720px;
    }
    #infomation .infomation .inner{
        min-height: auto;
        padding: 0 0 60px;
    }
    #information .infoMenu{
        justify-content: flex-start;
        margin: 0 0 40px;
    }
    #information .infoMenu li {
        width: 150px;
        padding: 8px 0;
    }
    #information .infoMenu li a{
        font-size: 14px;
    }
    #information .tab_content{
        max-width: 100%;
        position: relative;
        margin: 60px 0 0;
    }

}
/*==================================================================================================*/
/*about*/
#about .wrap01 h2{
    font-size: 18px;
    font-family: "Noto Serif JP";
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 0 40px;
}
#about .wrap01 p{
    margin: 0 0 10px;
}
#about .wrap01 p:last-child{
    margin: 0 0 40px;
}
@media screen and (min-width: 1000px) {
    #about .wrap01{
        padding: 40px 0 100px;
    }
    #about .wrap01 h2{
        font-size: 24px;
        font-weight: 300;
        line-height: 2.2;
    }
    #about .wrap01 p{
        font-size: 16px;
        line-height: 2.6;
    }
    #about .wrap01 p:last-child{
        margin: 0 0 60px;
    }
    #about .wrap01 img{
        display: block;
        width: 90%;
        height: 330px;
        max-width: 900px;
        border-radius: 40px 0 40px 0;
        margin: 0 auto;
    }
}
/*MASSAGE+staff*/
#about .wrap02 h3{
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 20px;
    position: relative;
}
#about .wrap02 h3::before,#about .wrap02 h3::after{
    display: inline-block;
    content: "“";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: -20px;
}
#about .wrap02 h3::after{
    content: "“";
    transform: rotate(180deg);
    top: -9px;
    left: auto;
    right: -20px;
}
.owner{
    margin: 0 0 40px;
}
ul.staff{
    max-width: 560px;
    margin: 0 auto;
}
ul.staff::after{
    display: block;
    content: "";
    width: 46%;
}
ul.staff li{
    width: 46%;
    margin: 0 0 40px;
}
@media screen and (min-width: 1000px) {
    #about .wrap02{
        padding: 100px 0 40px;
    }
    #about .wrap02 .inner{
        max-width: 800px;
    }
    #about .wrap02 h2.pageTitle{
        margin: 0 0 35px;
    }
    .staff li h3::before,.staff li h3::after{
        top: 0;
    }
    ul.staff::after{
    width: 31%;
}
}
a.staffImg{
    display: block;
    position: relative;
    margin: 0 auto 10px;
}
a.staffImg .img{
    padding-top: 130%;
    border-radius: 30px 0 30px 0;
}
.plus{
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.plus::before,.plus::after{
    display: block;
    content: "";
    width: 18px;
    height: 3px;
    border-radius: 3px;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.plus::after{
    width: 3px;
    height: 18px;
}
.staff p.name{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.staff p.name span{
    font-size: 13px;
    font-weight: normal;
    color: var(--main-color);
}
/*ポップアップ中身*/
.modaal-container{
    max-height: calc( 100vh - 200px );
    overflow: scroll;
    border-radius: 30px 0 30px 0 !important;
}
.staffPop .img{
    width: 48%;
    border-radius: 30px 0 30px 0;
    margin: 0 auto 20px;
}
.staffText{
    margin: 0 0 30px;
}
.staffPop dl{
    margin: 0 0 20px;
}
.staffPop dl dt{
    width: fit-content;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 20px;
    background: var(--main-color);
    margin: 0 0 5px;
}
.staffPop dl dd{
    font-size: 14px;
}
@media screen and (min-width: 1000px) {
    .modaal-container{
        max-width: 680px !important;
    }
    .modaal-content-container{
        padding: 30px 10% !important;
    }
    .staffPop .img{
        width: 35%;
        padding-top: 40%;
        margin: 0 0 20px;
    }
    .staffText{
        width: 60%;
    }
    .staff p.name{
        font-size: 18px;
        margin: 0 0 15px;
    }
}
.modaal-container .btnC.modaal-close{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    color: var(--main-color);
    border: solid 1px var(--main-color);
    background: #FFF;
    padding: 3px 0;
    /*btnCノーマル*/
    width: fit-content;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    margin: 0;
    position: relative;
    transition: .5s;
    /*modaal打ち消し*/
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.modaal-container .btnC.modaal-close::before,
.modaal-container .btnC.modaal-close::after{
    display: none;
}
.modaal-close span.batsu,
.batsu{
    display: inline-block;
    content: "";
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    left: 10px;
    margin: 0 5px 0 0;
    transform: rotate(45deg);

    clip:rect(1px 1px 1px 1px);
    clip:rect(1px,1px,1px,1px);
    padding:0!important;
    border:0!important;
    overflow:hidden;
}
.modaal-close span.batsu::before,
.modaal-close span.batsu::after,
.batsu::before,
.batsu::after{
    display: block;
    content: "";
    width: 8px;
    height: 1.5px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modaal-close span.batsu::after,
.batsu::after{
    width: 1.5px;
    height: 8px;
}
/*SALON*/
#about .wrap03 dl{
    padding: 10px 0;
    border-bottom: solid 1px #cbcbcb;
}
#about .wrap03 dl dt{
    font-size: 13px;
}
#about .wrap03 dl dd{
    font-size: 14px;
    margin: 0 0 5px;
}
#about .wrap03 dl dd a{
    text-decoration: underline;
}
#about .wrap03 dl dd iframe{
    margin: 10px 0 0;
}
@media screen and (min-width: 1000px) {
    #about .wrap03{
        padding: 100px 0 0;
    }
    #about .wrap03 dl {
        padding: 20px 0 10px;
    }
    #about .wrap03 dl dt{
        width: 35%;
        font-size: 15px;
        padding: 0 0 0 100px;
    }
    #about .wrap03 dl dd{
        width: 65%;
        font-size: 15px;
    }
    #about .wrap03 dl dd iframe{
        max-width: 600px;
    }

}
/*==================================================================================================*/
/*myofascial*/
#myofascial p{
    margin: 0 0 10px;
}
/*wrap01*/
#myofascial .wrap01,
#myofascial .wrap02{
    padding: 40px 0;
}
#myofascial .wrap01 h2{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.tagdeco{
    display: block;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    border-radius: 20px;
    border: solid 1px var(--main-color);
    background: var(--main-color);
    margin: 0 auto 10px;
}
.tagdeco02{
    color: var(--main-color);
    background: #FFF;
}
#myofascial .wrap01 p.last{
    margin: 0 0 20px;
}
.tagdeco03{
    display: block;
    width: 100%;
    max-width: 145px;
    font-size: 14px;
    text-align: center;
    border: solid 1px #000;
    margin: 0 auto 10px;
}
#myofascial .imgBox{
    max-width: 360px;
    margin: 0 auto 15px;
}
#myofascial .imgBox:last-child {
    margin: 20px auto 15px;
}
#myofascial .imgBox li{
    width: 48%;
}
/*wrap02*/
#myofascial .wrap02 h2{
    width: 90%;
    max-width: 300px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #000;
    padding: 10px 0;
    margin: 0 auto 30px;
}
#myofascial .wrap02 li{
    margin: 0 0 30px;
}
#myofascial .wrap02 li:last-child{
    margin: 0 auto;
}
#myofascial .wrap02 img{
    display: block;
    width: 170px;
    margin: 0 auto 15px;
}
#myofascial .wrap02 p{
    max-width: 360px;
    margin: 0 auto;
}
.tagdeco.pconly{
    display: none;
}
@media screen and (min-width: 1000px) {
#myofascial .wrap01,
#myofascial .wrap02{
    padding: 80px 0;
}

    #myofascial .wrap02 ul{
        width: fit-content;
        position: relative;
        margin: 0 auto;
    }
    #myofascial .wrap02 ul::before{
        display: block;
        content: "";
        width: 7px;
        height: calc( 100% - 50px );
        background: #d8d2cd;
        position: absolute;
        top: 50%;
        left: 120px;
        transform: translateY(-50%);
    }
    #myofascial .wrap02 li{
        max-width: 715px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 35px;
        position: relative;
        z-index: 1;
    }
    #myofascial .wrap02 img{
        width: 240px;
    }
    #myofascial .wrap02 li div{
        width: calc( 100% - 260px );
        max-width: 400px;
        margin: 0 0 0 50px;
    }
    .tagdeco{
        margin: 0 0 10px;
    }
    .tagdeco.sponly{
        display: none;
    }
    .tagdeco.pconly{
        display: block;
    }
    #myofascial .wrap01 h2{
        margin: 0 0 60px;
    }
    #myofascial .textBox{
        width: 60%;
    }
    #myofascial .imgBox{
        width: 35%;
    }
    #myofascial .imgBox:last-child {
        margin: 0 auto 15px;
    }
    .textBox:nth-child(2){
        margin: 0 0 60px auto;
    }
    .imgBox:nth-child(3){
        position: absolute;
        top: 78px;
        left: 0;
    }
}
/*==================================================================================================*/
/*menu*/
#menu .menuList li{
    margin: 0 0 40px;
}
#menu .menuList li.slider-item {
    padding: 0;
}
#menu .menuList .img {
    width: 100%;
    margin: 0 auto 15px;
}
#menu .menuList li p.menuSubTitle {
    color: var(--main-color);
    margin: 0 0 5px;
}
#menu .menuList li p.money{
    margin: 0 0 5px;
}
.outer .bannerBox{
    padding: 60px 0;
}
.outer .facility{
    padding: 40px 0;
}
.outer .voice{
    background: none;
}
@media screen and (min-width: 1000px) {
    #menu .menuList li:nth-child(even){
        flex-direction: row-reverse;
    }
    #menu .menuList li .img{
        width: 45%;
        max-width: 350px;
        padding-top: 40%;
        margin: 0;
    }
    #menu .menuList li .menuBox{
        width: 55%;
        max-width: 490px;
    }
.outer .bannerBox{
    padding: 60px 0;
}
.outer .facility{
    padding: 100px 0;
}

}
/*==================================================================================================*/
/*voice*/
#voice .pageFv{
    background: #f9f7f6;
}
#voice .voice h2{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin: 0 0 40px;
}
@media screen and (min-width: 1000px) {
#voice .voice {
    width: 100%;
    padding: 40px 0;
}
}

/*==================================================================================================*/
/*voice-single*/

#voice-single.page .pageFv {
    padding: 120px 0 60px;
}
#voice-single .voice-single{
    padding: 0;
}
.voice-single .inner{
    width: 100%;
}
.voice-single .voiceList li {
    padding: 30px 20px;
    border-radius: 0;
    background: #f9f7f6;
    margin: 0 auto;
}
.voice-single .voiceList .name{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.voice-single .voiceList .name img{
    margin: 0 10px 15px 0;
}
.voice-single .voiceList .name div{
    margin: 0 0 10px;
}
.voice-single .voiceList p.text {
    line-height: 1.4;
    font-size: 13px;
    margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
    #voice-single .voice-single {
        background: none;
    }
    #voice-single .voice-single .inner {
        width: 100%;
        max-width: 100%;
    }
    .voice-single .voiceList li {
        width: 95%;
        max-width: 800px;
        padding: 3% 6%;
        border-radius: 30px 0 30px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .voice-single .voiceList .name div{
        width: fit-content;
        margin: 0 10px 10px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .voice-single .voiceList .name p {
        width: fit-content;
        margin: 0 5px 0 0;
    }
    .voice-single .voiceList p.text{
        width: fit-content;
        margin: 0 0 10px;
    }
    .voice-single .voiceList p.text{
        width: calc( 100% - 340px );
    }
    .voice-single .evaluation{
        margin: 0;
    }
}

#voice-single .manager {
    padding: 40px 0;
}
#voice-single .manager img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
#voice-single .manager .name{
    font-size: 14px;
    text-align: center;
    margin: 0 auto 25px;
}
#voice-single .manager .comment{
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.07em;
    padding: 25px 20px;
    border: solid 1px #d8d2cd;
    border-radius: 15px;
    position: relative;
}
#voice-single .manager .comment span{
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
}
#voice-single .manager .comment span::before{
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-right: solid 1px #d8d2cd;
    border-bottom: solid 1px #d8d2cd;
    transform: rotate(-135deg);
    background: #FFF;
}
@media screen and (min-width: 1000px) {
    #voice-single .manager .inner{
        max-width: 750px;
        display: flex;
        flex-direction: row-reverse;
    }
    #voice-single .manager .inner div{
        width: 350px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    #voice-single .manager .name{
        margin: 0;
    }
    #voice-single .manager .comment span{
        width: 20px;
        height: 20px;
        top: 50%;
        left:auto;
        right: -10px;
        transform: translateY(-50%);
    }
    #voice-single .manager .comment span::before{
        width: 20px;
        height: 20px;
        transform: rotate(-45deg);
    }
}

#voice-single .voice h4{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px;
    border-bottom: solid 1px #000;
    margin: 0 0 10px;
}

#voice-single .voiceother{
    background: none;
    padding: 40px 0;
}
.voiceother .voiceList li {
    min-height: 375px;
    padding: 20px 30px;
    background: #f9f7f6;
    margin: 0 20px;
}
.voiceother .evaluation{
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}
.voiceother .evaluationList {
    width: 75%;
    margin: 15px auto 0;
}
.voiceother .slick-prev,
.voiceother .slick-next{
    border: solid 1px #000;
}
.voiceother .slick-prev::before,
.voiceother .slick-next::before{
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}
.voiceother .slick-prev::after,
.voiceother .slick-next::after{
    background: #000;
}

.voicesliderPC{
    display: none !important;
}
#voice-single .slick-dots{
    display: none !important;
}
@media screen and (min-width: 1000px) {
    .voiceother .inner{
        max-width: 800px;
    }
    #voice-single .voice h4{
        text-align: left;
    }
    .voiceother .voiceList li{
        min-height: 345px;
        padding: 30px 40px;
        margin: 0 10px;
    }
    .voiceother .evaluationList {
    width: calc( 100% - 120px );
}
    .voicesliderPC{
    display: block !important;
}
    .voiceslider{
    display: none !important;
}

    .voicesliderPC .slick-next{
        right: -10px;
    }
    .voicesliderPC .slick-prev{
        left: -10px;
    }
}
/*==================================================================================================*/
/*flow*/
#flow p{
    margin: 0 0 5px;
}
#flow .wrap01 dl{
    padding: 40px 0;
    background: #f9f7f6;
}
#flow .wrap01 dl dt{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 30px;
}
#flow .wrap01 dl dd a:nth-child(1){
    margin: 0 auto 20px;
}
#flow .wrap01 .btnC{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2.5px 2px 2px 0px rgba(0,0,0,0.12);
    padding: 5px 40px;
}
#flow .wrap01 dl dd a.btnTel{
    font-size: 20px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: var(--main-color);
    border: solid 1px var(--main-color);
    background: #FFF;
}
#flow .wrap01 dl dd a.btnTel::before{
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: center / contain no-repeat url("../img/icon_tel.svg");
    margin: 0 8px 0 0;
}
#flow .wrap01 dl:nth-child(1){
    margin: 0 0 20px;
}
@media screen and (min-width: 1000px) {
    #flow .wrap01 .inner{
        max-width: 1030px;
    }
    #flow .wrap01 dl{
        padding: 60px 0;
    }
    #flow .wrap01 dd{
        max-width: 600px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    #flow .wrap01 dl dd a:nth-child(1),
    #flow .wrap01 dl dd a.btnTel{
        margin: 0;
    }
}
.triangle img{
    display: block;
    width: 95px;
    margin: 0 auto 20px;
}
/**/
#flow .wrap01 li{
    width: 90%;
    margin: 0 auto 60px;
}
#flow .wrap01 li:last-child{
    margin: 0 auto 0;
}
#flow .wrap01 .img02{
    margin: 0 auto 40px;
    position: relative;
}
#flow .wrap01 .img02 img{
    border-radius: 40px 0 40px 0;
}
#flow .wrap01 .img02::before{
    display: block;
    content: "";
    width: 120px;
    height: 100px;
    background: center / contain no-repeat url("../img/no01.svg");
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: 1;
}
#flow .wrap01 li:nth-child(2) .img02::before{
    background: center / contain no-repeat url("../img/no02.svg");
}
#flow .wrap01 li:nth-child(3) .img02::before{
    background: center / contain no-repeat url("../img/no03.svg");
}
#flow .wrap01 li:nth-child(4) .img02::before{
    background: center / contain no-repeat url("../img/no04.svg");
}
@media screen and (min-width: 1000px) {
    #flow .wrap01 dl:nth-child(3) dd{
        max-width: 840px;
    }
    #flow .wrap01 li{
        width: 100%;
    }
    #flow .wrap01 .img02{
        width: 40%;
        max-width: 310px;
        margin: 0;
    }
    #flow .wrap01 .flowBox{
        width: 58%;
        max-width: 500px;
    }
    #flow .wrap01 dl dd ul{
        position: relative;
    }
    #flow .wrap01 dl dd ul::before {
        display: block;
        content: "";
        width: 7px;
        height: calc( 100% - 150px );
        background: #ededed;
        position: absolute;
        top: 50%;
        left: 150px;
        transform: translateY(-50%);
    }
}
.attention{
    padding: 25px 20px;
    border-radius: 10px;
    background: #f4f0ed;
}
.attention h4{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.attention p{
    font-size: 13px;
    line-height: 1.6;
}
@media screen and (min-width: 1000px) {
    .attention{
        padding: 25px 40px;
        margin: 20px 0 0;
        position: relative;
    }
    .attention h4{
        width: fit-content;
    }
    .attention div{
        width: calc( 100% - 200px);
    }
}
#flow .attention p:last-child{
    margin: 0;
}

#flow li:nth-child(3) .attention{
    width: 110%;
    padding: 40px 20px;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#flow li:nth-child(3) .attention h4{
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    color: var(--main-color);
    margin: 0 auto 20px;
}
#flow li:nth-child(3) .attention a{
    display: block;
    align-items: center;
    justify-content: center;
    width: 265px;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    color: var(--main-color);
    border: solid 1px var(--main-color);
    border-radius: 30px;
    padding: 15px 0;
    background: #FFF;
    margin: 0 auto 15px;
}
#flow li:nth-child(3) .attention a::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: center / contain no-repeat url("../img/btndeco.svg");
    margin: 0 5px 0 0;
}
#flow h4.pageTitle{
    color: #000;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding: 0 10px 5px;
    margin: 0 0 10px;
}
/*ポップアップ中身*/
.flowPop h4.pageTitle{
    margin: 0 auto 20px;
}
.flowPop p{
    margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
    .attention div.selectbtn{
        width: 100%;
    }
    #flow li:nth-child(3) .attention a{
        width: 260px;
        margin: 0;
    }
    .flowPop h4.pageTitle{
    text-align: center;
        line-height: 1.4;
}
}
/*==================================================================================================*/
/*privacy*/
.privacy dl dt{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 10px;
    border-bottom: solid 1px #cbcbcb;
    margin: 0 0 10px;
}
.privacy dl dd{
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 30px;
}
.privacy dl dd:last-child{
    margin: 0;
}
@media screen and (min-width: 1000px) {
    .privacy dl dt{
        font-size: 15px;
    }
    .privacy dl dd{
        font-size: 15px;
        margin: 0 0 50px;
    }
}
/*==================================================================================================*/
/**/
@media screen and (min-width: 1000px) {

}











/*==================================================================================================*/
/*contact*/
.page section.contactBox{
    padding: 60px 0;
}
.contactBox .inner{
    background: #FFF;
    border-radius: 30px;
    padding: 60px 5%;
}
.contactBox p{
    font-size: 14px;
    text-align: left;
    line-height: 1.65;
}
.contactBox p.red{
    font-size: 13px;
    margin: 0 0 30px;
}
@media screen and (min-width: 1000px) {
.contactBox p{
    text-align: center;
}
}
/*========================================================*/
/*ここからフォームの記述*/
/*PCから記述*/
.form{
    max-width: 500px;
    margin: 0 auto;
}
.form dl{
	width: 100%;
	margin: 0 auto 18px;
}
.form dl dt{
	font-size: 14px;
}
.form dl dd{
	position: relative;
}
.form dl dd input{
	height: 52px;
	font-size: 14px;
	display: flex;
    align-items: center;
    border: solid 1px #ececec;
    border-radius: 5px;
	letter-spacing: 1.2px;
	padding: 0 20px;
}
/*セレクト*/
.form dl.select dd{
	width: 240px;
    height: 50px;
}
.form dl.select dd select{
	height: 50px;
	font-size: 13px;
	border: solid 1px #ececec;
	display: flex;
    align-items: center;
	padding: 0 20px;
    border-radius: 5px;
}
/*セレクト三角*/
span.selectdeco{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
span.selectdeco::after{
    border-top: 6px solid #866767;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
	transform: translateY(-50%);
    z-index: 1;
}
/*承認ボタン*/
p.check{
	font-size: 12px;
	text-align: center;
	margin: 0 auto 25px;
    position: relative;
    left: -12px;
}
.check label {
    display: flex;
    align-items: center;
}
span.wpcf7-list-item-label {
    font-size: 13px;
    padding: 0 0 0 20px;
}
.check label input {
    width: fit-content;
    margin: 0 10px 0 0;
	opacity: 0;
	position: relative;
    left: 21px;
}
.check .wpcf7-list-item-label:before{
    border: 1px solid #866768;
    border-radius: 3px;
    width: 10px;
    height: 10px;
    top: -2px;
    left: 34px;
    display: inline-block;
    position: absolute;
}
input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before{
	background: center / contain no-repeat url("../img/icon-check.svg");
}

/*テキストエリア*/
.form dl.textarea{
    height: auto;
    margin: 0 auto 20px;
}
.form dl.textarea dd textarea{
	font-size: 13px;
	display: flex;
    align-items: center;
	padding: 20px 30px;
    border-radius: 5px;
    border: solid 1px #ececec;
}
.form dl dd.addNumber{
	width: 17.5%;
}
#contact p.privacy{
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
    font-size: 13px;
    text-align: left;
    color: #988d8d;
    padding: 0;
}
#contact p.privacy a{
    font-size: 13px;
    color: #ef8883;
	text-decoration: underline;
}
/*必須項目*/
.required::after{
	display: inline-block;
	content: "*";
	color: #FC6C89;
	margin: 0 0 0 3px;
}
@media screen and (max-width: 420px) {
	.form dl{
		margin: 0 auto 30px;
    }
	.form dl dt{ margin: 0 0 5px;}
    .form dl dt{ width: 100%;}
    .form dl dd,
    .form dl.select dd{
        width: 100%;
        max-width: 310px;
    }
	.form dl dd.addNumber{ width: 35%;}
	.form dl dd input { padding: 0 20px;}
    p.space{ width: 10%;}
}
/*プレースホルダー*/
input[type="text"].p-postal-code {
  width: auto;
}
::-webkit-input-placeholder { color: rgba(34,34,34,0.20); }
:-ms-input-placeholder { color: rgba(34,34,34,0.20) !important; }
::-moz-placeholder { color: rgba(34,34,34,0.20); opacity: 1; }
::placeholder {
  color: rgba(34,34,34,0.20);
  opacity: 1;
}
:focus::-webkit-input-placeholder { color: transparent; }
:focus:-ms-input-placeholder { color: transparent; }
:focus::-moz-placeholder { color: transparent; }
:focus::placeholder {
  color: transparent;
}
/*必須項目不足*/
.wpcf7-response-output {
    max-width: 500px;
    width: 90%;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    margin: 30px auto 0!important;
    border-color: var(--main-color)!important;
}
/*ボタン各種*/
#contact [type="button"], #contact [type="reset"], #contact [type="submit"]{
	display: block;
    width: fit-content;
    min-width: 230px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    border: solid 1px var(--main-color);
    background: var(--main-color);
    padding: 15px 40px;
    margin: 0 auto;
    position: relative;
    transition: .5s;
}
@media screen and (max-width: 768px) {
#contact [type="button"], #contact [type="reset"], #contact [type="submit"]{
    margin: 0 auto 10px;
}
}
#contact [type="button"]{
    color: var(--main-color);
    background: #FFF;
}
[type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover{
    cursor: pointer;
    opacity: .7;
}
[type="submit"]{
    letter-spacing: 0.2em;
	color: #fff;
	background: var(--sub-color);
}
[type="submit"]:hover{
	color: var(--sub-color);
	background: #FFF;
}
span.wpcf7-not-valid-tip {
    font-size: 11px;
}
/*送信・戻る*/
p.contactBtn {
    display: flex;
	flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}
span.wpcf7-spinner {
    display: none;
}
/*郵便番号の所*/
.form dl dd.addNumber {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input.wpcf7-form-control.wpcf7-text.p-postal-code {
    width: 100px;
}
@media screen and (max-width: 420px) {
    .form dl.select dd{
        width: 200px;
    }
     .form dl dd.addNumber {
        width: 200px;
    }
    input.wpcf7-form-control.wpcf7-text.p-postal-code {
        width: 80px;
    }
	.form dl.select dd{ width: 100%;}
    .form dl dd.addNumber { width: 260px;}
    input.wpcf7-form-control.wpcf7-text.p-postal-code { width: 105px;}
	p.contactBtn { flex-wrap: wrap;}
	[type="button"], [type="reset"], [type="submit"]{
	    width: 70%;
		margin: 0 auto 20px;
    }
}
main#error.page{
	min-height: 500px;
    height: calc( 100vh - 660px );
	margin: 0;
}
@media screen and (max-width: 1000px) {
    main#error.page{
        height: calc( 100vh - 620px );
        margin: 0;
    }
}
@media screen and (max-width: 750px) {
	#error h2 { font-size: 32px;}
	main#error.page{
		height: auto;
	    margin: 0;
	}
	main#error.page .inner{
		padding: 60px 0 200px;
	}
}
@media screen and (max-width: 420px) {
	main#error.page{ min-height: 380px;}
	#error h2 { font-size: 18px;}
}



/*==================================================================================================*/
/*single*/
/*========================================
　　　　　　　ここの記述はPCから
========================================*/
.page section.single .inner{
    max-width: 720px;
    justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
    .page section.single .inner{
        max-width: 550px;
    }
}
.single ul.post-categories {
    width: fit-content;
    display: inline-block;
	margin: 0 0 20px;
}
.single ul.post-categories li{
    font-size: 14px;
    list-style: none;
}
.single .infoDay{
    width: fit-content;
    font-size: 14px;
    line-height: 1;
    color: #bdacab;
    margin: 0 35px 0 0;
}
.single .infoTag{
    width: fit-content;
    font-size: 14px;
    line-height: 1;
}
.single .infoTag ul.post-categories{
    margin: 0;
}
.single img{
    border-radius: 40px 0 40px 0;
}
.single img.thumbnail{
    margin: 0 auto 40px;
}
.single h2.infoTitle{
    line-height: 1.6;
    margin: 20px 0;
}
.single .btnB{
    margin: 50px 0;
}
.single .btnB p{
    margin: 0;
}
/*矢印の向きを変える*/
.single a.btnB::after{
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: none;
    border-right: 5px solid var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 13px;
}
/**/
.single h2{
    font-size: 18px;
    color: #301b1a;
    padding: 0 0 10px;
    border-bottom: solid 1px #d8d5d5;
    margin: 0 0 20px;
}
.single h3{
	display: flex;
	align-items: center;
	font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
	margin: 0 0 15px;
}
.single h3::before{
	display: inline-block;
	content: "";
	width: 4px;
	height: 16px;
	background: var(--main-color);
	margin: 0 5px 0 0;
}
.single h4{
	width: fit-content;
	font-size: 15px;
    font-weight: bold;
	color: #FFF;
	padding: 3px 5px;
	background: var(--main-color);
	margin: 0 0 15px;
}
.single h5{
	font-size: 15px;
    font-weight: bold;
	color: var(--main-color);
	margin: 0 0 15px;
}
.single p,p.has-large-font-size{
	font-size: 15px;
	line-height: 2;
	margin: 0 0 15px;
}
.single p a{
	font-size: 15px;
	color: var(--main-color);
	text-decoration: underline;
}
.single .wp-block-table{
	border-radius: 5px;
	border: solid 1px  #f7f6f6;
	overflow: hidden;
	margin: 0 0 20px;
}
.single table tr td{
	font-size: 15px;
	background: #f7f6f6;
	border-bottom: solid 1px #FFF;
	padding: 10px 20px;
}
.single table tr td:nth-child(even){
	background: #FFF;
	border-bottom: solid 1px  #f7f6f6;
	padding: 10px 20px;
}
.wp-block-image{
	margin: 0 auto 15px;
}
.wp-block-gallery {
    display: flex;
    justify-content: space-between;
	margin: 0 0 20px;
}
.wp-block-media-text{
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
}
.single ul{
    width: calc( 100% - 15px );
	margin: 0 0 20px auto;
}
.single ul li{
	font-size: 16px;
    list-style: disc;
}
/*他の記事もみる*/
.allinfo h2{
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #cbcbcb;
    margin: 0 0 20px;
}
.allinfo .infoTextBox p.infoDay{
    padding: 0 15px 0 0;
}
.allinfo .btnCircle{
    border: solid 1px #000;
}
