
/*------------お問合せ固定ボタン非表示*/
.contact_fixed_btn {
	display: none;
}


/*------------プラン一覧TOP*/
.slider {
	width: 100%;
}
.slick-slide {
	height: auto;
}
.slick-slide img {
	width: 100%;
}
.main_v_wrap {
	position: relative;
	margin-top: 90px;
}
.main_v_wrap .main_v_inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding: 0 10%;
}
.main_v_wrap .main_v_inner .searchbox {
	width: 370px;
}
.main_v_wrap .main_v_inner .searchbox .search_caption {
	background-color: #0096ff;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	padding: 0.7em 0.5em;
	border-radius: 10px 10px 0 0;
}
.main_v_wrap .main_v_inner .searchbox .search_caption span {
	position: relative;
	padding-left: 2em;
}
.main_v_wrap .main_v_inner .searchbox .search_caption span::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("../img/plan/ic_search.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1em auto;
	position: absolute;
	left: 0;
	top: 0;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap {
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .text {
	padding: 30px 30px 0;
	text-align: center;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .plantop_form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .plantop_form dt {
	width: 100px;
	padding-right: 20px;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .plantop_form dd {
	width: calc(100% - 100px);
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .plantop_form dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url("../img/common/arrow_pulldown.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .submit_area {
	text-align: center;
	padding: 0 30px 30px;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #0077ff;
	font-weight: 600;
	background-color: #ffffff;
	border: 2px solid #ffe60a;
	border-radius: 5px;
	transition: .2s;
}
.main_v_wrap .main_v_inner .searchbox .form_wrap .submit_area  input[type=submit]:hover {
	background-color: #ffe60a;
}
.main_v_wrap .main_v_inner .main_v_text {
	width: calc(100% - 370px);
	max-width: 600px;
	padding-left: 50px;
	padding-bottom: 100px;
}
.main_v_wrap .main_v_inner .main_v_text img {
	filter: drop-shadow(0 0 15px rgba(0,0,0,0.3));
}
@media screen and (max-width: 1199px) {
	.main_v_wrap {
		margin-top: 70px;
	}
}
@media screen and (max-width: 768px) {
	.main_v_wrap .main_v .slick-slide {
		min-height: 520px;
	}
	.main_v_wrap .main_v .slick-slide img {
		width: auto;
		height: 520px;
		object-fit: cover;
		object-position: center;
	}
	.main_v_wrap .main_v_inner {
		flex-direction: column-reverse;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}
	.main_v_wrap .main_v_inner .searchbox {
		width: 100%;
		max-width: 370px;
		margin-top: 20px;
	}
	.main_v_wrap .main_v_inner .main_v_text {
		width: 100%;
		max-width: 400px;
		padding-left: 0;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.main_v_wrap .main_v_inner .searchbox .form_wrap .text {
		padding: 20px 20px 0;
	}
	.main_v_wrap .main_v_inner .searchbox .form_wrap .plantop_form {
		flex-direction: column;
		padding: 20px;
	}
	.main_v_wrap .main_v_inner .searchbox .form_wrap .plantop_form dt {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5px;
	}
	.main_v_wrap .main_v_inner .searchbox .form_wrap .plantop_form dd {
		width: 100%;
	}
	.main_v_wrap .main_v_inner .searchbox .form_wrap .submit_area {
		text-align: center;
		padding: 0 20px 20px;
	}
}
.main_v img{
	object-fit: cover;
}

.plan .recommend {
	background-color: #eef9ff;
}
.plan .recommend ul.list_recommend_tour .slick-slide {
	margin: 0 10px 10px;
}
.plan .recommend ul.list_recommend_tour .slick-slide a {
	display: block;
	width: 100%;
	height: auto;
	transition: .2s;
}
.plan .recommend ul.list_recommend_tour .slick-slide a:hover {
	opacity: 0.7;
}
.plan .recommend ul.list_recommend_tour .slick-slide a img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.plan .recommend ul.list_recommend_tour .slick-slide a figure {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 75%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.plan .recommend ul.list_recommend_tour .slick-slide a figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.plan .recommend ul.list_recommend_tour .slick-slide a .text_box {
	margin-top: 10px;
}
.plan .recommend ul.list_recommend_tour .slick-slide a .text_box .tour_title {
	font-weight: 600;
	color: #333333;
	margin-bottom: 5px;
}
.plan .recommend ul.list_recommend_tour .slick-slide a .text_box .tour_price {
	font-weight: 600;
	color: #f40058;
}
.plan .recommend .slick-prev {
	left: -15px;
}
.plan .recommend .slick-next {
	right: -15px;
}
.plan .recommend .slick-prev:before, 
.plan .recommend .slick-next:before {
	color: #0096ff;
	opacity: 1;
}
.plan .btn_link.pdf {
	width: 100%;
	max-width: 600px;
	padding: 2em;
	margin: 0 auto;
}
.plan .btn_link.pdf span {
	position: relative;
	padding-left: 30px;
}
.plan .btn_link.pdf span::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../img/plan/ic_pdf.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	position: absolute;
	top: -3px;
	left: 0;
}
.plan .notes_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 1px dashed #0096ff;
}
.plan .notes_box .notes_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan .notes_box .notes_box_inner .textbox {
	width: calc(100% - 300px);
	padding-right: 50px;
}
.plan .notes_box .notes_box_inner .imagebox {
	width: 300px;
}
.plan .notes_box.box05 .notes_box_inner .textbox,
.plan .notes_box.box06 .notes_box_inner .textbox {
	width: 100%;
	margin-bottom: 30px;
}
.plan .notes_box.box05 .notes_box_inner .imagebox,
.plan .notes_box.box06 .notes_box_inner .imagebox {
	width: 100%;
}
.plan .notes_box .notes_box_inner .textbox .catch2 {
	font-weight: 600;
	color: #0096ff;
	font-family: 'Kiwi Maru', serif;
	margin-bottom: 15px;
}

.plan .notes_box.box06 .notes_box_inner .imagebox .text_scroll {
	display: none;
}
.plan .notes_box.box06 .notes_box_inner .imagebox .table_cancell {
	width: 100%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-collapse: collapse;
	text-align: center;
}
.plan .notes_box.box06 .notes_box_inner .imagebox .table_cancell tr th {
	padding: 10px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #0096ff;
	font-size: 1.4rem;
	color: #ffffff;
}
.plan .notes_box.box06 .notes_box_inner .imagebox .table_cancell tr td {
	padding: 10px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 1.4rem;
	background-color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.plan .notes_box {
		padding: 20px 0;
	}
	.plan .notes_box .notes_box_inner {
		flex-direction: column;
	}
	.plan .notes_box .notes_box_inner .textbox, .plan .notes_box.box05 .notes_box_inner .textbox, .plan .notes_box.box06 .notes_box_inner .textbox {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.plan .notes_box .notes_box_inner .imagebox {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}
	.plan .notes_box.box05 .notes_box_inner .imagebox, .plan .notes_box.box06 .notes_box_inner .imagebox {
		max-width: 100%;
	}
	.plan .notes_box.box06 .notes_box_inner .imagebox .table_cancell tr th {
		font-size: 1.3rem;
	}
	.plan .notes_box.box06 .notes_box_inner .imagebox .table_cancell tr td {
		font-size: 1.3rem;
		text-align: left;
	}
	/*.plan .notes_box.box06 .notes_box_inner .imagebox .scroll {
		overflow-x: auto;
	}
	.plan .notes_box.box06 .notes_box_inner .imagebox .table_cancell {
		min-width: 768px;
		margin: 0 auto 20px;
	}*/
}
/*------------ プラン一覧TOP　ここまで*/



/*------------ プラン検索結果*/
.plan_result {
	margin-top: 90px;
}
.plan_result .section {
	padding: 20px 0 60px;
}
.plan_result .menu-btn_wrap {
	/*position: fixed;
    top: 20px;
    right: 20px;*/
		display: none;
    z-index: 0;
} 
.plan_result .search_result_header {
	margin: 30px auto;
}
.plan_result .search_result_header h2 {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: left;
}
.plan_result .contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan_result .contents .left_box {
	width: 28%;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.plan_result .contents .left_box .left_box_inner .search_caption {
	background-color: #0096ff;
	color: #ffffff;
	font-weight: 600;
	padding: 0.7em 10px;
}
.plan_result .contents .left_box .left_box_inner .search_caption span {
	position: relative;
	padding-left: 2em;
}
.plan_result .contents .left_box .left_box_inner .search_caption span::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("../img/plan/ic_search.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1em auto;
	position: absolute;
	left: 0;
	top: 0;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap {
	padding: 10px;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox {
	padding: 15px 0;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox + .categorybox {
	border-top: 1px dashed #dddddd;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .category_title {
	font-weight: 600;
	margin-bottom: 5px;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 {
	display: flex;
	flex-wrap: wrap;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 li {
	width: 48%;
	margin-right: 1%;
}
/* チェックボックス全体 */
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 li .checkbox-wrap {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: normal;
	user-select: none;
}
/* デフォルトチェックボックス非表示 */
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 li .checkbox-wrap input {
	display: none;
}
/* チェックボックスのスタイル */
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 li .checkbox-wrap .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
/* チェックマーク作成 */
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 li .checkbox-wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: 2px solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/* チェック時のスタイル */
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 li .checkbox-wrap input:checked + .checkmark {
	background-color: #0096ff;
}
/* チェック時 チェックマーク表示 */
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .list_col2 li .checkbox-wrap input:checked + .checkmark:after {
	display: block;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url("../img/common/arrow_pulldown.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}

.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .results_number {
	font-weight: 600;
	color: #DE0003;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .categorybox .results_number span {
	font-size: 150%;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .submit_area {
	text-align: center;
	margin: 10px auto 20px;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #0077ff;
	font-weight: 600;
	background-color: #ffffff;
	border: 2px solid #ffe60a;
	border-radius: 5px;
	transition: .2s;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .submit_area input[type=submit]:hover {
	background-color: #ffe60a;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .submit_area input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	margin: 10px auto 0;
	color: #333333;
	font-weight: 600;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 5px;
	transition: .2s;
}
.plan_result .contents .left_box .left_box_inner .searchform_wrap .submit_area input[type=reset]:hover {
	background-color: #efefef;
}

.plan_result .contents .right_box {
	width: 72%;
	padding: 0 0 0 20px;
}
.plan_result .contents .right_box .right_box_header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.plan_result .contents .right_box .right_box_header .result_number {
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	padding-right: 40px;
}
.plan_result .contents .right_box .right_box_header .resurt_addition {
	font-size: 1.3rem;
}
.plan_result .contents .right_box .result_sort {
	text-align: right;
}
.plan_result .contents .right_box .result_sort select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	min-width: 200px;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url("../img/common/arrow_sort.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 7px auto;
	cursor: pointer;
}
.plan_result .contents .right_box .result_box_wrap .result_box {
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 20px;
}
.plan_result .contents .right_box .result_box_wrap .result_box.pickup {
	border: 2px solid #ffe60a;
	background-color: #fffadc;
	position: relative;
}
.plan_result .contents .right_box .result_box_wrap .result_box.pickup::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("../img/plan/ic_pickup.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px auto;
	position: absolute;
	top: -10px;
	left: -10px;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .imagebox {
	width: 32%;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .imagebox figure {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .imagebox figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox {
	width: 66%;
	margin-left: auto;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 5px;
	transition: .2s;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_title:hover {
	opacity: .6;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_id {
	font-size: 1.1rem;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_id span {
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_price {
	text-align: right;
	margin-bottom: 5px;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_price span.txt {
	font-size: 1.2rem;
	letter-spacing: normal;
	display: inline-block;
	margin-right: 10px;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_price span.price {
	color: #f40058;
	font-size: 1.8rem;
	font-weight: 600;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .btn_more {
	display: block;
	width: 180px;
	padding: 0.5em 0.7em;
	color: #ffffff;
	background-color: #0077ff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin-left: auto;
	transition: .2s;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .btn_more:hover {
	opacity: .7;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_point_text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0;
	line-height: 1.6;
	font-size: 1.4rem;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox ul.tag_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox ul.tag_select li {
	font-size: 1.2rem;
	line-height: 1;
	padding: 0.5em 0.7em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #ffffff;
	white-space: nowrap;
	margin: 0 5px 10px 0;
}

@media screen and (max-width: 1199px) {
	.plan_result .section {
		padding: 0 0 60px;
	}
}
@media screen and (max-width: 991px) {
	.plan_result {
		margin-top: 70px;
	}
	.plan_result .menu-btn_wrap {
		position: fixed;
		top: 70px;
		left: 0;
		display: block;
		padding: 10px 0;
		width: 100%;
		background: rgba(238, 249, 255, 1);
		z-index: 11;
	}
	/*---モーダルウィンドウ開閉用ボタン*/
	.plan_result .menu-btn_wrap .menu-btn {
		/*position: fixed;
		top: 80px;
		left: 50%;
		transform: translateX(-50%);*/
		display: block;
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 1.3rem;
		text-align: center;
		cursor: pointer;
		/*z-index: 11;*/
		border: 2px solid #0096ff;
		border-radius: 5px;
		background-color: #0096ff;
		margin: 0 auto;
	}
	.plan_result .menu-btn_wrap .menu-btn span {
		color: #ffffff;
	}
	.plan_result .menu-btn_wrap .menu-btn span:after {
		content: attr(data-txt-menu);
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open .plan_result .menu-btn_wrap .menu-btn span:after {
		content: attr(data-txt-close);
	}
	.plan_result .contents .left_box {
		position: fixed;
		display: table;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		border: none;
		z-index: 10;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open .plan_result .contents .left_box {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	.plan_result .contents .left_box .left_box_inner {
		background-color: #ffffff;
		position: relative;
		z-index: 11;
		width: 100%;
		height: calc(100% - 150px);
		overflow: scroll;
		margin-top: 150px;
	}
	.plan_result .contents .left_box .left_box_inner .search_caption {
		display: none;
	}
	.plan_result .contents .left_box .left_box_inner .searchform_wrap {
		padding: 10px 20px;
	}
	.plan_result .contents .right_box {
		width: 100%;
		padding: 0;
	}
	.plan_result .contents .right_box .right_box_header .result_number {
		font-size: 1.7rem;
	}
	.plan_result .contents .right_box .result_sort {
		margin: 10px 0;
	}
}
@media screen and (max-width: 768px) {
	.plan_result .section {
		padding: 60px 0 40px;
	}
	.plan_result .search_result_header {
		margin: 10px auto;
	}
	.plan_result .search_result_header h2 {
		font-size: 2rem;
	}
	.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_title {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_point_text {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.plan_result .search_result_header h2 {
		font-size: 1.8rem;
	}
	.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox .plan_title {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner {
		flex-direction: column;
	}
	.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .imagebox {
		width: 100%;
	}
	.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .imagebox figure {
		padding-top: 70%;
	}
	.plan_result .contents .right_box .result_box_wrap .result_box .result_box_inner .textbox {
		width: 100%;
		margin: 10px 0 0;
	}
}
/*------------ プラン検索結果　ここまで*/


/*------------ プラン詳細ページ*/
.plan_detail {
	margin-top: 90px;
}
.plan_detail .plan_detail_header .plan_title {
	line-height: 1.6;
	margin-bottom: 5px;
}
.plan_detail .plan_detail_header .plan_id {
	font-size: 1.1rem;
}
.plan_detail .plan_detail_header .plan_id span {
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
}
.plan_detail .plan_detail_header .plan_main_image {
	margin-top: 20px;
	display: flex;
}
.plan_detail .plan_detail_header .plan_main_image_sp {
	display: none;
}
.plan_detail .plan_detail_header .plan_main_image .image_left {
	width: 50%;
}
.plan_detail .plan_detail_header .plan_main_image .image_left figure {
	width: 100%;
	height: 0;
	padding-top: 74.5%;
	margin: 0 0 1% 0;
	position: relative;
	overflow: hidden;
}
.plan_detail .plan_detail_header .plan_main_image .image_left figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plan_detail .plan_detail_header .plan_main_image .image_right {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.plan_detail .plan_detail_header .plan_main_image .image_right .image_right_inner {
	width: 100%;
	display: flex;
}
.plan_detail .plan_detail_header .plan_main_image .image_right .image_right_inner figure {
	width: 50%;
	height: 0;
	padding-top: 36.75%;
	position: relative;
	overflow: hidden;
	margin: 0 0 1% 1%;
}
.plan_detail .plan_detail_header .plan_main_image .image_right .image_right_inner figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plan_detail .contents {
	padding: 40px 0;
}
.plan_detail .contents .contents_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.plan_detail .contents.point .contents_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan_detail .contents.point .left_box {
	width: 66%;
}
.plan_detail .contents.point .right_box {
	width: 30%;
}
.plan_detail .contents .contents_box {
	margin-bottom: 40px;
}
.plan_detail .contents .contents_box:last-child {
	margin-bottom: 0;
}
.plan_detail .contents.point .right_box .contents_box {
	margin-bottom: 20px;
}

.plan_detail .contents .contents_box .contents_title {
	font-size: 2rem;
	font-weight: 600;
	padding-left: 1.5em;
	margin-bottom: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1em auto;
}
.plan_detail .contents .contents_box .contents_title.tour_point {
	background-image: url("../img/plan/ic_contentstitle_point.png");
}
.plan_detail .contents .contents_box .contents_title.tabisuke_point {
	background-image: url("../img/plan/ic_contentstitle_tabisukepoint.png");
}
.plan_detail .contents .contents_box .contents_title.plan_schedule {
	background-image: url("../img/plan/ic_contentstitle_schedule.png");
}
.plan_detail .contents .contents_box .contents_title.plan_picture {
	background-image: url("../img/plan/ic_contentstitle_pic.png");
}
.plan_detail .contents .contents_box .contents_title.plan_place {
	background-image: url("../img/plan/ic_contentstitle_place.png");
}
.plan_detail .contents .contents_box .contents_title.plan_note {
	background-image: url("../img/plan/ic_contentstitle_note.png");
}
.plan_detail .contents .contents_box .video {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}
.plan_detail .contents .contents_box .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.plan_detail .contents.point .right_box .dl_detail dt {
	padding: 10px 15px;
	background-color: #d2eaf9;
	font-size: 1.3rem;
	font-weight: 600;
	display: flex;
	align-items: center;
}

/*インフォマークでモーダル*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
	max-width: 680px;
  /*height: 300px;*/
	height: auto;
	/*overflow: auto;*/
  /*background-color: #ffffff;
  border-radius: 10px;*/
  z-index: 11;
}
.modal-window .modal-content {
	background: #ffffff;
	text-align: left;
	padding: 30px;
	border-radius: 10px;
	max-height: 600px;
	overflow: auto;
	position: relative;
}
.modal-window .modal-content .modal-title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.modal-window .modal-content .modal-title:nth-of-type(n+1) {
	margin-top: 20px;
}
.modal-window .modal-content ul.list_addition li {
	padding-left: 12px;
	margin-bottom: 7px;
	position: relative;
	font-weight: 400;
	line-height: 1.5;
}
.modal-window .modal-content ul.list_addition li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 0;
	top: 7px;
}
.button-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
	line-height: 1;
  color: #ffffff;
  cursor: pointer;
}
.button-open {
  display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.button-open img {
  width: 20px;
	height: auto;
}
.no_scroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
	.modal-window .modal-content {
		max-height: 400px;
	}
	.modal-window .modal-content .modal-title {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.button-close {
		right: -10px;
	}
}


.plan_detail .contents.point .right_box .dl_detail dd {
	padding: 10px 15px;
	background-color: #f8fdff;
	font-size: 1.3rem;
	line-height: 1.6;
}
.plan_detail .contents.point .right_box .dl_detail dd .plan_price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.plan_detail .contents.point .right_box .dl_detail dd .plan_price span.price {
	font-size: 1.8rem;
	font-weight: 600; 
}
.plan_detail .contents.point .right_box .dl_detail dd label {
	display: inline-block;
  margin: 5px 0;
	padding: 5px 20px;
  line-height: 1;
  color:#ffffff;
  background-color: #0096ff;
	border-radius: 5px;
  cursor: pointer; 
}
.plan_detail .contents.point .right_box .dl_detail dd input {
	display: none;
}
.plan_detail .contents.point .right_box .dl_detail dd .accordion_textbox {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
#sub01:checked ~ #accordion01.accordion_textbox {
  height: auto;
  opacity: 1;
}
.plan_detail .contents.point .right_box .dl_detail dd .accordion_textbox .accordion_text{
  padding: 5px;
}

.plan_detail .contents.point ul.tag_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.plan_detail .contents.point ul.tag_select li {
	font-size: 1.2rem;
	line-height: 1;
	padding: 0.5em 0.7em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #ffffff;
	white-space: nowrap;
	margin: 0 5px 10px 0;
}
.plan_detail .contents.point .right_box .btn_link {
	width: 100%;
	background-color: #ffe60a;
}

.plan_detail .contents.schedule {
	background-color: #eef9ff;
}
.plan_detail .contents .dl_schedule {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 10px;
}
.plan_detail .contents .dl_schedule + .dl_schedule {
	margin-top: 10px;
}
.plan_detail .contents .dl_schedule dt {
	width: 20%;
	padding-right: 20px;
}
.plan_detail .contents .dl_schedule dd {
	width: 80%;
}
.plan_detail .contents ul.plan_picture_list {
	display: flex;
	flex-wrap: wrap;
}
.plan_detail .contents ul.plan_picture_list li {
	width: 19%;
	margin: 0 1% 1% 0;
}
.plan_detail .contents ul.plan_picture_list li:nth-child(5n) {
	margin-right: 0;
}
.plan_detail .contents ul.plan_picture_list li a {
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 75%;
	position: relative;
	transition: .2s;
}
.plan_detail .contents ul.plan_picture_list li a::before {
  content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	background-image: url("../img/plan/ic_zoom.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	z-index: 1;
}
.plan_detail .contents ul.plan_picture_list li a:hover {
	opacity: .7;
}
.plan_detail .contents ul.plan_picture_list li a > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plan_detail .contents.place {
	background-color: #eef9ff;
}
.plan_detail .contents.place .place_box {
	padding: 30px;
	background-color: #ffffff;
	border-radius: 10px;
}
.plan_detail .contents.place .place_box .dl_place {
	padding-bottom: 10px;
}
.plan_detail .contents.place .place_box .dl_place + .dl_place {
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
}
.plan_detail .contents.place .place_box .dl_place dt {
	font-weight: 600;
	margin-bottom: 5px;
}

.plan_detail .contents.note .dl_note {
	display: flex;
	flex-wrap: wrap;
}
.plan_detail .contents.note .dl_note + .dl_note {
	margin-top: 10px;
}
.plan_detail .contents.note .dl_note dt {
	width: 20%;
	padding: 10px 15px;
	background-color: #eef9ff;
	font-weight: 600;
}
.plan_detail .contents.note .dl_note dd {
	width: 80%;
	padding: 10px 15px;
	background-color: #ffffff;
}
.plan_detail .contents.note .btn_link {
	width: 300px;
	margin: 20px auto 0;
}

.plan_detail .contents.note ul.tag_free {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.plan_detail .contents.note ul.tag_free li {
	font-size: 1.2rem;
	line-height: 1;
	padding: 0.5em 0.7em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #ffffff;
	white-space: nowrap;
	margin: 0 5px 10px 0;
}
@media screen and (max-width: 991px) {
	.plan_detail {
		margin-top: 70px;
	}
	.plan_detail .contents {
		padding: 30px 0;
	}
	.plan_detail .contents.point .contents_inner {
		flex-direction: column-reverse;
	}
	.plan_detail .contents.point .left_box {
		width: 100%;
	}
	.plan_detail .contents.point .right_box {
		width: 100%;
		margin-bottom: 30px;
	}
	.plan_detail .contents .contents_box {
		margin-bottom: 20px;
	}
	.plan_detail .contents .contents_box .contents_title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.plan_detail .plan_detail_header .plan_main_image {
		display: none;
	}
	.plan_detail .plan_detail_header .plan_main_image_sp {
		display: block;
		margin-top: 20px;
	}
	.plan_detail .plan_detail_header .plan_main_image_sp .slick-slide {
		min-height: auto;
		height: auto;
	}
	.plan_detail .plan_detail_header .plan_main_image_sp .slick-slide figure {
		width: 100%;
		height: 0;
		padding-top: 75%;
		position: relative;
		overflow: hidden;
	}
	.plan_detail .plan_detail_header .plan_main_image_sp .slick-slide figure img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.plan_detail .contents ul.plan_picture_list li, .plan_detail .contents ul.plan_picture_list li:nth-child(5n) {
		width: 24%;
		margin: 0 1% 1% 0;
	}
	.plan_detail .contents.note .dl_note {
		flex-direction: column;
	}
	.plan_detail .contents.note .dl_note dt {
		width: 100%;
		padding: 10px 15px;
	}
	.plan_detail .contents.note .dl_note dd {
		width: 100%;
		padding: 10px 15px;
	}
}
@media screen and (max-width: 480px) {
	.plan_detail .contents .dl_schedule dt {
		width: 30%;
		padding-right: 20px;
	}
	.plan_detail .contents .dl_schedule dd {
		width: 70%;
	}
	.plan_detail .contents ul.plan_picture_list li, .plan_detail .contents ul.plan_picture_list li:nth-child(5n) {
		width: 49%;
		margin: 0 1% 1% 0;
	}
	.plan_detail .contents.place .place_box {
		padding: 20px;
	}
}
/*------------ プラン詳細ページ　ここまで*/


/*--------------- プランお問合せ*/
.plan_form {
	margin-top: 90px;
}
.plan_form .section_inner{
	max-width: 1000px;
}
.plan_form .plan_form_header {
	padding: 1em 2em;
	background-color: #e6f9ff;
	margin-bottom: 30px;
}
.plan_form .plan_form_header .plan_title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 5px;
}
.plan_form .plan_form_header .plan_id {
	font-size: 1.1rem;
}
.plan_form .plan_form_header .plan_id span {
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
}
.plan_form .form_wrap {
	margin: 30px 0;
}
.plan_form .dl_form_box {
	margin-bottom: 30px;
	padding: 2em 3em;
	border: 1px solid #dddddd;
	border-radius: 10px;
}
.plan_form .dl_form_box .form_title {
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 5px solid #0077ff;
}
.plan_form .dl_form_box .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
	letter-spacing: 0.05em;
	border-bottom: 1px dashed #dddddd;
}
.plan_form .dl_form_box .dl_form:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.plan_form .dl_form_box .dl_form dt {
	width: 300px;
	font-weight: 600;
	text-align: left;
}
.plan_form .dl_form_box .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.2rem;
	background-color: #ffe60a;
	color: #0077ff;
	border-radius: 3px;
	margin-left: 10px;
}
.plan_form .dl_form_box .dl_form dd {
	width: calc(100% - 300px);
}
.plan_form .dl_form_box .dl_form dd .datepicker {
	display: block;
	border: 1px solid #cccccc;
	width: 100%;
	max-width: 240px;
	height: 40px;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.plan_form .dl_form_box .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.plan_form .dl_form_box .dl_form dd .form-control.short {
	display: inline-block;
	max-width: 240px;
	margin: 0 auto 15px 7px;
}
.plan_form .dl_form_box .dl_form dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url(../img/common/arrow_pulldown.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.plan_form .dl_form_box .dl_form dd select.select_s {
	max-width: 140px;
	margin: 3px 10px;
}
.plan_form .dl_form_box .dl_form dd textarea.form-control {
	height: auto;
}
.plan_form .dl_form_box .dl_form dd .label_wrap {
	display: block;
	padding: 10px 0;
}
.plan_form .dl_form_box .dl_form dd .label_wrap + .label_wrap {
	border-top: 1px dashed #dddddd;
}
.plan_form .dl_form_box .dl_form dd .label_wrap label.checkbox-wrap {
	cursor: pointer;
	position: relative;
	padding-left: 24px;
}
.plan_form .dl_form_box .dl_form dd .label_wrap label.checkbox-wrap input {
	display: none;
}
.plan_form .dl_form_box .dl_form dd .label_wrap label.checkbox-wrap span.checkmark {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
.plan_form .dl_form_box .dl_form dd .label_wrap label.checkbox-wrap span.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: 2px solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/* チェック時のスタイル */
.plan_form .dl_form_box .dl_form dd .label_wrap label.checkbox-wrap input:checked + .checkmark {
	background-color: #0096ff;
}
/* チェック時 チェックマーク表示 */
.plan_form .dl_form_box .dl_form dd .label_wrap label.checkbox-wrap input:checked + .checkmark:after {
	display: block;
}
.plan_form .dl_form_box .dl_form dd .label_wrap ul.list_col2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	padding-left: 19px;
}
.plan_form .dl_form_box .dl_form dd .label_wrap ul.list_col2 li {
	width: 50%;
	padding: 5px;
}
.plan_form .dl_form_box .dl_form dd .label_wrap .form-control_inline {
	display: inline-block;
	width: 60px;
	height: 40px;
	padding: 6px 12px;
	margin: 0 10px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.plan_form .dl_form_box .dl_form dd .text {
	margin-top: 1em;
}
@media screen and (max-width: 991px) {
	.plan_form .dl_form_box .dl_form dd .label_wrap ul.list_col2 {
		flex-direction: column;
	}
	.plan_form .dl_form_box .dl_form dd .label_wrap ul.list_col2 li {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.plan_form .plan_form_header {
		padding: 1em 2em;
	}
	.plan_form .plan_form_header .plan_title {
		font-size: 1.8rem;
	}
	.plan_form .dl_form_box {
		padding: 2em;
	}
	.plan_form .dl_form_box .form_title {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.plan_form .dl_form_box .dl_form {
		flex-direction: column;
		padding: 20px 0;
	}
	.plan_form .dl_form_box .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.plan_form .dl_form_box .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.plan_form .dl_form_box .dl_form dd {
		width: 100%;
	}
}
.plan_form .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.plan_form .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #0077ff;
	font-weight: 600;
	background-color: #ffe60a;
	border: 1px solid #ffe60a;
	border-radius: 5px;
	transition: .2s;
}
.plan_form input[type=submit]:hover {
	opacity: .7;
}
.plan_form .btn_link {
	margin: 30px auto 0;
}
/*--------------- プランお問合せ ここまで*/




