@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
--------------------------------------------------------*/
/**
 * 旅色BOOK5月号 テーマカラー用CSS
 * Created on: 2026.4.27
 */
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
 * 旅色BOOK5月号 リフレッシュトリップ用CSS
 * Created on: 2026.4.27
 */
/*--------------------------------------------------------
　REFRESH TRIP
--------------------------------------------------------*/
body {
  background: #ffffff;
}

#arrows {
  display: none;
}

.refreshtrip-first {
  position: relative;
  height: calc(100vh - 88px);
  max-height: 100vw;
  z-index: 1;
}
.refreshtrip-first img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-first .fv-img {
  width: calc(100% - 88px);
  height: calc(100% - 88px);
  max-height: 100vw;
  overflow: hidden;
  position: fixed;
  top: 44px;
  left: 44px;
}
.refreshtrip-first .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 60%;
     object-position: 20% 60%;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-img img {
    -o-object-position: 20% 60%;
       object-position: 20% 60%;
  }
}
.refreshtrip-first .fv-shoulder {
  width: 22.7%;
  max-width: 290px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 18px;
  left: 28px;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-shoulder {
    width: 32.7%;
  }
}
.refreshtrip-first .fv-ttl {
  width: 35%;
  max-width: 448px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 8.1%;
  right: 7%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-ttl {
    width: 45%;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-ttl {
    margin-left: 40%;
  }
}
.refreshtrip-first .fv-name {
  width: 12.1%;
  max-width: 154px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1%;
  margin-left: -38%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-name {
    width: 22.1%;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-name {
    top: 40%;
  }
}
.refreshtrip-first02 {
  position: relative;
  height: calc(100vh - 88px);
  max-height: 100vw;
  z-index: 1;
}
.refreshtrip-first02 img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-first02 .fv-img {
  width: calc(100% - 88px);
  height: calc(100% - 88px);
  max-height: 100vw;
  overflow: hidden;
  position: fixed;
  top: 44px;
  left: 44px;
}
.refreshtrip-first02 .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first02 .fv-img img {
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}
.refreshtrip-first02 .fv-shoulder {
  width: 22.7%;
  max-width: 290px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 18px;
  left: 28px;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first02 .fv-shoulder {
    width: 32.7%;
  }
}
.refreshtrip-first02 .fv-shoulder img {
  filter: brightness(0) invert(1) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}
.refreshtrip-first02 .fv-ttl {
  width: 42.7%;
  max-width: 546px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 3.1%;
  right: 1%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first02 .fv-ttl {
    width: 52.7%;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first02 .fv-ttl {
    margin-left: 40%;
  }
}
.refreshtrip-first02 .fv-name {
  width: 12.1%;
  max-width: 154px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1%;
  margin-left: -38%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first02 .fv-name {
    width: 22.1%;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first02 .fv-name {
    top: 40%;
  }
}
.refreshtrip-bg-wrap {
  background: #DFF4F6;
  position: relative;
  z-index: 1;
}
.refreshtrip-bg2-wrap {
  background: #BCD3E8;
  position: relative;
  z-index: 1;
}
.refreshtrip-summary {
  position: relative;
  z-index: -1;
  background: url("/book/monthly/202605/images/refreshtrip/summary_bg.jpg") no-repeat center center/cover;
}
.refreshtrip-summary img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-summary-inner {
  position: relative;
}
.refreshtrip-summary .summary-img01 {
  width: 15.5%;
  position: absolute;
  top: 36%;
  left: -0.3%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .summary-img01 {
    top: 36%;
    left: -0.3%;
  }
}
.refreshtrip-summary .summary-img02 {
  width: 14.6%;
  position: absolute;
  top: 22.6%;
  right: -0.7%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .summary-img02 {
    top: 22.6%;
    right: -0.7%;
  }
}
.refreshtrip-summary .summary-img03 {
  width: 9.7%;
  position: absolute;
  top: 52%;
  right: 8%;
  z-index: -2;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .summary-img03 {
    top: 52%;
    right: 8%;
  }
}
.refreshtrip-summary .lead-wrap {
  padding: 7.8% 0 8.6%;
  color: #000000;
  text-align: left;
  width: 48.8%;
  max-width: 624px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .lead-wrap {
    width: 58.8%;
  }
}
.refreshtrip-summary .lead-wrap .lead {
  font-size: 17px;
  line-height: 2;
  margin-top: 45px;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-summary .lead-wrap .lead {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .lead-wrap .lead {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-summary .lead-wrap .lead {
    font-size: 15px;
  }
}
.refreshtrip-summary .lead-wrap .lead br.tb-visible {
  display: none;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .lead-wrap .lead br.tb-visible {
    display: block;
  }
}
.refreshtrip-summary .lead-wrap .staff-credit {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-summary .lead-wrap .staff-credit {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .lead-wrap .staff-credit {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-summary .lead-wrap .staff-credit {
    font-size: 12px;
  }
}
.refreshtrip-summary .present-box {
  width: 75%;
  margin: 0 auto;
  border: 2px solid #000000;
  border-radius: 28px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.refreshtrip-summary .present-ttl {
  width: 32%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -2%;
  margin-left: -16%;
}
.refreshtrip-summary .present-img {
  width: 30%;
}
.refreshtrip-summary .present-txt {
  width: 51.5%;
  margin-left: 5%;
}
.refreshtrip-summary .present-txt p {
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-summary .present-txt p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .present-txt p {
    font-size: 1.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-summary .present-txt p {
    font-size: 13px;
  }
}
.refreshtrip-summary .present-txt a {
  display: block;
  width: 89.7%;
  margin: 0 auto;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.refreshtrip-summary .present-txt a:hover {
  opacity: 0.7;
}
.refreshtrip-summary2 {
  position: relative;
  z-index: -1;
  background: url("/book/monthly/202605/images/refreshtrip/summary2_bg.jpg") no-repeat center center/cover;
}
.refreshtrip-summary2 img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-summary2-inner {
  position: relative;
}
.refreshtrip-summary2 .summary-img01 {
  width: 14.1%;
  position: absolute;
  top: 35%;
  left: 3.7%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .summary-img01 {
    top: 35%;
    left: 3.7%;
  }
}
.refreshtrip-summary2 .summary-img02 {
  width: 20.6%;
  position: absolute;
  top: 12.6%;
  right: -3.7%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .summary-img02 {
    top: 12.6%;
    right: -3.7%;
  }
}
.refreshtrip-summary2 .summary-img03 {
  width: 9.86%;
  position: absolute;
  top: 56%;
  right: 7%;
  z-index: -2;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .summary-img03 {
    top: 56%;
    right: 7%;
  }
}
.refreshtrip-summary2 .lead-wrap {
  padding: 7.8% 0 8.6%;
  color: #ffffff;
  text-align: left;
  width: 48.8%;
  max-width: 624px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .lead-wrap {
    width: 58.8%;
  }
}
.refreshtrip-summary2 .lead-wrap .lead {
  font-size: 17px;
  line-height: 2;
  margin-top: 45px;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-summary2 .lead-wrap .lead {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .lead-wrap .lead {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-summary2 .lead-wrap .lead {
    font-size: 15px;
  }
}
.refreshtrip-summary2 .lead-wrap .lead br.tb-visible {
  display: none;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .lead-wrap .lead br.tb-visible {
    display: block;
  }
}
.refreshtrip-summary2 .lead-wrap .staff-credit {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-summary2 .lead-wrap .staff-credit {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .lead-wrap .staff-credit {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-summary2 .lead-wrap .staff-credit {
    font-size: 12px;
  }
}
.refreshtrip-summary2 .present-box {
  width: 75%;
  margin: 0 auto;
  border: 2px solid #000000;
  border-radius: 28px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.refreshtrip-summary2 .present-ttl {
  width: 32%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -2%;
  margin-left: -16%;
}
.refreshtrip-summary2 .present-img {
  width: 30%;
}
.refreshtrip-summary2 .present-txt {
  width: 51.5%;
  margin-left: 5%;
}
.refreshtrip-summary2 .present-txt p {
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-summary2 .present-txt p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary2 .present-txt p {
    font-size: 1.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-summary2 .present-txt p {
    font-size: 13px;
  }
}
.refreshtrip-summary2 .present-txt a {
  display: block;
  width: 89.7%;
  margin: 0 auto;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.refreshtrip-summary2 .present-txt a:hover {
  opacity: 0.7;
}
.refreshtrip-second {
  position: relative;
}
.refreshtrip-second img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-second-inner {
  width: 83%;
  max-width: 1062px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-second-inner {
    width: 93%;
  }
}
.refreshtrip-second .shoulder {
  width: 24.4%;
  max-width: 312px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-second .shoulder {
    width: 34.4%;
  }
}
.refreshtrip-second .main-ttl {
  width: 100%;
}
.refreshtrip-tab {
  width: 83%;
  max-width: 1062px;
  margin: 0 auto;
  margin-bottom: -1px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-tab {
    width: 93%;
  }
}
.refreshtrip-tab li {
  width: 48.4%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.refreshtrip-tab li a {
  display: block;
  opacity: 1;
  position: relative;
}
.refreshtrip-tab li a .btn_txt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.refreshtrip-tab li a .btn_txt.current {
  opacity: 1;
}
.refreshtrip-tab li a:hover .btn_txt {
  opacity: 1;
}
.refreshtrip-tab li a img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-day {
  width: 83%;
  max-width: 1062px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day {
    width: 93%;
  }
}
.refreshtrip-day img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-day .day-eyecatch-outer {
  width: calc(100vw - 88px);
  aspect-ratio: 936/570;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.refreshtrip-day .day-eyecatch-outer.outer-day-1st {
  background: url("/book/monthly/202605/images/refreshtrip/day1_largeimg.jpg") no-repeat center center/cover;
}
.refreshtrip-day .day-eyecatch-outer.outer-day-2nd {
  background: url("/book/monthly/202605/images/refreshtrip/day2_largeimg.jpg") no-repeat center center/cover;
}
.refreshtrip-day .day-eyecatch {
  width: 83%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.refreshtrip-day .day-bg {
  width: 100%;
}
.refreshtrip-day .day-summary {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .day-summary {
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .day-summary {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .day-summary {
    font-size: 16px;
  }
}
.refreshtrip-day .start-block,
.refreshtrip-day .end-block,
.refreshtrip-day .point-block {
  width: 91.8%;
  margin-left: auto;
  margin-right: auto;
}
.refreshtrip-day .point-block {
  position: relative;
  margin-bottom: 20px;
}
.refreshtrip-day .point-block .box-L {
  box-sizing: border-box;
}
.refreshtrip-day .point-block .box-R {
  box-sizing: border-box;
}
.refreshtrip-day .point-block .box-D {
  position: relative;
  display: inline-block;
}
.refreshtrip-day .point-block::after {
  content: "";
  display: table;
  clear: both;
}
.refreshtrip-day .point-block > .img01 {
  margin-bottom: 40px;
}
.refreshtrip-day .point-block .txt-box .txt {
  font-size: 16px;
  margin: 30px 0 25px;
  line-height: 1.71;
  text-align: left;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .point-block .txt-box .txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .point-block .txt-box .txt {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .point-block .txt-box .txt {
    font-size: 14px;
  }
}
.refreshtrip-day .point-block .txt-box .txt:first-child {
  margin-top: 0;
}
.refreshtrip-day .point-block .placeinfo-box {
  padding: 20px 0 60px;
  margin-top: 20px;
  border-top: 1px solid #000000;
  font-size: 14px;
  line-height: 1.5;
  color: #3c3c3c;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .point-block .placeinfo-box {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .point-block .placeinfo-box {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .point-block .placeinfo-box {
    font-size: 12px;
  }
}
.refreshtrip-day .point-block .placeinfo-box .bold {
  display: block;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .point-block .placeinfo-box .bold {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .point-block .placeinfo-box .bold {
    font-size: 2.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .point-block .placeinfo-box .bold {
    font-size: 18px;
  }
}
.refreshtrip-day .point-block .placeinfo-box .note {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .point-block .placeinfo-box .note {
    font-size: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .point-block .placeinfo-box .note {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .point-block .placeinfo-box .note {
    font-size: 10px;
  }
}
.refreshtrip-day .point-block .placeinfo-box p:nth-child(2) {
  margin-top: 1em;
}
.refreshtrip-day .point-block .placeinfo-box [data-ruby] {
  position: relative;
}
.refreshtrip-day .point-block .placeinfo-box [data-ruby]::before {
  content: attr(data-ruby);
  width: 10em;
  position: absolute;
  top: -1.5em;
  left: 50%;
  margin-left: -5em;
  font-size: 0.5em;
  line-height: 1;
  text-align: center;
}
.refreshtrip-day .point-block .c-caption {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-top: 6px;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .point-block .c-caption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .point-block .c-caption {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .point-block .c-caption {
    font-size: 12px;
  }
}
.refreshtrip-day .point-block .c-caption .small {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .point-block .c-caption .small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .point-block .c-caption .small {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .point-block .c-caption .small {
    font-size: 10px;
  }
}
.refreshtrip-day .point-block .large-img {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 40px;
  z-index: -1;
}
.refreshtrip-day .point-block .large-img figcaption {
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}
.refreshtrip-day .point-block .img-wrap01 {
  position: relative;
  margin-bottom: 40px;
}
.refreshtrip-day .point-block .img-wrap01 .point-name {
  position: absolute;
  z-index: 2;
}
.refreshtrip-day .point-block .img-wrap {
  display: flex;
  justify-content: space-between;
}
.refreshtrip-day .point-block .point-object {
  position: absolute;
}
.refreshtrip-day .end-block .end {
  width: 22.3%;
  margin: 0 auto 80px;
}
.refreshtrip-day .border-tp,
.refreshtrip-day .border-btm {
  line-height: 0;
}
.refreshtrip-day.day-1st {
  padding-bottom: 70px;
}
.refreshtrip-day.day-1st .break {
  display: inline-block;
}
.refreshtrip-day.day-1st .day-eyecatch .day-lead {
  width: 42.5%;
  position: absolute;
  top: 0;
  left: -7%;
  margin-top: 33%;
  z-index: 3;
}
.refreshtrip-day.day-1st .day-eyecatch .schedule {
  width: 42%;
  position: absolute;
  top: 0;
  left: 63.4%;
  margin-top: 43.1%;
}
.refreshtrip-day.day-1st .start-ttl {
  width: 25.4%;
  margin: 70px auto 15px;
}
.refreshtrip-day.day-1st .start-block {
  margin-top: 0;
  margin-bottom: 55px;
  position: relative;
}
.refreshtrip-day.day-1st .start-block .start {
  width: 15%;
  margin: 0 auto 33px;
}
.refreshtrip-day.day-1st .point1 {
  padding-top: 85px;
  margin-top: 0;
  margin-bottom: 62px;
}
.refreshtrip-day.day-1st .point1 .sec_ttl {
  width: 100%;
  margin-bottom: 35px;
}
.refreshtrip-day.day-1st .point1 .sec_txt {
  text-align: center;
  font-size: 17px;
  margin: 35px 0 75px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-1st .point1 .sec_txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-1st .point1 .sec_txt {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-1st .point1 .sec_txt {
    font-size: 15px;
  }
}
.refreshtrip-day.day-1st .point1 .point-name {
  margin-bottom: 30px;
}
.refreshtrip-day.day-1st .point1 .img-wrap {
  margin-bottom: 38px;
}
.refreshtrip-day.day-1st .point1 .img-wrap .box-L {
  width: 45.3%;
}
.refreshtrip-day.day-1st .point1 .img-wrap .box-R {
  width: 47.3%;
}
.refreshtrip-day.day-1st .point1 .box-L,
.refreshtrip-day.day-1st .point1 .box-R {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point1 .box-C {
  margin-bottom: 80px;
}
.refreshtrip-day.day-1st .point1 .placeinfo-box {
  padding-bottom: 25px;
}
.refreshtrip-day.day-1st .point1 .img01 {
  margin-bottom: 60px;
}
.refreshtrip-day.day-1st .point1 .img02 {
  width: 87.2%;
  margin-left: auto;
  margin-bottom: 45px;
}
.refreshtrip-day.day-1st .point1 .img03 {
  position: relative;
  width: 88.4%;
  margin-right: auto;
}
.refreshtrip-day.day-1st .point1 .img04 {
  width: 100%;
  padding-top: 13.5%;
  margin-left: -15.6%;
  margin-right: auto;
}
.refreshtrip-day.day-1st .point1 .img05 {
  position: relative;
  width: 68.2%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point2 {
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.refreshtrip-day.day-1st .point2 .point-name {
  width: 100%;
  margin-bottom: 30px;
}
.refreshtrip-day.day-1st .point2 .img01 {
  width: 100%;
}
.refreshtrip-day.day-1st .point2 .img-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.refreshtrip-day.day-1st .point2 .box-L {
  width: 47.4%;
  float: none;
}
.refreshtrip-day.day-1st .point2 .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point2 .box-R {
  width: 47.4%;
  float: none;
}
.refreshtrip-day.day-1st .point2 .box-c {
  margin: 0 auto 35px;
  width: 100%;
}
.refreshtrip-day.day-1st .point2 .img-box .box-L,
.refreshtrip-day.day-1st .point2 .img-box .box-R {
  width: 47.4%;
}
.refreshtrip-day.day-1st .point2 .img02 {
  width: 100%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point2 .img03 {
  width: 71.2%;
  margin-left: 7.69%;
  margin-right: auto;
  margin-bottom: 25px;
}
.refreshtrip-day.day-1st .point2 .img04 {
  width: 43.2%;
  margin-right: 4.4%;
  margin-left: auto;
}
.refreshtrip-day.day-1st .point2 .box-C .img01 {
  margin: 0 auto 45px;
}
.refreshtrip-day.day-1st .point2 .start-block {
  margin-bottom: 100px;
}
.refreshtrip-day.day-1st .point3 {
  margin-top: 0;
  margin-bottom: 145px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.refreshtrip-day.day-1st .point3 .point-name {
  width: 100%;
  margin-bottom: 30px;
}
.refreshtrip-day.day-1st .point3 .img01 {
  width: 100%;
  margin-bottom: 50px;
}
.refreshtrip-day.day-1st .point3 .box-c {
  margin: 0 auto 10px;
  width: 100%;
}
.refreshtrip-day.day-1st .point3 .img-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.refreshtrip-day.day-1st .point3 .box-L {
  width: 47.4%;
  float: none;
}
.refreshtrip-day.day-1st .point3 .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point3 .box-R {
  width: 47.4%;
  float: none;
}
.refreshtrip-day.day-1st .point3 .box-R .placeinfo-box {
  margin-top: 0;
}
.refreshtrip-day.day-1st .point3 .img-box .box-L,
.refreshtrip-day.day-1st .point3 .img-box .box-R {
  width: 47.4%;
}
.refreshtrip-day.day-1st .point3 .img02 {
  width: 100%;
  margin-bottom: 55px;
}
.refreshtrip-day.day-1st .point3 .img03 {
  width: 70%;
  margin-left: auto;
  margin-right: 10.2%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point3 .img04 {
  width: 100%;
  margin-bottom: 55px;
}
.refreshtrip-day.day-1st .point3 .img05 {
  width: 87.5%;
  margin-right: auto;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point3 .box-C .img01 {
  margin: 0 auto 45px;
}
.refreshtrip-day.day-1st .point3 .start-block {
  margin-bottom: 100px;
}
.refreshtrip-day.day-1st .point4 {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.refreshtrip-day.day-1st .point4 .sec_ttl {
  width: 100%;
  margin-bottom: 35px;
}
.refreshtrip-day.day-1st .point4 .sec_txt {
  text-align: center;
  font-size: 17px;
  margin: 35px 0 75px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-1st .point4 .sec_txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-1st .point4 .sec_txt {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-1st .point4 .sec_txt {
    font-size: 15px;
  }
}
.refreshtrip-day.day-1st .point4 .point-name {
  width: 100%;
  margin-bottom: -12px;
  position: relative;
  z-index: 1;
}
.refreshtrip-day.day-1st .point4 .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.refreshtrip-day.day-1st .point4 .img-box .box-L {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point4 .img-box .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point4 .img-box .box-R {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point4 .img-box .box-R .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point4 .img01 {
  width: 100vw;
  transform: translate(-50%, 0);
  left: 50%;
  margin: 0 auto 40px;
  position: relative;
}
.refreshtrip-day.day-1st .point4 .img01 .c-caption {
  width: calc((100% - 88px) * 0.83);
  max-width: 1062px;
  margin: 6px auto 0;
}
.refreshtrip-day.day-1st .point4 .img01 .c-caption .limit {
  width: 91.8%;
  margin: 0 auto;
  display: block;
}
.refreshtrip-day.day-1st .point4 .img01 img {
  z-index: 1;
  position: relative;
}
.refreshtrip-day.day-1st .point4 .img02 {
  width: 100%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point4 .img03 {
  width: 86.4%;
  margin-right: auto;
}
.refreshtrip-day.day-1st .point5 {
  padding-top: 0;
  margin-bottom: 100px;
  padding-bottom: 83px;
  position: relative;
}
.refreshtrip-day.day-1st .point5 .point-name {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-top: 6.7%;
}
.refreshtrip-day.day-1st .point5 .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.refreshtrip-day.day-1st .point5 .img-box .box-L {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point5 .img-box .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point5 .img-box .box-R {
  width: 49.3%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point5 .img-box .box-R .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point5 .img01 {
  width: 120.5%;
  margin-right: -20.5%;
  margin-left: auto;
}
.refreshtrip-day.day-1st .point5 .img01 .c-caption {
  width: 100%;
}
.refreshtrip-day.day-1st .point5 .img01 img {
  z-index: 1;
  position: relative;
}
.refreshtrip-day.day-1st .point5 .img02 {
  width: 47.6%;
  margin-left: auto;
  margin-right: 13.3%;
}
.refreshtrip-day.day-1st .point6 {
  margin-bottom: 0px;
}
.refreshtrip-day.day-1st .point6 .img01 {
  position: relative;
  width: 65.3%;
  margin: 0 auto 45px;
}
.refreshtrip-day.day-1st .point6 .img01 .sec_ttl {
  width: 25%;
  position: absolute;
  right: -14%;
  top: 16.6%;
}
.refreshtrip-day.day-1st .point6 .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point6 .img-box .box-L {
  width: 45.3%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point6 .img-box .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point6 .img-box .box-R {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point6 .img-box .box-R .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-1st .point6 .box-C {
  margin-bottom: 35px;
}
.refreshtrip-day.day-1st .point6 .img02 {
  width: 100%;
}
.refreshtrip-day.day-1st .point6 .img03 {
  width: 74.8%;
  margin: 35px auto 0;
}
.refreshtrip-day.day-1st .point6 .placeinfo-box {
  margin-top: 40px;
}
.refreshtrip-day.day-2nd {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .clothes-credit {
  width: 68.6%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .clothes-credit p {
  font-size: 13px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-2nd .clothes-credit p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-2nd .clothes-credit p {
    font-size: 1.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-2nd .clothes-credit p {
    font-size: 11px;
  }
}
.refreshtrip-day.day-2nd .clothes-credit p + p {
  margin-top: 1.5em;
}
.refreshtrip-day.day-2nd .clothes-credit .icon {
  width: 73px;
}
.refreshtrip-day.day-2nd .break {
  display: inline-block;
}
.refreshtrip-day.day-2nd .day-eyecatch .day-lead {
  width: 42.5%;
  position: absolute;
  top: 0;
  left: -7%;
  margin-top: 33%;
  z-index: 3;
}
.refreshtrip-day.day-2nd .day-eyecatch .schedule {
  width: 42%;
  position: absolute;
  top: 0;
  left: 63.4%;
  margin-top: 43.1%;
}
.refreshtrip-day.day-2nd .start-ttl {
  width: 25.4%;
  margin: 70px auto 15px;
}
.refreshtrip-day.day-2nd .start-block {
  margin-top: 0;
  margin-bottom: 55px;
  position: relative;
}
.refreshtrip-day.day-2nd .start-block .start {
  width: 15%;
  margin: 0 auto 33px;
}
.refreshtrip-day.day-2nd .point1 {
  padding-top: 85px;
  margin-top: 0;
  margin-bottom: 72px;
}
.refreshtrip-day.day-2nd .point1 .sec_ttl {
  width: 100%;
  margin-bottom: 35px;
}
.refreshtrip-day.day-2nd .point1 .sec_txt {
  text-align: center;
  font-size: 17px;
  margin: 35px 0 75px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-2nd .point1 .sec_txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-2nd .point1 .sec_txt {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-2nd .point1 .sec_txt {
    font-size: 15px;
  }
}
.refreshtrip-day.day-2nd .point1 .point-name {
  margin-bottom: 30px;
}
.refreshtrip-day.day-2nd .point1 .img-wrap {
  margin-bottom: 38px;
}
.refreshtrip-day.day-2nd .point1 .box-L,
.refreshtrip-day.day-2nd .point1 .box-R {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point1 .box-C {
  margin-bottom: 80px;
}
.refreshtrip-day.day-2nd .point1 .placeinfo-box {
  padding-bottom: 40px;
}
.refreshtrip-day.day-2nd .point1 .placeinfo-box .indent {
  display: block;
  padding-left: 5em;
  text-indent: -5em;
}
.refreshtrip-day.day-2nd .point1 .img01 {
  margin-bottom: 40px;
}
.refreshtrip-day.day-2nd .point1 .img02 {
  width: 100%;
  margin-bottom: 30px;
}
.refreshtrip-day.day-2nd .point1 .img03 {
  position: relative;
  width: 67.5%;
  margin-left: auto;
  margin-right: 5.4%;
}
.refreshtrip-day.day-2nd .point1 .img04 {
  width: 100%;
  padding-top: 13.5%;
  margin-left: -15.6%;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point1 .img05 {
  position: relative;
  width: 68.2%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .point2 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 145px;
}
.refreshtrip-day.day-2nd .point2 .sec_ttl {
  width: 100%;
  margin-bottom: 35px;
}
.refreshtrip-day.day-2nd .point2 .sec_txt {
  text-align: center;
  font-size: 17px;
  margin: 35px 0 75px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-2nd .point2 .sec_txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-2nd .point2 .sec_txt {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-2nd .point2 .sec_txt {
    font-size: 15px;
  }
}
.refreshtrip-day.day-2nd .point2 .point-name {
  margin-bottom: 30px;
}
.refreshtrip-day.day-2nd .point2 .img-wrap {
  margin-bottom: 55px;
}
.refreshtrip-day.day-2nd .point2 .txt {
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point2 .box-L,
.refreshtrip-day.day-2nd .point2 .box-R {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point2 .box-C {
  margin-bottom: 80px;
}
.refreshtrip-day.day-2nd .point2 .placeinfo-box {
  padding-bottom: 40px;
}
.refreshtrip-day.day-2nd .point2 .img01 {
  margin-bottom: 40px;
}
.refreshtrip-day.day-2nd .point2 .img02 {
  width: 100%;
}
.refreshtrip-day.day-2nd .point2 .img03 {
  position: relative;
  width: 80.3%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .point3 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 170px;
}
.refreshtrip-day.day-2nd .point3 .ttl-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.refreshtrip-day.day-2nd .point3 .ttl-box .box-L {
  width: 76.9%;
}
.refreshtrip-day.day-2nd .point3 .ttl-box .box-R {
  width: 23.1%;
}
.refreshtrip-day.day-2nd .point3 .sec_ttl {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point3 .sec_txt {
  text-align: center;
  font-size: 17px;
  margin: 35px 0 75px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-2nd .point3 .sec_txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-2nd .point3 .sec_txt {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-2nd .point3 .sec_txt {
    font-size: 15px;
  }
}
.refreshtrip-day.day-2nd .point3 .point-name {
  margin-bottom: 30px;
}
.refreshtrip-day.day-2nd .point3 .img-wrap {
  margin-bottom: 45px;
}
.refreshtrip-day.day-2nd .point3 .img-wrap .box-L {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point3 .img-wrap .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .point3 .img-wrap .box-R {
  width: 48%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point3 .txt {
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point3 .box-C {
  margin-bottom: 80px;
}
.refreshtrip-day.day-2nd .point3 .placeinfo-box {
  padding-bottom: 40px;
}
.refreshtrip-day.day-2nd .point3 .img01 {
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point3 .img02 {
  width: 100%;
  margin-bottom: 30px;
}
.refreshtrip-day.day-2nd .point3 .img03 {
  position: relative;
  width: 100%;
}
.refreshtrip-day.day-2nd .point3 .img04 {
  position: relative;
  width: 71.7%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .point3 .box-C {
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point4 {
  padding-top: 100px;
  margin-top: 0;
  padding-bottom: 70px;
  margin-bottom: 0;
  position: relative;
}
.refreshtrip-day.day-2nd .point4 .check {
  width: 23.2%;
  position: absolute;
  transform: translate(-50%, 0);
  top: -4.8%;
  left: 50%;
  z-index: 2;
}
.refreshtrip-day.day-2nd .point4 p {
  color: #ffffff !important;
}
.refreshtrip-day.day-2nd .point4 p span {
  color: #ffffff !important;
}
.refreshtrip-day.day-2nd .point4 figcaption {
  color: #ffffff !important;
}
.refreshtrip-day.day-2nd .point4::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  background: #081237;
  z-index: -1;
}
.refreshtrip-day.day-2nd .point4::after {
  content: "";
  display: block;
  width: 100vw;
  height: 43.2vw;
  position: absolute;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  background: url("/book/monthly/202605/images/refreshtrip/night_point4_bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.refreshtrip-day.day-2nd .point4 .sec_ttl {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.refreshtrip-day.day-2nd .point4 .sec_txt {
  text-align: center;
  font-size: 17px;
  margin: 35px 0 75px;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-2nd .point4 .sec_txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-2nd .point4 .sec_txt {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-2nd .point4 .sec_txt {
    font-size: 15px;
  }
}
.refreshtrip-day.day-2nd .point4 .point-name {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.refreshtrip-day.day-2nd .point4 .img-wrap {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.refreshtrip-day.day-2nd .point4 .img-wrap .box-L {
  width: 50%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point4 .img-wrap .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .point4 .img-wrap .box-R {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point4 .img-wrap .box-R .placeinfo-box {
  border-top: 1px solid #ffffff;
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .point4 .btn {
  display: block;
  width: 42.6%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .point4 .txt {
  margin-bottom: 0;
  padding-top: 35px;
}
.refreshtrip-day.day-2nd .point4 .box-C {
  margin-bottom: 80px;
}
.refreshtrip-day.day-2nd .point4 .placeinfo-box {
  padding-bottom: 40px;
}
.refreshtrip-day.day-2nd .point4 .img01 {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.refreshtrip-day.day-2nd .point4 .img02 {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.refreshtrip-day.day-2nd .point4 .img03 {
  position: relative;
  width: 85.8%;
  margin-left: 4.6%;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point4 .img04 {
  position: relative;
  width: 71.7%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .point5 {
  padding-top: 0;
  margin-bottom: 100px;
  padding-bottom: 83px;
  position: relative;
}
.refreshtrip-day.day-2nd .point5 .point-name {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-top: 6.7%;
}
.refreshtrip-day.day-2nd .point5 .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.refreshtrip-day.day-2nd .point5 .img-box .box-L {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point5 .img-box .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .point5 .img-box .box-R {
  width: 49.3%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point5 .img-box .box-R .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .point5 .img01 {
  width: 120.5%;
  margin-right: -20.5%;
  margin-left: auto;
}
.refreshtrip-day.day-2nd .point5 .img01 .c-caption {
  width: 100%;
}
.refreshtrip-day.day-2nd .point5 .img01 img {
  z-index: 1;
  position: relative;
}
.refreshtrip-day.day-2nd .point5 .img02 {
  width: 47.6%;
  margin-left: auto;
  margin-right: 13.3%;
}
.refreshtrip-day.day-2nd .point6 {
  margin-bottom: 80px;
}
.refreshtrip-day.day-2nd .point6 .img01 {
  position: relative;
  width: 65.3%;
  margin: 0 auto 45px;
}
.refreshtrip-day.day-2nd .point6 .img01 .sec_ttl {
  width: 25%;
  position: absolute;
  right: -14%;
  top: 16.6%;
}
.refreshtrip-day.day-2nd .point6 .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.refreshtrip-day.day-2nd .point6 .img-box .box-L {
  width: 45.3%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point6 .img-box .box-L .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .point6 .img-box .box-R {
  width: 47.4%;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point6 .img-box .box-R .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .point6 .box-C {
  margin-bottom: 35px;
}
.refreshtrip-day.day-2nd .point6 .img02 {
  width: 100%;
}
.refreshtrip-day.day-2nd .point6 .img03 {
  width: 74.8%;
  margin: 35px auto 0;
}
.refreshtrip-day.day-2nd .point6 .placeinfo-box {
  margin-top: 40px;
}
.refreshtrip-day .c-btn-other-root {
  width: 530px;
  margin: 0 auto 100px;
}
.refreshtrip-day .c-btn-other-root a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 9px;
  padding: 20px 0;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 16px;
  text-align: center;
  color: #000000;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.refreshtrip-day .c-btn-other-root a:hover {
  opacity: 0.7;
}
.refreshtrip-day .c-btn-other-root a::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 22px;
  height: 17px;
  background: url("/book/monthly/202605/images/refreshtrip/icon_other_root.png") no-repeat 0 0/22px 22px;
  margin-right: 10px;
}
.refreshtrip-day .c-btn-other-root a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -5px;
}
.refreshtrip-more {
  background: #ccf0de;
}
.refreshtrip-more-inner {
  width: 83%;
  max-width: 1062px;
  margin: 0 auto;
  padding: 20px 0 60px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-more-inner {
    width: 93%;
  }
}
.refreshtrip-more-inner img {
  width: 100%;
}
.refreshtrip-more .more-ttl {
  width: 52.7%;
  margin: 0 auto;
}
.refreshtrip-more .more-lead {
  width: 67%;
  margin: 20px auto 60px;
}
.refreshtrip-more .more-icon01 {
  width: 16.3%;
  position: absolute;
  top: 0;
  left: 1.5%;
  margin-top: 8.5%;
}
.refreshtrip-more .more-icon02 {
  width: 16.3%;
  position: absolute;
  top: 0;
  right: -2%;
  margin-top: 26.6%;
}
.refreshtrip-more .more-img {
  width: 67%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.refreshtrip-more .more-img img {
  width: 49.2%;
}
.refreshtrip-more .more-txtbox {
  width: 67%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.refreshtrip-more .more-txtbox .txt {
  width: 65%;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-more .more-txtbox .txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-more .more-txtbox .txt {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-more .more-txtbox .txt {
    font-size: 14px;
  }
}
.refreshtrip-more .more-txtbox .txt .info {
  font-size: 14px;
  line-height: 1.5;
  color: #3c3c3c;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #3c3c3c;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-more .more-txtbox .txt .info {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-more .more-txtbox .txt .info {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-more .more-txtbox .txt .info {
    font-size: 12px;
  }
}
.refreshtrip-more .more-logo {
  width: 32.1%;
}
.refreshtrip-more .more-logo img {
  width: 112%;
  max-width: 112%;
  margin-left: -12%;
}
.refreshtrip-more .more-btn {
  width: 67%;
  margin: 0 auto;
}
.refreshtrip-more .more-btn a {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.refreshtrip-more .more-btn a:hover {
  opacity: 0.7;
}
.refreshtrip-footer .txt {
  width: 55.5%;
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-footer .txt {
    width: 65.5%;
  }
}
.refreshtrip-footer .txt .txt-tit {
  display: inline-block;
  margin-bottom: 5px;
  width: 14%;
}
.refreshtrip-footer .txt p {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", Sans-Serif;
  font-size: 13px;
  line-height: 1.27em;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-footer .txt p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-footer .txt p {
    font-size: 1.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-footer .txt p {
    font-size: 11px;
  }
}
.refreshtrip-footer .txt p + p {
  margin-top: 1.27em;
}
.refreshtrip-footer .page-link {
  margin: auto;
  width: 67.31%;
}
.refreshtrip-footer .page-link img {
  width: 100%;
  height: auto;
}

#footer {
  background: #ffffff;
}

/*--------------------------------------------------------
　ROOT
--------------------------------------------------------*/
.root-wrap {
  position: relative;
  clear: both;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.walk-box {
  width: 200px;
  /* 160px * 1.25 */
  height: 105px;
  /* 105px * 1.25 */
  position: relative;
  clear: both;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .walk-box {
    width: 160px;
    height: 84px;
  }
}
.walk-box li {
  width: 7%;
  position: absolute;
  opacity: 0;
}
.walk-box .walk-text {
  width: 120px;
  position: absolute;
  opacity: 0;
}
.walk-box .walk-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  right: 9px;
  border-width: 5px;
  border-style: solid;
  border-color: #4d4d4d #4d4d4d transparent transparent;
  transform: rotate(-10deg);
}
.walk-box .walk-text p {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  padding: 10px 0;
  background: #4d4d4d;
  border-radius: 6px;
  text-align: center;
}
.walk-box .walk-text p span {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
}
.walk-box.walk-right li:nth-child(1) {
  top: 0;
  left: 92%;
  transform: rotate(30deg);
}
.walk-box.walk-right li:nth-child(2) {
  top: 5%;
  left: 81%;
  transform: rotate(35deg);
}
.walk-box.walk-right li:nth-child(3) {
  top: 27%;
  left: 81%;
  transform: rotate(35deg);
}
.walk-box.walk-right li:nth-child(4) {
  top: 30%;
  left: 70%;
  transform: rotate(40deg);
}
.walk-box.walk-right li:nth-child(5) {
  top: 55%;
  left: 70%;
  transform: rotate(40deg);
}
.walk-box.walk-right li:nth-child(6) {
  top: 56%;
  left: 60%;
  transform: rotate(45deg);
}
.walk-box.walk-right li:nth-child(7) {
  top: 78%;
  left: 56%;
  transform: rotate(45deg);
}
.walk-box.walk-right li:nth-child(8) {
  top: 80%;
  left: 46%;
  transform: rotate(50deg);
}
.walk-box.walk-right .walk-text {
  top: 7%;
  right: 42%;
}
.walk-box.walk-left li:nth-child(1) {
  top: 0;
  left: 0;
  transform: rotate(-30deg);
}
.walk-box.walk-left li:nth-child(2) {
  top: 5%;
  left: 10%;
  transform: rotate(-35deg);
}
.walk-box.walk-left li:nth-child(3) {
  top: 27%;
  left: 10%;
  transform: rotate(-35deg);
}
.walk-box.walk-left li:nth-child(4) {
  top: 30%;
  left: 20%;
  transform: rotate(-40deg);
}
.walk-box.walk-left li:nth-child(5) {
  top: 55%;
  left: 20%;
  transform: rotate(-40deg);
}
.walk-box.walk-left li:nth-child(6) {
  top: 54%;
  left: 29%;
  transform: rotate(-45deg);
}
.walk-box.walk-left li:nth-child(7) {
  top: 78%;
  left: 33%;
  transform: rotate(-45deg);
}
.walk-box.walk-left li:nth-child(8) {
  top: 80%;
  left: 43%;
  transform: rotate(-50deg);
}
.walk-box.walk-left .walk-text {
  top: 7%;
  left: 42%;
}
.walk-box.walk-left .walk-text::after {
  right: auto;
  left: 9px;
  border-color: #4d4d4d transparent transparent #4d4d4d;
  transform: rotate(10deg);
}
.walk-box.move_on li {
  opacity: 1;
}
.walk-box.move_on li:nth-child(0) {
  transition-delay: 0s;
}
.walk-box.move_on li:nth-child(1) {
  transition-delay: 0.25s;
}
.walk-box.move_on li:nth-child(2) {
  transition-delay: 0.5s;
}
.walk-box.move_on li:nth-child(3) {
  transition-delay: 0.75s;
}
.walk-box.move_on li:nth-child(4) {
  transition-delay: 1s;
}
.walk-box.move_on li:nth-child(5) {
  transition-delay: 1.25s;
}
.walk-box.move_on li:nth-child(6) {
  transition-delay: 1.5s;
}
.walk-box.move_on li:nth-child(7) {
  transition-delay: 1.75s;
}
.walk-box.move_on li:nth-child(8) {
  transition-delay: 2s;
}
.walk-box.move_on .walk-text {
  opacity: 1;
  transition: all 0.6s ease-in 0.3s;
}

@-webkit-keyframes carSlideLeft {
  0% {
    right: 24%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    right: 24%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 1;
  }
  48% {
    right: 8%;
    bottom: 50%;
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    right: -2%;
    bottom: 9%;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes carSlideLeft {
  0% {
    right: 24%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    right: 24%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 1;
  }
  48% {
    right: 8%;
    bottom: 50%;
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    right: -2%;
    bottom: 9%;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes carSlideRight {
  0% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 1;
  }
  48% {
    left: 10%;
    bottom: 50%;
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    left: 0%;
    bottom: 9%;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes carSlideRight {
  0% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 1;
  }
  48% {
    left: 10%;
    bottom: 50%;
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    left: 0%;
    bottom: 9%;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes carMove {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(0, -2px);
  }
  4% {
    transform: translate(0, 0);
  }
  6% {
    transform: translate(0, -2px);
  }
  8% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  32% {
    transform: translate(0, -2px);
  }
  34% {
    transform: translate(0, 0);
  }
  36% {
    transform: translate(0, -2px);
  }
  38% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  62% {
    transform: translate(0, -2px);
  }
  64% {
    transform: translate(0, 0);
  }
  66% {
    transform: translate(0, -2px);
  }
  68% {
    transform: translate(0, 0);
  }
  70% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  92% {
    transform: translate(0, -2px);
  }
  94% {
    transform: translate(0, 0);
  }
  96% {
    transform: translate(0, -2px);
  }
  98% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes carMove {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(0, -2px);
  }
  4% {
    transform: translate(0, 0);
  }
  6% {
    transform: translate(0, -2px);
  }
  8% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  32% {
    transform: translate(0, -2px);
  }
  34% {
    transform: translate(0, 0);
  }
  36% {
    transform: translate(0, -2px);
  }
  38% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  62% {
    transform: translate(0, -2px);
  }
  64% {
    transform: translate(0, 0);
  }
  66% {
    transform: translate(0, -2px);
  }
  68% {
    transform: translate(0, 0);
  }
  70% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  92% {
    transform: translate(0, -2px);
  }
  94% {
    transform: translate(0, 0);
  }
  96% {
    transform: translate(0, -2px);
  }
  98% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.car-box {
  width: 175px;
  /* 140px * 1.25 */
  position: relative;
  opacity: 0;
  clear: both;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .car-box {
    width: 140px;
  }
}
.car-box .car-img {
  width: 22.1%;
  position: absolute;
  bottom: 9%;
  left: 0;
}
.car-box .car-text {
  width: 120px;
  position: absolute;
}
.car-box .car-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 100%;
  margin-top: -3px;
  border-width: 3px 8px;
  border-style: solid;
  border-color: transparent #4d4d4d transparent transparent;
}
.car-box .car-text p {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  background: #4d4d4d;
  border-radius: 6px;
}
.car-box .car-text p span {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
}
.car-box.car-right .car-text {
  left: 33.6%;
  bottom: 20%;
}
.car-box.car-right.move_on .car-img {
  -webkit-animation: carSlideRight 3s linear forwards;
          animation: carSlideRight 3s linear forwards;
}
.car-box.car-left .car-img {
  left: auto;
  right: -2%;
}
.car-box.car-left .car-text {
  right: 33.6%;
  bottom: 20%;
}
.car-box.car-left .car-text::after {
  right: auto;
  left: 100%;
  border-color: transparent transparent transparent #4d4d4d;
}
.car-box.car-left.move_on .car-img {
  -webkit-animation: carSlideLeft 3s linear forwards;
          animation: carSlideLeft 3s linear forwards;
}
.car-box.move_on {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}
.car-box.move_on .car-img img {
  -webkit-animation: carMove 3s ease forwards;
          animation: carMove 3s ease forwards;
}

.home-box .car-text {
  right: 0;
  left: -120px;
  width: 160px;
  bottom: 90% !important;
}
.home-box .car-text::after {
  left: 95% !important;
  margin-top: 15px;
  border-width: 5px 12px;
  transform: rotate(45deg);
}
.home-box .home {
  width: 35.4%;
  margin: 0 auto;
}

.ferry-box {
  width: 121px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  clear: both;
}
.ferry-box .ferry-place {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .ferry-box .ferry-place {
    font-size: 22px;
  }
}
@media only screen and (max-width: 800px) {
  .ferry-box .ferry-place {
    font-size: 2.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .ferry-box .ferry-place {
    font-size: 22px;
  }
}
.ferry-box .ferry-img {
  width: 36px;
  margin-left: auto;
  margin-right: -15px;
  margin-top: 5px;
  -webkit-animation: ferry-img 3s linear forwards;
          animation: ferry-img 3s linear forwards;
}
.ferry-box .ferry-smoke {
  -webkit-animation: ferry-sway 3s ease-in-out;
          animation: ferry-sway 3s ease-in-out;
  transform-origin: center;
}
.ferry-box .ferry-text {
  width: 120px;
  position: absolute;
  left: -58%;
  bottom: 20%;
}
.ferry-box .ferry-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4d4d4d;
  margin-top: -5px;
}
.ferry-box .ferry-text p {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  padding: 8px 0;
  background: #4d4d4d;
  border-radius: 6px;
}
.ferry-box .ferry-text p span {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
}
.ferry-box.move_on {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}

@-webkit-keyframes ferry-sway {
  0% {
    transform: translate(0, 8px) rotate(0deg);
    opacity: 0;
  }
  25% {
    transform: translate(0, 6px) rotate(1deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(0, 4px) rotate(-1deg);
    opacity: 0.5;
  }
  75% {
    transform: translate(0, 2px) rotate(1deg);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes ferry-sway {
  0% {
    transform: translate(0, 8px) rotate(0deg);
    opacity: 0;
  }
  25% {
    transform: translate(0, 6px) rotate(1deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(0, 4px) rotate(-1deg);
    opacity: 0.5;
  }
  75% {
    transform: translate(0, 2px) rotate(1deg);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes ferry-img {
  0% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0.4;
  }
  48% {
    left: 10%;
    bottom: 50%;
    transform: scale(0.9);
    opacity: 0.6;
  }
  100% {
    left: 0%;
    bottom: 9%;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ferry-img {
  0% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    left: 26%;
    bottom: 65%;
    transform: scale(0.8);
    opacity: 0.4;
  }
  48% {
    left: 10%;
    bottom: 50%;
    transform: scale(0.9);
    opacity: 0.6;
  }
  100% {
    left: 0%;
    bottom: 9%;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes bicycleSlide {
  0% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(0.8);
    opacity: 1;
  }
  90% {
    transform: translate(150%, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(150%, 0) scale(1);
    opacity: 0;
  }
}
@keyframes bicycleSlide {
  0% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0) scale(0.8);
    opacity: 1;
  }
  90% {
    transform: translate(150%, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(150%, 0) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes bicycleBound {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0) rotate(0);
  }
  22% {
    transform: translateY(-2px) rotate(2deg);
  }
  25% {
    transform: translateY(-2px) rotate(0);
  }
  28% {
    transform: translateY(0) rotate(-2deg);
  }
  30% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  52% {
    transform: translateY(-2px) rotate(2deg);
  }
  55% {
    transform: translateY(-2px) rotate(0);
  }
  58% {
    transform: translateY(0) rotate(-2deg);
  }
  60% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bicycleBound {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0) rotate(0);
  }
  22% {
    transform: translateY(-2px) rotate(2deg);
  }
  25% {
    transform: translateY(-2px) rotate(0);
  }
  28% {
    transform: translateY(0) rotate(-2deg);
  }
  30% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  52% {
    transform: translateY(-2px) rotate(2deg);
  }
  55% {
    transform: translateY(-2px) rotate(0);
  }
  58% {
    transform: translateY(0) rotate(-2deg);
  }
  60% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
.bicycle-box {
  width: 138px;
  position: relative;
  opacity: 0;
  clear: both;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media only screen and (max-width: 800px) {
  .bicycle-box {
    width: 110px;
  }
}
.bicycle-box .bicycle-img {
  width: 81.7%;
  margin: 0 auto;
  transition: transform 2s ease-in-out;
}
.bicycle-box .bicycle-img img {
  -webkit-animation: bicycleBound 2s infinite;
          animation: bicycleBound 2s infinite;
}
.bicycle-box .bicycle-text {
  width: 93px;
  opacity: 0;
}
.bicycle-box .bicycle-text p {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  padding: 8px 0;
  background: #4d4d4d;
  border-radius: 6px;
}
.bicycle-box .bicycle-text p span {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
}
.bicycle-box.bicycle-left .bicycle-img {
  right: -14%;
  transform: translate(-80px, -10px);
}
.bicycle-box.bicycle-left .bicycle-text {
  right: -120px;
}
.bicycle-box.bicycle-left .bicycle-text:after {
  left: -1px;
  border-color: #4d4d4d transparent transparent #4d4d4d;
  transform: rotate(20deg);
}
.bicycle-box.bicycle-right .bicycle-img {
  left: -14%;
  transform: translate(30px, 0);
}
.bicycle-box.bicycle-right .bicycle-text {
  left: -120px;
}
.bicycle-box.bicycle-right .bicycle-text:after {
  right: -1px;
  border-color: #4d4d4d #4d4d4d transparent transparent;
  transform: rotate(-20deg);
}
.bicycle-box.move_on {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}
.bicycle-box.move_on .bicycle-img {
  transform: translate(0, 0);
}
.bicycle-box.move_on .bicycle-text {
  opacity: 1;
  transition: opacity 0.6s ease-in 0.6s;
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
@-webkit-keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation: swing 2s infinite;
          animation: swing 2s infinite;
}

.fade-in {
  display: block;
  opacity: 1;
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
}
.fade-in.switch {
  opacity: 0;
}

.fade-up {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
}
.fade-up.switch {
  opacity: 0;
  transform: translate(0, 40px);
}
.fade-up.day-ttl {
  transform: translate(-50%, 0);
}
.fade-up.day-ttl.switch {
  transform: translate(-50%, 40px);
}

.fade-down {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
}
.fade-down.switch {
  opacity: 0;
  transform: translate(0, -40px);
}

.fade-right {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
}
.fade-right.switch {
  opacity: 0;
  transform: translate(20px, 0);
}

.fade-left {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
}
.fade-left.switch {
  opacity: 0;
  transform: translate(-20px, 0);
}

.fade-scale {
  opacity: 1;
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}
.fade-scale.switch {
  opacity: 0;
  transform: scale(0.5);
}

.delay1 {
  transition-delay: 0.3s;
}

.clothes-bg {
  background: #FFFFFF;
  padding: 60px 0 130px;
}

.banner_sec {
  background: #FFFFFF;
  padding: 60px 0 0;
}
.banner_sec .banner-block {
  width: 68.3%;
  max-width: 874px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .banner_sec .banner-block {
    width: 78.3%;
  }
}
.banner_sec .banner-block a {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.banner_sec .banner-block a:hover {
  opacity: 0.7;
}
.banner_sec .banner-block img {
  width: 100%;
}
/*# sourceMappingURL=refreshtrip.css.map */