@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #1D1D1D;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
a{
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
/*-------------------------
 *utility
 --------------------------*/
.text-center{
	text-align: center;
}

/*-------------------------
 *section-title
 --------------------------*/
.section-title{
    max-width: 730px;
    margin: auto;
}
h2{
    padding-top: 130px;
    font-size: 8rem;
    font-weight: 300;
    color: #C40606;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 0.12em;
}
h3{
    padding: 72px 0;
    font-size: 2.2rem;
}
/*-------------------------
 header
 --------------------------*/
 header{
     position: fixed;
     top: 0;
     z-index: 100;
     width: 100%;
     height: 60px;
     background-color: #ffffff;
 }
.wrapper{
    max-width: 1030px;
    height: 60px;
    margin: 0 auto;
}
.header-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-btn{
    display: none;
}
#menu-btn-check{
    display: none;
}
.navigation{
    display: flex;
}
.nav-item{
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-left: solid 1px #707070;
    text-transform: capitalize;
    transition: all 0.4s;
}
.nav-item:last-of-type{
    border-right: solid 1px #707070;
}
.nav-item a{
    display: block;
}
.nav-item:hover{
    background-color: #e5e5e5;
}

/*-------------------------
 *home
 --------------------------*/
.hero-inner{
    max-width: 1030px;
    height: 760px;
    margin: auto;
    position: relative;
}
.hero-set{
    position: absolute;
    top: 203px;
    left: 6%;
    z-index: 2;
}
.hero-text{
    font-size: 1.6rem;  
}
.door{
    position: absolute;
    top: 180px;
    right: 10px;
    z-index: 1;
}
.swiper-container{
    width: 302px;
    height: 366px;
}

.btn-wrapper{
    max-width: 990px;
    margin: 0 auto 116px;
}
.btn-list{
    display: flex;
    justify-content: space-between;
}
.btn-item{
    width: 300px; 
    transition: all 0.4s ease;
}
.btn-item a{
    display: block;
    padding: 10px;
    font-size: 1.6rem;
    border: solid 2px #CE0C24;
    transition: all 0.2s ease;
}
.sign{
    font-weight: bold;
    padding-left: 1em;
    position: relative;
    left: 0;
    transition: all 0.2s ease;
}
.btn-item:hover{
    background-color: #CE0C24;
}
.btn-item a:hover{
    color: #ffffff;
}
.btn-item:hover .sign{
    left: 1em;
}
.inquiry-wrapper{
    max-width: 600px;
    margin: 140px auto 120px;
    border: solid 2px #848484;
    transition: all 0.4s ease;
}
.inquiry{
    font-size: 2.4rem;
    padding: 10px 0 0 0;
}
.inquiry-text{
    padding-bottom: 16px;
}
.inquiry-wrapper:hover{
    background-color: #848484;
}
.inquiry-wrapper a:hover {
    color: #ffffff;
}
.inquiry-wrapper:hover .sign{
    left: 1em;
}
.wallad_wrap{
    max-width: 600px;
    margin: auto;
    margin-bottom: 100px;
}
.wallad_title{
    line-height: 1.2;
    padding-bottom: 10px;
    font-size: 2.1rem;
    border-bottom: 1px solid #000;
}
.wallad_text{
    padding: 20px 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/*-------------------------
 *footer
 --------------------------*/
.footer-rogo{
    margin: 30px auto;
    padding-top: 50px;
}
.footer-text{
    margin-bottom: 68px;
}
.copyright{
    margin-bottom: 30px;
}
/*-------------------------
 *about
 --------------------------*/
.profile-wrapper{
    max-width: 700px;
    margin: 0 auto 20px;
} 
.profile-list{
    border-bottom: solid 1px;
    height: 66px;
}
.profile-item{
    width: 90px;
    line-height: 66px;
    font-size: 1.6rem;
    font-weight: 600;
}
.profile-text{
    width: 610px;
    line-height: 66px;
    font-size: 1.6rem;
}
/*-------------------------
 *service
 --------------------------*/
 .service-wrapper{
     max-width: 980px;
     margin: auto;
 }
 .service-list{
    display: flex;
    box-shadow: 6px 6px 6px #DEDEDE;
    margin-bottom: 56px;
 }
 .service-title{
    font-size: 3.2rem;
    color: #C40606;
    font-weight: 300;
    padding: 20px 36px;
 }
.service-text{
    font-size: 1.6rem;
    max-width: 456px;
    padding: 0 36px;
}
/*-------------------------
 *works
 --------------------------*/
.test{
    font-size: 50px;
    padding: 10px;
    margin-bottom: 300px;
}
.works-wrapper{
    max-width: 1090px;
    margin: auto;  
}
.works-inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: auto;
}
.works-list{
    width: 340px;
    height: 430px;
    box-shadow: 6px 6px 6px #DEDEDE;
    margin: 0 20px 30px 0;
}
.works-list:nth-of-type(3n){
    margin-right: 0;
}
.works-text{
    font-size: 1.6rem;
    padding: 12px 16px;
}
/*-------------------------
 *contact
 --------------------------*/
.contact-info{
    padding-bottom: 40px;
}
.contact-info a{
    border-bottom: solid 1px #848484;
}
.contact-info a:hover{
    font-weight: 700;
}
form{
    max-width: 670px;
    margin: 0 auto 40px;
}
.contact-item{
    float: left;
    width: 138px;
    line-height: 1;
    padding: 13px 0;
}
.reinput{
    padding: 6px 0;
}
.input-text{
    width: 500px;
    height: 24px;
    padding: 6px;
    border: solid 2px #848484;
    margin-bottom: 16px;
    font-size: 1.6rem;
}
.contact-text{
    height: 10em;
}
textarea{
    resize: both; 
}
.btn-area{
    max-width: 366px;
    margin: 40px auto 80px;
}
.btn-text{
    width: 100%;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 15px;
    background-color: #848484;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}
.btn-text:hover{
    background-color: #BEBEBE;
}
/*-------------------------
 *privacy
 --------------------------*/
.privacy-wrapper{
    max-width: 766px;
    margin: auto;
}

.privacy-list{
    font-size: 1.8rem;
    padding: 10px 0;
}
.privacy-text{
    padding-bottom: 18px;
}
/*-------------------------
 *1090以下の場合
 --------------------------*/
 @media screen and (max-width:1060px){
    .works-inner{
        max-width: 700px;
    }
    .works-list:nth-of-type(3n){
        margin-right: 20px;
    }
    .works-list:nth-of-type(2n){
        margin-right: 0;
    }
}
/*-------------------------
 *ここからSP
 --------------------------*/
@media screen and (max-width:768px){
	header{
	  height: 56px;
	}
	.wrapper{
		height: 56px;
	}
	.header-inner{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 1.6;
	}
	h1{
		padding-left: 12px;
	}
/*---------------------
----ハンバーガーメニュー
------------------------*/
    .hamburger-menu{
        display: block;
    }
    .menu-btn{
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        width: 56px;
        height: 56px;
        justify-content: center;
        align-items: center;
        background-color: #858585;
        z-index: 110;
        transition: all 0.5s;  
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after{
        content: '';
        display: block;
        height: 3px;
        width: 32px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
        transition: all 0.5s;
        }
    .menu-btn span:before{
        bottom: 12px;
    }
    .menu-btn span:after{
        top: 12px;
    }
    #menu-btn-check:checked ~ .menu-btn span{
        background-color: rgba( 255, 255, 255, 0 ); 
    }
    #menu-btn-check:checked ~ .menu-btn span::before{
        bottom: 0;
        transform: rotate( 45deg ); 
    }
    #menu-btn-check:checked ~ .menu-btn span::after{
        top: 0;
        transform: rotate( -45deg ); 
    }
   
    .menu-content{
        width: 200px;
        height: 300px;
        position: fixed;
        top: 56px;
        right: -100%; 
        z-index: 100; 
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.5s; 
    }
    .navigation{
        display: block;
    }
    .nav-item{
        width: 162px;
        padding: 8px 0;
        margin: 0 19px;
        font-size: 1.6rem;
        border-left: none;
        border-bottom: solid 1px #fff;
    }
    .nav-item:last-of-type{
        border-right: none;
        border-bottom: none;
    }
    .nav-item a{  
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
        box-sizing: border-box;
        color: #fff;
        position: relative;
    }
    #menu-btn-check:checked ~ .menu-content{
        right: 0;
    }
 /*---------------------
----home-sp
------------------------*/
    .hero-inner{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .door{
        position: static;
        margin: 100px auto 30px; 
    }
    .swiper-container{
        max-width: 200px;
        height: 242.4px;
    }
    .hero-set{
        order: 1;
        position: static;
        max-width: 591px;
        margin: auto;
        padding: 0 10px 10px; 
    }
    .hero-text{
        letter-spacing: 0;
        padding-top: 10px;
    }
    .btn-wrapper{
        width: 302px;
        margin: 60px auto;
    }
    .btn-list{
        display: block;
    }
    .btn-item{
        margin-bottom: 20px;
    }
    .inquiry-wrapper{
        width: 94%;
        margin: 80px auto 100px;
    }
    .inquiry-text{
        letter-spacing: 0;
    }
    .footer-rogo{
        margin: 30px 30px 20px;
        padding: 0;
    }
    .footer-text{
        margin: 0 10px 30px;
    }
    .copyright{
        line-height: 1.2;
        margin: 0 10px 14px;
    }
    .wallad_wrap{
        width: 94%;
    }
    .pc{
        display: none;
    }
    .wallad_rink_wrap a .sp{
        display: block;
        margin: auto;
    }
    .sp{
        display: block;
    }
/*-------------------------
 *about-sp~
 --------------------------*/
    h2{
        padding-top: 116px;
        font-size: 7rem;
    }
    h3{
        padding: 40px 0;
    }
    .profile-wrapper{
        width: 94%;
    }
    .profile-item{
        line-height: 1.8;
        vertical-align: middle;
    }
    .profile-text{
        line-height: 1.6;
        width: auto;
        vertical-align: middle;
        padding: 8px 0;
    }
    .service-wrapper{
        max-width: 444px;
        margin: auto;
    }
    .service-list{
        display: block;
        box-shadow: none;
    }
    .service-title{
        padding: 12px;
        text-align: center;
    }
    .service-text{
        padding: 0 12px 20px;
    }
    .contact-info{
        width: 94%;
        padding-bottom: 20px;
        margin: auto;
    }
    form{
        max-width: 516px;
    }
    .contact-wrapper{
        width: 94%;
        margin: auto;
    }
    .contact-item{
        padding: 15px 0 6px;
        margin-left: 12px
    }
    .input-text{
        width: 94%;
    }
    .btn-area{
        width: 94%;
    }
    input[type="submit"]{
        height: 46px;
        padding: 10px;
        background-color: #848484;
    }
    .privacy-title{
        font-size: 4rem;
    }
    .privacy-text{
        padding: 0 10px 18px;
    }
    .privacy-list{
        padding: 6px 10px;
    }

    .works-inner{
        max-width: 340px;
    }
    .works-list:nth-of-type(2n){
        margin-right: auto;
    }
    .works-list:nth-of-type(3n){
        margin-right: auto;
    }
    .works-list{
        display: flex;
        flex-direction: column;
        max-width:300px;
        margin: 0 auto 42px;
        height: 367px;  
        box-shadow: none;
    }
    .works-list img{
        order: 1;
    }
    .works-text{
        padding: 0 0 8px;
    }
}