
html{  
    overflow: auto;
}

body{
    overflow: hidden;
}

h3 {
    font-size: 50px;
    font-weight: normal;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
  "ＭＳ Ｐ明朝","MS PMincho",serif; ;
  color: #222;
}
  
h4 {
    font-size: 45px;
    font-weight: normal; 
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
  "ＭＳ Ｐ明朝","MS PMincho",serif; ;
  color: #222;

}

p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    font-family: 'Noto Sans JP', sans-serif;
}


header{
    width: 85%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.logo{
    position: relative;
    height: 80px;
    left: 50px;
}

.header-nav ul{
    display: flex;
      
}

.header-nav li{
    margin: 0 5px;
}

.header-nav a{
    font-size: 18px;
    color: #6d553d;
    
}

.header-nav a::after{ 
    content: "/";
    padding: 5px;
}

.header-nav a:hover{
    color: #f1e2be; 
    transition:  all 0.3s;
}

.sp-only{
    display: none;
}



/* main */

.main{
    width: 100%;
    height: 720px;
    background-image: url(../img/リビング.png);
    background-size: cover;
    background-position:center;
    margin: 0 auto;
    

}

.main-text{
    text-align: center;
    padding-top:80px ;
}

.main-img{
    width: 280px;
    opacity: 0;
    transition: 2s;
}

.main-img.fadeIn{
    opacity: 1;
}



/* greeting */


.greeting{
    width: 100%;
    height: 1600px;
    margin: 0 auto;
    padding: 150px 0; 
    background-color:#eee7d8;
}



.first-view{
    font-size: 4.5rem;
    letter-spacing:15px;
    font-family: Georgia, serif;    
    color: #17507e;
    margin-left: 100px;
    position: relative;
    
}


.first-view::after{
    content: '';
    position: absolute;
    top: 95px; 
    right: 50%;
    width: 80%;
    height: 1px;
    background: #16598f;
}



.greeting-detail{
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.profile-img{
    margin-top: 30px;
    opacity: 0;
    transition: 1.8s;
    width: 300px;
    height: 420px;
    margin-left: 150px;
}

.profile-img.fadeIn{
    opacity: 1;
}

.profile-text{
    padding-top: 20px;
    margin-left: 150px;
}

.name{
    font-size: 25px;
    margin-bottom: 10px;
}

.profile-desc{
    font-size: 16px;
}

.area-box{
    width: 100%;
}

.area-title{
    font-size: 16px;
    font-weight: bold;
   
}

.area-desc{
    font-size: 16px;
}

.greeting-desc{
    width: 1000px;
    padding: 40px;
    margin: 10px 0 0 200px;
}

.feeling-title{
    font-size: 40px;
    color: #4b3c2d; 
    letter-spacing: 1.2px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-style: italic;
    text-shadow: 1px 1px 1.5px #725b44;
}

.feeling-text{
    font-size: 20.5px;
    color: #4b3c2d; 
    line-height: 35px;
    letter-spacing: 1.2px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
}


.from{
   text-align: right;
    font-size: 24px;
    margin-right: 330px;
    color: #4b3c2d; 
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
}

/* concept */


.concept{
    width: 100%;
    height: 1900px;
    margin: 0 auto; 
    padding-top: 60px ;
    background-color:#eee7d8;
} 

.concept-main-title-pc-only{
    text-align: center;
    margin: 20px 0 0 0 ; 
    font-style: italic;
    font-size: 50px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-weight: normal;
    color: #4b3c2d;
    letter-spacing: 30px;
    padding-top: 100px;  
    text-shadow: 1px 1px 2.5px #725b44;
}

.concept-main-title-sp-only02{
    display: none;
}

.wrapper{
    display: flex;
    justify-content: center;
    height: 1000px;
}

.concept-box{
    padding-left: 100px;
    opacity: 0;
}

.concept-01{
    padding-top: 200px;
}


.concept-02{
    padding-top: 40px;
    padding-left: 150px;
}

.concept-03{
    padding-top: 55px;
}


.show{  
    transition: all 3.5s;
    opacity: 1;
}


.concept-numbur{
    font-size: 20px;
    font-weight: 200;
    font-style: italic;
    color: #93775b;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 400px;
}


.concept-numbur::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #93775b
}

.concept-title{
    font-size: 35px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-weight: 200;
    color: #4b3c2d;
    letter-spacing: 10px;
    padding-bottom: 22px;
    text-shadow: 1px 1px 2px #725b44;
}

.concept-main-title-sp-only{
    display: none;
}

.concept-desc{
    font-size: 1.28rem;
    color: rgb(61, 61, 61);
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-weight: normal;
}

.concept-img02{
    margin-top: 220px;
}


.messege-box{
    position: relative;
    width: 45%;
    text-align: center;
    margin: 50px  auto 0 ;
    background-color: #66533f;
    box-shadow: inset 0 0 5px 5px#eee7d8 ;
    padding: 45px;
}

.messege{
    color: #fff;
    line-height: 40px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-size: 1.3rem;
}



/* service */

.service{
    width: 100%;
    height: 2500px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    background-color:#eee7d8;
}

.plan-box{
    margin: 100px auto;
    width: 70%; 
 
}

.and{
    padding: 0 10px;
}

.plan-box li{
    display: flex;
    padding: 110px 0;   
    justify-content: center;
    background-color: #fff;
    margin: 50px 0 ;
}

.plan-box li:nth-child(even){
    flex-direction: row-reverse;
}

.box-img{
    width: 420px;
    height: 320px;
    object-fit: cover;
    margin: 0 50px;
}

.box-item{ 
    width: 45%;
    padding-left: 50px;
}

.box-title{
    font-size: 40px;  
    padding-bottom: 20px;
    font-weight: 600;
    color: #4b3c2d;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: underline;
}

.plan-time,.plan-price,.plan-box-desc{
    color: #333;
}

.plan-time{
    font-weight: bold;
    font-size: 16px;
}

h6{ 
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 2px 0 ;
}

.plan-box-desc{
    font-size: 14.5px;
}

.plan-order{
    padding-top: 8px;
    font-size: 16px;
    font-weight: bolder;
    color: #333;
}

.plan-price{
    text-align: right;
    font-weight: bold;
    font-size: 23px;
}


.plan-messege-box{
    position: relative;
    width: 30%;
    text-align: center;
    margin: 20px  auto;
    background-color: #66533f;
    box-shadow: inset 0 0 5px 5px#eee7d8 ;
    padding: 40px 40px 50px 40px;
}


.btn,a.btn{
    color: #fff;
    background-color: #be9d7b;
    display: block;
    text-align: center;
    padding: 10px 0 ;
    margin-top: 40px;
    font-size: 1.5rem;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
}

.btn:hover,a.btn:hover{
    color: #333;
    background:#e9e8e5 ;
    transition: 0.5s;
}


/* contact */

.contact{
    margin: 0 auto 80px;
    width: 100%;
    height: 970px;
    background-color: #eee7d8;
}

.contact-text{
    text-align: center;
    margin: 100px 0 20px 0 ;
    font-size: 30px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
}

.contact-sub{
    font-size: 55px;
    margin-bottom: 50px;
    color: #17507e;
    letter-spacing: 6px;
    font-weight: 200;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
}

.container{
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    border: solid 5px #be9d7b;
}

.contact-wrapper{
    background-color: #fff;
    border: solid 2px #be9d7b;
    margin: 5px;
}

.address-box{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    color: #333;
} 

.tell,.mail{
    font-size: 5px;
    font-weight: bold;
    margin: 10px 0 0 0 ;
    font-family: 'Times New Roman', Times, serif;
}

.tell-num,.mail-num{
    font-size: 2.1rem;
    font-weight: bold;
    margin: 10px 0 0 0 ;
    letter-spacing: 2px;
    font-family: 'Times New Roman', Times, serif;
}

.tell,.tell-num{
    padding-top: 20px;
}

.tell{
    padding-right: 45px;
}
.mail{
    padding-right: 20px;
}

.line-box{
    text-align: center;
    color: #333;

}

.line-img{
    margin: 10px 0 5px 0;
}

.line-text{
    font-size: 15px;
    font-weight: 600;
}

.address-messege{
    font-size: 16px;
    padding: 15px 0 ;
    margin-bottom: 30px;
}

.sales{
    color: #333;
}

.sales h5{
    font-size: 25px;
    font-weight: 200;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
}

.sales-time{
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.sales-text{
    padding-bottom: 50px;
    font-size: 16px;
}


/* pleace */

.please-box{
    width: 42%;
    position: relative;
    text-align: center;
    margin: 0 auto 80px;
    border: solid 2px #222;

}

.please-title{
    margin: 30px 0 10px  0; 
    font-size: 40px;
}

.please-desc{
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline red;
}

.please-text{
    width: 100%;
    text-align: left;
    padding-left: 100px;
    padding-bottom: 30px;
    margin: 40px 0  0 0  ;
    font-weight: 700;
    line-height: 22px;
}

.please-text li{
    margin: 1em 0 ;   
    list-style-type:decimal ;
    padding: 10px 0 ;
    width: 90%;
}


/* unser-nav */

.under-nav{
    height: 40px;
    width: 50%;
    margin: 0 auto;
}

.under-nav ul{
    display: flex;
    justify-content: center;
}

.under-nav li{
    padding: 0 10px;
}

.under-nav a{
    font-size: 17px;
    color: #6d553d;
}

.under-nav a:hover{
    color: #f1e2be; 
    transition:  all 0.3s;
}

/* logo-last */

.last-img{
    text-align: center;
}

/* footer */

footer{
    background-color: #725b44;
    width: 100%;
    height: 50px;
}

footer p{
    text-align: center;
    font-size: 10px;
    padding-top: 15px;
    color: #fff;
}


/* sp */


@media (max-width:559px){

.pc-only{
        display: none;
}

.sp-only{
        display: block;
        padding-right: 10px;
}

header{
        width: 100%;
        height: 100px;
        position: static;
        top: 0;
        left: 0;
        z-index: 1;
        background-color:#fff;
}


.logo-img{
    width: 150px;
    height: 80px;
}

.header-logo{
    padding-top:10px ;
}

.logo{
    top: 5px;
    left: 18px;
}

.humburger-btn{
    position: relative;
    box-sizing: border-box;
    z-index: 1000;
    position: fixed;
    top: 40px;
    right: 25px;
  
}

.humburger-btn span{ 
    display: block;
    background-color: #000;
    width: 30px;
    height: 2px;
    margin: 5px 0 ;
    border-radius: 5px;
    transition: all 0.5s ease;
}


.humburger-btn span.open{
    margin:  0 ;
    }

    .bar1.open{
    top: 35px;
    transform: rotate(45deg);
    
    }


    .bar2.open{
    top: 35px; 
    transform: rotate(-45deg);
    
    }


    .bar3.open{
    opacity: 0;
    }



.humburger-menu{
    position: fixed;
    top: 0%;
    right: -2000px;
    width: 100%;
    transition: 0.5s;
    text-align: center;
}

.humburger-menu ul{
    margin: 100px 0 ;
}

.humburger-menu.open{
    right: 0;
    transition: 0.5s;
    opacity: 1;
    z-index: 2;
    background-color: rgba(72, 107, 173, 0.9);
    height: 500px;
}


.humburger-menu li{
    margin: 60px 0 0 0;
}


.humburger-menu a{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.humburger-menu a:hover{
    color: #333;
    transition:  all 0.3s;
}


.main{
   height: 520px;
}

.main-text{
    padding-top: 50px;
}

.main-img{
    width: 200px;
}



/* greeting */

.greeting{
    padding: 100px 0 150px 0 ;
    padding-left: 0;
    height: auto;
}

.first-view{
    font-size: 2.5rem;
    letter-spacing:0.2rem;
    text-align: center;
    margin: 0 auto;
    text-decoration: underline 0.5px #16598f;
}


.first-view::after{
    display: none;
}

.logo{
    top: 2px;
    left: 10px;
}

.logo-img{
    width: 160px;
    height: 60px;
}

.greeting-detail{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}


.profile-img{
    width: 300px;
    height: 400px;
    margin: 0 auto;
}

.profile-text{
    text-align: left;
    padding: 20px 0  ;
    margin: 0 
}

.area-box{
    width: 100%;
}

.area-title{
    text-align: center;
}

.area-desc{
    text-align: center;
    font-size: 12.5px ;
}

.name{
    font-size: 23px;
    margin-bottom: 8px;
    text-align: center;
}


.profile-desc{
    font-size: 12.5px;
    margin-left: 50px;
}

.profile-desc::after{
    content: '';
    position: absolute;
    top: 65px; 
    right: 30%;
    width: 80%;
    height: 1.6px;

}

.greeting-desc{
    box-shadow: none; 
    padding: 20px;
    margin: 15px 0px 0px 3px ; 
    width: 98%;
}

.feeling-title{
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding: 20px 0 ;
}

.feeling-text{
    font-size: 1rem;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 2px;
    color: #4b3c2d;
    text-align: left;
}

.from{
    text-align: center;
    margin: 20px auto 0 ;
    font-size: 23px;
 }

/* concept */



.concept{
    padding-top: 0px;
    height: auto;
    padding-bottom: 50px;
    margin: 0 auto;
}

.concept-main-title-pc-only{
    display: none;
}

.concept-main-title-sp-only{
    display: block;
    text-align: left;
    margin: 30px 0 0 0 ;
    font-style: italic;
    font-size: 30px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-weight: normal;
    color: #4b3c2d;
    letter-spacing: 4px;
    padding-top: 50px 0 0 0;  
    text-shadow: 1px 1px 2.5px #725b44;
}
.concept-main-title-sp-only02{
    display: block;
    text-align: right;
    margin: 0 ;
    font-style: italic;
    font-size: 30px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-weight: normal;
    color: #4b3c2d;
    letter-spacing: 4px;
    padding-top: 50px 0 0 0;  
    text-shadow: 1px 1px 2.5px #725b44;
}


.wrapper{
    display: block;
    margin: 0 auto;
    height: auto;
}


.concept-images{
    display: none;
}

    
.concept-box{
    padding: 0 10px;
}

.concept-01{
    padding-top:50px ;
}

.concept-02{
    padding-top: 30px;
    padding-left: 0; 
}

.concept-03{
    padding-top: 30px;
}


.concept-numbur{
    margin-bottom: 10px;
    font-size: 15px;
}

.concept-title{
    font-size: 28px;
    padding-bottom: 15px;
    letter-spacing: 2px;
}


.concept-desc{
    font-size: 12.5px;
    margin: 5px 0 ; 
}

.concept-img02{
    display: none;
}

.fade.sp-only{
    padding: 20px 0 0 0 ;
}

.concept-img02.fadeIn{
    opacity: 1;

}

.concept-sp-img{
    margin: 0 auto;
    width: 100%;
}

.messege-box{
    position: relative;
    width: 100%;
    margin: 60px  auto 10px;
    background-color: #66533f;
    box-shadow: inset 0 0 5px 5px#eee7d8 ;
    padding: 15px;
}

.messege{
    color: #fff;
    line-height: 25px;
    text-align: left;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
    font-size: 14px;
}



/* service */

.service{
    padding: 80px 0 ;
    height: auto;
    background-color: #eee7d8;
}

.service-title{
    font-size: 45px;
    letter-spacing: 5px;
}

.service-title::after{
    width: 92%;
    top: 130px;
    left: 15px;
    height: 1.8px;
}

.plan-box{
    width: 100%;
}

.plan-box li{
    display: block;
    padding: 20px;
    background-color:#fff ;
    width: 100%;
    margin: 20px auto ;
}

.box-img{
    margin: 0;
    width: 470px;
    height: 250px;
    max-width: 100%;
}

.box-item{
    width: 100%;
    padding: 0;
}

.box-title{
    font-size: 30px;
    padding-top: 20px;
}


.plan-time{
    font-size: 15px;
}

.plan-box-desc{
    font-size: 12.8px;
    width: 100%;
}

.plan-messege-box{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    background-color: #66533f;
    box-shadow: inset 0 0 5px 5px#eee7d8 ;
    padding: 30px 30px 40px 30px;
}

.messege{
    text-align: center;
}


.btn,a.btn{
    color: #fff;
    background-color: #be9d7b;
    display: block;
    text-align: center;
    padding: 10px 0 ;
    margin-top: 20px;
    font-size: 1.2rem;
}

.btn:hover,a.btn:hover{
    color: #333;
    background:#e9e8e5 ;
    transition: 0.5s;
}


/* contact */

.contact{
    width: 100%;
    height: auto;
    padding: 80px 0;
    margin: 0 auto;
}

.container{
    width: 100%;
}

.contact-title{
    padding: 100px 0 10px 0 ;
}

.contact-text{
    margin: 30px 0 ;
    font-size: 18px;
}


.address-box{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;

} 

.tell,.mail{
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 0 0 ;
}

.tell-num{
    font-size: 23px;
    margin-top: 50px;
    letter-spacing: 0;
}

.mail-num{
    font-size: 23px;
    letter-spacing: 0;
}

.tell,.tell-num{
    padding-top: 0px;
}

.tell{
    padding-right: 0px;
    padding-top: 10px;
}
.mail{
    padding: 10px 0 0 0 ;
    margin: 0;

}


.line-img{
    margin: 20px 0 5px 0;
}

.line-text{
    font-size: 13px;
    font-weight: 600;
}


.address-messege{
    font-size: 14px;
    padding: 11px 0 ;
    margin-bottom: 20px;
}

.sales h5{
    font-size: 20px;
}

.sales-time{
    margin: 5px 0; 
    font-size: 22px;
}

.sales-text{
    padding-bottom: 60px;
    font-size: 14px;
}

/* pleace */


.please-box{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.please-title{
    font-size: 30px;
}

.please-desc{
    font-size: 17px;
    padding-top: 20px;
}

.please-text{
    margin-top: 30px;
    padding-left: 50px;
    font-size: 15px;
    font-weight: 600;
}

.under-nav{
    width: 100%;
    height: 30px;
}

.under-nav li{
    padding: 0 8px;
}

.under-nav a{
    font-size: 0.6rem;
    letter-spacing: 0;
}

footer{
    height: 50px;
}

footer p{
    font-size: 10px;
}

}
