@charset "utf-8";

/* レイアウト*/
body{
    font-family: "Noto Serif JP", serif;
	color: #8C6F5B;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    height: 100%;
}
@media screen and (max-width: 450px) {
    body{
        font-size: 0.8rem;
	}
}
*{box-sizing: border-box;}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
    outline: none;
}
a:hover{
    opacity: 0.7;
}
img{
    width: 100%;
    height: auto;
}
/* font */
.noto-sans{
    font-family: "Noto Sans JP", sans-serif;
}
.open-sans{
    font-family: "Open Sans", sans-serif;
}
.cookie{
    font-family: "Cookie", cursive;
}
.black{
    font-weight: 900;
}
.bold{
    font-weight: 700;
}
.normal{
    font-weight: 400;
}
.font-small80{
    font-size: 80%;
}
.font-big120{
    font-size: 120%;
}
.font-big140{
    font-size: 140%;
}
.pink{
    color: #D8797F;
}
.white{
    color: #F7F3ED;
}
.marker{
    background:linear-gradient(transparent 60%, #EABDBC 60%);
}
.strikethrough{
    text-decoration: line-through; 
}
.dots{
    
}
/* top-bg */
#fixed-bg{
    width: 100%;
    height: 100vh;
    background: url("../images/site_bg.jpg");
    background-size: cover;
    background-position: center center;
    position: fixed;
}
/* left-area */
.logo{
    position:fixed;
    width: 180px;
    bottom: 30px;
    left: calc(50% - 620px);
    top: 30px;
}
/* right-area */
.cv{
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.3;
}
.pc-layout .cv{
    position: fixed;
    right: calc(50% - 660px);
    top: 480px;
}
.regular{
    margin-left: 1rem;
}
.limited,
.off{
    text-align: center;
    width: 250px;
    margin: 0 auto;
}
.off{
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.off span{
    margin:0 .5rem;
}
.underline{
    position: absolute;
    bottom: -.4rem;
    width: 85%;
    left: 1.5rem;
}
.arrow{
    width: 57px;
    height: 32px;
}
.price{
    margin-bottom: 1rem;;
}
.change{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.discount{
    font-size: 2.5rem;
}
.btn{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    line-height: 1.3;
    margin: 0 auto;
}
.btn a{
    width: 250px;
    height: 70px;
    color: #F7F3ED;
    border: 1px solid #F7F3ED;
    background-color: #D8A7A0;
    border-radius: 50px;
    padding: 8px 5px;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn a:hover{
    color: #D8A7A0;
    border: 1px solid #D8A7A0;
    background-color: #F7F3ED;
    opacity: 1;
}
.sp-layout .cv{
    display: none;
}
.hidden {
  display: none;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
    #fixed-bg{
        background-position: -100px;
    }
    .pc-layout{
        display: none;
    }
    .sp-layout .cv{
        position: fixed;
        width: 100%;
        background-color: #EFE7DE;
        max-width: inherit;
        bottom: 0;
        z-index: 3;
    }
    .sp-layout .off{
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .sp-layout .price{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-bottom: .5rem;
    }
    .sp-layout .btn a{
        width: 100%;
        max-width: 400px;
        height: 50px;
        margin:0 auto 20px;
    }
}
@media screen and (max-width: 540px) {
    .discount{
        font-size: 2rem;
    }
    .off{
        font-size: 1.3rem;
    }
    .underline{
        width: 75%;
        left: 1.8rem;
    }
    .arrow{
        width: 48px;
        height: 25px;
    }
    .sp-layout .btn a{
        max-width: inherit;
        margin-bottom: 0;
        border-radius: 0;
        height: 45px;
    }
}
/* common */
#wrapper{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
section{
    padding: 60px;
}
h2{
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}
h3{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #wrapper{
        max-width: inherit;
    }
    section{
        padding: 60px 30px;
    }
}
@media screen and (max-width: 450px) {
    section{
        padding: 40px 20px;
    }
    h2{
        font-size: 1.5rem;
    }
}
/* mv */
#mv{
    width: 100%;
    padding: 0;
}
h1{
    margin: 0 auto 30px;
    text-align: center;
}
h1 img{
    width: 300px;
}
/* cv-area */
.cv-area{
    background: url("../images/cv-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 10px;
    margin-top: -5px;
}
.cv-area .cv{
    max-width: 450px;
}
.cv-area .limited{
    text-align: left;
}
.cv-area .off{
    text-align: right;
}
.cv-area .underline{
    left: 50px;
}
.cv-area .price{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.btn02 a{
    height: 60px;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 540px) {
    .cv-area .off{
        text-align: center;
    }
    .cv-area .underline{
        left: 30px;
    }
}
/* problem */
#problem{
    padding: 0;
}
.trouble{
    background-color: #DDD5CD;
    padding: 60px 30px 0;
    position: relative;
}
.trouble::after{
    content: '';
    display: block;
    background-color: #DDD5CD;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.trouble h2{
    border-top: 1px dashed #8C6F5B;
    border-bottom: 1px dashed #8C6F5B; 
    padding: 1rem 0;
    width: 65%;
    margin:0 auto 30px;
    text-shadow: 5px 5px 10px #F7F3ED;
    letter-spacing: .05em;
}
.check-list_sp{
    display: none;
}
.woman{
    display: block;
    width: 200px;
    margin: 0 auto;
}
.smile{
    background-color: #F7F3ED;
    padding: 150px 30px 60px;
    text-align: center;
}
.text{
    display: block;
    margin: 0 auto;
}
.smile p,
.smile .text{
    margin-bottom: 20px;
}
.smile .text01{
    width: 75%;
}
.smile .text02{
    width: 65%;
}
@media screen and (max-width: 767px) {
    .trouble h2{
        width: 85%;
    }
}
@media screen and (max-width: 600px) {
    .trouble h2{
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    .trouble h2{
        width: 80%;
    }
    .check-list{
        display: none;
    }
    .check-list_sp{
        display: block;
        width: 100%;
        max-width: 400px;
        margin:0 auto 30px;
    }
    .woman{
        width: 160px;
    }
    .smile .text01{
        width: 100%;
    }
    .smile .text02{
        width: 85%;
    }
    .marker{
        font-size: 120%;
    }
}
@media screen and (max-width: 390px) {
    .smile{
        padding: 150px 20px 60px;
    }
}
/* about*/
#about{
    background: url("../images/about-bg.jpg");
    background-size: cover;
}
#about h2{
    text-shadow: 2px 2px 0 #FFF;
}
.about-box{
    background-color: rgba(247,243,237,0.9);
    padding: 30px 50px;
}
.box-text p{
    margin-bottom: 20px;
}
video{
    display: block;
    width: 80%;
    margin: 40px auto 0;
}
@media screen and (max-width: 540px) {
    video{
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .about-box{
        padding: 30px;
    }
}
/* point*/
#point{
    background: url("../images/point_bg.jpg");
    background-size: cover;
    padding: 60px 50px 60px 60px;
}
#point h2{
    text-shadow: 0 3px 6px #CBB9AB;
    margin-bottom: 40px;
}
#point h2 img{
    width: 25px;
}
#point h2 span:last-of-type{
    margin: 0 0 0 .5rem;
}
#point ul{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 95%;
    margin:0 auto 40px;
}
#point ul li{
    background-color: #CBB9AB;
    padding: 30px 20px 30px 75px;
    position: relative;
}
#point ul li::after{
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #8C6F5B;
    position: absolute;
    top: -10px;
    left: -10px;
}
.point-triangle{
    line-height: 1;
    width: 115px;
    position: absolute;
    top: -12px;
    left: -8px;
    height: 0;
    border: solid;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #977B68;
    border-width: 120px 0px 0px 100px;
    transform: rotate( 90deg);
}
.point-number{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
}
.point-number :last-child{
    font-size: 2rem;
}
.point-box{
    max-width: 550px;
}
#point .text{
    width: 80%;
}
@media screen and (max-width: 600px) {
    #point{
        padding: 60px 20px 60px 30px;
    }
    #point .text{
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    #point h3{
        text-align: center;
    }
    #point ul li{
        padding: 30px 4rem;
    }
}
@media screen and (max-width: 400px) {
    #point ul li{
        padding: 30px 2rem;
    }
    .point-triangle{
        top: -2px;
        left: -17px;
        border-width: 100px 0px 0px 85px;
    }
}
/* merit */
#merit{
    background: url("../images/merit_bg.jpg");
    background-size: cover;
}
#merit h3{
    text-align: center;
    background-color: #B7A18F;
    padding: 10px;
    width: 90%;
    max-width: 450px;
    margin: 0 auto 30px;
    border-radius: 30px;
}
#merit img{
    display: block;
}
.merit-img{
    margin: 0 auto 50px;
}
.bfaf{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.bfaf img{
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 540px) {
    
}
@media screen and (max-width: 480px) {
    .bfaf img{
        width: 85%;
    }
}
/* flow */
#flow{
    background:url("../images/flow_bg.jpg");
    background-size: cover;
}
#flow ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 95%;
    max-width: 530px;
    margin: 0 auto;
}
#flow ul li{
    display: flex;
    align-items: center;
    background-color: #F7F3ED;
    border-radius: 30px;
    box-shadow: 3px 3px 6px 0 rgba(113,91,76,0.6);
    height: 135px;
}
.step{
    background-color: #B7A698;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 0 0 30px;
    padding: 30px 20px;
    width: 25%;
    height: 135px;
}
.step span{
    font-size: 2.5rem;
    margin-left: .2rem;
}
.step-detail{
    margin: 0 3rem;
}
.step-detail p:first-of-type{
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
    #flow ul li{
        height: 120px;
    }
    .step{
        width: 28%;
        height: 120px;
    }
    .step span{
        font-size: 2.2rem;
    }
    .step-detail{
        margin: 0 1rem 0 1.5rem;
    }
}
/* voice */
#voice{
    background: url("../images/voice_bg.jpg");
    background-size: cover;
}
#voice .text{
    width: 80%;
    margin-bottom: 100px;
}
#voice ul{
    display: flex;
    flex-direction: column;
    gap: 90px;
}
#voice ul li{
    background-color: #F7F3ED;
    padding: 30px 50px;
}
.user-date{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
.attribute{
    position: relative;
}
.attribute p{
    position: absolute;
    top: 45%;
    left: 1.5rem;
    transform: translateY(-50%);
}
.attribute p span{
    margin-left: 1rem;
}
.attribute img{
    width: 80%;
}
.woman-icon{
    background-color: #F7F3ED;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin-top: -90px;
}
.voice-comment{
    border-bottom: 2px dashed #8B6F5B;
    padding-bottom: 1rem;
    margin-bottom: 20px;
}
.comment-box p{
    margin-bottom: 20px;
}
.comment-box p:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .user-date{
        flex-direction: column-reverse;
        gap:20px;
    }
}
@media screen and (max-width: 480px) {
    #voice .text{
        width: 95%;
    }
    #voice ul li{
        padding: 30px 25px;
    }
    .woman-icon{
        width: 150px;
        height: 150px;
    }
}
/* faq */
#faq{
    background: url("../images/faq_bg.jpg");
    background-size: cover;
}
/*---アコーディオン---*/
.accordion-area dl{
    background-color: #E4DDD8;
    border: 1px solid #8C6F5B;
    margin-bottom: 20px;
}
.accordion-area dl:last-of-type{
    margin-bottom: 0;
}
.question{
    position: relative;
    display: flex;
    padding: 20px;
    font-size: 110%;
}
.question span:first-of-type{
    margin-right: 1rem;
}
.question span:last-of-type{
    width: 80%;
}
.question::before,
.question::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #8C6F5B;
    transition: all .2s;
}
.question::before{
    top: 2rem;
    right: 2rem;
    transform: rotate(0deg);
}
.question::after{
    top: 2rem;
    right: 2rem;
    transform: rotate(90deg);
}
.question.close::before{
	transform: rotate(180deg);
}
.question.close::after{
    display: none;
}
.answer{
    border-top: 1px solid #8C6F5B;
    display: none;
    align-items: center;
    gap: 1.5rem;
    background-color: #F7F3ED;
    padding: 20px;
}
.answer p{
    position: relative;
}
.answer p span{
    margin-right: .5rem;
}
.answer ol{
    margin: 10px 0 0 1.5rem;
}
@media screen and (max-width: 540px) {
    .question{
        padding: 1rem;
    }
    .question p{
        display: flex;
        align-items: flex-start;
    }
    .question::before{
        top: 1.6rem;
        right: 1rem;
    }
    .question::after{
        top: 1.6rem;
        right: 1rem;
    }
}
@media screen and (max-width: 450px) {
.question span:last-of-type{
        min-width: 100%;
    }
}
/* access */
#access{
    background: url("../images/access_bg.jpg");
    background-size: cover;
}
iframe{
    display: block;
    margin:0 auto 30px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.location{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.phone{
    color: #8C6F5B;
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}
.phone img{
    width: 27px;
    height: 27px
}
.opening-times h3{
    text-align: center;
}
.times-list{
    text-align: center;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
.times-list dt{
    background-color: #B7A18F;
    padding: 15px;
}
.times-list dd{
    background-color: #fff;
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .location{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
/* contact */
#contact{
    background: url("../images/contact_bg.jpg");
    background-size: cover;
    position: relative;
}
#contact ul{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    padding: 30px 30px 40px 20px;
    width: 90%;
    max-width: 520px;
    margin: 0 auto 50px;
    position: relative;
}
#contact ul::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #8C6F5B;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}
#contact ul li p{
    margin-bottom: 10px;
}
#contact .phone{
    font-size: 2rem;
    position: relative;
    z-index: 2;
}
#contact .phone img{
    width: 40px;
    height: 40px;
}
.qr-code{
    width: 200px;
    margin: 0 auto;
}
.staff{
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 250px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .qr-code{
        width: 180px;
    }
    #contact ul{
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 540px) {
    .staff{
        width: 220px;
    }
}
@media screen and (max-width: 480px) {
    #contact ul{
        padding:30px 20px 100px 10px;
    }
    #contact .phone{
        font-size: 1.6rem;
    }
    #contact .phone img{
        width: 30px;
        height: 30px;
    }
    .qr-code{
        width: 160px;
    }
    .staff{
        width: 200px;
        right: 10px;
    }
}
@media screen and (max-width: 400px) {
    .qr-code{
        width: 150px;
    }
    .staff{
        width: 175px;
    }
}
/* footer */
#footer{
    background-color: #8C6F5B;
    color: #F7F3ED;
    font-size: 90%;
    text-align: center;
    padding: 20px 40px;
    position: relative;
}
#page-top{
    position: absolute;
    top: 20px;
    /*top: 50%;
    transform: translateY( -50%);*/
    right: 20px;
}
#page-top a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #B7A18F;
    border: 1px solid #F7F3ED;
	width: 50px;
	height: 50px;
	text-align: center;
	transition:all 0.3s;
}
#page-top a img{
    width: 16px;
}
#page-top a .arrow-b{
    display: none;
}
#page-top a:hover{
	background-color: #F7F3ED;
    border: 1px solid #B7A18F;
}
#page-top a:hover .arrow-w{
    display: none;
}
#page-top a:hover .arrow-b{
    display: block;
}
.sns-list{
    display: flex;
    gap: 1rem;
}
.sns-list img{
    width: 30px;
}
.footer-box{
    margin-top: -30px;
}
.copyright{
    margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
    #footer{
        padding: 20px 40px 220px;
    }
}
@media screen and (max-width: 540px) {
    #footer{
        padding: 20px 30px 220px;
    }
}
@media screen and (max-width: 480px) {
    #footer{
        padding: 30px 30px 170px;
    }
    .footer-box{
        margin-top: 30px;
    }
}