@charset "utf-8";
/* CSS Document */
/* @group Reset */



a { text-decoration : none}
ul { list-style : none}
ol{ margin-left:40px;}
img { vertical-align : middle}
.wf-mplus1p { font-family: "M PLUS 1p";}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; font-weight:bold; }

/*flotするとdivから出る場合の解除*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}



a{/*リンクされた文字*/
    color:#F60;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#333;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#333;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#1b66fe;
    font-style:normal;
    /*text-decoration:underline;*/
}
a:active {/*クリック中*/
    text-decoration:none;
}
/* @end */


/* @group Fluid-img */

img { max-width : 100%}
.img_topics{
	width:50%;
	
	text-align:center;
	}



/*画像斜め*/
.r-5{transform: rotate( -5deg );}
.r5{transform: rotate( 5deg );}
/* @end */


/* @group HTML */

html {
font-family : verdana, sans-serif;
font-size : 75%; /*レスポンシブタイプセッティングの指定*/

line-height : 1.75;
overflow:auto;}


/* @end */




html {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.75em;


	}
body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
	color:#333;
	font-weight:300;
}

a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}



/* @group Header */

header {
	text-align : center;
	/*padding-top : 1.5em;*/
}

header h1 { margin-bottom : 0.5em}
header h2 { color : #fff}

.yellow{
	color:#feb31b;}
.red{
	color:#F03;}
.pink{
	color:#fe1b66;}
.pink2{color:#F69}	

.blue{
	color:#1b66fe;}

.blue2{
	color:#69F;}
	
.deep{
	color:#421bfe;}

.aqua{
	color:#1bd8fe;}
	
.bg_w{
	background-color:#FFF;
	padding:10px;
	border-radius:10px;
	}	
.bg_g{
	background-color:#FFF;
	padding:10px;
	border-radius:10px;
	border-color: #333 soild 1px;
	}	
.bg_pur{
	background-color:#C9F;
	/*color:#A04FB5;*/
	
	}
	
.bg_lpur{
	background-color:#EFE1F2;
	
	}
	
.bg_y{
	background-color:#FF9;
	
	}	

/* @end */


.wrapper{
	width: 90%;
	margin:0 auto;
	}
	
	.content {
	background:#F0FAFF;
	padding:20px;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
@media screen and (max-width: 767px) {	


.content {
	/*background:#E8FFFF;*/
	padding:10px 0;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
	
	}

/*ふわっとでてくるsection*/

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5%;
  box-sizing: border-box;
}
 
section div {
  width: 23%;
  height: 300px;
  margin: 0 0 2.5vw;
  padding: 3%;
  box-sizing: border-box;
  background: #09c;
}



/*ふわっとアニメーション*/
.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}



/*//ふわっと*/



/*ふきだし*/
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em ;
  padding: 7px 10px;
  width: 50%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #1b66fe;
  box-sizing: border-box;
  border-radius: 15px;
  line-height:1.75em;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  /*margin-left: -15px;*/
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  /*margin-left: -17px;*/
  border: 13px solid transparent;
  border-bottom: 14px solid #1b66fe;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 20px;
}



/*最小 ふきだし*/
@media screen and (max-width: 767px) {

	
	
	
.balloon2-top {
  position: relative;
  display: inline-block;
  margin:0 auto;
  padding: 7px 10px;

  width: 90%;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 2px #1b66fe;
  box-sizing: border-box;
  border-radius: 20px;
  line-height:1.6em;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;

}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #1b66fe;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 20px 0;
}


}

/*//ふきだし*/






.footer{
	width: 100%;
	background:#421bfe;
	padding:20px;
	color:#FFF;
	margin-top:7em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

			.footer p{
				text-align:center;

	
	
	}


.footer ul {
    display:table;
   /* table-layout:fixed;*/
   width:80%;
   margin:0 auto;
   /*text-align: center;*/

}
.footer ul li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	padding:0 20px;
   /* background-color:red;*/
    border-left:1px solid white;
}
.footer ul li:first-child {
    border:none;    
}
.footer ul li a {
    display:block;
    text-decoration:none;
    color:white;
}

@media screen and (max-width: 767px) {
	.footer{
	width: 100%;
	background:#421bfe;
	padding:20px 0;
	color:#FFF;
	margin-top:7em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
	.footer ul {
   display:inherit;
   table-layout:auto;
   /*width:100%;*/
   /*margin:0 auto;*/
   /*text-align: center;*/

}
.footer ul li {
display:inherit;
    /*vertical-align:middle;*/
    text-align:center;
	/*padding:0 20px;*/
   /* background-color:red;*/
   border-left:none;
}
.footer ul li:first-child {
    border:none;    
}
.footer ul li a {
    display:block;
    text-decoration:none;
    color:white;
}
	
	
	}






/*header_ナビゲーションバーの設定　indexのみ*/	
/*PCヘッダーの幅*/
.inner {
	width: 80%;
	margin: 0 auto;
}
/*.inner:after {
	content: "";
	clear: both;
	display: block;
}*/




	
/* header　indexのみ */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 20px;
	display:none;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	top:5px;
	font-size: 14px;
	
}
#global-nav ul li {
	float: left;
	position: relative;
	font-weight:bold;

}
#global-nav ul li a {
	padding: 0 20px;
}

.h-by {
	color:#421bfe;
	
	
	}
.h-by:hover{color:#FC0;}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #feb31b;
	bottom: -20px;
}
#btn:hover:after {
	display:none;
	
	}
/* Fixed スクロール固定 下層ページのナビ*/
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	/*padding-top: 40px;*/
	height: 40px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 20px;
	color: #333;
	margin-top:-10px;
	display:inline;
}
#top-head.fixed #global-nav ul{
	top:-5px;
	
	}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #feb31b;
	bottom: -20px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

*/


/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}



/*中間*/


@media screen and (min-width: 800px) {

#top-head{
	  line-height: 2em;

	
	}
}

@media screen and (max-width: 1024px) {
	
	/*ナビバーindexのみ*/
	article {
		padding: 0 30px;
	}
	.inner {
		max-width: 1024px;
		padding: 0 0px;
	}
	
		
	#top-head .logo {
		float:none;
	text-align:left;
	font-size: 20px;
	color:#1bd8fe;
	margin-top:-15px;
	padding-left:15px;
	

}


#top-head{
	  line-height: 2em;

	
	}

#global-nav ul{
	position:relative;
	top:10px;
	float:none;
	max-width:840px;
	margin:0 auto;}
	
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #feb31b;
	bottom: -10px;
}
	
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -5px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #feb31b;
	bottom: -10px;
}
	
	
/* Fixed スクロール固定　下層ページのナビ*/
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	/*padding-top: 20px;*/
	height:80px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	/*height:35px;*/
	color: #333;
	margin-top:-10px;
	display:block;
}
#top-head.fixed #global-nav ul{
	margin-top:5px;
	
	}
#top-head.fixed #global-nav ul li a {
	color:#333;
	padding: 0 20px;
}

/* Btn Hover */

#top-head.fixed #global-nav ul li a:hover{/*マウスをのせたとき*/

    color:#feb31b;

}

#global-nav ul li:after {
	display:none;
	
}
#global-nav ul li:hover:after {
	display:none;

}



/*固定ナビここまで*/
}


/*最小*/
@media screen and (max-width: 839px) {
	/*ナビバーindexのみ*/
	#main-visual {
		height: 500px;

	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		line-height:2em;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0px;
		background: transparent;
		background:rgba(255,255,255,0.7);
		height: 56px;
	}


	#mobile-head {
	
		width: 100%;
		/*height: 56px;*/
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 23px;
		color: #333;
		font-size: 18px;
	}
/*モバイルフレックス時のずれ対策*/
#top-head.fixed .logo{
	margin-top:-10px;
	display:inline;

	}
	

	
	
/**/
	#global-nav {
		position: absolute;
		
		top: -500px;
		background: rgba(0,0,0,0.5);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 13px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav  */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}



/*TOP画像をナビバー分下げる*/
/*.top_img_warp{
	height:56px;
	
	}*/


}

/*///ヘッダーナビ*/
	
	
	
	
	/*PC　フォント*/
@media screen and (min-width:1024px) {
p.topics{
	padding:1em 0em 2em 0em;
	text-align:center;
	text-indent:1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:180%;
	line-height:1.75em;
	

	
	
	}
.topics h1{
	text-align:center;
	font-size:102%;
padding: 0.5em 0;/*上下の余白*/
/*border-top: solid 3px #feb31b;/*上線*/
/*border-bottom: solid 3px #feb31b;/*下線*/
margin-bottom:1em;
	font-size:200%;
	line-height:1.5em;
}

		}
		
/*中間ブラウザ　フォント*/		
		
				

			
			.footer p{
	width:100%;
	margin:0 auto;
	
	
	}

			
			
		}

/*中間ブラウザフォントここまで*/

/*最小ブラウザフォント*/
		@media screen and (max-width: 540px) {
			

	
	
	.footer{

max-width:90%;
	margin-top:7em;
			}
			
			.footer p{
	max-width:90%;
	margin:0 auto;
	font-size:70%;
	line-height:1.75em;
	
	
	}	
			




			
				/*回り込み*/

	 .right{
		 display:none;
	}
	
	.left{
	text-align:center;
	margin:0 auto;
	padding-bottom:2em;
	}
	h1{
	text-align:center;
	}
h2{
	text-align:center;
	}	
.clear{
	clear:both;
	}	
		
.item{
	width:32%;

	
	}
	


				
		}
/*ここまで最小ブラウザ font	*/

		
/*回り込み*/
.right{
	float:right;
	margin-right:10px;
	
	}
.side_right	{
	float:right;	
	
	}	
.left{
	float:left;
	
	}	
.clear{
	clear:both;
	}
	

	
/*画像均一*/

.menu{
	margin-bottom:2em;
	
	}
.item img{
	width:100%;
	height:100%;
	
	}
.item{
		/*width:32%;*/
  display: inline-flex;
justify-content: space-between;	
	}
	
	
/*top_title画像文字*/	
#index_img {/*親div*/
  position: relative;/*相対配置*/
  }	
  
#index_img .slide {
	z-index:999;
 position: absolute;/*絶対配置*/
  /*color: white;/*文字は白に*/
 /*top: 50%;
  left: 30%;
  -ms-transform: translate(-50%,-30%);
  -webkit-transform: translate(-50%,-30%);
  transform: translate(-50%,-30%);
  margin:0;
  padding:0;
  font-weight: bold; /*太字に*/
 /* font-size: 300%;/*サイズ2倍*/
  
  }	
	
#index_img .rsv {
	z-index:999;
 position: absolute;/*絶対配置*/
 width:20%;
 right:0;
 bottom:0;
}
	
/*タイトル画像文字*/	
#title_img {/*親div*/
  position: relative;/*相対配置*/
    margin-top:70px;
  }	
#title_img img{
	width:100%;
	  height: 150px;
  object-fit: cover;
}
#title_img p {
 position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
 top: 50%;
 left: 50%;

  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold; /*太字に*/
  font-size: 300%;/*サイズ2倍*/
  /*font-family :"游明朝", Times, serif;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
  }

/*#title_img img {
  width: 100%;
  } */
@media only screen and ( max-width: 1000px ) /* 640 */
		{  
		
	#title_img p {
 position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
 top: 50%;
 left: 50%;

  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold; /*太字に*/
  font-size: 200%;/*サイズ2倍*/
  /*font-family :"游明朝", Times, serif;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
  }	
		
		}
  
	
/*topic*/
.topics{
	padding:1em 0em 2em 0em;
	text-align:center;
	/*text-indent:1em;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	line-height:1.75em;
	

	
	
	}
.topics h1{
	text-align:center;
	font-size:102%;
padding: 0.5em 0;/*上下の余白*/
/*border-top: solid 3px #feb31b;/*上線*/
/*border-bottom: solid 3px #feb31b;/*下線*/
/*margin-bottom:1em;*/
	font-size:200%;
	line-height:1.5em;
}




/*最小topics*/
@media only screen and ( max-width: 767px ) /* 640 */
		{
		.topics{
	padding:1em 0em 2em 0em;
	text-align:center;
	/*text-indent:1em;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	
	}	

		
	.topics h1{
	text-align:center;
	font-size:100%;
/*padding: 0.5em 0;/*上下の余白*/
/*border-top: solid 3px #feb31b;/*上線*/
/*border-bottom: solid 3px #feb31b;/*下線*/
/*margin-bottom:1em;*/
	font-size:150%;
	
}
			
			}
			
			
			
/*車両・料金*/			
			
.box_w{
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:40px;
	clear:both;
	background:#FFF;
	width:60%;
	}

.box_w h2{
	padding:20px 0px 20px 20px;
	text-align:left;
	}
	
	.box_w p{
		padding:20px;
	}
.place{
	padding-bottom:20px;
	font-size:120%;
	 margin:0 auto;
	 
	}
	
	
	.place ul {
  font-size: 0;
  text-align: center;
}

.place li {
  display: inline-block;
  font-size:14px;
  padding: 0 10px;
  border-left:5px solid #333;
}

			
			
.cars ul {
    display:table;
  table-layout:fixed;
  position: relative;

  margin:0 20px;
  text-align: center;

}
.cars ul li {
    display:table-cell;
	position: relative;
   vertical-align:middle;
    text-align:center;
	margin:0 2px;
	width:100px;
	font-size:10px;
	font-weight:bold;

	
   /* background-color:red;*/
   /* border-left:1px solid white;*/
}

.cars li {float:left;
white-space:nowrap;


}

.this{
	width:80px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	
    border:1px solid #F36;
	background-color:#FFD9EC;
	border-radius:20px;
	color:#F36;
}

/*料金表*/	
table.price{
	border-collapse: collapse;
	margin:0 auto;
	
	

}
	
.price tr,td,th {border: solid 1px #666;
padding:10px;}	

.season_on{
border-collapse:separate;
	background-color:#F69;
	padding:10px;
	line-height:1.2em;



	
	}
	

			
			
.season_off{
border-collapse:separate;
	background-color:#69F;
	padding:10px;

	line-height:1.2em;

	
	}	
.season_off td{
	height:50px;
	vertical-align:middle;
	color:#69F;
	}				
			
.bg-r{
	
    border:1px solid #666;
	background-color:#F4F4F4;
	margin:3px;
	padding:3px 0px;
	cursor:pointer;

	/*color:#F36;	*/	
}

.car_option{
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
	border-collapse: collapse;
	border:none;
	}

.car_option th{
	text-align:left;
	background-color:#CCC;
	}
.car_option td{
	background-color:#F2F2F2;
	}	
	
	
	
.k_w{
border-collapse:separate;
	background-color:#FC3;
	padding:10px;
	line-height:1.2em;
	
	}
	
.k_c{
border-collapse:separate;
	background-color:#F90;
	padding:10px;
	line-height:1.2em;
	
	}	

/*最小早割*/
@media only screen and ( max-width: 40em ) /* 640 */
		{
		
.sale_90 .maru{
	background-color:#BD0000;
	
	}
	
.sale_60 .maru{
	background-color:#006;
	
	}	
.sale_30 .maru{
	background-color:#030;
	
	}		
.maru{
	width:50px;
	height:50px;
	border-radius: 50%;
	margin-top:10px;
	
	}
.maru p{
	text-align:center;
	padding: 15px 0 0 0;
	transform: rotate(-7.5deg);
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	 line-height:1em;
	
	}
.maru p span{
	font-size:90%;
	 font-family: 'Lobster';
	
	
	
	}	
.sale_price{
		font-size:150%;
	 font-family: 'Lobster';
color: #fff;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	
	}
			
			
			
			
			}
		
/*最小早割ここまで*/		

/*クーポン*/



#coupon h3 {
    font-size: 200%;
    line-height: 50px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
} 
#coupon p {
    font-size: 15px;

    font-family: Helvetica, sans-serif;

    text-align: center;
    text-transform: uppercase;
	padding:20px 0;
	color:#630;
} 
 
 
h2.vintage
{
	 font-size: 200%;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
  background: lighten(brown, 5%);
  color:#F30;
  font-family: 'Lobster';
  text-shadow:none;
  border-bottom: double 6px #FC0;
  line-height:1.5em;
  
}


.title_y{
	background: lighten(brown, 5%);
  font-family: 'Lobster';
  text-shadow:none;
	color:#FC0;
	
	} 
#coupon {
    background-color:#FFF;
    height:auto;
    width: 100%;
    margin: 20px auto;
	transform:none;
	border-radius: 0px;
	border: 3px solid #FC0;
/*shadow*/
    -webkit-box-shadow: 10px 10px 10px #600;
    -moz-box-shadow: 10px 10px 10px #600;
    box-shadow: 10px 10px 10px #600;


}

		

/*送信ボタン*/
.center{text-align : center ; }
.square_btn {
    display: inline-block;
    padding: 2em 4em;
    text-decoration: none;
    color: #feb31b;
    border: solid 2px #feb31b;
    border-radius: 3px;
    transition: .4s;
	background-color:#FFF;
	font-size:200%;


}

.square_btn:hover {
    background: #feb31b;
    color: white;
	cursor:pointer;
}


/*pp、ご利用ガイド*/

.pp{
	padding:0 20px;
	width:80%;
	text-align:left;
	
	}

.pp h2 {
	margin: 50px 0 40px 0;
	font-size:1.5em;
	line-height:140%;
 border-bottom: double 5px #888;
}

.pp ul{
	background-color:#FFF;
	padding:20px;
	
	
	}
@media screen and (min-width: 1000px) {
	
	.pp{
	padding:0 20px;
	width:60%;
	}
	
	
	.pp ul{
	background-color:#FFF;
	padding:20px;
	
	
	}
	
}



@media screen and (max-width: 600px) {	
.pp{
	padding:0px;
	width:100%;
	text-align:left;
	
	}

.pp h2 {
	margin: 30px 10px 10px 10px;
	font-size:1.2em;
	line-height:140%;



}


.pp ul{
	background-color:#FFF;
	padding:20px;
	
	
	}

}
	
	/*FaQ*/
	
.faq{
	padding:0 20px;
	width:80%;
	text-align:left;
	
	}

.faq h2 {
	margin: 30px 0 10px 0;
	font-size:1.2em;
	line-height:140%;
	color:#421bfe;
	font-family: "M PLUS Rounded 1c"; font-weight:bold; 

}



.faq ul{
	background-color:#FFF;
	padding:20px;
	
	
	}

@media screen and (min-width: 1000px) {
	
	.faq{
	padding:0 20px;
	width:60%;
	}

	.faq h2 {
	margin: 30px 0 10px 0;
	font-size:1.5em;
	line-height:140%;
	color:#421bfe;
	font-family: "M PLUS Rounded 1c"; font-weight:bold; 

}
	
}
		
	
@media screen and (max-width: 600px) {	
.faq{
	padding:0px;
	width:100%;
	text-align:left;
	
	}

.faq ul{
	background-color:#FFF;
	padding:20px;
	
	
	}

.faq h2 {
	margin: 30px 10px 10px 10px;
	font-size:1em;
	line-height:140%;
	color:#421bfe;
	font-family: "M PLUS Rounded 1c"; font-weight:bold; 

}

}
	

/* 会社概要（リスト） */ 
#company .info {
    background-color:#FFF;
    position: relative;
    width: 60%;
    height: auto;
    /*margin-top: 50px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#company tr{
    border-bottom: dashed 1px #333333;
}
#company tr:last-child { /* リストの最後のセルの枠線 */ 
    border: none;
}

#company th {
    color: #feb31b;
    width: 30%;
    vertical-align: top;
    display:table-cell;
    padding: 18px 0px 18px 10px;
	font-size:120%;
}
#company td {
    color: #333333;
    width: 100%;
    padding: 18px 0px 18px 0px;
	font-size:120%;
}

@media screen and (max-width: 1001px) {
    #company {
        /*padding-top: 100px;*/
    }

    #company h2 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
        color: ##feb31b;
    }

    #company h3 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        color: ##feb31b;
    }

    /* 会社概要（リスト） */ 
    #company .info {
        /*background-color: #F3F3F3;*/
        position: relative;
        width: 90%;
        height: auto;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    #company tr{
        border-bottom: dashed 1px #333333;
    }
    #company tr:last-child { /* リストの最後のセルの枠線 */ 
        border: none;
    }

    #company th {
        color: #feb31b;
        width: 10%;
        vertical-align: top;
        display:table-cell;
        padding: 18px 18px 18px 10px;
        white-space: nowrap;
    }
    #company td {
        color: #333333;
        width: 70%;
        padding: 18px 5px 18px 0px;
    }
}


/*画像とテキスト*/
.img_text{
	margin:0 auto;
	margin-bottom:20px;
	clear:both;
	background:#FFF;
	width:60%;
	}
	
 /*背景クリア*/	
.img_text_c{
	margin:0 auto;
	margin-bottom:20px;
	clear:both;
	width:60%;
	}
	

.img_text h2{
	padding:20px 0px 20px 20px;
	text-align:left;
	}
	
	.img_text p{
		padding:20px;
	}


.img_text img{
	float: left;
   width: 30%;
   margin:0px 20px 100px 50px ;	
	
	}

.img_text p{
	text-align:left;
	}
	
	
	@media screen and (max-width: 1000px) {
.img_text{
	clear:both;
	background:#FFF;
	width:90%;


	}
	
.img_text img{
 width: 100%;
 margin:0px 0px 20px;	

	}	
	
.img_text h2{
	padding:40px 0px 40px 20px;
	text-align:center;
	font-size:120%;
	}
		

	.img_text p{
		padding:0px 20px 20px 20px;
	}
		
	}


/*画像並べる*/

.flex{
	width:80%;
	margin:0 auto;

	}


.flex dl{
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	/*justify-content: flex-start;*/
	justify-content: center;
	/*margin-top: 20px;*/
	/*border-bottom: 1px solid #d4d4d4;*/

}
.flex dd{
	margin:0px 3px 6px 3px;}
/*.flex dl dt{
	font-size: 16px;
	width: 13em;
}

.flex dl dt span{
	margin-right: 8px;
	vertical-align: middle;
}*/

/*.flex dl dd{
	width: calc(100% - 13em);
	margin-left: 10px;
}*/
/*マップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*/マップ*/

/*りんく*/
#link{
	text-align:center;
	height:55px;

	
	}	

/*角丸枠（予約）*/
p .radius	{ border-radius: 30px;
border-color:#FFF;
	
	
	}
	
	
	
/*謎余白対策*/	
.wrap {
	overflow: hidden;
}

*{ margin: 0; padding:0;}





/*topのアニメーション*/
 /* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(-2000px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
.slide{
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */

}


.coment{
	padding:20px 10px;
	text-align:center;
	background-color:#FFF;
	/*width:100%;*/
	margin:0 auto;
	
	
}

/*topスクロール*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px;
  padding-right:7px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*最小*/
@media screen and (max-width: 839px) {
	
	.img_topics{
	width:80%;
	text-align:center;
	margin-left:-20px;
	}

.box_w{
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:40px;
	clear:both;
	background:#FFF;
	width:100%;
	}



}

.minbox{
	background-color:#FFF;
	width:50%;
	border:#FFF solid thin;
	border-radius:15px;
	margin:0 auto;
	text-align:left;
	padding:20px;

	}
@media screen and (max-width: 600px) {	
.minbox{
	background-color:#FFF;
	width:80%;
	border:#FFF solid thin;
	border-radius:15px;
	margin:0 auto;
	text-align:left;
	padding:20px;

	}
	}	
	
p.minbox{
	padding:20px;
	padding-top:20px;
	text-align:left;
	}



.inst{
	width:50%;
	margin:0 auto;
	
	
	}

@media screen and (max-width:1000px) {
.inst{
	width:100%;
	
	
	}
}

/*ボタン*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  font-size:130%;
  background: #feb31b;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  padding:20px;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*クリックで開閉表示*/

/*全体*/
.hidden_box {
    margin: 1em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    border:1px solid #666;
	background-color:#F4F4F4;
	margin:3px;
	padding:3px 0px;
	cursor:pointer;
	display:block;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/*youtube*/


@media screen and (max-width:1000px) {
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

}




/*SNSリンク*/


.flex_sns {

  display: flex;
  flex-wrap:wrap;/*適度に改行してくれる*/
 justify-content: flex-start;/*左揃え*/

}


.flex_sns .flex_b {
  width: 30%;

margin:5px;
  
}

.flex_b {
	display: block;
	 flex-wrap:wrap;
	 width: 80%;
	background:#333;
	padding:10px;
	border-radius: 20px;
	box-shadow : 0 0 0 1px #FCC;

	}
	

.flex_b {
  margin: 8px 0 8px;
  font-size: 14px;
  line-height:1.5em;
  font-weight: 700;
  color: #FFF;
  text-align:center;
  vertical-align:middle;
}

.flex_b {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.flex_b a {
  

	width:100%;
	height:100%;

    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	color:#FFF;
	
	display: block;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	
	
	
	
}

.flex_b a:hover  {

	color:#fff;
}

.flex_b:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
	cursor:pointer;

}
.flex_b p {
  font-size: 10px;
  line-height:1.5em;
  font-weight: 400;
  /*color: #fff;*/
  text-align:center;

}



/*ボタン*/

.button_a {
	
 	position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */	
	
  margin: 8px 0 8px;
  font-size: 14px;
  line-height:1.5em;
  font-weight: 700;
  color: #FFF;
  text-align:center;
  vertical-align:middle;
  
  display: block;
	 flex-wrap:wrap;
	 margin: 0 auto;
	 margin-bottom:2em;
	width: 50%;
	background:#06F;
	padding:10px;
	border-radius: 20px;
	box-shadow : 0 0 0 1px #FCC;

}


.button_a a {
  

	width:100%;
	height:100%;

    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	color:#FFF;
	
	display: block;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	
	
	
	
}

.button_a a:hover  {

	color:#fff;
}

.button_a:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
	cursor:pointer;

}
.button_a p {
  font-size: 10px;
  line-height:1.5em;
  font-weight: 400;
  /*color: #fff;*/
  text-align:center;

}







.my-big {
  font-size: 3em }


@media only screen and ( max-width: 1400px )
{
	
	.flex_sns .flex_b {
  width:40%;

margin:5px;
  
}
	
	
	.flex_b {

  font-size: 12px;
}
		}



@media only screen and ( max-width: 500px )
{
	
	.flex_sns .flex_b {
  width:30%;

margin:5px;
  
}
	
	
	.flex_b {

  font-size: 12px;
}
		}
