@charset "utf-8";

.wrapper {width: 100%; font-family: BIZ UDPGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;}
#wrapper_box {background-color: #95c3c5; width: 100%; margin: 0 auto 0 auto; padding: 120px 0 20px;}
.main_title {width: 100%; margin: 0 auto 0 auto; padding: 0 0;}
#main_title_img {width: 100%; margin: 0 auto; max-width: 1100px; border-radius: 20px;}
#text_area {
  /*background: url("https://025.teny.co.jp/theme/special/onsen/img/b-w.svg") top center repeat-x #fff;*/
  background: #fff;
  padding: 60px 0 20px;
  width: 100%;
}
.main_text_area {
  width: 90%;
  margin: 10px auto 50px;
  padding: 20px;
  border: 3px solid #fd736f;
  border-radius: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  max-width: 550px;
}

#info {display: grid; gap: 10px; grid-template-columns: auto 1fr; width: 100%; max-width: 600px; margin: 3em auto 3em auto;}
#info_ttl h2 {color: #333; font-size: 29px; position: relative; display: inline-block; border: none;}
#info_ttl h2:before {position: absolute; content: attr(data-sub); top: 2em; left: 50%; transform: translateX(-50%); color: #aaa; font-size: 13px;}
.info_inner {border-top: 2px solid #CCCCCC;}
.info_text {border-bottom: 2px solid #CCCCCC; color: #333; padding: 10px; line-height: 1.6em; font-size: 15px;}
.info_new p {background-color: #cf4332; color: #fff; padding: 5px 4px; font-size: 14px; margin-bottom: 2px; display: inline-block;}

.parallax {
  background:url("https://025.teny.co.jp/theme/special/onsen/img/background_2.svg") 100% 100%;
  background-attachment: fixed;
  /*background-size: cover;*/
  background-position: center;
}
.parallax_bg {background:url("https://025.teny.co.jp/theme/special/onsen/img/steam.svg") 100% 100% / 50% auto; padding-bottom: 50px;}
.parallax {background-color:#fafafa;}

#onsen_area {background-color: #f5f5f5; width: 85%; padding: 20px; border-radius: 24px; margin: 50px auto; box-shadow: 0px 0px 8px #80808040;}
.inner {width: 100%; padding: 0; margin: 0 auto; box-sizing: border-box;}
.title_left {font-size: 2em; font-weight: bold; margin-bottom: 1em; margin-top: 0.5em; color: #fd736f;}
.features {display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 0 auto; gap: 2em 1.4em; width: 100%; padding-bottom: 30px;}
.features article {display: flex; flex-direction: column;}
.features article a {width: 100%; aspect-ratio: 10 / 6.7;}
.features article img {border-radius: 5px; object-fit: cover; width: 100%; height: 100%;}
p.area {margin: 10px 0 5px; color: #333; font-weight: bold; font-size: 1.2em;}
p.name {color: #333; font-weight: bold; font-size: 1.43em; line-height: 1.2em;}
.and_more {text-align: center; color: #fd736f; font-weight: bold; padding: 2em 0; font-size: 1.1em;}

.l_footer {margin: 0 0 70px;}

@media (max-width: 768px) {
  #main_title_img {border-radius: 0;}
  .features {grid-template-columns: 1fr 1fr;}
}

@media (max-width: 425px) {
  #wrapper_box {padding: 0 0 20px;}
  .features {grid-template-columns: 1fr;}
  .parallax_bg {background: url(https://025.teny.co.jp/theme/special/onsen/img/steam.svg) 100% 100% / 100% 21%;}
}