@charset "utf-8";

/* style */
body, html {
    /*font-family: 'Noto Serif JP', serif;*/
    font-family: "ヒラギノ角ゴ W3","Hiragino Kaku Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    box-sizing: border-box;
    position: relative;
    background: url(../img/bg_img.png);
    background-size: 50%;
}
ul, ol {
	list-style: none;
}

.only_pc{
    display: block;
}
.only_sp{
    display: none;
}

*,*:hover,a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.on,.on_0,nav .menu_content li{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.on:hover{
    opacity: 0.5;
}
.on_0:hover{
    opacity: 0;
}

h4{
    text-align: left;
    margin-bottom: 0.5rem;
}

h5{
    margin-bottom: 2.2rem;
}


.box{
    display: flex;
}
.img img{
    width: 100%;
    object-fit: cover;
}


.wrapper{
    width: 900px;
    margin: 0 auto;
    padding-top: 8rem;
    margin-top: -8rem
}


/*====================================================
                  header
====================================================*/
header{
    position: fixed;
    z-index: 999;
    margin-left: 0.3rem;
    width: 1096px;
    height: 86px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url(../img/header_bg.png);
    background-size: cover;
    background-position: center ;
}


.head_nav .box{
    width: 92%;
    font-weight: 600;
   align-items: center;
    position: fixed;
    top: 1.3rem;
   left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.head_nav li{
    margin-right: 2.5rem;
}


.head_nav li.logo{
    margin-right: 2.7rem;
}

.head_nav li.logo img{
    width: 172px;
}

.head_nav li.line{
    margin-right: 1.05rem;
}

.head_nav li.line img{
    width: 36px;
}

.head_nav li.insta{
    margin-right: 0;
}

.head_nav li.insta img{
    width: 36px;
}


/*-- wrapper --*/
.bg_wh{
    background: #fff;
    width: 1120px;
    margin: 5.3rem auto 4.2rem;
    padding: 0.5rem;
}

.bg_border{
    border: 1px solid #231815;
    padding: 2.1rem 3.8rem;
}

.border_line{
    border: 0.8px solid #231815;
    width: 100%;
}

.main .logo{
    width: 80px;
    margin-bottom: 1.6rem;
}


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

.main {
    text-align: center;
}

.main ul{
    margin: 5.6rem auto 7rem;    
}

.main .img01{
    width: 241px;
    margin-bottom: 2.3rem;
}

.main .img02{
    width: 300px;
}

.main .img03{
    width: 369px;
    margin: 3.7rem auto 0;
}


/*====================================================
                  point
====================================================*/

.point{
    text-align: center;
}

.point h5 img{
    width: 240px;
}


/*====================================================
                  merit
====================================================*/

.merit{
    text-align: center;
    margin-top: 6rem;
}

.merit h5 img{
    width: 289px;
}

/*====================================================
                  check list
====================================================*/
.check_list{
    text-align: center;
    border: 1px solid #231815;
    margin: 6.5rem auto 5.7rem;
}

.check_list h5 img{
    padding-top: 2.8rem;
    width: 317px;
}

.check_list .img_txt{
    width: 618px;
    padding-bottom: 2.6rem;
    margin: 0 auto;
}

/*====================================================
                 list
====================================================*/
.list{
   text-align: center;
}


.list h4 img{
    width: 629px;
}

.list .img_txt{
    width: 750px;
    margin: 4.4rem auto 6.4rem;
}


/*====================================================
                 price
====================================================*/
.price{
    text-align: center;
}

.price h4 img{
    width: 159px;
}

.price .img_txt{
    width: 814px;
    margin: 2.8rem auto 3.3rem;
}

/*====================================================
                 message
====================================================*/

.message{
    text-align: center;
    margin: 5rem auto 5.5rem;
}

.message .logo{
    width: 102px;
    display: block;
    margin: 0 auto;
}

.message .img_txt{
    width: 555px;
    margin: 1.4rem auto 3.3rem;
}

.message p{
    text-align: justify;
    font-size: 14px;
    width: 789px;
    margin: 0 auto;
    line-height: 1.7;
    letter-spacing: -0.17px;
}

.message p.text_left{
    text-align: right;
    line-height: 1.6;
    margin-top: 0.6rem;
}

 




/*====================================================
                  footer
====================================================*/
footer{
    text-align: center;
}

footer .company{
    width: 146px;
}

footer p{
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-top: 1rem;
    letter-spacing: 0.1rem;
}


footer .tel,footer .tel img{
    width: 233px;
    display: block;
    margin: 1rem auto 0;
}

footer .mail,footer .mail img{
    width: 233px;   
    display: block;
    margin: 1.2rem auto 0;
}


footer .copyright p{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2.6rem;
    letter-spacing: 0.05rem;
    padding-bottom: 3.1rem;
    color: #fff;
}





@media screen and (max-width:1200px) { 
.bg_wh {
    width: 90%;
    }

}

@media screen and (max-width:1000px) { 
    
.main .img01 {
    width: 29vw;
    }    
    
.main .img02 {
    width: 29vw;
}
    
.main .img03 {
    width: 40vw;
    }
    
.bg_border {
    padding: 5vw 4vw;
}
    
.list .img_txt {
    width: 100%;
    }
    
.list h4 img {
    width: 90%;
}
    
.check_list .img_txt {
    width: 87%;
    }
    
.price .img_txt {
    width: 100%;
    }
    
.message .img_txt {
    width: 100%;
    }
    
.message p {
    width: 100%;
    }

}



@media screen and (max-width:840px) { 
    
    
}










/*===================================
　リンク切る
===================================*/
.btn_out{
    pointer-events:none;
    opacity: 0.5;
}

.link_out{
    pointer-events:none;
}






