@charset "UTF-8";
/* CSS PC/SP共通レイアウト */

#index {
	width: 100%;
}
.slider_main{
  display: none;
}
.slider_main.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
/*--------------------------------------------------*
 *   メインビジュアルスライダー
 *--------------------------------------------------*/
#index .mainvisual {
	width: 100%;
	margin-bottom: 120px;
	position: relative;
}
#index .mainvisual li a ,
#index .mainvisual li div {
	display: block;
	position: relative;
}
#index .mainvisual li span {
	position: absolute;
	font-size: 28px;
	color: #00c8dc;
	font-weight: bold;
	line-height: 1.4;
	background-color: #FFF;
	padding: 5px 10px;
	bottom: 30px;
	left: 40px;
}
#index .mainvisual li img {
	width: 100%;
	height: 640px;
	object-fit: cover;
	opacity: 0.7;
}
#index .mainvisual li.slick-center img {
	opacity: 1.0;
}
#index .mainvisual li a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-clip: padding-box;
	opacity: 0.5;
	border: 10px solid #FFF;
}
#index .mainvisual li.slick-center a:after {
	opacity: 1.0;
	border: 10px solid #00c8dc;
}
#index .mainvisual li.slick-center a:before {
	content: "";
	display: block;
	background: url("../img/index/icon_arrow_slider_bottom_pc.png") no-repeat left top;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 46px;
}
#index .mainvisual .slick-list {
	margin: 0 -35px;
}
#index .mainvisual .slick-slide {
	margin: 0 35px;
}
#index .mainvisual .slide-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
}
#index .mainvisual .prev-arrow {
	left: calc(15vw - 40px);
	width:28px;
	height:12px;
	background:url("../img/index/icon_arrow_slider_left_pc.png") center center no-repeat;
}

#index .mainvisual .next-arrow {
	right: calc(15vw - 40px);
	width:28px;
	height:12px;
	background:url("../img/index/icon_arrow_slider_right_pc.png") center center no-repeat;
}
#index .mainvisual .prev-arrow__arrow {
	border-bottom: 2px solid #b2daf0;
	border-left: 2px solid #b2daf0;
}
#index .mainvisual .next-arrow__arrow {
	border-top: 2px solid #b2daf0;
	border-right: 2px solid #b2daf0;
}
#index .mainvisual .slick-dots {
	bottom: -60px !important;
	border-radius: 0px !important;
}
#index .mainvisual .slick-dots li {
	margin: 0 8px; 
	width: 28px;
}
#index .mainvisual .slick-dots li button:before {
	content:'';
	width: 28px;
	height: 1px;
	background: #666;
	opacity: 1.0;
}
#index .mainvisual .slick-dots li.slick-active button:before {
	background: #00b4dc;
	height: 2px;
}

/*--------------------------------------------------*
 *   天気枠
 *--------------------------------------------------*/
#index .weather {
	position: absolute;
	top: 636px;
	left: calc(100% - 12vw);
}

/*--------------------------------------------------*
 *   大切なお知らせ
 *--------------------------------------------------*/
#index .important_news {
	width: 900px;
	margin: 0px auto 80px;
	border: 3px solid #C81E1E;
	display:-webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #C81E1E;
}
#index .important_news .title {
	width: 190px;
	font-size: 22px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	background: url("../img/common/icon_extension.png") no-repeat center 10px;
	padding: 45px 0px 10px;
}
#index .important_news .matter {
	width: calc(100% - 190px);
	background-color: #F0F0EC;
	padding: 20px 0px 20px 20px;
}
#index .important_news .matter .box a {
	display: block;
	font-size: 1.8rem;
	color: #000;
	font-weight: 600;
	position: relative;
	padding-right: 70px;
	background: url("../img/common/icon_arrow_black.png") no-repeat 94% center;
	background-size: 18px auto;
}
#index .important_news .matter .box a .date {
	color: #c81e1e;
}
#index .important_news .matter .box a .notice {
	line-height: 1.4;
	text-decoration: underline;
}

/*--------------------------------------------------*
 *   新着情報
 *--------------------------------------------------*/
#index .top_news {
	width: 900px;
	margin: 0px auto 100px;
	position: relative;
}
#index .top_news .inner {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#index .top_news .inner .primal {
	width: calc(100% - 510px);
}
#index .top_news .inner .primal .ttl_news {
	margin-bottom: 20px;
}
#index .top_news .inner .primal .ttl_news div:nth-child(1) {
	font-size: 5.0rem;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 10px;
}
#index .top_news .inner .primal .ttl_news div:nth-child(2) {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
#index .top_news .inner .primal .ttl_news div:nth-child(2):after {
	border-top: 1px solid #000;
	content: "";
	width: 50px;
	margin-left: 10px;
}
#index .top_news .inner .primal .lead {
	font-size: 1.5rem;
	margin-bottom: 30px;
}
#index .top_news .inner .primal .sns_list {
	margin-left: -20px;
}
#index .top_news .inner .primal .sns_list ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#index .top_news .inner .primal .sns_list ul li {
	width: 70px;
	text-align: center;
}
#index .top_news .inner .primal .sns_list ul li a {
	display: block;
	font-size: 1.2rem;
	color: #000;
	padding-top: 40px;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(1) a {
	background: url("../img/index/icon_x.png") no-repeat center top;
	background-size: 30px auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(2) a {
	background: url("../img/index/icon_instagram.png") no-repeat center top;
	background-size: 30px auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(3) a {
	background: url("../img/index/icon_facebook.png") no-repeat center top;
	background-size: 30px auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(4) a {
	background: url("../img/index/icon_line.png") no-repeat center top;
	background-size: 30px auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(5) a {
	background: url("../img/index/icon_tiktok.png") no-repeat center top;
	background-size: 30px auto;
}
#index .top_news .inner .news_list {
	width: 510px;
}
#index .top_news .inner .news_list ul li {
	border-bottom: 1px solid #000;
}
#index .top_news .inner .news_list ul li a {
	display: block;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.5;
	padding: 20px 0px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-right: 60px;
	background: url("../img/common/icon_arrow_black.png") no-repeat right center;
	background-size: 18px auto;
}
/*aのクラスにlinkを入れると外部リンクのアイコンになります*/
#index .top_news .inner .news_list ul li a.link {
	background: url("../img/common/icon_link_black.png") no-repeat right center;
	background-size: 18px auto;
}

#index .top_news .inner .news_list ul li a:hover {
	opacity: 1.0;
}
#index .top_news .inner .news_list ul li a .date {
	width: 110px;
}
#index .top_news .inner .news_list ul li a .notice {
	width: calc(100% - 110px);
}
#index .top_news .inner .news_list ul li a:hover:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 5px solid #00c8dc;
}
#index .top_news .inner .news_list ul li a:hover .date {
	color: #00c8dc;
}
#index .top_news .cloud {
	position: absolute;
	top: -180px;
	left: -560px;
}

/*--------------------------------------------------*
 *   ようこそ、山と水の楽園へ
 *--------------------------------------------------*/
#index .welcome {
	margin-bottom: 150px;
	padding-top: 1px;
	padding-bottom: 130px;
	background-image: url("../img/common/pt_wave_pc.png"), url("../img/index/img_cloud_2.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, right calc(50% - 760px) bottom 0px;
	position: relative;
}
#index .welcome .img_main {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
#index .welcome .img_main div:nth-child(1) {
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	text-align: center;
}
#index .welcome .img_main div:nth-child(2) img {
	width: 100%;
	height: 562px;
	object-fit: cover;
}
#index .welcome .inner {
	width: 1050px;
	margin: 320px auto 0px;
	border-radius: 30px 30px 0px 0px;
	background: url("../img/index/img_map_pc.png") no-repeat 430px 50px;
	background-color: #FFF;
	padding: 70px 70px 50px;
	position: relative;
}
#index .welcome .inner .ttl_welcome {
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 52px;
}
#index .welcome .inner .ttl_welcome span {
	color: #00c8dc;
}
#index .welcome .inner .lead {
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 90px;
	width:42%;
}
#index .welcome .inner .bt_grp {
	position: relative;
}
#index .welcome .inner .bt_grp .bt_black_arrow:nth-child(1) {
	margin-bottom: 32px;
}
#index .welcome .inner .bt_grp .bt_shinkansen {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #FFF;
}

/*--------------------------------------------------*
 *   イベント情報
 *--------------------------------------------------*/
#index .top_event {
	width: 100%;
	margin-bottom: 150px;
}
#index .top_event .inner {
	width: 900px;
	margin: 0px auto;
	position: relative;
}
#index .top_event .ttl_event {
	text-align: center;
	margin-bottom: 30px;
}
#index .top_event .ttl_event div:nth-child(1) {
	font-size: 5.0rem;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 10px;
}
#index .top_event .ttl_event div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
#index .top_event .ttl_event div:nth-child(2):before, #index .top_event .ttl_event div:nth-child(2):after {
	border-top: 1px solid #000;
	content: "";
	width: 4em;
}
#index .top_event .ttl_event div:nth-child(2):before {
	margin-right: 10px;
}
#index .top_event .ttl_event div:nth-child(2):after {
	margin-left: 10px;
}
#index .top_event .lead {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 40px;
}
#index .top_event .event_list {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
#index .top_event .event_list ul li {
	width: 300px;
	margin: 0px 25px;
	position: relative;
}
#index .top_event .event_list ul li a {
	display: block;
	border-bottom: 1px solid #000;
	position: relative;
	padding-bottom: 35px;
}
#index .top_event .event_list ul li a:hover:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 5px solid #00c8dc;
}
#index .top_event .event_list ul li a .photo {
	margin-bottom: 10px;
	width:300px;
	height:230px;
	background-color:#F0F1EC;
	border-radius:20px;
	overflow:hidden;
	text-align:center;
}
#index .top_event .event_list ul li a .photo img {
	margin:0 auto;
	width: auto;
	height:100%;
	object-fit: cover;
}
#index .top_event .event_list ul li a .name {
	font-size: 1.5rem;
	color: #000;
	line-height: 1.6;
	margin-bottom: 5px;
	height:3em;
	overflow:hidden;
}
#index .top_event .event_list ul li a .date {
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 5px;
}
#index .top_event .event_list ul li .category {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
#index .top_event .event_list ul li .category span {
	display: inline-block;
	font-size: 1.5rem;
	color: #FFF;
	background-color: #000;
	padding: 0px 10px;
}
#index .top_event .event_list .slick-arrow:before {
	content:"" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: -65px;
	left: 0;
}
#index .top_event .event_list .slick-next:before {
	background: url("../img/index/bt_arrow_right.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#index .top_event .event_list .slick-prev:before {
	background: url("../img/index/bt_arrow_left.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#index .top_event .event_list .slick-arrow {
	z-index: 2 !important;
	width: 36px !important;
	height: 36px !important;
}
#index .top_event .event_list .slick-prev,
#index .top_event .event_list .slick-next {
	z-index: 10 !important;
}
#index .top_event .event_list .slick-prev {
	margin: 0px auto;
	left: -900px !important;
	right: 0px !important;
}
#index .top_event .event_list .slick-next {
	margin: 0px auto;
	left: 0px !important;
	right: -900px !important;
}
#index .top_event .event_list .slick-prev:hover:before,
#index .top_event .event_list .slick-next:hover:before {
	opacity: 1.0 !important;
}
#index .top_event .event_list .slick-prev:before,
#index .top_event .event_list .slick-next:before {
	opacity: 1.0 !important;
}
#index .top_event .cloud {
	position: absolute;
	top: 50px;
	left: -450px;
}

/*--------------------------------------------------*
 *   みなかみの四季
 *--------------------------------------------------*/
#index .seasons {
	height: 718px;
	margin-bottom: 40px;
	padding-top: 1px;
	position: relative;
}
#index .seasons .enjoy_minakami {
	width: 900px;
	height: 250px;
	margin: -10px auto 0px;
	position: relative;
	z-index: 2;
}
#index .seasons .enjoy_minakami div:nth-child(1) {
	font-size: 5.8rem;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 8px;
	position: relative;
	z-index: 3;
}
#index .seasons .enjoy_minakami div:nth-child(2) {
	position: absolute;
	top: 0px;
	left: -180px;
}
#index .seasons .inner {
	width: 1100px;
	height: 540px;
	background: url("../img/common/pt_wave_pc.png") no-repeat center bottom;
	background-color: #FFF;
	border-radius: 30px 30px 0px 0px;
	margin: -60px auto 0px;
	padding: 50px 100px 0px;
	position: relative;
	z-index: 2;
}
#index .seasons .inner .ttl_seasons {
	margin-bottom: 40px;
}
#index .seasons .inner .ttl_seasons div:nth-child(1) {
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#index .seasons .inner .ttl_seasons div:nth-child(1) span {
	color: #00c8dc;
}
#index .seasons .inner .ttl_seasons div:nth-child(2) {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
}
#index .seasons .inner .ttl_seasons div:nth-child(2):after {
	border-top: 1px solid #000;
	content: "";
	width: 70px;
	margin-left: 10px;
}
#index .seasons .inner .catch {
	font-size: 2.0rem;
	font-weight: 700;
	text-align: right;
	line-height: 2.0;
	letter-spacing: 2px;
	position: absolute;
	top: 60px;
	right: 100px;
}
#index .seasons .inner .seasons_list ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#index .seasons .inner .seasons_list ul li {
	width: 224px;
}
#index .seasons .inner .seasons_list ul li a {
	display: block;
	height: 290px;
	color: #FFF;
	position: relative;
}
#index .seasons .inner .seasons_list ul li a:hover {
	opacity: 1.0;
}
#index .seasons .inner .seasons_list ul li a:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}
#index .seasons .inner .seasons_list ul li a:hover:after {
	display: none;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(1) {
	margin-bottom: 20px;
	padding-top: 75px;
	text-align: center;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
	position: relative;
	z-index: 1;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(1) span:nth-child(1) {
	display: block;
	font-size: 5.0rem;
	font-weight: 600;
	line-height: 1.6;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(1) span:nth-child(2) {
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 1px;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(2) {
	text-align: center;
	position: relative;
	z-index: 1;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(2) img {
	width: 18px;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(3) {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#index .seasons .bg_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(50% - 500px);
	z-index: 1;
}
#index .seasons .bg_1 img {
	width: 100%;
	height: 718px;
	object-fit: cover;
}
#index .seasons .bg_2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% - 0px);
}
#index .seasons .bg_2 img {
	width: 100%;
	height: 718px;
	object-fit: cover;
}

/*--------------------------------------------------*
 *   予約
 *--------------------------------------------------*/
#index .reservation {
	background: url("../img/index/img_cloud_4.png") no-repeat calc(50% + 50px) 20px;
	padding-top: 80px;
	padding-bottom: 50px;
}
#index .reservation .inner {
	width: 900px;
	margin: 0px auto;
	position: relative;
	padding-left: 70px;
}
#index .reservation .inner .reservation_list ul li {
	margin-bottom: 60px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#index .reservation .inner .reservation_list ul li .explain {
	width: calc(100% - 386px);
	padding-right: 50px;
	margin-top: -10px;
}
#index .reservation .inner .reservation_list ul li .explain .ttl_reservation {
	font-size: 3.0rem;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	position: relative;
}
#index .reservation .inner .reservation_list ul li .explain .ttl_reservation:after {
	content: "";
	border: 2px solid #00c8dc;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
}
#index .reservation .inner .reservation_list ul li .explain .ttl_reservation span {
	font-size: 2rem;
	letter-spacing: -1px;
}
#index .reservation .inner .reservation_list ul li .explain .memo {
	font-size: 1.5rem;
	margin-bottom: 34px;
}
#index .reservation .inner .reservation_list ul li .photo {
	width: 386px;
}
#index .reservation .inner .reservation_list ul li .photo .caption {
	font-size: 1.1rem;
	text-align: right;
	margin-top: 5px;
}
#index .reservation .inner .ttl_eng {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1.4rem;
	writing-mode: vertical-rl;
	padding-bottom: 85px;
}
#index .reservation .inner .ttl_eng:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 9px;
	border: 0.1em solid #999;
	height: 70px;
}

/*--------------------------------------------------*
 *   みなかみ町を楽しむ
 *--------------------------------------------------*/
#index .enjoy {
	width: 100%;
	height: 796px;
	background: url("../img/index/bg_enjoy_pc.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 70px;
	padding-top: 100px;
}
#index .enjoy .ttl_enjoy {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 12px rgba(27, 20, 100, 1.0);
	margin-bottom: 30px;
}
#index .enjoy .ttl_enjoy div:nth-child(1) {
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 4px;
	margin-bottom: 15px;
}
#index .enjoy .ttl_enjoy div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
#index .enjoy .ttl_enjoy div:nth-child(2):before, #index .enjoy .ttl_enjoy div:nth-child(2):after {
	border-top: 1px solid #FFF;
	content: "";
	width: 4em;
}
#index .enjoy .ttl_enjoy div:nth-child(2):before {
	margin-right: 10px;
}
#index .enjoy .ttl_enjoy div:nth-child(2):after {
	margin-left: 10px;
}
#index .enjoy .lead {
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 12px rgba(27, 20, 100, 1.0);
	margin-bottom: 50px;
}
#index .enjoy .enjoy_list {
	width: 902px;
	margin: 0px auto;
}
#index .enjoy .enjoy_list ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#index .enjoy .enjoy_list ul li {
	width: 200px;
	margin-right: 34px;
	margin-bottom: 30px;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0px 0px 12px rgba(27, 20, 100, 1.0);
}
#index .enjoy .enjoy_list ul li:nth-child(4n) {
	width: 200px;
	margin-right: 0px;
}
#index .enjoy .enjoy_list ul li a {
	display: block;
	height: 180px;
	background-color: #FFF;
	border-radius: 20px;
	position: relative;
}
#index .enjoy .enjoy_list ul li a:hover {
	background-color: #00b4dc;
}
#index .enjoy .enjoy_list ul li a span {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform : translateY(-50%);
	-webkit-transform : translateY(-50%);
	margin: 0px auto;
	font-size: 2.8rem;
	color: #00b4dc;
	font-weight: 600;
	text-align: center;
	padding-top: 50px;
}
#index .enjoy .enjoy_list ul li a:hover span {
	color: #FFF;
}
#index .enjoy .enjoy_list ul li:nth-child(1) a span {
	background: url("../img/index/icon_enjoy_blue_1.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(1) a:hover span {
	background: url("../img/index/icon_enjoy_white_1.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(2) a span {
	background: url("../img/index/icon_enjoy_blue_2.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(2) a:hover span {
	background: url("../img/index/icon_enjoy_white_2.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(3) a span {
	background: url("../img/index/icon_enjoy_blue_3.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(3) a:hover span {
	background: url("../img/index/icon_enjoy_white_3.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(4) a span {
	background: url("../img/index/icon_enjoy_blue_4.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(4) a:hover span {
	background: url("../img/index/icon_enjoy_white_4.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(5) a span {
	background: url("../img/index/icon_enjoy_blue_5.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(5) a:hover span {
	background: url("../img/index/icon_enjoy_white_5.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(6) a span {
	background: url("../img/index/icon_enjoy_blue_6.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(6) a:hover span {
	background: url("../img/index/icon_enjoy_white_6.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(7) a span {
	background: url("../img/index/icon_enjoy_blue_7.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(7) a:hover span {
	background: url("../img/index/icon_enjoy_white_7.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(8) a span {
	background: url("../img/index/icon_enjoy_blue_8.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(8) a:hover span {
	background: url("../img/index/icon_enjoy_white_8.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(9) a span {
	background: url("../img/index/icon_enjoy_blue_9.png") no-repeat center top;
	background-size: 60px auto;
}
#index .enjoy .enjoy_list ul li:nth-child(9) a:hover span {
	background: url("../img/index/icon_enjoy_white_9.png") no-repeat center top;
	background-size: 60px auto;
}

/*--------------------------------------------------*
 *   紹介
 *--------------------------------------------------*/
#index .introduction {
	margin-bottom: 110px;
}
#index .introduction ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#index .introduction ul li {
	width: 250px;
	margin-right: 70px;
}
#index .introduction ul li:last-child {
	margin-right: 0px;
}
#index .introduction ul li .subheading {
	height: 80px;
	font-size: 1.6rem;
	text-align: center;
	background: url("../img/index/img_line_introduction.png") no-repeat center bottom;
	background-size: 250px auto;
	margin-bottom: 5px;
	padding-bottom: 20px;
}
#index .introduction ul li .photo {
	margin-bottom: 10px;
}
#index .introduction ul li .bt_pamphlet {
	width: 250px;
}
#index .introduction ul li .bt_pamphlet a {
	display: block;
	height: 60px;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 1.4;
	background-color: #000;
	border: 1px solid #000;
	position: relative;
}
#index .introduction ul li .bt_pamphlet a span {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform : translateY(-50%);
	-webkit-transform : translateY(-50%);
	margin: 0px auto;
	text-align: center;
}
#index .introduction ul li .bt_pamphlet a:hover {
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	opacity: 1.0;
}
#index .introduction ul li .bt_flickr {
	width: 250px;
}
#index .introduction ul li .bt_flickr a {
	display: block;
	height: 60px;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 1.4;
	background: url("../img/common/icon_link_white.png") no-repeat 92% center;
	background-size: 22px auto;
	background-color: #000;
	border: 1px solid #000;
	position: relative;
}
#index .introduction ul li .bt_flickr a span {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform : translateY(-50%);
	-webkit-transform : translateY(-50%);
	margin: 0px auto;
	text-align: center;
}
#index .introduction ul li .bt_flickr a:hover {
	color: #000;
	background: url("../img/common/icon_link_black.png") no-repeat 92% center;
	background-size: 22px auto;
	background-color: #FFF;
	border: 1px solid #000;
	opacity: 1.0;
}
#index .introduction ul li .bt_youtube {
	width: 250px;
}
#index .introduction ul li .bt_youtube a {
	display: block;
	height: 60px;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 1.4;
	background: url("../img/common/icon_youtube_white.png") no-repeat 92% center;
	background-size: 28px auto;
	background-color: #000;
	border: 1px solid #000;
	position: relative;
}
#index .introduction ul li .bt_youtube a:hover {
	color: #000;
	background: url("../img/common/icon_youtube_black.png") no-repeat 92% center;
	background-size: 28px auto;
	background-color: #FFF;
	border: 1px solid #000;
	opacity: 1.0;
}
#index .introduction ul li .bt_youtube a span {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform : translateY(-50%);
	-webkit-transform : translateY(-50%);
	margin: 0px auto;
	text-align: center;
}

/*--------------------------------------------------*
 *   アクセス
 *--------------------------------------------------*/
#index .access {
	background-color: #F0F0EC;
	padding-top: 150px;
	position: relative;
}
#index .access .inner {
	background-color: #00B4DC;
	padding: 60px 0px 70px;
}
#index .access .inner .wrap {
	margin-left: calc(50% + 70px);
}
#index .access .inner .wrap .ttl_access {
	color: #FFF;
	margin-bottom: 30px;
}
#index .access .inner .wrap .ttl_access div:nth-child(1) {
	font-size: 5.0rem;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 10px;
}
#index .access .inner .wrap .ttl_access div:nth-child(2) {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
#index .access .inner .wrap .ttl_access div:nth-child(2):after {
	border-top: 1px solid #FFF;
	content: "";
	width: 50px;
	margin-left: 10px;
}
#index .access .inner .wrap .lead {
	font-size: 1.5rem;
	color: #FFF;
	line-height: 2.0;
	margin-bottom: 40px;
}
#index .access .photo {
	position: absolute;
	top: 50px;
	left: 0px;
	width: calc(50% - 0px);
	box-shadow: 14px 14px 0 rgba(0,127,190,0.3);
}
#index .access .photo img {
	width: 100%;
	height: 586px;
	object-fit: cover;
}

/*--------------------------------------------------*
 *   ピックアップ
 *--------------------------------------------------*/
#index .pickup {
	width: 100%;
	background: url("../img/common/pt_wave_pc.png") no-repeat center bottom;
	background-color: #F0F0EC;
	padding: 110px 0px 90px;
}
#index .pickup .inner {
	width: 900px;
	margin: 0px auto;
}
#index .pickup .inner .ttl_pickup {
	text-align: center;
	margin-bottom: 30px;
}
#index .pickup .inner .ttl_pickup div:nth-child(1) {
	font-size: 5.0rem;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 10px;
}
#index .pickup .inner .ttl_pickup div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
#index .pickup .inner .ttl_pickup div:nth-child(2):before, #index .pickup .inner .ttl_pickup div:nth-child(2):after {
	border-top: 1px solid #000;
	content: "";
	width: 4em;
}
#index .pickup .inner .ttl_pickup div:nth-child(2):before {
	margin-right: 10px;
}
#index .pickup .inner .ttl_pickup div:nth-child(2):after {
	margin-left: 10px;
}
#index .pickup .inner .lead {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 40px;
}
#index .pickup .inner .pickup_list {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
#index .pickup .inner .pickup_list ul li {
	width: 300px;
	margin: 0px 25px;
}
#index .pickup .inner .pickup_list ul li a {
	display: block;
}
#index .pickup .inner .pickup_list ul li a .photo {
	margin-bottom: 10px;
	width:300px;
	height:200px;
	background-color:#F0F1EC;
	border-radius:20px;
}
#index .pickup .inner .pickup_list ul li a .photo img {
	width: 100%;
	height:100%;
	object-fit: cover;
	border-radius:20px;
}
#index .pickup .inner .pickup_list ul li a .caption {
	font-size: 1.5rem;
	color: #000;
	line-height: 1.6;
}
#index .pickup .inner .pickup_list .slick-arrow:before {
	content:"" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: -20px;
	left: 0;
}
#index .pickup .inner .pickup_list .slick-next:before {
	background: url("../img/index/bt_arrow_right.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#index .pickup .inner .pickup_list .slick-prev:before {
	background: url("../img/index/bt_arrow_left.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#index .pickup .inner .pickup_list .slick-arrow {
	z-index: 2 !important;
	width: 36px !important;
	height: 36px !important;
}
#index .pickup .inner .pickup_list .slick-prev,
#index .top_pickup .pickup_list .slick-next {
	z-index: 10 !important;
}
#index .pickup .inner .pickup_list .slick-prev {
	margin: 0px auto;
	left: -900px !important;
	right: 0px !important;
}
#index .pickup .inner .pickup_list .slick-next {
	margin: 0px auto;
	left: 0px !important;
	right: -900px !important;
}
#index .pickup .inner .pickup_list .slick-prev:hover:before,
#index .pickup .inner .pickup_list .slick-next:hover:before {
	opacity: 1.0 !important;
}
#index .pickup .inner .pickup_list .slick-prev:before,
#index .pickup .inner .pickup_list .slick-next:before {
	opacity: 1.0 !important;
}
#index .pickup .inner .banner_list {
	position: relative;
	z-index: 1;
}
#index .pickup .inner .banner_list ul li {
	width: 238px;
	margin: 0px 12px;
}
#index .pickup .inner .banner_list ul li a {
	display: block;
}
#index .pickup .inner .banner_list ul li a .photo img {
	width: 100%;
}
#index .pickup .inner .banner_list .slick-arrow:before {
	content:"" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: -20px;
	left: 0;
}
#index .pickup .inner .banner_list .slick-next:before {
	background: url("../img/index/bt_arrow_right.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#index .pickup .inner .banner_list .slick-prev:before {
	background: url("../img/index/bt_arrow_left.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#index .pickup .inner .banner_list .slick-arrow {
	z-index: 2 !important;
	width: 36px !important;
	height: 36px !important;
}
#index .pickup .inner .banner_list .slick-prev,
#index .top_banner .banner_list .slick-next {
	z-index: 10 !important;
}
#index .pickup .inner .banner_list .slick-prev {
	margin: 0px auto;
	left: -900px !important;
	right: 0px !important;
}
#index .pickup .inner .banner_list .slick-next {
	margin: 0px auto;
	left: 0px !important;
	right: -900px !important;
}
#index .pickup .inner .banner_list .slick-prev:hover:before,
#index .pickup .inner .banner_list .slick-next:hover:before {
	opacity: 1.0 !important;
}
#index .pickup .inner .banner_list .slick-prev:before,
#index .pickup .inner .banner_list .slick-next:before {
	opacity: 1.0 !important;
}

/*--------------------------------------------------*
 *   関連ウェブサイト
 *--------------------------------------------------*/
#index .website {
	width: 100%;
	background-color: #F0F0EC;
	padding: 90px 0px 100px;
}
#index .website .ttl_website {
	text-align: center;
	margin-bottom: 50px;
}
#index .website .ttl_website div:nth-child(1) {
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 15px;
}
#index .website .ttl_website div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
#index .website .ttl_website div:nth-child(2):before, #index .website .ttl_website div:nth-child(2):after {
	border-top: 1px solid #000;
	content: "";
	width: 4em;
}
#index .website .ttl_website div:nth-child(2):before {
	margin-right: 10px;
}
#index .website .ttl_website div:nth-child(2):after {
	margin-left: 10px;
}
#index .website .website_list {
	width: 790px;
	margin: 0px auto 100px auto;
}
#index .website .website_list ul {
	overflow: hidden;
}
#index .website .website_list ul li {
	margin-right: 40px;
	margin-bottom: 30px;
	float: left;
	width:250px;
}
#index .website .website_list ul li:nth-child(1), #index .website .website_list ul li:nth-child(4) {
	width: 180px;
}
#index .website .website_list ul li:nth-child(2), #index .website .website_list ul li:nth-child(5) {
	width: 250px;
}
#index .website .website_list ul li:nth-child(3), #index .website .website_list ul li:nth-child(6) {
	width: 270px;
}
#index .website .website_list ul li:nth-child(3n) {
	margin-right: 0px;
}
#index .website .website_list ul li a {
	display: block;
	font-size: 1.5rem;
	color: #000;
	background: url("../img/common/icon_link_black.png") no-repeat right center;
	background-size: 22px auto;
	padding-right: 24px;
}

/*--------------------------------------------------*
 *   インスタグラム
 *--------------------------------------------------*/
#index .instagram {
	width: 100%;
	background: url("../img/common/pt_wave_pc.png") no-repeat center bottom;
	background-color: #F0F0EC;
	padding: 90px 0px 10px;
}
#index .instagram .ttl_instagram {
	font-size: 5.0rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 50px;
}
#index .instagram .instagram_list {
	width: 1096px;
	margin: 0px auto 110px;
}
#index .instagram .instagram_list ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#index .instagram .instagram_list ul li {
	width: 25%;
}
#index .instagram .instagram_list ul li a {
	display: block;
	position: relative;
}
#index .instagram .instagram_list ul li a:hover {
	opacity: 1.0;
}
#index .instagram .instagram_list ul li a:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}
#index .instagram .instagram_list ul li a:hover:after {
	display: none;
}
#index .instagram .instagram_list ul li a span {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}
#index .instagram .instagram_list ul li a img {
	width: 100%;
}
#index .instagram .tabiato_content {
	width: 1096px;
	margin: 0px auto 110px;
	padding:0px 10px 0px 10px;
}


@media screen and (min-width:1025px) and (max-width:1096px) {
#index .instagram .instagram_list {
	width: 100%;
}
}

/* スマホレイアウト */
@media (max-width: 1024px) {
#index {
	margin-top: 8vw;
	padding-top: 16vw;
}

/*--------------------------------------------------*
 *   メインビジュアルスライダー
 *--------------------------------------------------*/
#index .mainvisual {
	margin-bottom: 13.33vw;
}
#index .mainvisual li span {
	font-size: 5.33vw;
	padding: 1vw;
	bottom: 6vw;
	left: 0px;
	z-index: 100;
}
#index .mainvisual li img {
	height: 103.47vw;
}
#index .mainvisual li a:after {
	border: 5px solid #FFF;
}
#index .mainvisual li.slick-center a:after {
	border: 5px solid #00c8dc;
}
#index .mainvisual li.slick-center a:before {
	display: none;
}
#index .mainvisual .slick-list {
	margin: 0px;
}
#index .mainvisual .slick-slide {
	margin: 0px;
}
#index .mainvisual .prev-arrow {
	width: 8vw;
	height: 8vw;
	left: 3vw;
	background-image:url("../img/index/icon_arrow_slider_left_sp.png");
	background-size:contain;
}

#index .mainvisual .next-arrow {
	width: 8vw;
	height: 8vw;
	right: 3vw;
	background-image:url("../img/index/icon_arrow_slider_right_sp.png");
	background-size:contain;
}
#index .mainvisual .slick-dots {
	bottom: -10.4vw !important;
}
#index .mainvisual .slick-dots li {
	width: 6vw;
}
#index .mainvisual .slick-dots li button:before {
	width: 6vw;
}

/*--------------------------------------------------*
 *   天気枠
 *--------------------------------------------------*/
#index .weather {
	position: static;
	margin: 0px 4vw 8vw;
	text-align: center;
}

/*--------------------------------------------------*
 *   大切なお知らせ
 *--------------------------------------------------*/
#index .important_news {
	width: auto;
	margin: 0px 4vw 9vw;
	display: block;
	flex-wrap: nowrap;
}
#index .important_news .title {
	width: 100%;
	font-size: 5.33vw;
	background: none;
	padding: 3vw 0px;
 }
#index .important_news .title span {
	background: url("../img/common/icon_extension.png") no-repeat left center;
	background-size: 9vw;
	padding: 2vw 0px 2vw 11vw;
}
#index .important_news .matter {
	width: 100%;
	padding: 3vw;
}
#index .important_news .matter .box a {
	padding-right: 9vw;
	background: url("../img/common/icon_arrow_black.png") no-repeat 98% bottom;
	background-size: 4.8vw auto;
}
#index .important_news .matter .box a .date {
	font-size: 4vw;
}
#index .important_news .matter .box a .notice {
	font-size: 3.73vw;
}

/*--------------------------------------------------*
 *   新着情報
 *--------------------------------------------------*/
#index .top_news {
	width: auto;
	margin: 0px 4vw 16vw;
	padding-bottom: 30vw;
}
#index .top_news .inner {
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 13.33vw;
}
#index .top_news .inner .primal {
	width:100%;
}
#index .top_news .inner .primal .ttl_news {
	margin-bottom: 6vw;
}
#index .top_news .inner .primal .ttl_news div:nth-child(1) {
	font-size: 13.33vw;
	margin-bottom: 2vw;
}
#index .top_news .inner .primal .ttl_news div:nth-child(2) {
	font-size: 3.2vw;
}
#index .top_news .inner .primal .ttl_news div:nth-child(2):after {
	width: 13.33vw;
}
#index .top_news .inner .primal .lead {
	font-size: 4vw;
	margin-bottom: 4vw;
}
#index .top_news .inner .primal .sns_list {
	margin-left: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#index .top_news .inner .primal .sns_list ul {
	justify-content: center;
}
#index .top_news .inner .primal .sns_list ul li {
	width: 20%;
}
#index .top_news .inner .primal .sns_list ul li a {
	font-size: 3.2vw;
	padding-top: 9vw;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(1) a {
	background-size: 8vw auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(2) a {
	background-size: 8vw auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(3) a {
	background-size: 8vw auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(4) a {
	background-size: 8vw auto;
}
#index .top_news .inner .primal .sns_list ul li:nth-child(5) a {
	background-size: 8vw auto;
}
#index .top_news .inner .news_list {
	width: 100%;
}
#index .top_news .inner .news_list ul li a {
	font-size: 4vw;
	padding: 3vw 0px;
	display: block;
	flex-wrap: nowrap;
	padding-right: 6vw;
	background-position: right bottom 5vw;
	background-size: 4.8vw auto;
}
#index .top_news .inner .news_list ul li a .date {
	width: 100%;
}
#index .top_news .inner .news_list ul li a .notice {
	width: 100%;
}
#index .top_news .cloud {
	display: none;
}

/*--------------------------------------------------*
 *   ようこそ、山と水の楽園へ
 *--------------------------------------------------*/
#index .welcome {
	margin-bottom: 16vw;
	padding-bottom: 12vw;
	background-image: url("../img/common/pt_wave_sp.png"), none;
	background-size: 92%;
}
#index .welcome .img_main {
	position: relative;
	margin-bottom: 10.67vw;
}
#index .welcome .img_main div:nth-child(1) {
	top: 8vw;
}
#index .welcome .img_main div:nth-child(1) img {
	width: 90.4vw;
}
#index .welcome .img_main div:nth-child(2) img {
	width: 100%;
	height: 66.67vw;
	object-fit: cover;
}
#index .welcome .inner {
	width: 100%;
	margin: 0px;
	border-radius: 0px;
	background: none;
	padding: 0px;
}
#index .welcome .inner .ttl_welcome {
	font-size: 6.67vw;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 8vw;
}
#index .welcome .inner .lead {
	font-size: 4vw;
	margin-bottom: 8vw;
	text-align: center;
	width:100%;
}
#index .welcome .inner .bt_grp .bt_black_arrow {
	margin: 0px auto;
}
#index .welcome .inner .bt_grp .bt_black_arrow:nth-child(1) {
	margin-bottom: 6vw;
}
#index .welcome .inner .map {
	margin: 8vw 0px 6vw;
}
#index .welcome .inner .map img {
	width: 100%;
}
#index .welcome .inner .bt_grp .bt_shinkansen {
	position: static;
	padding: 0px 4vw;
}
#index .welcome .inner .bt_grp .bt_shinkansen {
	position: static;
	bottom: 0px;
	right: 0px;
	background-color: #FFF;
}
#index .welcome .inner .bt_grp .bt_shinkansen img {
	width: 100%;
}

/*--------------------------------------------------*
 *   イベント情報
 *--------------------------------------------------*/
#index .top_event {
	margin-bottom: 21vw;
}
#index .top_event .inner {
	width: auto;
}
#index .top_event .ttl_event {
	margin-bottom: 8vw;
}
#index .top_event .ttl_event div:nth-child(1) {
	font-size: 8.53vw;
	margin-bottom: 3vw;
}
#index .top_event .ttl_event div:nth-child(2) {
	font-size: 3.2vw;
}
#index .top_event .lead {
	font-size: 4vw;
	margin-bottom: 9vw;
}
#index .top_event .event_list {
	margin-bottom: 12vw;
	padding: 0 9vw;
}
#index .top_event .event_list ul li {
	width: 100%;
	margin: 0px;
}
#index .top_event .event_list ul li a {
	padding-bottom: 8vw;
	border-bottom: none;
}
#index .top_event .event_list ul li a:hover:after {
	display: none;
}
#index .top_event .event_list ul li a .photo {
	margin-bottom: 2vw;
}
#index .top_event .event_list ul li a .photo img {
	width: 100%;
}
#index .top_event .event_list ul li a .name {
	font-size: 3.73vw;
	margin: 0px 4vw 2vw;
}
#index .top_event .event_list ul li a .date {
	font-size: 3.73vw;
	margin: 0px 4vw 2vw;
}
#index .top_event .event_list ul li .category {
	margin: 0px 4vw;
	border-bottom: 1px solid #000;
}
#index .top_event .event_list ul li .category span {
	font-size: 3.73vw;
}
#index .top_event .event_list .slick-arrow:before {
	top: -16vw;
}
#index .top_event .event_list .slick-arrow {
	width: 8vw !important;
	height: 8vw !important;
}
#index .top_event .event_list .slick-prev {
	left: -4vw !important;
	right: inherit!important;
}
#index .top_event .event_list .slick-next {
	left: inherit!important;
	right: -4vw !important;
}
#index .top_event .cloud {
	display: none;
}

/*--------------------------------------------------*
 *   みなかみの四季
 *--------------------------------------------------*/
#index .seasons {
	height: 188.53vw;
	margin-bottom: 9vw;
	padding-top: 8vw;
	background: url("../img/index/bg_seasons_sp.jpg") no-repeat center top;
	background-size: 100%;
}
#index .seasons .enjoy_minakami {
	width: auto;
	height: auto;
	margin: 0px 4vw 0px 0px;
	padding: 6vw 0px 4vw 4vw;
	background-color: #FFF;
	border-radius: 0px 30px 0px 0px;
}
#index .seasons .enjoy_minakami div:nth-child(1) {
	font-size: 8.53vw;
	letter-spacing: 0px;
}
#index .seasons .enjoy_minakami div:nth-child(2) {
	position: static;
}
#index .seasons .inner {
	width: auto;
	height: auto;
	background-image: none;
	background-color: #FFF;
	border-radius: 0px 0px 30px 0px;
	margin: 0px 4vw 0px 0px;
	padding: 0px 4vw 9vw;
}
#index .seasons .inner .ttl_seasons {
	margin-bottom: 6vw;
}
#index .seasons .inner .ttl_seasons div:nth-child(1) {
	font-size: 6.4vw;
	margin-bottom: 2vw;
}
#index .seasons .inner .ttl_seasons div:nth-child(2) {
	font-size: 3.2vw;
}
#index .seasons .inner .ttl_seasons div:nth-child(2):after {
	width: 13.33vw;
}
#index .seasons .inner .catch {
	font-size: 4.27vw;
	text-align: left;
	line-height: 1.6;
	letter-spacing: 0px;
	position: static;
	margin-bottom: 8vw;
}
#index .seasons .inner .seasons_list ul li {
	width: 50%;
}
#index .seasons .inner .seasons_list ul li a {
	height: 44.27vw;
}
#index .seasons .inner .seasons_list ul li a:hover {
	opacity: 1.0;
}
#index .seasons .inner .seasons_list ul li a:after {
	display: none;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(1) {
	margin-bottom: 3vw;
	padding-top: 13.33vw;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(1) span:nth-child(1) {
	font-size: 8vw;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(1) span:nth-child(2) {
	font-size: 3.2vw;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(2) img {
	width: 3.2vw;
}
#index .seasons .inner .seasons_list ul li a div:nth-child(3) img {
	width: 100%;
	height: 44.27vw;
	object-fit: cover;
}
#index .seasons .bg_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(50% - 500px);
	z-index: 1;
}
#index .seasons .bg_1 img {
	width: 100%;
	height: 718px;
	object-fit: cover;
}
#index .seasons .bg_2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% - 0px);
}
#index .seasons .bg_2 img {
	width: 100%;
	height: 718px;
	object-fit: cover;
}

/*--------------------------------------------------*
 *   予約
 *--------------------------------------------------*/
#index .reservation {
	background: none;
	padding-top: 0px;
	padding-bottom: 3vw;
}
#index .reservation .inner {
	width: 100%;
	padding: 0px 4vw;
}
#index .reservation .inner .reservation_list ul li {
	margin-bottom: 16vw;
	display: block;
	flex-wrap: nowrap;
	position: relative;
	padding-top: 56vw;
}
#index .reservation .inner .reservation_list ul li .explain {
	width: 100%;
	padding-right: 0px;
	margin-top: 0px;
}
#index .reservation .inner .reservation_list ul li .explain .ttl_reservation {
	font-size: 6.4vw;
	margin-bottom: 2vw;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
}
#index .reservation .inner .reservation_list ul li .explain .ttl_reservation:after {
	border: 2px solid #00c8dc;
	position: static;
	width: 8vw;
	margin-left: 3vw;
}
#index .reservation .inner .reservation_list ul li .explain .ttl_reservation span {
	font-size: 3.47vw;
}
#index .reservation .inner .reservation_list ul li .explain .memo {
	font-size: 4vw;
	margin-bottom: 8vw;
}
#index .reservation .inner .reservation_list ul li .photo {
	width: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
#index .reservation .inner .reservation_list ul li .photo img {
	width: 100%;
}
#index .reservation .inner .reservation_list ul li .photo .caption {
	font-size: 2.67vw;
	margin-top: 1vw;
}
#index .reservation .inner .reservation_list ul li .bt_black_arrow,#index .reservation .inner .reservation_list ul li .bt_black_link {
	margin: 0px auto;
}
#index .reservation .inner .ttl_jpn {
	font-size: 6.93vw;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 3vw;
}
#index .reservation .inner .ttl_eng {
	position: static;
	font-size: 3.2vw;
	writing-mode: horizontal-tb;
	padding-bottom: 8vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .reservation .inner .ttl_eng:after {
	position: static;
	border: none;
	height: inherit;
	margin-left: 0px;
}
#index .reservation .inner .ttl_eng:before, #index .reservation .inner .ttl_eng:after {
	border-top: 1px solid #000;
	content: "";
	width: 3em;
}
#index .reservation .inner .ttl_eng:before {
	margin-right: 2vw;
}
#index .reservation .inner .ttl_eng:after {
	margin-left: 2vw;
}

/*--------------------------------------------------*
 *   みなかみ町を楽しむ
 *--------------------------------------------------*/
#index .enjoy {
	width: 100%;
	height: 216.53vw;
	background: url("../img/index/bg_enjoy_sp.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 8vw;
	padding-top: 9vw;
}
#index .enjoy .ttl_enjoy {
	margin-bottom: 8vw;
}
#index .enjoy .ttl_enjoy div:nth-child(1) {
	font-size: 6.93vw;
	letter-spacing: 1px;
	margin-bottom: 6vw;
}
#index .enjoy .ttl_enjoy div:nth-child(2) {
	font-size: 3.2vw;
}
#index .enjoy .lead {
	font-size: 4vw;
	margin-bottom: 9vw;
}
#index .enjoy .enjoy_list {
	width: auto;
	margin: 0px 4vw;
}
#index .enjoy .enjoy_list ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	border-radius: 15px;
}
#index .enjoy .enjoy_list ul li:nth-child(2n) {
	margin-right: 0%;
}
#index .enjoy .enjoy_list ul li:nth-child(4n) {
	width: 48%;
}
#index .enjoy .enjoy_list ul li a {
	height: 32vw;
	border-radius: 15px;
}
#index .enjoy .enjoy_list ul li a span {
	font-size: 5.33vw;
	padding-top: 10.67vw;
	background-size: 12vw auto !important;
}
#index .enjoy .enjoy_list ul li a:hover span {
	background-size: 12vw auto !important;
}

/*--------------------------------------------------*
 *   紹介
 *--------------------------------------------------*/
#index .introduction {
	margin-bottom: 0px;
	padding-bottom: 3vw;
}
#index .introduction ul {
	display: block;
	flex-wrap: nowrap;
}
#index .introduction ul li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 16vw;
}
#index .introduction ul li .subheading {
	height: inherit;
	font-size: 3.73vw;
	background-size: 66.67vw auto;
	margin-bottom: 2vw;
	padding-bottom: 4vw;
}
#index .introduction ul li .photo {
	margin-bottom: 4vw;
	text-align: center;
}
#index .introduction ul li .photo img {
	width: 45vw;
}
#index .introduction ul li .bt_pamphlet {
	width: 68vw;
	margin: 0px auto;
}
#index .introduction ul li .bt_pamphlet a {
	height: 16vw;
	font-size: 4vw;
}
#index .introduction ul li .bt_flickr {
	width: 68vw;
	margin: 0px auto;
}
#index .introduction ul li .bt_flickr a {
	height: 16vw;
	font-size: 4vw;
	background-size: 5.6vw auto;
}
#index .introduction ul li .bt_youtube {
	width: 68vw;
	margin: 0px auto;
}
#index .introduction ul li .bt_youtube a {
	height: 16vw;
	font-size: 4vw;
	background-size: 7.2vw auto;
}

/*--------------------------------------------------*
 *   アクセス
 *--------------------------------------------------*/
#index .access {
	padding-top: 8vw;
}
#index .access .inner {
	margin-top: -36vw;
	padding: 41.33vw 0px 13.33vw;
}
#index .access .inner .wrap {
	margin-left: 0px;
	text-align: center;
}
#index .access .inner .wrap .ttl_access {
	margin-bottom: 8vw;
}
#index .access .inner .wrap .ttl_access div:nth-child(1) {
	font-size: 8.53vw;
	margin-bottom: 5vw;
}
#index .access .inner .wrap .ttl_access div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2vw;
}
#index .access .inner .wrap .ttl_access div:nth-child(2):before, #index .access .inner .wrap .ttl_access div:nth-child(2):after {
	border-top: 1px solid #FFF;
	content: "";
	width: 3em;
}
#index .access .inner .wrap .ttl_access div:nth-child(2):before {
	margin-right: 2vw;
}
#index .access .inner .wrap .ttl_access div:nth-child(2):after {
	margin-left: 2vw;
}
#index .access .inner .wrap .lead {
	font-size: 3.47vw;
	color: #FFF;
	line-height: 2.0;
	margin-bottom: 8vw;
}
#index .access .inner .wrap .bt_black_arrow {
	margin: 0px auto;
}
#index .access .photo {
	position: relative;
	top: 0px;
	width: 94%;
	box-shadow: 8px 8px 0 rgba(0,127,190,0.3);
	z-index: 100;
}
#index .access .photo img {
	height: inherit;
}

/*--------------------------------------------------*
 *   ピックアップ
 *--------------------------------------------------*/
#index .pickup {
	background: url("../img/common/pt_wave_sp.png") no-repeat center bottom;
	background-size: 92%;
	background-color: #F0F0EC;
	padding: 12vw 0px;
}
#index .pickup .inner {
	width: 100%;
}
#index .pickup .inner .ttl_pickup {
	margin-bottom: 8vw;
}
#index .pickup .inner .ttl_pickup div:nth-child(1) {
	font-size: 8.53vw;
	margin-bottom: 5vw;
}
#index .pickup .inner .ttl_pickup div:nth-child(2) {
	font-size: 3.2vw;
}
#index .pickup .inner .lead {
	font-size: 4vw;
	margin-bottom: 8vw;
}
#index .pickup .inner .pickup_list {
	margin-bottom: 12vw;
	padding: 0px 9vw;
}
#index .pickup .inner .pickup_list ul li {
	width: 100%;
	margin: 0px;
}
#index .pickup .inner .pickup_list ul li a .photo {
	margin-bottom: 2vw;
}
#index .pickup .inner .pickup_list ul li a .caption {
	font-size: 3.47vw;
}
#index .pickup .inner .pickup_list .slick-arrow:before {
	top: -4vw;
}
#index .pickup .inner .pickup_list .slick-arrow {
	width: 8vw !important;
	height: 8vw !important;
}
#index .pickup .inner .pickup_list .slick-prev {
	left: -4vw !important;
	right: inherit!important;

}
#index .pickup .inner .pickup_list .slick-next {
	left: inherit!important;
	right: -4vw !important;
}
#index .pickup .inner .banner_list ul li {
	width: 100%;
	margin: 0px 2vw;
}
#index .pickup .inner .banner_list .slick-arrow {
	display: none;
}
#index .pickup .inner .banner_list .slick-prev {
	display: none;
}
#index .pickup .inner .banner_list .slick-next {
	display: none;
}

/*--------------------------------------------------*
 *   関連ウェブサイト
 *--------------------------------------------------*/
#index .website {
	padding: 18vw 4vw 13.33vw;
	background-color: #F0F0EC;

}
#index .website .ttl_website {
	margin-bottom: 8vw;
}
#index .website .ttl_website div:nth-child(1) {
	font-size: 8.53vw;
	margin-bottom: 5vw;
}
#index .website .ttl_website div:nth-child(2) {
	font-size: 3.2vw;
}
#index .website .website_list {
	width: 68vw;
}
#index .website .website_list ul {
	overflow: inherit;
}
#index .website .website_list ul li {
	margin-right: 0px;
	margin-bottom: 8vw;
	float: none;
}
#index .website .website_list ul li:nth-child(1), #index .website .website_list ul li:nth-child(4) {
	width: 100%;
}
#index .website .website_list ul li:nth-child(2), #index .website .website_list ul li:nth-child(5) {
	width: 100%;
}
#index .website .website_list ul li:nth-child(3), #index .website .website_list ul li:nth-child(6) {
	width: 100%;
}
#index .website .website_list ul li:nth-child(3n) {
	margin-right: 0px;
}
#index .website .website_list ul li a {
	font-size: 4vw;
	background-size: 5.6vw auto;
	padding-right: 0px;
}

/*--------------------------------------------------*
 *   インスタグラム
 *--------------------------------------------------*/
#index .instagram {
	background: url("../img/common/pt_wave_sp.png") no-repeat center bottom;
	background-size: 92%;
	padding: 12vw 0px 4vw;
	background-color: #FFF;

}
#index .instagram .ttl_instagram {
	font-size: 8.53vw;
	margin-bottom: 10.67vw;
}
#index .instagram .instagram_list {
	width: 100%;
	margin: 0px auto 13.33vw;
	padding-bottom: 13.33vw;
	border-bottom: 1px solid #000;
}
#index .instagram .instagram_list ul li {
	width: 50%;
}
#index .instagram .instagram_list ul li a:after {
	display: none;
}
#index .instagram .instagram_list ul li a span {
	top: 2vw;
	right: 2vw;
}
#index .instagram .instagram_list ul li a span img {
	width: 3.73vw;
}
#index .instagram .tabiato_content {
	width: 100%;
	margin: 0px auto 13.33vw;
	padding:0;
}

}

