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

@media(max-width:834px){
	.sp_only{display: block;}
	.pc_only{display: none;}
	
	header {padding:5px 15px 10px;box-sizing: border-box;}
	header .caption{margin-bottom:8px;}
	header .links{width:auto;}
	header .links .tellink{width:25px;margin: 0 ;position:absolute;bottom:10px;right:65px;}
	header .links .contactlink{width:30px;border:none;position:absolute;bottom:10px;right:15px;}
	header + main{padding-top:70px;}
	footer .logo{margin-right:0;}
	footer .text{margin: 2px 0;}
	footer .copyright{font-size:10px;}

	.top .totop{width:45px;bottom:60px;right:20px;}
	.top .sec_hero::before {background:linear-gradient(to top,#666666 55px ,rgba(37,30,28,0.8) 55px ,rgba(37,30,28,0.8) 150px ,transparent 150px);}
	.top .sec_hero .bg{height:calc(100% - 55px);}
	.top .sec_hero .wrap{height:420px;}
	.top .sec_hero .key{width:330px;max-width:100%;top:calc(50% - 75px);}
	.top .sec_hero .message{font-size:16px;line-height:22px;bottom:8px;left:30px;}
	.top .sec_hero .img01{width:185px;bottom:60px;left:30px;}
	.top .sec_hero .img02{bottom:0;right:0px;}
	.top .scrollarea{padding-top:25px;padding-bottom:20px;}
	.top .sec_lineup {margin-bottom:70px;}
	.top .sec_lineup .house{flex-wrap:wrap;width:400px;max-width:100%;padding:20px 0;margin:0  auto;}
	.top .sec_lineup .house .texts{position:static;width:340px;padding:10px 0 20px 65px;margin:10px auto 40px;order:3;}
	.top .sec_lineup .house01 .img01{width:300px;max-width:100%;margin-bottom:5px;}
	.top .sec_lineup .house02 .img01{width:335px;max-width:100%;margin-bottom:5px;}
	.top .sec_lineup .house03 .img01{width:375px;max-width:100%;margin-bottom:5px;}
	.top .sec_lineup .spec{width:340px;flex-wrap:wrap;margin: 0 auto 50px;}
	.top .sec_lineup .spec .titles{width:100%;text-align:center;height:40px;}
	.top .sec_lineup .spec .texts{width:100%;}
	.top .everyday {height:auto;}
	.top .everyday::before{background-image:url("../img/top/everyday_bg_sp.jpg");}


	.sec_contact{overflow:hidden;padding-top:80px;}
	.sec_contact .sec_etitle{margin:0 auto 60px;}
	.sec_contact form{width:600px;padding:0 20px;box-sizing:border-box;overflow:hidden;}
	.sec_contact form .inputs{flex-wrap:wrap;justify-content:flex-start;}
	.sec_contact form .inputs + .inputs{margin-top:15px;}
	.sec_contact form .name{width:auto;}
	.sec_contact form .req{margin-left:10px;}
	.sec_contact form .input{width:100%;margin-top:5px;}
	.sec_contact form .output{width:100%;}
	.sec_contact form .privacy{margin: 45px auto 0;}
	.sec_contact form input[type="submit"]{transform:translateX(0);}

	.sec_contactend {padding:40px 0;min-height:calc(100vh - 110px);}
	.sec_contactend .sec_etitle{;margin:0 auto 80px;}
	.sec_contactend .title{margin-bottom:30px;}
	.sec_contactend .text{padding:0 20px;}

}
@media(max-width:650px){
	.top .sec_hero .img02{width:260px;bottom:0;right:0;}
}
@media(max-width:450px){
	.top .sec_hero .message{left:10px;}
	.top .sec_hero .img01{left:10px;}
	.top .sec_hero .img02{right:-60px;}
}