@charset "UTF-8";

body{
		font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	margin: 0;
	background-color: #fff;
	padding: 0;
	width: 100%;
}

.wrap {
	overflow: hidden;
}


.main{
	width:100%;
	padding: 0;
	margin:0;
	height: 100%;
	

}

img{
	vertical-align: bottom;
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #333;
  border: 1px solid #000;
  color: #fff;
border-radius: 30px;
}

.button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}


.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button-box{
	width:200px;
	margin: 0 auto;
}

/* TOP*/
#top{
	width:100%;
position: relative;
}

.pc-top{ 
	display: block !important; 
}

.sp-top {
	display: none !important;
}



/* ヘッダー*/

.header{
	width: 100%;
	position: absolute;
  top:0px;
  left:0px;
  z-index:5;
}



.drawer{
	display:none;
}


.menu{	
	width:100%;
	background-color:rgba(59,60,60,1);
	position: relative;
	overflow: hidden;
}

.main .menu{	
	background-color:rgba(59,60,60,0.2);
 }


.menu ul{
	list-style: none;
	width:100%;
	float:left;
	left:50%;
	position:relative;
}

.menu li{
	color:#fff;
	font-size:14px;
	float:left;
	padding: 5px 30px 5px;
	text-align:center;
	line-height: 1.2; 
	left:-48%;
	position:relative;
}

.menu ul:after{
	content:" ";
	 display:block;
	clear:both;
}

.menu li a{
	color:#fff;
	text-decoration: none;
}

.menu li span{
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	font-weight: 500}



.main h1{
	
margin: 0;
padding: 0;
width:100%;
}




/* STORE*/

.store{
	width:100%;
	margin: 0;
	padding:100px 0px 100px; 
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;
	
}

.store-inner{
	width:100%;
	margin: 0 auto;
}

.store-inner h2{
	width: 45%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	
}



.film-pc{ 
	display: block !important; 
}

.film-sp {
	display: none !important;
}


/* LEASING*/
.leasing{
	width:100%;
	margin: 0;
	padding:0px 0px 150px; 
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;	
}

.store-inner{
	width:100%;
	margin: 0 auto;
}

.leasing-box{
	text-align: center
}

.leasing-box h2{
	margin-top: 0;
	padding-top: 50px;
}

.leasing-box h3{
	font-size:16px;
	margin: 0;
	padding-bottom: 30px;
	color:#000;
}



.leasing-ph{
	padding-top: 50px;
	margin: 0 auto;
	display: flex;
justify-content: center;
}


.leasing-ph1{
	width: 25%;
}

.leasing-ph2{
	width: 25%;
}

.leasing-ph4{
	width: 25%;
}



/* COLLABO*/

.collabo{
	width:100%;
	height:auto;
	margin: 0;
	padding:100px 0px 400px; 
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;
	
}

.collabo-inner{
	width:100%;
	margin: 0 auto;
}

.collabo-box:after{
	content:"";
	 display:block;
	clear:both;
}

.callabo-ph{
	width:65%;
	float:left;
}

.callabo-ph2{
	width:30%;
	float:left;
	padding: 120px 0px 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pre-button{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	text-align: center;
  width: 200px;
  height: 54px;
 line-height: 54px;
  outline: none;	
	font-size:17px;
	border-radius: 30px;
}

/* BRAND*/

.brand{
	width:100%;
	margin: 0;
	padding:300px 0px 100px; 
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;
	
}

.brand-inner{
	width:100%;
	margin: 0 auto;
}

.brand-box:after{
	content:"";
	 display:block;
	clear:both;
}



.brand-ph{
	width:35%;
	float:left;
	text-align:right;
	padding-top:80px;
	margin: 0;
	padding-right:20px;
	padding-left:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.brand-ph2{
	width:65%;
	float:right;
	margin: 0;
}

.brand h3{
	font-size:16px;
	text-align: right;
	margin: 0;
	padding-bottom:30px;
}

.brand-ph .button-box{
	float:right;
}


/* LEASEHOLD&COMPANY*/
.leacom{
	width:100%;
	margin: 0;
	padding:100px 0px 120px; 
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;
	
}

.leacom-inner{
	width:100%;
	margin: 0 auto;
}

.leacom:after{
	content:"";
	 display:block;
	clear:both;
}

.leasehold{
	width:50%;
	float: left;
	position: relative;
	padding:0px 20px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.leasehold-ph{
	width: 60%;
}

.leasehold-ph2{
	width: 50%;
	position: absolute;
	top:90px;
	left:250px;
}

.leasehold-ph2 h3{
	font-size:16px;
	text-align: left;
	margin: 0;
	padding:20px 0px 30px;
	color:#000;
}

.leasehold-ph2 .button-box{
	float:left;
}

.company{
	width: 50%;
	float: left;
	padding:20px 0px 20px 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company-ph{
	padding-bottom:30px;

}

.company .button-box{
	float:left;
}



/* MAP*/
#map {
	width: 100%;
	height:370px;
  }

/* CONTACT*/
.contact{
	background-color: #000;
	width: 100%;
	margin: 0;
	padding:0px 0px 10px 10px;
}

.contact-inner{
	width:100%;
	margin: 0 auto;
}

.contact-box{
	width: 100%;
	margin: 0 auto;
}

.contact-title{
	padding-top: 20px;
}

.contact-box:after{
	content:"";
	 display:block;
	clear:both;
}

.contact-box1{
	width: 70%;
	float: left;
	padding:10px 0px 0px 0px; 	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.contact-box2{
	width: 20%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.cont-text01{
	font-size: 14px;
	color:#fff;
	padding: 30px 0px 5px;
	margin: 0;
}
.cont-text02{
	display: inline-block;
	width: 370px;
	height: 54px;
	text-align: center;
	text-decoration:none;
	line-height: 54px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	background-color: #fff;
	color: #000;
	margin: 0;
}


.cont-text02:hover {
  background-color: #e9e9e9;
}


.cont-text02::before,
.cont-text02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.cont-text02,
.cont-text02::before,
.cont-text02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.cont-text03 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color:#fff;
	margin: 0;
	padding: 20px 0px 5px;
}

.contact-box4{
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.copyright{
	color: #fff;
	font-size: 12px;
	padding-top: 80px;
}

/* PAGE-TOP*/
.page-top {
    position: fixed;
z-index: 80;
    bottom: 20px;
    right: 60px;
    font-size: 77%;
}
.page-top a {
    background: #fff;
	
    text-decoration: none;
    color: #000;
    width: 50px;
	height:50px;
    text-align: center;
    display: block;
    border-radius: 50px;
	opacity:0.8;
	line-height:45px;
	font-size:24px;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}


/* グループ店舗ページ*/

.store-contents{
	width:100%;
	margin: 0;
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;
	padding: 25px 0px 25px;
	
}

.storepage h1{
	width: 55%;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0px 50px;
	
}

.store-pc{ 
	display: block !important; 
}

.store-sp {
	display: none !important;
}

.storepage-ph{
	width:100%;
	margin: 0 auto;	
}

.storepage-box{
	padding-bottom: 40px;	
}


.storepage h2{
	text-align: center;
	margin: 0;
	padding-top:5px;
	font-weight: 200;
}

.storepage h2 a{
	text-decoration: none;
	color: #000;
}

.storepage-info{
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
	color: #000;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 200;
	padding: 5px 30px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align:7%
	}






.storepage-insta{
	font-size:28px;
	color: #000;
}




/* 会社概要ページ*/
.companypage{
	width: 100%;
}

.company-contents{
	width:100%;
	margin: 0;
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;
	padding: 25px 0px 25px;
	
}

.companypage h1{
	width: 15%;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0px 50px;
	
}

.company-header{
	width: 100%;
}

.company-copy{
	width: 50%;
	margin: 0 auto;
	padding: 50px 0px 0px;
}

.companypage h2{
	font-size: 30px;
	text-align: center;
	padding: 100px 0px 30px;
	margin: 0;
}

hr{
	width:45px;
	border-style: solid 1px;
	border-color: #000;
	margin:  0 auto;	
}

.shishin-box{
	padding: 50px 0px 50px;
}


.shishin{
	color:#fff;
	background-color: #000;
	width:400px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	margin: 10px auto;
	text-align: center;
}

.office-box{
	width: 90%;
	margin: 0 auto;
	padding: 70px 0px 50px;
}

.office-box:after{
	content:"";
	 display:block;
	clear:both;
}

.office-ph{
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-top: 20px
}

.office-text{
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	margin: 0;
	padding-left: 20px;
}


dl{
	width: 100%;
}

dt{
	float: left;
	padding-top: 8px;
}

dd{
	padding-top:8px;
	padding-left: 60px;
}

dd span{
font-size: 12px;
line-height: 12px;
}



/* ########### 767px以下 ########### */
@media only screen and (max-width: 767px) {

/* ヘッダー*/
.drawer{
	display:block;
	
}
	
.menu{
	display: none;
	}
	
.drawer-menu li a{
	color:#fff;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-weight:bold;
	text-decoration: none;
	font-size:18px;
	padding-left: 15px;
	line-height: 250%;
}		

	
/* トップ*/	
.pc-top {
	display: none !important;
}
	
.sp-top {
	display: block !important;
	}

/* トップ　グループ店舗*/	
	.store{
		padding-bottom:20px; 
	}
	
.store-inner h2{
	width: 70%;
	padding-bottom: 20px;	
}

.film-pc {
	display: none !important;
}
	
.film-sp{
	display: block !important;
	}	

/* TOP COLLABO*/
.collabo{
	padding:20px 0px 0px; 
	background-image: url("img/background.jpg");
	background-repeat:repeat-y;
}
	
.collabo-inner{
	width:100%;
	margin: 0 auto;
	padding:60px 0px 0px; 
}
	
.callabo-ph{
	width:110%;
	float:none;
}

.callabo-ph2{
	width:80%;
	float:none;
	padding: 10px 0px 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
/* TOP BRAND*/

.brand{
	padding:0px 0px 20px; 
}

	
	
.brand-ph{
	width:100%;
	float:none;
	padding-top: 50px;
}

.brand-ph img{
	width:90%;
	float:none;
}
	
.brand-ph2{
	width:100%;
	float:none;
	padding: 80px 0px 3px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	

/* TOP LEASING*/
.leasing{
	padding:40px 0px 20px; 
}
	
.leasing-ph{
	padding-top: 30px;
	display: block;
}	
	
.leasing-box h2 img{
	width: 80%;
}

.leasing-box h2{
	padding-top: 80px;
}	
	

.leasing-ph1{
	width: 100%;
}

.leasing-ph2{
	width: 100%;
}	

.leasing-ph4{
	width: 100%;
}		

/* TOP LEASEHOLD*/
.leacom{
	padding:20px 0px 0px; 
	
}
	
.leasehold{
	width:100%;
	float:none;
	padding:100px 20px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.leasehold-ph2{
	width: 70%;
	top:170px;
	left:110px;
}
	

/* TOP COMPANY*/	
.company{
	width:90%;
	float:none;
	padding:120px 0px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.company-ph img{
	width: 100%;
}	
	
.company-ph2 img{
	width: 110%;
}	
	
/* TOP CONTACT*/
	
.contact-title	img{
	width:80%; 
}

.contact-box2{
	width: 25%;
}	

.cont-text01{
	width: 85%;
}
	
.cont-text02{
	width: 100%;
}
	
.cont-text03 {
	padding: 20px 0px 50px;
}

.copyright{
padding-top: 20px;
}
	
	
.page-top {
    bottom: 10px;
    right: 10px;
}

/* グループ店舗ページ*/

.store-contents{
	padding: 50px 0px 25px;
	
}


.storepage h1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px 50px;
	
}
	
.storepage h1 img{
	width: 60%;
	
}


.store-pc {
	display: none !important;
}
	
.store-sp{
	display: block !important;
	}

.storepage-box{
	padding-bottom: 30px;	
}
	
.storepage h2{
	font-size: 15px;
	margin:0px;
	padding-top: 0px;
}
		
.storepage-info{
	font-size: 12px;
	padding: 3px 15px;
	}


.storepage-insta{
	font-size:20px;
	color: #000;
}	
	
.storepage-insta{
	vertical-align:-3%
}		

/* 会社概要ページ*/

.company-contents{
	padding: 50px 0px 25px;
	
}

.company-contents h1{
	width: 40%;
	padding: 0px 0px 50px;
	
}	

.company-header{
	padding-bottom: 0px;
}
	
.company-header img{
	width:100%;
	min-width:750px;
	height: auto;
}

.company-copy{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0px 0px;
}	
	
.companypage h2{
	font-size: 20px;
	text-align: center;
	padding: 30px 0px 10px;
	margin: 0;
}

hr{
	width:25px;
	border-style: solid 1px;
	border-color: #000;
	margin:  0 auto;	
}

.shishin-box{
	padding: 20px 0px 50px;
}


.shishin{
	width:300px;
	height: 40px;
	font-size: 15px;
}
	
.office-box{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px 50px;
}



.office-ph{
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}

.office-text{
	width:100%;
	float:none;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 12px;
}



dt{
	padding-top: 5px;
}

dd{
	padding-top: 5px;
	padding-left: 30px;
}

dd span{
	font-size: 10px;
	line-height:10px;
}	
	
}