@charset "UTF-8";

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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: normal;
	line-height: 1.6;
	font-size: 15px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

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

a {
	color: #004498;
	text-decoration: none;
}

a:visited {
	color: #004498;
}

a:hover {
	color: #004498;
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border: none;
}

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

a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

hr {
	display: none;
}

.sp-area {
	overflow: hidden;
	margin-bottom: 0px;
}

h2.tit::after {
	border-left: 35px solid rgba(0, 0, 0, 0);
	border-right: 35px solid rgba(0, 0, 0, 0);
	border-top: 35px solid #DA0012;
	bottom: -35px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -22px;
	position: absolute;
	width: 0;
	padding-bottom: 10px;
}

h2.tit {
	background: #ff3030;
	margin-bottom: 35px;
	padding: 15px 0px 0px 0px;
	position: relative;
	text-align: center;
	background-color: #da0012;
}

h2.tit p {
	font-size: 180%;
	color: #FFF;
}

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

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

header .logo {
	float: left;
	margin-top: 5px;
}

header .right {
	float: right;
	margin-top: 5px;
}

header h1 {
	font-size: 80%;
	margin-bottom: 10px;
}

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

.main {
	width: 100%;
	overflow: hidden;
	background: #fff;
	background-size: cover;
}

.main .inner {
	width: 1050px;
	overflow: hidden;
	margin: 0px auto;
}



ul.main_bottom {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}

ul.main_bottom li {
	color: #ff3030;
	border-radius: 8px;
	padding: 10px 23px;
	font-weight: bold;
	background: #ffe2e2;
	font-size: 160%;
}




nav {
	width: 100%;
	border-top: 2px solid #da0012;
	background: #fff;
	box-shadow: 0px 6px 6px -4px #808080;
	-moz-box-shadow: 0px 6px 6px -4px #808080;
	-webkit-box-shadow: 0px 6px 6px -4px #808080;
	border-bottom: 2px solid #da0012;
}

nav ul {
	width: 1110px;
	margin: 0px auto;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

nav ul li {
	padding: 15px 0px;
}

nav ul li.now {
	border-bottom: 5px solid #ffe600;
}

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

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.mainarea-container {
	text-align: center;
}


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

.reason {
	overflow: hidden;
	margin: 0px auto;
}

.reason h1 {
	overflow: hidden;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	text-align: center;
}

.reason-list {
	width: 100%;
	background: #FFF;
}

.reason-list .inner {
	width: 980px;
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reason-list .inner div {
	width: 46%;
	margin-bottom: 10px;
	overflow: hidden;
}

.reason-list .inner div h2 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.reason-list .inner div h2 img,
.reason-list .inner div img {
	width: 100%;
}

.reason-list div p {
	padding: 10px;
	background: #FFF;
	font-size: 100%;
}

.reason-list div p.txt {
	height: 160px;
}

.reason-list div p.btn {
	padding: 20px 10px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
}

.reason-list div.faq {
	padding-top: 60px;
	background: #0A509F;
	border-radius: 20px;
}

.reason-list div.reason-btn {
	width: 500px;
	margin: 0px auto;
	padding: 10px;
	background: #4e6a7f;
	border-radius: 10px;
	text-align: center;
}

.reason-list div.reason-btn img {
	width: 80%;
}

.reason-list div p.txt a {
	color: #333;
	text-decoration: none;
}

.reason-list div p.txt a:hover {
	color: #333;
	text-decoration: underline;
}

.reason-list div p.txt a:visited {
	color: #333;
	text-decoration: underline;
}

.factory {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	background: url(../images/factory-back.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
	background-size: 100%;
	background-position: 0px 0px;
}


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

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

.top-price .inner {
	width: 1110px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-price-block {
	width: 24%;
	border: 1px solid #4E6A7F;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

.top-price .inner h3 {
	padding: 10px 0px;
	font-size: 160%;
	line-height: 100%;
	background: #4E6A7F;
	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: 70%;
	text-align: right;
}

.top-price .inner div.price {
	text-align: center;
	padding-top: 20px;
	width: 100%;
	font-size: 230%;
	font-weight: bold;
	color: #da0012;
	margin-bottom: 15px;
}

.top-price .inner div.price span {
	font-size: 70%;
	font-weight: bold;
	color: #d70001;
}

.top-price .price_note{
	padding-bottom: 30px;
	width: 1110px;
	max-width: 90%;
	margin: 0px auto;
	color: #da0012;
	font-weight: bold;
}

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

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

.about {
	width: 100%;
	background: #0A509F;
}

.about .inner {
	width: 1146px;
	margin: 0px auto;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.about .inner div.txt {
	width: 500px;
	padding: 30px 0px 10px 20px;
	color: #FFF;
	font-size: 120%;
	line-height: 240%;
}

.info {
	width: 100%;
	background: #FFFADE;
	overflow: hidden;
}

.info .inner {
	width: 1110px;
	height: 210px;
	padding: 40px 0px 40px 0px;
	margin: 0px auto;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info .inner div.tit {
	width: 340px;
	padding: 80px 0px 60px 20px;
	background: #d70001;
	text-align: center;
	font-size: 200%;
	color: #FFF;
}

.info .inner div.txt {
	width: 730px;
	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: 120px;
}

.info .inner div.txt dl dd a {
	color: #004498;
	text-decoration: underline;
}

.info .inner div.txt dl dd a:hover {
	color: #004498;
	text-decoration: underline;
}

.info .inner div.txt dl dd a:visited {
	color: #004498;
}

.shop {
	width: 100%;
	background: #FFF;
}

.shop .inner {
	width: 1110px;
	margin: 0px auto;
	padding: 30px 0%;
}

.mgB15 {
	margin-bottom: 15px;
}

h4.shoparea {
	width: 1090px;
	margin: 0px auto;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	border: 1px solid #233791;
	background: #FFFADE;
	font-size: 160%;
}

.shop .inner h3 {
	width: 100%;
}

.shop .inner h3 img {
	width: 100%;
}

.shop .inner div {
	margin: 0px auto;
	padding: 10px 10px;
	border: none;
	border-top: none;
	overflow: hidden;
}

ul.shop {
	margin-bottom: 10px;
	float: right;
	width: 340px;
}

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

ul.shop li.comment {
	font-size: 125%;
	color: #FF0004;
	margin-bottom: 5px;
	padding: 3px 10px;
	background: #FFFD55;
}

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

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

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

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

footer .inner {
	width: 1110px;
	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 {
	width: 100%;
	background: #FFF;
}

.footer-nav ul {
	width: 1110px;
	margin: 0px auto;
	padding: 25px 0%;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: center;
}

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

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

.footer-nav ul li a {
	color: rgb(0, 32, 216);
	text-decoration: none;
	font-size: 11px;
}

.footer-nav ul li a:link,
a:visited {
	color: rgb(0, 32, 216);
	text-decoration: none;
}

.bnr {
	width: 100%;
	background: #FFF;
	text-align: center;
}

.bnr .inner {
	width: 1110px;
	margin: 0px auto;
	padding: 30px 0% 30px 0%;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

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

.bnr .inner p img {
	width: 90% !important;
}

ul.adbnr {
	width: 100%;
	margin: 30px auto;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.adbnr li {
	width: 31%;
	text-align: center;
}

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

ul.companybnr {
	width: 100%;
	margin: 50px auto 30px;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

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

ul.companybnr li .abouttit {
	margin-bottom: 30px;
}

.chiratit {
	background: #233791;
	padding: 5px 0px 0px 0px;
	position: relative;
	text-align: center;
}

.chiratit p {
	font-size: 180%;
	color: #FFF;
}

.adArea {
	background-image: url(../images/adarea_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 275px;
	background-size: 100% auto;
	margin-bottom: 25px;
	padding-bottom: 4px;
}

.adArea ul {
	display: table;
	width: 100%;
}

.adArea ul li {
	float: left;
}

.adArea ul li.person {
	margin-right: 4%;
	width: 28.6%;
	margin-left: 9%;
}

.adArea ul li.pop {
	background-image: url(../images/adarea_pop_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 4%;
	width: 17.6%;
	padding: 2.8% 11px 2% 9px;
}

ul.bnr {
	width: 95%;
	margin: 0px auto;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.bnr li {
	width: 50%;
	text-align: center;
}

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

ul.bnr2 {
	width: 1051px;
	margin: 0px auto;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

ul.bnr2 li {
	width: 50%;
	text-align: center;
}

ul.bnr2 li img {
	width: 95%;
}

.red {
	color: #da0012;
}

.blue {
	color: #0A509F;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

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

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

.continner {
	width: 1110px;
	margin: 0px auto;
}

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

.tel-txt .inner p {
	margin: 0px auto;
	padding: 15px;
	border: 3px solid #da0012;
	font-size: 110%;
	line-height: 180%;
	border-radius: 8px;
	background: #FFF;
}

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

.shop-list .inner {
	width: 1110px;
	margin: 0px auto;
	padding: 20px 0px;
}

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

.shop-block {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 35px;
	overflow: hidden;
}

.shop-block .map {
	width: 700px;
	float: left;
}

.shop-block .txt {
	width: 350px;
	float: right;
}

.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: left;
	border: 1px solid #BBB;
	border-collapse: collapse;
	border-spacing: 0px;
}

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

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



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


table.shop th {
	width: 85px;
	background: #DEEDF6;
}

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

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

.footer_area {
	display: none;
}

.kwskBtn {
	background: rgb(70, 70, 70) none repeat scroll 0 0;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	padding: 12px;
	color: #fff;
}

.kwskBtn a {
	color: #fff;
}

.kwskBtn a:link,
a:visited {
	color: #fff;
}

.mgR4 {
	margin-right: 4px;
}

.vaM {
	vertical-align: middle;
}

.w1110 {
	width: 1110px;
	margin: 0 auto;
}

.mainBtn01 {
	background: #f35901 none repeat scroll 0 0;
	border-radius: 10px;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	font-weight: bold;
	line-height: 3;
	padding: 10px;
	margin-left: 10px;
}



.readyBtn01 {
	background: #93acbf none repeat scroll 0 0;
	border-radius: 10px;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	font-weight: bold;
	line-height: 3;
	padding: 10px 20px;
	text-align: center;
	margin-left: 10px;
}


.shopBtn01 {
	background: #22ac38 none repeat scroll 0 0;
	border-radius: 10px;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	font-weight: bold;
	line-height: 3;
	padding: 10px 40px;
	margin-left: 10px;
}

.pdL3 {
	padding-left: 3px;
}

@media screen and (min-width:640px) {
	.sp-img {
		display: none;
	}
}

.info-btn a {
	display: block;
	width: 200px;
	margin: 0px auto;
	padding: 10px;
	background: #d70001;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-size: 120%;
}

.holiday_area02 {
	width: 960px;
	margin: 100px auto 0;
	background-color: rgb(255, 253, 241);
	border: 2px solid red;
	padding: 15px;
	font-size: 110%;
	line-height: 190%;
	text-align: center;
}

.holiday_area02 p {
	line-height: 180%;
	margin-bottom: 10px;
}

.holiday_area02 p.tit {
	text-align: center;
	color: red;
	font-size: 140%;
	font-weight: bold;
}

.holiday_area02 p.tit02 {
	text-align: center;
	color: red;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

.holiday_area02 p.date {
	font-size: 110%;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	.holiday_area02 {
		width: calc(100% - 40px - 4px);
		margin: 20px auto;
		background-color: rgb(255, 253, 241);
		border: 2px solid red;
		padding: 10px;
		font-size: 95%;
		line-height: 160%;
	}

	.holiday_area02 p {
		text-align: left;
	}

	.holiday_area02 p.tit {
		color: red;
		font-size: 130%;
		text-align: center;
	}

	.holiday_area02 p.date {
		text-align: center;
	}
}