/* CSS Document */

@media (min-width:1001px) {

/*header { background-color: rgba(0,0,0,1.0); box-shadow: 0 15px 15px rgba(0,0,0,0.2); }*/



/* mv
---------------------------------------------------------------------- */
	#mv_i { width: 100%; max-width: 100%; position: relative; height: 100vh; /*height: 660px;*/ z-index: 30; }
	/*#mv_i:before { content: ""; background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
		height: 205px; width: 100%; position: absolute; bottom: 0; left: 0; z-index: 2; }*/
	/*#mv_i .cc { position: absolute; top:0; left: 50%; margin-left: -600px; }
	#mv_i .cc h2 { text-indent: -10000px; width: 71px; height: 388px; position: absolute; top: 145px; right: 20px;
		background: url(../images/index/cc.svg) center center no-repeat; }*/
	.swiper-container_fv { height: 100%; width: 100%; position: relative; }
	.swiper-container_fv .swiper-wrapper { width: 100%; height: 100%; /*overflow: hidden;*/ }
	.swiper-container_fv.swiper-container-fade .swiper-slide { width: 100%; height: 100%; }
	.swiper-container_fv.swiper-container-fade .swiper-slide .img { width: 100%; height: 100%;
		overflow: hidden; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv01 { background: url(../HTML/images/mv01.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv02 { background: url(../HTML/images/mv02.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv03 { background: url(../HTML/images/mv03.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv04 { background: url(../HTML/images/mv01.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv05 { background: url(../HTML/images/mv02.jpg?0629) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv04 span { color: #FFF; font-size: 14px; position: absolute; z-index: 10; right: 50%; margin-right: -350px; bottom: 20px; }

	.swiper-container_fv ul li { position: relative; }
	.swiper-container_fv ul li:before { content: ""; background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
		height: 205px; width: 100%; position: absolute; bottom: 0; left: 0; z-index: 2; }

	#mv_i .cc { 
		position: absolute; 
		top:50%;
		margin-top: -154px;
		/*bottom:90px;*/
		left:50%; 
		margin-left: -62px;
		z-index: 3; 
	}
	#mv_i .swiper-container-horizontal>.swiper-pagination-bullets, 
	#mv_i .swiper-pagination-custom, 
	.swiper-pagination-fraction { 
		width: 190px; 
		display: flex; 
		z-index: 4;
		justify-content: flex-start; 
		position: absolute; 
		left: 50%; 
		margin-left: 400px;
		bottom: 20px;
		/* left: auto !important;*/
		/*right: -150px;*/ 
		/*bottom: -90px !important;*/ 
	}
	#mv_i .swiper-pagination-bullet { 
		width: 16px; 
		height: 18px; 
		border-radius: 0;
		background: url(../images/pager_bullet.svg) center center no-repeat;
		background-size: contain;
		/*opacity: 0.5; */
		/*border: 1px solid rgba(255,255,255,.7);*/
		margin: 0 10px; 
		opacity: 1; 
		position: relative;
	}
	#mv_i .swiper-pagination-bullet-active { 
		opacity: 1; 
		width: 16px; 
		height: 18px; 
		position: relative; 
		background: url(../images/pager_bullet-active.svg) center center no-repeat;
		background-size: contain;
		/*bottom: 2px; */
		/*background: rgba(255,255,255,.7);*/
		/*border: 1px solid rgba(255,255,255,.7); */
 	}
/*	
	.swiper-container_fv .swiper-pagination-bullet { width: auto; height: auto; margin: 0 0 0 10px; opacity: 1; font-family: "YuMincho","游明朝","Yu Mincho","Sawarabi Mincho", serif,"Hiragino Mincho ProN";
		background: none; border-radius: 0; transition: 0.3s; }
	.swiper-container_fv .swiper-pagination-bullet-active { color: #005f32; border-bottom: #005f32 1px solid; }
*/
	#mv_i .bestrate { 
		position: absolute; 
		bottom: 20px;
		left: 50%;
		margin-left: -415px; 
		z-index: 3; 
	}
	#mv_i .aniv40 { 
		position: absolute; 
		bottom: 20px;
		left: 50%;
		margin-left: -135px; 
		z-index: 3; 
	}


/* about
---------------------------------------------------------------------- */
	#about { 
		padding:50px 0 70px;
		position: relative;
		z-index: 50;
	 }
	#about .mainw { 
		position: relative;
		padding-left: 135px;
	}
	#about p {
		line-height: 2.3;
		color: #FFF;
	}
	.icon_about {
		position: absolute;
		left: 0;
		top: -160px;
        width: 85px;
	}
	#about .deco01 {
		position: absolute;
		right: 0;
		bottom: -120px;
	}



/* measures
---------------------------------------------------------------------- */
	#measures { 
		padding: 90px 0 95px; 
		position: relative;
		z-index: 20;
	}
	#measures a.corona {
		display: block;
		width: 100%;
		padding: 25px 0 45px;
		background: url(../images/icon_arrow_d_white.svg) center bottom 20px no-repeat #80723B;
		text-align: center;
		color: #FFF;
		font-size: 22px;
	}
	#measures a.corona.open {
		background: url(../images/icon_arrow_u_white.svg) center bottom 20px no-repeat #80723B;
	}
	#measures a.corona span {
		position: relative;
	}
	#measures a.corona span::before {
		content: "";
		display: block;
		width: 32px;
		height: 30px;
		position: absolute;
		left: -32px;
		background: url(../images/icon_hands.svg) center center no-repeat;
		background-size: contain;
	}
	.measures_detail {
		border: 10px solid #80723B;
		width: 100%;
		display: none;
	}
	.measures_detail_inner {
		padding: 50px 75px;
	}
	#measures01 {
		background: url(../images/bg_flower01.svg) left top -20px no-repeat;
	}
	.measures_detail_inner .midashi {
		margin-bottom: 35px;
		justify-content: space-between;
		align-items: center;
	}
	.measures_detail_inner .midashi .txt {
		/*width: 350px;*/
		width: 320px;
	}
	.measures_detail_inner .midashi .txt h3 {
		font-size: 30px;
		line-height: 1.5;
		position: relative;
	}
	.measures_detail_inner .midashi .txt h3 span {
		color: #80122C;
	}
	.measures_detail_inner .midashi .txt h3::before ,
	.measures_detail_inner .midashi .txt h3::after {
		content: "";
		display: block;
		position: absolute;
	}
	.measures_detail_inner .midashi .img {
		/*width: 520px;*/
		width: 420px;
	}
	#measures01.measures_detail_inner .midashi .txt h3::before {
		width: 74px;
		height: 24px;
		top: -10px;
		right: 0;
		background: url(../images/bg_cloud01.svg) center center no-repeat;
	}
	#measures01.measures_detail_inner .midashi .txt h3::after {
		width: 62px;
		height: 16px;
		bottom: -30px;
		left: -30px;
		background: url(../images/bg_cloud02.svg) center center no-repeat;
	}

	.measures_detail_inner .roomimagewrap {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner {
		/*width: 430px;*/
		width: 370px;
		margin-bottom: 50px;
		display: flex;
		flex-direction: column;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner h5 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner .roomimage {
		margin-bottom: 20px;
	}
	.mensmarker {
		justify-content: flex-end;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.mensmarker li {
		padding-left: 25px;
		margin-left: 15px;
	}
	.mensmarker li {
		padding-left: 25px;
	}
	.mensmarker li.pink {
		background: url(../images/icon_marker_pink.svg) left center no-repeat;
	}
	.mensmarker li.brown {
		background: url(../images/icon_marker_brown.svg) left center no-repeat;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner p.mt_auto {
		margin-top: auto;
	}
	div#RthCustomizeW #measures01 .cbtn {
		width: 400px;
		margin: auto;
	}
	#measures02 {
		padding-top: 60px;
		background: url(../images/bg_flower02.svg) right top no-repeat;
	}
	#measures02 .midashi {
		flex-direction: row-reverse;
	}
	#measures02.measures_detail_inner .midashi .txt h3::before {
		width: 62px;
		height: 16px;
		top: -40px;
		left: -20px;
		background: url(../images/bg_cloud02.svg) center center no-repeat;
	}
	#measures02.measures_detail_inner .midashi .txt h3::after {
		width: 74px;
		height: 24px;
		bottom: 0;
		right: -30px;
		background: url(../images/bg_cloud01.svg) center center no-repeat;
	}
	div#RthCustomizeW #measures02 .cbtn {
		width: 400px;
		margin: auto;
	}
	#measures03 {

	}
	#measures03 h6 {
		font-size: 24px;
		text-align: center;
		position: relative;
		margin-bottom: 20px;
	}
	#measures03 h6 span.red {
		font-size: 34px;
		color: #80122C;
	}
	#measures03 h6 .befaft {
		display: inline-block;
		position: relative;
	}
	#measures03 h6 .befaft::before, 
	#measures03 h6 .befaft::after {
		content: "";
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
		position: relative;
	}
	#measures03 h6 .befaft::before {
		width: 74px;
		height: 60px;
		background: url(../images/bg_flower03.svg) center center no-repeat;
		background-size: contain;
	}
	#measures03 h6 .befaft::after {
		width: 74px;
		height: 60px;
		background: url(../images/bg_flower04.svg) center center no-repeat;
		background-size: contain
	}
	#measures03 ul {
		margin-bottom: 40px;
	}
	#measures03 ul li {
		margin-bottom: 10px;
	}
	div#RthCustomizeW #measures03 .cbtn {
		margin: auto;
	}

	.inf_red {
	    color: #80122C;
	    font-weight: bold;
	}

/*-------------------------
.amenity .sw_btn
-------------------------*/
#measures .amenity {
    margin: 30px auto 0;
}
#measures a.sw_btn {
    display: block;
    width: 100%;
    padding: 25px 0 45px;
    background: url(../images/icon_arrow_d_white.svg) center bottom 20px no-repeat #5c7847;
    text-align: center;
    color: #FFF;
    font-size: 22px;
}
#measures a.sw_btn.open {
    background: url(../images/icon_arrow_u_white.svg) center bottom 20px no-repeat #5c7847;
}
#measures a.sw_btn span {
    position: relative;
}
#measures a.sw_btn span::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -40px;
    background: url(https://sennomori.kaiei-ryokans.com/images/icon_amenity.svg) center center no-repeat;
    background-size: contain;
}
.amenity .measures_detail {
    border: 10px solid #5c7847;
}
.amenity h6 {
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.amenity h6 .befaft {
    display: inline-block;
    position: relative;
}
.amenity h6 span.red {
    font-size: 34px;
    color: #80122C;
}
.amenity h6 .befaft {
    display: inline-block;
    position: relative;
}
.amenity h6 .befaft::before, 
.amenity h6 .befaft::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.amenity h6 .befaft::before {
    width: 74px;
    height: 60px;
    background: url(../images/bg_flower03.svg) center center no-repeat;
    background-size: contain;
}
.amenity h6 .befaft::after {
    width: 74px;
    height: 60px;
    background: url(../images/bg_flower04.svg) center center no-repeat;
    background-size: contain
}
.amenity ul { 
	width: 70%;
	margin: 0 auto 40px;
}
.amenity ul li {
	width: 100%;
    padding-left: 35px;
    line-height: 1.5;
    text-indent: -.75em;
    position: relative;
    top: 0;
    right: 0;
}
.amenity ul li::before {
    display: inline-block;
    content: "\25CF";
    color: #80122C;
    font-size: 12px;
    padding-right: 5px;
}
.amenity ul li span.yen {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
/*.amenity ul li span.yen::before {
    content: "\FFE5";
    padding-right: 5px;
    color: #80122C;
    font-size: 12px;
    font-weight: bold;
}*/


/*-------------------------
.amenity .sw_btn end
-------------------------*/


/* benefits
---------------------------------------------------------------------- */
	#benefits {
		padding: 50px 0 65px;
		position: relative;
		z-index: 50;
	}
	#benefits .mainw {
		position: relative;
	}
	#benefits .deco01 {
		position: absolute;
		left: -130px;
		top: -65px;
	}
	#benefits h3.ribon {
		background: url(../images/icon_ribbon.svg) top center no-repeat;
		padding-top: 30px;
		text-align: center;
		color: #80122c;
		font-size: 30px;
		margin-bottom: 50px;
	}

	.tabsmenu {
		width: 100%;
		position: relative;
		z-index: 40;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.tabsmenu li {
		width: 350px;
		height: 50px;
	}
	.tabsmenu li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: url(../images/icon_arrow_d_brown.svg) center right 15px no-repeat #E0D9CE;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;		
	}
	.tabsmenu li.ui-state-active {
		background: none;
	}
	.tabsmenu li.ui-tabs-active.ui-state-active a {
		background: url(../images/icon_arrow_d_brown.svg) center right 15px no-repeat #FFF; 
	}
	.benefitswrap {
		background: #FFF;
		padding: 45px;
		align-items: center;
	}
	.benefitswrap .img {
		width: 450px;
		margin-right: 60px;
	}
	.benefitswrap .txt {
		width: 500px;
	}
	.benefitswrap .txt h4 {
		font-size: 24px;
		color: #80122C;
		margin-bottom: 20px;
	}
	.benefitswrap .txt p {
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.benefitswrap .txt a {
		width: 250px;
	}

	.b_detail {
		width: 820px;
		margin: auto;
		position: relative;
		/*display: none;*/
	}
	.stepwrap {
		margin-bottom: 60px;
		position: relative;
		padding: 39px;
		border: 1px solid #D4BCB2;
	}
	.stepwrap::after {
		content: "";
		display: block;
		width: 7px;
		height: 19px;
		background: url(../images/icon_arrow_down_black.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -40px;
		left: 50%;
		margin-left: -9px;
	}
	.stepwrap.noafter::after {
		display: none;
	}
	.stepwrap.cflex {
		justify-content: space-between;
		align-items: center;
	}
	.stepwrap .steplink {
		width: 250px;
		text-align: center;
	}
	.stepwrap .steplink a.line img {
		width: 120px;
	}


/* events
---------------------------------------------------------------------- */
	#events {
		padding: 70px 0 50px;
	}
	#events ul {
		width: 960px;
		margin: 0 auto;
	}
	#events ul li {
		width: 300px;
	}
	.moveslide .slick-prev, 
	.moveslide .slick-next {
		width: 16px;
		height: 32px;
	}
	.moveslide .slick-prev:hover, 
	.moveslide .slick-next:hover {
		opacity: 0.7;
	}
	.moveslide .slick-prev {
		background: url(../images/icon_prev.svg) center center no-repeat;
		background-size: contain;
	}
	.moveslide .slick-prev::before {
		content: "";
	}
	.moveslide .slick-next {
		background: url(../images/icon_next.svg) center center no-repeat;
		background-size: contain;
	}
	.moveslide .slick-next::before {
		content: "";
	}
	.moveslide .slick-prev:hover, 
	.moveslide .slick-prev:focus {
		background: url(../images/icon_prev.svg) center center no-repeat;
		background-size: contain;
	} 
	.moveslide .slick-next:hover, 
	.moveslide .slick-next:focus {
		background: url(../images/icon_next.svg) center center no-repeat;
		background-size: contain;
	}
	.how {
		width: 960px;
		margin: 100px auto 0;
		position: relative;
	}
	.how p {
		text-align: center;
	}
	.how .deco01 {
		position: absolute;
		bottom: -10px;
		left: 50px;
	}
	.how .deco02 {
		position: absolute;
		top: -20px;
		right: 10px;
	}




/* covitinfo
---------------------------------------------------------------------- */
    .contentArea{
	width: 1100px;
    margin: 50px auto;
    }
	.aboutise {
		margin-bottom: 120px;
	}
	.aboutise h4 {
		font-size: 24px;
		font-family: "Hannari","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		text-align: center;
		margin-bottom: 20px;
	}
	.aboutise p {
		margin-bottom: 20px;
	}
	div#RthCustomizeW .aboutise a {
		width: 360px;
		margin: auto;
	}
	.nature {
		margin-top: 120px;
		align-items: center;
	}
	.nature .img {
		width: 450px;
		height: 350px;
		background: url(../images/index/bg_nature.jpg) center center no-repeat;
		background-size: cover;
		position: relative;
		margin-right: 60px;
	}
	.nature .img .ttl {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 120px;
		height: 350px;
		background: #FFF;
		margin-left: 30px;
		position: relative;
	}
	.nature .txt {
		width: 590px;
	}
	.nature .txt h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.nature .txt p {
		line-height: 1.8;
		margin-bottom: 20px;
	}
	div#RthCustomizeW .nature .txt a {
		width: 360px;
	}
	#shrine img.mb3{
		margin-bottom: 3rem;
	}



/* cts
---------------------------------------------------------------------- */
	#cts {}
	#cts h4 { font-size: 24px; font-family: "hannari","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif; text-align: center; margin-bottom: 55px; }
	#cts .cflex li { width: 25%; }
	#cts .cflex li a { width: 100%; display: block; height: 600px; position: relative; }
	#cts .cflex li a .img { width: 100%; height: 600px; overflow: hidden; background: #000000; }
	#cts .cflex li a .img img { width: 102%; transition:1s; max-width: 200%; }
	#cts .cflex li a:hover { opacity: 1; }
	#cts .cflex li a:hover .img img { transform:scale(1.1); opacity: 0.6; max-width: 200%; }
	#cts .cflex li a h3 { width: 100px; height: 230px; position: absolute; top:0; left: 50%; margin-left: -50px;
		background-color: #ffffff; text-indent: -10000px; overflow: hidden; }
	#cts .cflex li:first-child a h3 { background-image: url(../images/index/ttl_bath.svg); 
		background-position: center center; background-repeat: no-repeat; }
	#cts .cflex li:nth-child(2) a h3 { background-image: url(../images/index/ttl_esthetic.svg); 
		background-position: center center; background-repeat: no-repeat; }
	#cts .cflex li:nth-child(3) a h3 { background-image: url(../images/index/ttl_cuisine.svg); 
		background-position: center center; background-repeat: no-repeat; }
	#cts .cflex li:nth-child(4) a h3 { background-image: url(../images/index/ttl_room.svg); 
		background-position: center center; background-repeat: no-repeat; }
	#cts li .txt { position: absolute; bottom: 0; left: 0; width: 100%; padding-bottom: 20px; text-align: center; }
	#cts li .txt p , #cts li .txt span { color: #FFF; text-align: center; } 
	#cts li .txt p { margin-bottom: 20px; }
	#cts li .txt span { display: inline-block; padding-right: 70px; transition: 0.3s;
	background: url(../images/icon_arrow_r_white.svg) right 15px center no-repeat; }
	#cts .cflex li a:hover .txt span {
		background: url(../images/icon_arrow_r_white.svg) right 10px center no-repeat;
	}

/*
		text-shadow: 1px 1px 10px rgba(0,0,0,.3),1px 1px 15px rgba(0,0,0,.3),1px 1px 20px rgba(0,0,0,.3),
					-1px 1px 10px rgba(0,0,0,.3),-1px 1px 15px rgba(0,0,0,.3),-1px 1px 20px rgba(0,0,0,.3),
					1px -1px 10px  rgba(0,0,0,.3),1px -1px 15px rgba(0,0,0,.3),1px -1px 20px rgba(0,0,0,.3),
					-1px -1px 10px rgba(0,0,0,.3),-1px -1px 15px rgba(0,0,0,.3),-1px -1px 20px rgba(0,0,0,.3);
*/


/* #plan
---------------------------------------------------------------------- */
	#plan {
		padding: 110px 0 150px;
	}
	#plan #ranking_489ban {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 70px;
	}
	#plan #ranking_489ban .PlanView {
		width: 22.728%;
		margin-right: 2.728%;
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}
	#plan #ranking_489ban .PlanView:nth-child(4n) {
		margin-right: 0;
	}
	#plan #ranking_489ban .PlanView .main_picture {
		position: relative;
		max-height: 220px;
		overflow: hidden;
	}
	#plan #ranking_489ban .PlanView .main_picture img {
		width: 100%;
	}
	#plan #ranking_489ban .PlanView .rank_no {
		width: initial;
		position: absolute;
		z-index: 10;
		left: -50px;
		top: -45px;
		width: 237px;
		height: 167px;
		text-indent: -100000px;
		overflow: hidden;
		display: none;
	}
	#plan #ranking_489ban .PlanView.rank_1 .rank_no {
		background: url("../images/index/icon_emb01.png") center center no-repeat;
		background-size: contain;
	}
	#plan #ranking_489ban .PlanView.rank_2 .rank_no {
		background: url("../images/index/icon_emb02.png") center center no-repeat;
		background-size: contain;
	}
	#plan #ranking_489ban .PlanView.rank_3 .rank_no {
		background: url("../images/index/icon_emb03.png") center center no-repeat;
		background-size: contain;
	}
	#plan #ranking_489ban .PlanView .explan {
		padding: 1em 0;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	#plan #ranking_489ban .PlanView .explan p.plan {
		font-size: 18px;
		line-height: 1.5;
		color: #1C1C1C;
		margin-bottom: 20px;
	}
	#plan #ranking_489ban .PlanView .explan .pblist {
		margin-top: auto;
	}
	#plan #ranking_489ban .PlanView a .txt .planbtn {
		margin-top: auto;
	}
	#plan #ranking_489ban .PlanView .explan .pblist li a {
		font-size: 16px; display: flex; align-items: center; justify-content: center; 
		text-align: center; width: 250px; height: 40px; position: relative; 
		border: #80122c 1px solid; color: #80122c; 
		background: url(../images/icon_arrow_r_red.svg) right 13px center no-repeat transparent;
	}
	#plan #ranking_489ban .PlanView .explan .pblist li a:hover {
		opacity: 0.8; border: #80122c 1px solid; color: #80122c;
		background: url(../images/icon_arrow_r_red.svg) right 8px center no-repeat transparent;
	}
	#plan .memorial {
		margin-bottom: 65px;
	}
	div#RthCustomizeW #plan .cbtn {
		width: 250px;
		margin-right: auto;
		margin-left: auto;
	}
	#plan .bigbnr {
		margin-top: 100px;
		justify-content: center;
	}
	#plan .bigbnr li {
		width: 47.728%;
	}
	#plan .bigbnr li img {
		width: 100%;
	}



/* grouplink
---------------------------------------------------------------------- */
	#grouplink { 
		margin-bottom: 90px;
	}
	#grouplink ul { 
		justify-content: space-between;
	}
	#grouplink ul li { 
		width: 30.91%;
	}
	#grouplink ul li a { 
		display: block;
		width: 100%;
	}
	#grouplink ul li .img img { 
		width: 100%;
	}
	#grouplink ul li .txt { 
		padding: 1em 1em 0;
	}
	#grouplink ul li p { 
		text-align: center;
		margin-bottom: 10px;
	}
	#grouplink ul li h4 { 
		text-align: center;
		font-size: 24px;
		margin-bottom: 16px;
	}
	#grouplink ul li span { font-size: 16px; display: flex; align-items: center; justify-content: center; 
		text-align: center; width: 250px; height: 40px; margin: auto; position: relative; 
		border: #80122c 1px solid; color: #80122c; 
		background: url(../images/icon_arrow_r_red.svg) right 13px center no-repeat transparent; 
		transition: 0.3s; }
	#grouplink ul li a:hover span { opacity: 0.8; border: #80122c 1px solid; color: #80122c;
		background: url(../images/icon_arrow_r_red.svg) right 8px center no-repeat transparent; }

/*  3つ目の施設が追加になったら削除ここから */
	#grouplink ul { 
		justify-content: center;
	}
	#grouplink ul li:first-child { 
		margin-right: 20px;
	}
	#grouplink ul li:last-child { 
		margin-left: 20px;
	}
/*  3つ目の施設が追加になったら削除ここまで */



/* news
---------------------------------------------------------------------- */
	#news { margin-bottom: 200px; }
	#news .cflex { justify-content: space-between; }

	#news .newsmain { width: 47.728%; }
	#news .newsmain h4 { font-size: 24px; margin-bottom: 30px; }
	#news li { width: 100%; padding: 20px 27px 20px 0; position: relative;
		background:url("../images/icon_arrow_r_red.svg") right center no-repeat;
		transition: 0.3s; border-bottom: #d3d3d1 1px solid; font-size: 16px; }
	/*#news li:hover { opacity: 1; background-position: right 13px center; }*/
	#news li .day { color: #808080; }
	#news li .news_ttl a { color: #000; }

	.emergency {
		border: 1px solid #80122C;
		padding: 2em;
		margin-bottom: 30px;
	}
	.emergency h4 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.emergency p {
	}
	.emergency p .telpc {
		pointer-events: none;
	}


}/* @media (min-width:1001px) */


/* ---------------------------------------------------------------------- */


@media (min-width:1001px) and (max-width:1600px) {

	#cts .cflex li a .img img {
		width: auto;
		height: 600px;
	}

}


/* ---------------------------------------------------------------------- */


@media (min-width:1001px) and (max-width:1350px) {

	/*.swiper-container_fv .swiper-wrapper li img { height: 100%; width: auto; max-width: 300%; }*/

}


/* ---------------------------------------------------------------------- */


@media (min-width:1001px) and (max-width:1200px) {

	/*.swiper-pagination_fv { width: 96%; margin-left: auto; margin-right: auto; }*/

}


/* ---------------------------------------------------------------------- */


@media (min-width:1001px) and (max-width:1185px) {


}


/* ---------------------------------------------------------------------- */


@media (min-width:1001px) and (max-width:1145px) {

	#mv_i .swiper-container-horizontal>.swiper-pagination-bullets, #mv_i .swiper-pagination-custom, .swiper-pagination-fraction { margin-left: 0; left: 2vw; }

} /*End max-width:1145px;*/


/* ---------------------------------------------------------------------- */


@media (max-width:1000px){

	#mv_i { width: 100%; height: 140vw; position: relative; z-index: 100; /* margin-top: 20vw; */}
	/*#mv_i .cc { width: 50vw; height: 70vw; position: absolute; top:5vw; right: 2vw; z-index: 10; }
	#mv_i .cc h2 { text-indent: -10000px; width: 100%; height: 100%;
		background: url(../images/index/cc_sp.png) center center no-repeat; background-size: contain; }*/
	.swiper-container_fv { width: 100%; height: 140vw; position: relative; }
	.swiper-container_fv.swiper-container-fade .swiper-slide { width: 100%; height: 100%; }
	.swiper-container_fv.swiper-container-fade .swiper-slide .img { width: 100%; height: 100%;
		overflow: hidden; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv01 { background: url(../images/index/mv01_sp.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv02 { background: url(../images/index/mv02_sp.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv03 { background: url(../images/index/mv03_sp.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv04 { background: url(../images/index/mv04_sp.jpg) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv05 { background: url(../images/index/mv05_sp.jpg?0629) center center no-repeat; background-size: cover; }
	.swiper-container_fv.swiper-container-fade .swiper-slide.mv04 span { color: #FFF; font-size: 3.4vw; position: absolute; z-index: 10; right: 4vw; bottom: 1vw; }

	.swiper-container_fv ul li { position: relative; }
	.swiper-container_fv ul li:before { content: ""; background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
		height: 16vw; width: 100%; position: absolute; bottom: 0; left: 0; z-index: 2; }


	#mv_i .cc { position: absolute; top:50%; margin-top: -25vw; left: 50%; margin-left: -11.5vw;
		z-index: 3; width: 23vw; }
	#mv_i .cc img { width: 100%; }
	.swiper-container_fv .swiper-pagination_fv { display: flex; z-index: 10;
		justify-content: center; position: absolute; bottom: 6vw !important; }
	#mv_i .swiper-pagination-bullet { width: 4vw; height: 4vw; /*border-radius: 50%;*/
		opacity: 1; background: url(../images/pager_bullet.svg) center center no-repeat ; 
		background-size: contain; margin: 0 2vw; }
	#mv_i .swiper-pagination-bullet-active { opacity: 1; width: 4vw; height: 4vw; /*border-radius: 50%;*/ 
		position: relative; /*bottom: 1vw; */
		background: url(../images/pager_bullet-active.svg) center center no-repeat ; 
		background-size: contain; }


	#mv_i .bestrate { 
		width: 80vw;
		margin: 10vw auto 4vw;
		position: relative;
		z-index: 3; 
	}
	#mv_i .bestrate img {
		width: 100%;
	}
	#mv_i .aniv40 { 
		width: 80vw;
		margin: 0 auto 9vw;
		position: relative;
		z-index: 3; 
	}
	#mv_i .aniv40 img {
		width: 100%;
	}



/* about
---------------------------------------------------------------------- */
	#about { 
		padding: 70vw 0 15vw;
		position: relative;
		z-index: 50;
	 }
	#about .mainw { 
		width: 88vw;
		position: relative;
		padding-left: 26vw;
	}
	#about p {
		line-height: 2.3;
		color: #FFF;
	}
	.icon_about {
		position: absolute;
		left: 3vw;
		top: 0;
		width: 19vw;
	}
	#about .deco01 {
		position: absolute;
		right: 0;
		bottom: -21vw;
		width: 34vw;
	}




/* measures
---------------------------------------------------------------------- */
	#measures { 
		padding: 13vw 0; 
		position: relative;
		z-index: 20;
	}
	#measures a.corona {
		display: block;
		width: 100%;
		padding: 3vw 0 6vw;
		background: url(../images/icon_arrow_d_white.svg) center bottom 3vw no-repeat #80723B;
		background-size: 2vw auto;
		text-align: center;
		color: #FFF;
		font-size: 5vw;
		border-top-right-radius: 1vw;
		border-top-left-radius: 1vw;
	}
	#measures a.corona.open {
		background: url(../images/icon_arrow_u_white.svg) center bottom 3vw no-repeat #80723B;
		background-size: 2vw auto;		
	}
	#measures a.corona span {
		position: relative;
	}
	#measures a.corona span::before {
		content: "";
		display: block;
		width: 8vw;
		height: 7.3vw;
		position: absolute;
		left: -8vw;
		bottom: 2vw;
		background: url(../images/icon_hands.svg) center center no-repeat;
		background-size: contain;
	}
	.measures_detail {
		border: 2.6vw solid #80723B;
		width: 100%;
		display: none;
	}
	.measures_detail_inner {
		padding: 7vw 0;
		width: 80vw;
		margin: auto;
	}
	#measures01 {
		background: url(../images/bg_flower01.svg) left top -5.5vw no-repeat;
		background-size: 40vw auto;
	}
	.measures_detail_inner .midashi {
	}
	.measures_detail_inner .midashi .txt {
		width: 100%;
	}
	.measures_detail_inner .midashi .txt h3 {
		font-size: 6.6vw;
		line-height: 1.5;
		position: relative;
		padding: 0 0.5em;
		margin-bottom: 13.3vw;
	}
	.measures_detail_inner .midashi .txt h3 span {
		color: #80122C;
	}
	.measures_detail_inner .midashi .txt h3::before ,
	.measures_detail_inner .midashi .txt h3::after {
		content: "";
		display: block;
		position: absolute;
	}
	.measures_detail_inner .midashi .img {
		width: 100%;
		margin-bottom: 5vw;
	}
	.measures_detail_inner .midashi .img img {
		width: 100%;
	}
	#measures01.measures_detail_inner .midashi .txt h3::before {
		width: 16vw;
		height: 5.3vw;
		top: -2vw;
		right: 0;
		background: url(../images/bg_cloud01.svg) center center no-repeat;
		background-size: contain;
	}
	#measures01.measures_detail_inner .midashi .txt h3::after {
		width: 13.3vw;
		height: 3.4vw;
		bottom: -6vw;
		left: 0;
		background: url(../images/bg_cloud02.svg) center center no-repeat;
		background-size: contain;
	}
	.measures_detail_inner .roomimagewrap {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner {
		width: 100%;
		margin-bottom: 10vw;
		display: flex;
		flex-direction: column;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner h5 {
		text-align: center;
		margin-bottom: 4vw;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner .roomimage {
		margin-bottom: 20px;
	}
	.mensmarker {
		display: flex;
		justify-content: flex-end;
		margin-top: 2vw;
		margin-bottom: 4vw;
	}
	.mensmarker li {
		padding-left: 6vw;
		margin-left: 2vw;
	}
	.mensmarker li.pink {
		background: url(../images/icon_marker_pink.svg) left center no-repeat;
		background-size: 4.5vw auot;
	}
	.mensmarker li.brown {
		background: url(../images/icon_marker_brown.svg) left center no-repeat;
		background-size: 4.5vw auot;
	}
	.measures_detail_inner .roomimagewrap .roomimageinner p.mt_auto {
		margin-top: auto;
	}
	#measures01 .cbtn {
		width: 100%;
		height: 16vw;
	}
	#measures02 {
		padding-top: 20vw;
		background: url(../images/bg_flower02.svg) right top no-repeat;
		background-size: 40vw auto;
	}
	#measures02 .midashi {
		flex-direction: row-reverse;
	}
	#measures02.measures_detail_inner .midashi .txt h3::before {
		width: 13.3vw;
		height: 3.4vw;
		top: -5vw;
		left: 0;
		background: url(../images/bg_cloud02.svg) center center no-repeat;
		background-size: contain;
	}
	#measures02.measures_detail_inner .midashi .txt h3::after {
		width: 16vw;
		height: 5.3vw;
		bottom: -2vw;
		right: 0;
		background: url(../images/bg_cloud01.svg) center center no-repeat;
		background-size: contain;
	}
	#measures02 .cbtn {
		width: 100%;
		height: 16vw;
	}
	#measures03 {

	}
	#measures03 h6 {
		font-size: 5vw;
		text-align: center;
		position: relative;
		margin-bottom: 8vw;
	}
	#measures03 h6 span.red {
		font-size: 8vw;
		color: #80122C;
	}
	#measures03 h6 .befaft {
		display: inline-block;
		position: relative;
	}
	#measures03 h6 .befaft::before, 
	#measures03 h6 .befaft::after {
		content: "";
		display: inline-block;
		position: relative;
		top: 6vw;
	}
	#measures03 h6 .befaft::before {
		width: 16vw;
		height: 12.6vw;
		background: url(../images/bg_flower03.svg) center center no-repeat;
		background-size: contain;
	}
	#measures03 h6 .befaft::after {
		width: 16vw;
		height: 12.6vw;
		background: url(../images/bg_flower04.svg) center center no-repeat;
		background-size: contain
	}
	#measures03 ul {
		margin-bottom: 6vw;
	}
	#measures03 ul li {
		margin-bottom: 4vw;
	}
	#measures03 .cbtn {
		width: 100%;
	}



/* benefits
---------------------------------------------------------------------- */
	#benefits {
		padding: 15vw 0 7vw;
		position: relative;
		z-index: 50;
	}
	#benefits .mainw {
		position: relative;
	}
	#benefits .deco01 {
		position: absolute;
		left: 0;
		top: -21vw;
		width: 56.666vw;
	}
	#benefits h3.ribon {
		background: url(../images/icon_ribbon.svg) top center no-repeat;
		background-size: 10vw auto;
		padding-top: 10vw;
		text-align: center;
		color: #80122c;
		font-size: 6.6vw;
		margin-bottom: 5vw;
	}

	.tabsmenu {
		width: 100%;
		position: relative;
		z-index: 40;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.tabsmenu li {
		width: calc(100% / 3);
	}
	.tabsmenu li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 1vw 2vw 4vw;
		background: url(../images/icon_arrow_d_brown.svg) center bottom 2vw no-repeat #E0D9CE;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		font-size: 3.3vw;
	}
	.tabsmenu li.ui-state-active {
		background: none;
	}
	.tabsmenu li.ui-tabs-active.ui-state-active a {
		background: url(../images/icon_arrow_d_brown.svg) center bottom 2vw no-repeat #FFF; 
	}
	.benefitswrap {
		background: #FFF;
		padding: 4vw;
		align-items: center;
	}
	.benefitswrap .img {
		width: 100%;
		margin-bottom: 6vw;
	}
	.benefitswrap .txt {
		width: 100%;
	}
	.benefitswrap .txt h4 {
		font-size: 5.3vw;
		color: #80122C;
		margin-bottom: 4vw;
		letter-spacing: -0.2vw;
	}
	.benefitswrap .txt p {
		line-height: 1.8;
	}
	.benefitswrap .txt a {
		width: 100%;
	}

	.b_detail {
		width: 100%;
		margin: auto;
		position: relative;
		/*display: none;*/
	}
	.stepwrap {
		margin-bottom: 13vw;
		position: relative;
		padding: 7vw;
		border: 1px solid #D4BCB2;
	}
	.stepwrap::after {
		content: "";
		display: block;
		width: 1.8vw;
		height: 4.5vw;
		background: url(../images/icon_arrow_down_black.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -9vw;
		left: 50%;
		margin-left: -0.9vw;
	}
	.stepwrap.noafter::after {
		display: none;
	}
	.stepwrap.cflex {
/*		justify-content: space-between;
		align-items: center;*/
	}
	.stepwrap .steptxt p {
		margin-bottom: 4vw;
	}
	.stepwrap .steplink {
		text-align: center;
	}
	.stepwrap .steplink a.line img {
		width: 30vw;
	}
	.stepwrap .steplink .ticket {
		width: 100%;
	}
	.b_detail ul.square li { margin-bottom: 4vw; }




/* events
---------------------------------------------------------------------- */
	#events {
		padding: 7vw 0;
	}
	#events ul {
		width: 80vw;
		margin: 0 auto;
	}
	#events ul li {
		width: 100%;
	}
	#events ul li img {
		width: 100%;
	}
	.moveslide .slick-prev, 
	.moveslide .slick-next {
		width: 2.6vw;
		height: 5.3vw;
	}
	.moveslide .slick-prev:hover, 
	.moveslide .slick-next:hover {
		opacity: 0.7;
	}
	.moveslide .slick-prev {
		background: url(../images/icon_prev.svg) center center no-repeat;
		background-size: contain;
	}
	.moveslide .slick-prev::before {
		content: "";
	}
	.moveslide .slick-next {
		background: url(../images/icon_next.svg) center center no-repeat;
		background-size: contain;
	}
	.moveslide .slick-next::before {
		content: "";
	}
	.moveslide .slick-prev:hover, 
	.moveslide .slick-prev:focus {
		background: url(../images/icon_prev.svg) center center no-repeat;
		background-size: contain;
	} 
	.moveslide .slick-next:hover, 
	.moveslide .slick-next:focus {
		background: url(../images/icon_next.svg) center center no-repeat;
		background-size: contain;
	}
	.how {
		width: 100%;
		margin: 30vw auto;
		position: relative;
	}
	.how p {
		text-align: center;
	}
	.how p img {
		width: 100%;
	}
	.how .deco01 {
		position: absolute;
		bottom: -25vw;
		left: 0;
		width: 30vw;
	}
	.how .deco02 {
		position: absolute;
		top: -20vw;
		right: 0;
		width: 40vw;
	}



/* shrine
---------------------------------------------------------------------- */
	#shrine {
		margin-bottom: 15vw;
	}
	#shrine .bg_shrine {
		width: 100%;
		height: 80vw;
		background: url(../images/index/bg_shrine_sp.jpg) center top no-repeat;
		background-size: cover;
		margin-bottom: 10vw;
	}
	#shrine .bg_shrine .ttl {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 24vw;
		height: 80vw;
		background: #FFF;
		margin-left: auto;
		position: relative;
	}
	.aboutise {
		margin-bottom: 120px;
	}
	.aboutise h4 {
		font-size: 5vw;
		font-family: "Hannari","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		text-align: center;
		margin-bottom: 5vw;
	}
	.aboutise p {
		margin-bottom: 5vw;
	}
	.aboutise a {
		width: 100%;
	}
	#shrine #nature {
		width: 100%;
	}
	.nature {
/*		margin-top: 120px;
		align-items: center;*/
	}
	.nature .img {
		width: 100%;
		height: 80vw;
		background: url(../images/index/bg_nature.jpg) center center no-repeat;
		background-size: cover;
		position: relative;
		margin-bottom: 10vw;
	}
	.nature .img .ttl {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 24vw;
		height: 80vw;
		background: #FFF;
		margin-left: 6vw;
		position: relative;
	}
	#ise .bg_shrine .ttl img {
		height: 60vw;
	}
	.nature .txt {
		width: 89vw;
		margin: auto;
	}
	.nature .txt h4 {
		font-size: 5vw;
		font-family: "Hannari","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		text-align: center;
		margin-bottom: 5vw;
	}
	.nature .txt p {
		margin-bottom: 5vw;
	}
	.nature .txt a {
		width: 100%;
	}
	#nature .nature .img .ttl img {
		height: 66.667vw;
	}	



/* cts 
---------------------------------------------------------------------- */
	#cts {}
	#cts h4 { font-size: 5vw; font-family: "hannari"; text-align: center; margin-bottom: 9vw; }
	#cts .cflex { display: flex; flex-wrap:wrap; }
	#cts .cflex li { width: 50%; }
	#cts .cflex li a { width: 100%; display: block; height: 80vw; position: relative; }
	#cts .cflex li a .img { width: 100%; height: 80vw; overflow: hidden; }
	#cts .cflex li a .img img { /*width: 103%; max-width: 200%;*/ height: 100%; }
	#cts .cflex li a h3 { width:15vw; height: 44vw; position: absolute; top:0; left: 50%; margin-left: -7.5vw;
		background-color: #ffffff; text-indent: -10000px; overflow: hidden; }
	#cts .cflex li:first-child a h3 { background-image: url(../images/index/ttl_bath.svg); 
		background-position: center center; background-repeat: no-repeat; background-size: auto 13vw; }
	#cts .cflex li:nth-child(2) a h3 { background-image: url(../images/index/ttl_esthetic.svg); 
		background-position: center center; background-repeat: no-repeat; background-size: auto 36.667vw; }
	#cts .cflex li:nth-child(3) a h3 { background-image: url(../images/index/ttl_cuisine.svg); 
		background-position: center center; background-repeat: no-repeat; background-size: auto 13vw; }
	#cts .cflex li:nth-child(4) a h3 { background-image: url(../images/index/ttl_room.svg); 
		background-position: center center; background-repeat: no-repeat; background-size: auto 13vw; }

	#cts li .txt { position: absolute; bottom: 0; left: 0; width: 100%; padding-bottom: 5vw; text-align: center; }
	#cts li .txt p , #cts li .txt span { color: #FFF; text-align: center; } 
	#cts li .txt p { margin-bottom: 5vw; }
	#cts li .txt span { display: inline-block; padding-right: 6.6vw;
	background: url(../images/icon_arrow_r_white.svg) right center no-repeat; 
	background-size: 6vw auto; }





/* #plan
---------------------------------------------------------------------- */
	#plan {
		padding: 20vw 0 ;
		background: url("../images/index/bg_mount.jpg") center bottom no-repeat #F4F4F4;
		background-size: contain;
	}
	#plan p.lead {
		line-height: 1.5;
	}
	#plan p.lead .bo_frame_radius {
		border-radius: 25vw;
	}
	#plan #ranking_489ban.mainw {
		width: 76vw;
	}
	#plan #ranking_489ban .PlanView {
		width: 100%;
		margin-bottom: 6vw;
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
	}
	#plan #ranking_489ban .PlanView .main_picture {
		position: relative;
		width: 40vw;
		overflow: hidden;
	}
	#plan #ranking_489ban .PlanView .main_picture img {
		width: 100%;
	}
	#plan #ranking_489ban .PlanView .rank_no {
		width: 50vw;
		height: 40vw;
		position: absolute;
		z-index: 10;
		left: -10vw;
		top: -11vw;
		text-indent: -100000px;
		display: none;
	}
	#plan #ranking_489ban .PlanView.rank_1 .rank_no {
		background: url("../images/index/icon_emb01.png") center center no-repeat;
		background-size: contain;
	}
	#plan #ranking_489ban .PlanView.rank_2 .rank_no {
		background: url("../images/index/icon_emb02.png") center center no-repeat;
		background-size: contain;
	}
	#plan #ranking_489ban .PlanView.rank_3 .rank_no {
		background: url("../images/index/icon_emb03.png") center center no-repeat;
		background-size: contain;
	}
	#plan #ranking_489ban .PlanView .explan {
		/*padding: 1em 0;*/
		width: 44vw;
	}
	#plan #ranking_489ban .PlanView .explan p.plan {
		font-size: 4vw;
		line-height: 1.5;
		color: #000000;
		/*margin-bottom: 4vw;*/
	}
	#plan #ranking_489ban .PlanView .explan .pblist {
		display: none;
	}
	#plan #ranking_489ban .PlanView .explan .pblist li a {
		font-size: 4vw; display: flex; align-items: center; justify-content: center; 
		text-align: center; color: #80122c;	width: 100%; height: 10vw; position: relative; padding-right: 9vw;
		background: url(../images/icon_arrow_r_red.svg) right 3.3vw center no-repeat transparent;
		background-size: 5.4vw auto; border: #80122c 1px solid; border-radius: 0.5vw;
/*		display: inline-block;
		width: auto;
		padding-right: 1em;
		border-bottom: 1px solid #D6D6D6;
		background: url("../images/icon_arrow_r_green.svg") right center no-repeat ;
		background-size: auto 2vw;*/
	}
	#plan .cbtn {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#plan .memorial {
		margin-bottom: 7vw;
	}
	#plan .cbtn {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	#plan .bigbnr {
		margin-top: 10vw;
	}
	#plan .bigbnr li {
		width: 100%;
		margin-bottom: 8vw;
	}
	#plan .bigbnr li img {
		width: 100%;
	}




/* instagram
---------------------------------------------------------------------- */
	#instagram { 
		padding-top: 10vw;
		margin-bottom: 10vw;
	}
	#instagram ul { 
		display: flex;
		margin-bottom: 7vw;
	}
	#instagram ul li { 
		width: 27.466vw;
		margin-right: 3.1vw; 
	}
	#instagram ul li:nth-child(3n) { 
		margin-right: 0;
	}
	#instagram ul li:nth-child(n+4) { 
		display: none;
	}
	#instagram a.cbtn {
		width: 100%;
		margin: auto; 
	}



/* grouplink
---------------------------------------------------------------------- */
	#grouplink { 
		margin-bottom: 7vw;
	}
	#grouplink ul { 
		
	}
	#grouplink ul li { 
		/*display: flex;*/
		/*justify-content: space-between;*/
		width: 100%;
		margin-bottom: 4vw;
	}
	#grouplink ul li a {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#grouplink ul li .img { 
		width: 45.3334%;
	}
	#grouplink ul li .img img { 
		width: 100%;
	}
	#grouplink ul li .txt { 
		width: 40vw;
	}
	#grouplink ul li p { 
		line-height: 1.2;
		margin-bottom: 2vw;
	}
	#grouplink ul li h4 { 
		text-align: center;
		font-size: 5vw;
	}
	#grouplink ul li span  { 
		display: none;
/*		font-size: 4vw; display: flex; align-items: center; justify-content: center; 
		text-align: center; color: #80122c;	width: 66vw; height: 10vw; position: relative; padding-right: 9vw;
		background: url(../images/icon_arrow_r_red.svg) right 3.3vw center no-repeat transparent;
		background-size: 5.4vw auto; border: #80122c 1px solid; border-radius: 0.5vw;*/
	}





/* news
---------------------------------------------------------------------- */
	#news { margin-bottom: 8vw; }
	#news li { width: 100%; padding: 2vw 10vw 2vw 0; position: relative;
		background: url(../images/icon_arrow_r_red.svg) right center no-repeat;
		background-size: 6vw auto; border-bottom: #9F9F9F 1px solid; }
	#news li .day { margin-bottom: 2vw; color: #9F9F9F; }
	#news li .news_ttl a { color: #000000; }
	#news .cbtn2 { width: 56vw; margin-right: auto; margin-left: auto; margin-top: 6vw; }
	#news #latestnews { margin-bottom: 8vw; }












/* banner
---------------------------------------------------------------------- */
	#banner { 
		padding:10vw 0 8vw; 
	}
	#banner .w920 { 
		width: 76vw;
		margin-right: auto;
		margin-left: auto;
	}
	.bn_l {
		margin-bottom: 4vw;
	}
	.bn_l img { width: 100%; }
	.bn_s {
		display: flex;
	 	flex-wrap: wrap;
	 	justify-content: space-between;
	}
	.bn_s li {
		width: 47.4%;
		margin-bottom: 4vw;
	}
	.bn_s li:nth-child(even) {
		margin-right: 0;
	}
	.bn_s li a img {
		width: 100%;
	}
	.infbtn-containts {
		width: 76vw;
		margin-right: auto;
		margin-left: auto;
	}
	.infbtn-containts h4 {
		text-align: center;
		font-size: 5vw;
		letter-spacing: 1vw;
		color: #90c132;
		margin-bottom: 6vw;
	}
	.infbtn-containts a {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background: url("../images/icon_arrow_r_green.svg") right 2vw center no-repeat #FFFFFF;
		background-size:auto 1.6vw ;

	}



/* points
---------------------------------------------------------------------- */
	#points {
		padding: 10vw 0;
	}
	#points h3 { 
		font-size: 10vw;
		text-align: center; 
		font-family: "Permanent"; 
		color: #90c132;
		margin-bottom: 2vw;
		line-height: 1.5;
		background: url("../images/icon_pica.svg") top center no-repeat;
		background-size: 10vw auto;
		padding-top: 8vw;
	}
	#points h3 span { 
		display: block; 
		font-size: 4vw; 
		text-align: center; 
		font-family: 'Noto Sans JP', sans-serif; 
		color: #90c132;
		letter-spacing: 0.6vw;
	}
	#points .lead {
		font-size: 5vw;
		line-height: 1.5;
		letter-spacing: 0.5vw;
		margin-bottom: 10vw;
	}
	.pointwrap {
		align-items: flex-end;
		margin-bottom: 100px;
	}
	.pointwrap .img {
		width: 100%;
		position: relative;
		z-index: 10;
		overflow: hidden;
		margin-bottom: 6vw;
	}
	.pointwrap .img p {
		color: #FFFFFF;
		font-size: 5vw;
		letter-spacing: 1vw;
		position: absolute;
        text-shadow: 1px 1px 1vw rgba(0,0,0,.3),1px 1px 1.5vw rgba(0,0,0,.3),1px 1px 2vw rgba(0,0,0,.3),
                    -1px 1px 1vw rgba(0,0,0,.3),-1px 1px 1.5vw rgba(0,0,0,.3),-1px 1px 2vw rgba(0,0,0,.3),
                    1px -1px 1vw  rgba(0,0,0,.3),1px -1px 1.5vw rgba(0,0,0,.3),1px -1px 2vw rgba(0,0,0,.3),
                    -1px -1px 1vw rgba(0,0,0,.3),-1px -1px 1.5vw rgba(0,0,0,.3),-1px -1px 2vw rgba(0,0,0,.3);
                }
	.pointwrap .img img {
		width: 100%;
		border-radius: 5px;
	}
	.pointwrap .txt {
		width: 76vw;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		z-index: 5;
	}
	.pointwrap .txt::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
	}
	.pointwrap .txt p {
		margin-bottom: 6vw;
		line-height: 2;
	}
	.pointwrap .txt a {
		width: 100%;
	}
	#hotsp .img p {
		bottom: 6vw;
		right: 6vw;
		text-align: right;
	}
	#meal .img p {
		bottom: 6vw;
		left: 6vw;
	}
	#activity .img p {
		bottom: 6vw;
		right: 6vw;
		text-align: right;
	}

	#activity.pointwrap .txt::before {		
		background: url(../images/il_activity.svg) center center no-repeat;
		background-size: contain;
		width: 40vw;
		height: 40vw;
		top: -10vw;
		right: -5vw;
	}
	#meal.pointwrap .txt::before {
		background: url(../images/il_meal.svg) center center no-repeat;
		background-size: contain;
		width: 40vw;
		height: 40vw;
		top: -10vw;
		right: -5vw;
	}
	#hotsp.pointwrap .txt::before {
		background: url(../images/il_hotsp.svg) center center no-repeat;
		background-size: contain;
		width: 40vw;
		height: 40vw;
		top: -10vw;
		right: -5vw;
	}







/* mystyle
---------------------------------------------------------------------- */
	#mystyle {
		padding: 10vw 0;
		position: relative;
		width: 80vw;
		padding-left: 12vw;
		margin-bottom: 22vw;
	}
	#mystyle .mystylewrap {
		width: 100%;
		position: relative;
	}
	#mystyle .heading {
		color: #FFFFFF;
		position: relative;
		z-index: 5;
	}
/*	#mystyle .heading h5 {
		margin-bottom: 7vw;
		font-weight: normal;
	}*/
	#mystyle .heading h4 {
		margin-bottom: 7vw;
	}
	#mystyle .heading h4::before { 
		content: "";
		display: block;
		width: 50vw;
		height: 50vw;
		background: url(../images/bg_grass01.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		z-index: -1;
		left: -10vw;
		top: -10vw;
	}
	#mystyle .heading p {
		margin-bottom: 8vw;
		letter-spacing: 0.4vw;
		color: #000000;
	}
	#mystyle ul {
		width: 76vw;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#mystyle ul li {
		width: 100%;
		margin-bottom: 9vw;
		border-radius: 1vw;
		overflow: hidden;
	}
	#mystyle ul li a {
		display: block;
/*		display: flex;
		flex-direction: column;
		position: relative;*/
		width: 100%;
		height: 100%;
		background: url("../images/icon_arrow_r_green.svg") bottom 4vw right 4vw no-repeat #FFFFFF;
	}
	#mystyle ul li a .img {
		height: 57vw;
		overflow: hidden;
	}
	#mystyle ul li a .img img {
		width: 100%;
	}
	#mystyle ul li a .txt {
		padding: 1.5em 1.5em 3em;
		/*background: url("../images/icon_arrow_r_green.svg") bottom 4vw right 4vw no-repeat #FFFFFF;*/
		background-size: auto 2vw;
	}
	#mystyle ul li a .txt h5 {
		font-size: 4.6vw;
		color: #90c132;
		margin-bottom: 4vw;
	}


/* map
---------------------------------------------------------------------- */
	#map.mainw { width: 100%; }
	#map { padding: 10vw 0 0; background: url("../images/index/bg_mapjapan.svg") left -45vw bottom no-repeat; 
		background-size: 160vw; }


/* access
---------------------------------------------------------------------- */
	#access { padding: 10vw 0 90vw; }
	#access .w1000{ width: 76vw; }
	#access p.how { font-size: 5.3vw; line-height: 1.8; color: #90c132; margin-bottom: 2vw; }
	#access p { margin-bottom: 4vw; }
	#access a { width: 100%; }






}/* End (max-width:1000px)*/


@media all and (-ms-high-contrast: none) {

}

