@charset "UTF-8";

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* 文字 */
body {
  background-image: url(../img/cmn/tempback.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100vw auto;
}

@media screen and (max-width: 480px) {
  body {
    background-size: 360vw auto;
  }
}

.pg-ttl {
  font-size: 22px;
  letter-spacing: .05em;
}

@media screen and (max-width: 1680px) {
  .pg-ttl {
    font-size: 1.3095238095vw;
  }
}

@media screen and (max-width: 480px) {
  .pg-ttl {
    font-size: 5.8666666667vw;
  }
}

.pg-desc {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: .05em;
}

@media screen and (max-width: 1680px) {
  .pg-desc {
    font-size: 1.0714285714vw;
  }
}

@media screen and (max-width: 480px) {
  .pg-desc {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 480px) {
  .pg-desc {
    line-height: 1.66;
  }
}

.pg-desc+.desc {
  margin-top: 1.8em;
}

.pg-tbl {
  width: 100%;
}

.pg-tbl th,
.pg-tbl td {
  padding: .5em;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 2.2;
  vertical-align: top;
}

@media screen and (max-width: 1680px) {

  .pg-tbl th,
  .pg-tbl td {
    font-size: 1.0714285714vw;
  }
}

@media screen and (max-width: 480px) {

  .pg-tbl th,
  .pg-tbl td {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 480px) {

  .pg-tbl th,
  .pg-tbl td {
    display: block;
    width: 100% !important;
  }
}

.pg-tbl th {
  border-bottom: 1px solid #a9a19e;
}

@media screen and (max-width: 480px) {
  .pg-tbl th {
    border-bottom: 1px dashed #d4d0ce;
  }
}

.pg-tbl td {
  border-bottom: 1px solid #d4d0ce;
}

@media screen and (max-width: 480px) {
  .pg-tbl td {
    border-bottom: 1px solid #a9a19e;
    white-space: wrap;
    word-break: break-all;
  }
}

/* sb
---------------------------------------------------------------------------*/
.sb {
  position: relative;
}

.sb-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

@media screen and (max-width: 1680px) {
  .sb-img img {
    height: 29.7619047619vw;
  }
}

@media screen and (max-width: 480px) {
  .sb-img img {
    height: 80vw;
  }
}

.sb-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 93px;
  z-index: 100;
}

@media screen and (max-width: 1680px) {
  .sb-logo {
    width: 5.5357142857vw;
    top: 2.380952381vw;
    left: 2.380952381vw;
  }
}

@media screen and (max-width: 480px) {
  .sb-logo {
    width: 50px;
    top: 2.9333333333vw;
    left: 3.3333333333vw;
  }
}

.sb-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  right: 40px;
  top: 40px;
}

@media screen and (max-width: 1680px) {
  .sb-ctrl {
    right: 2.380952381vw;
    top: 2.380952381vw;
  }
}

@media screen and (max-width: 480px) {
  .sb-ctrl {
    top: 4vw;
    right: 6vw;
  }
}

.sb-ctrl .head-nav {
  color: #ffffff;
  margin-right: 3em;
}

@media screen and (max-width: 480px) {
  .sb-ctrl .head-nav {
    display: none;
  }
}

.sb-ctrl-booknow {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .2em;
  color: #ffffff;
  margin-right: 2em;
  text-shadow: 0px 0px 3px rgba(25, 20, 15, 0.6);
}

@media screen and (max-width: 1680px) {
  .sb-ctrl-booknow {
    font-size: 1.1904761905vw;
  }
}

@media screen and (max-width: 480px) {
  .sb-ctrl-booknow {
    font-size: 5.3333333333vw;
  }
}

.sb-ctrl-booknow a {
  display: block;
  position: relative;
}

.sb-ctrl-booknow a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #585657;
}

.sb-ctrl-booknow a::before {
  display: none;
}

.sb-ctrl-menu {
  width: 30px;
}

@media screen and (max-width: 1680px) {
  .sb-ctrl-menu {
    width: 1.7857142857vw;
  }
}

@media screen and (max-width: 480px) {
  .sb-ctrl-menu {
    width: 8vw;
  }
}

.sb-ctrl-menu a:hover {
  cursor: pointer;
}

.sb-tx {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  color: #ffffff;
}

@media screen and (max-width: 1680px) {
  .sb-tx {
    bottom: 2.380952381vw;
  }
}

.sb-tx-ja {
  font-size: 26px;
  letter-spacing: .1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1680px) {
  .sb-tx-ja {
    font-size: 1.5476190476vw;
  }
}

@media screen and (max-width: 480px) {
  .sb-tx-ja {
    font-size: 6.9333333333vw;
	  line-height: 1.25;
  }
}

@media screen and (max-width: 1680px) {
  .sb-tx-ja {
    margin-bottom: 2.380952381vw;
  }
}

.sb-tx-en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: .4em;
}

@media screen and (max-width: 1680px) {
  .sb-tx-en {
    font-size: 1.0714285714vw;
  }
}

@media screen and (max-width: 480px) {
  .sb-tx-en {
    font-size: 4.8vw;
  }
}

/* intr
---------------------------------------------------------------------------*/
.intr {
  position: relative;
  padding-top: 90px;
  padding-bottom: 40px;
  color: #585657;
}

@media screen and (max-width: 1680px) {
  .intr {
    padding-top: 5.3571428571vw;
    padding-bottom: 2.380952381vw;
  }
}

@media screen and (max-width: 480px) {
  .intr {
    padding-top: 12vw;
    padding-bottom: 5.3333333333vw;
  }
}

.intr-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 190px;
}

@media screen and (max-width: 1680px) {
  .intr-wrap {
    width: 64.2857142857vw;
    padding-bottom: 11.3095238095vw;
  }
}

@media screen and (max-width: 480px) {
  .intr-wrap {
    width: 89.3333333333vw;
    padding-bottom: 25.3333333333vw;
  }
}

.intr-hdl {
  font-size: 22px;
  line-height: 2.22;
  letter-spacing: .05em;
  margin-bottom: 50px;
}

@media screen and (max-width: 1680px) {
  .intr-hdl {
    font-size: 1.3095238095vw;
  }
}

@media screen and (max-width: 480px) {
  .intr-hdl {
    font-size: 5.8666666667vw;
  }
}

@media screen and (max-width: 1680px) {
  .intr-hdl {
    margin-bottom: 2.9761904762vw;
  }
}

@media screen and (max-width: 480px) {
  .intr-hdl {
    margin-bottom: 6.6666666667vw;
  }
}

.intr-desc {
  font-size: 18px;
  line-height: 2.22;
  letter-spacing: .05em;
}

@media screen and (max-width: 1680px) {
  .intr-desc {
    font-size: 1.0714285714vw;
  }
}

@media screen and (max-width: 480px) {
  .intr-desc {
    font-size: 4.8vw;
  }
}

/* anchor
---------------------------------------------------------------------------*/
.anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1098px;
  margin: 0 auto;
}

@media screen and (max-width: 1680px) {
  .anchor {
    width: 65.3571428571vw;
  }
}

@media screen and (max-width: 480px) {
  .anchor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 89.3333333333vw;
  }
}

.anchor li {
  width: 256px;
  margin: 0 9px 48px;
}

@media screen and (max-width: 1680px) {
  .anchor li {
    width: 15.2380952381vw;
    margin: 0 0.5357142857vw 2.8571428571vw;
  }
}

@media screen and (max-width: 480px) {
  .anchor li {
    width: 49%;
    margin: 0 0 5.3333333333vw;
  }
}

.anchor li a {
  display: block;
}

.anchor-img img {
  border-radius: 8px;
}

@media screen and (max-width: 1680px) {
  .anchor-img img {
    border-radius: 0.4761904762vw;
  }
}

@media screen and (max-width: 480px) {
  .anchor-img img {
    border-radius: 1.0666666667vw;
  }
}

.anchor-tx {
  position: relative;
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: 8px;
  width: 100%;
}

@media screen and (max-width: 1680px) {
  .anchor-tx {
    font-size: 1.0714285714vw;
  }
}

@media screen and (max-width: 480px) {
  .anchor-tx {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 1680px) {
  .anchor-tx {
    margin-top: 0.4761904762vw;
  }
}

@media screen and (max-width: 480px) {
  .anchor-tx {
    margin-top: 1.0666666667vw;
  }
}

.anchor-tx::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/cmn/anchor-arw@2x.png);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
  .anchor-tx::after {
    width: 1.3095238095vw;
    height: 1.130952381vw;
  }
}

@media screen and (max-width: 480px) {
  .anchor-tx::after {
    width: 2.9333333333vw;
    height: 2.5333333333vw;
  }
}

.anchor-tx-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.4em;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .anchor-tx-wrap {
    height: auto;
  }
}

.anchortx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1098px;
  margin: 0 auto;
}

@media screen and (max-width: 1680px) {
  .anchortx {
    width: 65.3571428571vw;
  }
}

@media screen and (max-width: 480px) {
  .anchortx {
    width: 89.3333333333vw;
  }
}

.anchortx li {
  width: 256px;
  margin: 0 9px 48px;
}

@media screen and (max-width: 1680px) {
  .anchortx li {
    width: 15.2380952381vw;
    margin: 0 0.5357142857vw 2.8571428571vw;
  }
}

@media screen and (max-width: 480px) {
  .anchortx li {
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
}

.anchortx li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a9a19e;
  border-radius: 6px;
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 1680px) {
  .anchortx li a {
    border-radius: 0.3571428571vw;
    height: 3.5714285714vw;
  }
}

@media screen and (max-width: 480px) {
  .anchortx li a {
    height: 13.3333333333vw;
    border-radius: 0.8vw;
  }
}

.anchortx li a span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  padding-left: 1em;
  font-size: 18px;
  letter-spacing: .05em;
  text-align: left;
  color: #585657;
}

@media screen and (max-width: 1680px) {
  .anchortx li a span {
    font-size: 1.0714285714vw;
  }
}

@media screen and (max-width: 480px) {
  .anchortx li a span {
    font-size: 4.8vw;
  }
}

.anchortx li a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/cmn/anchortx-arw@2x.png);
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
  .anchortx li a::after {
    width: 1.3095238095vw;
    height: 1.130952381vw;
  }
}

@media screen and (max-width: 480px) {
  .anchortx li a::after {
    width: 2.9333333333vw;
    height: 2.5333333333vw;
  }
}

.ancpos {
  position: relative;
  z-index: -9999;
  display: block;
  margin-top: -60px;
  padding-top: 60px;
}

@media screen and (max-width: 1680px) {
  .ancpos {
    margin-top: -3.5714285714vw;
    padding-top: 3.5714285714vw;
  }
}

@media screen and (max-width: 480px) {
  .ancpos {
    margin-top: 0;
    padding-top: 0;
  }
}

.bana {
  background-color: transparent;
}

/* panel
---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

  .panel.scroll_fadein,
  .panel,
  body.scroll .panel.scroll_fadein {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}