@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
--------------------------------------------------------*/
/**
 * 旅色BOOK7月号 テーマカラー用CSS
 * Created on: 2026.06.25
 */
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
 * 旅色BOOK7月号 リフレッシュトリップ用CSS
 * Created on: 2025.06.25
 */
/*--------------------------------------------------------
　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: center 45%;
     object-position: center 45%;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-img img {
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}
.refreshtrip-first .fv-shoulder {
  width: 23.3%;
  max-width: 298px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-shoulder {
    width: 33.3%;
  }
}
.refreshtrip-first .fv-ttl {
  width: 33.9%;
  max-width: 433px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 51%;
  left: 0;
  margin-left: 13.8%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-first .fv-ttl {
    width: 43.9%;
  }
}
.refreshtrip-bg-wrap {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.refreshtrip-summary img {
  width: 100%;
  vertical-align: bottom;
}
.refreshtrip-summary-inner {
  position: relative;
}
.refreshtrip-summary .summary-img01 {
  width: 13.7%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6.3%;
  margin-left: 7.8%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .summary-img01 {
    margin-left: 2.8%;
  }
}
.refreshtrip-summary .summary-img02 {
  width: 10.1%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 21.3%;
  margin-left: 16.1%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .summary-img02 {
    margin-top: 23.3%;
    margin-left: 7.1%;
  }
}
.refreshtrip-summary .summary-img03 {
  width: 16.3%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8.3%;
  margin-right: 7.7%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .refreshtrip-summary .summary-img03 {
    margin-top: 10.3%;
    margin-right: 2.7%;
  }
}
.refreshtrip-summary .lead-wrap {
  padding: 5.8% 0 7.3%;
  color: #000000;
  text-align: center;
}
.refreshtrip-summary .lead-wrap .lead {
  font-size: 17px;
  line-height: 2.1;
}
@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.58;
  margin: 3em 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-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;
  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%;
}
.refreshtrip-tab li a {
  display: block;
  opacity: 0.34;
  transition: opacity 0.3s;
}
.refreshtrip-tab li a.current {
  opacity: 1;
}
.refreshtrip-tab li a:hover {
  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/202607/images/refreshtrip/day1_largeimg.jpg") no-repeat center center/cover;
}
.refreshtrip-day .day-eyecatch-outer.outer-day-2nd {
  background: url("/book/monthly/202607/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: 45px;
}
.refreshtrip-day .point-block .box-L {
  float: left;
  box-sizing: border-box;
}
.refreshtrip-day .point-block .box-R {
  float: right;
  box-sizing: border-box;
}
.refreshtrip-day .point-block .box-C {
  clear: both;
}
.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 > .point-name {
  width: 100%;
  margin: 0 auto 30px;
}
.refreshtrip-day .point-block > .img01 {
  margin-bottom: 40px;
}
.refreshtrip-day .point-block .txt-box .txt {
  font-size: 16px;
  margin: 25px 0;
  line-height: 1.7;
  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: 15px 0 60px;
  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: 16px;
  color: #000000;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day .point-block .placeinfo-box .bold {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day .point-block .placeinfo-box .bold {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day .point-block .placeinfo-box .bold {
    font-size: 14px;
  }
}
.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 .point-object {
  position: absolute;
}
.refreshtrip-day .end-block .end {
  width: 42.3%;
  margin: 0 auto 135px;
}
.refreshtrip-day .banner-block {
  width: 82.5%;
  margin: 0 auto;
}
.refreshtrip-day .banner-block a {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.refreshtrip-day .banner-block a:hover {
  opacity: 0.7;
}
.refreshtrip-day .banner-block img {
  width: 100%;
}
.refreshtrip-day .border-tp,
.refreshtrip-day .border-btm {
  line-height: 0;
}
.refreshtrip-day.day-1st {
  padding-bottom: 150px;
}
.refreshtrip-day.day-1st .break {
  display: inline-block;
}
.refreshtrip-day.day-1st .day-eyecatch .day-lead {
  width: 41%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 19.6%;
  margin-left: 4%;
  z-index: 3;
}
.refreshtrip-day.day-1st .day-eyecatch .schedule {
  width: 43.8%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 44.2%;
}
.refreshtrip-day.day-1st .start-block {
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
.refreshtrip-day.day-1st .start-block .start {
  width: 28.7%;
  margin: 0 auto 27px;
}
.refreshtrip-day.day-1st .point1 {
  margin-bottom: 80px;
}
.refreshtrip-day.day-1st .point1 .img01 {
  width: 80%;
  margin: 0 auto 40px;
}
.refreshtrip-day.day-1st .point1 .point-name {
  width: 100%;
}
.refreshtrip-day.day-1st .point1 .box-L,
.refreshtrip-day.day-1st .point1 .box-R {
  width: 47.4%;
  margin-bottom: 45px;
}
.refreshtrip-day.day-1st .point1 .img02 {
  width: 93.7%;
  margin-right: auto;
}
.refreshtrip-day.day-1st .point1 .img02 .c-caption {
  width: 52.7%;
  margin-left: auto;
  margin-right: 5%;
}
.refreshtrip-day.day-1st .point1 .img03 {
  width: 100%;
  margin: 0 auto 30px;
}
.refreshtrip-day.day-1st .point1 .img04 {
  width: 74.3%;
  margin-left: -5.4%;
}
.refreshtrip-day.day-1st .point1 .box-C {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point1 .img05 {
  margin-bottom: 55px;
}
.refreshtrip-day.day-1st .point1 .balloon01 {
  position: absolute;
  width: 27.5%;
  top: 24%;
  right: -3%;
  z-index: 2;
}
.refreshtrip-day.day-1st .point1 .placeinfo-box {
  padding-bottom: 40px;
}
.refreshtrip-day.day-1st .point2 {
  margin-bottom: 60px;
}
.refreshtrip-day.day-1st .point2 .img-wrap01 {
  display: flex;
  justify-content: space-between;
}
.refreshtrip-day.day-1st .point2 .img-wrap01 .img01 {
  width: 80%;
}
.refreshtrip-day.day-1st .point2 .img-wrap01 .point-name {
  width: 20%;
  position: relative;
  top: unset;
  left: unset;
}
.refreshtrip-day.day-1st .point2 .box-L,
.refreshtrip-day.day-1st .point2 .box-R {
  width: 47.4%;
  margin-bottom: 52px;
}
.refreshtrip-day.day-1st .point2 .img02 {
  margin-bottom: 17px;
}
.refreshtrip-day.day-1st .point2 .img03 {
  width: 100%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point2 .img04 {
  width: 76.7%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point2 .placeinfo-box {
  padding-bottom: 30px;
}
.refreshtrip-day.day-1st .point3 {
  margin-bottom: 90px;
}
.refreshtrip-day.day-1st .point3 .point-name {
  width: 103.2%;
  margin-left: auto;
  margin-bottom: 30px;
}
.refreshtrip-day.day-1st .point3 .placeinfo-box {
  padding-bottom: 30px;
}
.refreshtrip-day.day-1st .point3 .box-L {
  position: relative;
  width: 47.4%;
  margin-bottom: 45px;
}
.refreshtrip-day.day-1st .point3 .box-R {
  width: 47.4%;
  margin-bottom: 45px;
}
.refreshtrip-day.day-1st .point3 .balloon01 {
  position: absolute;
  width: 30.4%;
  top: 0;
  right: 0;
  margin-top: 4.1%;
  margin-right: 46%;
  z-index: 2;
}
.refreshtrip-day.day-1st .point3 .img02 {
  padding-bottom: 25px;
}
.refreshtrip-day.day-1st .point3 .img03 {
  width: 84.8%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point3 .box-C {
  width: 80%;
  margin: 0 auto 50px;
  position: relative;
}
.refreshtrip-day.day-1st .point4 {
  margin-bottom: 60px;
}
.refreshtrip-day.day-1st .point4 .img-wrap01 {
  display: flex;
  justify-content: space-between;
}
.refreshtrip-day.day-1st .point4 .img-wrap01 .img01 {
  width: 80%;
}
.refreshtrip-day.day-1st .point4 .img-wrap01 .point-name {
  width: 20%;
  position: relative;
  top: unset;
  left: unset;
}
.refreshtrip-day.day-1st .point4 .box-L,
.refreshtrip-day.day-1st .point4 .box-R {
  width: 47.4%;
  margin-bottom: 52px;
}
.refreshtrip-day.day-1st .point4 .img02 {
  margin-bottom: 17px;
}
.refreshtrip-day.day-1st .point4 .img03 {
  width: 100%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point4 .img04 {
  width: 78.3%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point4 .placeinfo-box {
  padding-bottom: 30px;
}
.refreshtrip-day.day-1st .point5 {
  margin-bottom: 80px;
}
.refreshtrip-day.day-1st .point5 .img01 {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
.refreshtrip-day.day-1st .point5 .img01 .balloon01 {
  position: absolute;
  width: 25.2%;
  top: 0;
  right: 0;
  margin-top: 5.1%;
  margin-right: 14%;
  z-index: 2;
}
.refreshtrip-day.day-1st .point5 .point-name {
  width: 100%;
}
.refreshtrip-day.day-1st .point5 .box-L,
.refreshtrip-day.day-1st .point5 .box-R {
  width: 47.4%;
  margin-bottom: 90px;
}
.refreshtrip-day.day-1st .point5 .img02 {
  width: 100%;
  margin-bottom: 25px;
}
.refreshtrip-day.day-1st .point5 .img03 {
  width: 71%;
  margin: 0 -5.4% 30px auto;
}
.refreshtrip-day.day-1st .point5 .img04 {
  width: 100%;
  margin-bottom: 40px;
}
.refreshtrip-day.day-1st .point5 .img05 {
  width: 76.2%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point5 .box-C {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point5 .placeinfo-box {
  padding-bottom: 30px;
}
.refreshtrip-day.day-1st .point5 .info-inner {
  position: relative;
  display: inline-block;
  padding: 14% 0 60px;
}
.refreshtrip-day.day-1st .point5 .info-inner::before {
  content: "";
  width: 59.7%;
  height: auto;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0F2F5;
  aspect-ratio: 277/203;
  border-radius: 50%;
  z-index: -1;
}
.refreshtrip-day.day-1st .point5 .info {
  position: relative;
  display: inline-block;
  margin-bottom: 58px;
}
.refreshtrip-day.day-1st .point5 .info::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background: #E0F2F5;
  z-index: -1;
}
.refreshtrip-day.day-1st .point5 .info .box-L,
.refreshtrip-day.day-1st .point5 .info .box-R {
  width: 47.4% !important;
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point5 .info .box-L .txt,
.refreshtrip-day.day-1st .point5 .info .box-R .txt {
  margin-bottom: 0;
}
.refreshtrip-day.day-1st .point5 .info-head {
  width: 28.4%;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.refreshtrip-day.day-1st .point5 .info-ttl {
  margin-bottom: 43px;
}
.refreshtrip-day.day-1st .point5 .img07 {
  width: 96.4%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 14px;
}
.refreshtrip-day.day-1st .point6 {
  margin-bottom: 85px;
}
.refreshtrip-day.day-1st .point6 .img-wrap01 {
  display: flex;
  justify-content: space-between;
}
.refreshtrip-day.day-1st .point6 .img-wrap01 .img01 {
  width: 80%;
}
.refreshtrip-day.day-1st .point6 .img-wrap01 .point-name {
  width: 20%;
  position: relative;
  top: unset;
  left: unset;
}
.refreshtrip-day.day-1st .point6 .box-L,
.refreshtrip-day.day-1st .point6 .box-R {
  width: 47.4%;
  margin-bottom: 32px;
}
.refreshtrip-day.day-1st .point6 .img02 {
  width: 79.4%;
  margin: 0 auto 23px;
}
.refreshtrip-day.day-1st .point6 .img03 {
  width: 63.6%;
  margin: 0 auto 0 3.24%;
}
.refreshtrip-day.day-1st .point6 .box-C {
  width: 58.9%;
  margin: 0 auto;
}
.refreshtrip-day.day-1st .point6 .placeinfo-box {
  padding-bottom: 0;
}
.refreshtrip-day.day-2nd .break {
  display: inline-block;
}
.refreshtrip-day.day-2nd .day-eyecatch .day-lead {
  width: 37.1%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5.6%;
  margin-left: 0;
  z-index: 3;
}
.refreshtrip-day.day-2nd .day-eyecatch .schedule {
  width: 37.1%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 29.6%;
}
.refreshtrip-day.day-2nd .start-block {
  margin-top: 45px;
  margin-bottom: 50px;
  position: relative;
}
.refreshtrip-day.day-2nd .start-block .start {
  width: 24.7%;
  margin: 0 auto 10px;
}
.refreshtrip-day.day-2nd .start-block .point-object {
  width: 21%;
  position: absolute;
  bottom: 0;
  left: 3%;
}
.refreshtrip-day.day-2nd .intro-block {
  width: 91.8%;
  margin: 45px auto;
}
.refreshtrip-day.day-2nd .intro-block .box-L {
  width: 47.4%;
  float: left;
  box-sizing: border-box;
  margin: 40px 0;
}
.refreshtrip-day.day-2nd .intro-block .intro-img01 {
  width: 92.2%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .intro-block .box-R {
  width: 47.4%;
  float: right;
  box-sizing: border-box;
  margin: 40px 0;
}
.refreshtrip-day.day-2nd .intro-block .txt-box .txt {
  font-size: 16px;
  margin: 25px 0;
  line-height: 1.7;
  text-align: left;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 1024px) {
  .refreshtrip-day.day-2nd .intro-block .txt-box .txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .refreshtrip-day.day-2nd .intro-block .txt-box .txt {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .refreshtrip-day.day-2nd .intro-block .txt-box .txt {
    font-size: 14px;
  }
}
.refreshtrip-day.day-2nd .intro-block .txt-box .txt:first-child {
  margin-top: 0;
}
.refreshtrip-day.day-2nd .intro-ttl {
  margin-bottom: 30px;
}
.refreshtrip-day.day-2nd .point1 .point-name {
  width: 20.5%;
  top: 0;
  right: 0;
}
.refreshtrip-day.day-2nd .point1 .img01 {
  width: 79.5%;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point1 .box-L,
.refreshtrip-day.day-2nd .point1 .box-R {
  width: 47.4%;
  margin-bottom: 30px;
}
.refreshtrip-day.day-2nd .point1 .box-C {
  position: relative;
  width: 87.2%;
  margin: 0 auto 47px;
}
.refreshtrip-day.day-2nd .point1 .img02 {
  width: 70.5%;
  margin: 0 auto 0 10.8%;
}
.refreshtrip-day.day-2nd .point1 .img03 {
  width: 75.6%;
  margin: 0 auto 30px;
}
.refreshtrip-day.day-2nd .point1 .img04 {
  width: 100%;
  margin-bottom: 80px;
}
.refreshtrip-day.day-2nd .point1 .img05 {
  width: 97.2%;
  margin: 0 auto 0 -13.5%;
}
.refreshtrip-day.day-2nd .point1 .object01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45.8%;
  margin-right: -12%;
  margin-top: 48%;
}
.refreshtrip-day.day-2nd .point1 .object01 img {
  width: 77.5%;
  display: block;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .point1 .placeinfo-box {
  padding-bottom: 35px;
}
.refreshtrip-day.day-2nd .point2 {
  margin-bottom: 50px;
}
.refreshtrip-day.day-2nd .point2 .img01 {
  width: 83.2%;
  margin-left: auto;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point2 .box-L {
  width: 47.4%;
  margin-bottom: 10px;
}
.refreshtrip-day.day-2nd .point2 .box-R {
  width: 47.4%;
  margin-bottom: 38px;
}
.refreshtrip-day.day-2nd .point2 .img02 {
  width: 90.8%;
  margin-right: auto;
  margin-bottom: 25px;
}
.refreshtrip-day.day-2nd .point2 .img03 {
  width: 85.1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-bottom: 0;
}
.refreshtrip-day.day-2nd .point2 .img03 img {
  width: 33.6%;
}
.refreshtrip-day.day-2nd .point2 .img03 figcaption {
  width: 62.8%;
}
.refreshtrip-day.day-2nd .point2 .placeinfo-box {
  padding-bottom: 0px;
}
.refreshtrip-day.day-2nd .point2 .img04 {
  width: 61.3%;
  margin: 0 auto 60px;
}
.refreshtrip-day.day-2nd .point2 .img05 {
  width: 71.4%;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point3 {
  margin-bottom: 50px;
}
.refreshtrip-day.day-2nd .point3 .img01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point3 .box-L, .refreshtrip-day.day-2nd .point3 .box-R {
  width: 47.4%;
  margin-bottom: 23px;
}
.refreshtrip-day.day-2nd .point3 .img02 {
  width: 90.8%;
  margin-right: auto;
  margin-bottom: 25px;
}
.refreshtrip-day.day-2nd .point3 .img03 {
  width: 100%;
  margin-bottom: 25px;
}
.refreshtrip-day.day-2nd .point3 .placeinfo-box {
  padding-bottom: 20px;
}
.refreshtrip-day.day-2nd .point3 .img04 {
  width: 82.7%;
  margin: 0 auto 25px;
}
.refreshtrip-day.day-2nd .point3 .img05 {
  position: relative;
}
.refreshtrip-day.day-2nd .point3 .box-C {
  width: 64.8%;
  margin: 0 auto 60px;
  position: relative;
}
.refreshtrip-day.day-2nd .point3 .balloon {
  width: 29.6%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10%;
  margin-top: -3%;
}
.refreshtrip-day.day-2nd .point4 {
  margin-bottom: 70px;
}
.refreshtrip-day.day-2nd .point4 .point-name {
  width: 100%;
}
.refreshtrip-day.day-2nd .point4 .box-L,
.refreshtrip-day.day-2nd .point4 .box-R {
  width: 47.4%;
  margin-bottom: 40px;
}
.refreshtrip-day.day-2nd .point4 .img01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point4 .img02 {
  margin-bottom: 40px;
}
.refreshtrip-day.day-2nd .point4 .img03 {
  width: 132%;
  margin-left: -32%;
  margin-right: auto;
}
.refreshtrip-day.day-2nd .point4 .placeinfo-box {
  padding-bottom: 30px;
}
.refreshtrip-day.day-2nd .point4 .img04 {
  width: 100%;
}
.refreshtrip-day.day-2nd .point4 .box-C {
  width: 83.2%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .point5 .box-L,
.refreshtrip-day.day-2nd .point5 .box-R {
  width: 47.4%;
  margin-bottom: 56px;
}
.refreshtrip-day.day-2nd .point5 .img02 {
  width: 88.1%;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.refreshtrip-day.day-2nd .point5 .img02 img {
  width: 55.2%;
}
.refreshtrip-day.day-2nd .point5 .img02 figcaption {
  width: 39.9%;
}
.refreshtrip-day.day-2nd .point5 .img03 {
  margin-bottom: 22px;
}
.refreshtrip-day.day-2nd .point5 .box-C {
  position: relative;
  width: 54%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.refreshtrip-day.day-2nd .point5 .balloon01 {
  position: absolute;
  width: 45.6%;
  top: 0;
  right: 0;
  margin-top: 5.4%;
  margin-right: -16%;
}
.refreshtrip-day.day-2nd .movie-wrap {
  width: 67.2%;
  margin: 80px auto 115px;
}
.refreshtrip-day.day-2nd .movie-wrap .movie-ttl {
  width: 65.4%;
  margin: 0 auto 54px;
}
.refreshtrip-day.day-2nd .movie-wrap a {
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.refreshtrip-day.day-2nd .movie-wrap a:hover {
  opacity: 0.7;
}
.refreshtrip-day.day-2nd .access-box {
  position: relative;
  width: 96.2%;
  margin: 100px auto 60px;
  padding: 44px 0 65px;
  background: #EBECEE;
}
.refreshtrip-day.day-2nd .access-box .access-inner {
  width: 84.6%;
  margin: 0 auto;
}
.refreshtrip-day.day-2nd .access-box .access-inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #EBECEE;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: -1;
}
.refreshtrip-day.day-2nd .clothes-credit {
  width: 68.6%;
  margin: 45px auto 80px;
}
.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 .banner-wrap {
  width: 67.3%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.refreshtrip-day.day-2nd .banner-wrap .banner-ttl {
  width: 40%;
  margin: 0 auto 20px;
}
.refreshtrip-day.day-2nd .banner-wrap .banner {
  padding: 25px 0;
  position: relative;
}
.refreshtrip-day.day-2nd .banner-wrap .banner::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #e8e5e2;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: -1;
}
.refreshtrip-day.day-2nd .banner-wrap a {
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.refreshtrip-day.day-2nd .banner-wrap a:hover {
  opacity: 0.7;
}
.refreshtrip-day.day-2nd .banner-wrap img {
  width: 100%;
  vertical-align: bottom;
}
.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/202607/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
--------------------------------------------------------*/
.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;
}

.ferry-box {
  width: 326px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  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: 0 20px;
}
.ferry-box .ferry-text {
  width: 125px;
  position: relative;
}
.ferry-box .ferry-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: transparent #4d4d4d transparent transparent;
  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 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;
}
@media only screen and (max-width: 800px) {
  .bicycle-box {
    width: 110px;
  }
}
.bicycle-box .bicycle-img {
  width: 40%;
  position: absolute;
  bottom: -2%;
  transition: transform 2s ease-in-out;
}
.bicycle-box .bicycle-img img {
  -webkit-animation: bicycleBound 2s infinite;
          animation: bicycleBound 2s infinite;
}
.bicycle-box .bicycle-text {
  position: absolute;
  width: 104px;
  top: 40px;
  opacity: 0;
}
.bicycle-box .bicycle-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  border-width: 5px;
  border-style: solid;
}
.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(80px, -10px);
}
.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;
}
/*# sourceMappingURL=refreshtrip.css.map */