﻿* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/* --------------------------------- base */

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5em;
	color: #333;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6,label {
	color: #522C1E;
}

p {
	margin: 0.5em 0;
}


.pure-img-responsive {
	max-width: 100%;
	height: auto;
}

p.caption {
	margin: 0.5em 0 0;
}

/* --------------------------------- layout styles */

.l-box {
	padding: 1em;
}

.l-box-lrg {
	padding: 1em;
}

.l-box-line {
	margin: 1em 1em 2em;
	padding: 0;
	border: 1px solid #522C1E;
}

.l-box-inquiry {
	margin: 1em;
	padding: 0;
	border: 3px solid #522C1E;
	background: #FEF6F6;
}

.l-box-phone {
	margin: 1em;
	padding: 1em;
	border: 1px solid #522C1E;
}


.is-center {
	text-align: center;
}

.is-right {
	text-align: right;
}

/* --------------------------------- pure form styles */

.pure-form label {
	margin: 1em 0 0;
	font-weight: bold;
	font-size: 100%;
}

.pure-form input[type] {
	border: 2px solid #ddd;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 100%;
	width: 100%;
	margin-bottom: 1em;
}



/* --------------------------------- pure button styles */

.pure-button {
	background-color: #522C1E;
	color: white;
	padding: 1em;
	border-radius: 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

a.pure-button-primary {
	background: #C00;
	color: #FFF;
	border-radius: 5px;
	font-size: 120%;
}

a.pure-button-apply {
	background-color: #522C1E;
	color: white;
	padding: 0.8em;
	border-radius: 5px;
	font-size: 120%;
	font-weight: bold;
	display: block;
}

a.pure-button-primary-large {
	background: #C00;
	color: #FFF;
	border-radius: 5px;
	padding: 1em;
	font-size: 120%;
	font-weight: bold;
	display: block;
}

a.pure-button span {
	display: block;
}

a.pure-button-primary-large span {
	display: block;
}


a.disable {
	background: #CCC;
	color: #666;
	border-radius: 5px;
	padding: 1em;
	font-size: 120%;
	font-weight: bold;
	display: block;
	pointer-events: none;
}

/* ---------------------------------  menu styles */


.home-menu {
	padding: 0.5em;
	background: #522C1E;
	z-index: 5;
	height: 60px;
}


.home-menu .pure-menu-heading {
	color: white;
	font-weight: 400;
	font-size: 120%;
	position: absolute;
	top: 5px;
	left: 5px;
}

.home-menu .pure-menu-selected a {
	color: white;
}

.home-menu a {
	color: #FFF;
}
.home-menu li a:hover,.home-menu li a:focus {
	background: none;
	border: none;
	color: #C00;
}


.home-menu ul {
	position: absolute;
	top: 10px;
	right: 5px;
}





/* --------------------------------- menu styles */

.home-menu2 {
	padding: 0.5em;
	/* background: #522C1E; */
	background: #F0131E;
	z-index: 5;
}


.home-menu2 .pure-menu-heading {
	color: white;
	font-weight: 400;
	font-size: 120%;
}

.home-menu2 .pure-menu-selected a {
	color: white;
}

.home-menu2 a {
	color: #FFF;
}
.home-menu2 li a:hover,.home-menu2 li a:focus {
	background: none;
	border: none;
	color: #C00;
}


.home-menu2 ul {
	position: absolute;
	top: 10px;
	right: 5px;
}

#menu2 {
		display: none;
}


/* --------------------------------- content styles */

.content-wrapper {
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 2;
	background: white;
}

.content-wrapper2 {
	width: 100%;
	background: white;
}


/* main title */
.top_bg {
  background-image: url(../image/top_bg.png);
  background-size: cover;
  padding: 2.8vw;
  padding-bottom: 20vw;
	padding-top: 2vw;
  position: relative;
}
.content-title {
}
.title-head {
	
	font-size: max(2.5vw,17px);
	line-height: 1.3em;
	font-weight: bold;
	color: #060e4b;
	padding: 0.6em 0;
	font-weight: 600;
	/* background: #FFF0E3 url(../image/bg_title_head01.png) no-repeat right top; */
	margin: 0;
	padding-top: 0;
}
.title-head span {
	font-size: max(1.95vw,14px);
	font-weight: 600;
	display: block;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.3em;
}


.title-subhead {
	color: #522C1E;
	font-weight: 600;
	line-height: 1.2em;
	padding: 0em 0;
	font-size: 16.8px;
}
.title-subhead span {
	/* padding: 0.5em; */
	font-weight: 300;
	display: block;
	font-size: 12px;
	line-height: 1.4em;
}

.title-wrap {
	display: flex;
	gap: 16px;
}

.title-head_img {
	object-fit: contain;
	width: 24%;
}

@media screen and (max-width: 767px) {
	.title-wrap {
		flex-direction: column;
		gap: 8px;
	}

	.title-head_img {
		object-fit: contain;
		width: 32%;
	}
}

#special p span {
	display: block;
	font-size: 12px;
	line-height: 1.4em;
}
#special p span.date {
	padding: 0.5em;
	border: 1px solid #999;
}

#hotel p.caption span {
	display: block;
	font-size: 12px;
	line-height: 1.4em;
}

.content {
	padding-top: 1em;
}


p.head-caution {
	margin: 0.5em 1em;
}

/* <h2> style */

.content-head {
	font-weight: 600;
	margin: 1em 0 0;
	padding: 0.5em 0.5em 0.5em 1em;
	border-bottom: 1px dotted #AAA;
	background-image: url("../image/bg_title01.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 15px 100%;
}

.content-head span.cautionHead {
	font-weight: 600;
	margin: 0;
	font-size: 14px;
}

.content-head-line {
	margin: 0;
	color: #522C1E;
}


/* <h3> style */

.content-subhead {
	color: #C00;
	margin: 1em 0 0;
}
.content-subhead i {
	margin-right: 2px;
}

h3.caption {
	margin: 0.2em 0 0;
}


/* dark-background areas */

.ribbon {
	/* background: #e1ebff; */
    background: #FEF6F6;
	padding-top: 1em;
}




/* table styling */

.pure-table {
	width: 100%;
	margin: 0 0 1em;
}

/* schedule table styling */

.schedule {
	background-color: #FFF;
}
.schedule th {
	border-bottom: 4px solid #522C1E;
	color: #522C1E;
	background-color: #F8D0D0;
}
.schedule td {
	text-align: left;
	border-top: 1px solid #522C1E;
	padding-bottom: 2.5em;
}
.schedule td.day {
	color: #522C1E;
	font-weight: 600;
	vertical-align: text-top;
	text-align: center;
}
.schedule td.day span {
	font-weight: 300;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	background-color: #F8D0D0;
	border-radius: 4px;
	padding: 0.3em;
	}
p.special {
	padding: 0.5em;
	margin: 0 0 0.5em;
	display: flex;
	gap: 16px;
}
p.special-bg {
	/* color: #C00; */
	border: 1px dotted #522C1E;
	padding: 0.5em;
	margin: 0 0 0.5em;
	background-color: #fdfd9a;
	display: flex;
	gap: 16px;
}
p.special > span:first-child,
p.special-bg > span:first-child {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	min-width: 5em;
}
p.special span.option-content {
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* color: #C00; */
}
.stay {
	background: #F8D0D0;
	text-align: left;
	font-size: 12px;
	padding: 0 0.5em;
}

.schedule-cell {
	vertical-align: top;
	position: relative;
	padding-bottom: 2.2em;
}

.stay-end {
	position: absolute;
	right: 0.5em;
	bottom: 4px;
	margin: 0;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: calc(100% - 1em);
	text-align: right;
	white-space: nowrap;
}


.course_01 {
	background-color: #D9E1F2 !important;
}

.course_02 {
	background-color: #FCE4D6 !important;
}

.course_none {
	background-color: #E7E6E6 !important;
}

.red {
	color: #c00;
}

.note-small,
.point_box-text.note-small {
	font-size: 12px;
}

.point_box-text.note-small {
	text-align: left;
	align-self: stretch;
	width: 100%;
}

.pc_schedule {
	display: table;
	width: 100%;
}

.sp_schedule {
	display: none;
}

@media screen and (max-width: 1080px) {
	.pc_schedule {
		display: none;
	}
	
	.sp_schedule {
		display: table;
		width: 100%;
	}

	.sp_schedule .schedule-cell {
		padding-bottom: 2em;
	}
}

/* daikin table styling */
.daikin {
	table-layout: fixed;
}

.daikin th {
	border-bottom: 4px solid #522C1E;
	color: #522C1E;
	background-color: #F8D0D0;
}

.daikin th.thin {
	border-bottom: 1px solid #522C1E;
}

.daikin th.right {
	border-right: 4px solid #522C1E;
}

.daikin td {
	border-top: 1px solid #CCC;
	text-align: center;
}
.pure-table td.daikin {
	color: #522C1E;
	font-weight: 600;
	text-align: center;
}

.daikin .large {
	font-size: 1.5em;
}


/* information and caution */

.content dl {
	clear: both;
	font-size: 14px;
	margin: 1em 0;
	padding: 0 0 1em;
}
.content dl dt {
	clear: both;
	margin: 0px;
	padding: 0.5em 0 0.2em;
	border-bottom: 2px solid #b1dffc;
	display: block;
	color: #522C1E;
	font-weight: 600;
}
.content dl dd {
	margin: 0 0 1em 0;
	padding: 0.5em 0 0.2em;
	display: block;
	text-align: center;
	background-color:#F8D0D0;
	border-bottom: none;
}
.content dl dd span {
	color: #C00;
	font-weight: bold;
}

.content ul {
	clear: both;
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	font-size: 14px;
}
.content ul li span {
	color: #C00;
}

li.next {
	margin-top: 1em;
	padding: 0;
}



div.caution2 {
	clear: both;
	margin: 0.5em;
	padding: 1em;
	border: 1px dotted #522C1E;
}


dl#esta {
	clear: both;
	font-size: 14px;
	margin: 1em 0;
	padding: 0;
}
dl#esta dt {
	clear: both;
	margin: 0px;
	padding: 0.5em 0 0.2em;
	border-bottom: none;
	display: block;
	text-align: center;
	color: #522C1E;
	font-weight: 600;
}
dl#esta dd {
	margin: 0 0 0 0.5em;
	padding: 0.5em 0 0.2em;
	border-bottom: none;
	display: block;
	text-align: left;
	background-color: inherit;
}



/* inquiry */

.content-head-inquiry {
	font-size:20px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 0;
}
.content-head-inquiry .red {
	font-size:16px;
	color: #C00;
	margin: 0 0 0.5em;
	display: block;
}

.content-head-inquiry_title {
	display: flex;
	align-items: center;
}

.inquiry_title_head span {
	display: block;
	font-size: 70%;
}

.inquiry_title_img {
	width: 16%;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.content-head-inquiry_title {
		flex-direction: column;
		align-items: baseline;
	}

	.inquiry_title_img {
		width: 40%;
	}
}

.apply-button {
	text-align: center;
	margin: 1em 0;
}

.inquiry-button {
	text-align: center;
	margin: 1em 0 2em;
}

img.logo {
	display: none;
}

.copy span {
	display: block;
	margin-bottom: 1em;
}

.copy-note {
	margin: 0.25em 0 0.75em;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
	color: #666;
}


.content-inquiry {
	font-size:18px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 0;
	color: #333333;
	margin-top: 16px;
}
@media (min-width: 48em) {
	.content-inquiry {
		font-size:24px;
	}
}
#inquiry p strong {
	display: block;
	font-size: 160%;
}

span.caution {
	color: #C00;
	font-size: 26px;
}
span.caution2 {
	color: #C00;
	font-weight: 600;
}
@media (min-width: 48em) {
	span.caution {
		font-size: 32px;
	}
}


/* caution table styling */

.caution {
	background-color: #FFF;
}

.caution td {
	text-align: left;
	border-top: 1px solid #CCC;
}
.caution td.need {
	color: #522C1E;
	font-weight: 600;
	vertical-align: text-top;
	text-align: center;
}



#CDT{
	margin: 10px;
 font-size: 14px;
 text-align: center;
}
#CDT br{
	display: block;
}
#CDT .day{
 font-size: 22px;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 22px;
}




/* footer navi */

.footer-navi {
	background: #522C1E url(../image/bg_footer_navi01.png) no-repeat right top;
	color: #FFF;
}

dl#shopinfo {
	margin: 0;
}
dl#shopinfo dt {
	margin: 0;
}
dl#shopinfo dd {
	margin: 0;
}

dl#shopinfo dd strong {
	display: block;
	font-size: 160%;
}

/* footer */

.footer {
	background: #F0131E;
	color: #FFF;
}


/* page top button - pagetop.js - */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -80px;
  right: 10px;
  padding: 10px;
  background: rgba(0,0,0,.7);
  color: #fff;
  text-align: center;
  text-decoration: none;
	border-radius: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#page-top:hover { 
  background: rgba(0,0,0,.8);
}





/* --------------------------------------------
 TABLET (AND UP) MEDIA QUERIES 
 -------------------------------------------- */
 
@media (min-width: 48em) {

	body {
		font-size: 16px;
	}
		
	.content {
		padding: 1em;
	}
		
	.content-top {
		padding: 1em;
	}
	
	/* --------------------------------- pure button styles */
	a.pure-button span {
		display: inline;
	}
	
	a.pure-button-primary-large span {
		display: inline;
	}
	
	/* main title */
	.title-head {
		font-weight: bold;
		line-height: 1.2em;
		padding: 0em 0 0.5em;
	}
	.title-subhead {
		font-size: 22px;
}
	
	
	/* <h2> style */
	.content-head {
	background-size: 10px 100%;
	}
		
	/* --------------------------------- layout styles */		
	.l-box-line {
		margin: 1em 2em 2em;
	}

	/* schedule table styling */
	.pure-table {
		text-align: center;
	}

	.stay {
		text-align: right;
		white-space: nowrap;
	}

	.content dl dt {
		float: left;
		display: inline;
	}
	.content dl dd {
		float: left;
		display: inline;
		margin: 0 0 0 0.5em;
		border-bottom: 2px dotted #999;
		background-color: inherit;
	}
	
	/* inquiry */
	.content-head-inquiry {
	font-size:26px;
	}
	
	
	.inquiry-button {
		text-align: center;
		margin: 2em 0;
	}
	
	a.pure-button-primary-large {
		font-size: 150%;
	}

	img.logo {
		display: block;
	}
	
	.copy span {
		display: inline;
		margin-right: 2em;
	}
	
	#inquiry p strong {
	display: inline;
	font-size: 250%;
	}
	
	
	
	dl#shopinfo dd strong {
		display: inline;
		font-size: 280%;
		margin: 0 0.2em;
	}
	
	.apply-button  {
		display: inline;
		margin:0;
	}
	
	a.pure-button span {
		display: inline;
	}

	a.pure-button-primary-large span {
		display: inline;
	}
	
	
	
	.pure-button-apply {
	background-color: #522C1E;
	color: white;
	padding: 0.6em 2em;
	border-radius: 5px;
	}
	
	/* footer navi */
	dl#shopinfo dd strong {
	font-size: 220%;
	}
	
}

@media screen and (min-width: 1024px) {
.title-head span {
	}
	
	#CDT br{
	display: none;
	}
}


/* --------------------------------------------
 DESKTOP (AND UP) MEDIA QUERIES 
 -------------------------------------------- */

@media (min-width: 78em) {
	.title-head {
		font-size: 2.5vw;
	}
	
}




/* --------------------------------------------
  MENU 
 -------------------------------------------- */

@media screen and (max-width: 1024px) {
	.home-menu {
		padding: 0;
		text-align: left;
		height: auto;
	}

	.home-menu ul {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.home-menu .pure-menu-heading img {
		width: 70%;
		height: auto;
	}
	.home-menu a {
	font-size: 80%;
	}
	
	.content-wrapper {
	position: absolute;
	top: 22px;
	}
	
	#menu {
		display:none;
	}
	
	
	
	.home-menu2 {
		padding: 0;
		text-align: left;
	}

	.home-menu2 ul {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.home-menu2 .pure-menu-heading img {
		width: 70%;
		height: auto;
	}
	.home-menu2 a {
	font-size: 80%;
	}
	
	#menu2 {
		display: block;
	}
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1024px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		width:100%;
		z-index:10;
	}
			
}






/* --------------------------------------------
  clearfix 
 -------------------------------------------- */

dl#esta:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
dl#esta { display: inline-block; }
/* Hides from IE-mac \*/
*html dl#esta { height: 1%; }
dl#esta { display: block; }
/* End hide from IE-mac */









span.title__strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 0;
}

.hotel__facility {
	width: 100%;
	padding: 1em;
}
.hotel__facility--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;	
	-ms-flex-pack: justify;	
	justify-content: space-between;
}

.hotel__facility--main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: calc(100% - 3em);
	padding-left: 1em;
	padding-top: 1em;
}

.hotel__facility--room {
	width: 100%;
}

.hotel__facility--text {
	letter-spacing: 0;
}

.hotel__common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em;
}

.hotel__name {
	background-color: #F0131E;
	padding: 1em;
	font-size: 21px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
}

.hotel__name--sub {
	font-size: 16px;
	font-weight: 500;
}

.hotel__facility--note {
	font-size: 12px;
}

.hotel__facility--nowrap {
	white-space: nowrap;
}

.hotel__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.hotel__image--child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}


@media screen and (min-width: 64em) {
	.hotel__image--child {
		width: 66.6666%;
	}
	.hotel__facility {
		padding: 0;
	}
	.hotel__image {
		padding-bottom: 1em;
	}
}

.hotel__facility--sp {
	display: none;
}


@media screen and (max-width: 1023px) {
	.hotel__facility--pc {
		display: none;
	}
	
	.hotel__facility--sp {
		display: unset;
	}
	.hotel__facility--flex {
		-webkit-box-orient: vertical;		
		-webkit-box-direction: normal;		
		-ms-flex-direction: column;		
		flex-direction: column;
		gap: 6px;
	}
	
	.hotel__facility--main {
		-webkit-box-orient: vertical;		
		-webkit-box-direction: normal;		
		-ms-flex-direction: column;		
		flex-direction: column;
		gap: 6px;
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	
	.hotel__facility--room {
		width: 100%;
	}

	.hotel__facility--text {
		margin: 0;
	}


}

@media screen and (max-width: 767px) {
	.hotel__name {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 0.25em;
	}

	.hotel__common {
		margin-bottom: 2em;
	}
}


.lead__wrap {

}

.lead__title {
	font-size: 24px;
	font-weight: 600;
	color: #522C1E;
}

.lead__text {
	font-size: 18px;
}


.table__scroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
}

.table__scroll::-webkit-scrollbar {
	width:10px;
} 

.table__scroll table {
	width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}


.pcr__wrapper {
	background-color: #BDD7EE;
}


.pcr__content--top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5em;
}

.pcr__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
}

.pcr__price {
	font-size: 18px;
	font-weight: 600;
	color: #522C1E;
}

.pcr__left {
	width: 80%;
}

.pcr__right {
	margin: 1em 0 0;
	width: 17.5%;
	min-width: 230px;
}

.pcr__right img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.pcr__text {
	font-size: 14px;
}

.content-point {
	font-size: 20px;
	padding-left: 1.7em;
	text-indent: -1.7em;
}

.schedule__strong {
	font-size: 18px;
	font-weight: 600;
}

.schedule__small {
	font-size: 14px;
}
@media (min-width: 48em) {
	.pcr__content {
		padding: 1em;
		padding-top: 0;
	}
	.pcr__title .content-head {
		margin-left: -16px;
	}
}


@media screen and (max-width: 767px) {
	.lead__title {
		font-size: 21px;
	}

	.lead__text {
		font-size: 16px;
	}

	.pcr__content--top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.pcr__left {
		width: 100%;
	}

	.pcr__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.pcr__price {
		padding-left: 21px;
	}

	.pcr__text {
		padding: 0 1em;
		margin-bottom: 0;
	}

	.pcr__right {
		width: 100%;
		padding: 0 1em;
	}

	.pcr__content--bottom {
		padding-bottom: 2em;
	}

	.content-subhead-mb {
		margin-bottom: 3em;
	}

	.ribbon-mb {
		padding-bottom: 1em;
	}

	.content-point {
		font-size: 18px;
	}
}

.inquiry_schedule {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.inquiry_logo {
		width: 30%;
	}

	.inquiry_cont {
		padding-left: 2em;
		padding-right: 2em;
		width: 100%;
	}

	.inquiry_schedule {
		font-size: 24px;
	}
}

@media screen and (min-width: 64em) {
	.inquiry_logo {
		width: 20%;
	}

}

.text_indent {
	padding-left: 1em;
	text-indent: -1em;
}


.conditions_item {
	margin-bottom: 1em;
}

.conditions_caution {
	font-size: 12px;
}

.flow__content ul {
	margin: 0.5em 0 2em;
	padding-left: 1em;
}
.flow__content:last-child ul {
	margin-bottom: 0.5em;
}

.flow__ttl {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.25em 1em;
	border: 1px solid #333333;
	font-size: 14px;
}

.advance__text {
	font-size: 14px;
}

.t-left {
	margin: 0;
}
.height-fit {
	height: fit-content;
}

@media (min-width: 48em) {
.sp--br {
	display: none;
}
.t-right {
	text-align: right !important;
}
.t-left {
	text-align: left;
	margin-top: 0.5em;
}
.d-inline {
	display: inline-block;
}
}
@media (max-width: 820px) {
    .sp--br {
    display: block;
    }
}

@media (min-width: 48em) {
  .top_box {
    padding: 0em 0 12.4px;
  }
}
.top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.top_box-ttl {
  color: #060e4b;
  font-size: max(1.3vw,13px);
	font-weight: 600;
	display: block;
	margin-top: 0.6em;
	line-height: 2;
}

.top_box-box {
  color: #fff;
  font-size: max(1.85vw,22px);
  font-weight: 600;
  line-height: 2;
}

.top_box-blue {
  padding: 0.35em 0.5em 0.15em;
  background-color: #7BA9F7;
	letter-spacing: 0.5px;
}

.top_box-blue span {
  font-size: max(1.4vw,16px);
	letter-spacing: 0;
}

.top_box-border {
  color: #9BA8F5;
  background-color: #e1eefa;
  padding: 0.35em 0.5em 0.15em;
}

.title-img {
  position: absolute;
  padding: 0 3vw;
  top: 45vw;
}


.head_wrap {
	background-color: rgba(253, 234, 234, 0.7);
	-webkit-box-shadow: 0px 0px 5px 0px #e2b4b4;
	box-shadow: 0px 0px 5px 1.5px #e2b4b4;
	border-radius: 0.73vw;
	color: #060e4b;
	font-weight: bold;
	padding: max(1.6666vw,12px);
	/* padding-top: max(1vw,12px); */
}

.head_wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	row-gap: 1em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.head_wrap-inner {
		flex-direction: column;
	}
}

.head_wrap p {
	margin: 0;
	line-height: 1.2;
	display: flex;
	align-items: baseline;
	column-gap: 8px;
	flex-wrap: wrap;
}

.head_wrap-left {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	gap: 1.25em;
	background-color: #F4B084;
	color: #fff;
	padding: 16px;
}

.head_wrap-date {
	font-size: max(2vw,16.8px);
	letter-spacing: 0px;
}

.head_wrap-text {
	font-size: max(2vw,16px);
	letter-spacing: 0px;
	/* padding-left: 0.5em; */
}
.head_wrap-text span {
	font-size: max(1.75vw,14px);
	color: #fff;
	background-color: #FFC000;
	padding: 0.1em 0.5em 0;
}


.head_wrap-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.3em;
}
.head_wrap-hotel {
	font-size: max(1.5vw,15px);
}
.head_wrap-large {
	font-size: max(2.2vw,16.8px);
	letter-spacing: -1px;
}

.head_wrap-small {
	font-size: max(1.3vw,14px);
	font-weight: 400;
	padding-top: 12px;
}

.head_wrap-small.bold {
	font-weight: bold;
}

.head_wrap-min {
	font-size: max(1.1vw,12px);
	font-weight: bolder;
}



.point_wrapper {
	padding: 0 3vw 3vw;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 14%, #FDEAEA);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(255, 255, 255, 1)), to(#FDEAEA));
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, #FDEAEA);

}

.head_img {
	margin: 0;
}

.head_img img {
	position: relative;
	margin-top: -17.5vw;
	margin-bottom: 2vw;
	width: 100%;
}

.head_img img:nth-child(2) {
	margin-top: 0;
}

.point_title {
	text-align: center;
}

.point_title-ribon {
	width: max(33vw,330px);
	margin: 2vw auto 1vw;
}

.point_title-ribon img {
	width: 100%;
}

.point_title-large {
	font-size: max(3.3vw,21px);
	color: #060e4b;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 1px;
}

.point_title-small {
	font-size: max(1.4vw,14px);
	color: #060e4b;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.5px;
}


.point_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 2vw;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: max(3.2vw,32px);
}

.point_box {
	width: calc((100% / 3) - (4vw / 3));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 60%, #FDEAEA);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 1)), to(#FDEAEA));
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, #FDEAEA);
	-webkit-box-shadow: 0px 0px 0.52vw 0.52vw #e2b4b4;
	box-shadow: 0px 0px 0.52vw 0.52vw #e2b4b4;
	border-radius: max(0.8333vw,8px);
	position: relative;
}

.point_box-min {
	width: calc((100% / 3) - (4vw / 3));
}

.point_box-min .point_box {
	width: 100%;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 60%, #FDEAEA);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 1)), to(#FDEAEA));
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, #FDEAEA);
	-webkit-box-shadow: 0px 0px 0.52vw 0.52vw #e2b4b4;
	box-shadow: 0px 0px 0.52vw 0.52vw #e2b4b4;
	border-radius: 0.8333vw;
}

.point_min-list {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.5vw;
}

.point_box-wrap {
	padding: max(2vw,16px);
}

.point_box-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.point_min-list .point_box-wrap {
	padding-bottom: max(1vw,12px);
}

.point_box-image {
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 388 / 258;
}

.point_box:first-child .point_box-image {
	aspect-ratio: 388 / 258;
}

.point_box-image img {
	width: 100%;
}

.point_box:nth-child(5) .point_box-image {
	aspect-ratio: 388 / 258;
	display: flex;
	justify-content: center;
	align-items: center;
}

.point_box:nth-child(5) .point_box-image img{
	width: 66.66%;
}

.point_box-lead {
	font-size: max(1.5vw,16px);
	color: #060e4b;
	line-height: 1.4;
	font-weight: bold;
}

.point_box-text {
	font-size: max(1.15vw,12px);
	color: #060e4b;
	line-height: 1.6;
	font-weight: 500;
}

.point_min-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5em;
	padding-top: 0.25vw;
}

.point_min-image {
	margin: 0;
	width: max(37vw,200px);
}
.point_min-list .point_box:nth-child(2) .point_min-image {
	margin: 0;
	width: max(25vw,200px);
}
.point_min-image img {
	width: 100%;
}

.point_min-lead {
	margin: 0;
	padding: 0 2.1vw;
}
.point_min-text {
	margin: 0;
}


.point_box::before {
	content: "";
	position: absolute;
	left: -1.7vw;
	top: -1.7vw;
	width: 6.5vw;
	height: 6.5vw;
	background-size: contain;
	z-index: 10000;
	display: block;
}
.point_box:first-child::before {
	background-image: url(../image/icon_01.png);
}
.point_box:nth-child(2)::before {
	background-image: url(../image/icon_02.png);
}
.point_box:nth-child(3)::before {
	background-image: url(../image/icon_03.png);
}
.point_box:nth-child(4)::before {
	background-image: url(../image/icon_04.png);
}
.point_box:nth-child(5)::before {
	background-image: url(../image/icon_05.png);
}
.point_box:nth-child(6)::before {
	background-image: url(../image/icon_06.png);
}


@media screen and (max-width: 767px) {
	.top_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}

	.head_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}

	.point_list {
		gap: 3vw;
	}

	.point_box {
		width: calc((100% / 2) - (3vw / 2));
		-webkit-box-shadow: 0px 0px 0.75vw 0.75vw #e2b4b4;
		box-shadow: 0px 0px 0.75vw 0.75vw #e2b4b4;
	}

	.point_min-list {
		gap: 3vw;	
	}

	.point_box-min {
		width: calc((100% / 2) - (3vw / 2));
	}
	.point_box-min .point_box {
		-webkit-box-shadow: 0px 0px 0.75vw 0.75vw #e2b4b4;
		box-shadow: 0px 0px 0.75vw 0.75vw #e2b4b4;
	}

	.point_box::before {
		left: -2.7vw;
    top: -2.7vw;
    width: 8.5vw;
    height: 8.5vw;
	}

	.head_wrap-left {
		gap: 0.5em;
	}
	.head_wrap-text {
		padding-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.top_box-box {
		line-height: 2;
	}
	.head_wrap {
		border-radius: 1.5vw;
	}
	.head_wrap-left {
		gap: 0.25em;
	}
	.point_title-ribon {
		width: max(64%,240px);
	}
	.point_box {
		width: 100%;
		-webkit-box-shadow: 0px 0px 1.22vw 1.22vw #e2b4b4;
		        box-shadow: 0px 0px 1.22vw 1.22vw #e2b4b4;
	}
	.point_box-min {
		width: 100%;
	}
	.point_box-min .point_box {
		-webkit-box-shadow: 0px 0px 1.22vw 1.22vw #e2b4b4;
		        box-shadow: 0px 0px 1.22vw 1.22vw #e2b4b4;
	}
	.point_list {
		gap: 6vw;
		padding: 0 2vw;
	}

	.point_min-list {
		gap: 6vw;
	}

	.point_box::before {
		left: -4.7vw;
    top: -4.7vw;
    width: 15.5vw;
    height: 15.5vw;
	}

	.point_min-lead {
		padding: 0 7.2vw;
		margin-bottom: 8px;
	}
}


.header::after {
	content: "";
  display: block;
  height: 6px;
	background-image: -o-linear-gradient(left, rgba(184, 132, 40, 1), rgba(210, 168, 68, 1) 17%, rgba(234, 207, 118, 1) 26%, rgba(240, 220, 157, 1) 31%, rgba(247, 235, 199, 1) 36%, rgba(253, 250, 240, 1) 43%, rgba(255, 255, 255, 1) 50%, rgba(253, 250, 240, 1) 57%, rgba(247, 235, 199, 1) 64%, rgba(240, 220, 157, 1) 69%, rgba(234, 207, 118, 1) 74%, rgba(210, 168, 68, 1) 83%, rgba(183, 132, 40, 1));
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(184, 132, 40, 1)), color-stop(17%, rgba(210, 168, 68, 1)), color-stop(26%, rgba(234, 207, 118, 1)), color-stop(31%, rgba(240, 220, 157, 1)), color-stop(36%, rgba(247, 235, 199, 1)), color-stop(43%, rgba(253, 250, 240, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(253, 250, 240, 1)), color-stop(64%, rgba(247, 235, 199, 1)), color-stop(69%, rgba(240, 220, 157, 1)), color-stop(74%, rgba(234, 207, 118, 1)), color-stop(83%, rgba(210, 168, 68, 1)), to(rgba(183, 132, 40, 1)));
	background-image: linear-gradient(90deg, rgba(184, 132, 40, 1), rgba(210, 168, 68, 1) 17%, rgba(234, 207, 118, 1) 26%, rgba(240, 220, 157, 1) 31%, rgba(247, 235, 199, 1) 36%, rgba(253, 250, 240, 1) 43%, rgba(255, 255, 255, 1) 50%, rgba(253, 250, 240, 1) 57%, rgba(247, 235, 199, 1) 64%, rgba(240, 220, 157, 1) 69%, rgba(234, 207, 118, 1) 74%, rgba(210, 168, 68, 1) 83%, rgba(183, 132, 40, 1));
}

.top_box-note {
	color: #333;
	font-size: max(1vw,10px);
	display: block;
	padding-top: max(1vw,10px);
}

@media screen and (max-width: 480px) {
	.header::after {
		height: 4px;
	}

	.top_box-note {
		padding-top: 0;
	}
}

/* .pc_daikin {
	margin-bottom: 3em;
} */
.sp_daikin {
display: none;
}

@media screen and (max-width: 767px)  {
	.sp_daikin {
	display: table;
	text-align: center;
	}
	.pure-table td.daikin.large{
		font-size: 1.5em;
	}
}

@media screen and (max-width: 1080px) {
	.daikin-table_wrap {
		overflow-x: scroll;
		margin-top: 40px;
	}

	.daikin-table_wrap:first-of-type {
		margin-top: 0;
	}

	.daikin-table_wrap .daikin {
		min-width: 1080px;
	}
}

.daikin .large {
	font-size: 130%;
}

.daikin .small {
	font-size: 80%;
	padding: 0.5em;
}

.daikin th {
	background-color: #F8D0D0;
}

.daikin .border-r {
	border-right: 4px solid #522C1E;
}

.daikin .border-bb {
	border-bottom: 4px solid #522C1E;
}

.daikin .border-b {
	border-bottom: 1px solid #522C1E;
}

.daikin .border-unset {
	border-bottom: none;
}
.caution {
	font-size: 14px;
    margin: 0;
    color: #C00;
}

@media screen and (max-width: 767px)  {
	.sp_daikin td, .sp_daikin th {
		padding: 0.5em;
	}
}

.open {
	background: rgb(172, 172, 172);
    color: #FFF;
    border-radius: 5px;
    padding: 1em;
    font-size: 120%;
    font-weight: bold;
    display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
						-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
						
	text-align: center;
	line-height: 1.6;
}
.open span {
	display: block;
}
@media (min-width: 48em) {
.open span {
    display: inline;
}
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 10000;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 94vw;
	max-width: 940px;
	height: 460px;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	background-color: #333;
	color: #fff;
	padding: 0.45em 0.75em;
	position: absolute;
	bottom: 76px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}


.window-header {
	position: absolute;
	top: 0;
	background-color: #FEF6F6;
	width: 100%;
	margin: 0;
	padding: 0.75em;
}

.window-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
	width: 92%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

@media (min-width: 48em) {
	.window-text {
		font-size: 32px;
	}
}

.window-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.conditions_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 1rem;
	   -moz-column-gap: 1rem;
	        column-gap: 1rem;
	row-gap: 1rem;
}

.conditions_content {
	font-size: 1rem;
	padding-left: 21px;
}

p.info-lead {
	margin: 0;
	padding-left: 8px;
}

#info .content-subhead {
	margin-top: .5em;
}

.red-bg {
	background: #c00;
	color: #fff;
	padding: .5em 1em;
}

/* 利用ホテル：写真2枚並び × 4枚構成 */
#hotel .hotel__photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	padding: 0 1em 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#hotel .hotel__photos-item {
	width: calc(50% - 8px);
	margin: 0 0 16px;
	padding: 0;
}

#hotel .hotel__photos-item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

#hotel .hotel__photos-item figcaption {
	margin: 0.6em 0 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

#hotel .hotel__facility--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
}

#hotel .hotel__facility--main {
	width: 100%;
	padding-left: 0;
	padding-top: 0;
}
.pure-g {
	letter-spacing: -0.08em;
}

@media screen and (max-width: 767px) {
	#hotel .hotel__photos {
		padding: 0 0.5em 0.5em;
	}

	#hotel .hotel__photos-item {
		width: 100%;
		margin-bottom: 1.2em;
	}
}
