@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-----------------------------------------------------*/
.top-price {
	width: 95%;
	margin: 0px auto;
	display: flex;
	/*横並び*/
	align-items: center;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
}

.price_box {
	width: 48%;
	margin-bottom: 10px;
	background: #F6F6F7;
	text-align: center;
}

.price_box h5 {
	padding: 3px;
	color: #FFF;
	background: #0074DD;
	font-size: 100%;
}

.price_box .car-img {
	width: 90%;
	margin: 0px auto;
	padding: 10px 0;
}

.price_box .car-img img {
	max-height: 75px;
}

.price_box p {
	font-size: 80%;
}

.price_box p.price {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
}

.price_box p.price span {
	font-size: 150%;
	font-weight: bold;
}

.price_box p.price_max {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.0;
	background: #FFF018;
	padding: 6px 0px 0px 0px;
	color: #FB0102;
}

.price_box p.price_max span {
	font-size: 150%;
	font-weight: bold;
	color: #FB0102;

}

/*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: 100px;
	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;
}

/*-form-btn------------------------------------------------------------------------------------*/
.submit_btn {
	margin-bottom: 20px;
	border: 0px;
	font-size: 120%;
	width: 70%;
	height: 55px;
	background: #FF9426;
	cursor: pointer;
	border-radius: 10px;
}

.submit_btn:hover {
	filter: brightness(130%);
	transition: filter 0.3s;
}

.submit_btn.back {
	margin-right: 0px;
	background: #DEDEDE;
}

/**/
.error {
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

table.form {
	margin: 0px 0px 30px 0px;
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.form th,
table.form td {
	padding: 10px 8px 10px 8px;
	line-height: 18px;
	vertical-align: middle;
	border: none;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	display: block;
}

table.form th {
	width: calc(100% - 20px);
	background: #F4F4EC;
}

table.form td span.red {
	font-size: 120%;
	color: #FF0004;
}

table.form td.reserve p {
	color: #FF0004;
}

table.form td input[type="text"] {
	height: 30px;
	width: 90%;
	font-size: 120%;
}

table.form td select {
	font-size: 100%;
}

table.form td input[type="text"].small {
	width: 100px;
}

table.form td ul {
	margin-bottom: 10px;
}

table.form td ul li {
	font-size: 100%;
	margin-bottom: 10px;
}

.form .inner {
	padding: 10px 0px 40px 0px;
}

#about01,
#about02,
#about03,
#about04,
#about05 {
	margin-top: -100px;
	padding-top: 100px;
}

/**/
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;
}

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%;
}

.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------------------------------------------------------------------------------------*/
h3.modal1Title{
	font-size: 110%;
	font-weight: bold;
    color: #E60307;
}

ul.modal li {
	position: relative;
}
ul.modal li a{
    display: block;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #DDD;
    color: #E60307;
    font-size: 120%;
    text-decoration: none;
}

ul.modal li:last-child a{
    border-bottom: none;
}
ul.modal li a span.shop{
    color: rgb(95, 95, 95);
	font-size: 110%;
	font-weight: bold;
}
ul.modal li a span.tel{
    color: #E60307;
    font-size: 120%;
}
ul.modal li a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 3px solid #ff0c0c;
    border-right: 3px solid #ff0c0c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}