@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
.fnAnchorT {
  margin-top: -30px;
  padding-top: 30px;
}
#main {
  width: auto;
  min-width: 910px;
  padding: 0 20px 50px;
  overflow: hidden;
}
.hContents {
  max-width: 1120px;
  margin: 0 auto;
}
#main p {
  line-height: 1.7;
  margin: 15px 0 0;
  font-size: 134%;
  font-weight: normal;
}
#main .emptyTxt {
  color: #c00;
  text-align: center;
}
#main p:first-child {
  margin-top: 0;
}
.hDummy {
  display: block;
  height: 300px;
  background: #000;
}
.hLoadWrap {
  overflow: hidden;
}
.hLoadWrap_loader {
  height: 400px;
  background: #fff url(/English/hotel/images/loading.gif) center center no-repeat;
}
.hLoadWrap_area {
  display: none;
}
/* ==

　02. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.hVisual {
  position: relative;
  min-width: 950px;
  height: 640px;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.hVisual_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
}
.hVisual_bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.hVisual_bg-show {
  display: block;
  animation: showBg 8s linear 0s;
  z-index: 10;
}
.hVisual_bg-showFirst {
  display: block;
  animation: showBgFirst 8s linear 0s;
  z-index: 10;
}
.hVisual_bg-hide {
  z-index: 1;
}
@keyframes showBgFirst {
  0% {
    opacity: 0;
    transform: scale(1) translate3d(0,0,0) rotate(0.1deg);
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: scale(1.13) translate3d(0,0,0);
  }
}
@keyframes showBg {
  0% {
    opacity: 0;
    transform: scale(1) translate3d(0,0,0) rotate(0.1deg);
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: scale(1.13) translate3d(0,0,0);
  }
}
.hVisual_bg-t1 {
  background-image: url(../images/visual_bg01.jpg);
}
.hVisual_bg-t2 {
  background-image: url(../images/visual_bg03.jpg);
}
.hVisual_bg-t3 {
  background-image: url(../images/visual_bg04.jpg);
}
.hVisual_bg-t4 {
  background-image: url(../images/visual_bg05.jpg);
}

.hVisual_in {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 250px;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  box-sizing: border-box;
  z-index: 11;
}
.hVisual_in div {
  display: table-cell;
  vertical-align: middle;
}
.hVisual_tit {
  line-height: 1.1;
  margin: 20px 0 0;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 150%;
  font-weight: normal;
}
.hVisual_txt {
  line-height: 1.3;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 367%;
  letter-spacing: 0.05em;
}
/* 見出し
------------------------------------------------------------------------------- */
#main .hHeading01 {
  margin: 90px 0 45px;
  text-align: center;
}
#main .hHeading01_tit {
  line-height: 1.1;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-size: 234%;
  font-weight: normal;
}
#main .hHeading01_en {
  line-height: 1.1;
  margin: 15px 0 0;
  color: #fb0047;
  font-size: 84%;
  letter-spacing: 0.2em;
}
#main .hHeading02 {
  margin: 45px 0 50px;
}
#main .hHeading01 + div > .hHeading02 {
  margin-top: 45px;
}
#main .hHeading02_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main .hHeading02_img span {
  display: block;
  width: 25%;
}
#main .hHeading02_logo {
  margin: 48px 0 31px;
  padding: 0;
  border: none;
  background: none;
}
#main .hHeading02_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}
#main .hHeading02_info {
  width: -webkit-calc(62% - 25px);
  width: calc(62% - 25px);
  margin: 0 25px;
  color: #333;
}
#main .hHeading02_info::before {
  content: "";
  display: block;
  margin: -3px 0 0;
}
#main .hHeading02_btn {
  line-height: 1;
  width: -webkit-calc(38% - 25px);
  width: calc(38% - 25px);
  margin: 0 25px;
  font-size: 125%;
}
#main .hHeading02_btn a {
  display: block;
  line-height: 1.5;
  padding: 13px 10px;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover #main .hHeading02_btn a:hover {
  opacity: 0.7;
}
#main .hHeading02_btn a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin: 0 8px 0 0;
  background: url(../images/search_ico07.png) center center no-repeat;
  vertical-align: 0em;
}
/* カラム
------------------------------------------------------------------------------- */
#main .hBlock01 {
  margin: 90px 0;
}
#main .hBlock01_item {
  width: 417px;
}
#main .hBlock01_item-w1 {
  float: left;
  width: 55.5%;
}
#main .hBlock01_item-w2 {
  float: right;
  width: 43%;
  max-width: 480px;
}
#main .hBlock01_item-w2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#main .hBlock02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -32px -16px 0;
  font-size: 100%;
}
#main .hBlock02-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#main .hBlock02-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#main .hBlock02_item {
  width: -webkit-calc(33.333% - 32px);
  width: calc(33.333% - 32px);
  margin: 32px 16px 0;
  background-color: #f5f5f5;
  transition: background 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover #main .hBlock02_item-hover {
  background-color: rgba(244, 244, 244, 0.6);
  background: rgba(244, 244, 244, 0.6);
}
#main .hBlock02_wrap {
  display: block;
  color: #000;
  text-decoration: none;
}
#main .hBlock02_img {
  display: block;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main .hBlock02_img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
#main .hBlock02_head {
  padding: 32px 32px 0;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
#main .hBlock02_body {
  padding: 15px 32px 32px;
}
#main .hBlock02_tit {
  line-height: 1.555;
  margin: 15px 0 0;
  color: #000;
  font-size: 150%;
  font-weight: normal;
}
#main .hBlock02_tit:first-child {
  margin-top: 0;
}
#main .hBlock02_txt {
  line-height: 1.5;
  margin: 0;
  color: #666;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 117%;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-text-size-adjust: none;
}
.d_hover #main .hBlock02_item-hover .hBlock02_img,
.d_hover #main .hBlock02_item-hover .hBlock02_head,
.d_hover #main .hBlock02_item-hover .hBlock02_txt {
  opacity: 0.6;
}
#main .hBlock03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -34px -12px 0;
  padding: 0 0 28px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 100%;
}
#main .hBlock03_item {
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 34px 12px 0;
}
#main #type03_1 .hBlock03_item:nth-child(3n),
#main #type03_2 .hBlock03_item:nth-child(3n),
#main #type03_4 .hBlock03_item,
#main #type04_1 .hBlock03_item {
  width: -webkit-calc(50% - 24px);
  width: calc(50% - 24px);
}
#main #type06_1 .hBlock03_item,
#main #type06_2 .hBlock03_item,
#main #type06_3 .hBlock03_item,
#main #type05_2 .hBlock03_item {
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
}
#main .hBlock03_tit {
  position: relative;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-size: 134%;
  font-weight: normal;
}
#main .hBlock03_tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
#main .hBlock03_tit span {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  background-color: #fff;
  z-index: 1;
}
#main .hBlock03_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.7;
  margin: 0 -5px;
  font-size: 117%;
}
#main .hBlock03_list li {
  position: relative;
  width: 100%;
  margin: 3px 5px 0;
}
#main #type03_1 .hBlock03_item:nth-child(3n) .hBlock03_list li,
#main #type03_2 .hBlock03_item:nth-child(3n) .hBlock03_list li,
#main #type03_4 .hBlock03_item .hBlock03_list li,
#main #type04_1 .hBlock03_item .hBlock03_list li {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
#main .hBlock03_list a {
  display: inline-block;
  padding: 0 0 0 24px;
  color: #666;
  text-decoration: none;
}
#main .hBlock03_list a:hover {
  text-decoration: underline;
}
#main .hBlock03_list a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 13px;
  height: 10px;
  background: url(/English/common/images/ico_arw03.gif) left top no-repeat;
}
#main .hBlock04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 45px 0 0;
}
#main .hBlock04_img {
  display: block;
  width: 25%;
}
#main .hBlock04_info {
  width: 57.143%;
  max-width: 640px;
}
#main .hBlock04_logo {
  margin: 0 0 31px;
  padding: 0;
  border: none;
  background: none; 
}
/* ボタン
------------------------------------------------------------------------------- */
#main .hBtns01 {
  margin: 20px 0 0;
  font-size: 100%;
  text-align: center;
}
#main .hBtns01_btn {
  display: block;
  width: -webkit-calc(80% - 4px);
  width: calc(80% - 4px);
  margin: 0 auto;
  font-size: 125%;
}
#main .hBtns01_btn-t1 {
}
#main .hBtns01_btn-t2 {
}
#main .hBtns01_btn a {
  display: block;
  line-height: 47px;
  padding: 0 0 1px;
  color: #fff;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
}
#main .hBtns01_btn-t1 a {
  background-color: #fa0046;
}
#main .hBtns01_btn-t2 a {
  background-color: #333;
}
.d_hover #main .hBtns01_btn a:hover {
  opacity: 0.6;
}
#main .hBtns01_btn a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin: 0 5px 0 0;
  background: url(../images/search_ico07.png) center center no-repeat;
  vertical-align: 0;
}
/* タグ
------------------------------------------------------------------------------- */
#main .hTags {
  margin: -4px -4px 0;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 109%;
  letter-spacing: -0.5em;
}
#main .hTags_item {
  display: inline-block;
  margin: 4px;
  min-width: 84px;
  line-height: 28px;
  padding: 2px 13px 0;
  border-radius: 3px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  box-sizing: border-box;
}
/* キャッチ
------------------------------------------------------------------------------- */
#main .hCatch01 {
  position: relative;
  line-height: 1.571;
  margin: 0 0 29px;
  padding: 35px 0 0;
  color: #000;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 234%;
}
#main .hCatch01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 2px;
  background-color: #fa0046;
}
#main .hLead01 {
  line-height: 1.6875;
  color: #333;
  font-size: 134%;
}
@media only screen and (max-width: 1000px) {
  #main .hLead01 {
    font-size: 125%;
  }
}
/* ホテル検索
------------------------------------------------------------------------------- */
#main .hSearch {
  margin: 0;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#main .hSearch_head {
  position: relative;
  margin: 0 -500%;
  padding: 55px 500% 0;
  background-color: #333;
  text-align: center;
}
#main .hSearch_body {
  padding: 64px 0 100px;
}
#main .hSearch_foot {
  margin: 0 -500%;
  padding: 0 500% 100px;
  background-color: #333;
  text-align: center;
}
#main .hSearch_tit {
  line-height: 1.7;
  margin: 0 0 49px;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 234%;
  font-weight: normal;
}
#main .hSearch_en {
  line-height: 1.7;
  margin: 2px 0 49px;
  color: #fff;
  font-size: 84%;
  letter-spacing: 0.2em;
}
#main .hSearch_area {
  position: relative;
}
#main .hSearch_navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  color: #000;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 134%;
  font-weight: normal;
}
#main .hSearch_nav {
  width: 308px;
  margin: 0 1px;
  cursor: pointer;
}
#main .hSearch_nav a {
  display: block;
  position: relative;
  line-height: 60px;
  background-color: #e1e1e1;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main .hSearch_nav-current a {
  background-color: #fff;
  cursor: default;
}
.d_hover #main .hSearch_nav a:hover {
  opacity: 0.7;
}
.d_hover #main .hSearch_nav-current a:hover {
  opacity: 1;
}
#main .hSearch_nav-current a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fa0046;
}
#main .hSearch_wrapper-fix {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  padding: 10px 20px 0;
  background-color: #333;
  box-sizing: border-box;
  z-index: 3;
  animation: searchHeaderFix .5s both;
}
@keyframes searchHeaderFix {
  0% {
    top: -110px;
  }
  100% {
    top: 48px;
  }
}
#main .hSearch_head .hSearch_nav-current a::after {
  top: 0;
}
#main .hSearch_foot .hSearch_nav-current a::after {
  bottom: 0;
}

#main .hSearch_nav h1 {
	line-height: 60px;
	margin: 0;
	padding: 0;
	border-bottom: none;
	background-color: #fff;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	position: relative;
	cursor: default;
}

#main .hSearch_nav a::before,
#main .hSearch_nav h1::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: -0.4em;
}
#main .hSearch_nav-map a::before,
#main .hSearch_nav-map h1::before {
  background-image: url(../images/search_ico01.png);
}
#main .hSearch_nav-list a::before,
#main .hSearch_nav-list h1::before {
  background-image: url(../images/search_ico02.png);
}
#main .hSearch_nav-type a::before,
#main .hSearch_nav-type h1::before {
  background-image: url(../images/search_ico03.png);
}
#main .hSearch_anchor,
#main .hSearch_tab {
  color: #000;
  font-size: 125%;
  letter-spacing: -0.5em;
  text-align: center;
}
#main .hSearch_anchor {
  margin-top: 90px;
}
#main .hSearch_tab-btm {
  margin-top: 80px;
  margin-bottom: 80px;
}
#main .hSearch_anchor li,
#main .hSearch_tab li {
  display: inline-block;
  position: relative;
  line-height: 38px;
  padding: 0 11px;
  letter-spacing: -0.03em;
}
#main .hSearch_tab li {
  cursor: pointer;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover #main .hSearch_tab li:hover {
  color: #777;
}
.d_hover #main .hSearch_tab li.hSearch_current:hover {
  color: #000;
}
#main .hSearch_tab .hSearch_current {
  cursor: default;
}
#main .hSearch_current::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb0047;
}
#main .hSearch_anchor li::before,
#main .hSearch_tab li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
#main .hSearch_anchor li:last-child,
#main .hSearch_tab li:last-child {
  border-right: 1px solid #ddd;
}
#main .hSearch_anchor a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover #main .hSearch_anchor a:hover {
  opacity: 0.6;
}
#main .hSearch_anchor a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px 0 0;
  background: url(../images/search_ico06.png) center center no-repeat;
  background-size: 10px 10px;
  vertical-align: 0;
}
/* 日本地図
------------------------------------------------------------------------------- */
#main .hArea {
  position: relative;
  max-width: 1020px;
  height: 742px;
  margin: 30px auto;
  overflow: hidden;
}
#main .hArea_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1020px;
  height: 742px;
  margin: 0 0 0 -510px;
  background: url(../images/map_bg01.png) center center no-repeat;
  z-index: 1;
}
#main  .hArea_in {
  position: relative;
  max-width: 864px;
  margin: 0 auto;
  z-index: 2;
}
#main .hArea_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 512px;
  padding: 150px 0 0;
  text-align: center;
}
#main .hArea_tit {
  line-height: 1.1;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-size: 234%;
  font-weight: normal;
}
#main .hArea_en {
  line-height: 1.1;
  margin: 15px 0 0;
  color: #fb0047;
  font-size: 84%;
  letter-spacing: 0.2em;
}
#main  .hArea_list {
  line-height: 1;
  font-size: 134%;
}
#main .hArea_item {
  position: absolute;
  width: 150px;
  height: 48px;
}
#main .hArea_item-w {
  width: 200px;
}
#main .hArea_item-t1 {
  top: 89px;
  right: 77px;
}
#main .hArea_item-t2 {
  top: 278px;
  right: 154px;
}
#main .hArea_item-t3 {
  top: 427px;
  right: 205px;
}
#main .hArea_item-t4 {
  top: 363px;
  left: 350px;
}
#main .hArea_item-t5 {
  top: 491px;
  right: 277px;
}
#main .hArea_item-t6 {
  top: 491px;
  left: 277px;
}
#main .hArea_item-t7 {
  top: 427px;
  left: 146px;
}
#main .hArea_item-t8 {
  top: 555px;
  left: 211px;
}
#main .hArea_item-t9 {
  top: 555px;
  left: 0;
}
#main .hArea_item a {
  display: block;
  position: relative;
  line-height: 46px;
  padding: 0 0 2px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover #main .hArea_item a:hover {
  opacity: 0.7;
}
#main .hArea_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  background: url(../images/search_ico08.png) center center no-repeat;
}
#main .hArea_overseas {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 319px;
  height: 164px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background: url(../images/map_bg02.png) center center no-repeat;
  background-size: cover;
  z-index: 3;
}
#main .hArea_overseas a {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 150px;
  line-height: 46px;
  margin: -23px auto;
  padding: 0 0 2px;
  background-color: #333;
  color: #fff;
  font-size: 134%;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover #main .hArea_overseas a:hover {
  opacity: 0.7;
}
#main .hArea_overseas a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  background: url(../images/search_ico08.png) center center no-repeat;
}
/* 地図
------------------------------------------------------------------------------- */
#main .hMap {
  margin: 30px -80px;
}
#main .hMap_in {
  position: relative;
  width: 1280px;
  height: 672px;
}
#main #mapCanvas {
  width: 100%;
  height: 672px;
}
/*　情報ウィンドウ
------------------------------------------------------------------------------- */
#main .infoWin {
  width: 390px;
  line-height: 1.4;
  padding: 20px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #262626;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#main .infoWin a {
  color: #fff;
}
#main .infoWin .colTxt .infoTit {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: bold;
}
#main .infoWin .colTxt .infoIco {
  display: inline-block;
  line-height: 18px;
  margin: 1px 0 0 7px;
  padding: 1px 4px 0;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  vertical-align: 0.2em;
}
#main .infoWin .colTxt .infoIco-t1 {
  border-color: #a28a4e;
  color: #74633a;
}
#main .infoWin .colTxt .infoIco-t2 {
  border-color: #e37038;
  color: #c56232;
}
#main .infoWin .colTxt .infoIco-t3 {
  border-color: #37a652;
  color: #2c8241;
}
#main .infoWin .colTxt .infoIco-t4 {
  border-color: #3155af;
  color: #3155af;
}
#main .infoWin .colTxt .infoIco-t5 {
  border-color: #cb53c7;
  color: #994096;
}
#main .opDpWin .colTxt p {
  line-height: 1.5;
  margin: 0;
  font-size: 13px;
}
#main .infoWin .infoWinBtn {
  width: 260px;
  height: 48px;
  line-height: 1;
  margin: 17px auto 0;
  font-size: 15px;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#main .infoWin .infoWinBtn a {
  display: block;
  height: 48px;
  line-height: 47px;
  background-color: #666;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover #main .infoWin .infoWinBtn a:hover {
  opacity: 0.6;
}
#main .infoWin .infoWinBtn .btnL {
}
#main .infoWin .infoWinBtn .btnR {
  width: 200px;
  margin: 0 auto;
}
#main .infoWin .infoWinBtn .btnL a {
  background-color: #fa0046;
}
#main .infoWin .infoWinBtn .btnR a {
}
#main .infoWin .infoWinBtn a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin: 0 6px 0 0;
  background: url(../images/search_ico07.png) center center no-repeat;
  vertical-align: 0;
}
.d_hover #main .infoWin .infoWinBtn a img {
  opacity: 1.0;
}
.d_hover #main .infoWin .infoWinBtn a:hover img {
  opacity: 0.7;
}
#main .infoWin .infoIco {
  margin: 0 0 0 10px;
}

/*　情報ウィンドウ
------------------------------------------------------------------------------- */
.opDpWin .colThumb {
  float: left;
  width: 95px;
}
.opDpWin .colThumb a,
.opDpWin .colThumb span {
  display: block;
  margin-bottom: 5px;
}
.opDpWin .colThumb img {
  width: 105px;
}
.opDpWin .colTxt {
  float: right;
  width: 270px;
}
/* リスト表示
------------------------------------------------------------------------------- */
#listLayer {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 224px;
  height: 582px;
  padding-bottom: 4px;
  background-color: #595959;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  z-index: 1000;
}
@media only screen and (max-width: 1280px) {
  #listLayer {
    left: 80px;
  }
}
#listLayer .layerHead {
  padding: 5px 5px 0;
}
#listLayer .layerHead div {
  height: 38px;
  overflow: hidden;
  border: 1px solid #1d1d1d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(/English/hotel/images/layer_bg05.jpg) left top repeat-x;
}
#listLayer .layerHead div h2 {
  float: left;
  width: 170px;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 0 0 9px;
  background: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#listLayer .layerHead div h2 b {
  display: block;
  padding-left: 20px;
  background: url(/English/hotel/images/layer_ico06.png) left center no-repeat;
}
#listLayer .layerHead p {
  float: right;
  width: 75px;
  height: 38px;
  line-height: 1;
  cursor: pointer;
  font-size: 0;
}
#listLayer .layerHead p span {
  display: block;
  height: 32px;
  padding-top: 6px;
  border-left: 1px solid #333;
  background: url(/English/hotel/images/layer_bg04.jpg) left top repeat-x;
  text-align: center;
}
#listLayer .layerHead .uiOpen span {
  border-left: 1px solid #000;
  background: url(/English/hotel/images/layer_bg06.jpg) left top repeat-x;
}
#listLayer .resultNum {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #fff;
  background-color: #595959;
  font-size: 12px;
}
#listLayer .resultNum span {
  font-size: 16px;
  font-weight: bold;
}
#listLayer #resultArea {
  width: 216px;
  height: 501px;
  line-height: 1.4;
  margin: 0 4px;
  background-color: #fff;
  color: #4c4c4c;
}
#listLayer #resultArea.opLoading {
  background: #fff url(/English/hotel/images/loading.gif) center center no-repeat;
}
.d_anchor #listLayer #resultArea.opLoading {
  padding: 18px 0;
}
#listLayer #resultArea .subt {
  line-height: 1.2;
  margin: 12px 7px 3px;
  color: #000;
  font-size: 10px;
}
#listLayer .resultTit {
  line-height: 18px;
  margin: 3px 7px 8px;
  padding: 4px 2px 3px 7px;
  border: none;
  color: #fff;
  font-size: 12px;
}
#listLayer .resultTit-t1 {
  background-color: #a28a4e;
}
#listLayer .resultTit-t2 {
  background-color: #e37038;
}
#listLayer .resultTit-t3 {
  background-color: #37a652;
}
#listLayer .resultTit-t4 {
  background-color: #3155af;
}
#listLayer .resultTit-t5 {
  background-color: #cb53c7;
}
#listLayer #resultArea .emptyTxt {
  margin: 7px 7px 12px;
  font-size: 14px;
}
#listLayer #resultArea ul {
  margin: 0 4px 12px;
  border-top: 1px solid #c4c4c4;
}
#listLayer #resultArea li {
  border-bottom: 1px dotted #999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#listLayer #resultArea ul:last-child li:last-child {
  border-bottom: none;
}
#listLayer #resultArea li div {
  min-height: 46px;
  padding: 9px 5px 6px 40px;
  background-position: 1px 8px;
  background-repeat: no-repeat;
  word-break: break-all;
}
#listLayer #resultArea li .uiActive {
  background-color: #dedede;
}
#listLayer #resultArea li p.subTit {
  line-height: 1.142;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: bold;
}
#listLayer #resultArea li p.subTxt {
  line-height: 1.416;
  margin: 0;
  font-size: 12px;
}
#listLayer #resultArea li .opIsMarker {
  cursor: pointer;
}
#listLayer .mCSB_scrollTools{
  width: 14px;
  background-color: #dcdcdc;
}
#listLayer .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
#listLayer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  background-color: #8c8c8c;
}
#selectLayer .mCSB_scrollTools {
  width: 14px;
  background-color: #595959;
}
#selectLayer .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
#selectLayer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  background-color: #000;
}
#listLayer .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 2px 0;
}
#selectLayer .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 2px 0;
}
#guideArea {
  position: relative;
  height: 42px;
  padding: 0 40px;
  background: #333;
  -webkit-touch-callout: none;
}
@media only screen and (max-width: 1280px) {
  #guideArea {
    padding-left: 90px;
  }
}
#guideArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #252525;
  background: -moz-linear-gradient(top, #252525 0%, #313131 100%);
  background: -webkit-linear-gradient(top, #252525 0%,#313131 100%);
  background: linear-gradient(to bottom, #252525 0%,#313131 100%);
}
#guideArea li {
  display: inline-block;
  line-height: 42px;
  color: #fff;
  vertical-align: top;
}
#guideArea li {
  padding: 0 18px 0 28px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#guideArea .opType1 { background-image: url(/hotel/images/parts_map/type01.png); }
#guideArea .opType2 { background-image: url(/hotel/images/parts_map/type02.png); }
#guideArea .opType3 { background-image: url(/hotel/images/parts_map/type03.png); }
#guideArea .opType4 { background-image: url(/hotel/images/parts_map/type04.png); }
#guideArea .opType5 { background-image: url(/hotel/images/parts_map/type05.png); }



.secondNav-fix .secondNav_wrap {
  position: static;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0;
  border-bottom: none;
  background: none;
  z-index: 1;
}
/* 言語切替
------------------------------------------------------------------------------- */
.hLang {
  min-width: 950px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.hLang_in {
  max-width: 1120px;
  margin: 0 auto;
}
.hLang_in ul {
  letter-spacing: -0.5em;
  font-size: 117%;
  text-align: right;
}
.hLang_in li {
  display: inline-block;
  margin: 0 0 0 20px;
  letter-spacing: normal;
}
.hLang_in a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.d_hover .hLang_in a:hover {
  opacity: 0.7;
}
.hLang_in a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin: 0 5px 0 0;
  background: url(../images/search_ico07.png) center center no-repeat;
  vertical-align: 0;
}