body {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.div_warning {
	max-width: 1170px;
	margin-right:auto;
	margin-left:auto;
	margin-top:16px;
}

.div_center {
	margin-right:auto;
	margin-left:auto;
}
.w100p { width:100%; }
.w90p { width:90%; margin-right:auto; margin-left:auto; }
.cp3 { margin-right:auto; margin-left:auto; padding:3px; }

.kiyaku{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	padding:20px;
	padding-left:30px;
	border:1px solid gray;
	background:#fff;
	height:220px;
	overflow-y:scroll;
}

.mw600 { max-width: 600px; }
.mw800 { max-width: 800px; }
.mw1000 { max-width: 1000px; }
.mt8 { margin-top:8px; }
.mt16 { margin-top:16px; }
.mt32 { margin-top:32px; }
.mb16 { margin-bottom:16px; }
.mb32 { margin-bottom:32px; }

.p10 { padding:10px; }

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font17 {
	font-size: 17px;
    line-height: 28px;
}
.font18 { font-size: 18px; }
.font120p { font-size:105%; }
.font80p { font-size:80%; }
.font_wb { font-weight:bold; }

.div_section {
	padding: 46px 0 16px 0;
}
.div_section p { text-align:left; }
.div_section p.text_center { text-align:center; }
.div_section ul li {
	text-align: left;
	list-style: outside;
	/* list-style: none; */
}
.div_section ul li.noneb {
	list-style: none;
}
.div_section ul.options li {
	list-style: none;
}

.color_link { color:#0099ff; }

.bg_gray         { background-color: #f4f5f7; }
.bg_white        { background:#ffffff; color:#333; }
.bg_skyblue      { background:#e9f3f9; color:#333; }
.bg_darkblue     { background:#216aaa; color:#fff; }
.bg_disabled_red { background:#f09191; color:#fff; }
.bg_darkred      { background:#ff0000; color:#fff; }

.bg_reserve_change { background:#e9f3f9; }

.bg3500 { color:#333; background: rgba(248,148,6,.06) !important; }
.bg4000 { color:#333; background: rgba(1,165,219,.06); }
.bg4500 { color:#333; background: rgba(132,162,0,.06); }
.bg5500 { color:#333; background: rgba(212,7,70,.06); }
.bg6500 { color:#333; background: rgba(2, 120, 255, 0.06); }

span.icon_str, em.icon_str {
	/* display: block;
	position: absolute;
	top: 3.5px; */
	padding: 0 5px;
	border-radius: 2px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	border:1px solid gray;
}

.text_red { color:red; }
.text_blue { color:blue; }
.text_bb { color:#000; font-weight:bold; }

.text_center { text-align:center; }
.text_right { text-align:right; }

.titlepage h2::before { background-color:unset; }
.titlepage h2::after { background-color:unset; }


h3.frm_reserve {
	color:#0099ff;
	font-weight:bold;
	margin-top:24px;
}

#frm_reserve ::placeholder {
	color:#CCC;
}
#frm_reserve .form-label {
	margin-top:12px;
}
#frm_reserve .form_text {
	font-size:16px;
}
#frm_reserve .form_confirm_text {
	margin-left:20px;
	font-size:18px;
}

#frm_reserve .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;

    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#frm_reserve div.div4select .form-select, #frm_reserve div.div4select .form-control {
    display: inline;
}

#frm_reserve input.input_error { background:#ffdddd; }
#frm_reserve select.input_error { background:#ffdddd; }
#frm_reserve textarea.input_error { background:#ffdddd; }


.book_btn_cal {
	background-color: #28a745;
	max-width: 189px;
	width: 100%;
	margin: 0 auto;
	padding: 6px 0;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	transition: ease-in 0.5s;
	display: block;
	margin-bottom:16px;
}
.book_btn_cal:hover {
	background-color: #fff;
	color: #28a745;
	transition: ease-in 0.5s;
}


.book_now span.text_b {
    color: #000;
    font-size: 18px;
}
.book_now .online_book2 {
    width: 100%;
    height: 50px;
    border: #ccc solid 1px;
    background-color: transparent;
    color: #000;
    padding: 0 10px;
    /*
	padding-right: 61px;
    margin-bottom: 25px;
	*/
    position: relative;
}

@media (max-width: 575px){
	.carousel-item img {
		max-height: 450px;
		max-width: none;
		width: auto;
	}
}

video {
	width: 100%; /* 動画をレスポンシブ化 */
	/* max-width: 400px; */ /* 動画の最大幅 */
}



/******************************************************************************
  Pricing
*******************************************************************************/
.pricing {
	background-color: #fff;
	margin: 0 auto 40px;
	max-width: 270px;
	position: relative;
	text-align: left;
}
.pricing * {
	position: relative;
}
.pricing:before {
	background: #f7f7f7;
	background: rgba(30,30,30,.06);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pricing .title {
	line-height: 24px;
	padding: 17px 20px 21px;
}
.pricing .title a {
	color: #1e1e1e;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
}
.pricing .price-box {
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
	padding: 0 20px 20px;
}
.pricing .price-box .icon {
	background: #fff;
	color: #505050;
	height: 60px;
	text-align: center;
	width: 60px;
	z-index: 1;
}
.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
	background: none;
	font-size: 30px;
	height: auto;
	line-height: 52px;
	margin: 0;
	width: auto;
}
.pricing .price-box .icon .livicon {
	height: 60px !important;
}
.pricing .price-box .icon .livicon svg {
	top: 0 !important;
	vertical-align: middle;
}
.pricing .price-box .price {
	font-size: 36px;
	font-weight: bold;
	margin: 13px 0 0;
}
.pricing .price-box .price span {
	font-size: 12px;
}
.pricing .options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing .options li {
	border-top: 1px solid rgba(30,30,30,.1);
	color: #999;
	color: rgba(30,30,30,.4);
	line-height: 22px;
	padding: 13px 10px 13px 45px;
	position: relative;
}
.pricing .options li span {
	color: #1e1e1e;
	display: none;
	left: 25px;
	line-height: 1;
	position: absolute;
	top: 16px;
}
.pricing .options li.active {
	color: #1e1e1e;
}
.pricing .options li.active span {
	display: block;
}
.pricing .bottom-box {
	border-top: 1px solid rgba(30,30,30,.1);
	background: rgba(30,30,30,.05);
	overflow: hidden;
	padding: 19px 19px 20px;
}
.pricing .bottom-box .more {
	color: #7f7f7f;
	color: rgba(30,30,30,.7);
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.pricing .bottom-box .more:hover {
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.pricing .bottom-box .more span {
	font-size: 17px;
	line-height: 12px;
	margin: 0 0 0 3px;
	vertical-align: top;
}
.pricing .bottom-box .rating-box {
	float: right;
}
.pricing .bottom-box .btn {
	font-weight: bold;
	margin: 19px 0 0;
	width: 100%;
}
.pricing.prising-info:before {
	background: rgba(1,165,219,.06);
}
.pricing.prising-info .title a {
	color: #01a5db;
}
.pricing.prising-info .price-box .icon {
	color: #35beeb;
	border-color: #35beeb;
}
.pricing.prising-info .options li,
.pricing.prising-info .bottom-box {
	border-color: rgba(1,165,219,.1);
	color: rgba(1,165,219,.4);
}
.pricing.prising-info .bottom-box {
	border-top: 1px solid rgba(1,165,219,.1);
	background: rgba(1,165,219,.05);
} 
.pricing.prising-info .options li span,
.pricing.prising-info .bottom-box .more,
.pricing.prising-info .options li.active {
	color: #01a5db;
}
.pricing.pricing-success:before {
	background: rgba(132,162,0,.06);
}
.pricing.pricing-success .title a {
	color: #84a200;
}
.pricing.pricing-success .price-box .icon {
	border-color: #9ab71a;
	color: #9ab71a;
}
.pricing.pricing-success .options li,
.pricing.pricing-success .bottom-box {
	border-color: rgba(132,162,0,.1);
	color: rgba(132,162,0,.4);
}
.pricing.pricing-success .bottom-box {
	border-top: 1px solid rgba(132,162,0,.1);
	background: rgba(132,162,0,.05);
}
.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li span,
.pricing.pricing-success .options li.active {
	color: #84a200;
}
.pricing.pricing-error:before {
	background: rgba(212,7,70,.06);
}
.pricing.pricing-error .title a {
	color: #d40746;
}
.pricing.pricing-error .price-box .icon {
	border-color: #de2a61;
	color: #de2a61;
}
.pricing.pricing-error .options li,
.pricing.pricing-error .bottom-box {
	border-color: rgba(212,7,70,.1);
	color: rgba(212,7,70,.4);
}
.pricing.pricing-error .bottom-box {
	border-top: 1px solid rgba(212,7,70,.1);
	background: rgba(212,7,70,.05);
}
.pricing.pricing-error .options li span,
.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li.active {
	color: #d40746;
}
.icon.border {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 1px;
}
.icon.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.icon.pull-right {
	float: right;
	margin-left: 10px;
}
.pricing-warning:before {
	background-color: rgba(248,148,6,.06) !important;
}
.pricing.pricing-info:before {
	background: rgba(1,165,219,.06);
}
.pricing-warning .title a, .pricing-warning .options li.active, .pricing-warning .options li span, .package .title a, .package .price-box .price {
	color: #f89406 !important;
}
.pricing.pricing-info .options li span, .pricing.pricing-info .bottom-box .more, .pricing.pricing-info .options li.active {
	color: #01a5db;
}
.pricing.pricing-info .options li, .pricing.pricing-info .bottom-box {
	border-color: rgba(1,165,219,.1);
	color: rgba(1,165,219,.4);
}
.pricing.pricing-warning .options li {
	color: rgba(248,148,6,.4);
}
.pricing.pricing-info .title a {
	color: #01a5db;
}


/*
.pricing.prising-primary:before {
	background: rgba(1,165,219,.06);
}
.pricing.prising-primary .title a {
	color: #01a5db;
}
.pricing.prising-primary .price-box .icon {
	color: #35beeb;
	border-color: #35beeb;
}
.pricing.prising-primary .options li,
.pricing.prising-primary .bottom-box {
	border-color: rgba(1,165,219,.1);
	color: rgba(1,165,219,.4);
}
.pricing.prising-primary .bottom-box {
	border-top: 1px solid rgba(1,165,219,.1);
	background: rgba(1,165,219,.05);
} 
.pricing.prising-primary .options li span,
.pricing.prising-primary .bottom-box .more,
.pricing.prising-primary .options li.active {
	color: #01a5db;
}
*/
.pricing.pricing-primary:before {
	background: rgba(2, 120, 255, 0.06);
}
.pricing.pricing-primary .bottom-box .more, .pricing.pricing-primary .options li.active {
	color: #0066ee;
}
.pricing.pricing-primary .options li, .pricing.pricing-primary .bottom-box {
	border-color: rgba(1,165,219,.1);
	color: rgba(1,165,219,.4);
}
.pricing.pricing-primary .title a {
	color: #0066ee;
}



.reserve_info .book_room {
	background-color: #fff;
	padding: 30px 35px;
	/* border-left: #0099ff solid 5px; */
	border-left:none;
}
.reserve_info .book_room h1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.reserve_info .book_now span {
	display: block;
	color: #333;
	font-size: 18px;
	padding-bottom: 5px;
}
.reserve_info .book_now .online_book {
	width: 100%;
	height: 50px;
	border: #333 solid 1px;
	background-color: transparent;
	color: #333;
	padding: 0 10px;
	padding-right: 61px;
	margin-bottom: 25px;
	position: relative;
}
.reserve_info .date_cua {
	position: absolute;
	width: 29px;
	height: 29px;
	top: 48px;
	background-repeat: no-repeat;
	right: 30px;
}
.reserve_info .book_btn {
	background-color: #0099ff;
	max-width: 189px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	transition: ease-in 0.5s;
	display: block;
}

.reserve_info .autowidth .book_btn {
	max-width: max-content;
    width: auto;
	padding:12px;
}

.reserve_info .book_btn:hover {
	background-color: #0077ff;
	color: #fff;
	transition: ease-in 0.5s;
}

.btn-group-mypage .btn_mypage {
	font-size:12px;
}

div.c-modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
div.c-modal_bg {
	background: rgba(0, 0, 0, 0.6);
	height: 100vh;
	width: 100%;
}
.c-modal_content {
	background: #e9ecef;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	width:80%;
	max-width:960px;
}
.c-modal_content_inner {
	position: relative;
	padding: 24px;
}
.c-modal_close {
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 100;
}
div.c-modal_close {
	padding:6px;
	border:1px solid gray;
}



.pricingTable10{text-align:center}
.pricingTable10 .pricingTable-header{padding:30px 0;background:#17aaff;position:relative;transition:all .3s ease 0s}
.pricingTable10:hover .pricingTable-header{background:#09b2c6}
.pricingTable10 .pricingTable-header:after,.pricingTable10 .pricingTable-header:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #d9d9d8;position:absolute;bottom:12px}
.pricingTable10 .pricingTable-header:before{left:40px}
.pricingTable10 .pricingTable-header:after{right:40px}
.pricingTable10 .heading{font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-top:0}
.pricingTable10 .price-value{display:inline-block;position:relative;font-size:55px;font-weight:700;color:#e43030;transition:all .3s ease 0s}
.pricingTable10 .currency{font-size:30px;font-weight:700;position:absolute;top:6px;left:-19px}
.pricingTable10 .month{font-size:16px;color:#fff;position:absolute;bottom:15px;right:-30px;text-transform:uppercase}
.pricingTable10 .pricing-content{padding-top:50px;background:#fff;position:relative}
.pricingTable10 .pricing-content:after,.pricingTable10 .pricing-content:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #7c7c7c;position:absolute;top:12px}
.pricingTable10 .pricing-content:before{left:40px}
.pricingTable10 .pricing-content:after{right:40px}
.pricingTable10 .pricing-content ul{padding:0 20px;margin:0;list-style:none}
.pricingTable10 .pricing-content ul:after,.pricingTable10 .pricing-content ul:before{content:"";width:8px;height:46px;border-radius:3px;background:linear-gradient(to bottom,#818282 50%,#727373 50%);position:absolute;top:-22px;z-index:1;box-shadow:0 0 5px #707070;transition:all .3s ease 0s}
.pricingTable10:hover .pricing-content ul:after,.pricingTable10:hover .pricing-content ul:before{background:linear-gradient(to bottom,#40c4db 50%,#34bacc 50%)}
.pricingTable10 .pricing-content ul:before{left:44px}
.pricingTable10 .pricing-content ul:after{right:44px}
.pricingTable10 .pricing-content ul li{font-size:15px;font-weight:700;color:#777473;padding:10px 0;border-bottom:1px solid #d9d9d8}
.pricingTable10 .pricing-content ul li:last-child{border-bottom:none}
.pricingTable10 .read{display:inline-block;font-size:16px;color:#fff;text-transform:uppercase;background:#d9d9d8;padding:8px 25px;margin:30px 0;transition:all .3s ease 0s}
.pricingTable10 .read:hover{text-decoration:none}
.pricingTable10:hover .read{background:#09b1c5}
@media screen and (max-width:990px){.pricingTable10{margin-bottom:25px}
}




.jp_card_top {
	display: grid;
	/*
	grid-template-columns: 300px;
	grid-template-rows: 210px 250px 20px;
	*/
	/*
	grid-template-columns: 100px;
	grid-template-rows: 100px 5px 5px;
	*/

	grid-template-areas: "image" "text" "stats";
	border-radius: 18px;
	background: rgba(255,255,255,0.7);
	color:white;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
	font-family: roboto;
	text-align: justify;
	cursor: pointer;
	margin:30px;
	transform-style: preserve-3d;
	transform: perspective(1000px);
  }
  .rgb::after {
	content:"";
	background: linear-gradient(45deg,
	#ff0000 0%, 
	#ff9a00 10%,
	#d0de21 20%,
	#4fdc4a 30%, 
	#3fdad8 40%,
	#2fc9e2 50%, 
	#1c7fee 60%, 
	#5f15f2 70%, 
	#ba0cf8 80%, 
	#fb07d9 90%, 
	#ff0000 100%  )
	repeat 0% 0% / 300% 100%;
	position: absolute;
	inset: -3px;
	border-radius: 16px;
	filter: blur(4px);
	transform: translateZ(-1px); /*or z-index */
	animation: rgb 6s linear infinite;
  }
  @keyframes rgb {
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
  }
  .js-tilt-glare {
	border-radius: 18px;
  }
  .jp_card_top-image {
	grid-area: image;
	background: linear-gradient(#fff0 0%, #fff0 70%, #1d1d1d 100%),url("../images/banner4.jpg");
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-size: cover;

	height:80px;

	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
  }
  
  .jp_card_top-text {
	grid-area: text;
	margin: 25px;
	transform: translateZ(30px);
  }
  .jp_card_top-text .date {
	color: rgb(255, 7, 110);
	font-size:13px;
  }
  .jp_card_top-text p {
	color: grey;
	font-size:14px;
	font-weight: 300;
  }
  .jp_card_top-text h2 {
	margin-top:0px;
	font-size:28px;
  }
  .jp_card_top-stats {
	grid-area: stats; 
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: rgb(255, 7, 110);
  }
  .jp_card_top-stats .stat {
	padding:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
  }
  .jp_card_top-stats .border {
	border-left: 1px solid rgb(172, 26, 87);
	border-right: 1px solid rgb(172, 26, 87);
  }
  .jp_card_top-stats .value{
	font-size:22px;
	font-weight: 500;
  }
  .jp_card_top-stats .value sup{
	font-size:12px;
  }
  .jp_card_top-stats .type{
	font-size:11px;
	font-weight: 300;
	text-transform: uppercase;
  }
  
  