@charset "UTF-8";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html {
font-family: 'Montserrat', "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
font-size: 62.5%;
letter-spacing: 0.1em;
}

.wrapper{
margin: 0 auto 300px;
padding: 100px 5%;
background: url(../img/section_bg.jpg) center top no-repeat;
background-color: white;
overflow: hidden;
}

.wrapper_last{
margin: 0 auto 0;
}

.content_area{
max-width:1280px;
margin: 0 auto;
}

.logo {
position: absolute;
top: 50px;
right: 50px;
}

.logo img{
width: 173px;
height: 100%;
}

.content_title{
font-size:6.5rem;
text-align: center;
/*background: url(../img/title_line.svg) center bottom no-repeat;
background-size: 124px;
padding-bottom: 40px;*/
margin-bottom: 40px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}

.content_title .title_inner{
display: inline-block;
}

.content_title  .title_inner p{
display:block;
overflow: hidden;
}

.content_title span{
display: block;
font-size:1.6rem;
margin-top: 15px;
font-weight:bold;
white-space: nowrap;
}

.content_title .title_line{
width: 100%;
height: 10px;
text-align: center;
background: url(../img/title_line.svg) center bottom no-repeat;
background-size: 124px;
margin-top: 30px;
opacity: 0;
}

.content_title+p{
font-size:1.6rem;
text-align: center;
margin-bottom: 50px;
line-height: 2em;
font-weight: 600;	
}

.br-pc { display:black; }

.br-sp { display:none; }

/* scroll animation */
.scroll-img{
	position: relative;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.scroll-img img{
	opacity: 0;
}
.scroll-img div.cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
}
.scroll-item{
opacity: 0;
}


/* スマホ用 */
@media screen and (max-width:640px){
.wrapper{
margin: 0 auto 150px;
padding: 50px 5%;
background-size: 100%;
}

.wrapper_last{
margin: 0 auto 0;
}

.content_title{
font-size:4rem;
}

.content_title+p{
font-size:1.4rem;
margin-bottom: 30px;
line-height: 1.8em;
}

.logo {
position: absolute;
top: 20px;
right: 20px;
}

.logo img{
width: 110px;
}

.br-pc { display:none; }

.br-sp { display:block; }

}

/* hover  */
.hvr-sweep-to-right,.hvr-sweep-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.hvr-sweep-to-right:before,.hvr-sweep-to-left:before {
content: "";
position: absolute;
z-index: -2;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
opacity: 0.18;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
border-radius: 3px;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before, .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.hvr-sweep-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
opacity: 0.18;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}


/*contact--------------------------------------*/

.contact_area{
display:flex;
justify-content:center;
margin: 0 auto 0;
}

.mail_btn{
width: 280px;
color: white;
border-radius: 3px;
font-size: 1.6rem;
font-weight: 600;
background: url(../img/arrow_white.svg) right 20px center no-repeat;
background-size: 7px 100%;
background-color: black;
margin-right: 50px;
}

.mail_btn a{
width: 280px;
padding: 20px 20px 20px 50px;
color: white;
text-decoration: none;
display: inline-block;
background: url(../img/mail_icon.svg) left 20px center no-repeat;
background-size: 24px 100%;	
}

.tel{
font-size: 3.2rem;
font-weight: 600;
padding: 10px 0 6px 35px;
border-bottom: 3px solid black;
background: url(../img/tel_icon.svg) left center no-repeat;
background-size: 35px 100%;
}

.tel a{
text-decoration: none;
color: black;
}

#gmap_ct {
width: 100%;
height: 500px;
}

/* スマホ用 */
@media screen and (max-width:640px){
.contact_area{
display: block;
}

.mail_btn{
width: 100%;
color: white;
border-radius: 3px;
font-size: 1.6rem;
font-weight: 600;
background: url(../img/arrow_white.svg) right 20px center no-repeat;
background-size: 7px;
background-color: black;
margin-bottom: 20px;
}

.mail_btn a{
width: 100%;
}

.tel{
font-size: 3.2rem;
width: 100%;
font-weight: 600;
padding: 10px 0 6px 35px;
border-bottom: 3px solid black;
background: url(../img/tel_icon.svg) left center no-repeat;
background-size: 35px;
}

#gmap_ct {
width: 100%;
height: 300px;
}

}

/*footer--------------------------------------*/

.footer_wrapper{
padding: 80px 5%;
background-color: #242424;
}

.footer_wrapper .content_title{
color: white;
text-align: left;
font-size: 2.6rem;
margin-bottom: 20px;
padding-bottom: 0;
background: none;
}

.footer_wrapper p{
color: #aaaaaa;
text-align: left;
font-size: 1.2rem;
font-weight: normal;
}

.footer_logo{
width: 153px;
opacity: 0.5;
}

.access_area{
display:flex;
justify-content:space-between;
}

.copyright_area{
background-color: black;
height: 70px;
display:flex;
justify-content:space-between;
}

.copyright_area li{
display: inline-block;
margin: 30px 0 30px 30px;

}
.copyright_area li a{
color: #b8b8b8;
font-size: 1.2rem;
text-decoration: none;
font-weight: normal;	  
}

.copyright_area li a:hover{
opacity: 0.7;
transition: .3s;
}

.copyright_area li{
background: url(../img/popup.svg) right center no-repeat;
background-size: 10px;
padding-right: 16px;
}

.copyright_area p{
font-size: 1.0rem;
color: #858585;
display: inline-block;  
padding: 30px;
}

.page_top{
background: url(../img/pagetop.svg) center center no-repeat;
background-size: 18px;
background-color: #454545;
height: 70px;
width: 70px;
display: inline-block;
padding: 30px;
text-indent: -9999px;  
}

/* スマホ用 */
@media screen and (max-width:640px){
.footer_wrapper{
padding: 60px 0 0;
background-color: #242424;
}

.footer_wrapper .content_title{
text-align: center;	 
}

.footer_wrapper p{
text-align: center;
padding: 0 5%;
}

.footer_wrapper p a{
text-decoration: none;
color: #aaaaaa;
}

.access_area{
display: block;
margin: 0 auto 0;
}

.footer_logo{
width: 120px;
opacity: 0.5;
margin: 50px auto;
}

.copyright_area{
background-color: black;
height: 100%;
margin: 0;
display:block;
position: relative;
text-align: center;
}

.copyright_area li{
display: inline-block;
margin: 20px 0 0 20px;	  
}

.copyright_area p{
display: block;
text-align: center;  
padding: 15px 20px 15px;
width: 100%;
line-height: 1.6em;
}

.page_top{
height: 80px;
width: 100%;
padding: 0;
display: block;
}

}

