@charset "UTF-8";
.rosen-list {
	margin-bottom: 40px;
}
.noclick {}
/* 各プランの枠 */
.plan-tbl {
	width: 100%;
	background: #f6f6f6;
	border-right: 2px solid #fff;
	margin-bottom: 2px;
}
.noclick .plan-tbl {
	background: #eee;
}
.plan-tbl td {
	padding: 10px;
	border-left: 2px solid #fff;
}
/* プラン名 */
td.plan-title {
	width: 26%;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #333;
}
/* 各プランの料金 */
.plan-price {
	width: 15%;
	color: #f30054;
	font-weight: bold;
	text-align: right;
}
.tour-tbl .plan-price {
	color: #756038;
	font-weight: normal;
	text-align: right;
}
.plan-price span {
	font-size: 210%;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0;
	color: #f30054;
	font-weight: bold;
}
.plan-price span.max, .plan-price span.min {
	font-size: 30px !important;
	margin-left: 5px;
}
/*.plan-price span:after{
	content: "円～";
	font-size: 12px;
}*/
.plan-price span.min:after {
	content: "～";
	font-size: 12px;
}
.plan-price span.max:after {
	content: "円";
	font-size: 12px;
}
.yenno .plan-price span:after {
	content: "円";
	font-size: 14px;
}
.price-sample {
	display: none;
	border: solid 1px #fff;
	/*background: #ffd475;*/
	text-align: center;
	font-size: 12px !important;
	font-weight: normal;
	padding: 3px 3px 1px 2px;
	margin: 0 0 10px 0;
}
.price-sample span {
	font-size: 18px !important;
	font-weight: bold;
	color: #f30054;
	font-family: 'Oswald', sans-serif;
}
.price_sarani {
	display: block;
	padding: 8px;
	background: #fff;
	border-radius: 3px;
	margin-top: 10px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
.price_sarani span {
	font-weight: bold;
	color: #0e2b58;
	font-size: 20px;
}
/* 各プランの対象期間 */
td.plan-period {
	width: 37%;
	color: #756038;
	/*background: #fff4f8;
	border-bottom:2px solid #ea5589;*/
}
.plan-period span {
	font-weight: bold;
}
.plan-period ul {
	margin-top: 5px;
}
.plan-period li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 6px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
}
.label-pink {
	color: #fff;
	background: #ef81a7;
	border-radius: 3px;
	padding: 2px 6px;
	/*margin-bottom: 5px;*/
	display: inline-block;
}
.label-gray {
	color: #fff;
	background: #9b9b9b;
	border-radius: 3px;
	padding: 2px 6px;
	margin-bottom: 5px;
	display: inline-block;
}
.label-gray-deep {
	color: #fff;
	background: #636363;
	border-radius: 3px;
	padding: 2px 6px;
	margin-bottom: 5px;
	display: inline-block;
}
.label-night {
	color: #fff;
	background: #8580e1;
	border-radius: 3px;
	padding: 2px 6px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}
.label-day {
	color: #fff;
	background: #daad0f;
	border-radius: 3px;
	padding: 2px 6px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}
.plan-seat {
	color: #ea5589;
	font-weight: bold;
	margin-bottom: 10px;
}
.plan-seat br {
	display: none;
}
.plan-title .label-pink {
	color: #fff;
	background: #ef81a7;
	border-radius: 3px;
	padding: 1px 3px 0px 3px;
	display: inline-block;
	font-size: 70%;
	position: relative;
	top: -3px;
}
/* 各プランの予約ボタン */
td.plan-reserve {
	width: 22%;
}
.btn-reserve {
	display: block;
	width: 100%;
	border: 2px solid #937b4c;
	background: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: #937b4c;
	position: relative;
}
.btn-reserve:hover {
	background: #ffd6e4;
	border-color: #d24374;
	color: #d24374;
	text-decoration: none;
}
.btn-reserve:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	font-weight: bold;
}
.btn-seat {
	display: inline-block;
	background: #ea5589;
	padding: 5px 10px 5px 35px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
	font-weight: normal;
	margin-bottom: 10px;
}
.btn-seat:hover {
	color: #fff;
}
.btn-seat:before {
	content: "\f758";
	font-family: 'willer_iconsregular';
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	font-weight: normal;
}
.noclick .btn-reserve {
	background: #666;
	color: #fff;
	border-color: #fff;
	pointer-events: none;
}
.noclick .btn-reserve:before {
	display: none;
}
.link-caution {
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 12px;
	display: block;
}
/* 各プランの予約ボタン */
.btn-reserve {
	margin-bottom: 10px;
}
.plan-reserve .btn-reserve:last-child {
	margin-bottom: 0px !important;
}
/* モーダル */
.modal-body table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.modal-body th {
	width: 30%;
	background: #eee;
	font-weight: bold;
}
.modal-body th, .modal-body td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.modal td.plan-title {
	width: 26%;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #333;
}
.modal .plan-price span {
	font-size: 20px;
}
.modal td.plan-period {
	width: 37%;
	color: #756038;
	background: none;
	border-bottom: 1px solid #ccc;
}
.modal td.plan-price {
	width: 21%;
}
.modal td.plan-reserve {
	width: 15%;
}
.modal .btn-reserve {
	padding: 10px 10px;
}
.modal .btn-reserve:before {
	display: none;
}
@media(max-width:767px) {
	.modal td.plan-period {
		width: 100%;
	}
	.modal td.plan-price {
		width: 100%;
	}
	.modal td.plan-reserve {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
}
@media(max-width:767px) {
	/* スマホ用 */
	/* 各プランの枠 */
	.plan-tbl {
		border-right: none;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	.plan-tbl td {
		padding: 5px 10px 10px 10px;
		border-left: none;
		border-bottom: 2px solid #fff;
		display: block;
		width: 100%;
	}
	/* プラン名 */
	td.plan-title {
		font-size: 16px;
		width: 100% !important;
		background: #efefef;
		padding: 15px 10px 10px 10px;
		border-top: 5px solid #333;
	}
	td.plan-title small {
		font-size: 12px;
	}
	/* 各プランの料金 */
	td.plan-price {
		width: 100% !important;
		background: #fff0f0;
		position: relative;
	}
	.plan-price span {
		font-size: 24px;
	}
	/*.plan-price span:before{
	content: "\f70b";
	font-family: 'willer_iconsregular';
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	left: 15px;
}*/
	.price_sarani {
		text-align: center;
	}
	.price_sarani span {
		font-size: 18px;
		text-align: center;
	}
	.tour-tbl .plan-price span:before {
		display: none;
	}
	.tour-tbl .plan-price span.min:before {
		display: inline;
		content: "\f70b \f70f";
		font-family: 'willer_iconsregular';
		font-size: 30px;
		font-weight: normal;
		position: absolute;
		left: 15px;
	}
	/* 各プランの対象期間 */
	td.plan-period {
		clear: both;
		padding-bottom: 0 !important;
		border-bottom: none !important;
		background: none;
	}
	.plan-period span {
		display: inline;
	}
	.plan-period ul li {
		font-size: 12px;
	}
}
.campplan-title {
	font-size: 20px !important;
	margin-bottom: 5px;
	color: #1a2975;
	font-size: 40px;
	font-family: "Mplus 1p";
	font-weight: 400;
	overflow: hidden;
	border-bottom: 1px solid #1a2975;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 60px;
}
.campplan-title + p {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: center;
}
.usj-camp-about {
	margin-bottom: 60px;
	background: #ffeff5;
}
.usj-camp-about {
	border-top: 1px dotted #b91b16;
	border-bottom: 1px dotted #b91b16;
	padding: 10px 0;
}
.usj-camp-about + .usj-camp-about {
	margin-top: -1px;
	margin-bottom: 20px;
}
.usj-camp-about dt {
	background: #b91b16;
	width: 25%;
	font-size: 14px;
	text-align: center;
	padding: 6px 6px;
	float: left;
	color: #fff;
}
.usj-camp-about dd {
	width: 75%;
	float: left;
	font-size: 14px;
	line-height: 1.8;
	padding: 0px 15px 0 12px;
}
.usj-camp-about:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.usj-camp-about dd ul li {
	font-size: 14px;
	margin-bottom: 10px;
}
.usj-camp-about dd ul li:last-child {
	margin-bottom: 0;
}
.usj-camp-about dd ul li a {
	color: #333;
	text-decoration: underline;
}
.usj-camp-about dd ul li a:hover {
	color: #666;
	text-decoration: none;
}
.usj-camp-about dd ul {
	margin-top: 0;
	margin-bottom: 0;
}
.usj-camp-about dd ul + ul {
	margin-top: 12px !important;
	margin-bottom: 0 !important;
}
.wrap-select-seat {
	background: #fff4f8;
	padding: 25px;
	width: 94%;
	margin: 0 auto 15px auto;
}
.wrap-select-seat .row p {
	font-size: 13px;
	padding: 10px 0 10px 0;
}
@media(max-width:767px) {
	.wrap-select-seat {
		padding: 15px;
	}
	.wrap-select-seat .row p {
		font-size: 12px;
	}
}
/* 　路線API　 #rosen
================================================ */
#rosen .inner {
	padding: 48px 16px;
}
#rosen .listBrand {
	margin: 40px -4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
#rosen .txt {
	max-width: 356px;
	margin: 52px auto 0;
	padding-right: 1px;
	text-align: center;
}
#rosen .btn {
	display: block;
	width: 100%;
	max-width: 294px;
	margin: 36px auto 0;
	padding: 0;
	text-align: center;
	border: 0;
}
#rosen .api-wrap .area p {
	font-size: 14px;
}
#rosen .api-wrap .area p.time {
	font-size: 12px;
}
@media all and (min-width: 768px) {
	#rosen .inner {
		max-width: 1170px;
		width: 100%;
		margin: auto;
		padding: 78px 0 50px;
	}
	#rosen .txt {
		width: 79.5%;
		max-width: 902px;
		margin: 95px auto 0;
		padding-right: 0;
	}
	#rosen .btn {
		width: 35%;
		max-width: 394px;
		margin: 37px auto 0;
	}
}
/*   詳細ページ
================================================ */
#rosen .api-wrap .ajax_link_rewrite {
	position: relative;
	z-index: 2;
}
/*#rosen .api-wrap .ajax_link_rewrite:empty { position: relative;top:15px; }
 #rosen .api-wrap .ajax_link_rewrite:empty:before { content: "運行休止";display: block;text-align: center;font-weight: bold;font-size: 18px;color: red;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
 #rosen .api-wrap .ajax_link_rewrite.add:empty:before { display: none;}*/
#rosen .api-wrap .ajax_link_rewrite.add + .add:before {
	display: none;
}
#rosen .api-wrap .table {
	margin-bottom: 0;
}
#rosen .api-wrap .add thead {
	display: none;
}
#rosen .api-wrap td:nth-child(2) {
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	letter-spacing: .08em;
	color: #ff3838;
}
#rosen .api-wrap td:nth-child(2) span {
	font-size: 18px;
	color: #F65474;
	font-weight: 700;
}
/*#rosen .api-wrap .ico { width: 46px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
 #rosen .api-wrap .ico img { width: 20px;height: auto; }*/
#rosen .api-wrap .ico {
	display: none;
}
#rosen .api-wrap .area {
	width: 100%;
	padding-left: 0px;
	padding-top: 6px;
	font-size: 16px;
	font-weight: 700;
}
#rosen .api-wrap .area img {
	width: 16px;
	margin: 0 8px;
	vertical-align: middle;
}
#rosen .api-wrap .time {
	margin-top: 3px;
	font-size: 12px;
	color: #666;
}
#rosen .api-wrap .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
#rosen .api-wrap .btns .btn {
	width: calc(50% - 5px);
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	white-space: normal;
}
#rosen .api-wrap .btns .btn a {
	position: relative;
	display: block;
	padding: 6px;
	background: #fcd100;
	color: #4e2f18;
	border: 2px solid #fcd100;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#rosen .api-wrap .btns .btn a:hover {
	text-decoration: none;
	color: #fff;
	background: #4e2f18;
}
#rosen .api-wrap .btns .btn a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	content: "\f0da";
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	z-index: 2;
}
#rosen .api-wrap .btns .btn.is_pink a {
	background: none;
	color: #4e2f18;
	border-color: #fc8200;
}
#rosen .api-wrap .btns .btn.is_pink a:hover {
	opacity: .8;
}
@media all and (max-width: 767px) {
	#rosen table, #rosen tbody, #rosen tr, #rosen th, #rosen td {
		display: block;
		border: 0;
		padding: 0;
	}
	#rosen thead {
		display: none;
	}
	#rosen tr {
		padding: 28px 0 32px;
	}
	#rosen tr + tr {
		border-top: 1px solid #E7E7E7;
	}
	#rosen .add {
		border-top: 1px solid #E7E7E7;
	}
	#rosen td:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
}
@media all and (min-width: 768px) {
	#rosen .copy {
		max-width: 882px;
		margin: -56px auto 65px;
	}
	#rosen .copy:before {
		left: 134px;
		width: 148px;
		height: 92px;
		margin-top: -16px;
	}
	#rosen .api-wrap thead th {
		padding: 27px 0 16px;
		font-size: 15px;
		text-align: center;
		font-weight: 500;
		border: 0;
	}
	#rosen .api-wrap thead th:nth-child(1) {
		width: 35.5%;
	}
	#rosen .api-wrap thead th:nth-child(2) {
		padding-right: 50px;
		text-align: right;
	}
	#rosen .api-wrap thead th:nth-child(3) {
		width: 27.8%;
	}
	#rosen .api-wrap table {
		width: 100%;
	}
	#rosen .api-wrap .ajax_link_rewrite:first-child table tbody tr:first-child td {
		border-top: 0;
	}
	#rosen .api-wrap td {
		padding: 24px 0;
		vertical-align: middle;
		font-size: 0;
	}
	#rosen .api-wrap td:nth-child(2) {
		padding-top: 22px;
		padding-right: 0px;
		color: #ff3838;
		width: 26%;
		text-align: right;
	}
	#rosen .api-wrap td:nth-child(3) {
		padding-left: 20px;
		width: 30%;
	}
	/*#rosen .api-wrap .ico { display: inline-block; width: 58px; vertical-align: middle; }
   #rosen .api-wrap .ico img { width: 26px; }
   #rosen .api-wrap .ico img + img { margin-left: 6px; }*/
	#rosen .api-wrap .area {
		display: inline-block;
		width: calc(100% - 68px);
		vertical-align: middle;
		font-size: 18px;
		padding-left: 20px;
		padding-top: 0;
	}
	#rosen .api-wrap .area img {
		margin: 0 10px;
	}
	#rosen .api-wrap .time {
		margin-top: 4px;
		font-size: 14px;
	}
	#rosen .api-wrap .btns {
		margin-top: 0;
	}
	#rosen .api-wrap .btns .btn {
		width: 100%;
	}
	#rosen .api-wrap .btns .btn + .btn {
		margin-top: 10px;
	}
	#rosen .api-wrap .btns .btn a {
		padding: 6px;
	}
	#rosen .api-wrap .btns .btn a:before {
		left: 16px;
	}
}
@media all and (min-width: 1200px) {
	#rosen .api-wrap .btns .btn {
		width: calc(50% - 5px);
	}
	#rosen .api-wrap .btns .btn + .btn {
		margin-top: 0;
	}
	#rosen .api-wrap td:nth-child(3) {
		padding-left: 20px;
		width: 36%;
	}
}
#rosen .api-wrap td:nth-child(2) span.nomalprice, #rosen .api-wrap td:nth-child(2) span.nomalprice > span {
	color: #666 !important;
	font-size: 16px;
}
#rosen .api-wrap td:nth-child(2) span.nomalprice > span {
	text-decoration: line-through;
}
.nomalprice:after {
	content: "\f0da" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px !important;
	margin: 0 8px;
	color: #F65474;
}
.line-seatspec {
	margin-top: 12px;
	display: block;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.link-seat {
	text-decoration: underline;
	font-size: 14px;
	background: none;
	padding: 0;
	cursor: pointer;
}
.link-seat:hover {
	text-decoration: none;
}
.link-tourplan {
	text-align: center;
	font-weight: bold;
}
.link-tourplan a {
	display: inline-block;
	padding: 15px 20px;
	background: #feebf2;
	color: #333;
	border-radius: 4px;
}
#rosen .api-wrap.tour-wrap .area ul {
	margin: 0;
	padding: 0;
	display: flex;
}
#rosen .api-wrap.tour-wrap .area ul li {
	background: #eee;
	padding: 5px 8px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0;
	background: #feebf2;
	text-align: center;
	width: 50%;
	font-size: 13px;
}
#rosen .api-wrap.tour-wrap .area ul li.label-hotel {
	background: #ebfeeb;
}
#rosen .api-wrap.tour-wrap .area ul li.label-pass {
	background: #ebeefe;
}
.label-off {
	background: #b91b16;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 2px;
	display: block;
	font-size: 80%;
	margin-top: 3px;
}
@media(min-width:768px) {
	#rosen .api-wrap.tour-wrap .ico {
		width: 120px;
	}
	#rosen .api-wrap.tour-wrap .area {
		width: calc(100% - 130px);
	}
	#rosen .api-wrap.tour-wrap .ico img {
		width: 120px;
	}
	#rosen .api-wrap.tour-wrap td:nth-child(3) {
		width: 30%;
	}
	#rosen .api-wrap.tour-wrap .area ul {
		display: block;
	}
	#rosen .api-wrap.tour-wrap .area ul li {
		width: 100%;
	}
	.label-off {
		margin-left: 5px;
		display: inline-block;
		position: relative;
		top: -1px;
	}
}
@media(min-width:1200px) {
	#rosen .api-wrap.tour-wrap td:nth-child(3) {
		width: 18%;
	}
	#rosen .api-wrap.tour-wrap .btns .btn {
		width: 100%;
	}
	#rosen .api-wrap.tour-wrap .area ul {
		display: flex;
	}
	#rosen .api-wrap.tour-wrap .area ul li {
		width: auto;
		margin: 3px;
	}
}
@media(max-width:767px) {
	#rosen .tour-wrap td:first-child {
		justify-content: space-between;
		align-items: flex-start;
	}
	#rosen .api-wrap.tour-wrap .ico {
		width: 80px;
	}
	#rosen .api-wrap.tour-wrap .ico img {
		width: 80px;
	}
	#rosen .api-wrap.tour-wrap .area {
		width: calc(100% - 90px);
		padding-top: 0;
	}
}
.wrap-salepoint {
	padding: 10px;
	border: solid 1px #eee;
	border-radius: 5px;
	width: 100%;
	max-width: 860px;
	margin: 0 auto 40px;
}
.wrap-salepoint dl {
	display: flex;
}
.wrap-salepoint dl + dl {
	margin-top: 10px;
}
.wrap-salepoint dt {
	width: 30%;
	background: #b91b16;
	color: #fff;
	padding: 10px 10px;
	line-height: 1;
	text-align: center;
	line-height: 1.4;
}
.wrap-salepoint dt i {
	margin-top: 10px;
}
.wrap-salepoint dd {
	width: 70%;
	padding-left: 20px;
}
@media(min-width:768px) {
	.wrap-salepoint dt {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wrap-salepoint dt i {
		margin-top: 0;
	}
}
.row-planlist {
	padding: 15px 0;
}
.row-planlist + .row-planlist {
	border-top: 1px dotted #ccc;
}
.col-rosenname {
	margin-bottom: 5px;
}
.col-rosenname p {
	font-weight: bold;
	font-size: 17px !important;
}
.col-rosenname p.time {
	font-size: 13px !important;
	font-weight: normal;
	margin-top: 0 !important;
}
.col-rosenname img {
	margin: 0 3px;
	width: 100%;
	max-width: 20px;
	height: auto;
}
.ico-daynight {
	display: flex;
	margin-bottom: 10px;
	justify-content: left;
	align-items: center;
}
.ico-daynight img {
	width: 20px;
	height: auto;
}
.ico-daynight span {
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
}
.col-price {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
@media(min-width:768px) {
	.col-price {
		margin-bottom: 0;
	}
}
.list-btns {
	display: flex;
	flex-wrap: wrap;
}
.list-btns > li {
	width: 50%;
	padding: 0 3px;
}
.list-btns.ver-hotelset > li:last-child {
	width: 100%;
	margin-top: 6px;
}
.btn-book {
	display: block;
	padding: 10px 5px;
	background: #F65474;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
}
.btn-book:after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	content: "\f0da";
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	z-index: 2;
}
.btn-book:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
.list-btns.ver-hotelset > li:last-child .btn-book {
	display: block;
	padding: 10px 20px 10px 5px;
	background: #fff;
	border: solid 2px #F65474;
	color: #333;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
}
.list-btns.ver-hotelset > li:last-child .btn-book b {
	color: #F65474;
	display: block;
}
.price-sale {
	font-size: 20px;
	color: #F65474;
	font-weight: bold;
}
/*.price-sale:after {
	content: "円～";
	font-size: 12px;
}*/
/*.price-sale:before {
	content: "\f0da" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	margin: 0 8px;
}*/
.target-seat {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.price-normal {
	color: #666 !important;
	font-size: 18px;
	font-weight: bold;
}
/*
.price-normal span {
	text-decoration: line-through;
}
.price-normal:after {
	content: "円～";
	font-size: 12px;
}*/
.col-busset {
	width: 100%;
	display: flex;
	background: #fafafa;
	padding: 10px 20px;
	margin-top: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.price-hotel {
	background: #fafafa;
	padding: 1px 5px;
	margin-top: 5px;
	display: inline-block;
}
.price-hotel {
	font-size: 13px;
}
.price-hotel .num {
	font-size: 20px;
	color: #F65474;
	font-weight: bold;
}
.price-hotel .num.min {
	margin-left: 5px;
}
.price-hotel .num.min:after {
	content: "～";
	font-size: 12px;
}
.price-hotel .num.max:after {
	content: "円";
	font-size: 12px;
}
@media(min-width:768px) {
	.row-planlist {
		display: flex;
		padding: 15px 0;
		align-items: center;
		flex-wrap: wrap;
	}
	/*.col-rosenname {
		width: 50%;
		margin-bottom: 0;
	}
	.col-rosenname p {
		text-align: left;
		justify-content: flex-start;
	}*/
	.target-seat {
		text-align: left;
	}
	.ico-daynight {
		justify-content: flex-start;
	}
	/*.col-price {
		width: 50%;
		text-align: right;
		margin-bottom: 0;
	}*/
	.col-btn {
		width: 100%;
		margin-top: 10px;
	}
	.price-sale {
		font-size: 24px;
	}
	.price-normal {
		font-size: 20px;
	}
	.price-hotel .num {
		font-size: 22px;
	}
}
@media(min-width:992px) {
	.col-rosenname {
		width: 47%;
	}
	.col-price {
		width: 23%;
		text-align: right;
		padding-right: 10px;
	}
	.col-btn {
		width: 30%;
		margin-top: 0;
	}
	.list-btns {
		display: flex;
		flex-wrap: wrap;
	}
	.list-btns.ver-hotelset > li:last-child {
		width: 100%;
		margin-top: 10px;
	}
}
@media(min-width:1200px) {
	.col-rosenname {
		width: 50%;
	}
	.col-price {
		width: 20%;
		padding-right: 10px;
	}
	.col-btn {
		width: 30%;
		margin-top: 0;
	}
	.list-btns {
		display: flex;
		flex-wrap: wrap;
	}
	.list-btns.ver-hotelset > li:last-child {
		width: 100%;
		margin-top: 10px;
	}
}
.wrap-medama {
	background: #fff;
	padding: 55px 15px 15px;
	margin-bottom: 20px;
	border: solid 3px #b91b16;
	position: relative;
}
.wrap-medama:before {
	content: "目玉商品";
	background: #b91b16;
	color: #fff;
	padding: 10px 5px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	font-size: 14px;
}
.wrap-medama:after {
	border: 12px solid transparent;
	border-top: 12px solid #b91b16;
	left: 50%;
	content: "";
	display: block;
	top: 31px;
	margin-left: -12px;
	position: absolute;
}
.title-medama {
	display: block;
	border-bottom: 1px dotted #666;
	padding: 0 10px 5px;
	margin-bottom: 10px;
}
@media(min-width:768px) {
	.wrap-medama {
		text-align: center;
	}
	.title-medama {
		display: inline-block;
	}
}


/* 訴求 Apeal-Box
--------------------------------------------------------- */
.apeal-item {
	width: 60%;
	border: 3px solid #e3e3e3;
	border-radius: 12px;
	overflow: hidden;
}
@media(min-width:376px) {
	.apeal-item {
		width: 50%;
	}
}
@media(min-width:576px) {
	.apeal-item {
		width: 80%;
	}
}
@media(min-width:768px) {
	.apeal-item {
		width: 70%;
	}
}
.apeal-item p {
	font-size: 12px;
}
@media(min-width:576px) {
	.apeal-item p {
		font-size: 13px;
	}
}
@media(min-width:768px) {
	.apeal-item p {
		font-size: 15px;
	}
}
@media(min-width:992px) {
	.apeal-item p {
		font-size: 17px;
	}
}
.apeal-item p {
	color: #333;
}



/* 料金自動取得用(JS呼び出し後は_done)
--------------------------------------------------------- */
.price-normal.price_inset_v2_done .txt-price {
	color: #666;
}
.price-normal span.num {
	text-decoration: line-through;
}

.price-sale.price_inset_v2_done .txt-price {
	color: #F65474;
}
.price-normal.price_inset_v2_done .txt-price,
.price-sale.price_inset_v2_done .txt-price {
	pointer-events: none;
	display: inline-table;
}
.price-normal .txt-price:after,
.price-sale .txt-price:after {
	content: "円～";
	font-size: 12px;
}
.price-sale.price_inset_v2_done .txt-price:before {
	content: "\f0da" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	margin: 0 8px 0 4px;
}


/* 警告文
--------------------------------------------------------- */
.apeal-item.caution {
	border: 3px solid #f38585;
	background: #fffdf6;
	margin: 2rem auto 0;
}
.apeal-item.caution {
	width: 90%;
}
@media(min-width:376px) {
	.apeal-item.caution {
		width: 100%;
	}
}
@media(min-width:768px) {
	.apeal-item.caution {
		width: 70%;
	}
}
.apeal-item.caution p,
.apeal-item.caution li {
	font-size: 14px;
}
@media(min-width:768px) {
	.apeal-item.caution p,
	.apeal-item.caution li {
		font-size: 15px;
	}
}
@media(min-width:992px) {
	.apeal-item.caution p,
	.apeal-item.caution li {
		font-size: 17px;
	}
}
/* P会員登録する
--------------------------------------------------------- */
.btn-book.black {
	background: #333;
}
/* 他社バス商品 Apeal-Bus
--------------------------------------------------------- */
.apeal-item.bus {
	width: 100%;
	/*border: 3px solid #abdae4;*/
}
.apeal-item.bus h2 {
	font-size: 24px;
}
.apeal-item.bus h2 span {
	font-size: 24px;
	/*color: #1b4278;*/
	font-weight: bold;
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 60%, rgb(247,152,171) 70%);
}
.apeal-item.bus p {
	font-size: 14px;
}
@media(min-width:768px) {
	.apeal-item.bus p {
		font-size: 17px;
	}
}
@media(min-width:992px) {
	.apeal-item.bus p {
		font-size: 20px;
	}
}
.apeal-item.bus .btn-items a {
	font-size: 13px;
}
@media(min-width:768px) {
	.apeal-item.bus .btn-items a {
		font-size: 14px;
	}
}
.apeal-item p {
	color: #333;
}
.btn-items {
	display: flex;
	align-items: stretch;
}
.btn-items a {
	display: block;
	padding: 10px 5px;
	border: 6px solid #fff;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}
.wex-bus {
	background: #F65474;
}
.other-bus {
	background: #1b5ab1;
}
.wrap-medama.blue {
	border: solid 3px #1b5ab1;
}
.wrap-medama.blue:before {
	background: #1b5ab1;
}
.wrap-medama.no-1,
.wrap-medama.no-2 {
	position: relative;
}
.wrap-medama.no-1:before {
	content: "目玉商品①";
}
.wrap-medama.no-2:before {
	content: "目玉商品②";
}
.wrap-medama.blue:after {
	border: 12px solid transparent;
	border-top: 12px solid #1b5ab1;
}
.title-busname {
	background: #333;
	color: #fff;
	padding: 0.25rem 0.4rem;
	border-radius: 0.25rem;
	margin-bottom: 0.5rem;
	display: inline-block;
	font-size: 14px;
}
.wrap-medama p {
	font-size: 14px;
}
@media(min-width:768px) {
	.title-busname {
		font-size: 16px;
	}
	.wrap-medama  p {
		font-size: 16px;
	}
}
.wrap-medama p.img-caption {
	font-size: 11px;
}
@media(min-width:768px) {
	.wrap-medama p.img-caption {
		font-size: 13px;
	}
}
.frame.attention {
	/*border: 1px solid #333;*/
	padding: 0.5rem 0.5rem;
	background: #fdfad1;
}
.mark-note {
	text-indent: -0.8rem;
	margin-left: 1rem;
}
.info-busname {
	font-weight: bold;
}


/* Bus Sale Reserve */
.text-base.blue {
	color: #1b5ab1;
}
.btn-book.blue {
	background: #1b5ab1;
}
.btn-book.orange {
	background: #f59a3c;
}
.btn-book.not-on-sale {
	background: #666;
	pointer-events: none;
}
.btn-book.not-on-sale:after {
	content: '';
}
.price-sale {
	position: relative;
}
.price-sale > .info-sale {
	position: absolute;
	top: -12px;
	left: -13px;
	font-size: 12px;
	display: block;
	width: 8rem;
	text-align: center;
}
.list-btns > li {
	display: table;
}
.list-btns > li > a {
	display: table-cell;
	vertical-align: middle;
}
.box-period {
	width: 100%;
	max-width: 500px;
	margin: 1rem auto 0;
	padding: 0.5rem 0.3rem;
	border: 3px solid #ccc;
	font-size: 14px;
}
.box-period .base-ul > li {
	font-size: 14px;
}
.box-period .mark-note > li {
	font-size: 12px;
}
@media(min-width:768px) {
	.box-period {
		padding: 1rem 0.5rem;
	}
	.box-period .base-ul > li {
		font-size: 16px;
	}
	.box-period .mark-note > li {
		font-size: 14px;
	}
}
/* 商品注意文 */
h3.tit-note {
	font-size: 18px;
}

.mark-disc > li {
	list-style-type: disc;
	margin-left: 1.25rem;
}
.txt-link {
	text-decoration: underline;
}
.external:after {
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: normal;
}
/* 新着"NEW"チカチカ
--------------------------------------------------------- */
.ico-new:before {
	content:'NEW';
	background: #DA4453;
	color: #fff;
	font-size: 75%;
	padding: 0.1rem 0.4rem;
	margin-right: 0.5rem;
	animation: flash 1s linear infinite;
	border-radius: 3px;
}
@keyframes flash {
	0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.txt-flicker {
	animation: flash 1s linear infinite;
}

/* 訴求 Apeal-Box2
--------------------------------------------------------- */
.apeal-box {
	border: 3px solid #e3e3e3;
	border-radius: 12px;
	overflow: hidden;
}
.apeal-box h2 {
	font-size: 16px;
	line-height: 1.5;
}
.apeal-box h2 span {
	font-size: 16px;
	/*color: #1b4278;*/
	font-weight: bold;
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 60%, rgb(247,152,171) 70%);
}
@media(min-width:768px) {
	.apeal-box h2,
	.apeal-box h2 span {
		font-size: 18px;
	}
}
.apeal-box p {
	font-size: 14px;
	color: #333;
}
@media(min-width:768px) {
	.apeal-box p {
		font-size: 16px;
	}
}
.apeal-box p.small {
	font-size: 13px;
}
@media(min-width:768px) {
	.apeal-box p.small {
		font-size: 14px;
	}
}
.apeal-box .mark-note {
	text-indent: -0.9rem;
	margin-left: 0.9rem;
}
.apeal-box .mark-note > span.badge {
	font-size: 13px;
	text-indent: 0;
}
@media(min-width:768px) {
	.apeal-box .mark-note > span.badge {
		font-size: 15px;
	}
}
ol.mark-maru-decimal {
	list-style: none;
	counter-reset: number;
}
ol.mark-maru-decimal > li {
	position: relative;
	padding-left: 1.5em;
	font-size: 15px;
}
ol.mark-maru-decimal > li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
}
@media(min-width:768px) {
	ol.mark-maru-decimal > li::before {
		top: 5px;
		width: 18px;
		height: 18px;
		font-size: 15px;
	}
}
ol.mark-maru-decimal > li + li {
	margin-top: 0.5rem;
}
.img-fluid2 {
	width: 100%;
	height: auto;
}


/* Details
--------------------------------------------------------- */
/*----- Default Summary 矢印 非表示 -----*/
summary.info-btn {
	display: block;
	list-style: none;
}
summary.info-btn::-webkit-details-marker {
	display: none;
}
/*----- Summary 矢印 カスタマイズ -----*/
details.info-content {
	position: relative;
}
summary.info-btn {
	margin-left: 1rem;
}
/* details 右 矢印（↓↑） */
summary.info-btn:before {
	position: absolute;
	content: "";
	top: 7px;
  right: 0;
  bottom: 0;
  left: -120px;
  margin: 0 auto;
	display: block;
	/*inset-block-start: 0.4rem;
	inset-inline-end: 12.8rem;
	width: 18px;
	aspect-ratio: 1/.6;
	background: #000;
	clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);*/
	width:0;
	height:0;
	border-style:solid;
	border-width: 10px 7px 0 7px;
	border-color: #000000 transparent transparent transparent;
}
.info-content[open] .info-btn:before {
	rotate: 180deg;
}
