/* ----------------------------------------------------------------header*/
#header{
	position: relative;
	height:75px;
	margin:0 auto;
	text-align: center;
	background: url(../img/common_img/bg_blick.jpg) center bottom #4a220a;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.header_logo {
	position: absolute;
	top:3px;
	left:5px;
	font-size:0;
	z-index: 9999;
}
.header_logo img {
	width: 100px;
	height: auto;
}
.header_right {
	float:right;
	margin-right:10px;
	text-align: right;
	font-size:0;
}
h1 {
	height:22px;
	margin: 3px 0 0;
	text-align: right;
	line-height: 1.1;
	font-size: 10px;
	color:rgba(255,255,255,0.7);
}
.header_contact {
	display: inline-block;
	font-size:0;
}
.header_contact li {
	display: inline-block;
	margin-left:5px;
	vertical-align: top;
}
.header_contact li.time {
	display: none;
}
.header_contact li img {
	width: auto;
	height: 40px;
}
.header_contact li#toggle span {
	display: block;
	width:40px;
	height:40px;
	background: url(../img/common_img/menu.png) left top no-repeat;
	background-size: 40px 40px;
}
.header_contact li#toggle span.opennav {
	background: url(../img/common_img/menu_close.png) left top no-repeat;
	background-size: 40px 40px;
}

@media print, screen and (min-width:768px) {
#header{
	height:86px;
}
.header_logo {
	position: absolute;
	top:3px;
	left:3px;
	font-size:0;
}
.header_logo img {
	width: auto;
	height: 130px;
}
.header_right_top {
	font-size:0;
}
h1 {
	display: inline-block;
	height:auto;
	text-align: left;
	vertical-align: top;
}
.header_contact {
	margin-left:5px;
	vertical-align: top;
}
.header_contact li {
	margin-left:0;
}
.header_contact li img {
	width: auto;
	height: auto;
}
.header_contact li#toggle {
	display: none;
}
}
@media print, screen and (min-width:992px) {
.header_logo {
	position: absolute;
	top:3px;
	left:43px;
	font-size:0;
}
.header_logo img {
	width: auto;
	height: auto;
}
.header_right {
	margin-right:50px;
}
h1 {
	vertical-align: middle;
}
.header_contact {
	vertical-align: middle;
}
.header_contact li.time {
	display: inline-block;
}
}

/* ----------------------------------------------------------------header_fix*/
#top.fix #header {
	display: block;
	position: fixed;
	width: 100%;
	height:60px;
	z-index: 100;
	padding:10px 0 0;
	text-align:center;
	top: 0;
	left:0;
	animation: mnavslide linear .3s 1;
	-webkit-animation: mnavslide linear .3s 1;
	background: url(../img/common_img/bg_blick.jpg) center bottom #4a220a;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
#top.fix #header .header_logo img {
	width: auto;
	height: 70px;
}
#top.fix #header h1 {
	display: none;
}
@keyframes mnavslide {
	0% {top: -55px;}
	100% {top: 0;}
}
@-webkit-keyframes mnavslide {
	0% {top: -55px;}
	100% {top: 0;}
}
@media print, screen and (min-width:768px) {
#top.fix #header {
	height:86px;
	padding:0;
}
#top.fix #header .header_logo img {
	width: auto;
	height: 80px;
}
}
/*------------------------------------------------------------mainnavi*/
#mainnavi {
	display: none;
	clear: both;
	position: absolute;
	top:75px;
	left:0;
	width: 100%;
	padding:10px 0;
	text-align: center;
	background:rgba(0,0,0,0.8);
	z-index: 999;
}
#mainnavi ul li {
	vertical-align: top;
	line-height: 0;
	font-size:0;
}
#mainnavi ul li a {
	display: block;
	padding:10px 0;
}
#mainnavi ul li.active a img {
	border-bottom:solid 1px #fff;
}
#top.fix #mainnavi {
	top:60px;
}
@media print, screen and (min-width:768px) {
#mainnavi {
	display: block;
	position: absolute;
	top:auto;
	left:auto;
	right:10px;
	bottom:0;
	width: auto;
	padding:0;
	font-size:0;
	background:none;
}
#mainnavi ul li {
	display: inline-block;
	margin-left:15px;
}
#mainnavi ul li a {
	display: block;
	padding:0 0 10px;
}
#mainnavi ul li a img {
	width:auto;
	height:17px;
}
#mainnavi ul li.active a {
	border-bottom:solid 2px #fff;
}
#mainnavi ul li.active a img {
	border:none;
}
#top.fix #mainnavi {
	top:auto;
	bottom:0;
}
}
@media print, screen and (min-width:992px) {
#mainnavi {
	right:50px;
}
#mainnavi ul li {
	margin-left:40px;
}
#mainnavi ul li a {
	padding:0 0 12px;
}
#mainnavi ul li a img {
	width:auto;
	height:auto;
}
#mainnavi ul li.active a, #mainnavi ul li a:hover {
	border-bottom:solid 2px #fff;
}
}

/*------------------------------------------------------------pagetitle*/
#pagetitle {
	height: 194px;
	padding-top:60px;
	text-align: center;
	line-height: 1.5;
}
#pagetitle h2 {
	font-family: 'Noto Serif CJK JP', serif;
	font-size: 18px;
	color:#fff;
	text-shadow: -1px 0 3px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.8), 1px 0 3px rgba(0,0,0,0.8), 0 -1px 3px rgba(0,0,0,0.8);
}
#pagetitle span {
	display: block;
}
#pagetitle span img {
	width: auto;
	height: 43px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	height: 326px;
	padding-top:120px;
	text-align: center;
}
#pagetitle h2 {
	font-size: 20px;
}
#pagetitle span img {
	width: auto;
	height: auto;
}
}

/*------------------------------------------------------------page_pg*/
/* about */
body.about::before {
  background:url(../img/about_img/bg_ph.jpg) 25% center no-repeat;
  background-size: auto 680px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   
@media print, screen and (min-width:768px) {
body.about::before {
  display: none;
}   
body.about {
	background: url(../img/about_img/bg_ph.jpg) center bottom fixed no-repeat;
	background-size: cover;
}
}

/* menu */
body.menu::before {
  background:url(../img/menu_img/bg_ph.jpg) center bottom no-repeat;
  background-size: auto 680px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   
@media print, screen and (min-width:768px) {
body.menu::before {
  display: none;
}   
body.menu {
	background: url(../img/menu_img/bg_ph.jpg) center bottom fixed no-repeat;
	background-size: cover;
}
}

/* blog */
body.blog::before {
  background:url(../img/blog_img/bg_ph.jpg) center top no-repeat;
  background-size: auto 680px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   
@media print, screen and (min-width:768px) {
body.blog::before {
  display: none;
}   
body.blog {
	background: url(../img/blog_img/bg_ph.jpg) center top fixed no-repeat;
	background-size: cover;
}
}

/* contact */
body.contact::before {
  background:url(../img/contact_img/bg_ph.jpg) center top no-repeat;
  background-size: auto 680px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   
@media print, screen and (min-width:768px) {
body.contact::before {
  display: none;
}   
body.contact {
	background: url(../img/contact_img/bg_ph.jpg) center top fixed no-repeat;
	background-size: cover;
}
}

/* english */
body.english::before {
  background:url(../img/english_img/bg_ph.jpg) 25% center no-repeat;
  background-size: auto 680px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   
@media print, screen and (min-width:768px) {
body.english::before {
  display: none;
}   
body.english {
	background: url(../img/english_img/bg_ph.jpg) center bottom fixed no-repeat;
	background-size: cover;
}
}

/*------------------------------------------------------------content*/
.content_bg01 {
	padding: 30px 0;
	text-align: left;
	background: url(../img/common_img/bg_paper01.jpg) #deddd9;
}
.content_bg02 {
	padding: 40px 0;
	text-align: left;
}
.content_bg02 .container {
	padding:20px 10px;
	background: url(../img/common_img/bg_paper02.jpg) #f4f4f4;
}
@media print, screen and (min-width:768px) {
.content_bg01 {
	padding: 60px 0;
	text-align: center;
}
.content_bg02 {
	padding: 80px 0;
	text-align: center;
}
.content_bg02 .container {
	padding:46px 20px 50px;
}
}
/* ----------------------------------------------------------------footer*/
footer {
	position: relative;
	padding:30px 0;
	text-align: left;
	color:#fff;
	text-shadow: -1px 0 3px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.8), 1px 0 3px rgba(0,0,0,0.8), 0 -1px 3px rgba(0,0,0,0.8);	background: url(../img/common_img/bg_blick.jpg) center -3px #4a220a;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	z-index: 9999;
}
#footer_info {
	position: relative;
}
#footer_info h2 {
	margin-bottom:15px;
}
#footer_info .sns {
	position: absolute;
	top:0;
	right:0;
	font-size:0;
}
#footer_info .sns li {
	display: inline-block;
	margin-left:5px;
}
#footer_info .sns li img {
	width:32px;
	height: auto;
}
#footer_info .contact {
	margin-top:20px;
	font-size:0;
}
#footer_info .contact li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#footer_info .contact li:first-child {
	width:60%;
	height: auto;
	background: rgba(0,0,0,0.5);
}
#footer_info .contact li:last-child {
	width:40%;
	height: auto;
	background: #020202;
}
#footer_info .contact li a {
	display: block;
}
#footer_info .contact li img {
	width:auto;
	height: 50px;
}
#footer_map {
	margin-top:20px;
	height:140px;
}
@media print, screen and (min-width:768px) {
footer {
	padding:60px 0;
	font-size:0;
}
#footer_info {
	display: inline-block;
	width:444px;
	margin-right:20px;
	vertical-align: bottom;
}
#footer_info .contact li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#footer_info .contact li:first-child {
	width:auto;
	height: auto;
	background: rgba(0,0,0,0.5);
}
#footer_info .contact li:last-child {
	width:auto;
	height: auto;
	background: #020202;
}
#footer_info .contact li img {
	width:auto;
	height: auto;
}
#footer_map {
	display: inline-block;
	width:256px;
	margin-top:0;
	height:196px;
	vertical-align: bottom;
}
}
@media print, screen and (min-width:992px) {
#footer_info {
	margin-right:50px;
}
#footer_map {
	width:446px;
}
}
@media print, screen and (min-width:1200px) {
#footer_map {
	width:646px;
}
}

footer nav {
	margin-top: 20px;
	text-align: center;
}
footer nav ul {
	font-size:0;
}
footer nav ul li {
	display: inline-block;
	margin:5px 10px;
}
footer nav ul li a, footer nav ul li a:visited {
	text-decoration: none;
	color:#fff;
}
footer nav ul li a:hover {
	text-decoration: underline;
	color:#fff;
}
address {
	margin: 20px 0 0;
	text-align: center;
	font-size: 10px;
}
@media print, screen and (min-width:1200px) {
footer nav {
	margin-top: 40px;
}
footer nav ul li {
	margin:0 10px;
}
address {
	margin: 40px 0 0;
}
}

/*------------------------------------------------------------Pankuzu*/
#pankuzu {
	width: 100%;
	margin: 5px 0 15px;
	clear: both;
}
#pankuzu ol {
	display: inline-block;
	list-style: none;
	font-size:0;
}
#pankuzu ol li {
	display: inline-block;
	font-size: 11px;
	padding-left:16px;
	padding-right: 10px;
	line-height: 1.1;
	color:#fff;
	text-shadow: -1px 0 3px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.8), 1px 0 3px rgba(0,0,0,0.8), 0 -1px 3px rgba(0,0,0,0.8);
	background: url(../img/common_img/icon_pankuzu.png) no-repeat 0 50%;
}
#pankuzu ol li:last-child {
	padding-right: 0;
}
#pankuzu ol li a, #pankuzu ol li a:visited {
	color:#fff;
}
#pankuzu ol li a:hover {
	text-decoration: none;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}

/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted rgba(0,0,0,0.5);
}
.sheet_basic tr th, .sheet_basic tr td {
	border-bottom: 1px dotted rgba(0,0,0,0.5);
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
}
.sheet_basic tr th {
	white-space: nowrap;
	font-weight: normal;
}
@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	padding: 10px;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted rgba(0,0,0,0.5);
	border-right: 0 dotted rgba(0,0,0,0.5);
	border-bottom: 0 dotted rgba(0,0,0,0.5);
	border-left: 0 dotted rgba(0,0,0,0.5);
}
@media print, screen and (min-width:768px) {
hr.line_01 {
	margin: 30px 0px;
}
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5;
	font-family: 'Noto Serif CJK JP', serif;
	font-size: 18px;
}
.title01 span {
	display: block;
}
.title01 span img {
	width: auto;
	height: 33px;
}
.title01.tx_w {
	color:#fff;
	text-shadow: -1px 0 3px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.8), 1px 0 3px rgba(0,0,0,0.8), 0 -1px 3px rgba(0,0,0,0.8);
}
.title02 {
	font-size: 18px;
	font-weight: bold;
	color: #6D6D6D;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6D6D6D;
}
.title03 {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
.title03 span {
	font-size: 12px;
}
.title_catch {
	margin-bottom:20px;
	line-height: 1.3;
	font-family: 'Noto Serif CJK JP', serif;
	font-size: 18px;
}
@media print, screen and (min-width:768px) {
.title01 {
	margin-bottom: 25px;
	font-size: 20px;
}
.title01 span img {
	width: auto;
	height: auto;
}
.title_catch {
	margin-bottom:25px;
	font-size: 24px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto; 
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto; 
}
.ov_hidden {
	overflow: hidden;
}
@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 0px;
	z-index: 9999;
}

.btn_link {
	margin-top:20px;
	text-align: center;
}
.btn_link a {
	display: block;
	width: 280px;
	margin:0 auto;
	line-height: 34px;
	text-decoration: none;
	color:#020202;
	border:solid 1px #020202;
}
.btn_link.btn_w a {
	color:#fff;
	border:solid 1px #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.8),  0 0 3px rgba(0,0,0,0.8) inset;
}
@media print, screen and (min-width:768px) {
.btn_link {
	margin-top:30px;
}
.btn_link a {
	transition: 0.5s all;
}
.btn_link a:hover {
	color:#fff;
	background: #020202;
}
.btn_link.btn_w a:hover {
	color:#020202;
	background: #fff;
	text-shadow: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.8);
}
}

.sp_nowarp {
	display: none;
}
@media print, screen and (min-width:768px) {
.sp_nowarp {
	display: inline;
}
}





/*==========================================
		2020.05.15追記 reservation
==========================================*/

/* 
カレンダー全体
 */
body.reservation::before {
  background:url(../img/calendar_img/bg_ph.jpg) 25% center no-repeat;
  background-size: auto 680px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   
@media print, screen and (min-width:768px) {
body.reservation::before {
  display: none;
}   
body.reservation {
	background: url(../img/reservation_img/bg_ph.jpg) center bottom fixed no-repeat;
	background-size: cover;
}
}

#booking-package{/*section的*/
    width: 95% !important;
    margin: 0 auto!important;
    background-color: rgba(255, 255, 255, 0)!important;
}
#booking-package_calendarPage{/*continer的*/
	background-color: rgba(255, 255, 255, 0)!important;
}
#booking-package_calendarPage .arrowLeft,#booking-package_calendarPage .arrowRight{/*先月来月表示*/
    background: #999999;
    padding: 10px 15px;
    border-radius: 15px;
    color: #fff;
}
.calendarPanel .calendarChangeButton:first-child{/*先月表示*/
	text-align: left;
}
.calendarPanel .calendarData{/**表示月*/
    font-family: 'Noto Serif CJK JP', serif;
    font-size: 28px;
}
#booking-package_calendarPage .calendar{
    margin-bottom: 40px!important;
}
#booking-package_calendarPage .dayPanel{/*カレンダー日付 幅調整*/
    width: calc(100% / 7);
}
#booking-package_calendarPage .dayPanelHeight{/*カレンダー日付 高さ調整*/
	height: 7em!important;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#booking-package_calendarPage .holidayPanel{/**休日・祝日*/
    border-color: #efefef!important;
}
#booking-package_calendarPage .holidayPanel .dayPostion{
	color: #c00;
}
#booking-package_schedulePage .box_shadow{/*日付選択後のcontainer*/
	background-color: #fff;
	width: 100%!important;
}


/*	
日時選択後のform: ;
*/
#booking-package_inputFormPanel .row{
    text-align: left;
    width: 90%!important;
    margin: 0 auto!important;
    padding-left: 15px!important;
}
#booking-package_inputFormPanel .row div:last-child{
	display: inline-block;
	width: 100%;
}
#booking-package_inputFormPanel .row textarea{
	background: #fff;
    border: 1px solid #ccc;
    height: 150px;
}
#booking-package_inputFormPanel .cartPanel{
	display: inline-block;
	width: 50%;
}
#booking-package_inputFormPanel .cartPanel #booking-package_pay_locally{
    width: 100%;
    text-align: right;
}
#booking-package_inputFormPanel .bottomBarPanel{
	display: inline-block;
	width: 50%;
	text-align: left;
}
#booking-package .bookingButton,#booking-package_inputFormPanel .returnButton{
	width: auto!important;
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    font-size: 16px;
    color: #fff;
}
#booking-package_inputFormPanel .returnButton{
	background: #999999;
	border: 1px solid #999999;
}
#booking-package .bookingButton{
	background: #e60000;
    border: 1px solid #e60000;
}
#booking-package_schedulePage button{
	width: auto!important;
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    margin-left: 0!important;
    font-size: 16px;
    color: #fff;
	background: #999999;
	border: 1px solid #999999;
}
/*
#booking-package_schedulePage .selectPanel div span:first-child, #booking-package_servicePage .selectPanel div span:first-child{
	display: none;
}
*/
#booking-package_schedulePage .daysListPanelNoAnimation{
	display: none;
}
#booking-package_schedulePage .selectPanel,#booking-package_servicePage .selectPanel{
	padding: 20px 10px!important;
	font-size:16px;
	display: inline-block !important;
	width: 50% !important;
	text-align: center;
    border-width: 1px!important;
}
#booking-package_schedulePage .selectPanelError,#booking-package_servicePage .selectPanelError{
	padding: 20px 10px!important;
	font-size:16px;
	display: inline-block !important;
	width: 50% !important;
	text-align: center;
    border-width: 1px!important;
}
#scheduleMainPanel .selectPanel:nth-child(odd),#scheduleMainPanel .selectPanelError:nth-child(odd){
	border-left: none!important;
}
#scheduleMainPanel .selectPanel:nth-child(even),#scheduleMainPanel .selectPanelError:nth-child(even){
	border-right: none!important;
}
#booking-package_calendarPage .pointer/*カレンダー日付*/,
#booking-package_schedulePage .selectPanel, #booking-package_servicePage .selectPanel/**予約時間*/,
#booking-package_schedulePage .selectPanel, #booking-package_servicePage .selectPanel/*予約時間の左側日程*/{
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#booking-package_calendarPage .pointer:hover,
#booking-package_schedulePage .selectPanel, #booking-package_servicePage .selectPanel:hover,
#booking-package_schedulePage .selectPanel, #booking-package_servicePage .selectPanel{
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#booking-package_inputFormPanel.booking_completed_panel .bottomBarPanel{
	width: 100%;
	text-align: center;
}
#reservationHeader{
	position: relative !important;
}
#reservationHeader.booking_completed:after{
	content:"現時点では予約は完了していません。予約完了メールをお待ちください";
	display:block;
	font-size:14px;
    border: 2px solid #0094cc;
    padding: 6px 0;
    margin: 10px 0 30px 0;
    color: #0094cc;
}


/*
Top
*/
.modal_contents{
/*	min-width: 1450px;*/
}
#information_ttl,#reservation_ttl{
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 33px;
    font-weight: bold;
}
.reservation_container{
	margin-bottom: 40px;
}
.reservation_container .content{
	padding-bottom: 20px;
}
.information_container{
	margin-bottom: 40px;
}
.information_container img{
	max-height: 132px;
	max-width: 690px;
    margin: 0 auto;
}
.information_container ul#information_carousel{
	width: 90%;
	margin: 0 auto;
}
/*モーダル*/
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-height: 80%;
    overflow:scroll;
}
.modal_overflow{
	overflow: hidden!important;
}
.modal_index{
	z-index: 9999!important;
}
a.js-modal-open{
	width: 100%;
	text-align: center;
    display: inline-block;
    padding: 20px 0;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    position:relative;
    overflow:hidden;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	z-index: 1;
}
a.js-modal-open:hover{
	color:#fff;
	background-color: #333;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
a.js-modal-close{
	position: absolute;
	top: 5px;
	right: 5px;
    width: 30px;
    height: 30px;
}
a.js-modal-close:before{
	content:"";
	width:100%;
	height: 1px;
	color:#333;
	background-color: #333;
	display: inline-block;
	position: absolute;
	top: 15px;
	/* z-index: 9999; */
	webkit-transform: translate(-50%, 0) rotate(-45deg);
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}
a.js-modal-close:after{
    content: "";
    width: 100%;
    height: 1px;
    color: #333;
    background-color: #333;
    display: inline-block;
    position: absolute;
    top: 15px;
    /* z-index: 9999; */
    webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
}
/*single-information*/
.information_header h2 span{
	font-size: 40px;
}
.information_section{
	padding-top: 0;
	padding-bottom: 20px;
}
.information_section h3.title01{
	font-size: 30px;
}
.information_section h3.title01 span{
	font-size: 16px;
}
.information_section #newsarea img{
	max-width: 100%;
}
.information_section #newsarea img.top_image{
	margin-bottom: 40px;
}
.information_section #newsarea p{
	text-align: left;
}
.post-navigation{
	margin-bottom: 50px;
}
.post-navigation .prev{
    float: left;
    width: 50%;
    text-align: right;
}
.post-navigation .next{
    float: left;
    width: 50%;
    text-align: left;
}
.post-navigation span.text a{
	color: #333;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,1);
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.post-navigation span.text a:hover{
	color: #fff;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0);
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}


/*
レスポンシブ
*/
@media print, screen and (min-width: 768px){
}
@media print, screen and (max-width:768px) {
	#booking-package_calendarPage .dayPanelHeight{
		height: 4em !important;
	}
	#booking-package_schedulePage .bottomPanelNoAnimation{
		text-align: center;
	}
	#booking-package_schedulePage .weekPanel{
		float: none!important;
	}
	#booking-package .bookingButton, #booking-package_inputFormPanel .returnButton{
		width: 100% !important;
	}
	#booking-package_calendarPage .arrowLeft,#booking-package_calendarPage .arrowRight{
		padding: 5px 10px;
	}
	#booking-package_calendarPage .arrowFont{
		display: none!important;
	}
	.calendarPanel .calendarData{
		font-size: 20px;
	}
	#booking-package_calendarPage .arrowLeft span,#booking-package_calendarPage .arrowRight span{
		font-size: 13px;
	}
	#booking-package_calendarPage .arrowLeft span:before{
		content:"<";
		margin-right:5px;
		font-size:15px;
	}
	#booking-package_calendarPage .arrowRight span:after{
		content:">";
		margin-left:5px;
		font-size:15px;
	}
	#booking-package_inputFormPanel .row{
		width: 100% !important;
	}
	#booking-package_schedulePage button{
		width: 100% !important;
	}
	#booking-package_inputFormPanel .cartPanel{
		width: 100%;
	}
	#booking-package_inputFormPanel .bottomBarPanel{
		width: 100%;
	}
/*
トップ
*/
	.reservation_container{
		display: block !important;
		min-height: auto!important;
	}
	.information_container{
		min-height: auto!important;
	}
	.modal__content{
		width: 90%;
		padding: 50px 10px 20px;
	}
	a.js-modal-open{
		font-size: 16px;
		padding: 10px 0;
	}
	a.js-modal-close:before,a.js-modal-close:after{
		left: 15px;
	}
	.modal_contents{
		min-width: auto;
	}
	.information_container img{
		max-height: none;
		width: 100%!important;
	}
/*
single-information
*/
	.information_section h3.title01{
		font-size: 18px;
	}
}

/*=========2021/03/29追加 メニュー表記=========*/

body.menu p.caution{
    text-align: left;
    font-size: 12.5px;
    font-weight: 600;
    margin: 20px 0 10px;
}
@media print, screen and (max-width: 768px){
	.menu .wrap ul li table tr th, .menu .wrap ul li table tr td{
	    border-bottom: none!important;
	    display: block!important;
	    width: 100%!important;
	    padding: 3px 5px!important;
	}
	.menu .wrap ul li table tr td br{
		display: none!important;
	}
	 .menu .wrap ul li table tr th{
	 	font-weight: 600!important;
	 }
	 .menu .wrap ul li table tr td{
	 	text-align: left!important;
	 }
	 .menu .wrap ul li table tr{
	 	display: block!important;
	 	padding: 8px 0!important;
	 	border-bottom: dotted 1px rgba(0,0,0,0.2)!important;
	 }
}

/*==========================================*/