@charset "utf-8";

/* ==========================
common
==============================*/

:root{
    --primary-beige:#FAF9F4 ;
    --primary-ocher:#999483;
    --primary-black:#000000;
    --primary-whitelow:#f0f0f0 70%;
    --primary-white:#ffffff;
    --primary-gray:#707070;
    --primary-darkBeige: #999483;
}

html{
    font-size: 62.5%;
    background: url(../img/back03.jpg);
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-attachment: fixed;
    background-size: contain;
}

body{
    font-family:
         "Noto Serif JP", serif,
         "Noto Sans JP", sans-serif;
    font-style: normal; 
    color: black;
    line-height: 1.5;
}

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

/* ==============================
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;
    font-family: "Noto Sans JP";
}

.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;
        letter-spacing: 0.1em;
    }

    .nav_pc__item img{
        width: 7px;
        margin:0 5px 6px 0px;
    }

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

    .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;
    }

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

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

/* ===========================================================================
main
==============================================================================*/
.ryoukin{
    padding-top: 88px;
}

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

.ryoukin_title{
    font-size:2.4rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.24em;
    color: #D03E53;
}

.ryoukin_title span{
    font-size: 1.2rem;
    color: var(--primary-black);
}

.ryoukin_Caption{
    margin-top: 33px;
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    letter-spacing: 0.12em;
}

.ryoukin_Caption span{
    font-size: 1.6rem;
    text-decoration: underline;
    text-decoration-color: var(--primary-ocher);
    font-weight: 500;
}

.shooting_fee{
    background-color: var(--primary-white);
    padding: 40px 30px;
    border-radius: 20px;
    margin: 38px 22px 0;
}

.fee_title{
    font-size: 2.4rem;
    letter-spacing: 0.17em;
    text-align: center;
}

.fee_name{
    font-size: 1.8rem;
    letter-spacing: 0.17em;
    margin-top: 49px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: var(--primary-ocher);
}
.fee_name2{
    font-size: 1.8rem;
    letter-spacing: 0.17em;
    margin-top: 49px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: var(--primary-ocher);
}

.fee_name2::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color:gray;
    display: block;
    margin: 50px 0 34px;
}

.line_tate{
    display: none;
}

.fee_price{
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    text-align: center;
    font-weight: 600;
    margin-top:19px;
}

.fee_price span{
    font-size: 1.8rem;
}

.fee_img{
    display: flex;
    align-items: center;
    gap: 4%;
}

.fee_img img{
    width: calc(90%/3 );
    margin-top: 27px;
}

.shooting_example {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 2;
    background-color:#EFEEEC ;
    width: 100%;
    margin: 28px auto;
    padding: 12px 25px ;
}

.fee_other{
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    letter-spacing: 0.12em;
}

.plus{
    width: 19%;
    margin: -20px auto 0;
}


@media screen and (max-width: 768px){
    .goods_fee{
        background-color: var(--primary-white);
        padding: 60px 24px 53px;
        border-radius: 20px;
        margin: -20px 22px 0;
    }
    
    
    .goods_title{
        font-size: 1.8rem;
        letter-spacing: 0.17em;
        margin-top: 53px;
    }
    
    .goods_title span{
        font-size: 1.4rem;
    }
    
    .goods_title::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #999483;
    margin-right: 8px;
    }
    
    .title_ex{
        font-size:1.4rem ;
        letter-spacing: 0.16em;
        line-height: 1.5;
        margin-top: 7px;
    }

    .title_ex2{
        font-size:1.4rem ;
        letter-spacing: 0.16em;
        line-height: 1.5;
        margin-top: 7px;
    }
    
    .goods_img{
        border-radius: 24px;
        margin-top: 18px;
    }
    
    .goods_content{
        margin-top:28px;
    }
    
    .goods_div{
        margin-bottom: 80px;
    }

    .goods_div_in{
        display: flex;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing:0.12em ;
        font-family: "Noto Sans JP";
        justify-content: space-between;
        margin-top: 22px;
    }
    
    .goods_div_in .kind{
        font-family: "Noto Serif JP";
    }
    
    .goods_div_in .kind__2{
        margin-top: 10px;
    }
    
    .goods_other{
        font-size: 1.4rem;
        font-family: "Noto Sans JP";
        letter-spacing:0.12em ;
        line-height: 2;
        margin-top: 34px;
    }
    
    .goods_other:last-of-type{
        margin-top: 19px;
    }
    
    .kind{
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
    }
    
    .story_txt{
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
        margin-top: 17px;
        font-family: "Noto Sans JP";
    }
    
    .color{
        margin-top: 7px;
    }
    
    .case{
        margin-top: 37px;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
    }
}


/* aijo ===========================================================*/

.topics__background1{
    background-color:rgb(222, 218, 210, 0.3);
    padding: 25px 0 60px 0;
    margin-top: 70px;
}

.aijo__background{
    background-image: url(../img/aijopink_sp.jpg);
    padding: 27px 22px 35px;
    margin-top: 29px;
}

.aijo__coment{
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    letter-spacing:0.17em ;
}

.section__aijo{
    font-size: 2.4rem;
    font-family: "Noto Serif JP";
    text-align: center;
    color: #D03E53;
    letter-spacing: 0.14em;
}

.aijo__img{
    margin-top: 27px;
}

.aijo__heading{
    font-size: 1.8rem;
    margin-top: 20px;
    font-family: "Noto Serif JP";
    line-height: 1.5;
    letter-spacing: 0.12em;
}

.aijo__heading::after{
    content: url(../image/familylovestory.png);
    position: absolute;
    scale:  0.06;
    margin-left: -585px;
    margin-top: -597px;
}

.aijo__txt{
    font-size: 1.4rem;
    margin-top: 15px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.12em;
}

.aijo__btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

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

.btn__2{
    max-width: 238px;
    font-family: "Noto Sans JP";
    color: var(--primary-white);
    background-color: var(--primary-ocher);
    padding: 10px 44px;
    border-radius: 50px;
    font-size: 1.4rem;
}

.yajirushi{
    width: 8px;
    margin-left: 8px;
    margin-bottom: 4px;
}

/* aijo_pc ==============================================================*/
@media screen and (min-width: 769px){
    .aijo__background{
        background-image: url(../img/aijopink_pc.jpg);
        margin: 40px 65px 0;
        padding: 50px 75px;
    }

    .aijo__coment{
        font-size: 1.8rem;
    }

    .section__aijo{
        font-size: 4rem;
    }

    .section__aijo::after{
        scale: 0.1;
        margin-left: -715px;
        margin-top: -612px;
    }

    .aijo__content{
        display: flex;
    }

    .a{
        width: 150%;
        height: auto;
        margin-top: 20px;
        max-width: 800px;
    }

    .aijo__ex{
        margin: 18px 0px 0 35px;
    }

    .aijo__heading{
        font-size: 3rem;
    }

    .aijo__heading::after{
        content: url(../image/familylovestory.png);
        position: absolute;
        scale:  0.1;
        margin-left: -545px;
        margin-top: -600px;
    }

    .aijo__txt{
        font-size: 1.8rem;
        font-family: "Noto Sans JP";
    }

    .btn__2{
        margin-top: 10px;
        text-align: left;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1720px){
    .a{
        width: 100%;
    }

    .aijo__background{
        margin: 100px 200px;
        padding: 80px 105px;
    }
    .aijo__ex{
        margin: 80px 0px 0 100px;
    }
}

/* ============================================================
yoyaku
================================================================*/

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

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

.yoyaku_ex{
    font-family: "Noto Sans JP";
    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{
    width: 300px;
    margin-top: 31px;
    max-width: 400px;
}

.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;
}

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

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

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

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

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

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

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

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

.copy{
    font-family: "Noto Sans JP";
    margin-top: 25px;
    letter-spacing: 0.1em;
}


/* ==========================================================
main PC
=============================================================*/

@media screen and (min-width: 769px){
    .ryoukin{
        padding-top: 201px;
    }
    
    .ryoukin_1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .ryoukin_title{
        font-size:4.8rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.3em;
    }
    
    .ryoukin_title span{
        font-size: 1.8rem;
    }

    .ryoukin_Caption br{
        display: none;
    }
    
    .ryoukin_Caption{
        margin-top: 51px;
        font-size: 1.8rem;
        font-family: "Noto Sans JP";
        letter-spacing: 0.12em;
    }
    
    .ryoukin_Caption span{
        font-size: 1.8rem;
        text-decoration: underline;
        text-decoration-color: var(--primary-ocher);
        font-weight: 500;
    }
    
    .shooting_fee{
        background-color: var(--primary-white);
        padding: 36px 5% 92px;
        border-radius: 20px;
        margin: 77px 10% 0;
    }
    
    .fee_title{
        font-size: 3.2rem;
        letter-spacing: 0.17em;
        text-align: center;
    }
    
    .fee_div{
        display: flex;
    }

    .fee_name{
        font-size: 2.4rem;
        letter-spacing: 0.17em;
        margin-top: 39px;
        text-align: center;
        text-decoration: underline;
        text-decoration-color: var(--primary-ocher);
    }
    .fee_name2{
        font-size: 2.4rem;
        letter-spacing: 0.17em;
        margin-top: 39px;
        text-align: center;
        text-decoration: underline;
        text-decoration-color: var(--primary-ocher);
    }
    
    .fee_name2::before{
        content: "";
        width: 100%;
        height: 1px;
        background-color:gray;
        display: none;
        margin: 50px 0 34px;
    }

    .line_tate{
        display: block;
        margin:39px 7% 0;
    }
    
    .fee_price{
        font-size: 3.2rem;
        letter-spacing: 0.12em;
        text-align: center;
        font-weight: 600;
        margin-top:19px;
    }
    
    .fee_price span{
        font-size: 2.4rem;
    }
    
    .fee_img{
        display: flex;
        align-items: center;
        gap: 4%;
    }
    
    .fee_img img{
        width: calc(90%/3 );
        margin-top: 27px;
    }
    
    .shooting_example {
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        line-height: 2;
        background-color:#EFEEEC ;
        width: 100%;
        margin: 28px auto;
        padding: 12px 5% ;
    }
    
    .fee_other{
        font-family: "Noto Sans JP";
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        margin-top: 58px;
    }
    
    .plus{
        width: 19%;
        max-width: 100px;
        margin: -20px auto 0;
    }
    
    .goods_fee{
        background-color: var(--primary-white);
        padding: 60px 43px 80px;
        border-radius: 20px;
        margin: -20px 10% 0;
    }
    
    .lineblack{
        margin: 0px auto 0;
        width: 100%;
    }
    
    .goods_title{
        font-size: 2.4rem;
        letter-spacing: 0.17em;
        margin: 53px 60px 0;
    }
    
    .goods_title span{
        font-size: 1.8rem;
    }
    
    .goods_title::before{
        content: "";
        display: inline-block;
        width: 4px;
        height: 20px;
        background-color: #999483;
        margin-right: 8px;
    }

    .title_ex{
        font-size:1.8rem ;
        letter-spacing: 0.16em;
        line-height: 1.5;
        margin: 7px 60px 0;
    }

    .title_ex2{
        font-size:1.8rem ;
        letter-spacing: 0.16em;
        line-height: 1.5;
        margin-top: 7px;
    }

    .goods_div{
        justify-content: space-between;
        gap: 60px;
        margin: 55px 60px 80px;
    }

    .goods_img{
        width: 100%;
        height: fit-content;
        border-radius: 24px;
    }

    .goods_img2{
        width: 100%;
        height: fit-content;
        border-radius: 24px;
    }

    .goods_price{
        text-align: right;
        margin-top: 20px;
    }

    .goods_div_in{
        display: flex;
        font-size:1.8rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
        font-family: "Noto Sans JP";
        justify-content: space-between;
        gap: 75px;
    }

    .goods_size{
        text-align: left;
        margin-top: 20px;
    }

    .goods_other{
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        font-family: "Noto Sans JP";
        margin-top: 23px;
    }

    .kind{
        font-size: 2rem;
        font-family: "Noto Serif JP";
        text-align: left;
        letter-spacing: 0.12em;
        margin-top: 20px;
    }
    
    .kind__2{
        text-align: left;
        margin-top: 15px;
    }

    .case{
        font-size: 2rem;
    }

    .story_txt{
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        font-family: "Noto Sans JP";
        line-height: 1.5;
        margin-top: 32px;
    }

    .color{
        margin-top: 10px;
    }

    .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;
    }

    .toiawase_btn:hover{
        opacity: 0.5;
        transition: 0.4s;
    }
    
    .tel_flex{
        flex-direction: row; /* 横並びに変更 */
        justify-content: center; /* 中央配置 */
        gap: 20px; /* ボタンの間隔 */
    }
    
    .tel_flex img{
        margin-top: 31px;
        max-width: 400px;
    }
    
    .usuta_fax{
        font-family: "Noto Sans JP";
        text-align: center;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        margin-top: 0px;
    }
    
    .other_menu{
        font-family: "Noto Sans JP";
        background-color: var(--primary-white);
        margin-top: 94px;
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        grid-template-columns: repeat(3,auto);
        display: grid;
        padding: 43px 100px 53px;
        
    }
    
    .other_menu img{
        width: 8px;
    }
    
    .other_menu a{
        margin-top: 33px;
    }
}

/* ============================================================
1400pxから
===============================================================*/
@media screen and (min-width: 1400px){
    .goods_div{
        display: flex;
        justify-content: space-between;
        gap: 60px;
        margin-top: 55px;
    }

    .goods_img{
        width: 50%;
        height: fit-content;
        border-radius: 24px;
    }

    .goods_div_in{
        display: flex;
        font-size:1.8rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
        font-family: "Noto Sans JP";
        justify-content: space-between;
        gap: 75px;
        margin-top: 20px;
        text-align: right;
    }

    .goods_other{
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        font-family: "Noto Sans JP";
        margin-top: 23px;
    }

    .kind{
        font-size: 2rem;
        font-family: "Noto Serif JP";
        text-align: left;
        letter-spacing: 0.12em;
    }
    
    .kind__2{
        text-align: left;
        margin-top: 15px;
    }

    .case{
        font-size: 2rem;
    }

    .story_txt{
        font-size: 1.8rem;
        letter-spacing: 0.12em;
        font-family: "Noto Sans JP";
        line-height: 1.5;
        margin-top: 32px;
    }

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


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

    .footer{
        padding: 60px 77px;
    }

    .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;
    }
}
