
.spr, .smr,
.aut, .win {
	display: none;
}

#mainImg {
	width: 100%;
	position: relative;
	height: 600px;
}
#mainImg h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	z-index: 55;
	margin-top: -38px;
}
#mainImg #bn_fv { position: absolute; bottom: 15px; right: 15px; z-index: 100; }
#mainImg ul li {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
}
/* カヌー */
#mainImg ul li.img1 {
	background-image: url(../images/home/img_main01.jpg);
}
/* 宴会 */
#mainImg ul li.img2 {
	/*background-image: url(../images/home/img_main02.jpg);*/
	background-image: url(../images/home/img_main02_dinner.jpg);
}

/* お風呂 */
#mainImg ul li.img3.spr,
#mainImg ul li.img3.smr,
#mainImg ul li.img3.autbn {
	background-image: url(../images/home/img_main03.jpg);
}
#mainImg ul li.img3.win {
	background-image: url(../images/home/img_main03_winter.jpg);
}

/* カヌー */
#mainImg ul li.img4.spr,
#mainImg ul li.img4.smr,
#mainImg ul li.img4.autbn {
	background-image: url(../images/home/img_main04.jpg);
}

/* ラウンジ */
#mainImg ul li.img5.spr,
#mainImg ul li.img5.smr,
#mainImg ul li.img5.autbn {
	background-image: url(../images/home/img_main05.jpg);
}
#mainImg ul li.img5.win {
	background-image: url(../images/home/img_main05_winter.jpg);
}

/*#mainImg ul li.img6 {
	background-image: url(../images/home/img_main06.jpg);
}*/
#mainImg h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -18px;
}

#point {
	width: 100%;
	/*margin-bottom: 7px;*/margin-bottom:100px;
}
#point h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
#point .wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
#point .wrapper .wide {
	position: relative;
	width: 49.7%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 320px;
	margin-bottom: 7px;
}
/*
#point .wrapper a {
	display: block:
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
*/

#point .wrapper .box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 0.4s;
}
#point .wrapper .box a:hover {
	opacity: 1;
}
#point .wrapper .box a h3 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -62px;
}

#point .wrapper #point1 {
	background-image: url(../images/home/img_point01.jpg);
}
#point .wrapper #point2 {
	background-image: url(../images/home/img_point02.jpg);
}
#point .wrapper #point3 {
	background-image: url(../images/home/img_point03.jpg);
}
#point .wrapper #point4 {
	background-image: url(../images/home/img_point04.jpg);
}
#point .wrapper #point5 {
	background-image: url(../images/home/img_point05.jpg);
}
#point .wrapper .narrow {
	position: relative;
	width: 33%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
}


#movie {
	width: 100%;
	margin-bottom: 110px;
	position: relative;
	min-height: 550px;
	height: 400px;
	overflow: hidden;
	background: url(../images/home/bg_movie.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 110px;
}
#movie a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/home/btn_movie.png) no-repeat center center;
	opacity: 0;
	transition: 0.3s;
}
#movie a:hover {
	opacity: 1;
}

#plan {
	width: 100%;
	position: relative;
	margin-bottom: 110px;
}
#plan h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
#plan .wrapper {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#plan .wrapper #best3 {
	width: 1024px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(../images/home/border_s.png) repeat-x center bottom;
}
/*
#plan .wrapper #best3 {
	width: 294px;
	padding-right: 33px;
	background: url(../images/home/border.png) repeat-y right top;
	float: left;
}
*/
#plan .wrapper #gourmet {
	width: 1024px;
	padding-bottom: 30px;
	background: url(../images/home/border_s.png) repeat-x center bottom;
/*
	width: 294px;
	padding: 0 33px;
	background: url(../images/home/border.png) repeat-y right top;
	float: left;
*/
}
#plan .wrapper #value {
	width: 294px;
	padding-left: 33px;
	float: left;
}
#plan .wrapper .conPlan h2 {
	margin-bottom: 25px;
}
#plan .wrapper .conPlan .boxPlan,#ranking_489ban .PlanView,#recommend_489ban .PlanView {
	width:294px;
	margin-right: 71px;
	/*padding-bottom: 60px;*/
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #6D1E1A;
	color: #FFFFFF;
}
#ranking_489ban,#recommend_489ban { display: flex; /*justify-content: space-between;*/ }
#ranking_489ban .PlanView,#recommend_489ban .PlanView { margin-right: 70px; transition: 0.3s; }
#ranking_489ban .PlanView:last-child,#recommend_489ban .PlanView:last-child { margin-right: 0; }
#ranking_489ban .PlanView:hover,#recommend_489ban .PlanView:hover { opacity: 0.6; }
#ranking_489ban .PlanView .rank_no,#ranking_489ban .PlanView .comment,#ranking_489ban .PlanView .pblist,
#recommend_489ban .PlanView .rank_no,#recommend_489ban .PlanView .comment,#recommend_489ban .PlanView .pblist,#recommend_489ban .PlanView .roomlist { display: none; }
#ranking_489ban .PlanView .explan a,#recommend_489ban .PlanView .explan a { color: #ffffff; text-decoration: none; }

#plan .wrapper .conPlan .boxPlan img,#ranking_489ban .PlanView .picture img,#recommend_489ban .PlanView .picture img {
	width:294px;
	height: 186px;
	object-fit: cover;
}
/*
#plan .wrapper .conPlan .boxPlan {
	margin-bottom: 40px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 60px;
	position: relative;
}
*/
#plan .wrapper .conPlan .boxPlan.last {
	margin-right:0;
}
#plan .wrapper .conPlan .boxPlan p.planName,#ranking_489ban .PlanView .explan,#recommend_489ban .PlanView .explan {
	margin-top: 15px;
	font-size: 90%;
	line-height: 1.5;
	min-height: 70px;
	padding:0 10px 5px;
}
#plan .wrapper .conPlan .boxPlan a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(255,255,255,0);
	transition: 0.2s;
}
#plan .wrapper .conPlan .boxPlan a:hover {
	background-color: rgba(255,255,255,0.5);
}
#plan .btn {
	width: 400px;
	margin: 50px auto 0;
	position: relative;
	z-index: 2;
}
#plan .btn a {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #771414;
	width: 100%;
	transition: 0.2s;
}
#plan .btn a:hover {
	background-color: #895757;
}

#plan .obj1 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
#plan .obj2 {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}


#information {
	width: 100%;
	border-top: 1px solid #a2bdcc;
	background: linear-gradient(rgba(219,229,234,1),rgba(219,229,234,0));
	padding-top: 90px;
	margin-bottom: 110px;
	position: relative;
}
#information h1 {
	text-align: center;
	margin-bottom: 50px;
}
#information .wrapper {
	width: 1024px;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#information .wrapper h2 {
	padding: 40px;
	width: 312px;
	float: left;
}
#information .wrapper .access {
	width: 480px;
	float: right;
	font-size: 90%;
	line-height: 1.6;
}
#information .wrapper .access p.detail {
	margin-bottom: 40px;
}

#information .wrapper .access p.btn {
	width: 100%;
	overflow: hidden;
}
#information .wrapper .access p.btn a {
	display: block;
	width: 120px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	float: right;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	transition: 0.2s;
}
#information .wrapper .access p.btn a:hover {
	background-color: #771414;
	color: #fff;
}
#information p.map {
	position: absolute;
	top: 53px;
	left: 50%;
	z-index: 1;
	width: 678px;
	height: 320px;
	margin-left: -100px;
}

#information .infoWrap {
	width: 1024px;
	margin: 0 auto;
	padding-top: 60px;
	overflow: hidden;
}

/* -----------------------------------------------------------
	Instagram
----------------------------------------------------------- */
#insta { margin-bottom: 120px; flex-wrap: wrap; justify-content: space-between; }
#insta div.for_pc { width: 765px; margin: 0 auto 15px; }

#insta a.btn {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	height: 50px;
	position: relative;
	border: #D6D6D6 1px solid;
	background-color: #fff;
	color: #1E1E1E;
	border-radius: 3px;
	text-decoration: none;
}
#insta a.btn img { width: 30px; padding-right: 5px;}

#insta a.btn:hover {
	opacity: 1;
    color: #ffffff;
    background-color: #425311;
    background-size: 14px auto;
}

#fb {
	width: 473px;
	float: left;
}
#fb .fbtitle {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
}
#fb .fbtitle h3 {
	width: 264px;
	float: left;
}
#fb .fbtitle .btn {
	width: 121px;
	float: right;
}
#fb .fbtitle .btn a {
	display: block;
	font-size: 80%;
	color: #fff;
	background-color: #4267b2;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	transition: 0.2s;
}
#fb .fbtitle .btn a:hover {
	background-color: #839acb;
}

#fb .article {
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #d1d1d1;
	overflow: hidden;
	position: relative;
	font-size: 90%;
}
#fb .article p.date {
	width: 200px;
	margin-bottom: 5px;
	background: url(../images/home/ic_date.png) no-repeat left center;
	padding-left: 13px;
}
#fb .article p.title {
	width: 100%;
}
#fb .article a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(255,255,255,0);
	transition: 0.2s;
}	
#fb .article a:hover {
	background-color: rgba(255,255,255,0.3);
}

#information .infoWrap .movie {
	width: 486px;
	float: right;
}
#information .infoWrap .movie h3 {
	margin-bottom: 12px;
}

#campaign #campaignSlide li.short-bnr {
	max-width: 415px;
	width: 415px;
}


#bannerArea {
	width: 950px;
	margin: 120px auto;
}
#bannerArea a {
	opacity: 1;
	transition: 0.3s;
}
#bannerArea a:hover {
	opacity: 0.7;
}

#att div{
	width: 900px;
	border: solid 1px #8d6b26;
	padding: 20px;
	margin: 0 auto 40px auto;
	background-color: #ffffff;
}
#att p { 
	font-size: 11pt; 
	line-height: 1.7; 
	font-family: 游明朝,"Yu Mincho",YuMincho;
	margin-bottom: 20px;
}
#att h4 , #att h5 {
	font-weight: normal;
	font-family: 游明朝,"Yu Mincho",YuMincho;
}
#att h4 {
	font-size: 14pt;
	text-align: center;
	margin-bottom: 15px;
}
#att ul {
	margin-bottom: 15px;
}
#att ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: 游明朝,"Yu Mincho",YuMincho;
}
#att .lcenter {
	text-align: center;
	margin-bottom: 15px;
}

#bestrate { /*margin-top: 40px;*/ text-align: center; }
.bn { text-align: center; margin-top: 40px; }
.bn ul {list-style: none; width: 900px; margin: 10px auto 30px auto; text-align: center;}
.bn ul li {
	display: inline-block; 
	width: 45%; 
	vertical-align: top;
	background-color: #fff;
	border: solid 1px #bcbcbc;/*#ea5513;*/
	margin: 10px 15px;
}
.bn ul li a{
	text-decoration: none;
	color:#000; 
	font-weight: bold; 
	display: block; 
	padding: 16px 5px;
}
.bn ul li a img{margin-left: 10px;}

.bn .over{
	width: 950px;
	margin: 0 auto 10px;
}

/* infbtn-containts */
.infbtn-containts {
	border: 3px solid #6D1E1A;
	max-width: 920px;
    margin: 0 auto 2rem;
    padding: 15px;
}
.infbtn-containts h3{
	padding: 1rem;
    color: #ffffff;
    background-color: #6D1E1A;
    text-align: center;
    font-size: 24px;
}
.infbtn-containts h4 {
	display: block;
    width: 95%;
    font-size: 20px;
    color: #6D1E1A;
    text-align: center;
    margin: 0 auto 15px;
}
.infbtn-containts p {
	display: block;
    width: 100%;
    font-size: 15px;
    color: #020000;
    text-align: center;
    margin: 10px auto 0;
}
.infbtn-containts .btn-containts {
    display: flex;
    width: 100%;
    margin: 0 auto 20px;
}
.infbtn-containts a.btn {
	font-size: 14px;
	color: #020000;
    display: block;
    text-align: center;
    line-height: 1.5;
    width: 250px;
    height: 25px;
    padding: 20px;
    background-color: #ffffff;
    border: #e0e0e0 1px solid;
    background-size: 14px auto;
    margin: 0 auto 0;
    text-decoration-line: none;
}
.infbtn-containts a.btn span.arrow-right::before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: 900;
	padding-left : 10px;/*文字との隙間*/
	color: #6D1E1A;
}
.infbtn-containts a.btn:hover {
	opacity: 1;
    color: #ffffff;
    background-color: #6D1E1A;
    background-size: 14px auto;
}
.infbtn-containts a.btn:hover span.arrow-right::before {
	padding-left: 15px;
	color: #fff;
}

/* infomation banner */
.bn a.inf-bn img{ max-width: 100%; height: auto; }

/*予約特典*/
@font-face {
font-family: "minamoto_l";
  src: url("fonts/minamoto_l.woff") format("woff");
}
#rsvPrivilege {
	margin-top: 40px;
	margin-bottom: 100px;
}
#rsvPrivilege .privilege_wrap {
	width:1024px;
	margin:auto;
	padding-top:20px;
	background: url(../images/home/bg_rsvprivilege.png) center top no-repeat;
}
.privilege_wrap h3 {
	text-align: center;
	color: #FFFFFF;
	font-size:40px;
	margin-bottom:15px;
	font-weight: normal;
	font-family: "minamoto_l";
}
.privilege_wrap h3 .fs30 {
	font-size: 30px;
}
.privilege_wrap h3 .fs24 {
	font-size: 24px;
}
.privilege_wrap ul {
	width:980px;
	margin: 0 auto 10px;
}
.privilege_wrap li {
	display: inline-block;
	position: relative;
	width:320px;
	margin-right: 10px;
	vertical-align: top;
}
.privilege_wrap li:last-child {
	margin-right: 0;
}
.privilege_wrap li .months {
	position: absolute;
	top:0;
	right: 20px;
	z-index: 5;
}
.privilege_wrap li .privilege_pic {
	width: 100%;
	vertical-align: bottom;
	line-height: 1;
}
.privilege_wrap li .txtArea {
	border-right: 1px solid #CEC3AE;
	border-bottom: 1px solid #CEC3AE;
	border-left: 1px solid #CEC3AE;
	background-color: #FFFFFF;
	text-align: center;
	padding:14px 0 10px;
	height: 100px;
	font-family: "minamoto_l";
}
.privilege_wrap li .txtArea p {
	font-size: 20px;
	color: #6D1E1A;
	font-weight: bold;
}
.privilege_wrap li .txtArea p .black {
	color: #333333;
}
.privilege_wrap li .txtArea p .fs18 {
	font-size: 18px;
}
.privilege_wrap li .txtArea p .fs16 {
	font-size: 16px;
}
.privilege_wrap li .txtArea p .fs14 {
	font-size: 14px;
}
.privilege_wrap .attention {
	width:980px;
	margin:auto;
	color: #333333;
	font-size:14px;
	text-align:right;
}
/* -----------------------------------------------------------
	プレミアムステイバナー
----------------------------------------------------------- */
.bn_premiumstay {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.bn_premiumstay a {
	transition: 0.3s ease-in-out;
}

.bn_premiumstay a:hover {
	opacity: .5;
}

/* -----------------------------------------------------------
	新しい取り組み・教育旅行
----------------------------------------------------------- */
.bn_i-e {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.bn_i-e ul {
	display: flex;
	justify-content: space-between;
}
.bn_i-e a {
	transition: 0.3s ease-in-out;
}
.bn_i-e a:hover {
	opacity: .5;
}