@charset "utf-8";


@font-face {
  font-family: 'MyFont';
  src: url('LexusRodinPro-M.otf') format('opentype');
/*
  src: url('LexusRodinPro-L.otf') format('opentype');
  src: url('LexusRodinPro-EB.otf') format('opentype');
  src: url('LexusRodinPro-B.otf') format('opentype');
*/
}
 

html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



body{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height:160%;
    font-size: 16px;
    
    
        font-family: nobel, 'MyFont',sans-serif,Meiryo,sans-serif;
	font-style: normal;
}

h2,
h3,
h4,
h5,
h6,
strong,
th{
    font-weight: 400;
}


a {
	color:#333;
	outline: none;
	text-decoration: none;
	
}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{
	
}


.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}





.wrap{
   padding: 80px 0 0;
   overflow: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}





 .mainbody{
	max-width:1200px;
	margin: 0 auto;
}
.mainbody2{
	max-width:1100px;
	margin: 0 auto;
}
 .contents {
  padding: 60px 0;
}
 

.btnArea {
	background: #fff;
	padding: 40px 0
}
.pdfBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #000;
	color: #fff;
	max-width: 550px;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 15px;
}
.pdfBtn a img {
	max-height: 20px;
	margin-right: 25px;
}
.pdfBtn a:after {
	content: "";
	display: block;
	height: 11px;
	width: 11px;
	background: url(../img/icon_blank_white.png) no-repeat center center;
	background-size: contain;
	margin: 2px 0 0 10px;
}

/*ヘッダー
------------------------------------------------*/
.headerwrap{
    overflow: hidden;
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 10000;
   
    background: #000;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
     height: 80px;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    max-height: 40px;
    margin: 0 20px 0 0;
}
h1{
    font-size: 13px;
    font-weight: 400;
    color: #b3b3b3;
    line-height: 120%;
     white-space: nowrap;
     font-weight: 600;
}
.headmemu ul{
    display: flex;
}
.headmemu li{
    font-size: 15px;
    padding: 0 10px;
    white-space: nowrap;
}
.headmemu a{
    color: #fff;
}


.menubtn{
    display: none;
}




/*全体レイアウト
------------------------------------------------*/



/**スマホのメニュー***/
body .sidr{
background: #000;
color:#fff;

}
.sidr a{
color: #fff;
}


#sidr-menu{

}
.spclose {
    text-align: right;
    padding: 10px 0;
    font-size: 200%;
   
}

.spnavi{
    padding: 0 0 20px 0;
}
.spnaviinfo {
    text-align: center;
}
.spnaviinfo h2{
    text-align: center;
  font-size: 14px;
  color: #b3b3b3;
  line-height: 120%;
  margin: 0 0 20px;
}
.spnaviinfo h2 img{
    max-height: 35px;
    margin: 0 0 10px;
}


.spnavi ul{

}

.spnavi ul a{
    color: #fff;
}
.spnavi li {
position: relative;
font-size: 15px;
text-align: center;
}
.spnavi li:first-child a{
     border-top: 1px solid #fff;
}
.spnavi li a,
.spnavi li span{
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
 
}


/*フッター
------------------------------------------------*/
.footerwrap{
    background: #333;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}
.footer h2 img{
    max-height: 52px;
    margin: 0 0 10px;
}
.footer h2{
    font-size: 14px;
    color: #b3b3b3;
    line-height: 120%;
    margin: 0 0 40px;
}
.footnavi ul{
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 40px;
}
.footnavi li{
	font-size: 90%
}
.footnavi a{
    color: #fff;
}
.copyright{
    text-align: center;
    padding: 10px;
    color: #444;
}

/*トップページ
------------------------------------------------*/
/*メインビジュアル***/
.mainvisualwrap{
    background: #000;
    padding: 80px 0;
}
.mainvisual{
    position: relative;
}
.mainvisual .prev img {
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: -5%;
  display: block;
  padding: 0;
  cursor: pointer;
  z-index: 90;
  max-height: 70px;
}
.mainvisual .next img {
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  right: -5%;
  display: block;
  padding: 0;
  cursor: pointer;
  z-index: 90;
  max-height: 70px;
}

.main-dots li button {
  position: relative;
  text-indent: -9999px;
  border: none;

}
.main-dots {
 margin-top: -30px;
 text-align: left;
}
.main-dots li {
  display: inline-block;
  margin: 0 40px 0 0;
 
}
.main-dots li button {
  position: relative;
  text-indent: -9999px;
}
.main-dots li button:before {
  content: '';
  display:block;
  height: 2px;
  width: 35px;
  background:#aaa; 
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.main-dots li.slick-active button:before {
 background:#c6271e; 
}
.slick-slide .onlysp{
    display: none;
}

.topmvtxt{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.topmvtxt h2{
 font-size: 20px;
 font-weight: 400;
}
/*店舗の紹介**/
.topshopwrap h2{
    text-align: center;
    padding: 0 0 50px;
    font-size: 18px;
    font-weight: 400;
}
.topshopbox{
    display: flex;
    justify-content: space-between;
}
.topshopbox dl{
    flex-basis: 31%;
    display: flex;
    flex-direction: column;
}
.topshopbox dt{
    padding: 0 0 30px;
}
.topshopbox dd h3{
    text-align: center;
    font-size: 22px;
    padding: 0 0 20px;
}
.topshopbox table{
    width: 100%;
    margin: 0 0 20px;
}
.topshopbox td,
.topshopbox th{
    padding: 5px;
}
.topshopbox th{
    background: #f2f2f2;
}
.topshopbtn{
    margin: auto 0  0;
    text-align: center;
}
.topshopbtn a{
    display: block;
    background: #000;
    color: #fff;
    padding: 15px;
}
.topshopbtn a:after{
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url("../img/icon_blank_white.png") no-repeat top center;
    background-size: 10px;
    margin: 0 0 0 10px;
}


.topcampaignwrap{
    background: #f2f2f2;
    text-align: center;
    padding: 80px 0;
    
}
.topcampaignwrap li + li {
	margin-top: 20px;
}
.title01{
    text-align: center;
    padding: 0 0 50px;
}
.title01 h2{
    font-size: 55px;
    padding: 0 0 15px;
    line-height: 90%;
    letter-spacing: .02em;
}
.title01 h2 small{
    font-size: 60%;
}

.toptypewrap{
    background: url("../img/top/bg_owner.png") no-repeat top left #000;
    background-size:auto 100%;
}
.toptypewrap._02{
 background: url("../img/top/bg_costomer.png") no-repeat top right #000;
    background-size:auto 100%;
    border-top: 1px solid #666;
}
.toptypebox dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
._02 .toptypebox dl{
    flex-direction: row-reverse;
}


.toptypebox dt{
    flex-basis: 45%;
}
.toptypebox dd{
    flex-basis: 55%;
}
.toptypebox dd li{
    padding: 20px 0; 
}





/*コンテンツ
---------------------------------***/
.bg01wrap{
    background: #444;
    padding: 80px 0;
}
.whitebox{
    background:#fff;
    padding: 50px;
    margin: 0 0 30px;
}
.title01._white{
    color: #fff;
}


/*subPage
---------------------------------***/
.subTtl {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}
.subTtl .title01 {
	padding-bottom: 0;
}
.outlineWrap dt,.outlineWrap dd {
	width: 70%;
	text-align: left;
	padding: 15px 40px;
	border-bottom: 1px solid #ddd;
}
.outlineWrap dt:first-of-type,.outlineWrap dd:first-of-type {
	border-top: 1px solid #ddd;
}
.outlineWrap dt {
	width: 30%;
	background: #f9f9f9
}
.outlineWrap dd .txt:not(:first-of-type) {
	margin-top: .2em;
}
article >section {
	padding: 100px 0
}
#company .mainbody {
	max-width: 900px;
}



/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!important;
}


.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {



.slick-slider {
    touch-action: pan-y;
}





.wrap,
.home .wrap{
   padding-top: 60px;
}

.mainbody,
.mainbody2,
.header .mainbody{
	margin:0 20px;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 30px 0;
}
.pdfBtn a {
	max-width: 100%;
	padding: 15px 5px;
	font-size: 3.529vw;
	white-space: nowrap;
}
.pdfBtn a img {
	max-height: 5.294vw;
	margin-right: 10px;
}


/*ヘッダー
------------------------------------------------*/
.header{
     height: 60px;
}
.logo{
    display: block;
}
.logo img{
    max-height: 30px;
    margin: 0 0px 5px 0;
}
h1{
    font-size: 10px;
    font-weight: 400;
    color: #b3b3b3;
    line-height: 120%;
}
.headmemu{
    display: none;
}
.headmemu li{
    font-size: 15px;
    padding: 0 10px;
}
.headmemu a{
    color: #fff;
}


.menubtn {
  display: block;
}

.menubtn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0 auto;
    color: #fff;
    font-size: 220%;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	position: fixed;
	z-index: 9990;
	top: 8px;
	right: 10px;
}


/*フッター
------------------------------------------------*/
.footerwrap{
    padding: 30px 0;
}
.footer h2 img{
    max-height: 35px;
    margin: 0 0 10px;
}
.footer h2{
    font-size: 12px;
    margin: 0 0 0px;
}
.footnavi ul{
    display: none;
    justify-content: center;
}
.footnavi li{
    padding: 0 30px;
}
.footnavi a{
    color: #fff;
}
.copyright{
    text-align: center;
    padding: 10px;
    color: #444;
}





/*トップページ
------------------------------------------------*/
/*メインビジュアル***/
.mainvisualwrap{
    background: #000;
    padding: 20px 0;
}
.mainvisual{
    position: relative;
}
.mainvisual .prev img {
  height: 30px;
}
.mainvisual .next img {
height: 30px;
}
.mainvisual.slick-slider{
    margin: 0;
}
.main-dots {
 margin-top: 20px;
 text-align: center;
}
.topmvtxt{
    padding: 20px 0;
}

.topmvtxt h2{
 font-size: 15px;
}
.slick-slide .onlypc{
    display: none;
}
.slick-slide .onlysp{
    display: block;
}

/*店舗の紹介**/
.topshopwrap h2{
    padding: 0 0 20px;
    font-size: 16px;
}
.topshopbox{
    display: block;

}
.topshopbox dl{
    margin: 0 0 50px;
}
.topshopbox table{
    margin: 0 0 30px;
}

.topcampaignwrap{
    padding: 40px 0;
    
}
.title01{
    padding: 0 0 20px;
}
.title01 h2{
    font-size: 35px;
}

.toptypewrap{
    background: url("../img/top/bg_owner.png") no-repeat top center #000;
    background-size: 100% auto;
}
.toptypewrap._02{
 background: url("../img/top/bg_costomer.png") no-repeat top center #000;
    background-size: 100% auto;
}
.toptypebox dl{
    display: block;
}

.toptypebox dt{
   
}
.toptypebox dd{
   
}
.toptypebox dd li{
    padding: 10px 0; 
}




/*コンテンツ
---------------------------------***/
.bg01wrap{
    padding: 40px 0;
}
.whitebox{
    padding: 20px;
}









.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

	
	
	
	
	/*sub
	-------------------------------------------------------*/
	.subTtl {
		padding: 20px 0;
	}
	article >section {
		padding: 50px 0
	}
	.outlineWrap dt, .outlineWrap dd {
		width: 100%;
		padding: 10px 20px;
		border-top: none!important;
		border-bottom: none;
		font-size: 90%;
	}
	.outlineWrap dt {
	}
	.officeWrap dt::after {
		width: 50%;
	}
	.outlineWrap dd {
		padding-bottom: 15px;
	}
	.officeWrap {
		display: block;
	}
	
	
	
	
	
	
	
	
	
	
}





/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{
  
}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}

