@charset "utf-8";
/* CSS Document */



a{
    text-decoration: none;
    transform: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a{
    opacity: 1;
}

a:hover{
    opacity: 0.8;
}

a,
p,
span,
li{
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 400;
    color: #4E4E4E;
    letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4{
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    color: #000;
}


.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#pc_header,
.pcbr,
.spbr{
    display: none;
}


body{
    position: relative;
}

.sp_header{
    width: 95%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 999;
    padding: 0;
    background: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 3px 10px #0000001A;
}

.header_flex {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 15px auto;
}

.sp_header a.logo{
    display: block;
    width: auto;
    height: 45px;
    margin: 0;
}

.sp_header a.logo img{
    width: 100%;
    height: 45px;
    object-fit: contain;
}

.sp_header .logo p{
    color: #614F1C;
    font-size: clamp(14px, 0.83vw, 16px);
    line-height: 1.2em;
}

.drawer{
 flex-direction: row;
}


/*ここからナビゲーション*/

.navbar_toggle{
    z-index:9999;
    width: 46px;
    height: 46px;
    padding: 13px 8px;
    border-radius: 10px;
    background: #B795BF;
}

.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 3px;
    width: 25px;
    background: #FFF;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    border-radius: 10px;

}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 5px auto;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
    margin-left: auto;
    margin-right: auto;

}


/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 7px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -9px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}



/*メニュー中身*/
ul.dwr_box {
    padding: 30px 0 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sp_menu{
    display: block;
    background: #FFF;
     -webkit-transform: translateX(-150%);
     transform: translateX(-150%);
     -webkit-transition:ease .9s;
     transition:ease .9s;
     z-index: 1000;
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 3px 10px #0000001A;
}


.sp_menu ul li{
    width: 50%;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
}

.sp_menu li a,
.sp_menu li label{
    display: block;
    font-size: clamp(20px, 1.25vw, 24px);
    color: #614F1C;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.sp_menu li a span{
    display: block;
    color: #C2C2C2;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
}



.sp_menu.open {
    display: block;
 -webkit-transform:translateX(0);
 transform:translateX(0);
}

.dwr_main-btn {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-family: honoka-antique-maru;
}

ul.dwr_sub_menu{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.dwr_sub_menu li a{
    display: block;
    text-align: center;
    color: #003978;
    font-size: 14px;
    font-family: honoka-antique-maru;
}


.dwr_main_menu:checked + .dwr_main-btn + .dwr_sub_menu{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.dwr_box input{
    display: none;
}


a.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background: #B795BF;
    border-radius: 0 0 20px 20px;
    margin: 0;
}

a.contact p{
    color: #FFF;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: clamp(20px, 1.25vw, 24px);
}

a.contact span{
    display: block;
    color: #FFF;
    font-size: clamp(16px, 1.1vw, 20px);
    
}

.wrap{
   
}

/*********************
ここからTOP共通
*********************/
.top_img{
    width: 100%;
    position: relative;
}

.top_img img.pc_img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.top_img img.sp_img{
    display: none;
}

.top_img img.cat{
    width: 250px;
    position: absolute;
    right: 3%;
    bottom: -20%;
}


.top_cts{
    width: 100%;
    margin: 0 auto;
    padding: 70px 0px;
    text-align: center;
}

.top_cts h2{
    color: #4E4E4E;
    font-size: clamp(30px, 2vw, 40px);
    line-height: 1.2em;
    margin-bottom: 50px;
    font-weight: 400;
}

.top_cts h2 span{
    display: block; 
    color: #B795BF;
    font-weight: 600;
    font-size: clamp(20px, 1.25vw, 24px);
    font-family: montserrat, sans-serif;
}

.top_cts h2::before{
    content: url("img/h2.svg");
    display: block;
    margin-bottom: 10px;
}



/*********************
ここからTOP
*********************/
.top_concept{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.top_concept h1{
    font-size: clamp(30px, 2vw, 40px);
    color: #4E4E4E;
}

.top_concept h1 span{
    display: inline-block;
    font-size: clamp(30px, 2vw, 40px);
    font-weight: 700;
}

.top_concept h1 span.yel{
    color: #D8A827;
}

.top_concept h1 span.grn{
    color: #7CA882;
}

.top_concept h1 span.ppl{
    color: #B795BF;
}

.top_concept p{
    font-size: clamp(18px, 1.1vw, 20px);
    margin-top: 30px;    
}

.top_menu .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.top_menu .flex div{
    width: 32%;
    background: #FBF4E4;
    border-radius: 10px;
    padding: 30px 2%;
    display: flex;
    flex-direction: column;
}

.top_menu .flex div img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.top_menu .flex div h3{
    width: 100%;
    height: 100px;
    background: #FFF;
    padding: 0px 3%;
    margin-top: 27px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(20px, 1.25vw, 24px);
    color: #4E4E4E;
    line-height: 1em;
}



.top_menu .flex div p{
    width: 100%;
    font-size: clamp(16px, 0.9vw, 18px);
    color: #4E4E4E;
    line-height: 1.2em;
    margin-top: 30px;
    text-align: left;
    flex-grow: 1;
}

.top_menu .flex div p.red{
    width: 100%;
    font-size: clamp(20px, 1.35vw, 26px);
    font-weight: 700;
    color: #B54646;
    line-height: 1.2em;
    margin-top: 30px;
    text-align: center;
    flex-grow: 0;
}

a.viewmore{
    display: inline-block;
    padding: 18px 10%;
    background: #FCDD87;
    border-radius: 80px;
    color: #614F1C;
     font-size: clamp(18px, 1.1vw, 20px);
    font-weight: 700;
    position: relative;
}

a.viewmore::after{
    display: inline-block;
    content: '';
    background: url("img/arrow.svg");
    width: 12px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.parallax_bg{
    height: 200px;
    background-image: url("img/top_2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_point{
    background: #FBF4E4;
}

.top_point img{
    display: block;
    width: 70%;
    max-width: 631px;
    margin: 0 auto;
}

.top_point p{
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
    font-size: clamp(16px, 0.9vw, 18px);
    color: #4E4E4E;
}

.top_blog .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.top_blog .flex div{
    width: 30%;
    display: flex;
    flex-flow: column;
}

.top_blog .flex div a.img{
    display: block;
    width: 100%;
    border-radius: 20px;
    position: relative;
}

.top_blog .flex div a.img img{
    width: 100%;
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}

.top_blog .flex div a.img span{
    position: absolute;
    bottom: -10%;
    left: 5%;
    display: inline-block;
    padding: 10px 5%;
    background: #F6EACA;
    border-radius: 10px;
    color: #614F1C;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 0.9vw, 18px);
}

.top_blog .flex div a.title{
    display: block;
    width: 100%;
    color: #7CA882;
    font-size: clamp(18px, 1.1vw, 20px);
    font-weight: 700;
    text-align: left;
    margin-top: 50px;
    flex-grow: 1;
}

.top_blog .flex div p.date{
    width: 100%;
    color: #4E4E4E;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.2em;
}

.parallax_bg2{
    height: 200px;
    background-image: url("img/top_3.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.top_insta{
    background: #FBF4E4;
}

.top_insta .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.top_insta .flex img{
    width: 18%;
}


.top_info .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

.top_info .flex img.right{
    width: 43%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.top_info .flex div{
    width: 50%;
    padding: 0;
    text-align: left;
}

.top_info .flex div img{
    width: 70%;
}

.top_info .flex div dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 30px auto;
}

.top_info .flex div dl dt{
    width: 40%;
    color: #614F1C;
    font-size: clamp(16px, 0.9vw, 18px);
    font-family: kinuta-mincho-stdn,sans-serif;
    margin-bottom: 28px;
}

.top_info .flex div dl dd{
    width: 60%;
    color: #614F1C;
    font-size: clamp(16px, 0.9vw, 18px);
    font-family: kinuta-mincho-stdn,sans-serif;
    margin-bottom: 10px;
}

.top_info a.viewmore{
    display: inline-block;
    padding: 18px 25%;
    background: #FCDD87;
    border-radius: 80px;
    color: #614F1C;
    font-size: clamp(16px, 0.9vw, 18px);
    font-weight: 700;
    position: relative;
}

a.viewmore::after{
    display: inline-block;
    content: '';
    background: url("img/arrow.svg");
    width: 12px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
}


footer{
    width: 100%;
    text-align: center;
}

footer .contact_box{
    width: 100%;
    padding: 100px 0px;
    background: #FBF4E4;
}

footer .contact_box h2{
    color: #4E4E4E;
    font-size: clamp(26px, 1.87vw, 36px);
    line-height: 1.2em;
    margin-bottom: 50px;
    font-weight: 400;
}

footer .contact_box h2 span{
    display: block; 
    color: #B795BF;
    font-weight: 600;
    font-size: clamp(16px, 1.1vw, 20px);
    font-family: montserrat, sans-serif;
}

footer .contact_box h2::before{
    content: url("img/h2.svg");
    display: block;
    margin-bottom: 10px;
}

footer .contact_box p{
    color: #614F1C;
    font-size: clamp(18px, 1.1vw, 20px);
    margin-bottom: 30px;
}

footer .contact_box a{
    color: #614F1C;
    font-size: clamp(30px, 2vw, 40px);
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .contact_box a img{
    width: auto;
    height: 40px;
    object-fit: contain;
    margin-right: 20px;
}

footer .contact_box p.time{
    color: #614F1C;
    font-size: clamp(16px, 0.9vw, 18px);
    margin: 10px 0 0 0;
}

footer .relative{
    position: relative;
}

footer iframe{
    width: 100%;
    height: 300px;
}

footer .relative img{
    width: 100%;
    height: 70px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 999;
    margin-bottom: 0;
}


footer .info{
    width: 100%;
    background: #7CA882;
    padding: 30px 0 30px 0;
    text-align: center;
    margin-top: 0;
}

footer .info a.logo{
    display: block;
    width: 300px;
    margin: 0 auto;
}

footer .info p{
    color: #FFF;
    font-size: clamp(18px, 1.1vw, 20px);
    margin-top: 30px;
    font-weight: 400;
}

footer ul.menu{
    width: 90%;
    max-width: 536px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0 auto;
}

footer ul.menu li{
    text-align: center;
    padding: 0px;
}

footer ul.menu li a{
    color: #FFFFFF;
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1em;
}

footer ul.menu li a span{
    display: block;
    color: #FCDD87;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
}

footer p.copy{
    color: #FFF;
    font-family: montserrat, sans-serif;
    font-size: clamp(12px, 0.72vw, 14px);
    font-weight: 400;
    margin-top: 77px;
}


a.totop{
    display: block;
    width: 70px;
    position: fixed;
    right: 2%;
    bottom: 30px;
}


/************************
下層共通
************************/
.pagetitle{
    width: 100%;
    height: auto;
}

.pagetitle img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page_cts{
    width: 100%;
    background: #FBF4E4;
    padding: 50px 0px;
    text-align: center;
}

.page_cts .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.page_cts h1{
    color: #4E4E4E;
    font-size: clamp(30px, 2vw, 40px);
    line-height: 1.2em;
    margin-bottom: 50px;
    font-weight: 400;
}

.page_cts h1 span{
    display: block; 
    color: #B795BF;
    font-weight: 600;
    font-size: clamp(20px, 1.25vw, 24px);
    font-family: montserrat, sans-serif;
}

.page_cts h1::before{
    content: url("img/h2.svg");
    display: block;
    margin-bottom: 10px;
}

.page_cts section{
    text-align: left;
    margin: 0 auto 150px auto;
}

.page_cts section h2{
    display: inline-block;
    color: #FFF;
    background: #B795BF;
    padding: 15px 5%;
    border-radius: 40px;
    text-align: left;
    font-size: clamp(20px, 1.45vw, 28px);
    margin-bottom: 30px;
}

.page_cts section p.txt{
    color: #4E4E4E;
    font-size: clamp(16px, 1.1vw, 20px);
}



/************************
施術内容
************************/
.p_menu div{
    width: 48%;
    margin-top: 50px;
    display: flex;
    flex-flow: column;
}

.p_menu div img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px 20px 0 0;
}

.p_menu div .ppl_box{
    width: 100%;
    background: #EEDCF3;
    padding: 72px 5% 20px 5%;
    border-radius: 0 0 20px 20px;
    margin: 0;
    position: relative;
    flex-grow: 1;
}

.p_menu div .ppl_box h3{
    display: block;
    width: 90%;
    background: #FFF;
    padding: 20px 3%;
    border-radius: 20px;
    text-align: center;
    color: #4E4E4E;
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1.2em;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.p_menu div .ppl_box p{
    color: #4E4E4E;
    font-size: clamp(16px, 1.1vw, 20px);
    text-align: center;
}

.video{
    display: block;
    width: 100%;
    max-width: 800px;
    height: 450px;
}

p.note{
    display: inline-block;
    color: #B54646;
    font-size: clamp(16px, 1.1vw, 20px);
    background: #FFF;
    padding: 20px 50px;
    border: 2px solid #B54646;
    border-radius: 40px;
    margin: 50px 0 30px 0;
}


/************************
料金案内
************************/

img.pc_card{
    display: block;
    width: 80%;
    max-width: 630px;
    margin: 50px auto;
}

.p_point{
    margin-bottom: 30px;
}

.p_point div{
    width: 48%;
    background: #EEDCF3;
    border-radius: 20px;
    padding: 40px 3%;
    margin-bottom: 18px;
}

.p_point div img{
    display: block;
    width: auto;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 30px auto;
}

.p_point div p{
    color: #4E4E4E;
    font-size: clamp(16px, 1.1vw, 20px);
}

table.price{
    width: 100%;
    margin-bottom: 30px;
}

table.price tr{
    border-bottom: 1px dashed #707070;
}

table.price th,
table.price td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    font-size: clamp(21px, 1.25vw, 24px);
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.price th{
    width: 65%;
    background: #EEDCF3;
    color: #4E4E4E;
}

table.price th span{
    display: block;
    font-size: clamp(15px, 0.98vw, 19px);
}

table.price td{
    width: 35%;
    background: #FFF;
    color: #B54646;
    text-align: center;
}

table.ticket{
    width: 100%;
    margin-bottom: 30px;
}

table.ticket tr{
    border-bottom: 1px dashed #707070;
}

table.ticket th,
table.ticket td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    font-size: clamp(21px, 1.25vw, 24px);
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.ticket th{
    width: 30%;
    background: #EEDCF3;
    color: #4E4E4E;
    text-align: center;
}

table.ticket td{
    width: 70%;
    background: #FFF;
    color: #B54646;
}

table.visit{
    width: 100%;
    margin: 30px 0;
}

table.visit tr{
    border-bottom: 1px dashed #707070;
}

table.visit th.gry{
    background: #C2C2C2;
    color: #4E4E4E;
    text-align: center;
    width: 30%;
}

table.visit th,
table.visit td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    font-size: clamp(21px, 1.25vw, 24px);
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.visit th{
    width: 40%;
    background: #EEDCF3;
    color: #4E4E4E;
}

table.visit td{
    width: 30%;
    background: #FFF;
    color: #B54646;
    text-align: center;
}


/************************
療院案内
************************/
.p_img2 img{
    width: 48%;
    border-radius: 20px;
}

table.about{
    margin-top: 30px;
}

table.about tr{
    border-bottom: 1px dashed #707070;
}

table.about th,
table.about td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.about th{
    width: 30%;
    background: #B795BF;
    color: #FFF;
    font-size: clamp(21px, 1.25vw, 24px);
    text-align: center;
    font-weight: 700;
}

table.about td{
    width: 70%;
    background: #FFF;
    color: #4E4E4E;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 400;
    text-align: left;
}

.gmap{
    width: 100%;
    height: 300px;
    margin-top: 30px;
}

.p_img3 div{
    width: 48%;
    margin-bottom: 50px;
}

.p_img3 div img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.p_img3 div p{
    color: #4E4E4E;
    font-size: clamp(16px, 1.1vw, 20px);
    margin-top: 20px;
    text-align: center;
}

/************************
ブログ
************************/
.p_blog{
    grid-row-gap: 100px;
}

.p_blog div.each{
    width: 48%;
    display: flex;
    flex-direction: column;
}

.p_blog div.each a.img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.p_blog div.each a.img img{
    width: 100%;
    height: 233px;
    object-fit: cover;
    border-radius: 20px;
}

.p_blog div.each a.img span{
    display: inline-block;
    padding: 10px 5%;
    background: #F6EACA;
    border-radius: 10px;
    color: #614F1C;
    font-family: montserrat, sans-serif;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    left: 5%;
}

.p_blog div.each a.title{
    width: 100%;
    display: block;
    margin-top: 30px;
    flex-grow: 1;
}

.p_blog div.each a.title h2{
    color: #7CA882;
    font-size: clamp(20px, 1.25vw, 24px);
    text-align: left;
}

.p_blog div.each p.date{
    color: #4E4E4E;
    font-family: montserrat, sans-serif;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}

.post_box{
    width: 100%;
    text-align: left;
}

.post_box span.cate{
    display: inline-block;
    padding: 10px 2%;
    background: #F6EACA;
    border-radius: 10px;
    color: #614F1C;
    font-family: montserrat, sans-serif;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 500;
    margin-right: 20px;
}

.post_box p.date{
    display: inline-block;
    color: #4E4E4E;
    font-family: montserrat, sans-serif;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 500;
    margin-top: 10px;
}

.post_box h2{
    color: #7CA882;
    font-size: clamp(25px, 1.56vw, 30px);
    margin-top: 20px;
}

.post_box .contents{
    margin-top: 50px;
}

.post_box .contents p img{
    width: 60%;
    height: auto;
    object-fit: contain;
}

.post_box .contents p{
    color: #4E4E4E;
    font-size: clamp(16px, 1.1vw, 20px);
}

a.back{
    display: inline-block;
    padding: 18px 10%;
    background: #FCDD87;
    border-radius: 80px;
    color: #614F1C;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 700;
    position: relative;
    margin-top: 100px;
}


a.back::after{
    display: inline-block;
    content: '';
    background: url("img/arrow.svg");
    width: 12px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.pagenavi{
    width: 100%;
    display: block;
    text-align: center;
}

.wp-pagenavi {
    margin: 20px 0;
}
.wp-pagenavi a {/* フォント色 */
    background: #EEDCF3;
    color: #818181;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}
.wp-pagenavi .current {/* カレント数字 */
    background: #B795BF;
    color: #FFF;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #B795BF;
    color: #FFF;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    margin: 0 6px 6px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "noto-sans-cjk-jp";
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}




/************************
お問い合わせ
************************/

a.tel{
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    background: #FCDD87;
    border-radius: 40px;
    text-align: center;
    color: #614F1C;
    font-size: clamp(23px, 1.7vw, 33px);
    font-weight: 700;
    padding: 30px 5%;
    position: relative;
    border-bottom: 7px solid #F1C755;
}

a.tel img{
    width: auto;
    height: 40px;
    object-fit: contain;
    margin-right: 20px;
}

a.tel::after{
    display: inline-block;
    content: '';
    background: url("img/arrow2.svg");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}













