@charset "utf-8";
/*はぴねす共通css（サロンの方を元に作成クラス名等ご注意ください）
それぞれの記述は各cssで行ってください
鍼灸マッサージサロン=salon.css／コミュニケーション教室=room.css*/
/*------------------------------------------------------------------*/
:root {--text-font: 'Noto Sans JP', sans-serif;}
:root {--title-font: "Yu Mincho" , "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

:root {--text-color: #52514C;}/*必ず指定*/
:root {--main-color: #F49D7A;}
/*------------------------------------------------------------------*/
section{
    width: 100%;
    padding: 70px 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.inner{
	width: 90%;
    max-width: 1050px;
	margin: 0 auto;
	position: relative;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
	line-height: 1;
    letter-spacing: 0.1em;
}
p{
	font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
}
/*------------------------------------------------------------------*/
.title{
    font-family: 'Hammersmith One', sans-serif;
    font-size: 55px;
    font-weight: bold;
    color: var(--main-color);
    letter-spacing: 0.08em;
    margin: 0 auto 40px;
}
.title span{
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2em;
}
/*==================================================================================================*/
/*header*/
header{
    position: relative;
}
header .inner{
    max-width: 1200px;
    height: calc( 100vh - 7px);
    max-height: 761px;
}
header .inner + img{
    width: calc( 100% - 150px );
    max-width: 1090px;
    height: calc( 100vh - 7px);
    max-height: 761px;
    border-radius: 0 0 0 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
header .inner div:nth-child(1){
    position: relative;
    top: 50px;
}
header .inner div h1{
    max-width: 367px;
    margin: 0 0 30px;
}
header .inner div nav ul li{
    margin: 0 0 15px;
}
header .inner div nav ul li a{
    font-size: 18px;
    letter-spacing: 0.2em;
    color: var(--main-color);
}
@media screen and (max-width: 768px) {
    header .inner{
        width: 100%;
    }
    header .inner + img{
        width: calc( 100% - 50px );
    }
    header .inner,
    header .inner + img{
        max-height: 90vh;
    }
    header .inner div:nth-child(1){
        top: 94px;
    }
    header .inner div h1{
        width: 200px;
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 1000;
    }
}
.banner{
    display: flex;
    align-items: center;
    width: 360px;
    height: 76px;
    padding: 10px 13px;
    box-shadow: 1px 2px 5px #999;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.banner img{
    width: 140px;
    object-fit: contain;
    margin: 0 20px 0 0;
}
.banner p{
    width: fit-content;
    font-size: 11px;
    letter-spacing: 1em;
    color: #FFF;
}
.banner::before{
    display: block;
    content: "";
    width: 20px;
    height: 76px;
    background: #D4D4D4;
    position: absolute;
    top: 0;
    right: 0;
}
.banner::after{
    display: block;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #26B6D8;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .banner{
        width: 333px;
        bottom: 15%;
    }
    .banner p {
        letter-spacing: 0.6em;
    }
}
.tellink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 310px;
    height: 95px;
    background: #FFF;
    position: fixed;
    bottom: 20px;
    padding: 0 20px 0 0;
    right: 0;
    z-index: 2;
    box-shadow: 0px 0px 14px -10px #c57a55;
}
.tellink::before{
    display: block;
    content: "";
    width: 95px;
    height: 95px;
    background: var(--main-color);
}
.tellink::after{
    display: block;
    content: "";
    width: 60px;
    height: 32px;
    background: center / contain no-repeat url("../img/icon_tel.svg");
    position: absolute;
    top: 30px;
    left: 12px;
}
.tellink p{
    width: calc( 100% - 110px );
    font-size: 12px;
    line-height: 1;
}
.tellink p span{
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: var(--main-color);
    margin: 8px 0 0;
}
.tellink p span.mobile{
    font-size: 10px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .tellink{
        bottom: 10px;
    }
}
/**/
.openbtn1{
    display: none;
}
@media screen and (max-width: 768px) {
    nav{
        width: 100%;
        max-width: 100%;
        height: 100vh;
        background: rgba(255,255,255,0.90);
        position: fixed;
        top: -100vh;
        z-index: 100;
        transition: 1s;
    }
    .pcNav nav{
        top: 0;
    }
    nav ul{
        width: 90%;
        padding: 100px 0 0;
        margin: 0 auto;
    }
    nav ul li{
        padding: 20px 0;
        border-bottom: solid 1px var(--main-color);
    }
    /*========= ボタンのためのCSS ===============*/
    .openbtn1{
        display: block;
        cursor: pointer;
        width: 85px;
        height: 85px;
        background: var(--main-color);
        border-radius: 0 0 0 15px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
    }
    .openbtn1 span{
        display: block;
        transition: all .4s;
        position: relative;
        top: 33px;
        width: 50px;
        height: 2px;
        background: #FFF;
        margin: 0 auto;
    }
    .openbtn1 span:nth-of-type(2) { top: 46px;}
    .openbtn1.active span:nth-of-type(1) {
        top: 34px;
        transform: translateY(6px) rotate(-30deg);
    }
    .openbtn1.active span:nth-of-type(2){
        top: 44px;
        transform: translateY(-6px) rotate(30deg);
    }
}
/*==================================================================================================*/
/*first*/
.message{
    padding: 40px 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 20px #5656;
}
.message div{
    width: fit-content;
}
.message div p{
    text-align: left;
}
.message div p:nth-child(3){
    font-size: 20px;
    line-height: 1;
    margin: 10px 0 0;
}
.message div p span{
    display: block;
    font-size: 10px;
    margin: -8px 0 0;
}
.message div + p{
    width: calc( 100% - 200px );
}
.message div + p span{
    color: var(--main-color);
}
#first {
    padding: 100px 0 0 ;
    margin: 0 0 20px;
}
#first h2{
    font-size: 35px;
    margin: 0 0 30px;
}
#first p{
    line-height: 3;
}
.first::before{
    display: block;
    content: "";
    width: 30%;
    height: 46px;
    background: #F6F3F5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.first::after{
    display: block;
    content: "";
    width: 1366px;
    height: 550px;
    background: bottom / contain no-repeat url("../img/first_bg.png");
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .message{
        justify-content: center;
        padding: 30px 20px;
    }
    .message div{
        margin: 0 0 20px;
    }
    .message div + p{
        width: 100%;
    }
    #first {
        padding: 60px 0 0 ;
    }
    #first p{
        line-height: 2.4;
    }
    .first::before{
        display: none;
    }
    .first::after{
        width: 890px;
        height: 320px;
        bottom: -100px;
        left: auto;
        right: -30px;
        transform: none;
    }
}
@media screen and (max-width: 428px) {
    .first::after{
        width: 740px;
    }
}
/*==================================================================================================*/
/*point*/
#point{
    background: #F6F3F5;
}
#point .inner{
    align-items: inherit;
}
#point .inner .title span{
    margin: 20px 0 0 0;
}
#point .box{
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 20px #5656;
}
#point .box h3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.6;
    color: var(--main-color);
    margin: 0 0 20px;
}
#point .box h3 + p{
    font-size: 14px;
    line-height: 2.4;
    margin: 0 0 20px;
}
#point .box h4{
    font-size: 16px;
    line-height: 1.4;
    color: var(--main-color);
    margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
    #point .box{
        padding: 30px 20px;
    }
}
/*==================================================================================================*/
/*menu*/
#menu .inner{
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 0 20px #5656;
    overflow: hidden;
}
#menu .inner div{
    width: 341px;
    padding: 40px 25px 20px 55px;
}
#menu .inner div + img{
    width: calc( 100% - 341px );
    max-width: 686px;
}
#menu .title{
    margin: 0 auto 10px;
}
#menu p:nth-child(2){
    font-size: 13px;
    line-height: 1.6;
}
#menu p:nth-child(3){
    font-size: 11px;
    letter-spacing: 0.04em;
    margin: 0 0 15px;
}
#menu p:nth-child(4){
    font-size: 16px;
    text-align: right;
    color: red;
}
@media screen and (max-width: 768px) {
    #menu{
        padding: 50px 0;
    }
    #menu .inner{
        border-radius: 30px;
    }
    #menu .inner div{
        width: 100%;
        padding: 30px 20px;
    }
    #menu .inner div + img{
        width: 100%;
        height: 200px;
    }
}
/*==================================================================================================*/
/*about*/
#about{
    padding: 0;
    margin: 0 0 60px;
}
#about .inner .imageBox{
    width: 57%;
    max-width: 656px;
    height: 500px;
    position: relative;
    top: 0;
    left: -80px;
}
#about .inner div{
    width: 48%;
    max-width: 500px;
    position: relative;
    z-index: 1;
}
#about .title{
    margin: 0 auto 5px;
}
#about p{
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 15px;
}
#about p:nth-child(3){
    font-size: 11px;
    margin: 0 0 30px;
}
#about img{
    width: 49%;
}
@media screen and (max-width: 768px) {
    #about .inner .imageBox{
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
        position: relative;
        left: 0;
    }
    #about .inner div{
        width: 100%;
        max-width: 100%;
    }
    #about .title{
        margin: 0 auto 15px;
    }
}
/*==================================================================================================*/
/*footer*/
footer{
    background: var(--main-color);
}
footer .inner{
    padding: 50px 0;
}
footer img{
    width: 235px;
}
small{
    display: block;
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    background: #333333;
}
@media screen and (max-width: 768px) {
}