@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=EB+Garamond:wght@400..800&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: #21110d;
  font-size: 16px;
  letter-spacing: 0.05em;
  background: #ffffff;
  transition: 2s;
}

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

.txt {
  line-height: 2.5;
  font-weight:bold;
}

/*リンク */
a {
  color: #21110d;
  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;
}

.garamond {
  font-family: "EB Garamond";
  font-weight: 700;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1261px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 2% 15px 5%;
    z-index: 999;
    background: #ffffff;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo {
    width: 150px;
  }
  .header .logo a {
    display: block;
  }
  .header .hamburger {
    display: none;
  }
}
@media (max-width: 1260px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 50px 15px;
    z-index: 999;
    background: #ffffff;
  }
  .header .logo {
    width: 120px;
  }
  .header .logo a {
    display: block;
  }
  .header .hamburger {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 25px;
    right: 20px;
    width: 50px;
    height: 40px;
    z-index: 10000;
  }
  .header .hamburger .span {
    background: #1d1d1d;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .header .hamburger .span:nth-of-type(1) {
    top: 10px;
  }
  .header .hamburger .span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .hamburger .span:nth-of-type(3) {
    bottom: 10px;
  }
  .header .hamburger.is-open .span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }
  .header .hamburger.is-open .span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger.is-open .span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1261px) {
  .navBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    font-size: 15px;
  }
  .navBox .navList {
    width: calc(100% - 440px);
  }
  .navBox .navList .ul {
    display: flex;
    align-items: center;
    gap: 0 3vw;
    min-width: 550px;
  }
  .navBox .navList .ul + .ul {
    margin: 15px 0 0;
  }
  .navBox .navList .ul .li {
    min-width: 60px;
  }
  .navBox .navList .ul .li a {
    display: inline-block;
  }
  .navBox .navItem {
    width: 180px;
  }
  .navBox .navItem .dl {
    position: relative;
    background: #ffffff;
  }
  .navBox .navItem .dl + .dl {
    margin: 10px 0 0;
  }
  .navBox .navItem .dl .dt {
    padding: 7px 15px;
    cursor: pointer;
    border: 1px solid #0c0c0c;
    background: url("https://eternity-grace.jp/system_panel/uploads/images/header_select_arrow_down.png") right 10px center no-repeat;
  }
  .navBox .navItem .dl .dt.active {
    background: url("https://eternity-grace.jp/system_panel/uploads/images/header_select_arrow_up.png") right 10px center no-repeat;
  }
  .navBox .navItem .dl .dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #0c0c0c;
    border-top: none;
  }
  .navBox .navItem .dl .dd .ul .li {
    border-bottom: 1px solid #e1e1e1;
  }
  .navBox .navItem .dl .dd .ul .li:last-child {
    border-bottom: none;
  }
  .navBox .navItem .dl .dd .ul a {
    display: block;
    padding: 7px 15px;
  }
  .navBox .navReserve {
    width: 220px;
  }
  .navBox .navReserve a {
    display: block;
    padding: 15px 10px;
    color: #fffefe;
    text-align: center;
    background: #1d1d1d;
  }
}
@media (max-width: 1260px) {
  .navBox {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 480px;
    height: 100%;
    padding: 100px 60px 100px;
    z-index: 999;
    background: #ffffff;
    transition: 0.6s;
    overflow: auto;
    box-shadow: 0 1px 2px rgba(3, 0, 11, 0.14);
  }
  .navBox.active {
    right: 0;
  }
  .navBox .navList {
    margin: 0 0 30px;
  }
  .navBox .navList .ul + .ul {
    margin: 20px 0 0;
  }
  .navBox .navList .ul .li + .li {
    margin: 20px 0 0;
  }
  .navBox .navList .ul .li a {
    display: inline-block;
  }
  .navBox .navItem {
    width: 180px;
    margin: 0 0 20px;
  }
  .navBox .navItem .dl {
    position: relative;
    background: #ffffff;
  }
  .navBox .navItem .dl + .dl {
    margin: 10px 0 0;
  }
  .navBox .navItem .dl .dt {
    padding: 7px 15px;
    cursor: pointer;
    border: 1px solid #0c0c0c;
    background: url("https://eternity-grace.jp/system_panel/uploads/images/header_select_arrow_down.png") right 10px center no-repeat;
  }
  .navBox .navItem .dl .dt.active {
    background: url("https://eternity-grace.jp/system_panel/uploads/images/header_select_arrow_up.png") right 10px center no-repeat;
  }
  .navBox .navItem .dl .dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #0c0c0c;
    border-top: none;
  }
  .navBox .navItem .dl .dd .ul .li {
    border-bottom: 1px solid #e1e1e1;
  }
  .navBox .navItem .dl .dd .ul .li:last-child {
    border-bottom: none;
  }
  .navBox .navItem .dl .dd .ul a {
    display: block;
    padding: 7px 15px;
  }
  .navBox .navReserve {
    width: 220px;
  }
  .navBox .navReserve a {
    display: block;
    padding: 15px 10px;
    color: #fffefe;
    text-align: center;
    background: #1d1d1d;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}
.main.bgBlue {
  background: url(https://eternity-grace.jp/system_panel/uploads/images/main_bg_blue.png) no-repeat;
  background-size: cover;
}
.main.bgLightBlue {
  background: url(https://eternity-grace.jp/system_panel/uploads/images/main_bg_light_blue.png) no-repeat;
  background-size: cover;
}

@media (min-width: 1261px) {
  .main {
    margin: 126px 0 0;
  }
}
@media (max-width: 1260px) {
  .main {
    margin: 93px 0 0;
  }
}
.pageKvContainer {
  position: relative;
  padding: 20px 0 100px;
}
.pageKvContainer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background: #003461;
}
.pageKvContainer .pageKvTtlBox {
  margin: 0 0 40px;
  text-align: center;
}
.pageKvContainer .pageKvTtlBox .sub {
  font-size: 0;
}
.pageKvContainer .pageKvTtlBox .sub p {
  display: inline;
  font-size: 80px;
  line-height: 1.2;
}
.pageKvContainer .pageKvTtlBox .sub .em {
  font-size: 150px;
  color: #a78f45;
  line-height: 1;
}
.pageKvContainer .pageKvTtlBox .sub .span {
  margin: 0 5px;
}
.pageKvContainer .pageKvTtlBox .pageKvTtl {
  display: none;
}
.pageKvContainer .pageKv {
  position: relative;
}

.pageTitleContainer {
  padding: 30px 0;
}
.pageTitleContainer .pageTitleBox {
  text-align: center;
}
.pageTitleContainer .pageTitleBox .sub {
  font-size: 0;
}
.pageTitleContainer .pageTitleBox .sub p {
  display: inline;
  font-size: 80px;
  line-height: 1.2;
}
.pageTitleContainer .pageTitleBox .sub .em {
  font-size: 150px;
  color: #a78f45;
  line-height: 1;
}
.pageTitleContainer .pageTitleBox .sub .span {
  margin: 0 5px;
}
.pageTitleContainer .pageTitleBox .pageTitle {
  display: none;
}

.pageSecTtlBox {
  position: relative;
  margin: 0 0 60px;
  padding: 10px 0 0;
}
.pageSecTtlBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background: #a78f45;
}
.pageSecTtlBox .sub {
  font-size: 0;
}
.pageSecTtlBox .sub p {
  display: inline;
  font-size: 80px;
  line-height: 1.2;
}
.pageSecTtlBox .sub .em {
  font-size: 150px;
  line-height: 1;
}
.pageSecTtlBox .sub .span {
  margin: 0 5px;
}
.pageSecTtlBox .pageSecTtl {
  margin: 10px 0 0;
  font-size: 24px;
  color: #a78f45;
}
.pageSecTtlBox.center {
  text-align: center;
}
.pageSecTtlBox.center::before {
  left: 50%;
  transform: translateX(-50%);
}

.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 a {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 60px;
  background: url(https://eternity-grace.jp/system_panel/uploads/images/btn_more_arrow.png) left center no-repeat;
  background-size: 40px auto;
}
.btnMore a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 0;
  height: 1px;
  background: #21110d;
  transition: width 0.3s ease;
}
@media (min-width: 1025px) {
  .btnMore a:hover {
    opacity: 1;
  }
  .btnMore a:hover:after {
    width: calc(100% - 60px);
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 120px 0;
}
.footer .footContact .pageSecTtlBox .pageSecTtl {
  display: none;
}
.footer .footContact .contactPanel {
  max-width: 1100px;
  margin: 0 auto;
}
.footer .footContact .contactPanel .contactBox {
  padding: 60px 20px;
  background: #515964;
}
.footer .footContact .contactPanel .contactBox .dl {
  color: #ffffff;
  text-align: center;
}
.footer .footContact .contactPanel .contactBox .dl .dt {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 50px;
}
.footer .footContact .contactPanel .contactBox .dl .dd .btnContact {
  max-width: 330px;
  margin: 0 auto 30px;
}
.footer .footContact .contactPanel .contactBox .dl .dd .btnContact a {
  display: block;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ffffff;
  background: #e1e1e0;
}
.footer .footContact .contactPanel .contactBox .dl .dd .btnContact a p {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(https://eternity-grace.jp/system_panel/uploads/images/footer_contact_mail.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .footContact .contactPanel .contactBox .dl .dd .tel > p {
  margin: 0 0 5px;
}
.footer .footContact .contactPanel .contactBox .dl .dd .tel a {
  display: inline-block;
  padding: 0 0 0 22px;
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  background: url(https://eternity-grace.jp/system_panel/uploads/images/footer_contact_tel.png) left center no-repeat;
  background-size: 18px auto;
}
.footer .footContact .contactPanel .contactBox .dl .dd .btnReservation {
  max-width: 330px;
  margin: 0 auto 30px;
}
.footer .footContact .contactPanel .contactBox .dl .dd .btnReservation a {
  display: block;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background: #c22c2a;
}
@media (min-width: 1025px) {
  .footer .footContact .contactPanel {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .contactPanel .contactBox {
    width: 49%;
  }
}
.footer .footPanel {
  padding: 60px 0 20px;
  color: #ffffff;
  background: #050c1f;
}
.footer .footPanel .secWrap01 {
  position: relative;
}
.footer .footPanel .pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  cursor: pointer;
}
.footer .footPanel .footBox {
  display: flex;
  justify-content: space-between;
}
.footer .footPanel .footBox .logo {
  width: 150px;
}
.footer .footPanel .footBox .txtBox {
  width: calc(100% - 400px);
}
.footer .footPanel .footBox .txtBox .footNav {
  margin: 0 0 20px;
}
.footer .footPanel .footBox .txtBox .footNav .ul .li {
  display: inline-block;
}
.footer .footPanel .footBox .txtBox .footNav .ul .li + .li {
  margin: 0 0 0 40px;
}
.footer .footPanel .footBox .txtBox .footNav .ul .li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}
.footer .footPanel .footBox .txtBox .txt {
  margin: 0 0 20px;
}
.footer .footPanel .footBox .txtBox .txt a {
  display: inline-block;
  color: #ffffff;
}
.footer .footPanel .footBox .txtBox .sns .ul .li {
  display: inline-block;
}
.footer .footPanel .footBox .txtBox .sns .ul .li + .li {
  margin: 0 0 0 20px;
}
.footer .footPanel .footBox .txtBox .sns .ul .li a {
  display: block;
  width: 30px;
}
.footer .footPanel .copy {
  margin: 30px 0 0;
  text-align: right;
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  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::after {
  opacity: 1;
}

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

.hotelMain .hotelDetailSection .serviceSection .secTtl p,
.hotelMain .hotelDetailSection .featuresSection .secTtl p,.hotelMain .hotelDetailSection .accessSection p
{translate: none;}
