@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

モデルコース

-------------------------------------------------- */
/* modelcourse-detail
-------------------------------------------------- */
.modelcourse-detail {
  margin-bottom: 0;
  /* モデルコース メイン */
  /* モデルコース ルート */
  /* モデルコース その他 */
}
.modelcourse-detail .modelcourse-main {
  position: relative;
  /* 訪れるスポット */
}
.modelcourse-detail .modelcourse-main .slider-block {
  margin-bottom: 4.8rem;
}
.modelcourse-detail .modelcourse-main .course-ttl-block {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-ttl-block {
    margin-bottom: 1.6rem;
  }
}
.modelcourse-detail .modelcourse-main .course-ttl-block .course-ttl .ttl {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-ttl-block .course-ttl .ttl {
    font-size: 3rem;
  }
}
.modelcourse-detail .modelcourse-main .course-ttl-block .course-ttl .ttl span {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-ttl-block .course-ttl .ttl span {
    margin-top: 0.8rem;
  }
}
.modelcourse-detail .modelcourse-main .course-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6.4rem;
}
.modelcourse-detail .modelcourse-main .course-col .ph-part {
  width: 45%;
  margin-right: 5%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  background: #EEEEEE;
  aspect-ratio: 4/3;
  object-fit: contain;
  border-radius: 20px;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-col .ph-part {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.modelcourse-detail .modelcourse-main .course-col .ph-part > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: contain;
}
@media all and (-ms-high-contrast: none) {
  .modelcourse-detail .modelcourse-main .course-col .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.modelcourse-detail .modelcourse-main .course-col .txt-part {
  width: 50%;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-col .txt-part {
    width: 100%;
  }
}
.modelcourse-detail .modelcourse-main .course-col .txt-part .course-main-list {
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.modelcourse-detail .modelcourse-main .course-col .txt-part .course-main-list li {
  margin-bottom: 1.6rem;
  margin-right: 1em;
}
.modelcourse-detail .modelcourse-main .course-col .txt-part .course-main-list li > span {
  background: #FFE788;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8rem 2.4rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-col .txt-part .course-main-list li > span {
    font-size: 1.6rem;
  }
}
.modelcourse-detail .modelcourse-main .course-col .sentence-block p {
  font-size: 1.8rem;
}
.modelcourse-detail .modelcourse-main .course-spot {
  margin-bottom: 8rem;
}
.modelcourse-detail .modelcourse-main .course-spot .ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-spot .ttl {
    font-size: 2rem;
  }
}
.modelcourse-detail .modelcourse-main .course-spot .swiper-slide {
  position: relative;
}
.modelcourse-detail .modelcourse-main .course-spot .swiper-slide .ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-spot .swiper-slide .ttl {
    font-size: 1.6rem;
  }
}
.modelcourse-detail .modelcourse-main .course-spot .swiper-slide span {
  background: #323131;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  border-radius: 50px;
  top: 0.3em;
  left: 0.3em;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-main .course-spot .swiper-slide span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-spot .swiper-slide span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-main .course-spot .swiper-slide span {
    font-size: 1.6rem;
  }
}
.modelcourse-detail .modelcourse-main .course-spot .swiper-button-next,
.modelcourse-detail .modelcourse-main .course-spot .swiper-button-prev {
  top: 35%;
}
.modelcourse-detail .modelcourse-route {
  background: #FBF5DE;
  padding: 3em 0;
  padding-bottom: 8rem;
  /* X日目 */
  /* 交通機関 */
}
.modelcourse-detail .modelcourse-route .course-date {
  text-align: center;
  padding: 5.6rem 0;
  position: relative;
}
.modelcourse-detail .modelcourse-route .course-date > p {
  color: #323131;
  background: #F5B04F;
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.8rem 8rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-date > p {
    font-size: 2.4rem;
  }
}
.modelcourse-detail .modelcourse-route .course-date::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150%;
  display: block;
  top: 50%;
  left: 4.8rem;
  transform: translateY(-50%);
  border-left: dashed 2px #000;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-date::before {
    left: 3.2rem;
  }
}
.modelcourse-detail .modelcourse-route .course-date:first-child:before {
  content: none;
}
.modelcourse-detail .modelcourse-route .transportation {
  font-size: 1.8rem;
  padding: 5.6rem 4rem;
  padding-left: 10.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .transportation {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .transportation {
    padding-left: 8rem;
  }
}
.modelcourse-detail .modelcourse-route .transportation::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  top: 50%;
  left: 4.8rem;
  transform: translateY(-50%);
  border-left: dashed 2px #000;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .transportation::before {
    left: 3.2rem;
  }
}
.modelcourse-detail .modelcourse-route .transportation:after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
  background: url("../img/ico_car.svg") no-repeat center center/contain;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .transportation:after {
    width: 50px;
    height: 50px;
    left: 0.8rem;
  }
}
.modelcourse-detail .modelcourse-route .transportation.walk:after {
  background: url("../img/ico_walk.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .transportation.car:after {
  background: url("../img/ico_car.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .transportation.train:after {
  background: url("../img/ico_train.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .transportation.bus:after {
  background: url("../img/ico_bus.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .transportation.bicycle:after {
  background: url("../img/ico_bicycle.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .transportation.ship:after {
  background: url("../img/ico_ship.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .transportation.express:after {
  background: url("../img/ico_express.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .transportation.plane:after {
  background: url("../img/ico_plane.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .course-sec {
  background: #fff;
  padding: 0.8em 1.5em;
  position: relative;
  margin: 1em 0;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec {
    padding: 2em 1.5em;
  }
}
.modelcourse-detail .modelcourse-route .course-sec > p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-sec > p {
    font-size: 2.2rem;
  }
}
.modelcourse-detail .modelcourse-route .course-sec > p span {
  display: inline-block;
  background: #f7c47e;
  padding: 0.5em 1.5em;
  margin-right: 1em;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 2.4rem 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail {
    padding: 0;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part {
  width: 48%;
  margin-right: 4%;
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part {
    width: 100%;
    margin-right: 0;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-ttl {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 2em;
  position: relative;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-ttl {
    font-size: 2.2rem;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-ttl span {
  background: #f7c47e;
  font-size: 2.2rem;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-ttl span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-ttl span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-sttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-sttl {
    font-size: 2rem;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .sentence-block > p {
  line-height: 1.7;
  margin-bottom: 0;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn {
  display: flex;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn > p {
  margin: 0 1.6rem 1.6rem 0;
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn > p {
    flex: 1;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn {
  border: 1px solid #323131;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: block;
  padding: 1rem;
  min-width: 170px;
  position: relative;
  border-radius: 30px;
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn {
    padding: 1rem 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn {
    min-width: auto;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.basic:before, .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.basic:after {
  content: "";
  background: #000;
  display: inline-block;
  width: 12px;
  height: 2px;
  border-radius: 3em;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.basic:before, .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.basic:after {
    right: 10px;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.basic::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.basic::after {
    right: 10px;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.basic.active::after {
  display: none;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn.more {
  background: #323131;
  color: #fff;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .txt-part .course-btn .btn:hover {
  opacity: 0.7;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part {
  width: 48%;
  padding-bottom: 3.5em;
}
@media only screen and (max-width: 1100px) {
  .modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-slide {
  border-radius: 20px;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-pagination {
  text-align-last: left;
  bottom: -4rem;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-prev,
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-next {
  z-index: 11;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-prev:after,
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-next:after {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/ico_slider_arrow.svg") no-repeat center center/contain;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-prev:before,
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-next:before {
  width: 4.3rem;
  height: 4.3rem;
  border: none;
  background: #81d3cd;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-prev {
  top: calc(100% + 30px);
  left: auto;
  right: 6.5rem;
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .slider-block .swiper-button-next {
  right: 1rem;
  top: calc(100% + 30px);
}
.modelcourse-detail .modelcourse-route .course-sec .course-detail .ph-part .list-icon {
  margin-top: 4em;
}
.modelcourse-detail .modelcourse-route .course-sec .course-basic {
  max-width: 900px;
  margin: 2.4rem auto;
}
.modelcourse-detail .modelcourse-route .course-sec .course-basic .spot-data {
  margin-bottom: 0rem;
}
.modelcourse-detail .modelcourse-other {
  padding: 5em 0 3em;
}
.modelcourse-detail .modelcourse-other .ttl-border-b {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .modelcourse-detail .modelcourse-other .ttl-border-b {
    font-size: 2.2rem;
  }
}
.modelcourse-detail .modelcourse-other .list-thumb + .ttl-flower {
  margin-top: 0;
}
/*# sourceMappingURL=courses.css.map */