@charset "UTF-8";
/* ===================================================================
CSS information

file name	: common.css
author		 : Abilive
style info : 基本・共通設定
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lora&family=Noto+Serif+JP:wght@300;400;500&display=swap&amp;subset=japanese");
#contents {
  width: 950px !important;
  margin-left: auto;
}

html {
  font-size: small;
}

body {
  overflow: hidden;
  background: #f7f7f7 !important;
  -webkit-text-size-adjust: none;
}
body a {
  color: #434343;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.over {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#page {
  min-width: 950px;
  max-width: 1190px;
  margin: auto;
  font-size: 100% !important;
}

.main_title {
  text-align: center;
  margin: auto;
}
.main_title:before {
  content: "";
  width: 39px;
  height: 30px;
  display: block;
  background: url(../images/common/ic_st.png) no-repeat center/contain;
  margin: 0 auto .6em;
}
.main_title .jp {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.38em;
  margin: 0 auto .5em;
  color: #242120;
  font-size: 188%;
}
.main_title .en {
  font-family: 'Lora', "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  padding: 1.2em .5em 0;
  line-height: 1;
  display: block;
  color: #8a8786;
  font-size: 75%;
  letter-spacing: 0.26em;
  position: relative;
  text-transform: uppercase;
}
.main_title .en:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #8a8786;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub_title:before {
  content: "";
  width: 7px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background: url(../images/common/ic_sst.png) no-repeat center/contain;
}
.sub_title span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1em);
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #242120;
  line-height: 1.5;
  font-size: 163%;
}

.s_title:before {
  content: "";
  width: 8px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background: url(../images/common/ic_s.png) no-repeat center/contain;
}
.s_title span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1em);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #242120;
  line-height: 1.25;
  font-size: 138%;
}

.txt_catch {
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 138%;
}

.tate {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.tate_sp {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.b_base a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  background: #333;
  position: relative;
  padding: 1.2em 0;
  font-weight: 400;
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.b_base a span:after {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #8a8786;
  -webkit-transition: right 1s ease-out;
  transition: right 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .b_base a span:after {
    width: 3em;
  }
}
.b_base a:hover {
  background: #000;
  color: #fff;
}
.b_base a:hover span:after {
  right: -1em;
}

.b_plan a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  background: #a39371;
  position: relative;
  padding: 1.4em 0;
  font-weight: 400;
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.b_plan a span:after {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #8a8786;
  -webkit-transition: right 1s ease-out;
  transition: right 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .b_plan a span:after {
    width: 3em;
  }
}
.b_plan a:hover {
  background: #867758;
  color: #fff;
}
.b_plan a:hover span:after {
  right: -1em;
}

#header {
  position: relative;
  width: 1190px;
  padding-top: 40px;
}
#header:before {
  content: '';
  width: 796px;
  height: 352px;
  background: url(../images/common/img_kumo.png) no-repeat;
  position: absolute;
  top: -77px;
  left: 753px;
  z-index: -1;
}
#header .con_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .con_gnav .logo {
  margin-right: 50px;
}
#header .con_gnav .logo a {
  display: block;
}
#header .con_gnav #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .con_gnav #gnav li a {
  display: block;
  font-size: 107%;
  letter-spacing: 0.3em;
  color: #434343;
  padding: 0.8em 1em;
  line-height: 1;
  position: relative;
}
#header .con_gnav #gnav li a:hover {
  color: #434343;
}
#header .con_gnav #gnav li a:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #6a6868;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 7px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header .con_gnav #gnav li.btn_rsv a {
  background: #867758;
  color: #fff;
}
#header .con_gnav #gnav li.btn_rsv a:after {
  content: none;
}
#header .con_gnav #gnav li:hover a:after, #header .con_gnav #gnav li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.con_pagetitle {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 80px;
}

#contents {
  margin: 40px auto;
}

#footer {
  position: relative;
  padding: 135px 0 105px;
  margin: 95px 0 0 auto;
  max-width: 950px;
}
#footer:before {
  content: "";
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1080px;
  height: 770px;
  z-index: -1;
  background: url(../images/footer/bg_foo.jpg) no-repeat bottom center;
}
#footer .con_footer .catch {
  width: 10.6em;
  margin: auto;
  font-size: 125%;
  letter-spacing: .4em;
  line-height: 2.65;
  font-weight: 400;
}
#footer .con_footer .catch span {
  color: #fff;
}
#footer .con_footer .box_sitemap {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #3e3937;
  border-bottom: 1px solid #3e3937;
}
#footer .con_footer .box_sitemap li a {
  display: block;
  padding: 1em;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#footer .con_footer .box_sitemap li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .con_footer .box_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
#footer .con_footer .box_footer address {
  color: #fff;
  font-size: 94%;
  margin-left: 40px;
}
#footer .con_footer .box_footer .b_plan {
  width: 235px;
  margin-left: 45px;
}
#footer #copyright {
  text-align: center;
  font-weight: 400;
  font-size: 75%;
  letter-spacing: 0.1em;
  color: #535353;
  margin-top: 30px;
}

table.tbl_basic {
  border-top: 2px solid #a39371;
  border-bottom: 2px solid #a39371;
}
table.tbl_basic tr {
  border-top: 1px solid #a39371;
}
table.tbl_basic tr:first-child {
  border-top: none;
}
table.tbl_basic th, table.tbl_basic td {
  padding: .8em 1em;
  line-height: 1.5;
}
table.tbl_basic th {
  color: #a39371;
  padding-right: 0;
  font-weight: normal;
}

#htlSide-A {
  position: absolute;
  top: 680px;
  left: 50%;
  margin-left: -590px;
  float: none;
  display: block;
}

#htlContents {
  min-width: 1190px !important;
  margin: auto !important;
  min-width: 1190px !important;
  background: #fff;
}

#htlBrdCrmbs, #htlHeader {
  max-width: 1800px;
  width: 100%;
  margin: 10px auto 20px;
}

#htlMainContent {
  width: 100%;
  margin: auto !important;
  margin-left: 0 !important;
}
#htlMainContent > div:first-child {
  max-width: 1920px;
  position: relative;
}
#htlMainContent > div:first-child:before {
  content: '';
  width: 1920px;
  height: 197px;
  background: url(../images/common/bg_body.jpg) no-repeat center top;
  position: absolute;
  top: 66px;
  left: 0;
  z-index: -1;
}

#trvlHtlTabNav {
  margin-left: 2em;
}

#trvlHtlSubNav ul {
  padding: 5px 4em !important;
}

#RthCustomizeW {
  width: 100% !important;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #434343;
  font-size: 124%;
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 300;
}
