@charset "utf-8";

#kvSlider {
	width: 100%;
	min-width: 1060px;
	height: 590px;
	overflow: hidden;
	position: relative;
	margin: 168px auto 0;
	max-width: 1280px;

}
.ie8 #kvSlider {
	max-width: 1280px;
	margin: -52px auto 0;
}

#kvSlider .flexslider {
	height: 590px;
	overflow: hidden;
	margin: 0 auto;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
}


#kvSlider .slides {
	position: relative;
	height: 590px;
	z-index: 0;
}

#kvSlider .slides li {
	width: 100%;
	height: 590px;
	display: none;
	-webkit-backface-visibility: hidden;
}
#kvSlider .slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* #kvSlider .slides li:nth-child(1) {
	background: url(../img/top/pic_kv_slider06.jpg) no-repeat 50% 0;
	background-size: cover;
} */
#kvSlider .slides li:nth-child(1) {
	background: url(../img/top/pic_kv_slider01.jpg) no-repeat 50% 0;
	background-size: cover;
}
#kvSlider .slides li:nth-child(2) {
	background: url(../img/top/pic_kv_slider02.jpg) no-repeat 50% 0;
	background-size: cover;
}
#kvSlider .slides li:nth-child(3) {
	background: url(../img/top/pic_kv_slider03.jpg) no-repeat 50% 0;
	background-size: cover;
}
#kvSlider .slides li:nth-child(4) {
	background: url(../img/top/pic_kv_slider04.jpg) no-repeat 50% 0;
	background-size: cover;
}
#kvSlider .slides li:nth-child(5) {
	background: url(../img/top/pic_kv_slider06.jpg) no-repeat 50% 0;
	background-size: cover;
}
#kvSlider .slides li:nth-child(6) {
	background: url(../img/top/pic_kv_slider07.jpg) no-repeat 50% 0;
	background-size: cover;
}

/* #kvSlideTxt {
	display: none;
} */



/* Direction Nav */
#kvSlider .flex-direction-nav {
	width: 100%;
	min-width: 1060px;
	height: 56px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -28px;
	z-index: 1;
}

#kvSlider .flex-direction-nav a {
	width: 39px;
	height: 56px;
	margin: 0;
	display: block;
	background: url(../img/common/btn_kv_prev.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.9;
	-webkit-transition: all .3s ease;
}

#kvSlider .flex-direction-nav a.flex-next {
	background: url(../img/common/btn_kv_next.png) no-repeat 0 0;
	right: 30px;
}

#kvSlider .flex-direction-nav .flex-prev {
	left: 30px;
}

#kvSlider .flexslider:hover .flex-next {
	opacity: 0.9;
	right: 30px;
}

#kvSlider .flexslider:hover .flex-prev {
	opacity: 0.9;
	left: 30px;
}


#kvSlider .flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30); cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 1000px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -500px;
	text-align: center;
	z-index: 1;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*border: 1px solid #4c4c4c;*/
}

.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,1);
	cursor: pointer;
	text-indent: 9999px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #ff8c00;
	background: rgba(255,140,0,0.7);
}

.flex-control-paging li a.flex-active {
	background: #ff8c00;
	background: rgba(255,140,0,1);
	cursor: default;
}




#kvSlideTxt {
	position: absolute;
	top: 200px;
	left: 100px;
}


/* headLine
--------------------------------------------------------------- */

#headLine {
	background: #1f3328;
	padding-bottom: 10px;
}

#headLine .wrapper {
	position: relative;
}

#hlTtl {
	font-size: 150%;
	color: #b29662;
	width: 120px;
	float: left;
	padding-top: 10px;
}

#hlTxtWrap {
	padding-top: 13px;
	float: right;
	width: 870px;
	padding-right: 100px;
	box-sizing: border-box;
}

.hlDate {
	float: left;
	font-size: 120%;
	color: #fff;
}

.hlTxt {
	color: #fff;
	font-size: 120%;
	margin-left: 120px;
}
.hlTxt a {
	color: #fff;
}

#headLine .btnMore {
	position: absolute;
	top: 15px;
	right: 30px;
}


/* feartureWrap
------------------------------------------------------------- */

#feartureWrap {
	min-width: 1060px;
	background: #f7f4ef;
	padding: 40px 0 50px;
}

#featureList ul {
	display: flex;
	width: 1000px;
	margin: 0 auto;
}
#featureList ul li {
	width: 320px;
}
#featureList ul li + li {
	margin-left: 20px;
}
#featureList ul li a {
	display: block;
	padding-bottom: 25px;
	position: relative;
}
#featureList ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#featureList ul li img {
	width: 100%;
}
#featureList ul li dl {
	margin-top: 10px;
}
#featureList ul li dl dt {
	color: #b29662;
	font-size: 18px;
	font-weight: bold;
}
#featureList ul li dl dd {
	font-size: 12px;
	margin-top: 10px;
}
#featureList ul li p {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#feartureWrap .leadWrap {
	width: 1000px;
	margin: 0 auto 40px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 2px solid #e8e0d2;
}

#feartureWrap .leadWrap h2 {
	font-size: 320%;
	color: #b29662;
	margin-bottom: 30px;
}

#feartureWrap .leadWrap p {
	font-size: 140%;
}

#featureTtl {
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}

#visitorsTtl {
	text-align: center;
	margin-bottom: 30px;
}

#featureSlide {
	width: 100%;
	height: 400px;
	min-width: 1060px;
	overflow: hidden;
	position: relative;
}

#featureSlide .flexslider {
	width: 100%;
	max-width: 1001px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

#featureSlide .flex-viewport {
	overflow: visible !important;
}

#featureSlide .slides {
	/*position: relative;*/
}

#featureSlide .slides li {
	width: 1000px;
	max-width: 1000px !important;
	height:400px !important;
	float: left;
	display: none;
	-webkit-backface-visibility: hidden;
}


/* Direction Nav */
#featureSlide .flex-direction-nav {
	width: 1000px;
	height: 56px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -28px;
	z-index: 1;
}

#featureSlide .flex-direction-nav a {
	width: 39px;
	height: 56px;
	margin: 0;
	display: block;
	background: url(../img/common/btn_kv_prev.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.9;
	-webkit-transition: all .3s ease;
}

#featureSlide .flex-direction-nav a.flex-next {
	background: url(../img/common/btn_kv_next.png) no-repeat 0 0;
	right: -50px;
}

#featureSlide .flex-direction-nav .flex-prev {
	left: -50px;
}

#featureSlide .flexslider:hover .flex-next {
	opacity: 0.9;
	right: -50px;
}

#featureSlide .flexslider:hover .flex-prev {
	opacity: 0.9;
	left: -50px;
}


#featureSlide .flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30); cursor: default;
}

#fsOverlay {
	width: 100%;
	height: 400px;
	background: url(../img/top/bg_feature_slide_overlay.png) no-repeat 50% 0;
	position: absolute;
	top: 0;
	left: 0;
}


/* recommend
--------------------------------------------------------------------------------- */

#recommendWrap {
	padding: 50px 0;
	min-width: 1060px;
}

#recommendWrap h2 {
	width: 1000px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #e8e0d2;
	margin: 0 auto 40px;
	position: relative;
}

#recoMore {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 140%;
	color: #b29662;
}
#recoMore a {
	color: #b29662;
}


#recoList {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#recoList ul {
    width: 900px;
    margin: 0 auto;
}

#recoList li {
	width: 209px;
	/*height: 280px;*/
	float: left;
	margin: 0 8px;
}

.recoImg {
	width: 209px;
	height: 134px;
	overflow: hidden;
	margin-bottom: 8px;
}

.recoImg img {
	width: 100%;
	height: auto;
}

.recoSubTtl {
	font-size: 120%;
	color: #b29662;
}

.recoTtl {
	font-size: 150%;
	color: #b29662;
	margin-bottom: 5px;
	/*max-height: 70px;*/
	/*overflow: hidden;*/
}

.recoTxt {
	font-size: 120%;
	margin-bottom: 5px;
}


#recoList li .more {
	font-size: 120%;
	color: #b29662;
}
#recoList li .more a {
	color: #b29662;
}

#btnRecoPrev {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50px;
	left: 0;
	cursor: pointer;
}
#btnRecoNext {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50px;
	right: 0;
	cursor: pointer;
}


/* CALENDAR
----------------------------------------------------------------------------- */

#calWrap {
	background: #f7f4ef url(../img/top/bg_calendar.jpg) no-repeat 50% 100%;
	background-size: cover;
	padding: 60px 0;
}

#calWrap h2 {
	text-align: center;
	margin-bottom: 40px;
}



#calTab li {
	width: 500px;
	height: 94px;
	float: left;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	padding-top: 34px;
}
#calTab li:nth-child(2) {
	background: #f7f4ef;
}

#calFrame {
	height: 520px;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
}

#calFrame iframe {
	width: 920px;
	height: 440px;
	border: none;
	outline: none;
}

#calOtherLink {
	font-size: 120%;
	margin: 10px 0 30px;
}

#calOtherLink li {
	float: left;
	margin-right: 15px;
}

.bnrGetsureihai a {
	display: block;
}
.bnrGetsureihai a img {
	width: 100%;
}
.bnrGetsureihai a img.sp {
	display: none;
}

.bnrTomonokai {
	border: 1px solid #b29662;
	background: #fff;
	margin-top: 30px;
}

.bnrTomonokai dt {
	width: 413px;
	float: left;
}
.bnrTomonokai dd {
	/*width: 585px;*/
	width: 537px;
	float: right;
	position: relative;
}

.bnrTomonokai dd img {
	width: 251px;
	height: 54px;
	position: absolute;
	top: 20px;
}
.btnKojin {
	/*left: 30px;*/
	left: 10px;
}
.btnHoujin {
	/*left: 310px;*/
	left: 274px;
}

@font-face {
	font-family: 'social-button';
	src: url( '/font/social-button.woff' ) format( 'woff' ),
			url( '/font/social-button.ttf' ) format( 'truetype' ),
			url( '/font/social-button.eot' ) format( 'embedded-opentype' ),
			url( '/font/social-button.svg' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.bnrLine {
	background-color: #fff;
	border: 1px solid #33c733;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 30px;
}
.bnrLine dl {
	display: flex;
	align-items: center;
}
.bnrLine dt {
	font-size: 20px;
	display: flex;
	align-items: center;
	width: 65%;
}
.bnrLine dt:before {
	content: "\e901";
	background-color: #33c733;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'social-button' !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 200%;
	vertical-align: middle;
	padding: 10px;
	margin-right: 15px;
}
.bnrLine dt strong {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
.bnrLine dt span {
	display: block;
	font-size: 80%;
}
.bnrLine dd {
	text-align: center;
	width: 35%;
}
.bnrLine dd a {
	background-color: #33c733;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 8px 12px;
	width: 250px;
}
.bnrLine dd a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* プラン検索
----------------------------------------------------------------------------- */

/* #calWrap .bnrTomonokai.spWrapper,
#calWrap .wrapper {
	width: 950px;
} */













































