@charset "UTF-8";
/* CSS Document */
/*@font-face{ 
  font-family: 'mplus-1p-regular';
  src: url('https://mplus-webfonts.sourceforge.jp/mplus-1p-regular.eot');
  src: url('https://mplus-webfonts.sourceforge.jp/mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
       url('https://mplus-webfonts.sourceforge.jp/mplus-1p-regular.woff') format('woff'),
       url('https://mplus-webfonts.sourceforge.jp/mplus-1p-regular.ttf') format('truetype');
}*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

h1.page-tit {
	width: 100%;
	height: 140px;
	background: #FEE201;
}

h1.page-tit .inner {
	position: relative;
	width: 1100px;
	height: 140px;
	margin: 0px auto;
	overflow: hidden;
}

h1.page-tit .inner p {
	position: absolute;
	top: 30%;
	left: 0;
	bottom: 0;
	margin: auto;
	font-size: 240%;
	color: #222;
}

h1.page-tit .inner img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*about----------------------------------------------------*/
.about {
	background: #FFF;
}

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

.about.blue,
.about-block.blue {
	background: #F4F4EC;
}

.about .inner,
.about-block .inner {
	width: 1110px;
	margin: 0px auto;
	overflow: hidden;
}

div.about-list {
	padding: 30px 0px;
	background: url(../about/images/about-arrow.png) no-repeat;
	background-position: center right;
	width: 1110px;
	margin: 0px auto;
	display: flex;
	/*横並び*/
	align-items: center;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: flex-start;
}

div.about-list h2 {
	height: 90px;
}

div.about-list h2 img {
	height: 100%;
}

div.about-list h2 span {
	font-size: inherit;
	color: #D5493C;
	font-weight: inherit;
}

div.about a:hover h2 {
	font-size: 280%;
	color: #00AEED;
	font-weight: bold;
}

div.about-list div.left {
	width: 70%;
}

div.about-list div.right {
	width: 200px;
}

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 {
	color: #00265e;
}

/*---------------------------------------------------------------------------------------------*/
.about-block {
	width: 100%;
	margin: 0px auto;
}

.about-block .inner {
	padding: 60px 0px;
	width: 900px;
}

.about-block h3 {
	font-size: 300%;
	color: #fe2d17;
	font-weight: 700;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.about-block h3 span {
	font-size: inherit;
	color: #D5493C;
	font-weight: inherit;
}

.about-column .left {
	float: left;
	width: 54%;
}

.about-column .left p {
	line-height: 180%;
	font-size: 110%;
	margin-bottom: 15px;
}

.about-column .left h4 {
	padding: 10px;
	border-top: 1px solid #1D2C41;
	border-bottom: 1px solid #1D2C41;
	font-size: 160%;
	line-height: 160%;
	margin-bottom: 5px;
	color: #1D2C41;
	background: #FFE129;
}

.about-column .right {
	float: right;
	width: 43%;
	text-align: right;
}

.about-column .right img {
	width: 95%;
	/* border: 2px solid #ACACAC; */
	border-radius: 6px;
	box-shadow: 2px 2px 4px #ACACAC;
}

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

.about-column .left ul.bnr li {
	width: 50%;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
}

.about-column .left ul.bnr li img {
	width: 98%;
}

ul.about-flow {
	width: 60%;
	margin: 0px auto;
	padding: 10px;
	border-radius: 15px;
	text-align: center;
	background: #FFF;
	border: 1px solid #EEE;
	overflow: hidden;
}

ul.about-flow li {
	font-size: 110%;
	color: #333;
}

ul.about-flow li i {
	font-size: 130%;
	color: #FF5338;
}

/*price_data-----------------------------------------------------*/
.price {
	background: #FFF;
}

h3.price_title {
	font-size: 260%;
	color: #1C78B0;
	text-align: center;
	line-height: 2;
}

.price h2 {
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 30px;
	padding: 10px 0px;
	border-top: 1px solid #fe2d17;
	border-bottom: 1px solid #fe2d17;
	text-align: center;
	font-size: 310%;
	letter-spacing: 0px;
	background: #FFF;
	color: #fe2d17;
}

.price .inner {
	width: 1100px;
	margin: 0px auto;
	padding: 60px 0px;
}

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

table.price_data th {
	width: calc(100% / 6);
	font-size: 100%;
	border: 1px solid #999;
	color: #000;
	padding: 8px 2px 8px 2px;
	background: #D2EFFB;
	font-weight: normal;
}

table.price_data td {
	border: 1px solid #999;
	padding: 10px 2px 10px 2px;
	font-size: 100%;
	background: #EEE;
	font-weight: bold;
}

table.price_data th.car {
	font-size: 90%;
}

table.price_data td.car {
	background: #FFFFFF;
	padding: 5px 0px 0px 0px;
}

table.price_data td.car img {
	width: 80%;
}

table.price_data td.price {
	padding: 0px 10px 0px 0px;
	font-size: 120%;
	text-align: right;
	background: #FFF;
	font-weight: bold;
}

table.price_data td.discount {
	background: #FFFF00;
	font-size: 100%;
}

table.price_data th.max {
	padding: 8px 10px 8px 2px;
	background: #FFFF00;
	font-size: 120%;
	color: #FF0004;
}

table.price_data td.max {
	padding: 8px 10px 8px 2px;
	background: #FFFF00;
	font-size: 200%;
}

.price-txt {
	text-align: left;
}

.tokuten_bnr {
	margin-bottom: 40px;
	text-align: center;
}

.tokuten_bnr img {
	width: 80%;
}

.price .inner .bnr_price {
	width: 70%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.price .inner .bnr_price img{
	max-width: 100%;
}

.price .inner .bnr_price+.bnr_price {
	margin-top: 50px;
}

/*WARIBIKI------------------------------------------------------*/
.waribiki * {
	box-sizing: border-box;
}

.waribiki h3 {
	font-size: 200%;
	color: #333;
	text-align: center;
	line-height: 1;
	background: linear-gradient(transparent 86%, #ffef77 86%);
	margin: 0 0 50px;
}

.waribiki h3 span {
	color: #FB2515;
	font-size: 130%;
}

.waribiki h3 span.zeikomi {
	color: #FB2515;
	font-size: 80%;
}

.waribiki img {
	width: 100%;
	margin: 0 0 60px;
}

.waribiki table {
	width: 100%;
	border: 2px solid #D82F2C;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 0 30px;
	position: relative;
}

.waribiki table tr {}

.waribiki table tr:first-of-type {
	background: #D82F2C;
	color: #FFF;
}

.waribiki table tr:first-of-type th {
	color: #FFF;
	font-size: 180%;
	line-height: 2;
	text-align: center;
}

.waribiki table th {
	width: 65%;
	border: 1px dashed rgb(207, 207, 207);
	border-left: none;
	border-right: none;
	font-size: 250%;
	line-height: 2;
	color: #FB2515;
	text-align: left;
	padding: 0 0 0 30px;
}

.waribiki table th span {
	font-size: 50%;
	color: #444;
	padding: 0 0 0 10px;
}

.waribiki table td {
	width: 35%;
	border: 1px dashed rgb(207, 207, 207);
	border-left: none;
	border-right: none;
	font-size: 180%;
	line-height: 2.2;
	color: #FB2515;
	font-style: italic;
}

.waribiki table th:last-of-type,
.waribiki table td:last-of-type {
	border-bottom: none;
}


/*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: #E0EF9E;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

table.reason_data td {
	background: #FFC;
	font-size: 115%;
	text-align: left;
	color: #EA0003;
}


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

.flow-block .inner {
	width: 860px;
	margin: 0px auto;
	padding: 30px 0%;
}

.flow-column {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}

.flow-column h3 {
	padding: 10px 30px;
	margin-bottom: 15px;
	font-size: 220%;
	background: #106AB4;
	color: #FFF;
	border-radius: 20px 20px 0px 0px;
}

.flow-column h3 span {
	margin-right: 10px;
	font-size: 130%;
	color: #FFFD2A;
	font-weight: inherit;
}

.flow-column .right {
	float: right;
	width: 40%;
}

.flow-column .txt {
	float: left;
	width: 55%;
}

.flow-column p.img {
	width: 100%;
	margin-bottom: 10px;
}

.flow-column p.img img {
	width: 100%;
}

.flow-column ul li {
	width: 100%;
}

.flow-column ul li img {
	width: 100%;
}

.flow-column .txt p {
	margin-bottom: 15px;
	font-size: 120%;
}

.flow-column .txt a {
	font-size: 100%;
	color: #003987;
}


.flow-column h4 {
	margin-bottom: 5px;
	padding: 2%;
	border-top: 1px solid #fe2d17;
	border-bottom: 1px solid #fe2d17;
	font-size: 140%;
	color: #fe2d17;
}

.flow-column ul.bnr {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 20px;
}

.flow-column ul.bnr li {
	width: 80%;
	margin: 0px auto;
	margin-bottom: 20px;
	text-align: center;
}

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

/*info-page----------------------------------------------*/
.info-page {
	width: 100%;
	background: #D9EBF9;
	overflow: hidden;
}

.info-page .inner {
	width: 1146px;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
}

.info-page .inner div.txt {
	width: 766px;
	padding: 20px 20px 20px 20px;
	color: #333;
	font-size: 120%;
	line-height: 240%;
	background: #FFF;
	float: left;
}

.info-page .inner div.txt {}

.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 {
	float: right;
	width: 300px;
	background: #FFF;
}

.info-page .inner .category h3 {
	padding: 15px 10px;
	background: #D82F2C;
	color: #FFF;
	font-size: 120%;
}

.info-page .inner .category ul li a {
	width: 100%;
	display: block;
	padding: 15px 10px;
	background: #FFF;
	color: #222;
	font-size: 120%;
	text-decoration: none;
}

.info-page .inner .category ul li a:hover {
	background: #FEE200;
	color: #333;
}

.info-page .inner .category ul li.now a {
	background: #275c92;
	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: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.column.info h2.title {
	background: #D82F2C;
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	font-size: 130%;
	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;
}



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

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

.submit_btn:hover {
	background: #F8D92E;
}

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

/**/
.error {
	width: 740px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #FFF89C;
	color: #EA0307;
}

table.form {
	margin: 0px 0px 30px 0px;
	width: 780px;
	text-align: center;
	border: 1px solid #BBB;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.form th,
table.form 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.form th {
	width: 210px;
	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%;
	margin: 0px auto;
	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;
}