@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
figure,
nav,
footer,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 700;
	line-height: 1.6;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

ol,
ul,
li,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #003987;
	text-decoration: underline;
}

a:hover {
	color: #FFA100;
}

a:visited {
	color: #003987;
}

img {
	vertical-align: bottom;
	border: none;
	-webkit-backface-visibility: hidden;

}

#wrapper {
	overflow: hidden;
	width: 100%;
}

a:hover img {
	filter: brightness(110%);
	filter: saturate(210%);
	transition: all .3s;
}

/*---------------------------------------------------------------------------------------------*/
h2.tit::after {
	border-left: 30px solid rgba(0, 0, 0, 0);
	border-right: 30px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #D82E2C;
	bottom: -30px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 0;
}

h2.tit {
	background: #D82E2C;
	margin-bottom: 30px;
	padding: 30px 0px 25px 0px;
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 320%;
	font-family: "mplus-1p-black";
}

h2.tit p {
	font-size: 180%;
	color: #FFF;
	font-family: "mplus-1p-black";

}

/*---------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding: 5px 0px 10px;
	background: #ffffff;
}

header {
	width: 1100px;
	overflow: hidden;
	margin: 0px auto;
}

header .logo {
	padding-top: 5px;
	float: left;
	/* width: 560px; */
}

header .logo img {
	width: auto;
}

header .right {
	text-align: right;
}

header .right a img {
	width: auto;
}

header h1 {
	font-size: 100%;
	margin-bottom: 5px;
}

header h1 span {
	font-size: 100%;
}

/*---------------------------------------------------------------------------------------------*/
.main {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
	background: #FFF;
	background: url(../images/main-back.png) no-repeat;
	background-size: cover;
	background-position-y: -100px;
}

.main .inner {
	width: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 0px 0px;
	text-align: center;
	position: relative;
	/* 相対位置指定 */

}

.main .inner div.btn {
	position: absolute;
	/* 絶対位置指定 */
	top: 320px;
	left: 0;
	right: 0;
}

.main .inner div.btn img {
	width: 280px;
}

.main .inner a:hover img {
	opacity: 0.9;
	filter: brightness(100%);
	filter: saturate(120%);
	transition: all .3s;
}

/*-nav--------------------------------------------------------------------------------------------*/
nav {
	width: 100%;
	background: #D82E2C;
	border-bottom: 2px solid #C62928;
	padding: 10px 0 0 0;
}

nav ul {
	width: 1100px;
	margin: 0px auto;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;

}

nav ul li {
	width: calc(100% / 7 - 1px);
	padding: 10px 0px;
	text-align: center;
}

nav ul li:first-child {
	border-left: none;
}

nav ul li.now {
	border-bottom: 3px solid #FEE600;
}

nav ul li a:hover img {
	opacity: 0.4;
	transition: all .3s;
}

/*-reason--------------------------------------------------------------------------------------------*/

div.reason {
	width: 1100px;
	overflow: hidden;
	margin: 0px auto;
	background: #FFF;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
}

.reason-block {
	width: calc(100% / 2 - 40px);
	margin: 0px auto;
	margin-bottom: 70px;
}

.reason-block h3 {
	margin-bottom: 10px;
}

.reason-block h3 img {
	width: auto;
	max-height: 60px;
}

.reason-block div.img-block {
	text-align: center;
}

.reason-block div.img-block img {
	width: 85%;
	height: 250px;
	object-fit: cover;
}

.reason-block:nth-of-type(2) div.img-block img{
	object-position: top;
}

.reason-block p.txt {
	height: 180px;
	padding: 10px 0px;
	font-size: 120%;
	line-height: 150%;
	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;
}



a.cal-button {
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px;
	width: 80%;
	cursor: pointer;
	overflow: visible;
	text-decoration: none;
	color: #333;
	font-size: 180%;
	border-radius: 10px;
	background: #FFE129;
	box-shadow: 0 3px #BBB;
	position: relative;
	display: inline-block;
	top: -2px;
}

a.cal-button span {
	margin: 0px 5px;
	font-size: 100%;
}

a.cal-button:hover {
	color: #3A3134;
	box-shadow: 0 1px #BBB;
	top: 1px;
}

a.cal-button:visited {
	color: #3A3134;

}

.center {
	text-align: center;
	margin: 0px auto;
}



/*-factory--------------------------------------------------------------------------------------------*/
.factory {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
	background: #FEE128;
}

.factory .inner {
	width: 1100px;
	overflow: hidden;
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
	text-align: center;
}

/*-top-price--------------------------------------------------------------------------------------------*/
.top-price {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	height: auto;
}

.top-price .inner {
	width: 1100px;
	margin: 0px auto;
	overflow: hidden;
	padding: 30px 0px;
	display: flex;
	/*横並び*/
	justify-content: space-between;
	/*均等配置*/
	flex-wrap: wrap;
	/*折り返し*/
}

.top-price h2 img {
	width: 900px;
}

.top-price-block {
	width: calc(100% /5 - 20px);
	border: 1px solid #999;
	padding-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: 0px 7px 10px -5px #969696;
}

.top-price-block a {
	text-decoration: none;
}

.top-price-block a:hover h3 {
	background: #FEE33F;
	color: #333;
}

.top-price-block a:hover h3 span {
	background: #FEE33F;
	color: #333;
}

.top-price .inner a:hover div.price {
	color: #1D2C41;

}

.top-price .inner a:hover div.price span {
	color: #1D2C41;

}

.top-price .inner h3 {
	padding: 10px 0px;
	font-size: 160%;
	line-height: 100%;
	background: #999;
	color: #FFF;
	text-align: center;
}

.top-price .inner h3 span {
	font-size: 60%;
	line-height: 70%;
	color: #FFF;
}

.top-price .inner div.car {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

.top-price .inner div.car img {
	width: 90%;
	text-align: right;
}

.top-price .inner div.price {
	text-align: cnter;
	width: 100%;
	font-size: 260%;
	line-height: 120%;
	color: #D5292B;
	font-family: "mplus-1p-black";

}

.top-price .inner div.price span {
	font-size: 50%;
	font-weight: normal;
	color: #D5292B;
	font-family: "mplus-1p-bold";
}

.top-price div.price-btn {
	width: 30%;
	margin: 0px auto;
	margin-bottom: 40px;
	text-align: center;
	padding: 10px 20px;
	background: #ffe129;
	border-radius: 10px;
}

.top-price div.price-btn:hover {
	background: #ffe12980;
}

.top-price div.price-btn:hover img {
	-webkit-filter: grayscale(100%);

}

.top-price div.price-btn img {
	width: 100%;
}

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

.top-about .inner {
	width: 1110px;
	margin: 0px auto;
	margin-bottom: 40px;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-about .inner div.ph {
	width: 600px;
}

.top-about .inner div.txt {
	width: 100%;
	color: #FFF;
}

.top-about .inner div.txt p {
	font-size: 120%;
	line-height: 200%;
}

.top-about .inner div.txt h2 {
	color: #fe2d17;
	font-size: 180%;
	font-family: "mplus-1p-bold";

}
/*ad-------------------------------------------------------------------------------------------*/
.top-ad {
	width: 100%;
	padding: 30px 0px;
	background: #EEE;

}

.top-ad .inner {
	width: 1100px;
	border: 4px solid #B4DEF8;
	margin: 0px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #B4DEF8;
}

.top-ad .inner div.tit {
	width: 340px;
	background: #B4DEF8;
	text-align: center;
	font-size: 240%;
	letter-spacing: 5px;
	color: #333;
}

.top-ad .inner div.txt {
	width: 740px;
	padding: 10px 10px 10px 10px;
	color: #333;
	font-size: 120%;
	line-height: 240%;
	background: #FFF;
}

.top-ad .inner div.txt .chirashi {
	width: calc(100% - 20px);
	padding: 10px;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-ad .inner div.txt .chirashi li {
	padding: 5px 0px;
	margin: 0px auto;
	width: 30%;
}

.top-ad .inner div.txt .chirashi li img {
	width: 100%;
}
/*info-------------------------------------------------------------------------------------------*/
.top-info {
	width: 100%;
	padding: 30px 0px;
	background: #EEE;

}

.top-info .inner {
	width: 1100px;
	height: 210px;
	border: 4px solid #ffe129;
	margin: 0px auto;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-info .inner div.tit {
	width: 340px;
	padding: 80px 0px 60px 20px;
	background: #ffe129;
	text-align: center;
	font-size: 240%;
	letter-spacing: 5px;
	color: #333;
}

.top-info .inner div.txt {
	width: 720px;
	padding: 10px 0px 10px 20px;
	color: #333;
	font-size: 120%;
	line-height: 240%;
	background: #FFF;
}

.top-info .inner div.txt dl {
	padding: 5px 0px;
	margin: 0px auto;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: flex-start;
}

.top-info .inner div.txt dl dt {
	width: 120px;
}

/*shop-------------------------------------------------------------------------------------------------------*/

p.map {
	float: left;
	width: 700px;
}

/*-footer--------------------------------------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	background: #607d8b;
}

footer .inner {
	width: 1100px;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	overflow: hidden;
}

footer .inner div.link {
	width: 50%;
	float: left;
	text-align: left;
	overflow: hidden;
}

footer .inner a {
	margin-right: 40px;
	color: #FFF;
}

footer .inner div.copy {
	width: 100%;
	float: right;
	text-align: center;
	font-size: 85%;
	overflow: hidden;
	color: #FFF;
}

/*-footer-nav--------------------------------------------------------------------------------------------*/
.footer-nav {
	width: 100%;
	background: #e6e6e5;
}

.footer-nav ul.footer-bnr {
	width: 1100px;
	margin: 0px auto;
	padding: 25px 0%;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: center;
}

.footer-nav ul.footer-bnr li {
	width: calc(100% / 4);
}

.footer-nav ul.footer-bnr li img {
	width: 95%;
}

.footer-nav ul.txt-link {
	width: 1100px;
	margin: 0px auto;
	padding: 25px 0%;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: center;
}

.footer-nav ul.txt-link li {
	border-right: 1px solid #B6B6B6;
	padding: 0px 10px;
}

.footer-nav ul.txt-link li a:hover {
	color: #FFA100;
}

.footer-nav ul.txt-link li:last-child {
	border-right: none;
}

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

.bnr .inner {
	width: 1100px;
	margin: 0px auto;
	padding: 40px 0px 40px 0px;
}

.bnr .inner p {
	margin: 0px auto;
	text-align: center;
}

ul.bnr {
	width: 90%;
	margin: 0px auto;
	padding: 20px 0% 20px 0%;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.bnr li {
	width: 48%;
	margin-bottom: 10px;
	text-align: center;
}

ul.bnr li img {
	width: 100%;
}

ul.bnr li.bnr2 img {
	width: 50%;
}

section.bnr-list {
	width: 100%;
	padding: 30px 0px;
	background: #EEE;
}

section.bnr-list ul {
	width: 1100px;
	margin: 0px auto;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
}

section.bnr-list ul li {
	width: 96%;
	margin: 0 auto 20px;
}

section.bnr-list ul li img {
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------*/
.red {
	color: #FB2515;
	font-size: inherit;
}

.blue {
	color: #0A509F;
	font-size: inherit;

}

.center {
	text-align: center;
}

.center .inner {
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 90px 0px;
	text-align: center;
}

.column {
	margin: 0px auto;
	margin-bottom: 40px;
	text-align: center;
}

.tel-txt .inner {
	width: 820px;
	margin: 0px auto;
	padding: 40px 0px;
}

.tel-txt .inner p {
	margin: 0px auto;
	padding: 20px;
	border: 2px solid #FF0004;
	font-size: 130%;
	line-height: 180%;
	background: #FFF;
}

.tel-txt .inner span.tel {
	font-size: 140%;
	color: #FF0C10;
}




.tel-txt02 .inner {
	width: 820px;
	margin: 0px auto;
	padding: 40px 0px;
}

.tel-txt02 .inner p {
	margin: 0px auto;
	padding: 10px;
	border: 2px solid #FF0C10;
	font-size: 110%;
	line-height: 180%;
	background: #FFF;
}

.tel-txt02 .inner span.tel {
	font-size: 140%;
	color: #FF0C10;
}

.credit-text {
    margin: 8px 0 0;
    text-align: center;
}

/*shop-list-----------------------------------------------------*/
.shop-list .inner {
	width: 1100px;
	margin: 0px auto;
	padding: 20px 0px 5px 0;
}

.shop-list .shop-txt {
	margin-top:30px;
	margin-bottom: 50px;
}

.shop-list .shop-txt h4 {
	margin-bottom: 5px;
	font-size: 160%;
	color: #E7171C;
}

.shop-list .shop-txt p {
	font-size: 110%;
}


h3.shop-list {
	margin-bottom: 20px;
	padding: 10px 0px;
	font-size: 210%;
	border-top: 1px solid #E7171C;
	border-bottom: 1px solid #E7171C;
	color: #E7171C;
	text-align: center;
	background: #FFF;
}

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

.shop-block .map {
	width: 680px;
}

.shop-block .map p.txt {
	width: auto;
	padding: 10px;
	text-align: center;
	font-size: 140%;
	background: #1D2C41;
	color: #FFF;
}

.shop-block .txt {
	width: 400px;
}

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

table.shop {
	margin: 0px 0px 10px 0px;
	width: 100%;
	text-align: center;
	border: 1px solid #BBB;
	border-collapse: collapse;
	border-spacing: 0px;

}

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

table.shop th {
	width: 130px;
	background: #e6e6e5;
}

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

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


ul.shop {
	margin-bottom: 10px;
}

ul.shop li {
	font-size: 130%;
}

ul.shop li.reserve {
	font-size: 120%;
	color: #FF0004;
}

ul.shop li.reserve a {
	font-size: 135%;
	color: #FF0004;
}

/*--------------------------------------------------------------------------------------*/
.shop-list-block {
	width: 1100px;
	margin: 0px auto;

}

.shop-list-block .shops {
	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: 140%;
	background: #e6e6e5;
}

.shop-list-block p {
	padding: 10px;
	font-size: 100%;
}

.shop-list-block ul.shops li {
	width: calc(100% / 4 - 20px);
	border: 2px solid #454c53;
	margin-bottom: 20px;
}

/*-form-btn------------------------------------------------------------------------------------*/
.submit_btn {
	border: 0px;
	font-size: 150%;
	width: 204px;
	height: 55px;
	background: #FF9426;
	cursor: pointer;

}

/*page-top------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
}

#page-top a {
	background: #9A9A9A;
	text-decoration: none;
	color: #fff;
	padding: 20px 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	border: 3px solid #FFF;
	/* box-shadow */
	box-shadow: 0px 7px 14px -1px #8a8a8a;
}

#page-top a:hover {
	text-decoration: none;
	background: #fe2d17;
}

#sp-price {
	margin-top: -100px;
	padding-top: 100px;
}

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

/*グループリンク-------------------------------------------------------------*/
section.group_link {
	background: #FFF8DF;
}

section.group_link .inner {
	width: 1110px;
	margin: 0px auto;
	padding: 40px 0px;
	overflow: hidden;
}

section.group_link h4 {
	margin-bottom: 25px;
	padding: 8px 0px;
	border-bottom: 1px solid #E7171C;
	border-top: 1px solid #E7171C;
	color: #E7171C;
	font-size: 180%;
	text-align: center;
}

section.group_link ul {
	margin: 0px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

section.group_link ul li {
	width: calc(100% / 2 - 20px);
	margin-bottom: 20px;
}

section.group_link ul li img {
	width: 100%;
}

section.group_link ul li.shop {
	text-align: center;
	background-color: #fff;
	border: 3px solid #106AB4;
}

section.group_link ul li.shop p {
	padding: 10px 0;
	margin-bottom:0px;
	font-size: 200%;
	color: #fff;
	line-height: 1.2;
	background-color: #106AB4;
}

section.group_link ul li.shop a {
	display: inline-block;
}
section.group_link ul li.shop a:hover {
	color: #FFA100;
}
section.group_link ul li.shop a:nth-of-type(1) {
	padding: 0 10px;
	border-right: 1px solid #B6B6B6;
}
section.group_link ul li.shop a:nth-of-type(2) {
	margin: 15px 0;
	padding: 0 10px;
}
section.group_link ul li.shop a:nth-of-type(3) {
	margin: 0 0 15px;
	padding: 0 10px;
}
section.group_link ul li.shop a:nth-of-type(4) {
	margin: 0 0 15px;
	padding: 0 10px;
}

a.reserve-btn {
	display: inline-block;
	font: normal normal 300 1.3em 'Open Sans';
	text-decoration: none;
	color: rgba(28, 190, 131, 1);
	background-color: rgba(28, 190, 131, 1);
	border: 1px solid rgba(28, 190, 131, 1);
	border-radius: 100px;
	padding: .6em 1.8em;
	margin: 5px;
}


a.reserve-btn:hover {
	color: #1D2C41;
	border: 1px solid #1D2C41;

}

/* コロナへの取り組み */
section.corona_torikumi{
	text-align: center;
	margin:40px 0 0;
}
