@charset "utf-8";

#kvSlider {
	width: 100%;
	min-width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 0;
}

#kvSlider .flexslider {
	height: auto;
	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: auto;
	z-index: 0;
}

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

#kvSlider .slides li:nth-child(1) {
	background: none;
}
#kvSlider .slides li:nth-child(2) {
	background: none;
}
#kvSlider .slides li:nth-child(3) {
	background: none;
}
#kvSlider .slides li:nth-child(4) {
	background: none;
}
#kvSlider .slides li:nth-child(5) {
	background: none;
}
/* #kvSlider .slides li:nth-child(6) {
	background: none;
} */

#kvSlider .slides li img {
	width: 100%;
}



/* Direction Nav */
#kvSlider .flex-direction-nav {
	display: none !important;
}

/* 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 {
	width: 200px;
	height: 55px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -100px;
}

#kvSlideTxt img {
	width: 100%;
}


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

#headLine {
	background: #fff;
	padding: 20px 0;
}

#headLine .wrapper {
	position: static;
}

#hlTtl {
	width: 100%;
	float: none;
	padding-top: 0;
}

#hlTtl img {
	width: 100%;
	height: auto;
}

#hlTxtWrap {
	padding-top: 0;
	float: none;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #b29662;
	background: url(../img/common/ico_arrow_right.png) no-repeat 100% 50%;
	background-size: 9px auto;
}

.hlDate {
	float: none;
	font-size: 12px;
	color: #b29662;
}

.hlTxt {
	color: #b29662;
	font-size: 12px;
	margin-left: 0;
}
.hlTxt a {
	color: #b29662;
}

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


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

#feartureWrap {
	min-width: 100%;
	background: #fff;
	padding: 10px 0 15px;
}

#feartureWrap .leadWrap {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: none;
}

#feartureWrap .leadWrap h2 {
	font-size: 18px;
	color: #b29662;
	margin-bottom: 15px;
}

#feartureWrap .leadWrap p {
	font-size: 13px;
}

#featureTtl {
	text-align: center;
	margin-bottom: 15px;
}
#featureTtl img {
	width: 100%;
	height: auto;
}

#visitorsTtl {
	text-align: center;
	margin-bottom: 15px;
}
#visitorsTtl img {
	width: 100%;
	height: auto;
}

#featureList ul {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 20px;
}
#featureList ul li {
	width: 100%;
}
#featureList ul li + li {
	margin: 20px 0 0;
}

#spfeatureList li img {
	width: 100%;
	margin-bottom: 2px;
}

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

#recommendWrap {
	padding: 20px 0;
	min-width: 95%;
}

#recommendWrap h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	border-bottom: none;
	margin: 0 auto 20px;
}

#recommendWrap h2 img {
	width: 100%;
	height: auto;
}

#spRecoList li {
	clear: left;
	background: url(../img/common/ico_arrow_right.png) no-repeat 100% 50%;
	background-size: 9px auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b29662;
	margin-bottom: 10px;
}

#spRecoList li a {
	display: block;
}

/*#spRecoList li img {
	width: 107px;
	float: left;
}*/

.recoImg {
	width: 107px;
	height: auto;
	overflow:auto;
	margin-bottom: 0;
	float: left;
}

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


.spRLTxt {
	width: 100%;
	float: left;
	margin-left: -107px;
}

.recoTxt,
.recoTtl,
.recoSubTtl {
	padding-right: 20px;
	padding-left: 115px;
}



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

#calWrap {
	background: #f0eae0;
	padding: 20px 0;
}

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

#calWrap h2 img {
	width: 100%;
	height: auto;
}



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

#calTab li img {
	width: 135px;
}

#calFrame {
	height: 300px;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

#calFrame iframe {
	width: 100%;
	height: 300px;
	border: none;
	outline: none;
}

#calOtherLink {
	font-size: 12px;
	margin: 10px auto 15px;
}

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

.bnrGetsureihai {
	margin-top: 30px;
}
.bnrGetsureihai a img.pc {
	display: none;
}
.bnrGetsureihai a img.sp {
	display: block;
}

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

.bnrTomonokai dt {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
}
.bnrTomonokai dt img {
	width: 271px;
	margin: 0 auto
}

.bnrTomonokai dd {
	width: 100%;
	float: none;
	position: static;
	padding-bottom: 10px;
}

.bnrTomonokai dd img {
	width: 271px;
	height: 38px;
	margin: 0 auto 5px;
	position: static;
}

.bnrLine dl {
	display: block;
}

.bnrLine dt {
	align-items: flex-start;
	width: auto;
}

.bnrLine dt span {
	margin-top: 10px;
}

.bnrLine dd {
	margin-top: 20px;
	width: auto;
}

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

#calWrap .wrapper {
	width: 100%;
}

#calWrap .bnrTomonokai.spWrapper {
	width: 95%;
}

#searchBasic {
    margin: 0px 8px 10px !important;
    border: 2px solid #2087C7 !important;
    font-size: 14px !important;
    background: #fff !important;
}

#searchBasic ul li.search_title {
	height: auto !important;
	font-size: 19px !important;
	line-height: inherit !important;
}

#searchBasic ul li div.head {
    height: auto !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    font-size: 16px !important;
    vertical-align: middle;
    margin-bottom: 10px;
}

#searchBasic ul li div.head .text br {
	display: none;
}

#searchBasic ul li div.btnSearchSmall {
    height: auto !important;
    line-height: 3 !important;
    display: inline-block;
}


#searchBasic ul li > div.data {
    float: none !important;
    width: 100% !important;
    line-height: 2 !important;
}

#searchBasic ul li.day div.data {
    line-height: 2 !important;
    font-size: 14px !important;
}

#searchBasic ul li > div.data label {
	margin-right: 10px;
}

#searchBasic ul li.price div.data {
  line-height: 2.5 !important;
  font-size: 14px !important;
}

#searchBasic ul li.price div.data label {
    width: 48.5% !important;
    display: block !important;
    float: left !important;
    margin-right: 0 !important;
}

#searchBasic ul li.time div.data label {
    width: 48.5% !important;
    display: block !important;
    float: left !important;
    margin-right: 0 !important;
}


#searchBasic ul li > div.data a {
	color: #2581c4;
}

#searchBasic ul li.button div.search,
.listSearchDetail li.button div.search {
	background: #fc7d8e;
	background: -moz-linear-gradient(top,  #fc7d8e 0%, #f73d52 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7d8e), color-stop(100%,#f73d52));
	background: -webkit-linear-gradient(top,  #fc7d8e 0%,#f73d52 100%);
	background: -o-linear-gradient(top,  #fc7d8e 0%,#f73d52 100%);
	background: -ms-linear-gradient(top,  #fc7d8e 0%,#f73d52 100%);
	background: linear-gradient(to bottom,  #fc7d8e 0%,#f73d52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d8e', endColorstr='#f73d52',GradientType=0 );
}

#searchBasic ul li.button div.search a, .listSearchDetail li.button div.search a {
    display: block;
    color: #FFF;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 18px !important;
    font-weight: bold;
    text-decoration: none;
}























