@charset "utf-8";

/************************************
 Reset
************************************/
article, aside,figure, footer, header, hgroup, listing, nav, plaintext, section, xmp {
	display: block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a ,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding:0;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

ul , ol { list-style: none; }
img { border: 0; }
legend { display: none; }
fieldset { border:none; }
hr { display: none; }
a{
	outline:none;
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: none;
}
em {
	font-style:normal;
}

label {
	cursor:pointer;
}

.clrfx:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
}
* html .clrfx             { zoom: 1; } /* IE6 */
*:first-child+html .clrfx { zoom: 1; } /* IE7 */

/***********************************
 共通設定
************************************/
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}

body img {display:none;}
body div img {display:inline;}

body {
	overflow-x: hidden;
	position: relative;
	min-width: 980px;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 0.875em;
	color: #2e2e2e;
	background: #fff;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
	overflow-wrap:break-word;

}
body.zh-cn {
    font-family: "Microsoft YaHei","Hei","SimSun",sans-serif;
}
body.zh-tw {
    font-family: "Microsoft JhengHei","LiHei Pro","Apple LiGothic","PMingLiU",sans-serif;
}

* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}

.dispNone { display:none;}
.moreHidden { display:none; }

a {
	color: #2e2e2e;
	text-decoration: none;
}

/* IE6,7*/
* {zoom: 1;}
input,select {
	outline:0px none black;
}
img {
	vertical-align:top;
}
.placeholder { color: #aaa; }

/***********************************
 ヘッダー
************************************/
header {
    background: #fff;
    padding: 10px 21px 19px 28px;
}
header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    width: 100%;
    height: 0;
    zoom: 1;
}

.headerLogo {
    float: left;
    background: url(../images/inbound_common.png);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 13px;
}

.headerLogo.zh-cn {
    width: 195px;
    height: 45px;
    background-position: 0 0;
}
.headerLogo.en {
    width: 229px;
    height: 36px;
    margin-top: 4px;
    background-position: -197px 0;
}
.headerLogo.zh-tw {
    width: 184px;
    height: 36px;
    margin-top: 4px;
    background-position: -428px 0;
}

header .catch {
    float: left;
    font-size: 0.90em;
    font-weight: bold;
    margin-top: 12px;
}

.langSelectorWrap {
    float: right;
    width: 170px;
    height: 33px;
    padding-top: 9px;
}

.langSelector {
    display: block;
    width: 170px;
    height: 33px;
}

.customSelect.langSelector {
    background: #000 url(../images/select_ctrl.png) no-repeat right center;
    color: #fff;
    border-radius: 4px;
}

.customSelect.langSelector.customSelectHover {
    background: #494949 url(../images/select_ctrl_hover.png) no-repeat right center;
}

.customSelectInner {
    height: 33px;
    line-height: 33px;
    padding-left: 12px;
    font-size: 0.96em;
}

.headerSearchContainer {
    background: #cb373b;
    padding: 7px 0 9px;
}

.headerSearchWrap {
    margin: 0 auto;
    width: 550px;

    width: 560px;
}

.headerSearchBox {
    display: block;
    float: left;
    width: 496px;
    height: 32px;
    border: none;
    border-radius: 0;
    background: #fff;
    font-size: 18px;
    padding-left: 13px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: solid 2px #a02b2f;
}

/*ChromeとOpera*/
_::content, _:future, .headerSearchBox:not(*:root) {
    height: 34px;
}
/*Firefox*/
@-moz-document url-prefix() {
    .headerSearchBox {
        height: 34px;
    }
}
/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .headerSearchBox {
    height: 34px;
  }
}

.headerSearchBtn {
    display: block;
    float: left;
    width: 40px;
    height: 34px;
    border: none;
    border-radius: 0;
    background: url(../images/inbound_common.png) no-repeat -186px -295px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-top: solid 2px #a02b2f;
    cursor: pointer;
}

/***********************************
 メインイメージ領域
************************************/
.mainImgSection {
    position: relative;
    background: #fff;
}

.mainImgWrap {
    width: 100%;
    overflow: hidden;
}

.mainImgSlider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mainImgSlider li {
    width: 100%;
    float: left;
}

.mainImgSlider li:nth-child(2) {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainImgSlider li:nth-child(3) {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainImgSlider li:nth-child(4) {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainImgSlider li:nth-child(5) {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainImgSlider li:nth-child(6) {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainImgSlider li:nth-child(7) {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainImgSlider li:nth-child(8) {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainImgSlider li:nth-child(9) {
    position: absolute;
    left: 100%;
    top: 0;
}

.mainImgSlider li img {
    display: block;
    width: 100%;
}

/***********************************
 404 Page
************************************/
#content_404 {
	width:980px;
	margin:0 auto;
	text-align:center;
}
.btn_back_top {
	width:260px;
	margin:0 auto;
	text-align:center;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -28px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	background: url(../images/inbound_common.png) no-repeat -263px -295px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: -263px -309px
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -75px;
	background: url(../images/inbound_common.png) no-repeat -428px -295px;
}

.bx-wrapper .bx-next {
	right: -75px;
	background: url(../images/inbound_common.png) no-repeat -381px -295px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -37.5px;
	outline: 0;
	width: 43px;
	height: 75px;
	text-indent: -9999px;
	z-index: 9999;
    cursor: pointer;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.mainImgSection .areaSelector {
    position: absolute;
    width: 100%;
    z-index: 1001;
    padding: 12px 0 11px 0;
    line-height: 15px;
    color: #fff;
    text-align: center;
}

.mainImgSection .areaSelector:before {
    content: " ";
    display: block;
    z-index: 1001;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
    filter: alpha(opacity=25);/* ie 6 7 */
    -ms-filter: "alpha(opacity=25)";/* ie 8 */
}

.mainImgSection .areaSelector a {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 0.94em;
    position: relative;
    z-index: 1002;
}
.mainImgSection .areaSelector a:hover {
    text-decoration: underline;
}

.mainImgSection .areaSelector .sep {
    display: inline-block;
    color: #d8d7da;
    padding: 0 5px;
    position: relative;
    z-index: 1002;
}

.mainImgSection .ttl {
    position: absolute;
    z-index: 1002;
    left: 50%;
    margin-left: -492px;
    top: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/inbound_common.png) no-repeat;
    margin-top: -126px;
}

.mainImgSection .ttl.zh-cn {
    width: 525px;
    height: 251px;
    background-position: 0 -789px;
}
.mainImgSection .ttl.zh-tw {
    width: 334px;
    height: 251px;
    background-position: 0 -1049px;
}
.mainImgSection .ttl.en {
    width: 430px;
    height: 251px;
    background-position: 0 -42px;
}

.mainImgSection .mannerPageBtn {
    display: block;
    z-index: 1002;
    left: 50%;
    margin-left: 250px;
    position: absolute;
    bottom: 7px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 232px;
    height: 244px;
    background: url(../images/inbound_common.png) no-repeat;
}
.mainImgSection .mannerPageBtn:hover {
    background-position: -234px -374px;
}

.mainImgSection .mannerPageBtn.en {
    background-position: 0 -374px;
}
.mainImgSection .mannerPageBtn.en:hover {
    background-position: -234px -374px;
}

.mainImgSection .mannerPageBtn.zh-cn {
    background-position: 0 -1304px;
}
.mainImgSection .mannerPageBtn.zh-cn:hover {
    background-position: -234px -1308px;
}

.mainImgSection .mannerPageBtn.zh-tw {
    background-position: 0 -1550px;
}
.mainImgSection .mannerPageBtn.zh-tw:hover {
    background-position: -234px -1554px;
}

/***********************************
 おすすめエリア
************************************/
.linkBox {
    cursor: pointer;
}
.recommendedArea {
    background: url(../images/tile_ptn1.png) repeat center 0;
}

.recommendedArea .container {
    width: 980px;
    margin: 0 auto;
    padding: 28px 0 21px 0;
}

.recommendedAreaList {
    margin-right: -12px;
}

.recommendedAreaList li {
    float: left;
    margin: 0 10px 11px 0;
    width: 320px;
    background: #fff;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.10);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.recommendedAreaList li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.recommendedAreaList li.sep {
    clear: left;
    float: left;
    margin: 0;
    width: 100%;
    height: 1px;
    background: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

.recommendedAreaList li a {
    display: block;
    width: 100%;
}

.recommendedAreaList li a img {
    display: block;
    width: 320px;
    vertical-align: bottom;
}

.recommendedAreaList li p {
    position: relative;
    padding: 8px 10px 8px 40px;
    font-weight: bold;
    font-size: 1.26em;
}

.recommendedAreaList li p:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 37px;
    background: url(../images/inbound_common.png) no-repeat -228px -295px;
}

/***********************************
 おすすめエリア
************************************/
.areaSearchSec {
    padding: 77px 0 49px 0;
    position: relative;
}

.areaSearchSec .ttlWrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 38px;
}

.areaSearchSec .ttlWrap h2 {
    text-align: center;
}
.areaSearchSec .ttlWrap h2 span {
    display: inline-block;
    padding-left: 39px;
    font-weight: bold;
    font-size: 2.6em;
    position: relative;
    line-height: 1.4;
}
.areaSearchSec .ttlWrap h2 span:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: 46px;
    background: url(../images/inbound_common.png) no-repeat 0 -295px;
}
.areaSearchSec .ttlWrap h2 span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    bottom: -15px;
    width: 157px;
    height: 8px;
    background: url(../images/inbound_common.png) no-repeat -1px -352px;
}

.areaSearchSec .ttlWrap .sub {
    text-align: center;
    font-weight: bold;
    font-size: 0.90em;
    position: relative;
    padding-top: 23px;
}


.areaSearchSec .mapContainer {
    width: 980px;
    height: 730px;
    background: url(../images/top_map.png) no-repeat 0 0;
    margin: 0 auto;
    position: relative;
}

.mapContainer .linkBox {
    background: #cb373b;
    border-radius: 5px;
    position: absolute;
    padding: 10px 10px;
}
.mapContainer .linkBox li {}
.mapContainer .linkBox li a {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 4px;
    font-size: 13px;
}
.mapContainer .linkBox li a:hover {
    color: #cb373b;
    background: #fff;
}

.mapContainer .linkBox.area-1 {
    bottom: 524px;
    left: 713px;
}

.mapContainer .linkBox.area-2 {
    bottom: 352px;
    left: 757px;
}

.mapContainer .linkBox.area-3 {
    top: 395px;
    left: 732px;
}

.mapContainer .linkBox.area-4 {
    top: 103px;
    left: 448px;
    min-width: 128px;
}

.mapContainer .linkBox.area-5 {
    top: 305px;
    right: 347px;
}

.mapContainer .linkBox.area-6 {
    top: 567px;
    left: 450px;
}

.mapContainer .linkBox.area-7 {
    top: 103px;
    left: 246px;
    min-width: 145px;
}

.mapContainer .linkBox.area-8 {
    bottom: 279px;
    left: 250px;
}

.mapContainer .linkBox.area-9 {
    top: 548px;
    right: 663px;
}

.mapContainer .linkBox.area-10 {
    top: 269px;
    right: 773px;
}

/***********************************
 週間人気ランキング
************************************/
.popularRankingSec {
    background: url(../images/tile_ptn2.png) repeat center 0;
}

.popularRankingSec .container {
    width: 980px;
    margin: 0 auto;
    padding: 43px 0 41px 0;
}

.popularRankingSec .ttlWrap h2 {
    text-align: center;
}
.popularRankingSec .ttlWrap h2 span {
    display: inline-block;
    padding-left: 39px;
    font-weight: bold;
    font-size: 2.6em;
    position: relative;
    line-height: 1.4;
}
.popularRankingSec .ttlWrap h2 span:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: 46px;
    background: url(../images/inbound_common.png) no-repeat 0 -295px;
}
.popularRankingSec .ttlWrap h2 span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    bottom: -15px;
    width: 157px;
    height: 8px;
    background: url(../images/inbound_common.png) no-repeat -1px -352px;
}

.popularRankingSec .ttlWrap .sub {
    text-align: center;
    font-weight: bold;
    font-size: 0.90em;
    position: relative;
    padding-top: 23px;
}

.rankingSliderWrap {
    margin-top: 28px;
    width: 100%;
}

.rankingSlider {
    width: 300%;
}
.rankingItems > li {
    float: left;
    width: 230px;
    margin-right: 20px;
    background: #fff;
    border-bottom: solid 2px #d0d0d0;
    position: relative;

    -webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-ms-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: color, background-color;
	-ms-transition-property: color, background-color;
	transition-property: color, background-color;
}
.rankingItems > li:hover {
    background-color: #ffefc7;
}

.rankingItems .rank {
    width: 39px;
    height: 44px;
    background: url(../images/inbound_common.png) no-repeat -278px -295px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.70em;
    line-height: 1.2;
    position: absolute;
    top: -4px;
    left: 4px;
}

.rankingItems img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.rankingItems .itemBody {
    padding: 8px 10px 12px 8px;
}

.rankingItems .name {
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 4px;
    font-size: 1.2em;
}

.rankingItems .area {
    font-size: 1.06em;
}

.rankingItems .review {
    text-align: right;
}

.rankingItems .review .pointWrap {
    line-height: 1.2;
}

.rankingItems .review .point {
    display: inline-block;
    font-weight: bold;
    color: #cb373b;
    font-size: 1.86em;
    padding-right: 6px;
}

.rankingItems .review .num {
    font-size: 0.90em;
}

.rankingItems .stars {
    width: 100px;
    float: right;
    padding-bottom: 7px;
}

.rankingItems .stars li {
    float: left;
    width: 18px;
    height: 17px;
    background: url(../images/inbound_common.png) no-repeat -319px -295px;
    margin-left: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.rankingItems .stars li.half {
    background-position: -339px -295px;
}
.rankingItems .stars li.on {
    background-position: -359px -295px;
}

.rankingItems .featrues li {
    float: right;
    line-height: 1.2;
    padding: 3px 10px;
    color: #fff;
    font-size: 0.80em;
}

.rankingItems .featrues li.coupon {
    background: #e30b70;
}
.rankingItems .featrues li.stay {
    background: #266cad;
}
.rankingItems .featrues li.dayuse {
    background: #26ad66;
}
.rankingItems .featrues li.gift {
    background: #cb373b;
}

.searchLinksSec {
    background: #f0e8e3;
}

.searchLinksSec .container {
    width: 980px;
    margin: 0 auto;
    padding: 8px 0 23px 0
}

.searchLinksSec section {
    padding: 28px 0 25px 0;
    border-top: solid 4px #d5ccc6;
}
.searchLinksSec section:first-child {
    border-top: none;
}

.searchLinksSec section h2 {
    font-weight: bold;
    padding-left: 37px;
    font-size: 1.7em;
    margin-bottom: 26px;
    position: relative;
}

.searchLinksSec section h2:before {
    content: " ";
    display: block;
    background: url(../images/inbound_common.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
}

.searchLinksSec section.popularOnsen h2:before {
    width: 39px;
    height: 43px;
    background-position: -81px -295px;
    margin-top: -21px;
}

.searchLinksSec section.nearSpotOnsen h2:before {
    width: 31px;
    height: 26px;
    background-position: -122px -295px;
    margin-top: -13px;
}
.searchLinksSec section.prefOnsen h2:before {
    width: 29px;
    height: 31px;
    background-position: -155px -295px;
    margin-top: -15px;
}
.searchLinksSec section.nearOnsenArea h2:before {
    width: 28px;
    height: 30px;
    background-position: -562px -376px;
    margin-top: -15px;
}

.verticalLinks ul {
    float: left;
    width: 229px;
    padding-left: 20px;
    border-left: solid 1px #a0a0a0;
}
.verticalLinks ul:first-child {
    padding-left: 0;
    border-left: none;
}

.verticalLinks ul li {
    line-height: 1.2;
    padding-top: 7px;
    font-size: 1.2em;
}

.verticalLinks ul li:first-child {
    padding-top: 0;
}

.verticalLinks ul li a:hover {
    text-decoration: underline;
}

.verticalLinks.col3 ul {
    float: left;
    width: 292px;
    padding-left: 20px;
    border-left: solid 1px #a0a0a0;
}
.verticalLinks.col3 ul:first-child {
    padding-left: 0;
    border-left: none;
}

.prefLinks li {
    float: left;
    line-height: 1.2;
    font-size: 1.2em;
    margin: 0 17px 7px 0;
}

.prefLinks li a:hover {
   text-decoration: underline;
}

/***********************************
 週間人気ランキング
************************************/
footer {
    position: relative;
    background: #000;
}

.footerImg {
    display: block;
    width: 100%;
}

footer .links {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0 100px 0;
    color: #fff;
    text-align: right;
    font-size: 1.2em;
}

footer .links a {
    color: #fff;
    text-decoration: underline;
    line-height: 1.6;
}
footer .links a:hover {
    text-decoration: none;
}

#goTop {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 76px;
    height: 78px;
    background: url(../images/inbound_common.png) no-repeat -473px -295px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}
#goTop:hover {
    background-position: -551px -295px;
}

/***********************************
 パンくずナビ
************************************/
.breadCrumbWrap {
    background: #434343;
}

#breadCrumbNav {
    width: 980px;
    margin: 0 auto;
    padding: 8px 0;
}

#breadCrumbNav li {
    display:inline;
    font-size: 1.04em;
    color: #fff;;
}

#breadCrumbNav li.sep {
    display: inline-block;
}

#breadCrumbNav li a {
    text-decoration: underline;
    color: #fff;
}
#breadCrumbNav li a:hover {
    text-decoration: none;;
}

/***********************************
 都道府県トップ
************************************/
.mainContainer {
    width: 980px;
    margin: 0 auto;
    padding: 45px 0 25px 0;
}
.mainContainer.detail {
    padding-top: 30px;
}

.mainCol {
    float: left;
    width: 630px;
}

.prefTopTtl {
    padding-left: 75px;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
}
.prefTopTtl:before {
    content: " ";
    display: block;
    width: 54px;
    height: 57px;
    background: url(../images/inbound_common.png) no-repeat -592px -376px;
    position: absolute;
    top: 50%;
    margin-top: -28.5px;
    left: 5px;
}

.prefTopTtl .name {
    font-size: 2.36em;
    line-height: 1.2;
}
.prefTopTtl .num {
    font-size: 1.1em;
    line-height: 1.2;
}
.prefTopTtl .sub {
    display: block;
    font-size: 0.94em;
    font-weight: normal;
}

.prefOnsenListSec {
    padding-bottom: 30px;
}
.prefOnsenListSec.popular {
    padding-bottom: 35px;
}

.prefOnsenListSec h2 {
    background: #cb373b;
    color: #fff;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    font-size: 1.26em;
    padding: 11px 10px 11px 40px;
    margin-bottom: 15px;
}
.prefOnsenListSec h2:before {
    content: " ";
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/inbound_common.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -14.5px;
    left: 5px;
}
.prefOnsenListSec.area h2:before {
    background-position: -471px -386px;
}
.prefOnsenListSec.popular h2:before {
    background-position: -471px -417px;
}

.prefOnsenLinkList li {
    float: left;
    width: 25%;
    margin-bottom: 5px;
    line-height: 1.4;
}

.prefOnsenLinkList li div {
    padding-right: 10px;
}

.prefOnsenLinkList li div a {
    color: #116ece;
}
.prefOnsenLinkList li div a:hover {
    text-decoration: underline;
}

.prefOnsenLinkList li.sep {
    clear: left;
    float: left;
    width: 100%;
    height: 1px;
    margin: 0;
}

.viewMoreBtnWrap {
    padding-top: 12px;
    text-align: center;
}
.viewMoreBtn {
    display: inline-block;
    background: #111111;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px 0 18px;
    position: relative;
}
.viewMoreBtn:after {
    content: " ";
    display: block;
    width: 23px;
    height: 8px;
    background: url(../images/inbound_common.png) no-repeat -471px -376px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
}

.viewMoreBtn:hover {
    background: #494949;
}
.viewMoreBtn:hover:after {
    background-position: -495px -376px;
}

.prefRankingSec {
    background: url(../images/tile_ptn2.png) repeat center 0;
    padding: 20px 20px 0 20px;
}

.prefRankingSec h2 {
    font-weight: bold;
    padding-left: 35px;
    font-size: 1.7em;
    position: relative;
    margin-bottom: 32px;
}
.prefRankingSec h2:before {
    content: " ";
    display: block;
    width: 28px;
    height: 30px;
    background: url(../images/inbound_common.png) no-repeat -562px -376px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
}

.prefRankingSec .rankingItems {
    margin-right: -11px;
}
.prefRankingSec .rankingItems > li {
    width: 190px;
    margin: 0 10px 18px 0;
}

/*-- Booking.comのサイドカラム --*/
.rightSideCol {
    float: right;
    width: 320px;
}

.reserveHotelSec h3 {
    background: #7f713f;
    color: #fff;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    font-size: 1.26em;
    padding: 11px 10px 11px 37px;
    margin-bottom: 11px;
}
.reserveHotelSec h3:before {
    content: " ";
    display: block;
    width: 19px;
    height: 21px;
    background: url(../images/inbound_common.png) no-repeat -541px -376px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
}
.booking_com_sample_img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    margin-bottom: 9px;
}
/*-- Booking.comのバナー--*/
.bookingComBanner {
	display: flex;
	flex-direction: row;
	background-color: transparent;
	width: 100%;
	margin-bottom: 17px;
}
.bookingComBannerTemplate {
	background-color: #fff;
	border: 1px solid #003580;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	height: 360px;
	margin: 17px 0px 17px 0px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
.bookingComBannerImage {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 70%;
	margin: -17px -17px 1px;
	overflow: hidden;
	width: auto;
}
.bookingComBannerImage img {
	width: 100%;
}
.bookingComBannerTitle {
	color: #003580;
	float: left;
    font-weight: bold;
	font-size: 1em;
	overflow: hidden;
	padding: 20px 0 0 5px;
	width: 98%;
	padding-top : 5px;
}
a.bookingComBannerTitleText {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bookingComBannerCity {
	color: #003d8d;
	font-size: 0.9em;
	overflow: hidden;
	padding: 7px 0 0 5px;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bookingComLogo-wrapper {
	bottom: 5px;
	margin: 0;
	position: absolute;
	right: 8px;
	text-align: right;
}
.book-wrapper {
	bottom: 5px;
	margin: 0;
	position: absolute;
	left: 5px;
	text-align: center;
}
.b-button {
	background-color: #009FE3;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 3px #aaa;
	color: #009FE3;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	width: 100%
}
.b-button:focus {
	background-color: #003580;
	box-shadow: 0 0 3px #444;
	color: #fff;
	outline: thin none #333;
	outline-offset: -2px;
}
.b-button:hover {
	background-color: #003580;
	box-shadow: 0 0 3px #444;
	color: #003580;
	text-decoration: none;
}
.b-button.b-button_primary, .b-button__text {
	color: #fff;
	font-size: 1.1em;
}
/*-- mannerのバナー--*/
.mannerBannerImg {
	display: flex;
	flex-direction: row;
	background-color: transparent;
	width: 100%;
	margin-bottom: 17px;
}
.commonLinksSec {
    background: #7b695c;
}
.commonLinksSec .container {
    width: 980px;
    margin: 0 auto;
    padding: 12px 0 67px 0;
    color: #fff;
}

.commonLinksSec section {
    padding-top: 18px;
    padding-bottom: 11px;
    border-top: solid 4px #675547;
}
.commonLinksSec section:first-child {
    border-top: none;
}

.commonLinksSec h2 {
    font-weight: bold;
    font-size: 1.26em;
    padding-left: 23px;
    position: relative;
    margin-bottom: 18px;
}

.commonLinksSec h2:before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/inbound_common.png) no-repeat -522px -376px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
}

.commonLinksSec ul li {
    float: left;
    margin: 0 14px 5px 0;
    font-size: 1.06em;
    height: 20px;
}
.commonLinksSec ul li a {
    color: #fff;
}
.commonLinksSec ul li a:hover {
    text-decoration: underline;
}

.commonLinksSec ul li.sep {
    clear: left;
    float: left;
    width: 100%;
    height: 1px;
    margin: 0;
}

.commonLinksSec .col3Links ul {
    float: left;
    width: 33.3%;
}
.commonLinksSec .col3Links ul li {
    float: none;
    margin-right: 0;
    padding-right: 10px;
    height: auto;
}
.commonLinksSec .col4Links ul {
    float: left;
    width: 25%;
}
.commonLinksSec .col4Links ul li {
    float: none;
    margin-right: 0;
    padding-right: 10px;
    height: auto;
}

.commonLinksSec .mannerBtnWrap {
    width: 650px;
    margin: 10px auto 0 auto;
    background: #675547;
    border-radius: 7px;
    padding: 15px 0;
}

.commonLinksSec .mannerBtn {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    width: 600px;
    height: 80px;
    background: url(../images/inbound_common.png) no-repeat 0 -621px;
}

.commonLinksSec .mannerBtn:hover {
    background-position: 0 -703px;
}

.commonLinksSec .mannerBtn.zh-cn {
    background-position: 0 -1799px;
}
.commonLinksSec .mannerBtn.zh-cn:hover {
    background-position: 0 -1881px;
}

.commonLinksSec .mannerBtn.zh-tw {
    background-position: 0 -1964px;
}
.commonLinksSec .mannerBtn.zh-tw:hover {
    background-position: 0 -2045px;
}

/***********************************
 一覧系
************************************/
.resultHeader {
    border-bottom: solid 4px #b6af97;
    padding-bottom: 2px;
}

.resultHeader .counter {
    float: left;
    line-height: 1.2;
    font-size: 1.1em;
    font-weight: bold;
}

.resultHeader .counter .hitnum {
    color: #7f713f;
    font-size: 2.2em;
}

.resultHeader .counter .hit {
    font-size: 1.1em;
}

.resultHeader .counter .page {
    font-size: 1.7em;
}

.pager {
    float: right;
    text-align: right;
}

.pager a {
    display: inline-block;
    height: 30px;
    line-height:30px;
    margin-left: 2px;
    background: #434343;
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 1.06em;
    position: relative;
}
.pager span,
.pager a:hover {
    display: inline-block;
    height: 30px;
    line-height:30px;
    margin-left: 2px;
    background: #cb373b;
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 1.06em;
}
.pager a.prev {
    padding-left: 16px;
}
.pager a.prev:before {
    content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/inbound_common.png) no-repeat -503px -415px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 5px;
}

.pager a.next {
    padding-right: 16px;
}
.pager a.next:before {
    content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/inbound_common.png) no-repeat -513px -415px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 5px;
}

.resultList {
    padding-bottom: 22px;
}
.resultList > li {
    border-bottom: solid 2px #d5d5d5;
    padding: 27px 0 25px 0;
}
.resultList > li:hover {
    background: url(../images/tile_ptn3.png) repeat center 0;
}

.resultList > li .imgWrap {
    width: 190px;
    float: left;
}

.resultList > li .imgWrap img {
    display: block;
    width: 190px;
}

.resultList > li .contentWrap {
    float: right;
    width: 420px;
}

.resultList .featrues li {
    float: left;
    color: #fff;
    line-height: 1.2;
    padding: 3px 10px;
    font-size: 0.80em;
}

.resultList .featrues li.dayuse {
    background: #26ad66;
}
.resultList .featrues li.stay {
    background: #266cad;
}
.resultList .featrues li.coupon {
    background: #e30b70;
}
.resultList .featrues li.gift {
    background: #cb373b;
}

.resultList .name {
    line-height: 1.4;
    padding: 5px 10px 3px 0;
    color: #0064ca;
}

.resultList .name .main {
    font-weight: bold;
    font-size: 1.7em;
}
.resultList .name .sub {
    font-size: 1.3em;
}

.resultList .area {
    font-size: 1.06em;
}

.resultList .listBtm {
    padding-top: 2px;
}

.resultList .listBtm .left {
    float: left;
    width: 250px;
}
.resultList .listBtm .right {
    float: right;
    width: 154px;
}

.resultList .listBtm review {
    line-height: 1.2;
}
.resultList .stars {
    float: left;
    padding-right: 7px;
    padding-top: 4px;
}

.resultList .stars li {
    float: left;
    width: 18px;
    height: 17px;
    background: url(../images/inbound_common.png) no-repeat -319px -295px;
    margin-left: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.resultList .stars li.half {
    background-position: -339px -295px;
}
.resultList .stars li.on {
    background-position: -359px -295px;
}

.resultList .review .point {
    float: left;
    font-weight: bold;
    color: #cb373b;
    font-size: 1.3em;
    padding-right: 8px;
}

.resultList .review .num {
    float: left;
    padding-top: 4px;
}

.resultList .bizInfo {
    display: inline-block;
    background: #f0e8e3;
    margin-top: 5px;
    border-radius: 2px;
    padding: 7px 0 7px 8px;
}

.resultList .bizInfo li {
    line-height: 1.2;
    padding-left: 17px;
    float: left;
    position: relative;
    margin-right: 8px;
}

.resultList .bizInfo li:before {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/inbound_common.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
}

.resultList .bizInfo li.time:before {
    background-position: -522px -415px;
}
.resultList .bizInfo li.price:before {
    background-position: -539px -415px;
}

.resultList .viewDetailBtn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #0064ca;
    border-radius: 5px;
    position: relative;
    font-size: 1.2em;
}
.resultList .viewDetailBtn:after {
    content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/inbound_common.png) no-repeat -513px -415px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
}

.resultList > li:hover .viewDetailBtn {
    background: #a18b3b;
}

.resultListFooter {
    padding-bottom: 85px;
}

/***********************************
 施設詳細ページ
************************************/
/*-- 施設見出し --*/
.detailHeader {
    background: url(../images/tile_ptn2.png) repeat center 0;
}

.detailHeader .container {
    width: 980px;
    margin: 0 auto;
    padding: 38px 0 20px 0;
}

.detailHeader .featrues li {
    float: left;
    color: #fff;
    line-height: 1.2;
    padding: 3px 10px;
    font-size: 0.80em;
}

.detailHeader .featrues li.dayuse {
    background: #26ad66;
}
.detailHeader .featrues li.stay {
    background: #266cad;
}
.detailHeader .featrues li.coupon {
    background: #e30b70;
}
.detailHeader .featrues li.gift {
    background: #cb373b;
}

.detailHeader .upper {
    padding-bottom: 13px;
}

.detailHeader h1 {
    line-height: 1.2;
    font-weight: normal;
}
.detailHeader h1 .main {
    font-weight: bold;
    font-size: 2.30em;
}
.detailHeader h1 .sub {
    font-size: 1.6em;
}

.detailHeader .area {
    font-size: 1.2em;
}


.detailHeader review {
    line-height: 1.2;
}
.detailHeader .stars {
    float: left;
    padding-right: 7px;
    padding-top: 17px;
}

.detailHeader .stars li {
    float: left;
    width: 18px;
    height: 17px;
    background: url(../images/inbound_common.png) no-repeat -319px -295px;
    margin-left: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.detailHeader .stars li.half {
    background-position: -339px -295px;
}
.detailHeader .stars li.on {
    background-position: -359px -295px;
}

.detailHeader .review .point {
    float: left;
    font-weight: bold;
    color: #cb373b;
    font-size: 2.2em;
    padding-right: 8px;
}

.detailHeader .review .num {
    float: left;
    padding-top: 17px;
}

.detailHeader .mapLink {
    background: #fff;
    border-radius: 2px;
    padding: 8px 10px;
    margin-top: 5px;
}

.detailHeader .mapLink .address {
    float: left;
    height: 27px;
    width: 866px;
    line-height: 1.4;
    padding: 7px 0 0 24px;
    position: relative;
}
.detailHeader .mapLink .address:before {
    content: " ";
    display: block;
    width: 17px;
    height: 25px;
    background: url(../images/inbound_common.png) no-repeat -473px -448px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0;
}

.detailHeader .mapLink .mapLinkBtm {
    float: right;
    display: block;
    height: 27px;
    line-height: 27px;
    background: #0064ca;
    color: #fff;
    border-radius: 3px;
    padding: 0 19px 0 11px;
    position: relative;
}
.detailHeader .mapLink .mapLinkBtm:after {
    content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/inbound_common.png) no-repeat -513px -415px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 8px;
}

.detailHeader .mapLink .mapLinkBtm:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.pageScrollBtns {
    padding-bottom: 10px;
}

.pageScrollBtns li {
    float: left;
    margin-right: 2px;
}

.pageScrollBtns li a {
    display: block;
    border-top: solid 3px #cb373b;
    height: 42px;
    line-height: 42px;
    width: 133px;
    padding-left: 35px;
    position: relative;
    background: #ececea;
    font-weight: bold;
}
.pageScrollBtns li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.pageScrollBtns li a:before {
    content: " ";
    display: block;
    background: url(../images/inbound_common.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 7px;
}

.pageScrollBtns li a.info:before {
    width: 18px;
    height: 20px;
    background-position: -492px -448px;
    margin-top: -10px;
}
.pageScrollBtns li a.review:before {
    width: 21px;
    height: 17px;
    background-position: -512px -448px;
    margin-top: -8.5px;
}

.pageScrollBtns li a:after {
    content: " ";
    display: block;
    width: 14px;
    height: 8px;
    background: url(../images/inbound_common.png) no-repeat -602px -448px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 7px;
}

.photoAndPointSec {
    background: #f0e8e3;
    border-bottom: solid 2px #dfd6d0;
    padding: 9px 10px 14px 9px;
}

.detailPhotoSliderFrame {
    background: #fff;
    padding: 20px 23px 20px 23px;
    border-bottom: solid 2px #d0c4a9;
    margin-bottom: 8px;
}

#detailPhotoSlider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#detailPhotoSlider li {
    float: left;
    width: 565px;
    height: 365px;
    position: relative;
    overflow: hidden;
}
#detailPhotoSlider li img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -282.5px;
    margin-top: -182.5px;
}

#detailPhotoSlider li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 100%;
}
#detailPhotoSlider li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 200%;
}
#detailPhotoSlider li:nth-child(4) {
    position: absolute;
    top: 0;
    left: 300%;
}
#detailPhotoSlider li:nth-child(5) {
    position: absolute;
    top: 0;
    left: 400%;
}
#detailPhotoSlider li:nth-child(6) {
    position: absolute;
    top: 0;
    left: 500%;
}
#detailPhotoSlider li:nth-child(7) {
    position: absolute;
    top: 0;
    left: 600%;
}
#detailPhotoSlider li:nth-child(8) {
    position: absolute;
    top: 0;
    left: 700%;
}
#detailPhotoSlider li:nth-child(9) {
    position: absolute;
    top: 0;
    left: 800%;
}

#detailPhotoSlider li:nth-child(10) {
    position: absolute;
    top: 0;
    left: 900%;
}

.detailPhotoSliderWrap .bx-wrapper .bx-controls-direction a {
    margin-top: -23.5px;
    outline: 0;
    width: 31px;
    height: 47px;
}
.detailPhotoSliderWrap .bx-prev {
    background-position: -535px -448px;
    left: -7px;
}
.detailPhotoSliderWrap .bx-next {
    background-position: -568px -448px;
    right: -7px;
}

.photoAndPointSec .subPhotos {
    margin-right: -5px;
}
.photoAndPointSec .subPhotos li {
    float: left;
    width: 118px;
    height: 76px;
    margin: 0 5px 5px 0;
}

.photoAndPointSec .subPhotos li.sep {
    clear: left;
    float: left;
    width: 100%;
    height: 1px;
    margin: 0;
}

.photoAndPointSec .subPhotos li a {
    display: block;
    width: 118px;
    height: 76px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.photoAndPointSec .subPhotos li a.selected:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.photoAndPointSec .subPhotos li a img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -59px;
    top: 50%;
    margin-top: -38px;
    width: 100%;
}

.photoAndPointSec .pointRect {
    background: #fff;
    margin-top: 6px;
    padding: 12px 20px;
}

.photoAndPointSec .pointRect .label {
    background: #cb373b;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 0.80em;
    margin-bottom: 5px;
}

.photoAndPointSec .pointRect .desc {
    line-height: 1.4;
    font-size: 1.04em;
}

/*-- 施設情報 --*/
.spotInfoSec {
    margin-top: 26px;
}
.spotInfoSec h2,
.detailReviewSec h2 {
    font-weight: bold;
    font-size: 1.26em;
    padding-left: 23px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 4px #e8e8e8;
}
.spotInfoSec h2:before,
.detailReviewSec h2:before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/inbound_common.png) no-repeat -556px -415px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0;
}

.spotInfoTbl {
    width: 100%;
}

.spotInfoTbl th {
    width: 148px;
    padding: 12px 0 12px 2px;
    vertical-align: top;
    color: #7f713f;
    border-top: solid 1px #e8e8e8;
}
.spotInfoTbl td {
    padding: 12px 0;
    vertical-align: top;
    border-top: solid 1px #e8e8e8;
}

.spotInfoTbl tr:first-child th,
.spotInfoTbl tr:first-child td {
    border-top: none;
}

.spotInfoTbl a:hover {
    text-decoration: underline;
}

.spotInfoSec .price {
    display: inline-block;
    border: solid 4px #564815;
    padding: 10px 14px;
    line-height: 1.2;
    background: #7f713f;
    color: #fff;
    font-weight: bold;
}

#detailMapCanvas {
    height: 305px;
    background: #d0d0d0;
    margin-bottom: 18px;
}

/*-- 口コミ --*/
.detailReviewSec {
    margin: 25px 0 13px 0;
}

.detailReviews {
    margin-top: 10px;
    background: #fff9e4;
    border-bottom: solid 2px #dad3bc;
    padding: 3px 20px 0 20px;
}

.detailReviews > li {
    padding: 18px 0 20px 0;
    border-top: solid 4px #ede3c0;
}
.detailReviews > li:first-child {
    border-top: none;
}

.detailReviews .date {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.detailReviews .author {
    display: inline-block;
    font-weight: bold;
    color: #0064ca;
}

.detailReviews .content {
    line-height: 1.5;
    padding: 5px 0 7px 0;
}

.detailReviews .stars {
    float: left;
}

.detailReviews .stars li {
    float: left;
    width: 18px;
    height: 17px;
    background: url(../images/inbound_common.png) no-repeat -319px -295px;
    margin-left: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.detailReviews .stars li.half {
    background-position: -339px -295px;
}
.detailReviews .stars li.on {
    background-position: -359px -295px;
}

.detailReviews .translateBtn {
    float: right;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #0064ca;
    border-radius: 3px;
    position: relative;
    padding: 0 24px 0 14px;
    font-size: 0.80em;
}
.detailReviews .translateBtn:after {
    content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/inbound_common.png) no-repeat -513px -415px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
}
.detailReviews .translateBtn:hover {
    background: #7f713f;
}

.shareBox {
    background: url(../images/detail_action_back.png) no-repeat 0 0;
    width: 100%;
    height: 182px;
    padding: 30px 20px 0 20px;
    margin-bottom: 20px;
}

.shareBox .shareBtns {
    margin-bottom: 10px;
}

.shareBox .shareBtns li {
    float: left;
    margin-left: 10px;
    width: 190px;
}
.shareBox .shareBtns li:first-child {
    margin-left: 0;
}

.shareBox .shareBtns li a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.shareBox .shareBtns li a.mail {
    background: #f18008;
}
.shareBox .shareBtns li a.mail:hover {
    background: #f69732;
}
.shareBox .shareBtns li a.fb {
    background: #48619e;
}
.shareBox .shareBtns li a.fb:hover {
    background: #5b72aa;
}
.shareBox .shareBtns li a.twitter {
    background: #009cff;
}
.shareBox .shareBtns li a.twitter:hover {
    background: #29aafc;
}

.shareBox .qrcodeBox {
    background: #fff;
    padding: 16px 19px 15px 19px;
    width: 552px;
}

.shareBox .qrcodeBox .qrcodeWrap {
    float: left;
    width: 80px;
}

.shareBox .qrcodeBox .qrcode {
    display: block;
    vertical-align: bottom;
    width: 80px;
    height: 80px;
}

.shareBox .qrcodeBox .desc {
    float: right;
    width: 460px;
    font-weight: bold;
}

.shareBox .qrcodeBox .desc .ttl {
    color: #cb373b;
    padding: 5px 0;
}

.searchNearOnsenBtnWrap {
    text-align: center;
    padding: 20px 0 15px 0;
}
.searchNearOnsenBtnWrap.preftop {
    padding-top: 30px;
}

.searchNearOnsenOuter {
    display: inline-block;
    background: #d5ccc6;
    padding: 6px;
    border-radius: 8px;
}

.searchNearOnsenBtn {
    display: inline-block;
    background: #cb373b;
    border-radius: 8px;
    height: 61px;
    line-height: 61px;
    padding: 0 42px 0 42px;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 1.3em;
}
.searchNearOnsenBtn:hover {
    background: #df5d60;
}

.searchNearOnsenBtn:after {
    content: " ";
    display: block;
    width: 10px;
    height: 18px;
    background: url(../images/inbound_common.png) no-repeat -618px -448px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 11px;
}

#popupOverlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #000;
    top: 0;
    left:  0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#translatePopup {
    display: none;
    position: fixed;
    z-index: 10001;
    width: 750px;
    left: 50%;
    margin-left: -375px;
    top: 50%;
    margin-top: -200px;
    background: #fff;
    border-radius: 8px;
}

.translatePopupContainer {
    padding: 32px 40px 40px 40px;
    position: relative;
}

.translatePopupContainer #closeTranslatePopup {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/inbound_common.png) no-repeat -473px -497px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 24px;
    right: 22px;
}

.translatePopupContainer .header .date {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.translatePopupContainer .header .author {
    display: inline-block;
    font-weight: bold;
    color: #0064ca;
}

.translatePopupContainer .content {
    line-height: 1.5;
    padding: 5px 0 7px 0;
}

.translatePopupContainer .stars li {
    float: left;
    width: 18px;
    height: 17px;
    background: url(../images/inbound_common.png) no-repeat -319px -295px;
    margin-left: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.translatePopupContainer .stars li.half {
    background-position: -339px -295px;
}
.translatePopupContainer .stars li.on {
    background-position: -359px -295px;
}

.translatePopupContainer .stars {
    padding-bottom: 15px;
}

.translatePopupContainer .note {
    font-size: 0.80em;
}


/***********************************
 マナー
************************************/
.mannerTtlRect {
    position: relative;
    height: 200px;
    background: #cdcccc url(../images/manner/manner_ttl_back.png) no-repeat center 0;
    background-size: cover;
}

.mannerTtlRect h1.en {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 303px;
    height: 159px;
    background: url(../images/manner/manner_ttl_en.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -151px;
    top: 50%;
    margin-top: -85px;
}
.mannerTtlRect h1.zh-tw {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 303px;
    height: 159px;
    background: url(../images/manner/manner_ttl_zh-tw.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -151px;
    top: 50%;
    margin-top: -85px;
}
.mannerTtlRect h1.zh-cn {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 303px;
    height: 159px;
    background: url(../images/manner/manner_ttl_zh-cn.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -151px;
    top: 50%;
    margin-top: -85px;
}

.secAbountJPOnsen .container {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}

.secAbountJPOnsen h2 {
    text-align: center;
}
.secAbountJPOnsen h2 span {
    display: inline-block;
    padding-left: 60px;
    font-weight: bold;
    font-size: 2.6em;
    position: relative;
    line-height: 1.4;
}
.secAbountJPOnsen h2 span:before {
    content: " ";
    display: block;
    position: absolute;
    width: 54px;
    height: 57px;
    background: url(../images/manner/icon_onsen.png) no-repeat 0 0;
    top: 50%;
    left: 0;
    margin-top: -28px;

}

.secAbountJPOnsen h2 span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    bottom: -15px;
    width: 157px;
    height: 8px;
    background: url(../images/manner/wave_1.png) no-repeat 0 0;
}

.secAbountJPOnsen .ttlSub {
    text-align: center;
    font-weight: bold;
    font-size: 0.90em;
    position: relative;
    padding-top: 23px;
}

.secAbountJPOnsen .lead {
    text-align: center;
    font-size: 1.24em;
    line-height: 1.8;
    padding: 30px 0;
}

.secAbountJPOnsen .descs {
    margin: 0 -10px;
}
.secAbountJPOnsen .descs li {
    float: left;
    width: 33.3%
}

.secAbountJPOnsen .descs li div {
    padding: 0 10px;
}

.secAbountJPOnsen .descs li div img {
    display: block;
    width: 100%;
}
.secAbountJPOnsen .descs li p {
    font-size: 1.24em;
    line-height: 1.8;
    padding: 10px 5px 0 5px;
}

.secHowto {
    background: url(../images/manner/tile_ptn4.png) repeat center 11px;
    position: relative;
}

.secHowto:before {
    content: " ";
    display: block;
    width: 100%;
    height: 11px;
    background: url(../images/manner/tile_ptn4_header.png) repeat-x center 0;
    position: absolute;
    left: 0;
    top: 0;
}

.secHowto .container {
    width: 980px;
    padding: 40px 0 28px 0;
    margin: 0 auto;
}

.secHowto h2 {
    text-align: center;
}
.secHowto h2 span {
    display: inline-block;
    padding-left: 52px;
    font-weight: bold;
    font-size: 2.6em;
    position: relative;
    line-height: 1.4;
}
.secHowto h2 span:before {
    content: " ";
    display: block;
    position: absolute;
    width: 49px;
    height: 42px;
    background: url(../images/manner/icon_onsen2.png) no-repeat 0 0;
    top: 50%;
    left: 0;
    margin-top: -21px;

}

.secHowto h2 span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    bottom: -15px;
    width: 157px;
    height: 8px;
    background: url(../images/manner/wave_2.png) no-repeat 0 0;
}

.secHowto .ttlSub {
    text-align: center;
    font-weight: bold;
    font-size: 0.90em;
    position: relative;
    padding-top: 23px;
}

.secHowto .lead {
    text-align: center;
    font-size: 1.24em;
    line-height: 1.8;
    padding: 30px 0 15px 0;
}

.secHowto .video {
    display: block;
    width: 810px;
    height: 480px;
    margin: 0 auto;
}

.secHowto .detailBox {
    background: url(../images/manner/tile_ptn5.png) repeat center center;
    border-radius: 10px;
    padding: 0 30px 60px 30px;
    margin-top: 40px;
}

.secHowto .detailBox section {
    padding-top: 65px;
}
.secHowto .detailBox section:first-child {
    padding-top: 40px;
}

.secHowto .detailBox section h3 {
    text-align: center;
}
.secHowto .detailBox section h3 span {
    font-weight: bold;
    font-size: 1.8em;
    padding: 0 0 20px 38px;
    position: relative;
}
.secHowto .detailBox section h3 span:before {
    content: " ";
    display: block;
    background: url(../images/inbound_common.png) no-repeat -562px -376px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 30px;
    margin-top: -24px;
}
.secHowto .detailBox section h3 span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    bottom: 0;
    width: 157px;
    height: 8px;
    background: url(../images/manner/wave_1.png) no-repeat 0 0;
}

.secHowto .descList {
    padding: 30px 0 15px 0;
    margin: 0 -12px;
}

.secHowto .descList li {
    float: left;
    width: 33.3%;
    font-size: 1.16em;
}

.secHowto .descList.item2 li:first-child {
    margin-left: 16%;
}

.secHowto .descList li div {
    padding: 0 12px;
}

.secHowto .descList li img {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.secHowto .descList li .catch {
    font-weight: bold;
    min-height: 3em;
    /*
    text-indent: -12px;
    padding-left: 12px;
    */
    text-indent: -1em;
    padding-left: 1em;
}

.secHowto .descList li .desc {
    line-height: 1.6;
}

.secHowto .pointBox {
    background: url(../images/manner/tile_ptn6.png) repeat center center;
    padding: 14px 30px 20px 30px;
}

.secHowto .pointBox .point {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 186px;
    height: 40px;
    background: url(../images/manner/point.png) no-repeat 0 0;
    margin: 0 auto 15px auto;
}

.secHowto .pointBox .pointsWrap {
    display: table;
    width: 100%;
}

.secHowto .pointBox .contentWrap {
    display: table-cell;
    width: 50%;
    padding-left: 18px;
    padding-right: 20px;
    vertical-align: top;
}

.secHowto .pointBox .pointsWrap .contentWrap:first-child {
    padding-left: 0;
    border-right: solid 1px #a0a0a0;
}

.secHowto .pointBox .pointsWrap .content {
    line-height: 1.6;
    padding-bottom: 5px;
}

.secHowto .pointBox .pointsWrap .content:last-child {
    padding-bottom: 0;
}

.secHowto .pointBox .pointsWrap .content .notice {
    font-weight: bold;
    color: #cb373b;
}

.mannerBtm {
    position: relative;
    height: 207px;
    background: url(../images/manner/manner_btm_back.png) no-repeat center 0;
    background-size: cover;
    position: relative;
}

.mannerBtm .container {
    width: 643px;
    height: 207px;
    background: url(../images/manner/fukidashi.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -481px;
}

.mannerBtm p {
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    font-weight: bold;
    padding: 44px 0 0 65px;
    line-height: 1.6;
}

.recommendedArea h2 {
    text-align: center;
    color: #fff;
}
.recommendedArea h2 span {
    display: inline-block;
    padding-left: 60px;
    font-weight: bold;
    font-size: 2.6em;
    position: relative;
    line-height: 1.4;
}
.recommendedArea h2 span:before {
    content: " ";
    display: block;
    position: absolute;
    width: 54px;
    height: 57px;
    background: url(../images/manner/icon_onsen.png) no-repeat 0 0;
    top: 50%;
    left: 0;
    margin-top: -28px;

}

.recommendedArea h2 span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    bottom: -15px;
    width: 157px;
    height: 8px;
    background: url(../images/manner/wave_3.png) no-repeat 0 0;
}

.recommendedArea .ttlSub {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.90em;
    position: relative;
    padding-top: 23px;
    margin-bottom: 34px;
}
