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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #300d0d;
  background: #000545;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #581818;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #802323;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1100px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1099px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  #page {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  header {
    padding: 2% 0;
    margin: 2% 2% 0;
    background: #fff;
  }
}
header h1 {
  width: 14.01042%;
  position: absolute;
  top: 10.41667%;
  right: 0.78125%;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  header h1 {
    right: 2.86458%;
  }
}
@media only screen and (max-width: 767px) {
  header h1 {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    width: 28.02083%;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  padding: 1.5625% 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1099px) {
  #contents {
    display: block;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents h1 {
    text-align: center;
    margin: 1% 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents h1 {
    width: 60%;
    margin: 2% auto;
  }
}
#contents .box_slider {
  width: 52.08333%;
  padding-left: 1.45833%;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  #contents .box_slider {
    width: 100%;
    padding-right: 1.45833%;
  }
}
#contents .box_slider .catch {
  position: absolute;
  color: #fff;
  z-index: 1;
  letter-spacing: .1em;
  line-height: 1.25;
  top: .5em;
  left: 1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-size: 429%;
  font-family: "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .box_slider .catch {
    font-size: 358%;
    top: 1.8em;
    left: .8em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .box_slider .catch {
    font-size: 215%;
    top: 2.5em;
    left: .8em;
  }
}
#contents .box_slider .catch span {
  display: block;
  font-size: 67%;
}
#contents .box_slider .slider .slick-slide {
  position: relative;
}
#contents .box_slider .slider .slick-dots {
  position: absolute;
  bottom: 0;
  text-align: right;
  z-index: 3500;
  margin: 0 auto;
  background: #000545;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  #contents .box_slider .slider .slick-dots {
    padding: 2% 3%;
  }
}
#contents .box_slider .slider .slick-dots li {
  width: .9em;
  height: 1em;
  padding: 0;
  margin: 0;
  margin-left: 8px;
  float: left;
}
@media only screen and (max-width: 767px) {
  #contents .box_slider .slider .slick-dots li {
    width: .8em;
    height: .8em;
  }
}
#contents .box_slider .slider .slick-dots li:first-child {
  margin-left: 0;
}
#contents .box_slider .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  background: #c3a065;
  text-indent: -9999px;
  border: none;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
#contents .box_slider .slider .slick-dots li button:before {
  display: none;
}
#contents .box_slider .slider .slick-dots li.slick-active button, #contents .box_slider .slider .slick-dots li:hover button {
  background: #fff;
}
@media only screen and (min-width: 1100px) and (max-width: 1510px) {
  #contents .box_slider .slider .photo {
    overflow: hidden;
  }
  #contents .box_slider .slider .photo img {
    position: relative;
    width: 105%;
    max-width: none;
    margin-left: -2.5%;
  }
}
#contents .con_main {
  width: 47.91667%;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 115%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1100px) and (max-width: 1510px) {
  #contents .con_main {
    font-size: 108%;
  }
}
@media only screen and (max-width: 1099px) {
  #contents .con_main {
    font-size: 100%;
    width: 100%;
  }
}
#contents .con_main .open {
  width: 100%;
  margin-top: 15px;
  z-index: 3;
  background: #c3a065;
  font-size: 250%;
  padding: 3.75335% 0;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .open {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .open {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .open {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .open {
    font-size: 143%;
  }
}
@media only screen and (max-width: 1099px) {
  #contents .con_main .open {
    position: static;
    width: 100%;
    padding: 4% 0;
  }
}
#contents .con_main .hotel {
  color: #c3a065;
  font-size: 136%;
  margin-top: 15px;
  letter-spacing: .05em;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .hotel {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .hotel {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1510px) {
  #contents .con_main .hotel {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .hotel {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .hotel {
    font-size: 115%;
  }
}
#contents .con_main .box_txt {
  margin: 5.43478% auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .box_txt {
    margin: 5% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt {
    margin: 5% auto 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  #contents .con_main .box_txt {
    margin-top: 4%;
  }
}
@media print {
  #contents .con_main .box_txt {
    margin-top: 4%;
  }
}
.ie8 #contents .con_main .box_txt {
  margin-top: 4%;
}
@media only screen and (min-width: 1100px) {
  #contents .con_main .box_txt {
    width: 90%;
  }
}
@media print {
  #contents .con_main .box_txt {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt {
    width: 80%;
  }
}
#contents .con_main .box_txt .st {
  font-size: 143%;
  margin-bottom: 20px;
  letter-spacing: .07em;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .box_txt .st {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt .st {
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1510px) {
  #contents .con_main .box_txt .st {
    font-size: 136%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .box_txt .st {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt .st {
    font-size: 122%;
  }
}
#contents .con_main .box_txt .txt {
  line-height: 1.6;
  margin-bottom: 5.43478%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .box_txt .txt {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt .txt {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  #contents .con_main .box_txt .txt {
    margin-bottom: 4%;
  }
}
@media print {
  #contents .con_main .box_txt .txt {
    margin-bottom: 4%;
  }
}
.ie8 #contents .con_main .box_txt .txt {
  margin-bottom: 4%;
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt .txt {
    text-align: left;
  }
}
#contents .con_main .box_txt .address {
  text-align: center;
}
#contents .con_main .box_txt .address a {
  color: #fff;
}
@media only screen and (max-width: 1099px) {
  #contents .con_main .box_txt .address {
    width: 100%;
    margin: 3% auto 0;
    text-align: center;
  }
}
#contents .con_main .box_txt .copyright {
  font-size: 86%;
  margin-top: 8.69565%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .box_txt .copyright {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt .copyright {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  #contents .con_main .box_txt .copyright {
    margin-top: 5%;
  }
}
@media print {
  #contents .con_main .box_txt .copyright {
    margin-top: 5%;
  }
}
.ie8 #contents .con_main .box_txt .copyright {
  margin-top: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_main .box_txt .copyright {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main .box_txt .copyright {
    margin-bottom: 6%;
  }
}

.gg-chevron-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: -.1em;
}
@media only screen and (max-width: 767px) {
  .gg-chevron-right {
    width: 22px;
    height: 22px;
  }
}

.gg-chevron-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .gg-chevron-right::after {
    width: 10px;
    height: 10px;
  }
}
