@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
html {
  font-size: 62.5%; /* 16px × 62.5% = 10px */
  width: 100%; /* ブラウザ画面幅いっぱいに表示される */
}
html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body {
  background-image: url("../images/common/background.png");
  background-size: contain;
  color: #514536;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.4rem; /* 行間、フォントサイズの1.5倍が丁度良いと言われる */
  text-align: left; /* 左揃え*/
}
h2 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #40311E;
  letter-spacing: 2px;
}

*, *:before, *:after { /* 【*, *:before, *:after*】=の要素。全ての要素にbox-sizing: border-box;を指定する */
  box-sizing: border-box;
}

/* トップページLoading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 400;
  background:#fff;/*#9D8A73*/;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:200px;
}
.Loading-fadeUp {
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*下層ページへローディング画面のためのCSS */
#splash2 {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 400;
  background:#9D8A73;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash-logo2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.none {
  display: none;
}
.br-none {
  display: none;
}
.break::after { /*改行消す*/
  content: "";
}
.access-sp-break::after { /*改行*/
  content: "\A";
  white-space: pre;
}

@media (min-width: 960px) { /*pcの時*/
  .access-sp-break::after {
    content: "";
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #40311E;
    line-height: 4.8rem;
    letter-spacing: 2px;
  }
}
@media (min-width:1024px) {
  .pc-break::after { /*pcのみ改行*/
    content: "\A";
    white-space: pre;
  }
}
.header {
  height: 50px;
}
.header-wrapper {
  width: 100%;
  height: 100%;
  padding: 6px 6% 0;
}
.header__logo {
  height: 35px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 959px) { /* ハンバーガーアイコン */
  #g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 90;
    /*ナビのスタート位置と形状*/
    top:-120%;
    right: 0;
    width:100%;
    background:rgba(154, 139, 110, 0.8);
    /*動き*/
    transition: all 0.6s;
    text-align: left;
    padding: 50px 0 34px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25); /*影*/
  }
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}
/*ナビゲーション*/
 #g-nav ul {
    /*ナビゲーション天地中央揃え*/
}
/*リストのレイアウト設定*/
#g-nav ul li {
   text-align: center;
    margin-bottom: 25px;
  }
#g-nav li a{
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 18px 4px;
  border-bottom: dotted 1px #fff;
}
  /*========= ボタンのためのCSS ===============*/
.openbtn1{
  display: block;
  position:fixed;
    z-index: 150;/*ボタンを最前面に*/
  top:2px;
  right: 10px;
    width: 50px;
    height:50px;
}
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #70523d;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
}
@media (min-width: 960px) {
  .header {
    height: 55px;
    width: 100%;
    padding: 0 24px;
    background-color: rgba(154, 139, 110, 0.7);
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
    z-index: 300;
    box-shadow: 0 10px 10px 0 rgba(148, 129, 121, 0.2)
  }
  .header__logo {
    display: none;
  }
  .header-wrapper {
    margin: 0 auto;
    max-width: 880px;
    padding: 0;
  }
  .nav-drawer {
    margin: 0 auto;
    max-width: 1010px;
    display: flex;
  }
  .nav-drawer nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 2px;
  }
  .nav-drawer ul {
    display: flex;
    justify-content: space-between;
  }
  .nav-drawer ul li {
    font-size: 1.6rem;
  }
  .nav-drawer ul li a {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    width: 140px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
  }
  .nav-drawer ul li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 2px;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}
/*現在地とhoverの設定*/
.nav-drawer ul li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
  }
}
.top-btn__link {
    width: 40px;
   height: auto;
    float: right;
}
  .top-btn__wrapper {
    width: 100%;
    height: auto;
  }
  .top-btn {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .top-btn__link span {
    color: #40311E;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    font-weight: 400;
    margin-left: 2px;
    letter-spacing: 0.1rem;
  }
@media (min-width: 960px) {
 .top-btn__link {
    width: 50px;
    float: right;
  }
  .top-btn__wrapper {
    width: 100%;
  }
  .top-btn {
    width: 100%;
    margin: 0 auto;
  }
  .top-btn:hover {
  opacity: 0.7;
  }
  .top-btn__link span {
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
}

.section-access {
    padding: 40px 24px 75px;
    background-color: #D9D5CC;
  }
.section-access__title-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
  .section-access__title {
    width: 110px;
    margin-bottom: 35px;
    max-width: 700px;
  }
  .section-access__title h2 {
    text-align: center;
    letter-spacing: 0.6rem;
  }
  .access__title-line {
    width: 100%;
    position: relative;
    top: -8px;
  }
.section-access__body {
    margin: 0 auto 3px; 
  }
.access__map-station {
  width: 80%;
  height: 280px;
  margin: 0 auto 50px;
  max-width: 500px;
}
.access__map-station iframe {
    width: 100%;
    height: 100%;
    border-radius: 25px;
  }
.access__information-wrapper {
    position: relative;
    max-width: 630px;
    margin: 0 auto;
  }
.access__information-wrapper img {
    width: 50%;
    max-width: 230px;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 50;
  }
.access__information-content {
    display: flex;
    margin-bottom: 25px;
    position: relative;
    z-index: 100;
  }
  .access__information-heding {
    width: 25%;
    min-width: 90px;
    font-weight: 500;
  }
  .access__information-body {
    font-weight: 400;
  }
@media (min-width: 960px) {
  .section-access {
    padding: 80px 80px 130px;
  }
  .section-access__title-wrapper {
  max-width: none;
  margin: 0;
}
  .section-access__title {
    width: 190px;
    margin: 0 auto 80px;
  }
  .access__title-line {
    width: 100%;
    position: relative;
    top: 0;
  }
  .section-access__body {
    display: flex;
    margin: 0 auto 20px;
    max-width: 1020px;
    justify-content: space-between;
  }
  .aceess__map {
    width: 50%
  }
  .access__map-station {
  width: 90%;
  height: 450px;
  margin: 0 auto;
  max-width: none;
}
.access__map-station iframe {
    width: 100%;
    height: 100%;
    border-radius: 25px;
  }
  .access__information-wrapper {
    padding-top: 30px;
    max-width: none;
    margin: 0;
  }
  .access__information-wrapper img {
    width: 50%;
    top: -30px;
    right: -10px;
  }
  .access__information-content {
    margin-bottom: 30px;
  }
  .access__information-heding {
    width: 20%;
    min-width: 90px;
    font-weight: 600;
  }
}



.footer {
    height: 40px;
    width: 100%;
    background-color: #A89C91;
  }
  .footer span {
    display: block;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    padding-top: 8px;
    color: #ffffff;
    font-size: 1.0rem;
  }
@media (min-width: 960px) {
  .footer {
    height: 70px;
  }
  .footer span {
    width: 130px;
    padding-top: 23px;
    font-size: 1.2rem;
  }
}