@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300..700&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  color: #1e1e1e;
  font-size: 16px;
  background: #e2c7bf;
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2.5;
}

/*リンク */
a {
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 5% 30px;
  z-index: 999;
  background: #e2c7bf;
}
.header .headWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 100px;
}
.header .logo a {
  display: block;
}
.header .hamburger {
  display: none;
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
.navBox {
  display: flex;
  justify-content: flex-end;
  font-family: "Cormorant";
  font-weight: 400;
  width: 80%;
  font-size: 18px;
}
.navBox .navList {
  width: calc(100% - 140px);
  margin: 0 40px 0 0;
}
.navBox .navList ul {
  display: flex;
  justify-content: flex-end;
}
.navBox .navList ul li + li {
  margin: 0 0 0 5%;
}
.navBox .navList ul li a {
  display: inline-block;
}
.navBox .navItem ul li {
  display: inline-block;
  width: 25px;
}
.navBox .navItem ul li + li {
  margin: 0 0 0 15px;
}
.navBox .navItem ul li a {
  display: block;
}
.navBox .headItem {
  position: absolute;
  top: 20px;
  right: 5%;
  display: flex;
  justify-content: space-between;
}
.navBox .headItem .language {
  margin: 0 30px 0 0;
}
.navBox .headItem .language > * {
  display: inline-block;
  margin: 0 3px;
}
.navBox .headItem .language .languageLink a {
  display: inline-block;
}
.navBox .headItem .volumeBox {
  padding: 0 0 0 25px;
}
.navBox .headItem .volumeBox.active {
  background: url("../image/common/header_volume.png") left center no-repeat;
  background-size: 20px auto;
}
.navBox .headItem .volumeBox > * {
  display: inline-block;
  margin: 0 2px;
}
.navBox .headItem .volumeBox .volume {
  cursor: pointer;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .navBox .headItem .volumeBox .volume:hover {
    opacity: 0.6;
  }
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  padding: 143px 0 0;
}

.pageTitle {
  padding: 100px 0 60px;
}
.pageTitle h1 {
  font-size: 100px;
  color: #ffffff;
  line-height: 1;
}

.pageSecTtl {
  margin: 0 0 60px;
}
.pageSecTtl h2 {
  font-size: 100px;
  color:#efefef;
  line-height: 1;
}
.pageSecTtl .sub {
  font-size: 70px;
}

.secWrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore {
  display: inline-block;
}
.btnMore a {
  display: inline-block;
  padding: 8px 55px 8px 0;
  background: url("../image/common/btn_more_arrow.png") right 10px center no-repeat;
  background-size: 35px auto;
}
@media (min-width: 1025px) {
  .btnMore a:hover {
    background: url("../image/common/btn_more_arrow.png") right center no-repeat;
    background-size: 35px auto;
  }
}

.btnBack {
  display: inline-block;
}
.btnBack a {
  display: inline-block;
  padding: 8px 0 8px 55px;
  background: url("../image/common/btn_back_arrow.png") left 10px center no-repeat;
  background-size: 35px auto;
}
@media (min-width: 1025px) {
  .btnBack a:hover {
    background: url("../image/common/btn_back_arrow.png") left center no-repeat;
    background-size: 35px auto;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  padding: 60px 0;
}
.footer .copy {
  text-align: right;
}

.bgmPopUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.bgmPopUp .bgmPopUpInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bgmPopUp dl {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.bgmPopUp dl dt {
  margin: 0 0 20px;
}
.bgmPopUp dl dd .btnBgmBox > * {
  display: inline-block;
  margin: 0 5px;
}
.bgmPopUp dl dd .btnBgmBox .btnBgm {
  cursor: pointer;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .bgmPopUp dl dd .btnBgmBox .btnBgm:hover {
    opacity: 0.6;
  }
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::before {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}