@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

#model-course {
  /* ① フォント基準（SP→PCで可変） */
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 615, 16px);
  /* ② 基本行間 */
  line-height: 1.6;
}

#model-course #breadCrumbin a {
  color: #a38b4c;
}
#model-course p {
  line-height: 1.8;
  margin-top: 1em;
}
#model-course p:first-of-type {
  margin-top: 0;
}
#model-course.osaka .top_contents {
  background-color: #6f0a09;
}
#model-course.osaka .article-header::after {
  background-color: rgba(68, 27, 27, 0.7);
}
#model-course.osaka nav label {
  background-color: #765151;
}
#model-course.osaka #course h4 {
  color: #700909;
}
#model-course.osaka #course h4::after {
  background-color: #700909;
}
#model-course.osaka #course section h5 {
  color: #700909;
}
#model-course.osaka #course section h5::after {
  background-color: #700909;
}
#model-course .article-header {
  position: relative;
}
#model-course .article-header hgroup {
  display: block;
  position: absolute;
  width: 96%;
  max-width: 990px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  #model-course .article-header hgroup {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 30px 10px;
  }
}
#model-course .article-header hgroup h3 {
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 1.8rem + (8) * (100vw - 375px) / (615), 2.6rem);
}
#model-course .article-header hgroup .hgroup_tag li {
  display: inline-block;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 16px;
  background-color: #000;
  margin-right: 0.5em;
}
#model-course .article-header::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#model-course .article-header .hgroup_background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #model-course .article-header .hgroup_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
}
#model-course .inner {
  width: 96%;
  max-width: 990px;
  margin: 0 auto;
}
#model-course #lead {
  background-color: #f4f4f4;
}
#model-course #lead .inner {
  padding-top: clamp(6rem, 6rem + (20) * (100vw - 375px) / (615), 8rem);
  padding-bottom: clamp(6rem, 6rem + (20) * (100vw - 375px) / (615), 8rem);
}
#model-course #lead dl {
  margin-top: 80px;
  margin-top: clamp(6rem, 6rem + (20) * (100vw - 375px) / (615), 8rem);
}
#model-course #lead dl dt {
  font-size: clamp(1.8rem, 1.8rem + (4) * (100vw - 375px) / (615), 2.2rem);
  margin-bottom: 2em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#model-course #lead dl dt::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
  vertical-align: middle;
  margin-right: 0.5em;
}
#model-course #lead dl dd {
  padding-left: 55px;
}
#model-course #lead dl dd a {
  display: inline-block;
  margin-right: 1em;
  text-decoration: underline;
}
#model-course #lead .map-block {
  margin-top: 80px;
  margin-top: clamp(6rem, 6rem + (20) * (100vw - 375px) / (615), 8rem);
}
#model-course #lead .map-block iframe {
  height: 580px;
}
#model-course #course {
  background-color: #fff;
}
#model-course #course input {
  display: none;
}
#model-course #course nav.tab {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 96%;
  max-width: 990px;
  margin: 0 auto;
  gap: 15px;
}
#model-course #course nav.tab label {
  display: block;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: clamp(1.8rem, 1.8rem + (8) * (100vw - 375px) / (615), 2.6rem);
  padding: 1em 0.5em;
  width: 100%;
  width: calc((100% - 30px) / 3);
  transition: 0.3s;
}
#model-course #course nav.tab label:hover {
  opacity: 0.7;
}
#model-course #course nav.tab.tab-top {
  position: relative;
  z-index: 0;
}
#model-course #course nav.tab.tab-top::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#model-course #course nav.tab.tab-bottom {
  margin-bottom: 100px;
}
#model-course #course #day1:checked ~ .tab-top label[for=day1],
#model-course #course #day2:checked ~ .tab-top label[for=day2],
#model-course #course #day3:checked ~ .tab-top label[for=day3] {
  background-color: #fff;
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
  color: #9e8b63;
}
#model-course #course #day1:checked ~ .tab-bottom label[for=day1],
#model-course #course #day2:checked ~ .tab-bottom label[for=day2],
#model-course #course #day3:checked ~ .tab-bottom label[for=day3] {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #9e8b63;
}
#model-course #course article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0.1s;
  padding-top: clamp(6rem, 6rem + (20) * (100vw - 375px) / (615), 8rem);
  padding-bottom: clamp(6rem, 6rem + (20) * (100vw - 375px) / (615), 8rem);
}
#model-course #course article .inner {
  position: relative;
}
#model-course #course article .inner::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 3.8rem;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #model-course #course article .inner::before {
    left: calc(2.4rem - 1px);
    height: calc(100% - 40px);
  }
}
#model-course #course #day1:checked ~ #course_day1,
#model-course #course #day2:checked ~ #course_day2,
#model-course #course #day3:checked ~ #course_day3 {
  opacity: 1;
  visibility: visible;
  position: relative;
}
#model-course #course h4 {
  position: relative;
  font-size: clamp(1.8rem, 1.8rem + (18) * (100vw - 375px) / (615), 3.6rem);
  padding: 0.25em 0.5em;
  font-weight: normal;
  background-color: #fff;
}
#model-course #course h4 span {
  display: inline-block;
  margin-right: 0.5em;
}
#model-course #course h4 span::first-letter {
  font-size: 1.5em;
}
#model-course #course h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
#model-course #course .train {
  position: relative;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #f4f4f4;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  font-size: clamp(1.2rem, 1.2rem + (6) * (100vw - 375px) / (615), 1.8rem);
  line-height: 8rem;
}
#model-course #course .train::before {
  content: "";
  display: block;
  background-image: url("../img/icon_train.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #model-course #course .train::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#model-course #course .train p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
#model-course #course .spot {
  padding-top: clamp(6rem, 6rem + (20) * (100vw - 375px) / (615), 8rem);
  padding-bottom: clamp(2rem, 2rem + (20) * (100vw - 375px) / (615), 4rem);
}
#model-course #course .spot hgroup {
  position: relative;
  font-size: 36px;
  font-size: clamp(1.8rem, 1.8rem + (18) * (100vw - 375px) / (615), 3.6rem);
}
#model-course #course .spot hgroup.illust::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  right: 0;
  width: min(16.5vw, 146px);
  aspect-ratio: 146/140;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#model-course #course .spot hgroup.illust_family::after {
  background-image: url(../img/illust_family.png);
}
#model-course #course .spot hgroup.illust_couple::after {
  background-image: url(../img/illust_couple.png);
}
#model-course #course .spot hgroup.illust_woman::after {
  background-image: url(../img/illust_woman.png);
}
#model-course #course .spot hgroup.illust_woman2::after {
  background-image: url(../img/illust_woman2.png);
}
#model-course #course .spot h5 {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding: 0.5em 0;
  line-height: 1.2;
  padding-right: min(16.5vw, 146px);
}
#model-course #course .spot h5 .time {
  margin: 0 0.5em 0 1em;
  font-size: clamp(1.6rem, 1.6rem + (10) * (100vw - 375px) / (615), 2.6rem);
}
#model-course #course .spot h5::before {
  content: "";
  display: block;
  background-image: url("../img/icon_spot.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #model-course #course .spot h5::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#model-course #course .spot h5::after {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 4px;
  border-radius: 4px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #model-course #course .spot h5::after {
    width: calc(100% - 2.4rem);
  }
}
#model-course #course .spot .spot_inner {
  max-width: 800px;
  margin: 0 auto;
  padding-top: clamp(2rem, 2rem + (18) * (100vw - 375px) / (615), 3.8rem);
  padding-left: clamp(2.4rem, 2.4rem + (14) * (100vw - 375px) / (615), 3.8rem);
  padding-left: 3.8rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 3.8rem;
}
#model-course #course .spot .spot_inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
#model-course #course .spot .spot_inner {
  /* メイン画像フェード用 */
}
#model-course #course .spot .spot_inner .images_area figure img {
  transition: opacity 0.3s ease;
  display: block;
}
#model-course #course .spot .spot_inner {
  /* サムネイル */
}
#model-course #course .spot .spot_inner .images_select_area {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  margin-top: 1rem;
}
#model-course #course .spot .spot_inner .images_select_area li {
  width: calc((100% - 2rem) / 3);
  aspect-ratio: 3/2;
}
#model-course #course .spot .spot_inner .images_select_area li img {
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#model-course #course .spot .spot_inner .images_select_area li img.is-active {
  opacity: 0.5;
}
#model-course #course .foot {
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: clamp(3rem, 3rem + (10) * (100vw - 375px) / (615), 4rem);
  margin-bottom: clamp(3rem, 3rem + (10) * (100vw - 375px) / (615), 4rem);
}
#model-course #course .foot::before {
  display: block;
  content: "";
  width: 28px;
  height: 100px;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#model-course #course .for-next-day {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 100px;
  width: 100%;
  z-index: 2;
  text-align: center;
  font-size: clamp(1.2rem, 1.2rem + (6) * (100vw - 375px) / (615), 1.8rem);
  line-height: 8rem;
}
@media only screen and (max-width: 768px) {
  #model-course #course .for-next-day {
    line-height: 6rem;
  }
}
#model-course #course .for-next-day::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.6rem;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #model-course #course .for-next-day::before {
    width: 1.2rem;
    height: 1.2rem;
    right: 2.6rem;
  }
}
#model-course #course .for-next-day::after {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  display: inline-block;
  text-align: center;
  line-height: 5.4rem;
  border: solid 1px #000;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #model-course #course .for-next-day::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
#model-course #course #afterword {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  margin: 4rem 1rem 0;
  text-align: center;
}
#model-course #course #afterword h5 {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 1.6rem + (12) * (100vw - 375px) / (615), 2.8rem);
}
#model-course #course #afterword div {
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #model-course .btn-wrap {
    margin-bottom: 90px;
  }
}/*# sourceMappingURL=model-course.css.map */