@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Exo+2:200i);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}





body {
  background-color: #ffffff;
}

.top {
  display: flex;
  unicode-bidi: isolate;
  position: relative;
}

#logo {
  width: 80%;
  margin: 10% auto;
  text-align: center;
}

img {
  max-width: 100%;
}






/*=========================================
#hamburger
=========================================*/
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 150;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: transform .3s;
}

.hamburger.is-active span {
  background-color: #ffffff;
}

.hamburger span:nth-child(1) {
  top: 30%;
}

.hamburger span:nth-child(2) {
  top: 60%;
}

.hamburger span:nth-child(3) {
  top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  width: 100%;
  height: 100vh;
  background-color: #3333339d;
  transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.drawer__link {
  color: #ffffff;
  width: 100%;
  display: block;

}




/* ===============================================
# 共通
=============================================== */
a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  font-style: italic;
  vertical-align: middle;
  shape-margin: .75rem;
}

/* 実際のプロジェクトではここのコメントを解除して、スマホ時のみ表示させます。 */
.sp-show {
  display: none;
}







.top a {
  margin: 0 auto;
}

nav ul {
  margin-right: 0;
}

nav ul li {
  list-style: none;
}

/* ヘッダーのスタイル */
header {
  width: 20%;
  position: fixed;
  /* 固定位置 */
  top: 0;
  /* ページの上部に配置 */
  left: 0;
  text-align: center;
  /* テキスト中央寄せ */
  z-index: 1000;
  /* 他の要素よりも上に表示 */
}



.menulist {
  margin: 7% auto;
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

.menulist img {
  height: auto;
  transition: transform .2s ease;
  /* ゆっくり変化させる */
}

.menulist:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

.headerback {
  width: 70%;
  margin: 20px auto;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}




/* li {
  display: list-item;
  text-align: center;
  unicode-bidi: isolate;
} */

/* .swiper-slide img {
  margin: 0 auto;
  display: flex;
  width: 80%;
} */
.swiper {
  width: 100%;
  --swiper-theme-color: #ffe311;
  /* テーマカラーを指定 */
  margin: 0 auto;

}

.swiper-slide {
  display: flex;
  justify-content: flex-end;
  /* 画像を右寄せ */
  align-items: center;
  /* 垂直方向の中央寄せ */

}

.swiper-slide img {
  max-width: 100%;
  /* 必要に応じて画像サイズを調整 */
  margin-right: 0px;
  /* 右寄せ時の余白を追加 */
}


/* スクロールバー */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down {
  position: absolute;
  bottom: 1%;
  right: 80%;
  animation: arrowmove 2s ease-in-out infinite;
  z-index: 999;
}

.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 17px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 999;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 2px;
  height: 20px;
  background: #ffffff;
  transform: skewX(-31deg);
  z-index: 999;
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 85px;
  background: #ffffff;
  z-index: 999;
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 5%;
  }

  00% {
    bottom: 1%;
  }
}

/* ここまで */


/* .main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
} */

h2 {
  width: 30%;
  min-width: 300px;

  margin: 0 auto;
  padding: 30px;
}

.concept {
  text-align: center;
  width: 100%;
  margin: 5% auto;
  padding: 10%;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-image: url('../images/kakidashi/beppu4.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}


.concept-img {
  width: 100%;
  margin: 10% 50%;

  background-size: 80%;
  background-repeat: no-repeat;
}

.concept-list {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: rgba(000, 000, 000, 0.6);
}

.concept-list p {
  margin-bottom: 20px;
}

/* 施設紹介 */

/* ↓平川追記。 */
.Introduction1 {
  width: 80%;
  margin: 0 5% 0 15%;
  justify-content: center;

}
.Introduction2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
}



/* ↑ここまで平川追記。 */


.onsen {
  position: relative;

}
.onsen a{
  display: block;
}
.onsen img {
  margin: 10px auto;
  /* ↓平川追記。 */
  /* width: 60%; */
  display: flex;
  filter: grayscale(100%);

  /* divの幅に対する割合 */
}

.onsen img:hover {
  filter: grayscale(0);
  transition: 0.3s;
}

.onsen p {

  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.2em;

  position: absolute;
  font-family: "Sawarabi Mincho", serif;
  font-style: normal;
  font-size: 2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



/* ここまで */


.button-13 a {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center;
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-13 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #333;
  bottom: 0;
  transition: all 0.3s;
}

.button-13 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #333;
  rotate: 40deg;
  right: -3px;
  bottom: 10px;
  transition: all 0.3s;
}

.button-13 a:hover::after,
.button-13 a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}

.menu {
  text-align: center;
  margin: 10% auto;
}


.shop {
  text-align: center;
  margin: 10% auto;
}

.event {
  text-align: center;
  margin: 10% auto;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.shop-info {
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
  align-items: center;
}

.address {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
}

span {
  font-size: larger;
}

.frame {
  margin: 20px auto;
  padding: 20px 0;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  border-color: #333;
}

.inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;

}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

/* ここからがニュース記事のCSS */

.news_list {
  margin: 0 5%;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}

.news_list_item a {
  position: relative;
  display: flex;
  padding-right: 30px;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #f9ff8e;
  border-radius: 14px;
  width: 6em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
}

/* ここから */

/* ここまで */

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}



footer {
  text-align: center;
  margin: 5% auto;
  font-family: "Sawarabi Mincho", serif;
}

/* ここから */

.map{
  width: 60%;
  height:50%;
}

iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.section {
  margin-bottom: 300px;
}

.tel {
  transform: scale(1.1);
}