@charset "UTF-8";
html.noscroll {
  /*スマフォメニューを押したときに付与しスクロールしないように固定する*/
  overflow: hidden;
}

#RthCustomizeW,#RthCustomize {
  position: relative;
  overflow-x: hidden;
}

#RthCustomizeW,#RthCustomize, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td, button, address, span {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0.1em;
}

#RthCustomizeW,#RthCustomize {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  background-color: #ffffff;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
}

p {
  line-height: 1.8;
  text-align: justify;
  font-weight: 400;
  /*text-justify:inter-ideograph;*/
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dd, dt, ul, li, ol {
  text-align: justify;
  line-height: 1.7;
  /*text-justify:inter-ideograph;*/
}
@media only screen and (max-width: 1023px) {
  dd, dt, ul, li, ol {
    line-height: 1.5;
  }
}

/* for IE6 */
* html #RthCustomizeW {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  transition: 0.1s;
  text-decoration: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#RthCustomizeW input, #RthCustomizeW textArea, #RthCustomizeW select, #RthCustomizeW button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

input:focus, textarea:focus, select:focus {
  background-color: #fffcf0;
}

button {
  cursor: pointer;
}

#RthCustomizeW select {
  border-radius: 0px;
  background: #fff;
  padding: 0px 12px 0px 12px;
  outline: none;
  text-overflow: '';
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  background-image: url("../media/images/common/select_arrow.png");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 8px 6px;
}

label, input[type='checkbox'] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a {
  text-decoration: none;
  color: #333;
  transition-duration: 0.5s;
}
a img {
  transition-duration: 0.5s;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
  transition-duration: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition-duration: 0.5s;
}

p {
  color: #333;
  text-decoration: none;
}

.en p {
  line-height: 2.4;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 400;
  /*text-justify:inter-ideograph;*/
}
.en dd, .en dt, .en ul, .en li, .en ol {
  text-align: left;
}

* {
  min-height: 0;
  min-width: 0;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                leyout
======================================================= */
#RthCustomizeW {
  position: relative;
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none) {
  #RthCustomizeW {
    overflow: hidden;
  }
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0 -20px;
  padding: 0;
  display: flex;
}

.simply-scroll-list li {
  padding: 0 20px;
  margin: 0;
  width: 600px;
  height: auto;
}

.simply-scroll-list li img {
  display: block;
  width: 100%;
}

/*                modal
======================================================= */
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.ggmap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .ggmap {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 1300px) {
  .ggmap {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .ggmap {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .ggmap {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .ggmap {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .ggmap {
    padding-bottom: 120%;
  }
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*    画像拡大の軽量スクリプト「Luminous」の補正コード
======================================================= */
.lum-lightbox {
  z-index: 6000;
  background: rgba(0, 0, 0, 0.8) !important;
}

.lum-close-button {
  background: #000 !important;
  cursor: pointer;
  height: 80px !important;
  opacity: 0.9 !important;
  position: absolute;
  right: 0px !important;
  top: 0px !important;
  width: 80px !important;
}
.lum-close-button:after, .lum-close-button:before {
  background-color: #999;
  content: " ";
  height: 65px !important;
  left: 38px !important;
  top: 7px;
  position: absolute;
  width: 2px !important;
}

@media only screen and (max-width: 1024px) {
  .scroll_header .lum-close-button {
    height: 60px !important;
    width: 60px !important;
  }
  .scroll_header .lum-close-button:after, .scroll_header .lum-close-button:before {
    height: 44px !important;
    left: 29px !important;
    top: 8px !important;
  }
}
	/*                下層共通
======================================================= */

.bn_rt { position: relative; z-index: 20000; background: #ffffff; }
#htlBrdCrmbs,#htlHeader,#trvlHtlTabNav,#trvlHtlSubNav { position: relative; z-index: 20000; }