@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
h1,
h2,
h3 {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.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;
}

#hMap_h1 {
  font-size: 100%;
  font-weight: normal;
}

/* ==

　02. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.hVisual {
  position: relative;
  min-width: 950px;
  height: 640px;
  overflow: hidden;
  background: url(/English/hotel/images/rn01/mv_bg.jpg) no-repeat 0 0;
  background-size: cover;
  margin-bottom: 100px;
}
.hVisual-02 {
  height: 180px;
  background: url(/English/hotel/images/rn01/mv_bg02.jpg) no-repeat 0 0;
  background-size: cover;
  margin-bottom: 50px;
  padding: 0;
}
/* .hVisual::after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
} */
.hVisual-02::after {
  display: none;
}
.hVisual_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hVisual_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1795px;
  height: 640px;
  background: url(/English/hotel/images/rn01/mv_photo.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.hVisual-02 .hVisual_bg::after {
  width: 1320px;
  height: 180px;
  background: url(/English/hotel/images/rn01/mv_photo02.png) no-repeat center center;
  background-size: cover;
}
.hVisual_in {
  position: relative;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.hVisual_in h1.hVisual_tit {
  /* font-size: 20px; */
  font-size: clamp(1.125rem, 0.7421rem + 0.6349vw, 1.25rem);
  font-weight: 500;
  margin-top: 55px;
}
.hVisual_in h1.hVisual_tit span {
  font-family: "Playfair Display", serif;
  /* font-size: 52px; */
  font-size: clamp(2.875rem, 1.7262rem + 1.9048vw, 3.25rem);
  font-weight: 400;
  display: block;
  letter-spacing: -0.02em;
}

.hVisual-02 .hVisual_in h1.hVisual_tit {
  /* font-size: 16px; */
  font-size: clamp(0.875rem, 0.4921rem + 0.6349vw, 1rem);
  font-weight: 500;
  margin-top: 35px;
}
.hVisual-02 .hVisual_in h1.hVisual_tit span {
  font-family: "Playfair Display", serif;
  /* font-size: 40px; */
  font-size: clamp(2.25rem, 1.4841rem + 1.2698vw, 2.5rem);
  font-weight: 400;
  display: block;
  letter-spacing: -0.02em;
}



.hVisual_in .hVisual_txt {
  position: absolute;
  bottom: 90px;
  right: 140px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 30px;
  width: 395px;
  z-index: 2;
}
.hVisual_in .hVisual_txt p {
  font-size: 13px;
  color: #fff;
}
.hVisual .hVisual_scroll {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  transition: opacity .5s linear;
}
.hVisual .hVisual_arrow {
  position: absolute;
  top: 40px;
  left: 50px;
}

@media only screen and (max-width: 1400px) {
  .hVisual_in .hVisual_txt {
    right: 230px;
  }
}

/* 見出し
------------------------------------------------------------------------------- */
#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: 500;
}
#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(/English/hotel/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; */
  margin: 0 -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: #fff;
  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: 500;
}
#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(/English/hotel/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 0 100px;
  padding-bottom: 100px;
  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(/English/hotel/images/search_ico01.png);
}
#main .hSearch_nav-list a::before,
#main .hSearch_nav-list h1::before {
  background-image: url(/English/hotel/images/search_ico02.png);
}
#main .hSearch_nav-type a::before,
#main .hSearch_nav-type h1::before {
  background-image: url(/English/hotel/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(/English/hotel/images/search_ico06.png) center center no-repeat;
  background-size: 10px 10px;
  vertical-align: 0;
}
/* 日本地図
------------------------------------------------------------------------------- */
#main .hArea {
  position:  absolute;
  width: calc(100% + 40px);
  max-width: 1280px;
  height: 812px;
  margin: 0;
  /* overflow: hidden; */
  top: 0;
  left: -20px;
  background-color: #fff;
  z-index: 1000;
}
#main .hArea::before {
  content: "";
  width: calc(100% + 120px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  background-color: #fff;
  display: block;
  z-index: 1000;
}
#main .hArea_bg {
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  height: 742px;
  margin: 0;
  transform: translateX(-50%);
  background: url(/English/hotel/images/map_bg01.png) center center no-repeat;
  z-index: 1001;
}
#main  .hArea_in {
  position: relative;
  max-width: 864px;
  margin: 0 auto;
  z-index: 1001;
}
#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: 139px;
  right: 77px;
}
#main .hArea_item-t2 {
  top: 328px;
  right: 154px;
}
#main .hArea_item-t3 {
  top: 477px;
  right: 205px;
}
#main .hArea_item-t4 {
  top: 413px;
  left: 350px;
}
#main .hArea_item-t5 {
  top: 541px;
  right: 277px;
}
#main .hArea_item-t6 {
  top: 541px;
  left: 277px;
}
#main .hArea_item-t7 {
  top: 477px;
  left: 146px;
}
#main .hArea_item-t8 {
  top: 605px;
  left: 211px;
}
#main .hArea_item-t9 {
  top: 605px;
  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(/English/hotel/images/search_ico08.png) center center no-repeat;
}
#main .hArea_overseas {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 319px;
  height: 164px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background: url(/English/hotel/images/map_bg02.png) center center no-repeat;
  background-size: cover;
  z-index: 1001;
}
#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(/English/hotel/images/search_ico08.png) center center no-repeat;
}
/* 地図
------------------------------------------------------------------------------- */
#main .hMap {
  position: relative;
  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(/English/hotel/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(/English/hotel/images/search_ico07.png) center center no-repeat;
  vertical-align: 0;
}



/* -------------------------------------------------------- */

body {
  min-width: 950px;
  color: #000;
}
h1,h2,h3 {
  color: #000;
}
a {
  color: #000;
}

.hBrand {
  background-color: #F7F4F0;
  margin: 0 -20px;
  padding-bottom: 70px;
}
.hBrand_in {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.hBrand_head {
  text-align: center;
  margin-bottom: 50px;
  padding: 80px 0 0;
}

.hBrand_tit01 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.45;
}
.hBrand_tit01 span {
  font-size: 32px;
  font-weight: 700;
  display: block;
}
.hBrand_tit02 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.hBrand_head-v1 {
  margin-bottom: 30px;
  padding-top: 50px;
}
.hBrand_head-v1 .hBrand_tit02 {
  margin-bottom: 10px;
}


.hBrand_list ul.hBrand_col {
  display: flex;
}
.hBrand_list ul.hBrand_col li {
  width: 23.863636%;
}
.hBrand_list ul.hBrand_col li img {
  width: 100%;
  height: auto;
}
.hBrand_list ul.hBrand_col li + li {
  margin-left: 8px;
}
.hBrand_list ul.hBrand_col li .asterisk {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 10px;
  color: #666666;
}
.hBrand_list dl {
  display: flex;
  justify-content: space-between;
  background-color: #EDEAE6;
  padding: 16px 0 8px;
  border-bottom: 2px solid #F7F4F0;
}
.hBrand_list dl dt {
  width: 210px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
#main .hBrand_list dl dt {
  /* font-size: 16px; */
  font-size: clamp(0.8125rem, 0.2381rem + 0.9524vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}
.hBrand_list dl dd {
  position: relative;
  width: 880px;
}
.hBrand_item {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}
.hBrand_item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .2s linear;
}
.hBrand_item p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  text-align: center;
  transition: all .2s linear;
}
#main .hBrand_item p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}

.hBrand_item::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 12px;
  background: url(/English/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all .2s linear;
}
.hBrand_item:hover::before,
.hBrand_item:hover::after,
.hBrand_item:hover p {
  opacity: 1;
}
span.hBrand_item::after {
  display: none;
}

.hBrand_col-02 {
  width: 646px;
  margin: 0 auto;
}
.hBrand_list ul.hBrand_col-02 li {
  max-width: 210px;
  width: 50%;
}
#main .hBrand_list ul.hBrand_col-02 li .hBrand_note {
  font-size: 10px;
  text-align: center;
}
#main .hBrand_note {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}


.mfp-bg,
.mfp-wrap {
  min-width: 950px;
}
.mfp-auto-cursor .mfp-content {
  padding-top: 110px;
}
.modal {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #F7F4F0;
}
.modal_wrap {
  position: relative;
}
.modal_label {
  position: absolute;
  top: -18px;
  left: 20px;
  padding: 7px 23px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}
.modal_in {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.modal_txt {
  max-width: 500px;
  width: 40.32258%;
  padding: 50px 0;
}

.modal_txt_in {
  max-width: 340px;
  margin: 0 auto;
}
.modal_txt_logo {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.modal_txt_logo img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
.modal_tit {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BFBCBA;
}
.modal_tit h3 {
  font-size: 18px;
  font-weight: 700;
}
.modal_tit p {
  font-size: 10px;
}


.modal_info dl dt {
  color: #6E4527;
  font-size: 11px;
}
.modal_info dl dd {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.modal_info dl dd:last-child {
  margin-bottom: 0;
}

.modal_info dl dd a[target=_blank] span::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 8px;
    margin: 0 0 0 10px;
    background: url(/English/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
    background-size: contain;
    vertical-align: 0.1em;
}
.modal_info dl dd a[target=_blank]::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 12px;
    margin-left: 15px;
    background: url(/English/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
    background-size: contain;
}

.modal_img {
  position: relative;
  max-width: 740px;
  width: 59.6774194%;
  padding-bottom: 65px;
}
.modal_img::before {
  content: "";
  display: block;
  max-width: 480px;
  width: 65%;
  height: 214px;
  background: url(/English/hotel/images/rn01/mv_bg02_smp.jpg) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 480 / 214;
}
.modal_img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}


.mfp-close-btn-in .mfp-close {
  display: none;
}
.modal_close {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.modal_close:hover {
  opacity: 0.7;
}
.modal_close::before,
.modal_close::after  {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 30px;
  background: #fff;
}
.modal_close::before, .modal_close::after {
  top: -5px;
}
.modal_close::before {
  transform: rotate(45deg);
}
.modal_close::after {
  transform: rotate(-45deg);
}
.modal_close-top {
    position: absolute;
    top: -40px;
    right: 0;
}
.modal_close-bottom {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 40px);
  width: 40px;
  padding-left: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 14px;
}
.modal_close-bottom::before,
.modal_close-bottom::after {
  height: 22px;
  top: 0
}




#main .hSearch {
  position: relative;
  background-color: #F7F4F0;
  margin: 0 -20px;
}
#main .hSearch-bg1 {
  background-color: transparent;
}
.hSearch::before {
  content: "";
  width: 100%;
  height: 650px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.hSearch_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.hSearch .hBrand_tit01 {
  margin-bottom: 40px;
}
#main .hSearch_body {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.hSelects {
  display: flex;
  width: 860px;
  margin: 0 auto;
}

.hSelects_btn {
  background-color: #FA0046;
  display: block;
  line-height: 47px;
  padding: 0 0 1px;
  color: #fff;
  transition: opacity 0.3s;
  text-decoration: none;
  width: 200px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s linear;
}
.hSelects_btn:hover {
  opacity: 0.7;
}
.hSelects_btn span::before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(/English/hotel/images/rn01/svg/icon_search.svg) no-repeat 0 0;
  background-size: cover;
  margin-right: 10px;
  transform: translateY(2px);
}

.hSelects_bnr {
  width: 480px;
  height: 80px;
  background: url(/English/hotel/images/rn01/bnr_map.png) no-repeat 0 0;
  background-size: cover;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.1s linear;
}
.hSelects_bnr:hover {
  opacity: 0.7;
}
.hSelects_bnr span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.hSelects_bnr span::before {
  content: "";
  width: 18px;
  height: 27px;
  background: url(/English/hotel/images/rn01/svg/icon_pin.svg) no-repeat 0 0;
  background-size: 18px 27px;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(5px);
}




.hSelects_item {
    width: 320px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
    margin-right: 5px;
}


.cselect{
    position: relative;
    width: 100%;
}
.cselect > summary{
    list-style: none;
}
.cselect > summary::-webkit-details-marker{
    display:none;
}


.cselect__trigger{
    height: 44px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;

    padding: 0 14px;
    background:#fff;
    border: 1px solid #888;
    border-radius: 4px;
    cursor: pointer;

    box-shadow: 0 1px 0 rgba(0,0,0,.04);
    user-select: none;
    -webkit-user-select: none;
}
.cselect__trigger:hover {
    background:#eee;
}
.cselect__value{
    font-size: 16px;
    font-weight: 500;
    color:#333;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}


.cselect__trigger::after{
    content:"";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #FA0046 #FA0046 transparent transparent;
    transform: rotate(-225deg);
    position: relative;
    top: -3px;
    right: 5px;
}


.cselect[open] .cselect__trigger{
    border-color:#cfcfcf;
}
.cselect[open] .cselect__trigger::after{
    transform: rotate(-45deg);
    top: 3px;
}


.cselect__menu{
    position: absolute;
    top: 45px;
    left: 0;
    margin-top: 8px;
    padding: 0;
    background:#1f1f1f;
    border-radius: 4px;
    overflow:hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
    border: 1px solid rgba(255,255,255,.06);
}


.cselect__item{
    user-select: none;
    -webkit-user-select: none;
    width:100%;
    text-align:left;
    padding: 12px 15px;
    background: transparent;
    border: 0;
    outline: none;
    color:#e9e9e9;
    font-size: 14px;
    cursor: pointer;
}

.cselect__item + .cselect__item{
  border-top: 1px solid rgba(255,255,255,.14);
}

.cselect__item:hover{
  background: rgba(255,255,255,.08);
}

.cselect__item.is-muted{
  opacity: .25;
}

.cselect__item:focus-visible{
  box-shadow: inset 0 0 0 2px rgba(228,0,43,.55);
}

.cselect{
  z-index: 5;
}

.native-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.no-select{
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}



.hBtns02 {
  position: relative;
  width: 320px;
  display: block;
  border: 1px solid #808080;
  border-radius: 4px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.hBtns02:hover {
  text-decoration: underline;
}
.hBtns02::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 22px;
  height: 12px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
}



#fnLoadAlert {
  display: none;
  padding: 100px 0 150px;
  margin: 0 auto;
}
#fnLoadAlert p {
  font-size: 20px;
  text-align: center;
  color: #ff0000;
}