@charset "utf-8";
/* CSS Document */

/*==================================================
  共通部分
==================================================*/
img {
	width: 100%;
	height: auto;
}
/*IE対策*/
img[src$=".svg"] {
    width: 100%;
}
.recaptcha {
	display: flex;
	justify-content: center;
}
.item a {
	display: block;
}
.webfont {
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-weight: 700;
	font-size: 2em;
}
/*************** bxSliderコントロール ****************/
.bx-controls-direction a:hover {
	transition: none;
}
/*************** 丸アイコン ****************/
.circle {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fff;
	font-size: 9px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	border: 1px solid #ccc;
}
/*************** 準備中 ****************/
.preparation {
	width: 1160px;
	margin: 40px auto;
	background: #fff;
	padding: 50px 20px;
	border: 1px solid #ccc;
}
/*************** lightbox ****************/
#nextLink:hover, #nextLink:visited:hover, #prevLink:hover, #prevLink:visited:hover {
	transition: none;
}
/*************** navigation ****************/
.navigation {
	margin: 20px;
	text-align: center;
}
/*************** map ****************/
#map iframe {
	width: 100% !important;
	height: 350px !important;
}
#mapBox {
	padding-top: 80px;
	margin: -50px 0 40px;
}
#mapBox .ttl {
	padding: 15px;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	font-size: 1.5em;
	background-color: #111;
}
/*************** 改行非表示 ****************/
.pchidden {
	display: none;
}
.sphidden {
	display: block;
}
/*==================================================
  HEADER：ヘッダー
==================================================*/
#header>.inner {
	width: 1160px;
	margin: 0 auto;
}
/*************** headItem01 ****************/
#header .headItem01 {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#header .headItem01 .logoBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header .headItem01 .logo img {
	height: 50px;
	width: auto;
}
#header .headItem01 .item {
	width: 160px;
	display: inline-block;
	margin-left: 20px;
}
#header .headItem01 .item img {
	width: 100%;
	height: auto;
}
#header .headItem01 .inner {
	display: flex;
	flex-wrap: wrap;
}
#header .headItem01 .inner .tel {
	margin-left: 15px;
	padding-left: 20px;
	background: url(/share/img/common/icon_tel.png) no-repeat left center;
	/*background: url(/share/img/common/icon_tel.svg) no-repeat left center;*/
	-webkit-background-size: 15px;
	background-size: 15px;
	font-size: 1.4em;
	font-weight: bold;
}
#header .headItem01 .inner ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header .headItem01 .inner ul li {
	margin-left: 10px;
}
#header .headItem01 .inner ul li a, #header .headItem01 .inner ul .logout span {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	width: 130px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	background: #D60201;
}
#header .headItem01 .inner ul li a span, #header .headItem01 .inner ul .logout input {
	padding-left: 20px;
	display: inline-block;
	height: 30px;
}
#header .headItem01 .inner ul .login a span {
	background: url(/share/img/common/icon_login.png) no-repeat left center;
	/*background: url(/share/img/common/icon_login.svg) no-repeat left center;*/
	-webkit-background-size: 13px;
	background-size: 13px;
}
#header .headItem01 .inner ul .logout input {
	background: url(/share/img/common/icon_logout.png) no-repeat left center;
	/*background: url(/share/img/common/icon_logout.svg) no-repeat left center;*/
	-webkit-background-size: 13px;
	background-size: 13px;
	color: #fff;
	font-weight: bold;
}
#header .headItem01 .inner ul .modmember a span {
	background: url(/share/img/common/icon_book.png) no-repeat left center;
	/*background: url(/share/img/common/icon_book.svg) no-repeat left center;*/
	-webkit-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
#header .headItem01 .inner ul .reserve a span {
	background: url(/share/img/common/icon_calendar.png) no-repeat left center;
	/*background: url(/share/img/common/icon_calendar.svg) no-repeat left center;*/
	-webkit-background-size: 15px;
	background-size: 15px;
}
/*************** headItem02 ****************/
#header .headItem02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}
#header .headItem02 li a {
	text-decoration: none;
	padding: 5px 0 5px 40px;
	background: url(/share/img/common/icon_cracker.png) no-repeat left center;
	/*background: url(/share/img/common/icon_cracker.svg) no-repeat left center;*/
	-webkit-background-size: 28px;
	background-size: 28px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.3em;
}
#header .headItem02 li a::after {
	border-bottom: solid 3px #FE6764;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
#header .headItem02 li a:hover::after {
	width: 50px;
}
#header .headItem02 li a:hover {
	opacity: 1;
}
#header .headItem02 li.concept a {
	background: url(/share/img/common/icon_finger.png) no-repeat left center;
	/*background: url(/share/img/common/icon_finger.svg) no-repeat left center;*/
	-webkit-background-size: 20px;
	background-size: 20px;
	padding-left: 30px;
}
#header .headItem02 li.concept a::after {
	border-color: #D60201;
}
#header .headItem02 li.concept a:hover::after {
	width: 72px;
}
#header .headItem02 li.merit a {
	background: url(/share/img/common/icon_check.png) no-repeat left center;
	/*background: url(/share/img/common/icon_check.svg) no-repeat left center;*/
	-webkit-background-size: 24px;
	background-size: 24px;
	padding-left: 35px;
}
#header .headItem02 li.merit a::after {
	border-color: #7F3332;
}
#header .headItem02 li.merit a:hover::after {
	width: 48px;
}
#header .headItem02 li.voice a {
	background: url(/share/img/common/icon_speaker.png) no-repeat left center;
	-webkit-background-size: 26px;
	background-size: 26px;
	padding-left: 35px;
}
#header .headItem02 li.voice a::after {
	border-color: #A64140;
}
#header .headItem02 li.voice a:hover::after {
	width: 48px;
}
#header .headItem02 li.gallery a {
	background: url(/share/img/common/icon_photo.png) no-repeat left center;
	/*background: url(/share/img/common/icon_photo.svg) no-repeat left center;*/
	-webkit-background-size: 32px;
	background-size: 32px;
	padding-left: 45px;
}
#header .headItem02 li.gallery a::after {
	border-color: #BF6841;
}
#header .headItem02 li.gallery a:hover::after {
	width: 68px;
}
#header .headItem02 li.showroom a {
	background: url(/share/img/common/icon_shop.png) no-repeat left center;
	/*background: url(/share/img/common/icon_shop.svg) no-repeat left center;*/
	-webkit-background-size: 28px;
	background-size: 28px;
}
#header .headItem02 li.showroom a::after {
	border-color: #C16E6C;
}
#header .headItem02 li.showroom a:hover::after {
	width: 90px;
}
#header .headItem02 li.search a {
	background: url(/share/img/common/icon_loupe.png) no-repeat left center;
	/*background: url(/share/img/common/icon_loupe.svg) no-repeat left center;*/
	-webkit-background-size: 28px;
	background-size: 28px;
	padding-left: 35px;
}
#header .headItem02 li.search a::after {
	border-color: #C95B45;
}
#header .headItem02 li.search a:hover::after {
	width: 60px;
}
/*************** ヘッダー固定表示 ****************/
.headFixed {
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
}
.headFixed * {
	transition: .5s;
}
.headFixed>.inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.headFixed .headItem01 .inner, .headFixed .headItem01 .inner .telBox {
	display: inline-block !important;
}
.headFixed .headItem01 .inner .btnBox, .headFixed .headItem01 .item {
	display: none !important;
}
.headFixed .headItem01 .telBox {
	margin-left: 20px;
}
.headFixed .headItem01 .inner .tel:last-child {
	margin-top: 5px;
}
.headFixed .headItem01 .telBox li {
	padding-left: 20px !important;
	background: url(/share/img/common/icon_tel.png) no-repeat left center;
	/*background: url(/share/img/common/icon_tel.svg) no-repeat left center;*/
	font-size: 1.3em !important;
}
.headFixed .headItem02 {
	padding-right: 0 !important;
}
.headFixed .headItem02 li {
	margin-left: 10px;
}
.headFixed+#container {
	margin-top: 120px;
}
/*==================================================
  FOOTER：フッター
==================================================*/
#footReserveBox {
	background: url(/share/img/common/footreserve_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#footReserveBox .inner {
	/*width: 1200px;*/
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#footReserveBox .inner h3 {
	margin: 0 auto;
}
#footReserveBox .inner h3 img {
	width: 100%;
	height: auto;
}
#footReserveBox .inner .text {
	margin: 30px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}
#footReserveBox .inner .archive_btn {
	text-align: center;
	margin-top: 30px;
}
#footReserveBox .inner .archive_btn a {
	text-decoration: none;
	display: inline-block;
	width: 350px;
	height: 70px;
	line-height: 60px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #D60201 url(/share/img/common/arrow_white.png) no-repeat 320px center;
	/*background: #D60201 url(/share/img/common/arrow_white.svg) no-repeat 320px center;*/
	background-position-x: 320px;
	background-size: auto auto;
	-webkit-background-size: 8px;
	background-size: 8px;
	border: 4px solid #D60201;
	box-sizing: border-box;
}
#footReserveBox .inner .archive_btn a:hover {
	opacity: 1;
	color: #D60201;
	background: #fff url(/share/img/common/arrow_pink.png) no-repeat 250px center;
	/*background: #fff url(/share/img/common/arrow_pink.svg) no-repeat 250px center;*/
	background-position-x: 320px;
	background-size: auto auto;
	-webkit-background-size: 8px;
	background-size: 8px;
	border-color: #D60201;
}
/*************** descriptionBox ****************/
#descriptionBox {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0;
	justify-content: center;
}
#descriptionBox h3 img {
	height: 50px;
	width: auto;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px dotted;
}
#descriptionBox p {
	width: 700px;
}
/*************** footTopBox ****************/
#footer {
	padding: 40px 0;
	border-top: 1px solid #ccc;
}
#footer .footinner {
	width: 1160px;
	margin: 0 auto;
}
#footTopBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#footTopBox .btnBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#footTopBox .btnBox li {
	margin-right: 10px;
}
#footTopBox .btnBox li:last-child {
	margin-right: 0;
}
#footTopBox .btnBox li a, #footTopBox .btnBox .logout span {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background: #D60201;
}
#footTopBox .btnBox .login a {
	width: 170px;
}
#footTopBox .btnBox li a span, #footTopBox .btnBox .logout input {
	padding-left: 30px;
	display: inline-block;
	height: 40px;
}
#footTopBox .btnBox .login a span {
	background: url(/share/img/common/icon_login.png) no-repeat left center;
	/*background: url(/share/img/common/icon_login.svg) no-repeat left center;*/
	-webkit-background-size: 15px;
	background-size: 15px;
	padding-left: 25px;
}
#footTopBox .btnBox .logout input {
	background: url(/share/img/common/icon_logout.png) no-repeat left center;
	/*background: url(/share/img/common/icon_logout.svg) no-repeat left center;*/
	-webkit-background-size: 15px;
	background-size: 15px;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
}
#footTopBox .btnBox .modmember a span {
	background: url(/share/img/common/icon_book.png) no-repeat left center;
	/*background: url(/share/img/common/icon_book.svg) no-repeat left center;*/
	-webkit-background-size: 20px;
	background-size: 20px;
}
#footTopBox .btnBox .reserve a span {
	background: url(/share/img/common/icon_calendar.png) no-repeat left center;
	/*background: url(/share/img/common/icon_calendar.svg) no-repeat left center;*/
	-webkit-background-size: 20px;
	background-size: 20px;
}
#footTopBox .telBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#footTopBox .telBox dt {
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	padding: 0 10px;
	border: 1px solid;
	margin-right: 15px;
}
#footTopBox .telBox .tel {
	padding-left: 25px;
	background: url(/share/img/common/icon_tel.png) no-repeat left center;
	/*background: url(/share/img/common/icon_tel.svg) no-repeat left center;*/
	-webkit-background-size: 16px;
	background-size: 16px;
	font-size: 1.85em;
	font-weight: bold;
	margin-right: 15px;
}
#footTopBox .telBox .detail {
	line-height: 1.2em;
	font-size: 1.1em;
}
/*************** naviBox ****************/
#naviBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 20px 0;
}
#naviBox ul {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
#naviBox ul:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
#naviBox ul li a, #naviBox ul li input[type="submit"] {
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(/share/img/common/arrow_black.png) no-repeat left center;
	/*background: url(/share/img/common/arrow_black.svg) no-repeat left center;*/
	-webkit-background-size: 4px;
	background-size: 4px;
}
.footer_link{
 background: #111;
 text-align: center;
 padding-top: 30px;
}
.footer_link a{
 display: block;
 width: 150px;
 height: 50px;
 margin: 0 auto;
}
/*************** footbottomBox ****************/
/*#footbottomBox {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footbottomBox dl{	background: #eee;
	padding: 20px 40px;width: 42%;}
#footbottomBox dt {
	font-size: 1.5em;
	font-weight: bold;
	margin:0 40px 5px 0;
}*/
/*************** footbottomBox ****************/
address {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 15px 0 30px;
	font-style: normal;
}
/*************** ancPagetop ****************/
#footFix .ancPagetop img {
	width: 50px;
	height: 50px;
}
/*==================================================
  CONTAINER：コンテナ
==================================================*/
#container {
	margin: 20px 0 0;
}
#postbox {
	margin-bottom: 40px;
}
#postbox .contents-inner {
	width: 1160px;
	margin: 0 auto;
}
#postbox .com {
	margin: 15px 20px;
}
/*************** bread ****************/
@media screen {
#bread {
	width: 1160px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 11px;
}
}
#bread a {
	margin-right: 5px;
	padding-right: 12px;
	text-decoration: underline;
	background: url(/share/img/common/arrow_black.png) no-repeat right center;
	/*background: url(/share/img/common/arrow_black.svg) no-repeat right center;*/
	-webkit-background-size: 5px;
	background-size: 5px;
}
#bread a:hover {
	text-decoration: none;
}
/*************** pageTitleBox ****************/

#pageTitleBox {
	background: url(/share/img/common/errorPage_bg.jpg) no-repeat center center;
	height: 200px;
	margin: -50px 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pageTitleBox .inner {
	width: 1160px;
	/*margin: 0 auto;*/
}
#pageTitleBox .page_title01, #pageTitleBox .subTitle {
	text-align: center;
	/*	font-family: 'M PLUS Rounded 1c', sans-serif;*/

	line-height: 1.6em;
}
#pageTitleBox .page_title01 {
	background-color: rgba(255,255,255,0.5);
	font-size: 2.8em;
	letter-spacing: 2px;
	border: solid 4px;
	display: table;
	margin: 0 auto 10px;
	padding: 5px 20px;
	font-weight: 800;
}
#pageTitleBox .subTitle {
	font-size: 1.2em;
	font-weight: bold;
}
/*************** page_title02 ****************/
.page_title02 {
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-weight: 700;
	font-size: 2em;
	position: relative;
	padding-left: 40px;
	text-align: center;
}
/*************** page_title03 ****************/
.page_title03 {
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-weight: 700;
	font-size: 2em;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #DDD;
}
.page_title03::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #D60201;
	bottom: -4px;
	width: 10%;
	display: block;
}
/*************** 開閉タイトル ****************/
.oc_bar01, .oc_bar01_open, .srchbox01 .selectbox01 .selectbox_ttl, .srchbox01 .selectbox01 .selectbox_ttl_open {
	cursor: pointer;
}
.oc_bar01, .oc_bar01_open, .srchbox01 .selectbox01 .selectbox_ttl, .srchbox01 .selectbox01 .selectbox_ttl_open, .srchbox01 .selectbox01 h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 3px solid #D60201;
	/*background: #F9F1F0;*/
	font-weight: bold;
}
.oc_bar01_open:after, .srchbox01 .selectbox01 .selectbox_ttl_open:after {
	cursor: pointer;
	display: block;
	content: "＋";
	float: right;
	color: #fff;
	background: #D60201;
	text-shadow: none !important;
	padding: 2px 8px;
	margin-top: -2px;
}
.oc_bar01:after, .srchbox01 .selectbox01 .selectbox_ttl:after {
	cursor: pointer;
	display: block;
	content: "－";
	float: right;
	color: #fff;
	background: #D60201;
	text-shadow: none !important;
	padding: 2px 8px;
	margin-top: -2px;
}
.oc_bar01#change_req_man_main::after{
 content: "" !important;
 padding: 0 !important;
}
/*************** entrytbl ****************/
.entrytbl {
	width: 100%;
	background: #fff;
	margin: 10px auto;
}
.entrytbl .entry_td {
	border: 1px solid #C8C8C8;
	padding: 10px;
	vertical-align: middle;
}
.entrytbl .entry_td .entrytbl02 td {
	padding: 3px 0;
	vertical-align: middle;
}
/*************** form_errbox ****************/
.form_errbox {
	margin: 20px 0 40px;
	border: 3px solid #D60201;
	padding: 10px;
	color: #D60201;
	background: #F9F1F0;
}
.form_errbox h3 {
	min-height: 30px;
	padding: 0 0 0 40px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background: url(/share/img/basic/form_errbox_icon01.gif) no-repeat left 0;
}
.form_errbox ul {
	margin: 20px 40px;
}
.form_errbox ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 60px;
	background: url(/share/img/basic/form_errbox_icon02.gif) no-repeat;
}
/*************** thanksbox ****************/
.thanksbox {
	margin: 20px;
	border: 1px solid #C8C8C8;
	padding: 40px 0 0;
}
.thanksbox h4 {
	font-size: 16px;
	font-weight: bold;
	color: #D60201;
	text-align: center;
}
.thanksbox .btnBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.thanksbox .btnBox li {
	margin: 5px 10px;
}
.thanksbox02 {
	margin: 20px;
	border: 1px solid #C8C8C8;
	padding: 10px;
	background: #fff;
}
.thanksbox02 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #D60201;
	text-align: center;
}
/*
.page_title02{
	color: #9D783B;
	min-height: 30px;
	font-size: 1.6em;
	margin: 20px 0;
	padding-left: 40px;
	background: url(/share/img/common/arrow03.png) no-repeat left top;
	background-size: 30px auto;
}
*/







/*投稿box*/

/*#postbox {
	min-height: 350px;
	padding: 20px;
	background: #fff;
	border-top: 5px solid #D60201;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#postbox input, #postbox textarea, #postbox select {
	margin: 0 5px;
}
#postbox .navigation {
	text-align: center;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}*/
