﻿@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/

body {
	background-attachment:fixed;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	}

/* ▼ TOPページ共通 */
.top_section {
	overflow: hidden;
	padding: 70px 0
	}
	.top_section h2 {
		text-align: center;
		margin-bottom: 50px;
		}
	.top_section .top_btn {
		width: 270px;
		margin: 0 auto;
		}
/* ▼ メインスライダー */
#mainVisual {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 100px;
	position: relative;
/* 	overflow: hidden; */
	padding: 0;
	}
#mainVisual .bx-viewport {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	}
	#mainVisual ul {padding-left: 0;}
	#mainVisual a.bx-prev,
	#mainVisual a.bx-next {
		display: block;
		width: 34px;
		height: 64px;
		position: absolute;
		z-index: 100;
		top: 50%;
		margin-top: -15px;
		text-indent: -9999px;
		outline: none;
		}
		#mainVisual a.bx-prev {
			background: url(../img/top/arrow_visual01_pc.png) no-repeat left top;
			left: 0;
			}
		#mainVisual a.bx-next {
			background: url(../img/top/arrow_visual02_pc.png) no-repeat left top;
			right: 0;
			}
		#mainVisual .bx-pager {
			float: left;
			position: relative;
			top: 10px;
			left: 50%;
			}
			#mainVisual .bx-pager-item {
				float: left;
				position: relative;
				left: -50%;
				width: 12px;
				height: 12px;
				margin-right: 20px;
				text-indent: -9999px;
				}
				#mainVisual .bx-pager-item:last-child {margin-right: 0;}
					#mainVisual .bx-pager-item a {
						display: block;
					    background: #fff none repeat scroll 0 0;
						border-radius: 6px;
						height: 12px;
						width: 12px;
						margin: 30px 0;
						outline: 0 none;
						text-align: left;
						text-indent: -9999px;
						}
					#mainVisual .bx-pager-item a.active {
					    background: #b12323 none repeat scroll 0 0;
						}

/* ▼ attention_area 注意事項 */
.attention_area{
	background: -webkit-repeating-linear-gradient(-45deg,#c7b4c7 0,#c7b4c7 3px,#f4f0f4 3px,#f4f0f4 6px);
	background: -o-repeating-linear-gradient(-45deg,#c7b4c7 0,#c7b4c7 3px,#f4f0f4 3px,#f4f0f4 6px);
	background: repeating-linear-gradient(-45deg,#c7b4c7 0,#c7b4c7 3px,#f4f0f4 3px,#f4f0f4 6px);
	max-width: 860px;
	width: 100%;
	padding: 10px;
	margin: 50px auto ;
}
.attention_area.bg_02,.attention_area.bg_03{
	margin-top: 0;
}
	.attention_area .inner_box{
		background: #fff url(../img/top/attention_bg.png) no-repeat 15px 10px/184px;
		padding: 30px;
	}
	.attention_area .inner_box p{
		color: #333;
		text-align: center;
	}
	.attention_area .inner_box p:nth-of-type(2){
		font-size: 18px;
	}
	.attention_area .attention_title{
		margin: 0 0 20px;
		color: #4a2500!important;
		font-size: 34px;
		line-height: 1.3;
		font-weight: bold;
	}
	.attention_area .link{
		margin: 20px auto 0;
		font-size: 23px;
		font-weight: bold;
		position: relative;
	}
	.attention_area .link a{
		color: #d50000;
	}
	.attention_area .link.pdf a::before{
		content: "";
		background: url(../img/icon_pdf.png) no-repeat center/contain;
		display: inline-block;
		width: 24px;
		height: 28px;
		vertical-align: middle;
		margin-right: 5px;
	}
	.attention_area br.sp{
		display: none;
	}

.attention_area.bg_02{
	background: -webkit-repeating-linear-gradient(-45deg,#95bce9 0,#95bce9 3px,#eef4fc 3px,#eef4fc 6px);
	background: -o-repeating-linear-gradient(-45deg,#95bce9 0,#95bce9 3px,#eef4fc 3px,#eef4fc 6px);
	background: repeating-linear-gradient(-45deg,#95bce9 0,#95bce9 3px,#eef4fc 3px,#eef4fc 6px);
}
	.attention_area.bg_02 .attention_title{
		font-feature-settings: 'palt'1;
	}
.attention_area.bg_03{
	background: -webkit-repeating-linear-gradient(-45deg,#dfd36d 0,#dfd36d 3px,#f9f7e5 3px,#f9f7e5 6px);
	background: -o-repeating-linear-gradient(-45deg,#dfd36d 0,#dfd36d 3px,#f9f7e5 3px,#f9f7e5 6px);
	background: repeating-linear-gradient(-45deg,#dfd36d 0,#dfd36d 3px,#f9f7e5 3px,#f9f7e5 6px);
}
.attention_area.bg_03 .inner_box p:nth-child(2),
.attention_area.bg_03 .inner_box p:nth-child(3),.attention_area.bg_03 ul{
	font-size: 18px;
}
.attention_area.bg_03 .inner_box p:nth-child(2),.attention_area.bg_03 .inner_box p:nth-child(3){
	margin-bottom: 20px;
}
.attention_area.bg_03 .inner_box p:last-child{
	font-size: 14px;
	font-feature-settings: 'palt'1;
}
.attention_area.bg_03 ul{
	width: 450px;
	margin: 0 auto 30px;
}
.attention_area.bg_03 ul li{
	text-align: left;
}

/* ▼ Pick UP Plan */
.pickup_plan {background: rgba(255, 255, 255,0.4) ;}
	#planslider {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 30px;
		position: relative;
		padding: 0 0 50px 0;
		}
	#planslider .bx-wrapper {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		}
		#planslider .slider02 {
			width: 100%;
			}
			#planslider .slider02 li {
				padding: 0 10px;
				}
		#planslider a.bx-prev,
		#planslider a.bx-next {
			display: block;
			width: 32px;
			height: 64px;
			position: absolute;
			z-index: 100;
			top: 40%;
			margin-top: -15px;
			text-indent: -9999px;
			outline: none;
			}
			#planslider a.bx-prev {
				background: url(../img/top/arrow_plan01_pc.png) no-repeat left top;
				left: 10px;
				}
			#planslider a.bx-next {
				background: url(../img/top/arrow_plan02_pc.png) no-repeat left top;
				right: 10px;
				}
			#planslider .bx-pager {
				float: left;
				position: relative;
				top: 0;
				left: 50%;
				}
				#planslider .bx-pager-item {
					float: left;
					position: relative;
					left: -50%;
					width: 12px;
					height: 12px;
					margin-right: 20px;
					}
				#planslider .bx-pager-item:last-child {margin-right: 0;}

					#planslider .bx-pager-item a {
						display: block;
					    background: #fff none repeat scroll 0 0;
						border-radius: 6px;
						height: 12px;
						width: 12px;
						margin: 30px 0;
						outline: 0 none;
						text-align: left;
						text-indent: -9999px;
						}
					#planslider .bx-pager-item a.active {
					    background: #b12323 none repeat scroll 0 0;
						}
	.attention_bnr{margin: 40px 0 20px; text-align: center;}
	.attention_txt + p span{color: rgba(247,44,47,1.00); font-size: 20px;}
    .attention_txt{text-align: center; margin: 0 auto 10px;font-size: 20px;font-weight: bold;color: rgba(247,44,47,1.00);}
	.attention_txt + p{display: block; max-width: 600px; margin: 0px auto 20px; padding: 10px; text-align: center; font-weight: bold; border: 1px solid #000;background: #fff;}

/* ▼ Facilities 極上のひとときをたのしんで… */
.facilities {background: #222;}
	.facilities .facilities_list {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto 40px;
		overflow: hidden;
		}
		.facilities .facilities_list li {
			float: left;
			margin: 0;
			}
		.facilities .facilities_list .fac01 {width: 37.5%;}
		.facilities .facilities_list .fac02 {width: 18.75%;}
		.facilities .facilities_list .fac03 {width: 25%;}
		.facilities .facilities_list .fac04 {width: 18.75%;}
		.facilities .facilities_list .fac05 {width: 31.25%;}
		.facilities .facilities_list .fac06 {width: 31.25%;}
		.facilities .facilities_list .fac07 {width: 18.75%;}
		.facilities .facilities_list .fac08 {width: 18.75%;}
		.facilities .facilities_list .fac09 {width: 20%;}
		.facilities .facilities_list .fac10 {width: 20%;}
		.facilities .facilities_list .fac11 {width: 20%;}
		.facilities .facilities_list .fac12 {width: 20%;}
		.facilities .facilities_list .fac13 {width: 20%;}

/* ▼ 至福の時間をゆったりとすごす */
.bliss {
	background: #000;
	padding-bottom: 0;
	}
	.bliss a {
	text-decoration: none;
	}
		.bliss dl {
			width: 100%;
			max-width: 1600px;
			margin: 0 auto;
			overflow: hidden;
			clear: both;
			}
			.bliss dl dt {
				float: left;
				overflow: hidden;
				width: 50%;
				text-indent: -99999px;
				}
			.bliss dl .bliss01 {
				background: url(../img/top/bliss01.png) no-repeat center center;
				background-size:cover;
				}
			.bliss dl .bliss02 {
				background: url(../img/top/bliss02.png) no-repeat center center;
				background-size:cover;
				}
			.bliss dl .bliss03 {
				background: url(../img/top/bliss03.png) no-repeat center center;
				background-size:cover;
				}
			.bliss dl dd {
				overflow: hidden;
				width: 50%;
				}
				.bliss dl .bliss_li02 .txt_box02,
				.bliss dl dd .txt_box {
					width: 60%;
					padding: 35px 35px 35px 45px;
					background: url("../img/top/bliss_arrow.png") no-repeat scroll right 20px center;
					}
				.bliss dl .bliss_li02 .txt_box02 .bliss_title02,
				.bliss dl dd .txt_box .bliss_title03,
				.bliss dl dd .txt_box .bliss_title {
					margin-bottom: 30px;
					}
				.bliss dl .bliss_li02 .txt_box02 .bliss_read,
				.bliss dl dd .txt_box .bliss_read {
					width: 90%;
					color: #fff;
					}
			.bliss .bliss_li02 {float: right;}
				.bliss dl .bliss_li02 .txt_box02 {
					width: 60%;
					padding: 35px 35px 35px 45px;
					background: url("../img/top/bliss_arrow.png") no-repeat scroll right 20px center;
					float: right;
					margin-right: 20px;
					}

/* ▼ プランから探す */
.category_title	 {
	background: #e2e2e2 ;
	height: 145px;
	}
	.category_title p {
		line-height: 145px;
		text-align: center;
		font-size: 43px;
		height: 145px;
		width: 570px;
		background: url("../img/top/category_bg.png") no-repeat scroll left top;
		margin: 0 auto;
		}
.plan_btn {
	background: #494949;
	}
	/* 3つバージョン */
/*
	.plan_btn > ul {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		overflow: hidden;
		}
	.plan_btn > ul > li {
		float: left;
		width: calc(100% / 3) ;
		}
*/
	/* 2つバージョン */
	.plan_btn > ul {
		width: 100%;
		max-width: 1077px;
		margin: 0 auto;
		overflow: hidden;
		}
		.plan_btn > ul > li {
			float: left;
			width: 50%;
			}




/* 多彩なプランをご用意！ Special offers */
#sp_offers h2 {padding-right: 75px;}
#sp_offers > ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
	#sp_offers > ul > li {
		width: 32%;
		float: left;
		margin: 0 2% 20px 0;
		}
		#sp_offers > ul > li:nth-child(3n) {
			margin-right: 0;
			}
		#sp_offers > ul > li > a {
			text-decoration: none;
			}
			#sp_offers > ul > li > a > .sp_of {
				font-size: 32px;
				font-weight: bold;
				line-height: 1.2;
				text-align: center;
				color: #fff;
				padding: 15px 0;
				}
			#sp_offers > ul > li > a > .sp_of > span {
				display: block;
				font-size: 18px;
				font-weight: normal;
				text-align: center;
				}
#sp_offers > ul > li > a > .sp_of.txt_small{
	/*font-size: 28px;*/
	letter-spacing: -0.08em;
	/*padding: 18px 0 15px;*/
}
#sp_offers > ul > li > a > .sp_of.txt_small > span{
	line-height: 1.2;
	letter-spacing: normal;
}

#sp_offers > ul > li > a > .b_01 {background: #356372;}
#sp_offers > ul > li > a > .b_02 {background: #bc0c1a;}
#sp_offers > ul > li > a > .b_03 {background: #ba8610;}
#sp_offers > ul > li > a > .b_04 {background: #306692;}
#sp_offers > ul > li > a > .b_05 {background: #6b2d50;}
#sp_offers > ul > li > a > .b_06 {background: #da6060;}
#sp_offers > ul > li > a > .b_07 {background: #d88629;}
#sp_offers > ul > li > a > .b_08 {background: #f05891;}
#sp_offers > ul > li > a > .b_10 {background: #08a200;}
#sp_offers > ul > li > a > .b_11 {background: #790287;}
#sp_offers > ul > li > a > .b_12 {background: #ff6a20;}

/* ▼ お好みのお料理から選ぶ お食事プラン */
#food_plan > h2 {padding-right: 80px;}
	#food_plan_slider {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 30px;
		position: relative;
		padding: 0 0 50px 0;
		}
		#food_plan_slider .bx-wrapper {
			width: 100%;
			max-width: 1100px;
			margin: 0 auto;
			}

		#food_plan_slider .slider03 {
			width: 100%;
			}
			#food_plan_slider .slider03 > li {
				padding: 0 10px;
				}
			#food_plan_slider .slider03 > li > a {
				text-decoration: none;
				}

				#food_plan_slider .slider03 > li > a > .txt_box {
					background: #222;
					padding: 20px;
					color: #fff;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .type {
					font-size: 26px;
					font-weight: bold;
					text-align: center;
					margin-bottom: 5px;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .f_read {
					text-align: center;
					margin-bottom: 5px;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .price {
					text-align: center;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .price > span {
					text-align: center;
					font-size: 20px;
					font-weight: bold;
					}
		#food_plan_slider a.bx-prev,
		#food_plan_slider a.bx-next {
			display: block;
			width: 32px;
			height: 64px;
			position: absolute;
			z-index: 100;
			top: 40%;
			margin-top: -15px;
			text-indent: -9999px;
			outline: none;
			}
			#food_plan_slider a.bx-prev {
				background: url(../img/top/arrow_plan01_pc.png) no-repeat left top;
				left: 10px;
				}
			#food_plan_slider a.bx-next {
				background: url(../img/top/arrow_plan02_pc.png) no-repeat left top;
				right: 10px;
				}
			#food_plan_slider .bx-pager {
				float: left;
				position: relative;
				top: 0;
				left: 50%;
				}
				#food_plan_slider .bx-pager-item {
					float: left;
					position: relative;
					left: -50%;
					width: 12px;
					height: 12px;
					margin-right: 20px;
					}
				#food_plan_slider .bx-pager-item:last-child {margin-right: 0;}
					#food_plan_slider .bx-pager-item a {
						display: block;
					    background: #fff none repeat scroll 0 0;
						border-radius: 6px;
						height: 12px;
						width: 12px;
						margin: 30px 0;
						outline: 0 none;
						text-align: left;
						text-indent: -9999px;
						}
					#food_plan_slider .bx-pager-item a.active {
					    background: #b12323 none repeat scroll 0 0;
						}


/* ご利用スタイルから選ぶ シーズン別プラン */
.fee_tab {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
	.fee_tab li{
		float: left;
		width: 20%;
		border-right: 1px solid #BCBCBC;
		background: #e4e5e9;
		color: #444;
		text-align: center;
		padding: 10px 0;
		font-size: 18px;
		}
	.fee_tab li span {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.2;
		display: block;
		text-align: center;
		}
	.fee_tab li:last-child {
		margin-right: 0;
		border-right: none;
		}
	.fee_tab > li > a {
		display:block;
		}
.fee_tab li:hover,
.fee_tab li.selected {
	background: #a674a5;
	border-right: none;
	color: #fff;
	}

.fee {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	}
.tab_part {
	width: 100%;
	max-width: 948px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 40px;
	overflow: hidden;

	}
.tab_part.no {
	position: absolute;
	top: 0;
	z-index: -100;
	}
/* #search {display: none;}	 */

/*
	#tab1,#tab2,#tab3,#tab4,#tab5 {
		width: 100%;
		max-width: 948px;
		margin: 0 auto ;
		position: relative;
		padding: 30px 0 40px;
		}
		#tab1 .slider_sp1,
		#tab2 .slider_sp2,
		#tab2 .slider_sp3,
		#tab2 .slider_sp4,
		#tab2 .slider_sp5 {
			width: 100%;
			}
			#tab1 .slider_sp1 > li,
			#tab2 .slider_sp2 > li,
			#tab3 .slider_sp3 > li,
			#tab4 .slider_sp4 > li,
			#tab5 .slider_sp5 > li {
				padding: 0 10px;
				}
			#tab1 .slider_sp1 > li > a,
			#tab2 .slider_sp2 > li > a,
			#tab3 .slider_sp3 > li > a,
			#tab4 .slider_sp4 > li > a,
			#tab5 .slider_sp5 > li > a {
				text-decoration: none;
				}
				#tab1 .slider_sp1 > li > a > .txt_box,
				#tab2 .slider_sp2 > li > a > .txt_box,
				#tab3 .slider_sp3 > li > a > .txt_box,
				#tab4 .slider_sp4 > li > a > .txt_box,
				#tab5 .slider_sp5 > li > a > .txt_box {
					background: #eee;
					padding: 10px 20px;
					color: #333;
					}
				#tab1 .slider_sp1 > li > a > .txt_box > .f_read,
				#tab2 .slider_sp2 > li > a > .txt_box > .f_read,
				#tab3 .slider_sp3 > li > a > .txt_box > .f_read,
				#tab4 .slider_sp4 > li > a > .txt_box > .f_read,
				#tab5 .slider_sp5 > li > a > .txt_box > .f_read {
					text-align: center;
					margin-bottom: 5px;
					}
				#tab1 .slider_sp1 > li > a > .txt_box > .price,
				#tab2 .slider_sp2 > li > a > .txt_box > .price,
				#tab3 .slider_sp3 > li > a > .txt_box > .price,
				#tab4 .slider_sp4 > li > a > .txt_box > .price,
				#tab5 .slider_sp5 > li > a > .txt_box > .price {
					text-align: center;
					font-size: 18px;
					font-weight: bold;
					i
					}

		#tab1 a.bx-prev,#tab1 a.bx-next,
		#tab2 a.bx-prev,#tab2 a.bx-next,
		#tab3 a.bx-prev,#tab3 a.bx-next,
		#tab4 a.bx-prev,#tab4 a.bx-next,
		#tab5 a.bx-prev,#tab5 a.bx-next {
			display: block;
			width: 23px;
			height: 49px;
			position: absolute;
			z-index: 100;
			bottom: 30px;
			text-indent: -9999px;
			outline: none;
			}
			#tab1 a.bx-prev,
			#tab2 a.bx-prev,
			#tab3 a.bx-prev,
			#tab4 a.bx-prev,
			#tab5 a.bx-prev {
				background: url(../img/top/arrow_season_01_pc.png) no-repeat left top;
				left: 10px;
				}
			#tab1 a.bx-next,
			#tab2 a.bx-next,
			#tab3 a.bx-next,
			#tab4 a.bx-next,
			#tab5 a.bx-next {
				background: url(../img/top/arrow_season_02_pc.png) no-repeat left top;
				right: 10px;
				}
*/
.swiper-slide {padding: 0 10px;}
.swiper-slide > a:hover{text-decoration: none;}
.swiper-slide > a > .txt_box {
	background: #eee;
	padding: 10px 20px;
	color: #333;
	}
	.swiper-slide > a > .txt_box .f_read {
	    text-align: center;
	    margin-bottom: 5px;
		}
	.swiper-slide > a > .txt_box .price {
	    text-align: center;
		font-size: 18px;
		font-weight: bold;
		}

.swiper-button-prev {
	left: 10px !important;
	bottom: 30px !important;
	top: auto !important;
	background: url(../img/top/arrow_plan01_pc.png) no-repeat left top !important;
	background-size: 23px 49px !important;
	width: 23px !important;
	height: 49px !important;
	}
.swiper-button-next {
	right: 10px !important;
	bottom: 30px !important;
	top: auto !important;
	background: url(../img/top/arrow_plan02_pc.png) no-repeat left top !important;
	background-size: 23px 49px !important;
	width: 23px !important;
	height: 49px !important;
	}
.fee .regnumber {
    text-align: center;
    margin-top: 30px;
	}
.fee .regnumber	{
	text-align: center;
	margin-top: 30px;
	}




/* 宿泊プラン一覧を見る / カレンダーから選ぶ */
.select_category ul {
	overflow: hidden;
	}
	.select_category ul li {
		width: 50%;
		float: left;
		height: 222px !important;
		}
	.select_category ul .plan_list {
		background: #4c74aa;
		text-align: right;
		padding: 40px 60px 0 0;
	}
	.select_category ul .calendar_list {
		background: #2d2e61;
		padding: 40px 0 0 60px;
		}

/* 外観写真 */
.appearance {
	background: rgba(0, 0, 0, 0.6) url("../img/top/appearance_bg.png") no-repeat scroll center top;
	height: 335px;
	}

/* Information */
#top_information {
	background: #fff;
	width: 100%;
	}
	.facebook {
		width: 500px;
		height: 600px;
		border: 1px solid #ccc;
		margin: 0 auto 70px;
		}


		.facebook-wrapper {
			    max-width: 500px;
			    margin: 0 auto 30px;
				}
			.facebook-wrapper > .fb-page {
			    width: 100%;
				}
			.facebook-wrapper > .fb-page > span,
			.facebook-wrapper iframe {
			    width: 100% !important;
			    height: 600px !important;
				}


	#top_information .winning {
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
		border-top: 1px solid #999;
		margin: 0 auto 50px;
		}
		#top_information .winning li {
			border-bottom: 1px solid #999;
			text-align: center;
			padding: 25px 0;
			}
		#top_information .winning > li:first-child {padding-top: 33px;}
		#top_information .winning > li:nth-child(2) {padding-bottom: 0; border: none;}
		#top_information .winning > li:last-child {padding-bottom: 0;}

	#top_information .awards {overflow: hidden;}
		#top_information .awards > li {
		float: left;
		height: auto;
		border: none;
		padding: 0;
		margin: 0 auto 20px;
		}




	/* バナーエリア */
	#top_information .bnr_area {
		margin: 0 auto 70px;
		text-align: center;
		width: 100%;
		max-width: 1000px;
		}
	#top_information .bnr_area li {
		margin: 0 auto 40px;
		}
	#top_information .bnr_area li:last-child {margin: 0;}







#top_information .info_area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 70px;
	overflow: hidden;
	}
#top_information .info_area h3 {
	font-size: 24px;
	font-weight: normal;
	}
	#top_information .info_area .info_list li {float: left;}
	#top_information .info_area .info_list li:first-child {
		width: 66%;
		margin-right: 2%;
		}
	#top_information .info_area .info_list li:last-child {width: 32%;}

		#top_information .info_area .info_list li dl {
			overflow: hidden;
			width: 100%;
			border-top: 1px solid #a4a4a4;
			margin-bottom: 20px;
			}
			#top_information .info_area .info_list li dl dt {
				border-bottom: 1px dashed #000;
				font-size: 14px;
				float: left;
				width: 30%;
				padding: 20px 0;
				}
			#top_information .info_area .info_list li dl dd {
				border-bottom: 1px dashed #000;
				font-size: 16px;
				}
				#top_information .info_area .info_list li dl dt span {
					float: right;
					min-width: 86px;
					margin: 0 3% 0 0;
					font-size: 14px;
					text-align: center;
					color: #fff;
					}
				#top_information .info_area .info_list li dl dt span.n01 {background: #d96d00;}
				#top_information .info_area .info_list li dl dt span.n02 {background: #6b9bd2;}
			#top_information .info_area .info_list li dl dd {
				margin-left: 30%;
				padding: 20px 0 20px 1.5%;
				}
				#top_information .info_area .info_list li dl dd a {
					display: block;
					color: #2e2e2e;
					text-decoration:underline;
					}
	#top_information .info_area .info_list .r_bnr {
		margin-bottom: 20px;
		}



	#top_information .info_btn {
		width: 270px;
		margin: 0 auto;
		}

/* Instagram */
.instagram {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	}
	.instagram h3 {
		width: 200px;
		margin: 0 auto 20px;
		}
	.instagram > ul {
		overflow: hidden;
		margin-bottom: 20px;
		}
	.instagram > ul > li {
		float: left;
		width: 16%;
		margin: 0 0.8% 8px 0;
		}
	.instagram > ul > li:nth-child(6n) {
	    margin-right: 0;
		}
	.instagram > ul > li:nth-child(6n+1) {
	    clear: both;
		}

/* 下呂市PRムービー */
.top_movie {
	padding: 80px 6%;
	overflow: hidden;
	}
#top_information .top_movie {
	padding: 80px 6% 0;
	overflow: hidden;
	}
/*
	.top_movie .top_movie_title {
		padding: 0 0 10px;
		font-size: 24px;
		border-top: 1px solid black;
		margin:21px auto 15px;
		text-align:center;
		padding:0;
		height:22px;
		width: 100%;
		max-width: 720px;
		}
		.top_movie .top_movie_title span {
			position: relative;
			top: -20px;
			padding: 0 20px;
			background:white;
			}
*/
	.movie{
		position: relative;
		width: 100%;
		max-width: 720px;
		height: 420px;
		margin-left: auto;
		margin-right: auto;
		}
		.movie iframe{
			position: absolute;
			top: 0;
			right: 0;
			width: 100% !important;
			height: 100% !important;
			}


/* バス/アクセスバナー */
.footer_btn {
	border-top: 1px solid #ccc;
	background: #fafafa;
	overflow: hidden;
	padding: 60px 0;
	}
	.footer_btn ul {
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
		margin: 0 auto;
		}
		.footer_btn ul li {
			width: 49%;
			margin: 0 2% 0 0;
			float: left;
			}
		.footer_btn ul li:last-child {margin-right: 0;}

.footer_btn p{
	text-align: center;
}


/* メンテナンス告知 */
.maintenance {
	width: 100%;
	max-width: 700px;
	margin: 50px auto 0;
	}
	.maintenance .mainte_title {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 10px;
		}
	.maintenance .mainte_txt {
		font-size: 16px;
		text-align: center;
		}
	.maintenance .mainte_txt .red_t {
		color: #ff0000;
		font-weight: bold;
		}

/* ============================================================================
Go To travel
=============================================================================== */
/* スライド　アイコン表示 */
#mainVisual .slider li::before{
	content: "";
	background: url(../img/top/goto_icon.png) no-repeat center/100%;
	width: 215px;
	height: 171px;
	position: absolute;
	top: 20px;
	left: 30px;
}
/* Go To travel スライド下bnr */
.goto_bnr{
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
/* GO To ネクスコ */
.nexco_bnr{
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	/* スライド　アイコン表示 */
	#mainVisual .slider li::before{
		width: 140px;
		height: 100px;
		top: 7vw;
		left: 4vw;
	}
	/* Go To travel スライド下bnr */
	.goto_bnr{
		width: 90%;
		padding: 0;
		margin: 0 auto 30px;
	}
	/* GO To ネクスコ */
	.nexco_bnr{
		width: 90%;
	}
}
/* =============================================================================== */



/* ▼▼▼ 1200px
=====================================*/
@media screen and (max-width: 1200px) {

/* ▼ 至福の時間をゆったりとすごす */
.bliss dl {
	width: 100%;
	max-width: 1200px;
	}
	.bliss dl dd .txt_box {width: 90%;}
	.bliss dl dd .txt_box .bliss_title {margin-bottom: 30px;}
	.bliss dl dd .txt_box .bliss_read {width: 90%;}
	.bliss .bliss_li02 {float: right;}
		.bliss dl .bliss_li02 .txt_box02 {
			width: 90%;
			padding: 35px 35px 35px 45px;
			background: url("../img/top/bliss_arrow.png") no-repeat scroll right 20px center;
			float: right;
			margin-right: 20px;
			}
}




/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

#main {padding: 0;}


/* ▼ TOPページ共通 */
.top_section {
	overflow: hidden;
	padding: 25px 0
	}
	.top_section h2 {
		text-align: center;
		margin: 0 auto 25px;;
		}
	.top_section .top_btn {
		width: 270px;
		margin: 0 auto;
		}


/* ▼ メインスライダー */
#mainVisual {
	margin: 0 auto 50px;;
	}
#mainVisual .bx-viewport {width: 100%;}
	#mainVisual a.bx-prev,
	#mainVisual a.bx-next {
		width: 16px;
		height: 32px;
		z-index: 100;
		top: 50%;
		margin-top: 0;
		}
		#mainVisual a.bx-prev {
			background: url(../img/top/arrow_visual01_sp.png) no-repeat left top;
			background-size: 16px 32px;
			left: 10px;
			}
		#mainVisual a.bx-next {
			background: url(../img/top/arrow_visual02_sp.png) no-repeat left top;
			background-size: 16px 32px;
			right: 10px;
			}
			#mainVisual .bx-pager {top: -10px;}
				#mainVisual .bx-pager-item {
					left: -50%;
					width: 6px;
					height: 6px;
					margin-right: 18px;
					}
				#mainVisual .bx-pager-item:last-child {margin-right: 0;}

					#mainVisual .bx-pager-item a {
						display: block;
					    background: #fff none repeat scroll 0 0;
						border-radius: 3px;
						height: 6px;
						width: 6px;
						margin: 30;
						}
					#mainVisual .bx-pager-item a.active {
					    background: #b12323 none repeat scroll 0 0;
						}

/* ▼ attention_area 注意事項 */
.attention_area{
	width: 90%;
	margin: 0 auto 30px;
}
	.attention_area .inner_box{
		background: #fff url(../img/top/attention_bg.png) no-repeat 5px 10px/174px;
		padding: 20px 10px;
	}
	.attention_area .inner_box p:nth-of-type(2){
		max-width: 252px;
		width: 100%;
		margin: 0 auto;
	}
	.attention_area .attention_title{
		margin: 0 0 20px;
		font-size: 28px;
	}
	.attention_area .link{
		margin: 15px auto 0;
	}
	.attention_area .link.pdf a::before{
		width: 21px;
		height: 25px;
		margin-right: 5px;
	}
	.attention_area br.sp{
		display: block;
	}
.attention_area.bg_03 ul{
		width: 68%;
}
.attention_area.bg_03 ul li span{
		display: block;
		width: 20%;
		margin: 0 auto;
		text-align: center;
  	writing-mode: vertical-rl;
}

/* ▼ Pick UP Plan */
.pickup_plan h2 {
	width: 214px;
	}
	#planslider {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 50px 0;
		}
	#planslider .bx-wrapper {
		width: 81%;
		margin: 0 auto;
		}
	#planslider .bx-wrapper img {width: 100%;}
		#planslider .slider02 {width: 100%;}
			#planslider .slider02 li {padding: 0;}
		#planslider a.bx-prev,
		#planslider a.bx-next {
			width: 16px;
			height: 32px;
			top: 40%;
			margin-top: -15px;
			}
			#planslider a.bx-prev {
				background: url(../img/top/arrow_plan01_pc.png) no-repeat left top;
				background-size: 16px 32px;
				left: 10px;
				}
			#planslider a.bx-next {
				background: url(../img/top/arrow_plan02_pc.png) no-repeat left top;
				background-size: 16px 32px;
				right: 10px;
				}
			#planslider .bx-pager {top: -10px;}
				#planslider .bx-pager-item {
					left: -50%;
					width: 6px;
					height: 6px;
					margin-right: 18px;
					}
				#planslider .bx-pager-item:last-child {margin-right: 0;}

					#planslider .bx-pager-item a {
						display: block;
					    background: #fff none repeat scroll 0 0;
						border-radius: 3px;
						height: 6px;
						width: 6px;
						margin: 30;
						}
					#planslider .bx-pager-item a.active {
					    background: #b12323 none repeat scroll 0 0;
						}
	.attention_bnr{margin: 30px 0 20px; padding: 0 10%;}
	.attention_txt + p{width: 90%;}

/* ▼ Facilities 極上のひとときをたのしんで… */
.facilities h2 {width: 265px;}

.facilities .facilities_list {
	margin: 0 auto 25px;
	}
	.facilities .facilities_list .fac01 {width: 60%;}
	.facilities .facilities_list .fac02 {width: 40%;}
	.facilities .facilities_list .fac03 {width: 60%;}
	.facilities .facilities_list .fac04 {width: 40%;}
	.facilities .facilities_list .fac05 {width: 50%;}
	.facilities .facilities_list .fac06 {width: 50%;}
	.facilities .facilities_list .fac07 {width: 60%;}
	.facilities .facilities_list .fac08 {width: 40%;}
	.facilities .facilities_list .fac09 {width: 50%;}
	.facilities .facilities_list .fac10 {width: 50%;}
	.facilities .facilities_list .fac11 {width: calc(100% / 3)}
	.facilities .facilities_list .fac12 {width: calc(100% / 3)}
	.facilities .facilities_list .fac13 {width: calc(100% / 3)}

/* ▼ 至福の時間をゆったりとすごす */
.top_section.bliss {padding-bottom: 0;}
.bliss h2 {width: 282px;}
	.bliss a {text-decoration: none;}
		.bliss dl {
			width: 100%;
			max-width: 1600px;
			margin: 0 auto;
			overflow: hidden;
			clear: both;
			}
			.bliss dl dt {
				float: none;
				overflow: hidden;
				width: 100%;
				text-indent: -99999px;
				}
			.bliss dl .bliss01 {
				width: 100%;
				height: 0;
				padding-top: calc(220 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
				background: url(../img/top/bliss01.png) center center / cover no-repeat;
				}
			.bliss dl .bliss02 {
				width: 100%;
				height: 0;
				padding-top: calc(220 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
				background: url(../img/top/bliss02.png) center center / cover no-repeat;
				}
			.bliss dl .bliss03 {
				width: 100%;
				height: 0;
				padding-top: calc(220 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
				background: url(../img/top/bliss03.png) center center / cover no-repeat;
				}
			.bliss dl dd {
				overflow: hidden;
				width: 100%;
				}
				.bliss dl .bliss_li02 .txt_box02,
				.bliss dl dd .txt_box {
					width: 100%;
					padding: 22px 20px 40px 20px;
					background: url("../img/top/bliss_arrow.png") no-repeat scroll right 20px center;
					}
				.bliss dl .bliss_li02 .txt_box02 .bliss_title02,
				.bliss dl dd .txt_box .bliss_title03,
				.bliss dl dd .txt_box .bliss_title {
					margin-bottom: 15px;
					}


				.bliss dl dd .txt_box .bliss_title {width: 170px;}
				.bliss dl .bliss_li02 .txt_box02 .bliss_title02 {width: 122px;}
				.bliss dl dd .txt_box .bliss_title03 {width: 109px;}

				.bliss dl .bliss_li02 .txt_box02 .bliss_read,
				.bliss dl dd .txt_box .bliss_read {
					width: 90%;
					color: #fff;
					font-size: 15px;
					}
			.bliss .bliss_li02 {float: right;}
				.bliss dl .bliss_li02 .txt_box02 {
					width: 100%;
					padding: 22px 20px 40px 20px;
					background: url("../img/top/bliss_arrow.png") no-repeat scroll right 20px center;
					float: right;
					margin-right: 0;
					}

/* ▼ プランから探す */
.category_title	 {
	background: #e2e2e2 ;
	height: auto;
	}
	.category_title p {
		line-height: 72px;
		text-align: center;
		font-size: 26px;
		height: auto;
		width: 100%;
		background: url("../img/top/category_bg.png") no-repeat scroll left top;
		background-size: 121px 72px;
		background-position: 10%;
		margin: 0 auto;
		}

	/* 2つバージョン */
	.plan_btn > ul {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		}
		.plan_btn > ul > li {
			float: left;
			width: 50%;
			}





/* 多彩なプランをご用意！ Special offers */
#sp_offers h2 {
	width: 200px;
	padding-right: 35px;
	}
#sp_offers > ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
	}
	#sp_offers > ul > li {
		width: 49%;
		float: left;
		margin: 0 2% 20px 0;
		}
		#sp_offers > ul > li:nth-child(3n) {
			margin-right: 2%;
			}
		#sp_offers > ul > li:nth-child(2n) {
			margin-right: 0;
			}
	#sp_offers > ul > li > a > .sp_of.txt_small{
	/*font-size: 16px;
	padding: 12px 0 11px;*/
		letter-spacing: -0.14em;
}
#sp_offers > ul > li > a > .sp_of.txt_small > span{
	line-height: 1.2;
	letter-spacing: normal;
}
		#sp_offers > ul > li > a {
			text-decoration: none;
			}
			#sp_offers > ul > li > a > .sp_of {
				font-size: 19px;
				line-height: 1.2;
				padding: 10px 0;
				}
			#sp_offers > ul > li > a > .sp_of > span {
				display: block;
				font-size: 12px;
				padding-top: 5px;
				}

/* ▼ お好みのお料理から選ぶ お食事プラン */
#food_plan > h2 {
	padding-right: 35px;
	width: 205px;
	}

	#food_plan_slider {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 50px 0;
		}
	#food_plan_slider .bx-wrapper {
		width: 81%;
		margin: 0 auto;
		}
	#food_plan_slider .bx-wrapper img {width: 100%;}
			#food_plan_slider .slider03 > li {padding: 0 10px;}
				#food_plan_slider .slider03 > li > a > .txt_box {
					background: #222;
					padding: 20px;
					color: #fff;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .type {
					font-size: 22px;
					margin-bottom: 5px;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .f_read {
					margin-bottom: 5px;
					font-size: 15px;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .price {
					font-size: 14px;
					}
				#food_plan_slider .slider03 > li > a > .txt_box > .price > span {
					font-size: 16px;
					}
		#food_plan_slider a.bx-prev,
		#food_plan_slider a.bx-next {
			width: 16px;
			height: 32px;
			}
			#food_plan_slider a.bx-prev {
				background: url(../img/top/arrow_plan01_pc.png) no-repeat left top;
				background-size: 16px 32px;
				left: 10px;
				}
			#food_plan_slider a.bx-next {
				background: url(../img/top/arrow_plan02_pc.png) no-repeat left top;
				background-size: 16px 32px;
				right: 10px;
				}
			#food_plan_slider .bx-pager {
				top: -10px;
				}
				#food_plan_slider .bx-pager-item {
					float: left;
					position: relative;
					left: -50%;
					width: 6px;
					height: 6px;
					margin-right: 18px;
					}
				#food_plan_slider .bx-pager-item:last-child {margin-right: 0;}
					#food_plan_slider .bx-pager-item a {
						display: block;
					    background: #fff none repeat scroll 0 0;
						border-radius: 3px;
						height: 6px;
						width: 6px;
						margin: 30px 0;
						outline: 0 none;
						text-align: left;
						text-indent: -9999px;
						}
					#food_plan_slider .bx-pager-item a.active {
					    background: #b12323 none repeat scroll 0 0;
						}

/* ご利用スタイルから選ぶ シーズン別プラン */
#season_plan h2 {width: 237px;}
.fee_tab {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2%;
	}
	.fee_tab li{
		float: left;
		border-right: none;
		background: none;
		padding: 0;
		text-indent: -9999px;
		margin: 0 1% 1% 0;
		}
	.fee_tab li span {
		text-indent: -9999px;
		}
	.fee_tab li span .spno {
	display: none;
	}


	.fee_tab li:nth-child(2),
	.fee_tab li:last-child {
		margin-right: 0;
		}
	.fee_tab > li > a {
		display:block;
		}
.fee_tab li.tab1 { width: 49.5%;}
.fee_tab li.tab2 { width: 49.5%;}
.fee_tab li.tab3 { width: 32.6%;}
.fee_tab li.tab4 { width: 32.6%;}
.fee_tab li.tab5 { width: 32.6%;}


	/* タブ切り替え画像 */
.fee_tab li.tab1 {
	background: #dddddd url("../img/top/plan_tab01.png") no-repeat scroll center center;
	background-size: 100px 45px;
	}
.fee_tab li.tab1:hover,
.fee_tab li.tab1.selected {
	background: #a674a5 url("../img/top/plan_tab01_select.png") no-repeat scroll center center;
	background-size:100px 45px;
	}

.fee_tab li.tab2 {
	background: #dddddd url("../img/top/plan_tab02.png") no-repeat scroll center center;
	background-size:141px 45px ;
	}
.fee_tab li.tab2:hover,
.fee_tab li.tab2.selected {
	background: #a674a5 url("../img/top/plan_tab02_select.png") no-repeat scroll center center;
	background-size:141px 45px ;
	}

.fee_tab li.tab3 {
	background: #dddddd url("../img/top/plan_tab03.png") no-repeat scroll center center;
	background-size:98px 45px ;
	}
.fee_tab li.tab3:hover,
.fee_tab li.tab3.selected {
	background: #a674a5 url("../img/top/plan_tab03_select.png") no-repeat scroll center center;
	background-size:98px 45px ;
	}

.fee_tab li.tab4 {
	background: #dddddd url("../img/top/plan_tab04.png") no-repeat scroll center center;
	background-size:101px 45px ;
	}
.fee_tab li.tab4:hover,
.fee_tab li.tab4.selected {
	background: #a674a5 url("../img/top/plan_tab04_select.png") no-repeat scroll center center;
	background-size:101px 45px ;
	}

.fee_tab li.tab5 {
	background: #dddddd url("../img/top/plan_tab05.png") no-repeat scroll center center;
	background-size:106px 45px ;
	}
.fee_tab li.tab5:hover,
.fee_tab li.tab5.selected {
	background: #a674a5 url("../img/top/plan_tab05_select.png") no-repeat scroll center center;
	background-size:106px 45px ;
	}

/*
	.fee {
		width: 96%;
		margin: 0 auto;
		}
	#tab1,#tab2,#tab3,#tab4,#tab5 {
		width: 100%;
		margin: 0 auto ;
		position: relative;
		padding: 20px 2% ;
		}
		#tab1 .slider_sp1,
		#tab2 .slider_sp2,
		#tab2 .slider_sp3,
		#tab2 .slider_sp4,
		#tab2 .slider_sp5 {
			width: 100%;
			}
			#tab1 .slider_sp1 > li,
			#tab2 .slider_sp2 > li,
			#tab3 .slider_sp3 > li,
			#tab4 .slider_sp4 > li,
			#tab5 .slider_sp5 > li {
				padding: 0 10px;
				}
			#tab1 .slider_sp1 > li > a,
			#tab2 .slider_sp2 > li > a,
			#tab3 .slider_sp3 > li > a,
			#tab4 .slider_sp4 > li > a,
			#tab5 .slider_sp5 > li > a {
				text-decoration: none;
				}
				#tab1 .slider_sp1 > li > a > .txt_box,
				#tab2 .slider_sp2 > li > a > .txt_box,
				#tab3 .slider_sp3 > li > a > .txt_box,
				#tab4 .slider_sp4 > li > a > .txt_box,
				#tab5 .slider_sp5 > li > a > .txt_box {
					background: #eee;
					padding: 10px 20px;
					color: #333;
					overflow: hidden;
					}
				#tab1 .slider_sp1 > li > a > .txt_box > .f_read,
				#tab2 .slider_sp2 > li > a > .txt_box > .f_read,
				#tab3 .slider_sp3 > li > a > .txt_box > .f_read,
				#tab4 .slider_sp4 > li > a > .txt_box > .f_read,
				#tab5 .slider_sp5 > li > a > .txt_box > .f_read {
					text-align: center;
					margin-bottom: 5px;
					font-size: 15px;
					}
				#tab1 .slider_sp1 > li > a > .txt_box > .price,
				#tab2 .slider_sp2 > li > a > .txt_box > .price,
				#tab3 .slider_sp3 > li > a > .txt_box > .price,
				#tab4 .slider_sp4 > li > a > .txt_box > .price,
				#tab5 .slider_sp5 > li > a > .txt_box > .price {
					text-align: center;
					font-size: 16px;
					font-weight: bold;
					i
					}

		#tab1 a.bx-prev,#tab1 a.bx-next,
		#tab2 a.bx-prev,#tab2 a.bx-next,
		#tab3 a.bx-prev,#tab3 a.bx-next,
		#tab4 a.bx-prev,#tab4 a.bx-next,
		#tab5 a.bx-prev,#tab5 a.bx-next {
			display: block;
			width: 16px;
			height: 32px;
			position: absolute;
			z-index: 100;
			bottom: 50%;
			text-indent: -9999px;
			outline: none;
			}
			#tab1 a.bx-prev,
			#tab2 a.bx-prev,
			#tab3 a.bx-prev,
			#tab4 a.bx-prev,
			#tab5 a.bx-prev {
				background: url(../img/top/arrow_season_01_pc.png) no-repeat left top;
				left: 0;
				background-size: 16px 32px;
				}
			#tab1 a.bx-next,
			#tab2 a.bx-next,
			#tab3 a.bx-next,
			#tab4 a.bx-next,
			#tab5 a.bx-next {
				background: url(../img/top/arrow_season_02_pc.png) no-repeat left top;
				right: 0;
				background-size: 16px 32px;
				}
*/

.fee {
	width: 96%;
	margin: 0 auto;
	}
.tab_part {
	width: 100%;
	max-width: 100%;
	margin: 0 auto ;
	position: relative;
	padding: 20px 0 !important;
	}
/*
.tab_part.no {
	visibility:hidden !important;
	+height:0 !important;
	height: 0 !important;
	padding: 0 !important;
	}
*/
.swiper-slide {
	margin: 0 auto;
	padding: 0 20px;
	}

.swiper-button-prev {
	left: 0 !important;
	bottom: auto !important;
	top: 50% !important;
	background: url(../img/top/arrow_plan01_pc.png) no-repeat left top !important;
	background-size: 16px 32px !important;
	width: 16px !important;
	height: 32px !important;
	}
.swiper-button-next {
	right: 0 !important;
	bottom: auto !important;
	top: 50% !important;
	background: url(../img/top/arrow_plan02_pc.png) no-repeat left top !important;
	background-size: 16px 32px !important;
	width: 16px !important;
	height: 32px !important;
	}
.fee .regnumber {
    text-align: center;
    margin-top: 10px;
	}

.swiper-slide > a > .txt_box .f_read {font-size: 15px;}
.swiper-slide > a > .txt_box .price {font-size: 16px;}



/* 宿泊プラン一覧を見る / カレンダーから選ぶ */
.select_category ul {
	overflow: hidden;
	}
	.select_category ul li {
		width: 50%;
		float: left;
		height: auto !important;
		}
	.select_category ul .plan_list {
		background: #4c74aa;
		text-align: center;
		padding: 20px 0;
		}
	.select_category ul .plan_list img {width: 141.5px;}

	.select_category ul .calendar_list {
		background: #2d2e61;
		text-align: center;
		padding: 20px 0;
		}
	.select_category ul .plan_list img {width: 155px;}
	.select_category ul .calendar_list img {width: 130px;}


/* 外観写真 */
.appearance {
	width: 100%;
	height: 0;
	padding-top: calc(335 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../img/top/appearance_bg.png) center center / cover no-repeat;
	}

/* Information */
#top_information {
	background: #fff;
	width: 100%;
	}
	.facebook {
		width: 93%;
		height: 600px;
		border: 1px solid #ccc;
		margin: 0 auto 25px;
		}

		.facebook-wrapper {
			    max-width: 92%;
			    margin: 0 auto 30px;
				}
			.facebook-wrapper > .fb-page {
			    width: 100%;
				}
			.facebook-wrapper > .fb-page > span,
			.facebook-wrapper iframe {
			    width: 100% !important;
			    height: 600px !important;
				}



	#top_information .winning {
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
		border-top: 1px solid #999;
		margin: 0 auto 20px;
		}
		#top_information .winning li {
			height: auto;
			padding: 20px 0;
			border-bottom: 1px solid #999;
			text-align: center;
			}
		#top_information .winning li:first-child {padding: 20px 0;}
		#top_information .winning > li:first-child{padding-top: 20px;}
		#top_information .winning > li:nth-child(2){padding: 20px 15px 0;}
		#top_information .winning li:last-child {padding: 0;}

		#top_information .winning li:first-child img {width: 100%;}
		#top_information .winning li:last-child img {width: 93%;}



	#top_information .awards {
	overflow: hidden;
	padding-top: 15px;
	}
		#top_information .awards > li {
		float: none;
		height: auto;
		border: none;
		padding: 0;
		margin: 0 auto 10px;
		}
		#top_information .awards > li:first-child {padding: 0;}





	/* バナーエリア */
	#top_information .bnr_area {
		margin: 0 auto 40px;
		width: 96%;
		}
		#top_information .bnr_area li {
			margin: 0 auto 10px;
			}






#top_information .info_area {
	width: 100%;
	margin: 0 auto 70px;
	overflow: hidden;
	padding: 0 2%;
	}
#top_information .info_area h3 {
	font-size: 25px;
	text-align: center;
	}
	#top_information .info_area .info_list li {float: none;}
	#top_information .info_area .info_list li:first-child {
		width: 100%;
		margin: 0 0 20px 0;
		}
	#top_information .info_area .info_list li:last-child {width: 100%;}

		#top_information .info_area .info_list li dl {
			overflow: hidden;
			width: 100%;
			border-top: 1px solid #a4a4a4;
			margin-bottom: 20px;
			}
			#top_information .info_area .info_list li dl dt {
				border-bottom: none;
				font-size: 14px;
				float: none;
				width: 100%;
				padding: 20px 0 0;
				}
			#top_information .info_area .info_list li dl dd {
				border-bottom: 1px dashed #000;
				font-size: 16px;
				}
				#top_information .info_area .info_list li dl dt span {
					float: none;
					min-width: 86px;
					margin: 0 3% 0 0;
					font-size: 14px;
					text-align: center;
					color: #fff;
					position: absolute;
					left: 100px;
					}
				#top_information .info_area .info_list li dl dt span.n01 {background: #d96d00;}
				#top_information .info_area .info_list li dl dt span.n02 {background: #6b9bd2;}
			#top_information .info_area .info_list li dl dd {
				margin-left: 0;
				padding: 20px 0 ;
				}
				#top_information .info_area .info_list li dl dd a {
					display: block;
					color: #2e2e2e;
					text-decoration:underline;
					}
	#top_information .info_btn {
		width: 270px;
		margin: 0 auto;
		}

/* Instagram */
.instagram {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	}
	.instagram h3 {
		width: 36%;
		margin: 0 auto 20px;;
		}
	.instagram > ul {
		overflow: hidden;
		margin-bottom: 20px;
		padding: 0 2%;
		}
	.instagram > ul > li {
		float: left;
		width: 49%;
		margin: 0 2% 10px 0;
		}
	.instagram > ul > li:nth-child(2n) {
		margin-right: 0;
		}
	.instagram > ul > li > img {width: 100%;}



/* 下呂市PRムービー */
.top_movie {
	padding: 40px 6%;
	overflow: hidden;
	}
#top_information .top_movie {
	padding: 40px 6% 0;
	overflow: hidden;
	}
	.top_movie .top_movie_title {
		font-size: 20px;
		border-top: 1px solid black;
		margin:15px auto 5px;
		text-align:center;
		padding:0;
		height:22px;
		width: 100%;
		max-width: 720px;
		}
		.top_movie .top_movie_title span {
			position: relative;
			top: -17px;
			padding: 0 20px;
			background:white;
			}


.movie{
	position: relative;
	width: 100%;
	max-width: 720px;
	height: inherit;
	padding-top: 56.25%;
	margin-left: auto;
	margin-right: auto;
	}






/* バス/アクセスバナー */
.footer_btn {
	background: #fafafa;
	overflow: hidden;
	padding: 20px 0;
	}
	.footer_btn ul {
		width: 86%;
		max-width: 1000px;
		overflow: hidden;
		margin: 0 auto;
		}
		.footer_btn ul li {
			width: 100%;
			margin: 0 auto 10px;
			float: none;
			}
		.footer_btn ul li:last-child {margin-right: 0;}

	.footer_btn p{
	margin: 10px;
}


}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 320px) {
	.attention_area .attention_title{
		font-size: 26px;
	}
}
