@charset 'utf-8';
/* ==========================================================================

	TOP

   ========================================================================== */
body {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', sans-serif;
}
h2, h3, h4 {
  font-family: 'Noto Serif KR', 'Nanum Myeongjo', 'Batang', serif;
}
h4 {
  font-weight: bold;
	font-size: 2.4rem;
}
.pankuzu {
  text-align: center;
}
.pankuzu a {
  margin-right: 25px;
  display: inline-block;
}
.anchor {
    padding-top: 50px;
    margin-top: -50px;
}
strong {
	font-weight: bold;
}
/*--------------------------------
	共通レイアウト
--------------------------------*/
/* タイトル */
h2 small:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: 20px auto;
  background-color: #b2b2b2;
}
/*--------------------------------
	ロード画面
--------------------------------*/
.top .firstaccess {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
.top .firstaccess img {
  display: none;
  width: 50%;
  max-width: 240px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*--------------------------------
	ヘッダー スクロールで出現（トップのみ）
--------------------------------*/
.header_bar {
  top: -90px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_bar.fixed {
  top: 0;
}
/*--------------------------------
	ロゴ
--------------------------------*/
.top_logo {
  position: relative;
  padding: 25px 0 35px;
  text-align: center;
  font-size: 0;
}
.top_logo img {
  width: auto;
  height: 180px;
}
/* ご予約・お問い合わせ */
.top_reserve {
  position: absolute;
  bottom: -100px;
  right: 0;
  display: block;
  width: 165px;
  height: 165px;
  padding: 56px 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  background-color: #3eaee6;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 1s ease .5s, background .4s ease 0s;
  transition: 1s ease .5s, background .4s ease 0s;
}
.top_reserve svg {
  width: 7px;
  height: 15px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin: 0 0 0 -3px;
  fill: #fff;
}
.evacuation .top_reserve {
  right: 5%;
  opacity: 1;
}
.top_reserve:hover {
  background-color: #333;
}
.top_reserve:hover svg {
  transform: translate3d(0, 5px, 0);
}
.top_reserve:link, .top_reserve:visited {
  color: #fff;
}
.top_reserve:hover, .top_reserve:active {
  color: #fff;
}
/*--------------------------------
	その他リンク
--------------------------------*/
.top_etc {
  margin: 200px auto 0;
}
.top_etc .inner > div {
  float: left;
  width: 48.5%;
  font-size: 0;
}
.top_etc .inner > div:nth-of-type(1) {
  margin: 0 3% 0 0;
}
.top_etc .inner > div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_etc .inner > div a img {
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
}
.top_etc .inner > div a:hover img {
  transform: scale(1.1);
}
.top_etc .inner > div a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top_etc .inner > div a p span {
  display: inline-block;
  min-width: 300px;
  height: 85px;
  padding: 10px 0 0;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  background-color: #fff;
  letter-spacing: 0.03em;
}
.top_etc .inner > div a p span small {
  display: block;
  font-size: 1.1rem;
  color: #a7a7a7;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


img.kr_banner {
	width: 75%;
}

/*


/* ============================== SP ============================== */
@media only screen and (max-width: 812px) {
  /*--------------------------------
		共通レイアウト
	--------------------------------*/
  /* タイトル */
  h2 small:before {
    margin: 10px auto;
  }
  /*--------------------------------
		トップのみヘッダータイトル固定
	--------------------------------*/
  header .language {
    display: block !important;
    position: absolute;
    right: auto;
    left: 10px;
    top: 15px;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
  }
  header .language li {
    display: inline-block;
    font-size: 1.2rem;
  }
  header .language li:nth-of-type(n+2):before {
    display: inline-block;
    content: "/";
    padding: 0 10px;
  }
  /*--------------------------------
		ヘッダー スクロールで出現（トップのみ）
	--------------------------------*/
  .header_bar {
    top: -70px;
  }
  .header_bar.fixed {
    top: 0;
  }
  /*--------------------------------
		ロゴ
	--------------------------------*/
  .top_logo {
    padding: 18px 0 27px;
  }
  .top_logo img {
    height: 105px;
    max-width: 90%;
  }
  /* ご予約・お問い合わせ */
  .top_reserve {
    bottom: -85px;
    width: 95px;
    height: 95px;
    padding: 25px 0 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .top_reserve svg {
    width: 7px;
    height: 15px;
    bottom: 10px;
  }
  .evacuation .top_reserve {
    right: 3%;
  }
  .top_reserve:hover {
    background-color: #3eaee6;
  }
  .top_reserve:hover svg {
    transform: translate3d(0, 0, 0);
  }
	img.kr_banner {
	width: 100%;
}
}