@charset "UTF-8";
/* CSS Document */
/* h2.tit::after {
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right:30px solid rgba(0, 0, 0, 0);
    bottom: -25px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
	width: 0;
    border-top: 30px solid #91C670;
} */
h2.tit {
    margin-bottom: 10px;
    padding: 20px 0px;
    position: relative;
    text-align: center;
	font-size: 190%;
	line-height: 130%;
}
h2.tit2::after {
    border-top: 30px solid #57A2D8;
}
h2.tit2 {
	background-color: #57A2D8;
	margin:0 0 20px 0;
}
h2.tit3::after {
    border-top: 30px solid #1E2B66;
}
h2.tit3 {
	background-color: #1E2B66;
	margin:0 0 20px 0;
}
h2 img {
	width:80%;
}
h4{
    margin-bottom: 10px;
    color: #FE0000;
    font-size: 148%;
    line-height: 160%;
    text-align: center;
    font-weight: bold;
}
h4 span{
    color: #333;
    font-size: 80%;
}
#page-nav{
position:relative;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: auto;
	background: #FFF;
	z-index: 1000;
}

header{
	width: calc(100% - 10px);
	overflow: hidden;
	margin: 0px auto;
	padding: 5px;
	background: #FE0000;
	display: flex;
}
header img {
	margin:0 auto;
	display:block;
	width:60%;
}
header p.shop_name{
	text-align: center;
	font-size: 115%;
	color: #fff;
	letter-spacing: 2px;
}
header .inner .logo{
	text-align: left;
	width: 50%;
	margin: 0px auto;
	padding-left: 10px;
	z-index: 30000;
}

header .icon .header_icon{
	display: flex;
}
header .icon .header_icon li{
	margin-left: 5px;
}

header .icon .header_icon li img{
	height: 50px;
	width: auto;
}
/*-----------------------------------------------------------------------------------------------------------*/
h1.page-tit{
	width: 100%;
	margin-top: 50px;
	height:70px;
	background-position : 14% 40%;
	background-size: 160%;
	margin-bottom: 10px;
}

h1.page-tit .inner {
  position: relative;
	width: 100%;
	height:70px;
	margin: 0px auto;
  overflow: hidden;
}
h1.page-tit .inner p{
position: absolute;
  top: 26%;
  left: 0;
 bottom: 0;
  margin: auto;
font-size: 160%;
	font-weight: bold;
	color: #222;
	padding-left: 10px;
	text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff
        ;
}
/*-nav--------------------------------------------------------------------------------------------*/
nav{
	width: 100%;
	background: #FFF;
}
nav ul{
width: 100%;
margin:0px auto;
display:block;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
nav ul li{
	padding: 0px 0px;
}
nav ul li.now{
	border-bottom: 5px solid #0092FF;
}
/*---------------------------------------------------------------------------------------------*/
.main{
width: 100%;
margin-bottom: 30px;
}
.main img{
	width: 100%;
	}
/*table-------------------------------------------------------------*/
table.hikaku{
	margin:0px 0px 10px 0px;
	width:100%;
	text-align:center;
	border-collapse:collapse;
	border-spacing:0px;
	}
	table.hikaku th,table.hikaku td{
	padding:9px 3px;
	line-height:18px;
	vertical-align: middle;
	text-align:center;
	border-bottom:1px solid #CB3A37;
	font-size:90%;
	line-height: 140%;
	color:#3f322c;
	}
	table.hikaku th{
	width:auto;
	background: #CB3A37;
	border-bottom:1px solid #FFFFFF60;
	color: #FFF;
	font-weight: bold;
	font-size: 105%;
	}
	table.hikaku td{
		width:auto;
		background: #DBF0F0;
		font-weight: bold;
		font-size: 100%;
	}
	table.hikaku tr.head th{
		width:auto;
		background: #999999;
}
table.hikaku tr.head td{
	width:auto;
	background: #2FA6E1;
}
table.hikaku tr.head td.oneday{
	width:auto;
	background: #EF977C;
}
table.hikaku tr td.oneday{
	width:auto;
	background:#FFE7D8;
}
/*-reason--------------------------------------------------------------------------------------------*/
.reason{
	overflow: hidden;
	margin: 0px auto;
}
.reason-block{
width: 94%;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.reason-block div.block{
width: 100%;
margin:0px auto;
margin-bottom: 30px;
}

.reason-block div.block h3{
	padding: 10px 0px;
}
.reason-block div.block h3 div{
	padding-left: 10px;
	border-left: 5px solid #F00;
	text-align: left;
    font-size: 110%;
    font-weight: bold;
}
.reason-block div.block img{
    width: 100%;
}
.reason-block div.block .creditcard_img img{
	width:80%;
}
.reason-block div.block div.txt{
	height:auto;
    font-size: 100%;
    line-height: 160%;
	text-align: left;
color: #6f6e6e;
}
.reason-block div.block div.credit_txt{
    padding: 0px 0px 10px 0;
	height:auto;
    font-size: 110%;
    line-height: 160%;
    text-align: left;
}

.reason-block div.block div.btn-link{
    font-size: 110%;
    line-height: 160%;
    background: #FFF;
    text-align: center;
    padding: 5px 0px 15px;
    border-radius: 0px 0px 10px 10px;
}

.reason-block div.block div.btn-link a{
color: #555;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
  background: #F7F363;
  box-shadow: 0 3px #D2CE60;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 10px 20px;

}
.reason-block div.block div.btn-link a:hover {
  box-shadow: 0 1px #D2CE60;
  top: 1px;
}
	/*info-------------------------------------------------------------------------------------------*/
.info{
	width: 100%;
	background: #D9EBF9;
}
.info .inner{
width: 90%;
height: auto;
padding: 20px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.info .inner div.tit{
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}
.info .inner div.txt{
	width: 100%;
	padding: 10px 0px 10px 20px;
	color: #333;
	font-size: 120%;
	line-height: 240%;
	background: #FFF;
}
.info .inner div.txt dl{
padding: 5px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:flex-start;
}
.info .inner div.txt dl dt{
	width: 100%;
}
/*-flow--------------------------------------------------------------------------------------------*/
.flow-block{
	width: 100%;
	background: #FFF;
}
.flow-block .inner{
width: 95%;
margin:0px auto;
padding: 30px 0%;
}	

.flow-column h3{
padding: 10px 30px;
margin-bottom: 0px;
 font-size: 140%;
 line-height: 120%;
border-radius: 5px 5px 0px 0px;
}
.flow-column h3 span{
    margin-right: 10px;
    font-size:110%;
    font-weight:  inherit;
}	
.flow-column p.img{
width: 100%;
margin-bottom: 10px;
}
.flow-column p.img img{
width: 100%;
}
.flow-column .right{
	float: none;
	width: 100%;
}
.flow-column .txt{
	float: none;
	width: 100%;
}	
	
	
.flow-column ul li{
width: 100%;
}
.flow-column ul li img{
width: 100%;
}
	
.flow-column .txt{
width: 90%;
margin: 0px auto;
}
.flow-column .txt p{
	margin-bottom: 15px;
}

	
	.flow-column h4{
	margin-bottom: 5px;
padding: 2%;
border-top:1px solid #0092FF;
border-bottom:1px solid #0092FF;
font-size: 120%;
	color: #0092FF;
}
	
	
.flow-column ul.bnr{
width: 100%;
margin:0px auto;
	margin-bottom: 20px;
display:block;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.flow-column ul.bnr li{
	width: 100%;
	text-align: center;
}
.flow-column ul.bnr li img{
	width: 95%;
}
/*about-------------------------------------------------------------------------------------------*/
/*about-------------------------------------------------------------------------------------------*/
.about{
	background: #FFF;
}
.about .inner{
width: 100%;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.about .inner div.ph{
width: 100%;
}
.about .inner div.ph img{
width: 100%;
height: 150px;
object-fit: cover; /* この一行を追加するだけ！ */    
}
.about .inner div.txt{
width: 90%;
    margin:0px auto;
	padding: 0px 0px 40px 0px;
	color: #333;
	font-size: 140%;
	line-height: 180%;
}
.about .inner div.txt span{
	font-size: 100%;
}    
 
/*TABLE------------------------------------------------------*/
table.reason_data{
width:100%;
margin-bottom: 20px;
text-align:center;
border:1px solid #BBB;
border-collapse:collapse;
border-spacing:0px;
}
	
table.reason_data th,table.reason_data td{
padding:3px 3px 3px 3px;
border:1px solid #BBB;
}
table.reason_data th{
white-space:nowrap;
vertical-align:middle;
background:#0092FF;
font-weight:bold;
font-size:120%;
text-align: center;
color: #FFF;
}
table.reason_data td{
background: #FFF;
font-size:115%;
text-align: left;
color: #333;
}
table.reason_data td.price{
text-align: right;
}
table.reason_data td.red{
background: #FFEF00;
color:#FF2225;
}
/*about----------------------------------------------------*/

.about h1{
	padding-top: 40px;
}

.about-block .inner{
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
}
div.about-list {
	padding: 30px 10px;
	background: url(../about/images/about-arrow.png) no-repeat;
	background-position: center right;
   background-size: 20px;
	width: 100%;
margin:0px auto;
display:flex;/*横並び*/
align-items:center;/*天地センター*/
flex-wrap:wrap;
justify-content:flex-start;
}
div.about-list h2{
    font-size: 120%;
    font-weight: bold;
}
div.about-list h2 span{
    font-size: inherit;
    font-weight:  inherit;
}

div.about-list div.left{
	width: 60%;
}
div.about-list div.right{
	width: 30%;
}
div.about-list div.right img{
	width: 100%;
    height:auto;
border-radius: 10px;
}
div.about-list p{
	font-size: 110%;
}
a:hover div.about-list p{
}
.about-block{
	width:100%;
	margin: 0px auto;
}
.about-block .inner{
	padding: 20px 0px;
	width:90%;
}
.about-block h3{
    font-size: 180%;
    font-weight: bold;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;    
}
.about-block h3 span{
    font-size: inherit;
    font-weight:  inherit;
}
.about-column{
margin-bottom: 60px;
}
.about-column .left{
	float: none;
	width: 100%;
}
.about-column .left p,.about-column .left ul{
    line-height: 180%;
	font-size: 110%;    
	margin-bottom: 15px;
}
.about-column .left h4{
	padding: 10px;
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 5px;
	background: #FFF;
    text-align: center;
}
.about-column .right{
	float: none;
	width: 100%;
	text-align: center;
}
.about-column .right img{
	width: 90%;
}
/*info-page----------------------------------------------*/
.info-page{
	width: 100%;
	background: #D9EBF9;
	overflow: hidden;
}
.info-page .inner{
	width: 90%;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
}
.info-page .inner div.txt{
	width: 100%;
	margin-bottom: 30px;
	padding: 0px 0px 0px 0px;
	color: #333;
	font-size: 120%;
	line-height: 200%;
	background: #FFF;
	float: none;
}
.info-page .inner div.txt dl{
padding: 5px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:flex-start;
}
.info-page .inner div.txt dl dt{
	width: 120px;
}
.info-page .inner .category{
	width: 100%;
	float: none;
	background: #FFF;
}

.info-page .inner .category h3{
	padding: 15px 10px;
	color: #FFF;
}
.info-page .inner .category ul li a{
	width: 100%;
	display: block;
	padding: 15px 10px;
	background: #FFF;
	color: #222;
}
.info-page .inner .category ul li a:hover{
	background: #FF8A00;
	color: #FFF;
}
/*BLOG-----------------------------------------------------------------*/
dt.date span{
	color: #FF0004;
	font-weight: bold;
	padding-left: 5px;
}


.column.info{
	margin:0px 0px 20px 0px;
	background: #FFF;
}
.navi {
text-align:center;
font-size:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.column.info h2.title{
	padding:5px 10px;
	margin: 0px  0px 10px 0px;
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
}
.column.info h2.title a{
	color:#FFFFFF;
	font-size: 130%;
}


.column.info div.date{
	font-size: 120%;
	text-align: left;
	color: #353535;
	background: #EFEFEF;
	padding: 5px 10px;
}
dt.date span{
	color: #FF0004;
	font-weight: bold;
	padding-left: 5px;
}

.column.info div.text,div.page-nav{
padding:0px 10px 5px 10px;
font-size:14px;
line-height:20px;
text-align:left;
background: #FFF;
}
.column.info div.text a img{
	clear: both;
	float: none;
}
.column.info div.text p{
	margin:0px 0px 10px 0px;
}

.column.info div.text p.photo{
	text-align:center;
}

.column.info div.category{
padding:5px 5px 5px 5px;
font-size:11px;
line-height:11px;
text-align:right;
}

.info{
	overflow:hidden;
	margin:0px 0px 15px 0px;
}
.info h4{
	background:#EFEFEF;
	padding:5px;
	border-bottom:2px solid #F00;
}
.top_right.info ul{
	margin:0px 0px 10px 0px;
	font-size:15px;
}

.info ul li {
	border-bottom:1px dotted #999;
	font-size: 15px;
	}

.info ul li a{
	display:block;
	background:#fff;
	padding:8px;
	font-size:15px;
	border-bottom:1 dotted #999999;
}

a:hover {
	color: #353535;
}
.info ul li.now a{
	display:block;
	background: #FFF7B9;
	padding:8px;
	color:#353535;
	text-decoration:none;
	font-size:15px;
}
.left h3 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	background-color: #fff7b9;
	padding: 8px;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
}

	/*-bnr--------------------------------------------------------------------------------------------*/
.bnr{
	width: 100%;
	background: #FFF;
}

	
/*shop-------------------------------------------------------------------------------------------------------*/	
.shop{
	width: 100%;
	background: #FFF;
}
.shop .inner{
width: 95%;
margin:0px auto;
padding: 30px 0%;
}
.shop h3{
width: 100%;
}
.shop h3 img{
width: 100%;
}

.shop .inner div{
margin:0px auto;
padding: 10px 10px;
border: 1px solid #0092FF;
border-top: none;
overflow: hidden;
}
	
table.shop td span.red{
	font-size: 110%;
	color: #FF0004;
}	
	
table.shop th{
width:80px;
background: #DEEDF6;
}
	
ul.shop{
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
ul.shop li.name{
	font-size: 110%;
}
ul.shop li{
	font-size: 100%;
}
ul.shop li.reserve{
	font-size: 90%;
	color: #FF0004;
}
ul.shop li.reserve a{
	font-size: 120%;
	color: #FF0004;
}
p.map{
	clear: both;
	float: none;
	width: 100%;
}

	/*----- インジケーターの設定 -----*/
#showcase .pointer {
	text-align: center;
	padding:10px;
}

#showcase .pointer span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin:7px;
	border-radius: 8px;
	border: 1px solid #000;
}
#showcase .pointer span.current {
  background: #FC0;
}
/*price-----------------------------------------------------*/

.price_title{
	width: 100%;
	background: #FFF;
	margin:20px 0 5px;
}
.price_title img{
	width: 100%;
}

.price_wrap{
	width:94%;
	margin:0 auto;
}
.price_menu {
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:15px 0 20px;
}
.price_menu img{
	width:100%;
}
.price_menu .txt{
	height: auto;
	font-size: 110%;
	line-height: 160%;
	text-align: left;
	color: #6f6e6e;
}
.price_menu .txt span{
	color: #f70015;
	font-size:100%;
}

table.price_data{
	width:100%;
	margin:0px 0 25px 0;
	text-align:center;
	border:1px solid #BBB;
	border-collapse:collapse;
	border-spacing:1px;
	}
		
	table.price_data th,table.price_data td{
	padding:1px 3px 1px 3px;
	font-size:12px;
	background:#FFF;
	border:1px solid #BBB;
	}
	table.price_data th.course{
	background:#FFFC6B;
	text-align:left;
	border-bottom:1px solid #F00;
	font-size:16px;
	}
	table.price_data th.car{
	background:#EEE;
	text-align:left;
	}
	
	table.price_data td.price{
	text-align:right;
	height: 30px;
	padding-right:5px;
	}
	table.price_data th.name{
	background: #EEE;
	text-align:left;
	font-size:12px;
	text-align: center;
	}
	table.price_data th.max{
	background: #F00;
	text-align:left;
	color:#FFF;
	}
	table.price_data td.name{
	background: #FFC;
	text-align:left;
	}
	table.price_data td.max_price{
	color: #F00;
	text-align:right;
	font-size:15px;
	/*width: 100px;*/
	padding: 3px 2px;
	text-align: right;
	}
	table.price_data td.net_waribiki{
	color: #F00;
	text-align:right;
	font-size:15px;
	padding: 3px 2px;
	text-align: right;
	background:#fdef8e;
	color:#333;
	}
	table.price_data td.m_quick{
		background-color: #f19601;
		text-align: center;
		padding: 5px 0;
		line-height: 100%;
		width: 25%;
		color: #FFFFFF;
		}
	table.price_data td.m_techno{
		background-color: #0092ff;
		text-align: center;
		padding: 5px 0;
		line-height: 100%;
		width: 25%;
		color: #FFFFFF;
		}
	table.price_data td.m_safe{
		background-color: #ff0012;
		text-align: center;
		padding: 5px 0;
		line-height: 100%;
		width: 25%;
		color: #FFFFFF;
	}
	.price.column p{
		padding:0px 10px 0px 10px;
		font-size:11px;
		line-height:13px;
	}

	div.discount{
		width: 100%;
		padding: 5px;
		margin: 0 auto 10px auto;
		background: -moz-linear-gradient(top,#E61B17 0%,#A61512);
		background: -webkit-gradient(linear, left top, left bottom, from(#E61B17),to(#A61512));
		border-radius: 8px;
		border: 2px solid #ffffff;
		box-sizing: border-box;
		/* -moz-box-shadow:
			0px 1px 5px rgba(102,102,102,0.5),
			inset 0px 0px 2px rgba(255,255,255,0);
		-webkit-box-shadow:
			0px 1px 5px rgba(102,102,102,0.5),
			inset 0px 0px 2px rgba(255,255,255,0); */
	}
	div.discount.techno{
		background: -moz-linear-gradient(top,#5EA8F5 0%,#29519F);
		background: -webkit-gradient(linear, left top, left bottom, from(#5EA8F5),to(#29519F));
	}
	
	div.discount h4{
		padding:2px 5px;
		text-align:center;
		font-size:16px;
		line-height:18px;
		color:#FFFE00;
		}
	.feature_discount{
		border-top:1px solid #EEE;	
		margin:0px 0px 3px 0px;
	}
	.feature_discount ul li{
		border-bottom:1px solid #EEE;
			position: relative;
		display: block;
		}
	.feature_discount ul li p.series{
	 padding: 2px 5px 2px 5px;
		background: -moz-linear-gradient(top, #FF6, #FF6);
		background: -webkit-gradient(linear, left top, left bottom, from(#FF6), to(#FF6));
		 text-align:left;
			 font-size:14px;
		 color: #000000;
	}
	.feature_discount ul li p.series span{
	 padding: 0px 5px 2px 0px;
	 text-align:left;
			 font-size:11px;
		 color: #000000;
	}
	
	.feature_discount ul li p{
	 padding: 2px 5px 2px 5px;
	text-align:right;
		font-size:18px;
		color:#FF0000;
		overflow:hidden;
		background:#FFFFFF;
	}
	.feature_discount ul li p.waribiki{
	background:#FF6;
	}
	.feature_discount ul li p.waribiki.shinsya{    
	background:#E5F0F7;
	}
	.feature_discount ul li p.waribiki.shinsya span{
			color: #10497C;
	}
	.feature_discount ul li p.txt{
	background:#FFF;
	font-size:12px;
	text-align:left;
	color:#333;
	}
	.feature_discount ul li p span{
		float:left;
		padding: 2px 0 0 0;
		display:block;
		text-align:left;
			font-size:16px;
	}
	
/*shop-list-----------------------------------------------------*/
.shop-list{
width: 100%;
}
.shop-list .shop-txt{
    margin-bottom: 50px;
}
.shop-list .inner{
	width: 90%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
h3.shop-list {
	padding: 5px 0px;
	font-size: 180%;
	border-top:1px solid #0092FF; 
	border-bottom:1px solid #0092FF;
	color: #0092FF;
	text-align: center;
	background: #FFF;
}

.shop-block{
width: 100%;
margin:0px auto;
margin-bottom: 20px;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
flex-direction: column-reverse;    
}

.shop-block .map{
width: 100%;
}
.shop-block .txt{
width: 100%;
}
.shop-block .txt img{
	width: 100%;
	margin-bottom: 10px;
}
.shop-block .txt .reserve{
	font-size: 110%;
	color: #EE0003;
}	
.shop-block .txt .reserve a{
	font-size: 140%;
	color: #EE0003;
	text-decoration: underline;
}
/*-footer--------------------------------------------------------------------------------------------*/
footer{
	clear: both;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
    padding-bottom: 90px;
	background: #808080;
}
footer .inner{
	width: 90%;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	overflow: hidden;
}

footer .inner div.copy{
	width:calc(100% 0px );
	float:none;
	text-align: left;
	font-size: 90%;
	overflow: hidden;
	color: #FFF;
}	

/*-----------------------------------------------------------------------------------------------*/	
.center{
	text-align: center;
}
.center .inner{
	width: 90%;
	margin: 0px auto;
	padding: 0px 0px 30px 0px; 
	text-align: center;
}
.center .inner img{
width: 100%;
}

.tel-txt .inner{
width: 90%;
margin: 0px auto;
padding: 20px 0px;
}
.tel-txt .inner p{
margin: 0px auto;
padding: 0px;
border: none;
font-size: 110%;
line-height: 180%;
background: #FFF;
}

.tel-txt .inner span.tel{
	font-size: 140%;
	color: #FF0C10;
}	
/*--------------------------------------------------------------------------------------*/
.shop-list-block .shops{
width: 90%;
margin:0px auto;
margin-bottom: 20px;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}

.shop-list-block p.name{
    padding: 10px;
    font-size:110%;
}
.shop-list-block p{
    padding: 10px;
    font-size:100%;
}
.shop-list-block ul.shops li{
width: calc( 100% / 1 - 20px) ;
    margin: 0px auto;
margin-bottom: 20px;
}    
/*footer-sp--------------------------------------------*/
ul.bnr-list{
   
}
ul.bnr-list li{
    width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
}
ul.bnr-list li img{
    width: 100%;
}
    
/*-----------------------------------------------------*/
.footerBnner {
    width: 100%;
	position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;

}
.footerBnner ul{
	display: flex;
}
.footerBnner li{
    width: 50%;
	margin: 0px auto;
	text-align: center;
}
.footerBnner li a{
	padding: 10px 0px;
	background: #E94234;
	display:block;
}
.footerBnner li a.reserve{
	background: #00B900;
}
.footerBnner img{
	margin: 0px auto;
    /* height: 35px; */
}
.footerBnner a:hover img {
filter:alpha(opacity=100);
opacity:1.0;
}


/**/
nav#pc{
	width: 100%;
	padding: 20px 0px;
	background: #F8D7DE;
	}
	nav#pc ul{
		width: 95%;
		margin:0px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
	nav#pc ul li{
	width: calc( 100% / 3 - 10px) ;
	text-align: center;
	}
	nav#pc ul li img{
		width: calc( 100%) ;
	}
.bar_title {
    padding: 5px 0px;
    font-size: 130%;
    /* border-top: 1px solid #0092FF;
    border-bottom: 1px solid #0092FF; */
    color: #4D4D4D;
    text-align: center;
    background: #C1DCEF;
}
.bar_about_title {
    padding: 5px 0px;
    font-size: 130%;
    border-top: 2px solid #91C770;
    border-bottom: 2px solid #91C770;
    color: #4D4D4D;
    text-align: center;
    background: #E1DED5;
}
/*-------------------------------------------------------*/
.top-shop{
	overflow: hidden;
	margin: 0px auto;
}
.top-shop h3{
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #FE0000;
}
dl.shop_add {
	padding:10px 0;
}
dl.shop_add dt{
    padding: 5px 0 0px 0;
	color: #7d7c7c;
	font-size: 100%;
}
dl.shop_add dd{
	padding-bottom:10px;
	font-size: 110%;
}
dl.shop_add dd a{
	font-size: 110%;
}
.top_map{
    margin-bottom: 40px;

}
.shop_place{
	background-color: #E70014;
	padding:5px;
}
.shop_place li{
	color:#FFF;
}
.shop_inner{
    width:94%;
    margin:0 auto;
}
.shop_img img{
    width:100%;
}
.shop_img {
    padding:10px 0 0;
}

.company_img{
	padding:10px 0;
}
.company_img img{
	width:88%;
	display:block;
	margin:0 auto;
}
.creditcard_img,.shaken_item{
	padding:10px 0 10px 0px;
}
.shaken_item img{
	width:100%;
}
.creditcard_img img{
	width:80%;
	margin:0 auto;
	display:block;
}
.shaken_item .txt .red{
	font-size: 110%;
}

.price_txt{
	text-align: justify;
	text-justify: inter-ideograph;
	padding:5px;
	font-size: 90%;
	margin:0 0 25px;
}
.waribiki{
	padding: 10px;
}
.waribiki_block{
    margin-bottom: 5px;
	border-bottom: 1px dotted #555;
	text-align: center;
}
.waribiki_block p{
	font-size: 90%;
	line-height: 1;
	margin-bottom: 5px;;
}
.waribiki_block p.red{
	color: #E70014;
}
.waribiki_detail{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    padding: 5px 0px;
}
.waribiki_detail_txt{
	width: calc(50% - 10px - 10px);
    margin: 0px 5px;
    padding: 5px;
    border-radius: 5px;
    background: #FFF00C;
    color: #333;
	font-size: 120%;
    line-height: 130%;
    font-weight: bold;
}
.waribiki_detail_price{
	width: calc(50% - 10px - 10px);
    margin: 0px 0px;
    /* padding: 5px; */
    color: #ff0000;
    font-size: 210%;
    font-weight: bold;
    /* font-family: 'Bebas Neue', cursive; */
    line-height: 1;
}
.waribiki_detail_price span{
    font-size: 60%;
    color: #ff0000;

}
/*payment--------------------------------------------*/
.payment{
	padding: 10px;
background: #F6F6F6;
}
.payment .inner{
	padding: 10px;
	background: #FFF;
}
.kuchikomi{
	padding: 10px;
background: #F6F6F6;
text-align: center;
}
.kuchikomi .inner{
	padding: 10px;
	background: #FFF;
}
.kuchikomi .inner img{
	width: 90%;
}


/*top_info------------------------------------------------*/

.top_info{
	width: 90%;
	margin: 50px auto 30px auto;
   border-radius:10px 10px 10px 10px;
   border: 1px solid #1F2A66;
	}
	 .top_info h3{
	 padding:14px 0px;
	 border-radius:10px 10px 0px 0px;
	 background:#1F2A66;
	 font-size:210%;
	 font-weight: bold;
	 text-align:center;
	 color:#FFF;
	 }
	 .top_info div.block{
	   padding: 15px;
	   display: flex;
	   }
	 .top_info div.block div.txt{
	   width: 100%;
	   padding-right: 10px;
		 }
		 .top_info div.block div.txt p{
		   margin-bottom: 10px;
		   font-size: 105%;
		   line-height: 150%;
   }    

   /*page-top------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    font-size: 115%;
}
#page-top a {
    text-decoration: none;
    color: #333;
    padding: 6px 18px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #11111195;
    font-size: 115%;
    color: #FFF;
}
#page-top a:hover {
    text-decoration: none;
	background: #555;
}
#page-top a i{
	font-size: 195%;
    color: #FFF;
}

.tel_bnr{
	width: 90%;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}
.tel_bnr img{
	width: 100%;
}
.footer_bnr{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 2000;
}
.footer_bnr img{
	width: 100%;
}

/*--------------------------------------------------*/
  .footerBnner{
    position: fixed;
    bottom: 0px;
    z-index:1000;
    width:100%;
  }
  
  .footerBnner .inner{
    position: relative;
    display: flex;
  }
  .footerBnner .inner a{
    width: calc(100% / 2);
  }
  .footerBnner .inner a img{
    width: 70%;
  }
  .footerBnner .inner a{
      text-align: center;
      background: #e6150f;
  }
  /* .footerBnner .inner a:nth-child(2){
      background: #3d9fe8;
  } */
  .footerBnner .inner a:nth-child(2){
      background: #f3bf01;
  }
  
	/*modal--------------------------------------------------*/
	.remodal p.title {
		margin-bottom: 15px;
		text-align: center;
		color: #EC2214;
		font-size: 140%;
	}
	.remodal div.tel ul{
		margin-bottom: 50px;
	}
	
	.remodal div.tel ul li{
		margin-bottom: 10px;
		border-bottom:1px solid #a8a7a7;
		line-height: 1.4;
	}
	.remodal div.tel ul li span{
		margin-bottom: 5px;
		line-height: 1;
		display: block;
		font-size: 130%;
		font-weight: bold;
	}
	.remodal div.tel ul li a{
		display: block;
		margin-bottom: 5px;
		font-size: 160%;
		line-height: 1;
		color: #1183d5;
		font-weight: bold;
		text-decoration: none;
	}
	p.close_text {
		text-align: center;
		color: #0040ff;
		text-decoration: underline;
		cursor: pointer;
	}
	.remodal-overlay {
		z-index: 10000;
	}