@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* top CSS [PC]
/*----------------------------------------------*/

/*---- Slider PC ----*/
.sliderframe-pc {
	overflow: hidden;  /* preventing height 0 when float */
	position: relative;
	width: 100%;
	height: 335px;  /* = slider photo height */
}

.sliderbox-pc {
	width: 2100px;  /* = slider photo width x 3 */
	position: absolute;
	left: 50%;
	margin-left: -1050px;  /* = slider photo width x 3 / 2 */
}

.slider-pc {
}

.slider-pc li {
	width: 700px;  /* = slider photo width */
	height: 335px;  /* = slider photo height */
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-position: center;
}

.slider-pc li a {
	position: relative;
	display: block;
	width: 100%;
	height: 335px;  /* = slider photo height */
	color: #FFFFFF;
}

.slider-title {
	position: absolute;
	bottom: 0%;
	width: 700px;
	height: 50px;
	padding-left: 20px;
	line-height: 50px;
	
	background-color: #765428;
	
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.slider-pc li a:hover .slider-title {
	text-decoration: underline;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.slidershade-pc {
	position: absolute;
	opacity: 0.7;
	z-index: 9998;  /* between photo and NEXT/PREV(9999) button */
	width: 700px;  /* = slider photo width */
	height: 335px;  /* = slider photo height */
	background-color: #FFFFFF;
}

.slidershade-left-pc {
}

.slidershade-right-pc {
	right: 0%;
}

/* bxslider setting */
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 32%;
	background-image: url(../img/top/bxslider_controls.png);
}

.bx-wrapper .bx-controls-direction a.bx-next {
	left: 66.5%;
	background-image: url(../img/top/bxslider_controls.png);
}

/*---- Slider SP ----*/
.sliderframe-sp {
	display: none;
}

/*---- top-contentsbody ----*/
.top-contentsbody {
	margin-bottom: 40px;
}

/*---- First ----*/
.top-first {
	margin: 30px 0px;
}

.top-first-title {
	font-weight: bold;
}

.top-reserve-title {
	font-weight: bold;
}

.top-first-text {
	margin-bottom: 20px;
}

/*---- Caution ----*/
.top-closereserve {
	width: 400px;
	margin: 30px auto 0px;
	padding: 20px;
	text-align: center;
	background-color: #D0D0CE;
}

.top-cautionbox {
	margin-top: 50px;
	padding: 15px;
	border: 1px solid #D0D0CE;
	background-color: #FFFFFF;
}

.top-caution-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.top-caution-text {
	line-height: 135%;
}

.top-caution-text span {
	color: #C31920;
}

/*---- Top data ----*/
.topdataframe {
	margin-bottom: 50px;
}

.topdatabox {
	margin: 0px 0px 50px 30px;
	margin-left: 50px;
}

.topdata-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #9A7F5D;
}

.topdata-title img {
	width: 35px;
	margin-right: 10px;
}

.topdata-country {
	margin-bottom: 10px;
	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: 12px;
	
	cursor: pointer;
	
	background-image: url(../img/top/searchcondarea_arrow_open.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-color: #FFFFFF;
}

.topdata-searchcond-area-data {
	display: none;
	padding: 0px 20px 20px;
	
	background-color: #FFFFFF;
}

.topdata-searchcond-area-statelist {
	margin-bottom: 10px;
	border-top: 1px solid #D0D0CE;
}

.topdata-searchcond-area-statelist > li {
	padding-top: 20px;
	font-size: 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: 170px;
}

.topdata-searchcond-area-btn {
	text-align: center;
}

.topdata-searchcond-area-btn input[type="submit"] {
	width: 200px;
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 {
	color: #9A7F5D;
	text-decoration: none;
}

.topdata-searchareabox ul li a:hover {
	text-decoration: underline;
}

/*---- Search area Other ----*/
.topdata-searchareabox-other {
	margin-left: 50px;
}

.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 {
	width: 20%;
	min-width: 110px;
	margin: 5px 0px;
}

.topdata-searchnamebox input[type="text"] {
	width: 50%;
}

.topdata-searchnamebox input[type="submit"] {
	width: 18%;
}


/*---- Recommend ----*/
.topdata-recomlist {
	overflow: hidden;  /* preventing height 0 when float */
}

.topdata-recombox {
	float: left;
	width: 32%;
	margin: 0px 1% 10px 0px;
}

.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;
}
