@charset "UTF-8";
/**
 * 旅色BOOK トンマナ用CSS
 * Created on: 2019.05.29
 * Modified on: 2021.12.27 -- dart-sass対応
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　FRAME WIDTH
--------------------------------------------------------*/
/*--------------------------------------------------------
　CSS SPRITE
--------------------------------------------------------*/
/*--------------------------------------------------------
　OTHERS
--------------------------------------------------------*/
/**
 * 旅色BOOK3月号 テーマカラー用CSS
 * Created on: 2026.3.25
 */
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
 * 旅色BOOK4月号 温泉用CSS
 * Created on: 2026.3.25
 */
/*--------------------------------------------------------
　HOTSPRING
--------------------------------------------------------*/
body {
  background: url("/book/monthly/202604/images/hotspring/main01.jpg") no-repeat center center/cover;
  border-width: 0;
}
body.bg-white {
  background: #ffffff;
}

#arrows span.next {
  opacity: 1;
  transition: all 0.3s ease-in;
}
#arrows span.next.hide {
  opacity: 0;
}

#scroll_arrow {
  width: 80px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-left: -40px;
  cursor: pointer;
  opacity: 1;
}
.is-frame-fixed #scroll_arrow {
  opacity: 0;
  transition: all 0.3s ease-in;
}
#scroll_arrow .next {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-animation: down 2s infinite;
          animation: down 2s infinite;
}
#scroll_arrow .scroll {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", Sans-Serif;
  font-size: 16px;
  color: #000000;
}

@-webkit-keyframes down {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes down {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#loadingbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
}

#loadingbar_base {
  width: 200px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loadingbar {
  width: 0;
  height: 1px;
  background: #FF96AA;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
}

.hotspring-first {
  background: rgba(255, 255, 255, 0.75);
}
.hotspring-first .inner {
  width: 52.5%;
  max-width: 672px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .hotspring-first .inner {
    width: 62.5%;
  }
}
.hotspring-first .fv-logo {
  width: 23.4%;
}
.hotspring-first .fv-ttl {
  width: 76.6%;
}
.hotspring-second .shoulder, .hotspring-third .shoulder, .hotspring-fourth .shoulder, .hotspring-data .shoulder {
  width: 9%;
  max-width: 115px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  .hotspring-second .shoulder, .hotspring-third .shoulder, .hotspring-fourth .shoulder, .hotspring-data .shoulder {
    width: 19%;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-second .shoulder, .hotspring-third .shoulder, .hotspring-fourth .shoulder, .hotspring-data .shoulder {
    width: 14%;
  }
}
.hotspring-second .ttl01, .hotspring-third .ttl01, .hotspring-fourth .ttl01, .hotspring-data .ttl01 {
  width: 32.8%;
  max-width: 419px;
  margin: 0 auto;
  position: absolute;
  top: 120px;
  left: 80px;
}
@media only screen and (max-width: 800px) {
  .hotspring-second .ttl01, .hotspring-third .ttl01, .hotspring-fourth .ttl01, .hotspring-data .ttl01 {
    width: 42.8%;
  }
}
.hotspring-second .photo-caption, .hotspring-third .photo-caption, .hotspring-fourth .photo-caption, .hotspring-data .photo-caption {
  width: 33%;
  max-width: 422px;
  margin: 0 auto;
  position: absolute;
  bottom: 65px;
  right: 70px;
}
@media only screen and (max-width: 800px) {
  .hotspring-second .photo-caption, .hotspring-third .photo-caption, .hotspring-fourth .photo-caption, .hotspring-data .photo-caption {
    width: 43%;
  }
}
.hotspring-second .photo-caption p, .hotspring-third .photo-caption p, .hotspring-fourth .photo-caption p, .hotspring-data .photo-caption p {
  position: relative;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 15px;
  line-height: 1.5;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .hotspring-second .photo-caption p, .hotspring-third .photo-caption p, .hotspring-fourth .photo-caption p, .hotspring-data .photo-caption p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-second .photo-caption p, .hotspring-third .photo-caption p, .hotspring-fourth .photo-caption p, .hotspring-data .photo-caption p {
    font-size: 1.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-second .photo-caption p, .hotspring-third .photo-caption p, .hotspring-fourth .photo-caption p, .hotspring-data .photo-caption p {
    font-size: 13px;
  }
}
.hotspring-second .photo-caption::before, .hotspring-third .photo-caption::before, .hotspring-fourth .photo-caption::before, .hotspring-data .photo-caption::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(20, 0, 0, 0.3);
  position: absolute;
  top: -10px;
  left: -10px;
  filter: blur(10px);
}
.hotspring-third {
  background: url("/book/monthly/202604/images/hotspring/main02.jpg") no-repeat center center/cover;
}
.hotspring-third .photo-caption {
  width: 33%;
  max-width: 422px;
  margin: 0 auto;
  position: absolute;
  bottom: 65px;
  left: 95px;
  right: unset;
}
@media only screen and (max-width: 800px) {
  .hotspring-third .photo-caption {
    width: 43%;
  }
}
.hotspring-data {
  background: #FFECCC;
}
.hotspring-data .caption {
  width: 33%;
  max-width: 422px;
  margin: 0 auto;
  position: absolute;
  bottom: 65px;
  right: 70px;
}
@media only screen and (max-width: 800px) {
  .hotspring-data .caption {
    width: 43%;
  }
}
.hotspring-data .caption p {
  position: relative;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", Sans-Serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .hotspring-data .caption p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-data .caption p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-data .caption p {
    font-size: 12px;
  }
}
.hotspring-data .inner {
  width: 81.2%;
  max-width: 1039px;
  margin: 0 auto;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .hotspring-data .inner {
    width: 91.2%;
  }
}
.hotspring-data .data-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hotspring-data .data-image {
  width: 50.4%;
}
.hotspring-data .data-image img {
  width: 100%;
}
.hotspring-data .data-txtbox {
  width: 44.4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hotspring-data .data-ttl {
  width: 38.9%;
}
.hotspring-data .data-table {
  margin: 30px 0 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 16px;
  color: #3c3c3c;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 1024px) {
  .hotspring-data .data-table {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-data .data-table {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-data .data-table {
    font-size: 14px;
  }
}
.hotspring-data .data-table dt {
  width: 50px;
  background: #FFFFFF;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
}
.hotspring-data .data-table dd {
  width: calc(100% - 65px);
}
.hotspring-data .data-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #3c3c3c;
}
@media only screen and (max-width: 1024px) {
  .hotspring-data .data-txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-data .data-txt {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-data .data-txt {
    font-size: 14px;
  }
}
.hotspring-data .data-txt .bold {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 800px) {
  .hotspring-data .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hotspring-data .inner .data-txtbox {
    width: 60%;
    margin-bottom: 25px;
  }
  .hotspring-data .inner .data-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hotspring-spot {
  background: #FFFFFF;
}
.hotspring-spot .shoulder {
  font-family: "Hiragino Mincho W3 JIS2004", serif;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot .shoulder {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .shoulder {
    font-size: 2.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot .shoulder {
    font-size: 18px;
  }
}
.hotspring-spot.spot01 .shoulder {
  width: 173px;
}
.hotspring-spot .inner {
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .inner {
    width: 90%;
  }
}
.hotspring-spot .spot-imgbox {
  width: 42.1%;
}
.hotspring-spot .spot-imgbox figcaption {
  font-size: 14px;
  line-height: 1.33;
  color: #000000;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot .spot-imgbox figcaption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .spot-imgbox figcaption {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot .spot-imgbox figcaption {
    font-size: 12px;
  }
}
.hotspring-spot .spot-txtbox {
  width: 53.2%;
}
.hotspring-spot .spot-txtbox .btn {
  display: block;
  width: 230px;
  margin: 25px auto 0 0;
}
.hotspring-spot .spot-txtbox > p {
  font-size: 16px;
  line-height: 1.85;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot .spot-txtbox > p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .spot-txtbox > p {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot .spot-txtbox > p {
    font-size: 14px;
  }
}
.hotspring-spot.spot02 .shoulder {
  width: 218px;
}
.hotspring-spot.spot02 .spot-txtbox {
  width: 38%;
}
.hotspring-spot.spot02 .spot-txtbox .spot-ttl {
  font-family: "Hiragino Mincho W3 JIS2004", serif;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot.spot02 .spot-txtbox .spot-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot.spot02 .spot-txtbox .spot-ttl {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot.spot02 .spot-txtbox .spot-ttl {
    font-size: 20px;
  }
}
.hotspring-spot.spot02 .spot-imgbox {
  width: 57.1%;
  display: flex;
  justify-content: space-between;
}
.hotspring-spot.spot02 .spot-imgbox .spot-img01 {
  width: 58.6%;
}
.hotspring-spot.spot02 .spot-imgbox .spot-img02 {
  width: 38.6%;
  margin-top: 22%;
}
.hotspring-spot.spot03 .shoulder {
  width: 202px;
}
.hotspring-spot.spot03 .spot-txtbox {
  width: 41.2%;
}
.hotspring-spot.spot03 .spot-txtbox .spot-ttl {
  font-family: "Hiragino Mincho W3 JIS2004", serif;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot.spot03 .spot-txtbox .spot-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot.spot03 .spot-txtbox .spot-ttl {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot.spot03 .spot-txtbox .spot-ttl {
    font-size: 20px;
  }
}
.hotspring-spot.spot03 .spot-imgbox {
  width: 53.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotspring-spot.spot03 .spot-imgbox .spot-img01 {
  width: 46.6%;
}
.hotspring-spot.spot03 .spot-imgbox .spot-img02 {
  width: 48.8%;
}
.hotspring-spot .spot-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hotspring-spot .spot-header .lead {
  font-family: "Hiragino Mincho W3 JIS2004", serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot .spot-header .lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .spot-header .lead {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot .spot-header .lead {
    font-size: 16px;
  }
}
.hotspring-spot .spot-ttl {
  font-family: "Hiragino Mincho W3 JIS2004", serif;
  font-size: 26px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot .spot-ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .spot-ttl {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot .spot-ttl {
    font-size: 24px;
  }
}
.hotspring-spot .spot-info {
  font-size: 14px;
  line-height: 1.5;
  color: #3c3c3c;
  margin-top: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot .spot-info {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .spot-info {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot .spot-info {
    font-size: 12px;
  }
}
.hotspring-spot .spot-info .bold {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 15px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .hotspring-spot .spot-info .bold {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .spot-info .bold {
    font-size: 1.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .hotspring-spot .spot-info .bold {
    font-size: 13px;
  }
}
.hotspring-spot .spot-info p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 800px) {
  .hotspring-spot .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hotspring-spot .inner .data-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hotspring-spot .spot-txtbox {
    width: 80%;
    margin-top: 30px;
  }
  .hotspring-spot.spot01 .spot-imgbox, .hotspring-spot.spot03 .spot-imgbox, .hotspring-spot.spot05 .spot-imgbox {
    width: 45%;
    margin: 30px auto;
  }
  .hotspring-spot.spot01 .spot-txtbox, .hotspring-spot.spot03 .spot-txtbox, .hotspring-spot.spot05 .spot-txtbox {
    width: 60%;
  }
  .hotspring-spot.spot02 .inner, .hotspring-spot.spot04 .inner, .hotspring-spot.spot06 .inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .hotspring-spot.spot02 .spot-txtbox, .hotspring-spot.spot04 .spot-txtbox, .hotspring-spot.spot06 .spot-txtbox {
    width: 60%;
  }
  .hotspring-spot.spot02 .spot-imgbox, .hotspring-spot.spot04 .spot-imgbox, .hotspring-spot.spot06 .spot-imgbox {
    width: 45%;
    margin: 0 auto;
  }
}

#footer {
  background: #ffffff;
}
#footer .c-btn-backnumber {
  padding-top: 50px;
}
#footer .copyrights {
  margin-bottom: 88px;
}

@media only screen and (max-width: 800px) {
  .bottom-contents {
    width: calc(90% - 88px);
  }
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
.hotspring-first .fv-logo {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
}
.hotspring-first .fv-logo.is-loading {
  opacity: 0;
  transform: translate(0, -30px);
}
.hotspring-first .fv-ttl {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
  transition-delay: 0.3s;
}
.hotspring-first .fv-ttl.is-loading {
  opacity: 0;
  transform: translate(0, -30px);
  transition-delay: 0s;
}
.hotspring-second .shoulder,
.hotspring-second .photo-caption, .hotspring-second .ttl01, .hotspring-third .shoulder,
.hotspring-third .photo-caption, .hotspring-third .ttl01, .hotspring-fourth .shoulder,
.hotspring-fourth .photo-caption, .hotspring-fourth .ttl01, .hotspring-data .shoulder,
.hotspring-data .photo-caption, .hotspring-data .ttl01 {
  opacity: 0;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-second.move-up .shoulder,
.hotspring-second.move-up .photo-caption, .hotspring-second.move-up .ttl01, .hotspring-second.active .shoulder,
.hotspring-second.active .photo-caption, .hotspring-second.active .ttl01, .hotspring-third.move-up .shoulder,
.hotspring-third.move-up .photo-caption, .hotspring-third.move-up .ttl01, .hotspring-third.active .shoulder,
.hotspring-third.active .photo-caption, .hotspring-third.active .ttl01, .hotspring-fourth.move-up .shoulder,
.hotspring-fourth.move-up .photo-caption, .hotspring-fourth.move-up .ttl01, .hotspring-fourth.active .shoulder,
.hotspring-fourth.active .photo-caption, .hotspring-fourth.active .ttl01, .hotspring-data.move-up .shoulder,
.hotspring-data.move-up .photo-caption, .hotspring-data.move-up .ttl01, .hotspring-data.active .shoulder,
.hotspring-data.active .photo-caption, .hotspring-data.active .ttl01 {
  opacity: 1;
  transition-delay: 1s;
}
.hotspring-third::before, .hotspring-fourth::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 1;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-third.move-up::before, .hotspring-third.active::before, .hotspring-fourth.move-up::before, .hotspring-fourth.active::before {
  opacity: 0;
  transition-delay: 0.7s;
}
.hotspring-summary .summary-txtbox {
  opacity: 0;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-summary .summary-imgbox {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-summary.move-up .summary-txtbox, .hotspring-summary.active .summary-txtbox {
  opacity: 1;
  transition-delay: 1s;
}
.hotspring-summary.move-up .summary-imgbox, .hotspring-summary.active .summary-imgbox {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.hotspring-data .inner {
  opacity: 0;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-data .data-txtbox {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-data.move-up .inner, .hotspring-data.active .inner {
  opacity: 1;
  transition-delay: 1s;
}
.hotspring-data.move-up .data-txtbox, .hotspring-data.active .data-txtbox {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.hotspring-spot .inner,
.hotspring-spot .shoulder {
  opacity: 0;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-spot .spot-txtbox {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.hotspring-spot.move-up .inner,
.hotspring-spot.move-up .shoulder, .hotspring-spot.active .inner,
.hotspring-spot.active .shoulder {
  opacity: 1;
  transition-delay: 1s;
}
.hotspring-spot.move-up .spot-txtbox, .hotspring-spot.active .spot-txtbox {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
/*# sourceMappingURL=hotspring.css.map */