@charset "UTF-8";
*{
    font-family: "Noto Sans JP", sans-serif;
}
html{
    font-size: 10px;
    font-weight: 500;
    color: #000;
}
body{
    
}
.main{
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.bg{
    position: relative;
    background: #DDCCA9;
    background: linear-gradient(166deg, rgba(221, 204, 169, 1) 0%, rgba(245, 242, 233, 1) 45%, rgba(223, 242, 252, 1) 100%);
}
.outer{
    width: 104rem;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.inner{
    width: 87rem;
    max-width: 87rem;
    margin: 0 auto;
}
.u-mobile{
    display: none;
}
.u-desktop{
    display: block;
}
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
@media screen and (max-width: 1140px) {
    body{
        
    }
    .outer{
        width: calc(100% - 5rem);
    }
    .inner{
        width: calc(100% - 5rem);
    }
}
@media screen and (max-width: 767px) {
    html{
        /*font-size: calc((10 / 375) * 100vw);*/
    }
    body{
        
    }
    .bg{
        
    }
    .outer{
        width: calc(100% - 3rem);
    }
    .inner{
        width: calc(100% - 3rem);
    }
    .u-mobile{
        display: block;
    }
    .u-desktop{
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .outer{
        width: calc(100% - 2rem);
    }
    .inner{
        width: calc(100% - 2rem);
    }
}



.header{
    width: 100%;
    height: 7.8rem;
    background-color: #fff;
}
.header__inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header__logo{
    width: 37rem;
}
@media screen and (max-width: 1140px) {
    .header__logo{
        width: 30rem;
    }
}
@media screen and (max-width: 767px) {
    .header{
        height: 3.8rem;
    }
    .header__inner{
        width: calc(100% - 2rem);
    }
    .header__logo{
        width: 13.5rem;
        top: 1rem;
        left: -0.5rem;
    }
}


.footer{
    background-color: #99c2c7;
    padding: 7rem 0;
}
.footer__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
}
.footer__logo{
    width: 34rem;
}
.footer__company{
    font-size: 1.7rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #323232;
    margin-bottom: 1.5rem;
}
.footer__contact{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.footer__contact a{
    font-size: 1.7rem;
    letter-spacing: 0.06em;
    color: #323232;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.footer__contact img{
    width: 3rem;
}
@media screen and (max-width: 1140px) {
    .footer__inner{
        flex-direction: column;
    }
    .footer__company{
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .footer{
        padding: 3.5rem 0;
    }
    .footer__inner{
        width: calc(100% - 6rem);
        flex-direction: column;
        align-items: unset;
        gap: 2.3rem;
    }
    .footer__logo{
        width: 20rem;
    }
    .footer__company{
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 1.2rem;
    }
    .footer__contact{
        flex-direction: column;
        align-items: unset;
    }
    .footer__contact a{
        font-size: 1.3rem;
        gap: 0.8rem;
    }
    .footer__contact img{
        width: 1.8rem;
    }
}


.sec__ttl{
    width: fit-content;
    margin: 0 auto 6rem;
}
.sec__ttl h2{
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid;
}
@media screen and (max-width: 1140px) {
    .sec__ttl h2{
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 767px) {
    .sec__ttl{
        margin-bottom: 3rem;
    }
    .sec__ttl h2{
        font-size: 1.8rem;
        padding-bottom: 0.75rem;
    }
}


.kv{
    position: relative;
    z-index: 2;
}
.kv__img{
    max-width: 144rem;
    margin: 0 auto;
}

.bg__smoke01{
    width: 217rem;
    position: absolute;
    top: -44rem;
    left: 50%;
    translate: -50% 0;
}

.bg__smoke02{
    width: 217rem;
    position: absolute;
    top: 37rem;
    left: 50%;
    translate: -50% 0;
}

.lead{
    padding-top: 8rem;
    position: relative;
    z-index: 3;
}
.lead__inner{
    position: relative;
    z-index: 5;
}
.lead__catch{
    font-family: "Noto Serif JP", serif;
    font-size: 5rem;
    line-height: 1.56;
    letter-spacing: 0.24em;
    text-align: center;
    color: #dc873c;
    margin-bottom: 8rem;
}
.lead__desc{
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 2.2;
    letter-spacing: 0.04em;
    text-align: center;
    color: #606060;
    font-feature-settings: 'palt';
}
.lead__desc .ub{
    font-family: "Noto Serif JP", serif;
    color: #dc873c;
    text-decoration: underline;
    text-underline-offset: 0.6rem;
}
.about{
    padding-top: 20rem;
    position: relative;
    z-index: 5;
}
.about__inner{
    max-width: 75rem;
}
.about__detail,
.about__smoking{
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    /*margin-bottom: 4.8rem;*/
}
.about__smoking{
    gap: 0;
    width: fit-content;
    margin: 0 auto;
}
.about__detail > div,
.about__smoking > div{
    display: flex;
}
.about__detail dt,
.about__smoking dt{
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 0.2em;
    font-weight: 300;
    flex-shrink: 0;
}
.about__detail dt{
    width: 12rem;
}
.about__smoking dt{
    text-align: right;
    width: 6em;
}
.about__detail dd,
.about__smoking dd{
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 0.2em;
    font-weight: 300;
}
.about__map{
    margin: 0 auto 4.8rem;
}

.ad{
    padding-top: 18rem;
}
.ad__inner{
    background-color: #99c2c7;
    padding: 8rem 6rem;
}
.ad__ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding-bottom: 5rem;
    margin-bottom: 6rem;
    position: relative;
}
.ad__ttl::after{
    content: "";
    width: 27rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}
.ad__ttl p{
    font-size: 3rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.ad__ttl h2{
    width: 62.5rem;
    max-width: 100%;
}
.ad__h3{
    font-size: 3rem;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #60a0a8;
    height: 7rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7rem 0 4rem;
}
.ad__detail{
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.ad__detail dt{
    font-size: 3.2rem;
    line-height: 2;
    font-weight: 400;
}
.ad__detail dt::before{
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;    
    display: inline-block;
    margin-right: 1.5rem;
}
.ad__detail dd{
    margin-left: 2rem;
}
.ad__detail dd ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ad__detail dd p{
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 1em;
    text-indent: -1em;
}
.ad__detail dd .note{
    font-size: 2.4rem;
    margin-left: 2.8rem;
}
.ad__detail dd a{
    color: #0095ff;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}
.ad__detail.fs dd ul{
    gap: 0.5rem;
}
.ad__detail.fs dd p{
    font-size: 2.3rem;
}
.ad__detail.fs dd .note{
    font-size: 2.0rem;
    margin-left: 2.3rem;
}
.ad__detail .plan{
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    width: fit-content;
    margin: 0 auto;
}
.ad__detail .plan > li{
    display: flex;
    align-items: center;
}
.ad__detail .plan p{
    padding-left: 0;
    text-indent: 0;    
}
.ad__detail .plan > li > p{
    letter-spacing: 0.1em;
    text-align: right;
    width: 7.7em;
    margin-right: 3rem;
}
.ad__detail .plan__info{
    padding-left: 3rem;
    border-left: 0.1rem solid;
}
.ad__detail .plan__desc{
    font-size: 2.4rem;
    line-height: 1.28;
    letter-spacing: 0.14em;
    font-weight: 300;
    margin-bottom: 1rem;
}
.ad__detail .plan__time{
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.14em;
    font-weight: 300;   
}
.ad__detail .plan__time .num{
    font-family: "din-2014", sans-serif;
    font-size: 3.3rem;
    font-weight: 400;
}
.ad__detail .plan__price{
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.14em;
    font-weight: 300;
}
.ad__detail .plan__price .num{
    font-family: "din-2014", sans-serif;
    font-size: 3.3rem;
    font-weight: 600;
}
.ad__detail .plan__note{
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 300;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1rem;
}
.contact{
    padding: 8rem 0;
}
.contact__ttl{
    margin-bottom: 3.5rem;
}
.contact__mail{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2.8rem;
    width: fit-content;
    margin: 0 auto;
}
.contact__mail img{
    width: 3rem;
}
.contact__mail p{
    font-size: 2.7rem;
    letter-spacing: 0.06em;
    color: #323232;
}
@media screen and (max-width: 1140px) {
    .lead__catch{
        font-size: 4rem;
    }
    .lead__desc{
        font-size: 2.6rem;
    }
    .ad__inner{
        padding: 8rem 4rem;
    }
    .about__detail dt,
    .about__smoking dt{
        font-size: 2.6rem;
    }
    .about__detail dt{
        width: 10rem;
    }
    .about__detail dd,
    .about__smoking dd{
        font-size: 2.6rem;
    }
    .ad__ttl{
        gap: 2.4rem;
    }
    .ad__ttl p{
        font-size: 2.4rem;
    }
    .ad__ttl h2{
        width: 50rem;
    }
    .ad__h3{
        font-size: 2.4rem;
    }
    .ad__detail dt{
        font-size: 2.6rem;
    }
    .ad__detail dt::before{
        width: 2rem;
        height: 2rem;
    }
    .ad__detail dd p{
        font-size: 2.3rem;
    }
    .ad__detail dd .note{
        font-size: 2rem;
    }
    .ad__detail.fs dd p{
        font-size: 2rem;
    }
    .ad__detail.fs dd .note{
        font-size: 1.6rem;
    }
    .ad__detail .plan{
        margin-left: 0;
    }
    .ad__detail .plan__desc{
        font-size: 2rem;
    }
    .ad__detail .plan__time{
        font-size: 2rem;  
    }
    .ad__detail .plan__time .num{
        font-size: 2.7rem;
    }
    .ad__detail .plan__price{
        font-size: 2rem;
    }
    .ad__detail .plan__price .num{
        font-size: 2.7rem;
    }
    .ad__detail .plan__note{
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .kv{
        
    }
    .bg__smoke01{
        width: 76rem;
        top: -15rem;
    }
    .bg__smoke02{
        width: 76rem;
        top: 45rem;
    }
    .lead{
        padding-top: 4rem;
    }
    .lead__catch{
        font-size: 2.5rem;
        margin-bottom: 4rem;
    }
    .lead__desc{
        font-size: 1.6rem;
        text-align: left;
    }
    .about{
        padding-top: 10rem;
    }
    .about__inner{
        max-width: 100%;
    }
    .about__detail,
    .about__smoking{
        gap: 1.2rem;
        /*margin-bottom: 2.4rem;*/
    }
    .about__detail dt,
    .about__smoking dt{
        font-size: 1.6rem;
        line-height: 1.75;
        flex-shrink: 0;
    }
    .about__detail dt{
        width: 6rem;
    }
    .about__smoking dt{
        width: 6em;
    }
    .about__detail dd,
    .about__smoking dd{
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .about__map{
        margin-bottom: 2.4rem;
    }
    .ad{
        padding-top: 9rem;
    }
    .ad__inner{
        padding: 4rem 2rem;
    }
    .ad__ttl{
        gap: 1.5rem;
        padding-bottom: 2.5rem;
        margin-bottom: 3rem;
    }
    .ad__ttl::after{
        width: 13.5rem;
    }
    .ad__ttl p{
        font-size: 1.5rem;
    }
    .ad__ttl h2{
        width: 31rem;
    }
    .ad__h3{
        font-size: 1.6rem;
        height: 3.5rem;
        margin: 3.5rem 0 2rem;
    }
    .ad__detail{
        gap: 2.3rem;
    }
    .ad__detail dt{
        font-size: 1.7rem;
    }
    .ad__detail dt::before{
        content: "";
        width: 1.3rem;
        height: 1.3rem;
        margin-right: 0.8rem;
    }
    .ad__detail dd{
        margin-left: 0rem;
    }
    .ad__detail dd ul{
        gap: 0.5rem;
    }
    .ad__detail dd p{
        font-size: 1.5rem;
    }
    .ad__detail dd .note{
        font-size: 1.3rem;
        margin-left: 1.5rem;
    }
    .ad__detail.fs dd ul{
        gap: 0.5rem;
    }
    .ad__detail.fs dd p{
        font-size: 1.5rem;
    }
    .ad__detail.fs dd .note{
        font-size: 1.3rem;
        margin-left: 1.5rem;
    }
    .ad__detail .plan{
        gap: 3rem;
        width: 100%;
    }
    .ad__detail .plan > li{
        flex-direction: column;
        align-items: unset;
    }
    .ad__detail .plan > li > p{
        font-size: 1.6rem;
        text-align: left;
        width: unset;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .ad__detail .plan__info{
        padding-left: 1.5rem;
        margin-left: 0.5rem;
    }
    .ad__detail .plan__desc{
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    .ad__detail .plan__time{
        font-size: 1.4rem;
    }
    .ad__detail .plan__time .num{
        font-size: 2rem;
    }
    .ad__detail .plan__price{
        font-size: 1.4rem;
    }
    .ad__detail .plan__price .num{
        font-size: 2rem;
    }
    .ad__detail .plan__note{
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .contact{
        padding: 4rem 0;
    }
    .contact__ttl{
        margin-bottom: 1.8rem;
    }
    .contact__mail{
        gap: 1.4rem;
    }
    .contact__mail img{
        width: 2rem;
    }
    .contact__mail p{
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 374px) {
    .ad__inner{
        padding: 3rem 1rem;
    }
}

