
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
	/*font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif \9;*/
	-webkit-font-smoothing: antialiased; /* Safari フォント表示補正 */
	-moz-osx-font-smoothing: grayscale;  /* Firefox フォント表示補正 */
	
	word-break: break-word;/*自動改行*/
	
	background: #dbdbdb;
	
	overflow-x: hidden;
	
	line-height: 1.5;
	letter-spacing: 0.1rem;
	font-weight: 400;
    -webkit-font-feature-settings: "paln";
    font-feature-settings: "palt";
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

ul{
	list-style-type:none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}





/***************************************

header

***************************************/





header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	/*background-color: rgb(256,256,256);*/
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: left;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 17%;
	padding: 1% 0 0 1%;
	
}

ul.topmenu li{
	width: 100%;
	margin: 0 auto;
}

ul.topmenu li.li60{
	width: 60%;
	float: left
}
	
ul.topmenu li.li40{
	width: 40%;
	float: left
}

div.panList_arr{
	text-align: right;
	padding: 2% 0 0 2%;
}


.fabcolor{color: #000;}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

	

	header{
	width: 100%;
	
	}


	.back_W{background: #fff}	
	
div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	/*background-color: rgb(0,0,0);*/
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 30%;
	padding: 2% 0 0 2%;
	
}

ul.topmenu{
	width: 100%;
	
}

ul.topmenu li.li60{
	width: 100%;
	
}
	
ul.topmenu li.li40{
	width: 100%;
	
}

div.panList_arr{
	text-align: center;
	padding: 2% 0 0 2%;
}


	
	
	
	
 
}


/***************************************

ぱんくず

***************************************/


.panList {}


.panList_item {
  display: inline;

  font-size: 1rem;
  line-height: 1.0;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
	color: #000;
}

.panList_item2 {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  padding-right: 6px;
 padding-left: 10px;
	color: #000;
}

.panList_item a {
  color: #000;
}

.panList_item a:hover {
  color: #000;
  text-decoration: none;
}


@media (max-width:1024px) {
	
	.panList{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	
	}
	
	
	
  .panList_item {
    font-size: 1rem;
    padding-right: 3px;
	  
  }
}

.panList_item:before {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  content: "/";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .panList_item:before {
    margin-right: 5px;
  }
}

.panList_item:first-child {
  padding-left: 0px;
}

.panList_item:first-child:before {
  display: none;
}







/***************************************

section

***************************************/

.first{
  width: 100%;
  margin: 0 auto;
clear: both;
  
}

.second{
  width: 100%;
  margin: 2% auto;
 text-align: center;
	
line-height: 3rem;
  clear: both;
}

.third{
  width: 100%;
  margin: 10% auto 2%;
 text-align: center;
	
line-height: 3rem;
	clear: both;
  
}


.forth{
  width: 100%;
  margin: 10% auto 2%;
 text-align: center;
	
line-height: 3rem;
	clear: both;
  
}

.fifth,.sixth,.seventh,.eighth,.nineth,.tenth,.eleventh{
  width: 100%;
  margin: 8% auto 2%;
 text-align: center;
	
line-height: 3rem;
	clear: both;
  
}





@media (max-width:1024px) {
	
.second{
  width: 90%;
  margin: 2% auto;
 text-align: left;
	
line-height: 3rem;
  clear: both;
}	
	
	.second p br{
		display: none;
	}
.third{
  width: 100%;
  margin: 30% auto 2%;
 text-align: center;
	
line-height: 3rem;
	clear: both;
  
}	
	
	}

/***************************************

slider

***************************************/

.slider-for{
	margin: 0 auto;}   








.bg2{	
background:url(../190204/feature/image/190204-reserv-01.jpg) no-repeat center center;
background-size:cover;
}

.bg3{	
background:url(../190204/feature/image/190204-reserv-02.jpg) no-repeat center center;
background-size:cover;
}

.bg4{	
background:url(../190204/feature/image/190204-reserv-03.jpg) no-repeat center center;
background-size:cover;
}

.bg5{	
background:url(../190204/feature/image/190204-reserv-04.jpg) no-repeat center center;
background-size:cover;
}

.bg6{	
background:url(../190204/feature/image/190204-reserv-05.jpg) no-repeat center center;
background-size:cover;
}

.bg7{	
background:url(../190204/feature/image/190204-reserv-06.jpg) no-repeat center center;
background-size:cover;
}

.bg8{	
background:url(../190204/feature/image/190204-reserv-07.jpg) no-repeat center center;
background-size:cover;
}

.bg9{	
background:url(../190204/feature/image/190204-reserv-08.jpg) no-repeat center center;
background-size:cover;
}
.bg10{	
background:url(../190204/feature/image/190204-reserv-09.jpg) no-repeat center center;
background-size:cover;
}

.bg11{	
background:url(../190204/feature/image/190204-reserv-010.jpg) no-repeat center center;
background-size:cover;
}


p.fonTitle{
	

font-size: 2rem;	
line-height: 7rem;
letter-spacing: 0.2rem;
position: relative;/*高さがわからない要素の縦センター*/
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
	
text-align: center;	
	
	
}

.color_W{
	
	color: #fff;
}

span.fonTitle2{
	
display: block;	
font-size: 10rem;
font-family: 'Alex Brush', cursive;	
}


span.jump_A{
	width: 100%;
	padding: 1% 2% ;
	background: #000;
	color: #fff;
	font-size: 1.5rem;
	
}

span.jump_A:hover{
	width: 100%;
	padding: 1% 2% ;
	background: #FFF;
	color: #000;
	font-size: 1.5rem;
	
	
	
}



div.slider-nav{
	top:-100px;
	margin: 0 auto;
	width: 45%;
	
}

div.thumbnail{
	margin:0 5px;
}

div.thumbnail img{
	margin: 0 auto;
	width: 100%;	
	
	
}

@media (max-width:1024px) {
	
	
p.fonTitle{
	

font-size: 1.3rem;	
line-height: 4rem;
letter-spacing: 0.2rem;
position: relative;/*高さがわからない要素の縦センター*/
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
	
text-align: center;	
	
	
}
	
	
span.jump_A{
	width: 100%;
	padding: 2% 2% ;
	background: #000;
	color: #fff;
	font-size: 1.3rem;
	
}

span.jump_A:hover{
	width: 100%;
	padding: 2% 2% ;
	background: #FFF;
	color: #000;
	font-size: 1.3rem;
	
	
	
}	

span.fonTitle2{
	
display: block;	
font-size: 5rem;
font-family: 'Alex Brush', cursive;	
}
	
	
div.slider-nav{
	top:-50px;
	margin: 0 auto;
	width: 90%;
	
}	
	
div.thumbnail{
	margin:0 3px;
}
	
div.thumbnail img{
	margin: 0 auto;
	width: 100%;	
	
	
}	
	
	
}



/***************************************

third～

***************************************/


ul.brand{
	width: 75%;
	margin: 0 auto;
	clear: both;
	overflow:hidden;
	padding-top: 2%;
	
	
}

ul.brand img.item_s{
	width: 70%;
	margin: 0 auto;
	clear: both;
	
}





p.brand_name{
	font-family: 'Alex Brush', cursive;	
}

p.brand_setumei{
	width: 80%;
	margin: 0 auto;
	text-align: left
}



ul.item{
	width: 50%;
	margin: 3% auto 5%;
	clear: both;
	overflow:hidden;
}	
	





img.item_b{
	width: 80%;
	margin: 0 auto;
}




ul.item p{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 2% 0;
	
}

ul.item p.item_setumei{
	
	padding: 8% 0 3%;
	
}

ul.item hr {
	width: 90%;
    border-top: 1px dashed #333;
	
}


ul.item p.jump {
	width: 50%;
	margin: 5% auto 0 ;
    background: #000;
	color:#fff;
	text-align: center;
	
}


ul.item2{
	width: 60%;
	margin: 0 auto ;
	clear: both;
	padding-top: 3%;
	overflow:hidden;
}

ul.item2 li{
	margin-bottom: 4%;
}

ul.item2 p,ul.item3 p{
	line-height: 1.8rem;
}

ul.item2 img.item_s{
	width: 80%;
	margin: 0 auto;
}



ul.item3{
	width: 50%;
	margin: 0 auto ;
	clear: both;
	padding-top: 3%;
	overflow:hidden;
}

ul.item3 li{
	margin-bottom: 4%;
}

ul.item3 img.item_s{
	width: 90%;
	margin: 0 auto;
}


p.jump_L{
	color: #000;
	border: solid 3px #000;
	padding: 1rem;
	margin: 0 auto;
	width: 40%;
	clear: both;
	font-weight: 800;
	
	
}


p.jump_T{
	color: #FFF;
	background: #000;
	padding: 0.1rem;
	margin: 0 auto;
	font-size: 1rem;
	width: 25%;
	clear: both;
	
	
	
}


a:hover p.jump_L{
	color: #fff;
	border: solid 3px #000;
	background: #000;
	padding: 1rem;
	margin: 0 auto;
	width: 40%;
	clear: both;
	font-weight: 800;
	
	
}

span.Bettu{
	color: #fff;
	background: #86c1a6;
	padding: 0.5rem;
	margin: 0 auto;
	width: 50%;
	clear: both;
	font-size: 1.0rem;
	line-height: 3rem
	
	
	
}


@media (max-width:1024px) {
	
	ul.brand{
	width: 95%;
	margin: 0 auto;
	clear: both;
	overflow:hidden;
	
}
	
	
	ul.brand img{
	width: 100%;
	margin: 0 auto;
	clear: both;
	
}
	

p.brand_setumei{
	width: 95%;
	margin: 0 auto;
	text-align: left
}



ul.item{
	width: 95%;
	margin: 10% auto 35%;
	clear: both;
	overflow:hidden;
}	
	


img.item_b{
	width: 80%;
	margin: 0 auto;
}




ul.item p{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 2% 0;
	
}

ul.item p.item_setumei{
	
	padding: 8% 0 3%;
	
}

ul.item hr {
	width: 90%;
    border-top: 1px dashed #333;
	
}


ul.item p.jump {
	width: 50%;
	margin: 5% auto 0 ;
    background: #000;
	color:#fff;
	text-align: center;
	
}


ul.item2{
	width: 95%;
	margin: 0 auto ;
	clear: both;
	padding-top: 8%;
	overflow:hidden;
	
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

ul.item2 li{
	margin-bottom: 4%;
}

ul.item2 p,ul.item3 p{
	line-height: 1.8rem;
}

ul.item2 img.item_s{
	width: 90%;
	margin: 0 auto;
}



ul.item3{
	width: 95%;
	margin: 0 auto ;
	clear: both;
	padding-top: 8%;
	overflow:hidden;
	
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
	
	
ul.item3 li{
	margin-bottom: 4%;
}
	
ul.item3 p{
	width: 85%;
	margin: 0 auto;
}	

ul.item3 img.item_s{
	width: 90%;
	margin: 0 auto;
}


p.jump_L{
	color: #000;
	border: solid 3px #000;
	padding: 1rem;
	margin: 0 auto;
	width: 90%;
	clear: both;
	font-weight: 800;
	
	
}


a:hover p.jump_L{
	color: #fff;
	border: solid 3px #000;
	background: #000;
	padding: 1rem;
	margin: 0 auto;
	width: 90%;
	clear: both;
	font-weight: 800;
	
	
}


	
	
	}

/***************************************
line-heigh グリッド
***************************************/

.lineH23{
	line-height: 2.3rem
	}
.lineH30{
	line-height: 3.0rem
	}
.lineH35{
	line-height: 3.5rem
	}


.magT2{
	margin-top: 2%;
}


/***************************************
li グリッド
***************************************/


li.li100{
	width: 100%;
	
}

li.li50{
	width: 50%;
	float: left;
	
}

li.li30{
	width: 33.333%;
	float: left;
	
}

li.li25{
	width: 25%;
	float: left;
	
}

li.li20{
	width: 20%;
	float: left;
	
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
	
	li.li50{
	width: 100%;
	float: left;
	
}

li.li30{
	width: 50%;
	float: left;
	
}

li.li25{
	width: 50%;
	float: left;
	
}

li.li20{
	width: 50%;
	float: left;
	
}
	
	
	}

/***************************************
font グリッド
***************************************/


.font10{
	font-size: 1.0rem;
}

.font11{
	font-size: 1.1rem;
}

.font12{
	font-size: 1.2rem;
}

.font13{
	font-size: 1.3rem;
}

.font14{
	font-size: 1.4rem;
}

.font15{
	font-size: 1.5rem;
}

.font16{
	font-size: 1.6rem;
}

.font17{
	font-size: 1.7rem;
}
.font18{
	font-size: 1.8rem;
}

.font20{
	font-size: 2.0rem;
}

.font23{
	font-size: 2.3rem;
}
.font24{
	font-size: 2.4rem;
}

.font25{
	font-size: 2.5rem;
}

.font30{
	font-size: 3.0rem;
}

.font35{
	font-size: 3.5rem;
}

.font40{
	font-size: 4.0rem;
}

@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
.font12{
	font-size: 1.1rem;
}	
	
.font16{
	font-size: 1.4rem;
}	
	
	}






/***************************************

pagetop

***************************************/



.pagetop {
    position: fixed;
    bottom: 140px;
    right: -8%;
}

.pagetop img{
    width: 25%
}


@media screen  and (max-width:1024px){
	
	
	
	.pagetop {
    position: fixed;
    bottom: 120px;
    right: -60%;
}

.pagetop img{
    width: 20%
}
	
}




/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:0 auto;
}

footer > p{
	font-size: .7rem;
	

}

@media screen  and (max-width:1024px){
	
	footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:0 auto;
		
		padding-bottom: 30%
}
	
	}
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

