@charset "UTF-8";
.u-show-mobile {
	display: none !important;
}

.u-hide-mobile {
	display: block !important;
}

.u-show-tablet {
	display: none !important;
}

.u-hide-tablet {
	display: block !important;
}

.fz-8 {
	font-size: 8px
}

.fz-9 {
	font-size: 9px
}

.fz-10 {
	font-size: 10px
}

.fz-11 {
	font-size: 11px
}

.fz-12 {
	font-size: 12px
}

.fz-13 {
	font-size: 13px
}

.fz-14 {
	font-size: 14px
}

.fz-15 {
	font-size: 15px
}

.fz-16 {
	font-size: 16px
}

.fz-17 {
	font-size: 17px
}

.fz-18 {
	font-size: 18px
}

.fz-19 {
	font-size: 19px
}

.fz-20 {
	font-size: 20px
}

.fz-21 {
	font-size: 21px
}

.fz-22 {
	font-size: 22px
}

.fz-23 {
	font-size: 23px
}

.fz-24 {
	font-size: 24px
}

.fz-25 {
	font-size: 25px
}

.fz-26 {
	font-size: 26px
}

.fz-27 {
	font-size: 27px
}

.fz-28 {
	font-size: 28px
}

.fz-29 {
	font-size: 29px
}

.fz-30 {
	font-size: 30px
}

.fz-32 {
	font-size: 32px
}

.fz-40 {
	font-size: 40px
}

.fw-b {
	font-weight: 700
}

.fw-n {
	font-weight: 400
}

.lh-1em {
	line-height: 1em
}

.lh-1_25em {
	line-height: 1.25em
}

.lh-1_5em {
	line-height: 1.5em
}

.lh-1_75em {
	line-height: 1.75em
}

.lh-1_75em {
	line-height: 1.75em
}

.ta-c {
	text-align: center
}

.ta-l {
	text-align: left
}

.ta-r {
	text-align: right
}

.color-red {
	color: #c7302f
}

.color-gray {
	color: #8592a6
}

.color-dark_gray {
	color: #455873
}

.color-navy {
	color: #0f294d
}

.color-dlight_navy {
	color: #003e92
}

.u-button-fluctuation {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: .1em;
	width: 80px;
	margin: 0 0 0 10px;
	padding: .5em 0 .6em;
	display: inline-block;
	background: #1EA6C9;
	border-radius: 5px;
	cursor: pointer;
}

.u-button-fluctuation:after {
	content: '';
	vertical-align: -.1em;
	width: 1em;
	height: 1em;
	margin: 0 0 0 .25em;
	display: inline-block;
	background: url("/_assets/img/common/icon_question_white.svg") no-repeat center / 100% 100%;
}

.u-color-magenta {
	color: #C40035 !important;
}

.u-text {
	line-height: 1.75;
}

.u-text + * {
	margin-top: .5em;
}

.u-table {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.u-table th {
	color: #1EA6C9;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	width: 25%;
	padding: 1em;
	background: #F0F5F8;
	border-top: 1px solid #ddd;
}

.u-table td {
	line-height: 1.75;
	padding: 1em;
	border-top: 1px solid #ddd;
}

.u-table a {
	color: #1EA6C9;
}

.u-list + * {
	margin-top: .5em;
}

.u-list li {
	line-height: 1.75;
	list-style: none;
	margin: .25em 0 0;
	padding-left: 1em;
	position: relative;
}

.u-list li:first-child {
	margin-top: 0;
}

.u-list li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #1EA6C9;
	border-radius: 50%;
	position: absolute;
	top: .65em;
	left: 0;
}

.u-list li i {
	font-weight: 700;
	font-style: normal;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 .25em 0 0;
	display: table-cell;
}

.u-list li span {
	vertical-align: top;
	padding-left: .5em;
	display: table-cell;
}

.u-list--number {
	display: table
}

.u-list--number li {
	padding-left: 0;
}

.u-list--number li:before {
	display: none;
}

.u-icon-window:after {
	content: '';
	line-height: 1;
	vertical-align: -.2em;
	width: 1em;
	height: 1em;
	margin: 0 0 0 .25em;
	display: inline-block;
	background: url("/_assets/img/common/icon_window_blue.svg") no-repeat center / 100% 100%;
}


/*plan page*/
.c-plan .g-footer {
	margin-top: 0;
}

.c-plan-page {
	letter-spacing: 0;
	padding: 40px 0 60px;
	background: #F0F5F8;
	position: relative;
}

.c-plan-page:after {
	content: '';
	width: 100%;
	height: 160px;
	background: linear-gradient(to right, #075685 0%, #1ea6c9 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.c-plan-page-inner {
	padding: 0 60px 60px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ddd;
	position: relative;
	z-index: 1;
}

.c-plan-main {
	padding-top: 30px;
}

.c-plan-main-title .days {
	font-weight: 700;
	text-align: center;
	width: 110px;
	border-radius: 0 6px 6px 0;
	background: #FFF700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.c-plan-main-title .days:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #FFF700;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
}

.c-plan-main-title .days b {
	font-size: 4.6rem;
	font-weight: 700;
	display: block;
}

.c-plan-main-title {
	width: calc(100% + 60px);
	margin: 0 0 0 -60px;
	display: flex;
}

.c-plan-main-title .title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.35;
	padding: .5em 0 .5em 20px;
}

.c-plan-main-data {
	margin: 30px 0 0;
	display: flex;
}

.c-plan-main-card {
	width: 50%;
	padding: 0 40px 0 0;
}

.c-plan-main-card .price {
	padding: 15px 30px 30px;
	background: #F0F5F8;
	border-radius: 6px;
	position: relative;
}

.c-plan-main-card .price dl {
	margin: 15px 0 0;
	display: flex;
	align-items: center;
}

.c-plan-main-card .price dl dt {
	color: #1EA6C9;
	font-size: 1.2rem;
	font-weight: 700;
}

.c-plan-main-card .price dl dd {
	font-size: 1.6rem;
	padding: 0 0 0 1em;
}

.c-plan-main-card .price .area-name {
	font-weight: 700;
}

.c-plan-main-card .price .price {
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.c-plan-main-card .price .price span {
	font-size: 1.2rem;
}

.c-plan-main-card .price .price b {
	color: #C40035;
	padding: 0 0 0 10px;
}

.c-plan-main-card .price .price b small {
	font-size: 1.6rem;
}

.c-plan-main-card .read {
	line-height: 1.75;
	margin: 20px 0 0;
}

.c-plan-main-card .u-button-fluctuation {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1;
}

.c-plan-main-card .code {
	padding: .5em 1em;
	background: #fff;
	border-radius: 10em;
}

.c-plan-main-card .code dt {
	font-size: 1rem;
}

.c-plan-main-card .code dd {
	font-size: 1rem;
}

.c-plan-main-card + .photo {
	width: 50%;
}

.c-plan-main-card + .photo img {
	width: 100%;
	max-width: none;
	border-radius: 8px;
}

.c-plan-corner-title {
	text-align: center;
}

.c-plan-corner-title em {
	color: #1EA6C9;
	font-size: 3.2rem;
	font-weight: 700;
	position: relative;
}

.c-plan-corner-title em:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #1EA6C9;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50px);
}

.c-plan-corner-title + * {
	margin-top: 30px;
}

.c-plan-tour-features {
	border-bottom: 1px solid #9BBBCE;
}

.c-plan-tour-feature {
	border-top: 1px solid #9BBBCE;
}

.c-plan-tour-feature-title {
	padding: 35px 0 30px 150px;
	position: relative;
	cursor: pointer;
}

.c-plan-tour-feature-title:after {
	content: '';
	width: 22px;
	height: 22px;
	margin: 30px 30px 0 0;
	display: block;
	background: url("/_assets/img/common/icon_plus_01@skyblue.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.is-accordion_open .c-plan-tour-feature-title:after {
	background-image: url("/_assets/img/common/icon_minus_01@skyblue.svg");
}

.c-plan-tour-feature-title span {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	width: 100px;
	margin: 28px 0 0 20px;
	padding: .6em 0 .5em;
	border-radius: 4px;
	background: #1EA6C9;
	position: absolute;
	top: 0;
	left: 0;
}

.c-plan-tour-feature-title span:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #1EA6C9;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
}

.c-plan-tour-feature-title span:after {
	content: '0';
	font-weight: 700;
	margin: 0 0 0 .25em;
	display: inline-block;
}

.c-plan-tour-feature:nth-child(1) .c-plan-tour-feature-title span:after { content: '1'; }
.c-plan-tour-feature:nth-child(2) .c-plan-tour-feature-title span:after { content: '2'; }
.c-plan-tour-feature:nth-child(3) .c-plan-tour-feature-title span:after { content: '3'; }
.c-plan-tour-feature:nth-child(4) .c-plan-tour-feature-title span:after { content: '4'; }
.c-plan-tour-feature:nth-child(5) .c-plan-tour-feature-title span:after { content: '5'; }
.c-plan-tour-feature:nth-child(6) .c-plan-tour-feature-title span:after { content: '6'; }
.c-plan-tour-feature:nth-child(7) .c-plan-tour-feature-title span:after { content: '7'; }
.c-plan-tour-feature:nth-child(8) .c-plan-tour-feature-title span:after { content: '8'; }
.c-plan-tour-feature:nth-child(9) .c-plan-tour-feature-title span:after { content: '9'; }
.c-plan-tour-feature:nth-child(10) .c-plan-tour-feature-title span:after { content: '10'; }

.c-plan-tour-feature-title b {
	font-size: 2.2rem;
	font-weight: 700;
}

.c-plan-tour-feature-inner {
	padding: 0 0 0 150px;
}

.c-plan-tour-feature-inner > div {
	padding: 0 0 30px;
}

.c-plan-corner-sub-lists {
	border-bottom: 1px solid #9BBBCE;
}

.c-plan-corner-sub-list {
	padding: 0 0 0 50px;
	border-top: 1px solid #9BBBCE;
}

.c-plan-corner-sub-list-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 25px 0;
	position: relative;
	cursor: pointer;
}

.c-plan-corner-sub-list-title:hover {
	opacity: .8;
}

.c-plan-corner-sub-list-title:before {
	content: '';
	width: 10px;
	height: 10px;
	margin: 30px 0 0 -20px;
	border-radius: 50%;
	background: #1EA6C9;
	position: absolute;
	top: 0;
	left: 0;
}

.c-plan-corner-sub-list-title:after {
	content: '';
	width: 22px;
	height: 22px;
	margin: 25px 30px 0 0;
	display: block;
	background: url("/_assets/img/common/icon_plus_01@skyblue.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.is-accordion_open .c-plan-corner-sub-list-title:after {
	background-image: url("/_assets/img/common/icon_minus_01@skyblue.svg");
}

.c-plan-corner-sub-list-inner > div {
	padding: 0 0 30px;
}

.c-plan-corner-sub-list-inner .image {
	width: calc(100% / 3);
}

.c-plan-corner-sub-list-inner .image img {
	width: 100%;
	border-radius: 6px;
}

.c-plan-corner-sub-list-inner .image + * {
	margin-top: 20px;
}

.c-tour-schedule-list-title,
.c-hotel-area-list-title {
	background: #1EA6C9;
	border-radius: 8px;
	padding: 18px;
	cursor: pointer;
	position: relative;
}

.c-tour-schedule-list-title:after,
.c-hotel-area-list-title:after {
	content: '';
	vertical-align: -.5em;
	width: 2.2rem;
	height: 2.2rem;
	margin: 0 .5em 0 0;
	display: inline-block;
	background: url("/_assets/img/common/icon_plus_01@white.svg")no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
}

.is-accordion_open .c-tour-schedule-list-title:after,
.is-accordion_open .c-hotel-area-list-title:after {
	background-image: url("/_assets/img/common/icon_minus_01@white.svg");
}

.c-tour-schedule-list-title:hover,
.c-hotel-area-list-title:hover {
	opacity: .8;
}

.c-tour-schedule-list-title b,
.c-hotel-area-list-title b {
	color: #fff;
	font-size: 2rem;
}

.c-tour-schedule-detail {
	padding: 50px 50px 30px 150px;
	border-bottom: 1px solid #9BBBCE;
	position: relative;
}

.c-tour-schedule-detail:nth-child(1) {
	border-top: 0;
}

.c-tour-schedule-detail .days {
	color: #075685;
	font-weight: 700;
	width: 100px;
	height: 100px;
	margin: 30px 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 6px;
	background: #F0F5F8;
	position: absolute;
	top: 0;
	left: 0;
}

.c-tour-schedule-detail .days:before {
	content: '';
	width: 0;
	height: 0;
	margin: 22px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #F0F5F8;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(100%,0);
}

.c-tour-schedule-detail .days b {
	font-size: 3.6rem;
	display: block;
}

.c-tour-schedule-detail .title {
	font-size: 2.2rem;
}

.c-tour-schedule-detail .title + * {
	margin-top: 15px;
}

.c-tour-schedule-list-title.orange {
	background: #E6A014;
}

.c-tour-schedule-list-title.green {
	background: #4AB17A;
}

.c-tour-schedule-list-title.pink {
	background: #E175B6;
}

.c-hotel-area-list-inner {
	padding: 0 0 60px;
}

.c-hotel-area-list-inner > div {
	padding: 20px;
}

.c-hotel-area-list-inner h5 {
	font-size: 2.6rem;
	margin: 60px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

.c-hotel-area-list-inner h5:nth-child(1) {
	margin-top: 20px;
}

.c-hotel-area-items {
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.c-hotel-area-items li {
	font-size: 1.4rem;
	line-height: 1.25;
	width: calc(100% / 2);
	margin: 30px 0 0;
	padding: 0 0 0 15px;
	list-style: none;
	position: relative;
}

.c-hotel-area-items li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #1EA6C9;
	display: block;
	border-radius: 6px;
	position: absolute;
	top: .5em;
	left: 0;
}

.c-hotel-area-items li a {
	font-size: 1.8rem;
	margin: 0 0 10px;
	display: inline-block;
}






.c-tour-price-title em:after {
	display: none;
}

.c-tour-price-title em + b {
	font-size: 2rem;
	margin: 30px 0 0;
	display: block;
}

.c-tour-price-select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.c-tour-price-select ul {
	padding: 30px 180px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.c-tour-price-select ul li {
	width: calc(100% / 3);
	padding: 10px;
	list-style: none;
}

.c-tour-price-select label {
	cursor: pointer;
}

.c-tour-price-select label span {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	background: #1EA6C9;
	border-radius: 6px;
	display: block;
}

.c-tour-price-select label:hover span {
	opacity: .8;
}

.c-tour-price-select label small {
	font-size: 1.6rem;
	margin: 0 .25em;
	display: inline-block;
}

.c-tour-price-select input {
	display: none;
}

.c-tour-price-select label input:checked + span {
	color: #075685;
	background: #FFF700;
}

.c-plan-calendar {
	padding-top: 0;
	border-radius: 8px;
	background: #9BBBCE;
	overflow: hidden;
	transform: translateZ(0);
}

.c-month-select {
	padding: 30px 0;
	background: #075685;
}

.c-month-select .c-pager {
	margin-top: 0;
}

.c-month-select .c-pager a {
	color: #fff;
}

.c-month-select .c-pager .c-pager_arrow--type_prev:after {
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.c-month-select .c-pager .c-pager_arrow--type_next:after {
	border-top-color: #fff;
	border-right-color: #fff;
}

.c-month-select .c-pager_count {
	color: #fff;
	background: #39789E;
}

.c-month-select .c-pager_count .c-pager_current {
	color: #fff;
}

.c-plan-calendar-contents li {
	list-style: none;
}

.c-plan-calendar-contents {
	display: none;
}

.c-plan-calendar-contents.active {
	display: block;
}

.c-plan-calendar-select {
	padding: 20px 20px 0;
	display: flex;
}

.c-plan-calendar-select-item {
	text-align: center;
	width: calc(100% / 5 - 10px);
	margin: 0 5px;
	padding: 20px 0;
	list-style: none;
	background: #fff;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	opacity: .5;
	transition: .3s;
}

.c-plan-calendar-select-item:hover {
	background: #FFF700;
	opacity: 1;
}

.c-plan-calendar-select-item.active {
	opacity: 1;
	pointer-events: none;
}

.c-plan-calendar-select-item em {
	color: #1EA6C9;
	font-weight: 700;
	font-style: normal;
}

.c-plan-calendar-group {
	background: #fff;
}

.c-plan-calendar-group.pc {
	display: block;
}

.c-plan-calendar-group.sp {
	display: none;
}

.list-tour_pc-week {
	display: flex;
	padding-left: 0;
	border: 1px solid #fff
}

.list-tour_pc-week .list-tour_pc-week-item {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	width: calc(100% / 7);
	padding: 9px 5px;
	text-align: center;
	color: #0f294d;
	background: #fff
}

.list-tour_pc-week .list-tour_pc-week-item::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 22px;
	content: '';
	transform: translate(-50%,-50%);
	background: #e2e4ea
}

.list-tour_pc-week .list-tour_pc-week-item:first-child {
	color: #e64437
}

.list-tour_pc-week .list-tour_pc-week-item:first-child::before {
	content: none
}

.list-tour_pc-week .list-tour_pc-week-item:last-child {
	color: #0059b9
}

.list-tour_pc-day {
	display: flex;
	padding-left: 0;
	border-top: 1px solid #e2e4ea;
	border-left: 1px solid #e2e4ea;
	flex-wrap: wrap
}

.list-tour_pc-day .list-tour_pc-day-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% / 7);
	min-height: 130px;
	padding: 7px;
	padding-top: 0;
	border-right: 1px solid #e2e4ea;
	border-bottom: 1px solid #e2e4ea;
	background: #fff;
	justify-content: flex-end
}

.list-tour_pc-day-item a:hover {
	opacity: .8;
}

.list-tour_pc-day .list-tour_pc-day-item.sunday .list-tour_pc-day-label {
	color: #e64437
}

.list-tour_pc-day .list-tour_pc-day-item.saturday .list-tour_pc-day-label {
	color: #0059b9
}

.list-tour_pc-day .list-tour_pc-day-item.prev-month .list-tour_pc-day-label {
	color: rgba(15,41,77,.3)
}
.list-tour_pc-day .list-tour_pc-day-item.next-month .list-tour_pc-day-label {
	color: rgba(15,41,77,.3)
}

.list-tour_pc-day .list-tour_pc-day-item .tab-slide-content-item-inner-detail {
	display: none
}

.list-tour_pc-day .list-tour_pc-day-item .tab-slide-content-item-inner-detail.active {
	display: block
}

.list-tour_pc-day .list-tour_pc-day-item .tab-slide-content-item-inner-detail {
	font-size: 1rem;
}

.list-tour_pc-day .list-tour_pc-day-item .tab-slide-content-item-inner-detail p {
	margin-top: 5px;
}

.tab-slide-content-item-inner-status {
	margin-top: 5px;
}

.list-tour_pc-day .list-tour_pc-day-label {
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 36px;
	height: 36px;
	color: #0f294d;
	background: #f2f4f8;
	justify-content: center;
	align-items: center
}

.list-tour_pc-day .list-tour_pc-day-label.current {
	background: #ffc200
}

.icon-disabled_gray {
	vertical-align: -.15em;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	display: inline-block;
	background: url("/_assets/img/common/icon_ban.svg") no-repeat center / 100% 100%;
}

.icon-phone_white {
	vertical-align: -.15em;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	display: inline-block;
	background: url("/_assets/img/common/icon_phone_white.svg") no-repeat center / 100% 100%;
}

.icon-possible-white {
	vertical-align: -.15em;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	display: inline-block;
	background: url("/_assets/img/common/icon_possible_white.svg") no-repeat center / 100% 100%;
}

.button-small-height_block-blue,
.button-small-height_block-border_blue,
.button-small-height_block-border_gray_blue,
.button-small-height_block-border_gray_bold,
.button-small-height_block-disabled,
.button-small-height_block-emerald_green,
.button-small-height_block-light_emerald_green,
.button-small-height_block-light_orange,
.button-small-height_block-navy,
.button-small-height_block-red {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	display: block;
	flex-direction: column;
	min-width: 40px;
	height: 100%;
	padding: 8px 4px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	justify-content: center;
	align-items: center
}

.button-small-height_block-disabled {
	font-size: 1.3rem;
	pointer-events: none;
	color: #7c93b5;
	background-color: #dfe3ea;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button-small-height_block-light_orange {
	color: #fff;
	font-size: 1.3rem;
	background: #E99C00;
}

.button-small-height_block-light_emerald_green {
	color: #fff;
	font-size: 1.3rem;
	background: #1EA6C9;
}

.c-plan-note-wrap {
	padding: 0 0 80px;
}

.c-plan-notes {
	margin: 30px -15px 0;
	display: flex;
	flex-wrap: wrap;
}

.c-plan-note {
	width: calc(100% / 2);
	margin: 40px 0 0;
	padding: 0 15px;
}

.c-plan-note h3 {
	color: #075685;
	font-size: 2rem;
	padding: 0 0 10px;
	border-bottom: 2px solid #9BBBCE;
}

.c-plan-note h3 + .u-list {
	margin: 15px 0 0;
}

.c-plan-note h3 + .u-list li:before {
	top: .5em
}

.c-plan-trader {
	margin: 60px 0 0;
	padding: 40px;
	display: flex;
	background: #F0F5F8;
	border-radius: 6px;
}

.c-plan-trader div {
	width: 50%;
	padding: 0 15px;
}

.c-plan-trader h4 {
	font-size: 1.8rem;
	font-weight: 700;
}

.c-plan-trader h4 + * {
	margin: 10px 0 0;
}

.c-plan-trader p {
	line-height: 1.5;
}



/*search box*/
.c-search-box {
	position: relative;
}

.c-search-box:after {
/*	content: '';*/
	width: 100%;
	height: 430px;
	display: block;
	background: #F0F5F8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-search-box .u-inner {
	position: relative;
	z-index: 2;
	transform: translate(0,-30px);
}

.c-search-box-container {
	padding: 40px 60px 50px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
}

.c-search-box-condition {
	display: flex;
	align-items: center;
}

.c-search-box-condition h3 {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	min-width: 180px;
	padding: .75em 0;
	background: #1EA6C9;
	border-radius: 4px;
	position: relative;
}

.c-search-box-condition h3:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #1EA6C9;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
}

.c-search-box-condition p {
	padding: 0 0 0 20px;
}

.c-search-box-condition p b {
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: .25em 0;
	display: block;
}

.c-search-box-condition p b img {
	vertical-align: 0;
	margin: 0 .25em;
}

.c-search-box .c-condition-change-box {
	margin-top: 30px;
}

/*condition change*/
.c-condition-change-box {
	padding: 15px 25px 20px;
	border-radius: 6px;
	background: #F0F5F8;
}

.c-condition-change-box-title {
	text-align: center;
	padding: 1em 0;
	cursor: pointer;
	position: relative;
}

.c-condition-change-box-title:hover {
	opacity: .8;
}

.c-condition-change-box-title b {
	font-size: 1.8rem;
	padding: .1em 0 0 1.25em;
	display: inline-block;
	background: url("/_assets/img/common/icon_search_black.svg") no-repeat left center / 1em auto;
}

.c-condition-change-box-title i {
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.c-condition-change-box-title i:before {
	content: '';
	vertical-align: -.5em;
	width: 2.2rem;
	height: 2.2rem;
	margin: 0 .5em 0 0;
	display: inline-block;
	background: url("/_assets/img/common/icon_plus_01@black.svg")no-repeat center / 100% 100%;
}

.is-accordion_open .c-condition-change-box-title i:before {
	background-image: url("/_assets/img/common/icon_minus_01@black.svg");
}

.c-condition-change-box-title i:after {
	content: '開く';
}

.is-accordion_open .c-condition-change-box-title i:after {
	content: '閉じる';
}

.c-condition-change-box .c-search_form {
	display: flex;
	flex-wrap: wrap;
}

.c-condition-change-box .c-search_body {
	padding: 0;
	background: none;
}

.c-condition-change-box .c-search_cell {
	width: auto;
	margin: 0 15px
}

.c-condition-change-box .c-search_caption {
	margin-top: 15px;
}

.c-condition-change-box .c-search_cell:nth-child(1),
.c-condition-change-box .c-search_cell:nth-child(2),
.c-condition-change-box .c-search_cell:nth-child(4),
.c-condition-change-box .c-search_cell:nth-child(5) {
	width: 22%;
}

.c-condition-change-box .c-search_cell:nth-child(3),
.c-condition-change-box .c-search_cell:nth-child(6) {
	width: calc(100% - (44% + 90px));
}

.c-condition-change-box .c-search_cell:nth-child(7) {
	width: calc(48.85% - 15px);
}

.c-condition-change-box .c-search_label:before {
	width: 3.5em;
}

.c-condition-change-box .c-search_submit {
	text-align: center;
	width: 100%;
	margin: 30px 0 15px;
}

.c-search_body_more {
	width: 100%;
	padding: 15px;
}

.c-search_body_more .c-button--type_search .c-button_box {
	padding-right: 50px;
	background-color: #1EA6C9;
	border-color: #1EA6C9;
}

.c-search_body_more .c-button--type_search .c-button_box:hover {
	color: #fff;
}

.c-search_body_more ul {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.c-search_body_more ul li {
	width: calc(100% / 4);
	margin: 10px 0 0;
	list-style: none;
}

.c-search_body_more ul li label {
	font-size: 1.4rem;
	line-height: 1.35;
	padding: 0 0 0 30px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.c-search_body_more input[type="checkbox"] { display: none; }

.c-search_body_more input[type="checkbox"] + label:before,
.c-search_body_more input[type="checkbox"] + label:after {
	content: "";
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
}

.c-search_body_more input[type="checkbox"] + label:before {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	top: -.2em;
	left: 0;
}

.c-search_body_more input[type="checkbox"] + label:after {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	opacity: 0;
	height: 6px;
	width: 12px;
	transform: rotate(-45deg);
	top: 3px;
	left: 4px;
}

.c-search_body_more input[type="checkbox"]:checked + label:before {
	background: #1EA6C9;
	border-color: #1EA6C9;
}

.c-search_body_more input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.c-search_body_more_title {
	font-size: 1.3rem;
	padding: 30px 0 8px;
	border-bottom: 1px solid #666;
}

.c-search_body_more .c-search_submit {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.c-search_body_more ul + .c-search_submit {
	margin-top: 20px !important;
}

.c-search_body_more ul + .c-search_submit .c-button_box {
	background-color: #c40035;
	border-color: #c40035;
}






.c-search-result {
	padding-top: 60px;
	position: relative;
	z-index: 1
}

/*search result substitution*/
.c-search-result-substitution {
	margin: 0 0 -30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.c-search-result-substitution-price {
	display: flex;
	border: 1px solid #C2C2C2;
	border-radius: 6px;
	overflow: hidden;
	transform: translateZ(0);
}

.c-search-result-substitution-price li {
	list-style: none;
	width: 200px;
}

.c-search-result-substitution-price li a {
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	list-style: none;
	padding: .75em 0;
	display: block;
}

.c-search-result-substitution-price li a:hover {
	background: #8fd3e4;
}

.c-search-result-substitution-price li.active a {
	color: #fff;
	background: #1EA6C9;
	pointer-events: none;
}

.c-search-result-substitution-page {
	font-weight: 700;
	line-height: 1;
}

.c-search-result-substitution-page b {
	color: #C40035;
	font-size: 3.6rem;
	font-weight: 700;
	vertical-align: -.05em;
	display: inline-block;
	margin: 0 0 0 .25em;
}

.c-search-result-substitution-lists {
	text-align: right;
	margin: 10px 0 0;
}

.c-search-result-substitution-lists select {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	width: 200px;
	padding: .25em 0;
	border: 1px solid #C2C2C2;
	border-radius: 6px;
	cursor: pointer;
}

.c-search-result-substitution-lists select:focus {
	border-color: #1EA6C9;
}

/*search result list*/
.c-search-result-lists {
	margin-top: 30px;
}

.c-search-result-list {
	margin: 60px 0 0;
	padding: 30px 60px 0;
	border-radius: 8px;
	border: 1px solid #ddd;
	overflow: hidden;
	transform: translateZ(0);
}

.c-search-result-list-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.c-search-result-list-main .days {
	font-size: 1.4rem;
	text-align: center;
	width: 90px;
	height: 80px;
	border-radius: 6px;
	background: #FFF700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.c-search-result-list-main .days:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #FFF700;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
}


.c-search-result-list-main .days b {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	display: block;
}

.c-search-result-list-main .title {
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	width: calc(100% - 90px);
	padding: 0 0 0 1em;
}

.c-search-result-list-main .title:before,
.c-search-result-list-main .title:after {
	display: none;
}

.c-search-result-list-main .read {
	line-height: 1.75;
	width: 100%;
	margin: 15px auto 0;
}

.c-search-result-list-detail {
	letter-spacing: 0;
	margin: 20px 0 0;
	display: flex;
}

.c-search-result-list-detail .photo {
	width: 260px;
}

.c-search-result-list-detail .photo img {
	width: 100%;
	max-width: none;
	border-radius: 6px;
}

.c-search-result-list-detail .data {
	width: calc(100% - 260px);
	margin: 10px 0 0;
	padding: 0 0 0 30px;
}

.c-search-result-list-detail .days {
	display: flex;
	align-items: center;
}

.c-search-result-list-detail .days dt {
	color: #1EA6C9;
	font-size: 1.2rem;
	font-weight: 700;
}

.c-search-result-list-detail .days dd {
	font-size: 1.4rem;
	padding: 0 0 0 .75em;
}

.c-search-result-list-detail .icon {
	width: calc(100% + 10px);
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.c-search-result-list-detail .icon li {
	list-style: none;
	width: 82px;
	margin: 10px 10px 0 0;
}

.c-search-result-list-detail .icon li img {
	width: 100%;
	max-width: none;
}

.c-search-result-list-detail .price {
	text-align: right;
	margin: 25px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
}

.c-search-result-list-detail .price p span {
	font-size: 1.2rem;
}

.c-search-result-list-detail .price p b {
	color: #C40035;
	font-size: 2.8rem;
	vertical-align: -.1em;
	display: inline-block;
}

.c-search-result-list-detail .price p b small {
	font-size: 2rem;
}

.c-search-result-list-detail .code {
	font-size: 1.2rem;
	width: 260px;
	white-space: nowrap;
	background: #F2F2F2;
	border-radius: 10em;
	margin: 15px 0 0 auto;
	padding: .75em 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-search-result-list-detail .code dt {
	color: #1EA6C9;
	font-weight: 700;
	padding: 0 .5em 0 0;
}

.c-search-result-button {
	text-align: center;
	margin: 25px -60px 0;
	padding: 30px 0;
	background: #F1F1F1;
	
}

.c-search-result-button .c-button_box {
	text-decoration: none;
	width: calc(100% / 2);
}


/*local mv*/
.c-local-mv {
	padding-top: 0;
	padding-bottom: 0;
	background: linear-gradient(to right, #075685 0%, #1ea6c9 100%);
	overflow: hidden;
	transform: translateZ(0);
}

.c-local-mv:after {
	content: '';
	width: 420px;
	height: 100%;
	display: block;
	background: url("/_assets/img/common/map_title@white.svg") no-repeat center / 100% auto;
	position: absolute;
	top: calc(50% - 15px);
	right: 60px;
	transform: translate(0,-50%);
	opacity: .5;
}

.c-local-mv .u-inner {
	height: 160px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}

.c-local-mv-title {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
}

.c-search-result-pager-button a {
	text-decoration: none;
}

/*minimum-page*/
.minimum-page .g-header_copy {
	color: transparent;
}

.minimum-page .g-header_trigger {
	display: none;
}

.minimum-page .g-header_nav {
	display: none;
}

.minimum-page .g-areaselect {
	display: none;
}

.minimum-page .g-breadcrumb {
	display: none;
}

.minimum-page .g-footer_top {
	display: none;
}

.c-hotel-detail-title {
	text-align: center;
	padding: 0 0 30px;
	border-bottom: 2px solid #9BBBCE;
}

.c-hotel-detail-title em {
	font-size: 3.2rem;
	font-style: normal;
}

.c-hotel-detail .photo {
	max-width: 560px;
	margin: 40px auto 0;
}

.c-hotel-detail .photo + * {
	margin-top: 60px;
}

.c-hotel-detail .photo img {
	width: 100%;
	max-width: none;
	border-radius: 8px;
}

.c-plan-page .c-close-button {
	margin: 60px 0 0;
}

.c-plan-page .c-close-button .c-button_box {
	background: #9BBBCE;
	border-color: #9BBBCE;
}

.c-plan-page .c-close-button .c-button_box:before {
	content: '';
	width: 1em;
	height: 1em;
	display: block;
	background: url("/_assets/img/common/icon_close_white.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
}

.c-plan-page .c-close-button .c-button_box:after {
	display: none;
}

.c-plan-page .c-close-button .c-button_name {
	font-size: 1.8rem;
}

.c-pager_select-calendar select {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: #39789e;
}

.c-pager_select-calendar:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	border: solid 2px rgba(0,0,0,0);
	border-bottom-color: #fff;
	border-right-color: #fff;
	transform: rotate(45deg) translate(-50%, -25%);
	transform-origin: right 50%;
}

.c-pager_select-calendar select option {
	color: #000;
	background: #fff;
}

.loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: none;
	flex-direction: column; /* ← ここを追加！ */
	justify-content: center;
	align-items: center;
	z-index: 10;
  }
  
  .loader {
	width: 60px;
	height: 60px;
	border: 8px solid #ddd;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-top: 25px;
  }

  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .show {
	opacity: 0;
	transform: translateY(0);
  }/*# sourceMappingURL=style.css.map */ 

  
  .tour-price-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
  }
  .tour-price-loader {
	position: relative;
	height: 60px;
  }

  .tour-price-dot {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #545454;
	border-radius: 50%;
	opacity: 0.2;
	animation: blink 1s linear infinite;
  }
  .tour-price-dot:nth-child(1) {
	transform: rotate(0deg) translateX(25px);
	animation-delay: 0s;
  }
  
  .tour-price-dot:nth-child(2) {
	transform: rotate(45deg) translateX(25px);
	animation-delay: 0.2s;
  }
  
  .tour-price-dot:nth-child(3) {
	transform: rotate(90deg) translateX(25px);
	animation-delay: 0.4s;
  }
  
  .tour-price-dot:nth-child(4) {
	transform: rotate(135deg) translateX(25px);
	animation-delay: 0.6s;
  }
  
  .tour-price-dot:nth-child(5) {
	transform: rotate(180deg) translateX(25px);
	animation-delay: 0.8s;
  }
  
  .tour-price-dot:nth-child(6) {
	transform: rotate(225deg) translateX(25px);
	animation-delay: 1s;
  }
  
  .tour-price-dot:nth-child(7) {
	transform: rotate(270deg) translateX(25px);
	animation-delay: 1.2s;
  }
  
  .tour-price-dot:nth-child(8) {
	transform: rotate(315deg) translateX(25px);
	animation-delay: 1.4s;
  }

  .blinking {
	animation: blink 1s infinite;
  }

  @keyframes blink {
	0%, 100% {
	  opacity: 0.2;
	}
	50% {
	  opacity: 1;
	}
  }/*# sourceMappingURL=style.css.map */
		
  
  