@charset "UTF-8";
/*======================== 
common
========================*/
:root{
    --primary-white: #FDFDFD;
    --primary-black: #000000;
    --primary-beige: #F8F7F5;
    --primary-darkBeige: #999483;
    --primary-naturalBeige:#EAE8E4;
    --primary-pink: #D03E53;
    --contentWidth: 81.5%;
}

html{
    font-size: 62.5%;
}

body{
    font-family:
        'Noto Sans JP',
        Arial,
        sans-serif;
    font-style: normal;
    color: var(--primary-black);
    background-color: var(--primary-white);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    background: url(../img/background.jpg);
    background-attachment: fixed;
    background-size: contain;
}

img{
    max-width: 100%;
    height: auto;
}

span{
    color: var(--primary-black);
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.3em;
}

.yajirushi{
    width: 8px;
    margin: 0 0 6px 15px;
}

/* common pc */
@media screen and (min-width: 769px){
    span{
        font-size: 1.8rem;
        margin-top: -5px;
    }

    .yajirushi{
        margin: 0 0 10px 15px;
    }
}    

/* ==============================
header
============================== */
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    background-color: var(--primary-white);
    position: fixed;
    width: 100%;
    z-index: 100;
}

.header__topic,
.nav__topic{
    width: 89px;
    height: 26px;
    margin-left: 24px;
}

.nav_pc{
    display: none;
}

.header__btn{
    margin-right: 24px;
    margin-left: 17px;
    margin-bottom: 13px;
    width: 24px;
    height: 15px;
}

/* .nav初期表示 */
.nav{
    background-color: #f8f7f5e2;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header{
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.freedial{
    display: none;
}

.telbtn{
    width: 36px;
    height: 36px;
}

.telbtn:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.reservation{
    width: 83px;
    height: 36px;
    margin-left: 6px;
}

.reservation:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.nav__btn{
    margin-right: 26px;
    width: 20px;
}

.nav__list{
    margin:40px 0 0 32px;
}

.nav__home{
    width: 15px;
    height: 15px;
}

.nav__name{
    color: #999483;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-top: 45px;
}

.nav__item{
    font-size: 1.5rem;
    margin-top: 15px;
}

/* .nav.active表示 */
.nav.active{
    transform: translateX(0);
}

@media screen and (min-width: 1000px){

    .header__topic{
        width: 180px;
        margin-right: -50px;
    }

    .company__rogo{
        margin-top: -9px;
        width: 130px;
    }

    .header{
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .nav_pc{
        display: flex;
        font-size: 1.4rem;
        gap: 13px;
        justify-content: flex-end;
    }

    .nav_pc__item:hover{
        opacity: 0.8;
        transition: 0.3s;
        color: var(--primary-darkBeige);
    }
    
    .nav_pc__item img{
        width: 7px;
        margin:0 5px 8px;
    }

    .set{
        display: flex;
        align-items: center;
    }

    .freedial{
        display: flex;
        width: 190px;;
        height: 34px;
        margin-right:10px;
    }

    .telbtn{
        display: none;
    }

    .reservation{
        width: 140px;
        height: 56px;
        margin-right: 19px;
    }

    /* ハンバーガーメニュー */

    .header__btn{
        display: none;
    }

    .nav__topic{
        width: 180px;
        margin-top: -15px;
    }

    .nav__btn{
        width: 53px;
        height: 32px;
        margin-right: 40px;
        margin-top: 13px;
    }

    .nav__list{
        display: flex;
        margin-left: 70px;
        margin-top: 80px;
    }

    .nav__home{
        width: 22px;
        height: 22px;
        margin-top: 10px;
    }

    .nav__about{
        margin-left: 100px;
    }

    .nav__topics{
        margin-left: 100px;
    }

    .nav__menu{
        margin-left: 100px;
    }

    .nav__name{
        font-size: 1.8rem;
        margin-top: 0px;
    }

    .nav__item{
        font-size: 2rem;
    }

}


/* header pc */

@media screen and (min-width: 1250px){

    .company__rogo{
        margin-top: -10px;
    }

    .nav_pc{
        font-size: 1.6rem;
        gap: 49px;
    }
    
    .nav_pc__item img{
        width: 8px;
        margin:0 8px 8px;
    }

    .freedial{
        width: 234px;;
        height: 42px;
        margin-right:20px;
    }

    .reservation{
        width: 170px;
        height: 67px;
    }
}


/* ==============================
main
============================== */
.section__topic{
    font-size: 3rem;
    font-family: "Noto Serif JP";
    text-align: center;
    letter-spacing: 0.17em;
    padding-top: 125px;
    color: #D03E53;
}

.section__topic::after{
    content: url(../img/illust_camera.PNG);
    position: absolute;
    scale:  0.07;
    margin-left: -285px;
    margin-top: -370px;
}

.about__topic1{
    padding: 40px 10% 40px;
    font-family:  "Noto Serif JP";
    line-height: 3.5rem;
}

.about__txt1{
    font-size: 2rem;
}

.about__txt2{
    margin-top: 20px;
    line-height: 2;
}

.about__features{
    background-color: rgb(222, 218, 210, 0.5);
    padding: 40px 0 45px 0;
}

/* main_pc */
@media screen and (min-width: 769px){

    .section__topic{
        font-size: 4.8rem;
        padding-top: 200px;
    }
    
    .section__topic::after{
        scale: 0.13;
        margin-left: -286px;
        margin-top: -420px;
    }

    .about__topic1{
        padding: 60px 10% 60px;
        font-size: 1.8rem;
        line-height: 5rem;
    }

    .about__txt1{
        font-size: 3rem;
    }

    .about__txt{
        font-size: 1.8rem;
    }

    .about__mainvisual{
        margin-top: 50px;
    }
}


/* 特徴 */

.about__topic2{
    text-align: center;
    font-size: 1.4rem;
    font-family: "Noto Serif JP";
    margin-top: 10px;
    line-height: 1.2rem;
}

.about__topic2 span{
    font-size: 2.4rem;
    margin-top: 8px;
    letter-spacing: 0.1em;
}

.features__catch{
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    background-color:rgba(255, 255, 255, 0.5);
    padding: 16px 25px 16px 34px;
    width: 205px;
    margin-top: 55px;
    z-index: 50;
    position: relative;
}

.features__catch3{
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 16px 25px 16px 34px;
    width: 205px;
    margin-top: 55px;
    z-index: 50;
    position: relative;
}

.rightdiv{
    text-align: right;
}

.features__img{
    width: 80%;
    margin:0 auto;
    margin-top: -40px;
}

.features__txt{
    margin: 20px;
}

.studio__div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn__1{
    border-radius: 50px;
    background-color: var(--primary-darkBeige);
    color: var(--primary-white);
    padding: 12px 40px;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    transition: 0.4s;
    margin-top: -5px;
}

.btn__1:hover{
    opacity: 0.8;
    transition: 0.3s;
}

/* 特徴_pc */
@media screen and (min-width: 769px){
    .about__features{
        padding: 40px 100px 50px;
    }

    .about__topic2{
        font-size: 2.4rem;
        line-height: 3rem;
        margin: 30px 0 70px;
    }

    .about__topic2 span{
        font-size: 3.6rem;
    }

    .features__catch{
        font-size: 2.3rem;
        padding: 30px 15px 30px 50px;
        width: 320px;
        margin-top: 50px;
    }

    .features__catch3{
        font-size: 2.3rem;
        padding: 30px 15px 30px 50px;
        width: 320px;
        margin-top: 90px;
    }

    .features__img{
        margin-top: -70px;
    }

    .features__txt{
        font-size: 1.8rem;
        margin: 40px 0px;
    }

    .btn__1{
        border-radius: 50px;
        background-color: var(--primary-darkBeige);
        color: var(--primary-white);
        padding: 12px 45px;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 1.8rem;
        font-weight: 400;
        position: relative;
        transition: 0.4s;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1230px){
    .about__features{
        padding: 80px 240px 80px;
    }

    .about__topic2{
        font-size: 3.4rem;
    }

    .features__catch{
        font-size: 2.6rem;
        width: 360px;
        margin-top: 50px;
    }

    .features__catch3{
        font-size: 2.6rem;
        padding: 35px 20px 35px 60px;
        width: 360px;
        margin-top: 65px;
        margin-top: 110px;
    }
}


/* staff */

.about__topic3{
    font-size: 2.4rem;
    text-align: center;
    font-family: "Noto Serif JP";
    margin-top: 50px;
}

.staff__content{
    margin: 47px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 31px;
    justify-content: center;
}

.staff__img{
    width: 130px;
}

.staff__name{
    text-align: center;
    margin-top: 7px;
}

.staff__eg{
    text-align: center;
    font-size: 1rem;
    margin-top: -3px;
    color: var(--primary-darkBeige);
}

/* staff_pc */
@media screen and (min-width: 769px){
    .about__topic3{
        font-size: 3.6rem;
        margin-top: 100px;
    }

    .staff__content{
        margin: 70px 150px 100px 150px;
        gap: 50px 60px;
    }

    .staff__img{
        width: 200px;
        margin-top: 30px;
    }

    .staff__name{
        font-size: 1.8rem;
        margin-top: 15px;
    }

    .staff__eg{
        font-size: 1.5rem;
    }
}


/* 会社概要 */
.about__overview{
    background-color: rgb(222, 218, 210, 0.5);
    padding: 65px  30px 48px 30px;
}

.about__topic4::after{
    content: url(../img/illust__usuta.PNG);
    position: absolute;
    scale:  0.08;
    margin-left: -325px;
    margin-top: -310px;
}

.about__topic4{
    font-size: 2.4rem;
    text-align: center;
    font-family: "Noto Serif JP";
}

.overview__philosophy{
    background-color: var(--primary-white);
    border-radius: 50px;
    padding: 26px 20px 35px 20px;
    margin-top: 30px;
    text-align: center;
    font-family: "Noto Serif JP";
}

.philosophy__head{
    font-size: 1.5rem;
    display: inline-block;
    color: var(--primary-pink);
}

.philosophy__head::before{
    content: url(../img/deco2.PNG);
    position: absolute;
    scale:  0.05;
    margin-left: -400px;
    margin-top: -343px;
}

.philosophy__head::after{
    content: url(../img/deco1.PNG);
    position: absolute;
    scale:  0.05;
    margin-left: -600px;
    margin-top: -393px;
}

.philosophy__txt{
    margin-top: 20px;
    line-height: 2;
}

.overview__company{
    padding: 10px 31px;
    background-color: var(--primary-white);
    margin-top: 37px;
}

.company__item{
    display: flex;
    margin-top: 24px;
}

.company__about{
    color: var(--primary-darkBeige);
}

.company__txt1{
    margin-left: 36px;
}
.company__txt2{
    margin-left: 36px;
}
.company__txt3{
    margin-left: 36px;
}
.company__txt4{
    margin-left: 23px;
}
.company__txt5{
    margin-left: 50px;
}
.company__txt6{
    margin-left: 50px;
}
.company__txt7{
    margin-left: 36px;
}
.company__txt8{
    margin-left: 36px;
}
.company__txt9{
    margin-left: 36px;
    margin-bottom: 20px;
}

.companyline{
    display: none;
}

@media screen and (min-width: 560px){
    .mBr{
        display: none;
    }

    .overview__philosophy_div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .overview__philosophy{
        width: 460px;
    }

    .overview__company{
        margin: 30px 50px;
    }

}

/* 会社概要_pc */
@media screen and (min-width: 818px){
    .about__topic4{
        font-size: 3.6rem;
        margin-top: 80px;
    }

    .about__topic4::after{
        scale: 0.12;
        margin-left: -350px;
        margin-top: -330px;
    }

    .overview__philosophy{
        width: 600px;
        border-radius: 90px;
        padding: 50px 50px 70px;
        margin-top: 50px;
    }

    .philosophy__head{
        font-size: 3rem;
    }

    .philosophy__txt{
        font-size: 2.2rem;
        margin-top: 40px;
    }

    .philosophy__head::before{
        content: url(../img/deco2.PNG);
        position: absolute;
        scale:  0.09;
        margin-left: -310px;
        margin-top: -333px;
    }
    
    .philosophy__head::after{
        content: url(../img/deco1.PNG);
        position: absolute;
        scale:  0.09;
        margin-left: -690px;
        margin-top: -383px;
    }

    .overview__company_div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .overview__company{
        padding: 50px 80px;
        font-size: 1.8rem;
        margin-top: 70px;
        width: 658px;
    }

    .sp__br{
        display: none;
    }

    .company__item{
        display: flex;
        margin-top: 30px;
    }
    
    .company__txt1{
        margin-left: 78px;
    }
    .company__txt2{
        margin-left: 76px;
    }
    .company__txt3{
        margin-left: 78px;
    }
    .company__txt4{
        margin-left: 58px;
    }
    .company__txt5{
        margin-left: 94px;
    }
    .company__txt6{
        margin-left: 94px;
    }
    .company__txt7{
        margin-left: 36px;
    }
    .company__txt8{
        margin-left: 36px;
    }
    .company__txt9{
        margin-left: 74px;
        margin-bottom: 20px;
    }

}  

@media screen and (min-width: 1400px){
    .overview__company{
        display: flex;
        width: auto;
    }

    .company__last{
        margin-left: 50px;
    }

    .companyline{
        display: flex;
        height: 480px;
        margin-left: 50px;
    }
}

/* yoyaku */
.yoyaku{
    padding: 57px 53px 0;
}

.yoyaku_title{
    font-size: 1.8rem;
    letter-spacing: 0.17em;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Serif JP";
}

.yoyaku_ex{
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    margin-top: 33px;
}

.line_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toiawase_btn{
    margin-top: 39px;
    max-width: 400px;
}

.toiawase_btn:last-of-type{
    margin-top: 23px;
}

.tel_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tel_flex img{
    margin-top: 31px;
    max-width: 300px;
}

.usuta_fax{
    font-family: "Noto Sans JP";
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 18px;
}

.usuta_fax span{
    text-decoration: underline;
    letter-spacing: 0.1em;
}

/* yoyaku pc */
@media screen and (min-width: 769px){
.yoyaku{
    padding: 100px 10% 0;
}
    .yoyaku_title{
        font-size: 3rem;
        letter-spacing: 0.17em;
        text-align: center;
        line-height: 1.5;
    }

    .yoyaku_title br{
        display: none;
    }
    .yoyaku_ex{
        font-family: "Noto Sans JP";
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        margin-top: 33px;
    }
    .line_flex{
        flex-direction: row; /* 横並びに変更 */
        justify-content: center; /* 中央配置 */
        gap: 20px; /* ボタンの間隔 */
    }
    .toiawase_btn{
        margin-top:47px ;
    }
    .toiawase_btn:last-of-type{
        margin-top: 47px;
    }

    .tel_flex{
        /* flex-direction: row; 横並びに変更 */
        justify-content: center; /* 中央配置 */
        gap: 20px; /* ボタンの間隔 */
        display: flex;
    }
    .tel_flex img{
        margin-top: 50px;
        max-width: 400px;
    }
    .usuta_fax{
        font-family: "Noto Sans JP";
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        margin-top: 0px;
    }
}

/* othermenu */
.other_menu{
    font-family: "Noto Sans JP";
    background-color: var(--primary-white);
    margin: 32px 18px;
    font-size: 14px;
    letter-spacing: 0.12em;
    grid-template-columns: repeat(2,auto);
    display: grid;
    padding: 20px 0px 30px 5px;
}

.other_menu img{
    width: 8px;
    margin:0 5px 7px 10px;
}

.other_menu a{
    margin-top: 10px;
}

.other_menu :hover{
    color: var(--primary-darkBeige);
    transition: 0.3s;
    opacity: 0.8;
}

/* othermenu pc */
@media screen and (min-width: 769px){
    .other_menu{
        font-family: "Noto Sans JP";
        background-color: var(--primary-white);
        margin: 50px 100px;
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        grid-template-columns: repeat(3,auto);
        display: grid;
        padding: 0px 0px 34px 34px;
    }
    .other_menu img{
        width: 8px;
        margin:0 5px 10px 10px;
    }
    .other_menu a{
        margin-top: 33px;
    }
}

@media screen and (min-width: 1250px){
    .other_menu{
        margin: 94px 200px;
        font-size: 1.8rem;
        padding: 27px 100px 50px;
    }

    .other_menu a{
        margin-top: 33px;
    }
}

/* footer */
.footer{
    font-size: 1rem;
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary-white);
}

.footer__group{
    display: flex;
    gap: 15px;
}

.footer__item{
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

.copy{
    margin-top: 25px;
}

/* footer_pc */
@media screen and (min-width: 769px){

    .footer{
        padding: 60px 77px;
        margin-top: 0px;
    }

    .footer__group{
        gap: 25px;
    }

    .footer__item{
        width: 35px;
    }

    .footer__item:last-of-type{
        margin-top: 24px;
    }

    .copy{
        font-size: 1.6rem;
        margin-top: 55px;
        white-space: nowrap;
    }
}