@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* top CSS [SP]
/*----------------------------------------------*/

/*---- Slider PC ----*/
.sliderframe-pc {
	display: none;
}

/*---- Slider SP ----*/
.sliderframe-sp {
}

.sliderbox-sp {
}

.slider-sp {
}

.slider-sp li {
	display: none;  /* Init hide */
	
	width: 100%;
	height: 250px;  /* = slider photo height */
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-position: center;
}

.slider-sp li a {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;  /* = slider photo height */
	color: #FFFFFF;
}

.slider-title {
	position: absolute;
	bottom: 0%;
	width: 700px;
	height: 40px;
	padding: 0px 10px;
	line-height: 40px;
	
	background-color: #765428;
	
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* bxslider setting */
.bx-wrapper {
	margin: 0 auto 30px  !important;
}

/*---- top-contentsbody ----*/
.top-closereserve {
	margin: 0px 10px;
	padding: 20px;
	text-align: center;
	background-color: #D0D0CE;
}

.top-contentsbody {
	margin-bottom: 30px;
	padding: 0px 10px;
}

/*---- First ----*/
.top-first {
	margin: 30px 10px;
}

.top-first-title {
	font-weight: bold;
}

.top-reserve-title {
	font-weight: bold;
}

.top-first-text {
	margin-bottom: 10px;
}

/*---- Caution ----*/
.top-cautionbox {
	margin: 10px 10px 0px;
	padding: 10px;
	border: 1px solid #D0D0CE;
	background-color: #FFFFFF;
}

.top-caution-title {
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.top-caution-text {
	margin-bottom: 5px;
	line-height: 135%;
}

.top-caution-text span {
	color: #C31920;
}

/*---- Top data ----*/
.topdataframe {
	margin-bottom: 30px;
}

.topdatabox {
	margin: 0px 10px 30px 10px;
}

.topdata-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #9A7F5D;
}

.topdata-title img {
	width: 25px;
	margin-right: 5px;
}

.topdata-country {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.topdata-country:before {
x	content: "\025bc";
}

/*---- Search cond ----*/
.topdata-searchcondbox {
}

.topdata-searchcond-areabox {
	margin-bottom: 10px;
	border: 1px solid #AEAEAE;
}

.topdata-searchcond-area-title {
	padding: 10px;
	
	cursor: pointer;
	
	background-image: url(../img/top/searchcondarea_arrow_open.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-color: #FFFFFF;
	background-size: 15px;
}

.topdata-searchcond-area-data {
	display: none;
	padding: 0px 10px 10px;
	
	background-color: #FFFFFF;
}

.topdata-searchcond-area-statelist {
	margin-bottom: 10px;
	border-top: 1px solid #D0D0CE;
}

.topdata-searchcond-area-statelist > li {
	padding-top: 15px;
	border-bottom: 1px dotted #D0D0CE;
}

.topdata-searchcond-area-statelist > li:last-child {
	border-bottom: none;
}

.topdata-searchcond-area-statename {
	margin-bottom: 15px;
}

.topdata-searchcond-area-statename span {
	font-weight: bold;
}

.topdata-searchcond-area-statename a {
	margin-left: 10px;
	text-decoration: underline;
}

.topdata-searchcond-area-statearea {
}

.topdata-searchcond-area-statearea > li {
	display: inline-block;
	margin: 0px 1% 10px 0px;
	min-width: 80px;
}

.topdata-searchcond-area-btn {
	text-align: center;
}

.topdata-searchcond-area-btn input[type="submit"] {
	width: 100px;
x	letter-spacing: 10px;
}

/*---- Search area ----*/
.topdata-searchareabox {
}

.topdata-searchareabox ul {
	overflow: hidden;  /* preventing height 0 when float */
}

.topdata-searchareabox ul li {
	display: block;
	float: left;
	margin: 0px 0px 5px -4px;
	padding: 0px 8px 0px 6px;
	border-left: 1px solid #D0D0CE;
}

.topdata-searchareabox ul li a {
	display: block;
	padding: 3px 3px;
	color: #9A7F5D;
	text-decoration: none;
}

/*---- Search area Other ----*/
.topdata-searchareabox-other {
	margin-left: 10px;
}

.topdata-searchareabox-other ul {
}

.topdata-searchareabox-other ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/common/i_arrow.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}

/*---- Search name ----*/
.topdata-searchnamebox select {
	display: block;
	width: 100%;
	margin: 5px 0px;
}

.topdata-searchnamebox input[type="text"] {
	display: block;
	width: 100%;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
}

.topdata-searchnamebox input[type="submit"] {
	display: block;
	width: 50%;
	margin: 15px auto 0px;
}

/*---- Recommend ----*/
.topdata-recomlist {
	overflow: hidden;  /* preventing height 0 when float */
}

.topdata-recombox {
	float: left;
	width: 48%;
	margin: 0px 1% 15px;
}

.topdata-recom-photo {
}

.topdata-recom-photo img {
	max-width: 100%;
}

.topdata-recom-namebox {
}

.topdata-recom-name {
	margin-top: 3px;
	font-size: 14px;
	line-height: 135%;
}

.topdata-recom-area {
	font-size:12px;
}

.topdata-recom-nodata {
	margin-top: 60px;
	text-align: center;
}
