@charset "UTF-8";
.-noBg .topicPathWrap + .offerContents {
  margin-top: 0;
}

.offerContents {
  color: #1A1A1A;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .offerContents {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.offerContents img {
  max-width: 100% !important;
}

.content__inner {
  display: block;
  margin-inline: auto;
  max-width: 1024px;
  width: 89.3333333333%;
}
@media screen and (max-width: 767px) {
  .content__inner.-spNarrow {
    width: 94.6666666667%;
  }
}

.pcOnly {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .-spFull {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .-spCenter {
    text-align: center;
  }
}

.-mt20 {
  margin-top: 2rem;
}

/* セクション */
* + .content {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  * + .content {
    margin-top: 4.2rem;
  }
  * + .content.-spNarrow {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  * + .content.-inner-level2 {
    margin-top: 4rem;
  }
}

.content__box + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .content__box.-spNarrow {
    margin-top: 2.4rem;
  }
}
.content__box.-wideMedium {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .content__box.-wideMedium {
    margin-top: 4rem;
  }
}
.content__box.-wide {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .content__box.-wide {
    margin-top: 3.2rem;
  }
}

/* 注意ボックス */
.attentionBox {
  align-items: center;
  border: 1px solid #DF1F1C;
  display: flex;
  justify-content: space-between;
  padding-block: 1.6rem;
  padding-inline: 2.4rem;
  min-height: 8.4rem;
}
@media screen and (max-width: 767px) {
  .attentionBox {
    display: block;
    padding-block: 2rem;
    padding-inline: 2rem;
    min-height: inherit;
  }
}
.attentionBox.-itemPositionTop {
  align-items: flex-start;
}
.attentionBox.-textTop {
  align-items: inherit;
}

.attentionBox__title {
  color: #DF1F1C;
  font-size: 2.4rem;
  font-weight: 900;
  width: 12.5256673511%;
}
@media screen and (max-width: 767px) {
  .attentionBox__title {
    font-size: 2rem;
    margin-inline: auto;
    width: 32.0102432778%;
  }
  .attentionBox__title + * {
    margin-top: 1rem;
  }
}

.attentionBox__text {
  font-size: 2rem;
  width: 85.4209445585%;
}
@media screen and (max-width: 767px) {
  .attentionBox__text {
    font-size: 1.6rem;
    width: 100%;
  }
}

/* 汎用的画像梱包用 */
.imageBox {
  text-align: center;
}
.imageBox + * {
  margin-top: 3.2rem;
}
.imageBox.-marginWide + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .imageBox.-marginWide + * {
    margin-top: 3.2rem;
  }
}
* + .imageBox.-marginWide {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  * + .imageBox.-marginWide {
    margin-top: 2.4rem;
  }
}
.imageBox.-spSmall {
  margin-inline: auto;
  width: 91.0447761194%;
}
* + .imageBox.-banner {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  * + .imageBox.-banner {
    margin-top: 4rem;
  }
}
.imageBox.-banner a {
  display: block;
  transition: opacity 1s;
}
.imageBox.-banner a:hover {
  opacity: 0.7;
}
.imageBox.-mrAuto img {
  display: block;
  margin-right: auto;
}

/* ロゴが横にあるボックス */
.logoSideBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .logoSideBox {
    display: block;
  }
}

.logoSideBox__image {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .logoSideBox__image {
    margin-inline: auto;
    width: 80px;
  }
  .logoSideBox__image + * {
    margin-top: 1rem;
  }
}

.logoSideBox__text {
  width: calc(100% - 154px);
}
@media screen and (max-width: 767px) {
  .logoSideBox__text {
    width: 100%;
  }
}

/* ダウンロードアイコン梱包用 */
/* 画像が横にあるボックス */
.imageSideBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .imageSideBox {
    display: block;
  }
}
.imageSideBox + *:not(.attentionBox, .colorBox, .spotList) {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .imageSideBox + *:not(.attentionBox, .colorBox, .spotList) {
    margin-top: 3.2rem;
  }
}
.imageSideBox + .attentionBox {
  margin-top: 3.2rem;
}
.imageSideBox + .colorBox {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .imageSideBox + .colorBox {
    margin-top: 1.6rem;
  }
}
.imageSideBox__image {
  text-align: center;
  width: 25.48828125%;
}
@media screen and (max-width: 767px) {
  .imageSideBox__image {
    margin-top: 2.4rem;
    width: 100%;
  }
}
.-imageSmall .imageSideBox__image {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .-imageSmall .imageSideBox__image {
    width: 100%;
  }
}
.imageSideBox__text {
  width: 48.4375%;
}
@media screen and (max-width: 767px) {
  .imageSideBox__text {
    margin-top: 1.6rem;
    width: 100%;
  }
}
.-imageSmall .imageSideBox__text {
  width: 66.015625%;
}
@media screen and (max-width: 767px) {
  .-imageSmall .imageSideBox__text {
    width: 100%;
  }
}

.textBox {
  font-size: 1.6rem;
  margin-top: 1.1rem;
  font-weight: 700;
}
.textBox__title {
  color: #E7428D;
  border: 1px solid #E7428D;
  padding-block: 0.4rem;
  padding-inline: 0.8rem;
  display: inline-block;
}
.dotList + .textBox {
  margin-top: 1.6rem;
}

/* 線つきボックス */
/* 薄い紫色の背景ボックス */
/* 白い背景ボックス */
/* ネイビーorオレンジボックス */
/* 交通機関のエリア */
#set .box {
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #set .box {
    display: block;
  }
}
#set .box__text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
#set .box__text .-small {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #set .box__text {
    width: 100%;
  }
}
#set .box__text p + p {
  margin-top: 1rem;
}
#set .box__image {
  width: 15rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #set .box__image {
    width: 100%;
    margin-top: 1.6rem;
  }
  #set .box__image img {
    width: 100%;
  }
}

/* 観光施設のエリア */
.modelCourse02Box {
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .modelCourse02Box {
    display: block;
    margin-bottom: 1.6rem;
  }
}
.modelCourse02Box__image {
  width: 31.73828125%;
}
@media screen and (max-width: 767px) {
  .modelCourse02Box__image {
    width: 100%;
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
.modelCourse02Box__content {
  width: 65.91796875%;
}
@media screen and (max-width: 767px) {
  .modelCourse02Box__content {
    width: 100%;
  }
}

.modelCourse02Info__item {
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .modelCourse02Info__item {
    display: block;
  }
}
.modelCourse02Info__item > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009C74;
  padding-inline: 2.4rem;
  padding-block: 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  width: 29.6296296296%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .modelCourse02Info__item > dt {
    width: 100%;
    margin-bottom: 0.8rem;
    padding-block: 1.2rem;
  }
}
.modelCourse02Info__item > dt.-darkGreen {
  background-color: #00573D;
}
.modelCourse02Info__item + * {
  margin-top: 2.4rem;
}
.modelCourse02Info dd {
  font-size: 1.6rem;
  flex: 1;
}

.infoDetail dt {
  position: relative;
  display: inline-block;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .infoDetail dt {
    width: 50%;
  }
}
.infoDetail dt::after {
  content: "･････････････････････････････････････････";
  position: absolute;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: #222;
  z-index: -1;
}
.infoDetail dt span {
  background-color: #fff;
  padding-right: 0.08em;
}
.infoDetail dd {
  display: inline-block;
}

/* 3つ並びレイアウト */
/* 2つ並びレイアウト */
.twoColumn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .twoColumn {
    flex-direction: column;
    row-gap: 24px;
  }
  #set .twoColumn {
    row-gap: 30px;
  }
}
.twoColumn.-columnGapNone .twoColumn__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .twoColumn.-columnGapNone {
    row-gap: 16px;
  }
  .twoColumn.-columnGapNone .twoColumn__item {
    width: 100%;
  }
}
.twoColumn.-columnGapWide .twoColumn__item {
  width: 46.875%;
}
@media screen and (max-width: 767px) {
  .twoColumn.-columnGapWide .twoColumn__item {
    width: 100%;
  }
}
.twoColumn.-hasBorder .twoColumn__item:nth-child(odd) {
  border-right: 2px solid #00A291;
  padding-right: 2.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .twoColumn.-hasBorder .twoColumn__item:nth-child(odd) {
    padding-bottom: 0;
  }
}
.twoColumn.-hasBorder .twoColumn__item:nth-child(even) {
  padding-left: 2.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .twoColumn.-hasBorder .twoColumn__item:nth-child(even) {
    padding-bottom: 0;
  }
}
.twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder {
  margin-top: 0;
}
.twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder .twoColumn__item {
  border-top: 2px solid #00A291;
  padding-top: 4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .twoColumn.-hasBorder .twoColumn__item:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  .twoColumn.-hasBorder .twoColumn__item:nth-child(even) {
    padding-left: 0;
  }
  .twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder {
    margin-top: 3.6rem;
  }
  .twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder .twoColumn__item {
    padding-top: 3.6rem;
  }
}
.twoColumn__item {
  display: flex;
  flex-direction: column;
  width: 47.55859375%;
}
.twoColumn__item .-fontSmall {
  font-size: 1.6rem;
}
.twoColumn__item .-fontSmall + .imageBox {
  margin-top: 1.6rem;
}
.twoColumn__item.-mr {
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .twoColumn__item.-mr {
    margin-right: 0;
  }
}
.twoColumn__item.-mt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .twoColumn__item {
    width: 100%;
  }
  .twoColumn__item.-spHasBorder {
    border-top: 2px solid #00A291;
    padding-top: 3.6rem;
  }
}
.twoColumn + * {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .twoColumn + * {
    margin-top: 3.6rem;
  }
}
.twoColumn + .attentionBox {
  margin-top: 4.5rem;
}

.column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 5.0420168067%;
     -moz-column-gap: 5.0420168067%;
          column-gap: 5.0420168067%;
  max-width: 952px;
  row-gap: 32px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .column {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.8666666667%;
       -moz-column-gap: 5.8666666667%;
            column-gap: 5.8666666667%;
    row-gap: 24px;
  }
}
.column__item {
  position: relative;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .column__item {
    max-width: 100%;
  }
}
.column__item::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 22px solid #3CA3DD;
  top: 35%;
  left: -11%;
}
@media screen and (max-width: 767px) {
  .column__item::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #3CA3DD;
    top: 37%;
    left: 5%;
  }
}
.column__item:first-child::before {
  border: none;
}
.column__item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #3CA3DD;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .column__item .number {
    width: 31.25%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.column__item figure {
  width: 77.3333333333%;
  margin-top: 9%;
  margin-left: 22%;
}
@media screen and (max-width: 767px) {
  .column__item figure {
    width: 75%;
    margin-top: 7%;
  }
}
.column__item figcaption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3CA3DD;
}

/* テキストリンク */
.textLink.-iconBlank {
  display: inline-block;
  position: relative;
}
.textLink.-iconBlank::after {
  background: url("../img/icon-blank.svg") center bottom no-repeat;
  background-size: 11px auto;
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
}

/* ボタン */
.basicButton {
  background: url("../img/arrow-right_white.svg") right 2.4rem center no-repeat;
  background-size: 1.1rem auto;
  background-color: #E7428D;
  box-shadow: 0 5px 0 #005714;
  border-radius: 5px;
  color: #FFF;
  display: block;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 900;
  margin-inline: auto;
  max-width: 700px;
  padding-block: 2.3rem;
  padding-inline: 3.8rem;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .basicButton {
    background-position: right 1.8rem center;
    background-size: 1rem auto;
    font-size: 1.6rem;
    padding-block: 1.7rem;
    padding-left: 1.9rem;
    padding-right: 2em;
    text-align: left;
  }
}
.basicButton.-blue {
  background-color: #3CA3DD;
  box-shadow: 0 5px 0 #0083B7;
}
.basicButton.-pink {
  background-color: #E7428D;
  box-shadow: 0 5px 0 #CB005C;
}
.basicButton.-teal {
  background-color: #00A291;
  box-shadow: 0 5px 0 #00766A;
}
.basicButton.-green {
  background-color: #E7428D;
  box-shadow: 0 5px 0 #03894B;
}
.basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.basicButton.-wide {
  width: 100%;
}
.basicButton.-small {
  font-size: 1.8rem;
  padding-block: 1.2rem;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .basicButton.-small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .basicButton.-high {
    padding-block: 2.4rem;
  }
}
.basicButton + * {
  margin-top: 4rem;
}
.basicButton + .basicButton {
  margin-top: 2rem;
}
#set .basicButton {
  font-size: 1.8rem;
  padding-block: 1.2rem;
}
@media screen and (max-width: 767px) {
  #set .basicButton {
    padding-block: 2.4rem;
  }
  #set .basicButton.-small {
    font-size: 1.6rem;
  }
}

.buttonWrap {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .buttonWrap {
    margin-top: 2.4rem;
  }
}
#set .buttonWrap {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #set .buttonWrap {
    margin-top: 1.6rem;
  }
}
.buttonWrap.-mtAuto, #set .buttonWrap.-mtAuto {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .buttonWrap.-mtAuto, #set .buttonWrap.-mtAuto {
    margin-top: 1.6rem;
  }
}

/* --- 追従リンク --- */
.fixed-link {
  position: fixed;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(141px);
          transform: translateX(141px);
  z-index: 99;
  transition: all 0.3s;
}
.fixed-link.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.fixed-link a {
  background-color: #00A291;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  padding-block: 30px;
  padding-left: 16px;
  padding-right: 48px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.fixed-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fixed-link a {
    font-size: 1.2rem;
    padding-block: 20px;
    padding-left: 8px;
    padding-right: 20px;
  }
}
.fixed-link a::after {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fixed-link a::after {
    width: 7px;
    height: 8px;
  }
}

.navLink {
  display: flex;
  -webkit-column-gap: 1.953125%;
     -moz-column-gap: 1.953125%;
          column-gap: 1.953125%;
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
}
@media screen and (max-width: 767px) {
  .navLink {
    flex-direction: column;
    row-gap: 20px;
  }
}
.navLink li {
  width: 31.8359375%;
}
.navLink li .basicButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #00A291 url("../img/arrow-bottom_white.svg") center bottom 8px no-repeat;
  background-size: 11px 14px;
  box-shadow: 0 5px 0 #00766A;
  font-size: 1.6rem;
  padding-block: 2.2rem;
  padding-inline: 12px;
}
@media screen and (max-width: 767px) {
  .navLink li {
    width: 100%;
  }
  .navLink li .basicButton {
    background: #00A291 url("../img/arrow-bottom_white.svg") center bottom 10px no-repeat;
    text-align: center;
    padding-block: 28px;
  }
}

/* 見出しレベル3 */
.headingLevel3 {
  background-color: #E7428D;
  color: #FFF100;
  font-size: 3.4rem;
  font-weight: 900;
  padding-block: 2.65rem;
  text-align: center;
}
.headingLevel3.-red {
  background-color: #DF1F1C;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 2rem;
    padding-block: 2.4rem;
    text-align: left;
  }
}
.headingLevel3 .fontSmall {
  font-size: 2.2rem;
}
.headingLevel3 .fontSmall.-spaceOn {
  display: inline-block;
  line-height: 1;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 .fontSmall.-spaceOn {
    display: block;
    line-height: inherit;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .headingLevel3 .fontSmall {
    font-size: 1.6rem;
  }
}
.headingLevel3 + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + * {
    margin-top: 2.4rem;
  }
}

/* 見出しレベル4 */
.headingLevel4 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .headingLevel4 {
    font-size: 1.8rem;
  }
}
.headingLevel4 + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .headingLevel4 + * {
    margin-top: 1.3rem;
  }
}
.headingLevel4.-lineHeightNarrow {
  line-height: 1.4;
}
.headingLevel4.-lineHeightNarrow + * {
  margin-top: 1.7rem;
}
.headingLevel4.-martinTopWide + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .headingLevel4.-martinTopWide + * {
    margin-top: 1.6rem;
  }
}
.headingLevel4.-forBlueLabel {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .headingLevel4.-forBlueLabel {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.-widthImage .headingLevel4.-forBlueLabel {
  display: block;
}

.forBlueLabel__number {
  color: #003288;
  letter-spacing: 0;
  width: 10.1041666667%;
}
@media screen and (max-width: 767px) {
  .forBlueLabel__number {
    display: block;
    width: 100%;
  }
}

.forBlueLabel__text {
  font-size: 2rem;
  letter-spacing: 0.15rem;
  width: 88.2291666667%;
}
@media screen and (max-width: 767px) {
  .forBlueLabel__text {
    width: 100%;
  }
}
.forBlueLabel__text .attentionText {
  display: block;
  font-weight: 400;
  margin-top: 1.6rem;
}

/* 見出しレベル5 */
.headingLevel5 {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headingLevel5 {
    font-size: 2rem;
  }
}
.headingLevel5 + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .headingLevel5 + * {
    margin-top: 1.8rem;
  }
}

/* カラー見出し */
.modelCourseHeading {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #3CA3DD;
  border-bottom: 4px solid #3CA3DD;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .modelCourseHeading {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.modelCourseHeading.-pink {
  color: #EB6D97;
  border-bottom: 4px solid #EB6D97;
}
.modelCourseHeading.-purple {
  color: #7774B5;
  border-bottom: 4px solid #7774B5;
}
.modelCourseHeading.-teal {
  color: #00A291;
  border-bottom: 4px solid #00A291;
}
.modelCourseHeading__station {
  font-size: 2.2rem;
  color: #fff;
  background-color: #3CA3DD;
  padding-block: 0.5rem;
  padding-inline: 0.65rem;
}
@media screen and (max-width: 767px) {
  .modelCourseHeading__station {
    font-size: 1.8rem;
    padding-block: 0.7rem;
    padding-inline: 1.1rem;
  }
}
.modelCourseHeading__station.-pink {
  background-color: #EB6D97;
}
.modelCourseHeading__station.-purple {
  background-color: #7774B5;
}
.modelCourseHeading__station.-teal {
  background-color: #00A291;
}

#set .heading {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  #set .heading img {
    width: auto;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #set .heading.-spFull img {
    width: 100%;
    height: auto;
  }
}
#set .heading.-mbWide {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #set .heading.-mbWide {
    margin-bottom: 1.6rem;
  }
}

.modelCourse02Heading {
  display: grid;
  grid-template-columns: 122px 1fr;
  grid-template-rows: 89px 60px;
  margin-top: 9.6rem;
  margin-bottom: 4rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 0rem;
}
@media screen and (max-width: 767px) {
  .modelCourse02Heading {
    grid-template-columns: 23% 1fr;
    grid-template-rows: 34% 1fr;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 1.6rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.modelCourse02Heading__logo {
  grid-row: 1/3;
  grid-column: 1/2;
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .modelCourse02Heading__logo {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.modelCourse02Heading__title {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .modelCourse02Heading__title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
.modelCourse02Heading__text {
  margin-top: -26px;
  font-weight: 500;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .modelCourse02Heading__text {
    margin-top: 0;
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.headingImage {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .headingImage {
    margin-bottom: 2.4rem;
  }
}
.headingImage.-mbNarrow {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .headingImage.-mbNarrow {
    margin-bottom: 2.4rem;
  }
}

/* 注意アイコン */
.attentionIcon {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3.2rem auto;
  display: inline-block;
  padding-left: 4.4rem;
}
@media screen and (max-width: 767px) {
  .attentionIcon {
    background-size: 2.4rem auto;
    padding-left: 3.4rem;
  }
}
.attentionIcon.-red {
  background-image: url("../img/icon-attention_red.svg");
}

/* 外窓アイコン */
.blankIcon {
  background: url("../img/icon-blank_white.svg") right center no-repeat;
  background-size: 1.1rem auto;
  padding-right: 1.9rem;
}

/* pdfアイコン */
/* ※印つきリスト */
*:not(.dotList *) + .attentionList:not(.attentionList) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  *:not(.dotList *) + .attentionList:not(.attentionList) {
    margin-top: 2.3rem;
  }
}
.column + .attentionList {
  margin-top: 0.8rem;
}
.attentionList.-pcInlineBlock {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .attentionList.-pcInlineBlock {
    display: block;
  }
}
.attentionList.-marginTopNarrow {
  margin-top: 1.6rem;
}
.attentionList > li {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

/* ●印つきリスト */
*:not(p) + .dotList {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  *:not(p) + .dotList {
    margin-top: 1.6rem;
  }
}
.attentionList + .dotList {
  margin-top: 1.6rem;
}
.dotList.-fontSizeBig > li {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .dotList.-fontSizeBig > li {
    font-size: 1.6rem;
  }
}
.dotList.-fontSizeBig > li::before {
  width: 1.6rem;
  height: 1.6rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .dotList.-fontSizeBig > li::before {
    top: 0.6rem;
  }
}
.dotList.-fontSizeBig > li > .-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .dotList.-fontSizeBig > li > .-small {
    font-size: 1.4rem;
  }
}
.dotList > li {
  font-size: 1.6rem;
  padding-left: 2.2rem;
  position: relative;
}
.dotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.7rem;
  position: absolute;
  left: 0;
}
.dotList > li.-iconBrown::before {
  background-color: #b97a22 !important;
}
.dotList > li .-small {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.dotList.-iconPueple > li::before {
  background-color: #7774B5;
}
.dotList.-iconPueple + .twoColumn {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.dotList.-iconRed > li::before {
  background-color: #DF1F1C;
}
.dotList.-iconBlue > li::before {
  background-color: #003288;
}
.dotList.-fontBold > li {
  font-weight: bold;
}
.dotList.-dotSmall > li {
  letter-spacing: 0;
  line-height: 1.4;
}
.dotList.-dotSmall > li::before {
  width: 1.2rem;
  height: 1.2rem;
  top: 0.6rem;
  left: 0.4rem;
}
#set .dotList:not(.-fontSizeBig) {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#set .dotList:not(.-fontSizeBig) > li:not(:first-child) {
  margin-top: 1.6rem;
}
#set .dotList__title {
  font-size: 2rem;
}
.heading + .dotList {
  margin-top: 0;
}

/* ちいさな●印つきリスト */
.normalDotList > li {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  position: relative;
}
.normalDotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
}

/* おすすめスポットの■つきリスト */
/* 横並びリスト */
/* ダウンロードアイコンリスト */
/* リンクボタンリスト */
.modelCourseList {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .modelCourseList {
    margin-top: 1.6rem;
  }
}
.modelCourseList dt {
  color: #3CA3DD;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  line-height: 1.6;
}
.modelCourseList dt::before {
  content: "";
  background-color: currentColor;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.modelCourseList.-pink dt {
  color: #EB6D97;
}
.modelCourseList.-purple dt {
  color: #7774B5;
}
.modelCourseList.-teal dt {
  color: #00A291;
}
.-mt20 + .modelCourseList {
  margin-top: 0;
}

.bonusList {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #00A291;
  border-radius: 8px;
  border: 3px solid #00A291;
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .bonusList {
    font-size: 1.6rem;
  }
}
.bonusList dt {
  color: #fff;
  text-align: center;
  padding-block: 0.7rem;
  padding-inline: 0.5rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.bonusList dd {
  color: #00A291;
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  width: 100%;
  padding-block: 0.8rem;
  padding-inline: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
}
.bonusList dd .colorRed {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bonusList dd .colorRed {
    font-size: 1.3rem;
  }
}

/* 右寄せ */
.textRight {
  text-align: right;
}

/* 中央寄せ */
.textCenter {
  text-align: center;
}

/* 赤色テキスト */
.colorRed {
  color: #DF1F1C;
}

/* ピンクテキスト */
.colorPink {
  color: #E7428D;
}

/* 青緑テキスト */
.colorTeal {
  color: #00A291;
}

/* 青色テキスト */
.colorBlue {
  color: #003288;
}

.colorYellow {
  color: #FFE200;
}

/* マーカー */
.marker {
  background: linear-gradient(transparent 50%, #FFF87E 50%);
}

/* 説明文 */
.caption {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 1.2rem;
  }
}
* + .caption {
  margin-top: 0.4rem;
}

/* 注釈 */
.attentionText {
  font-size: 1.2rem;
}
.attentionText.-fontSizeMedium {
  font-size: 1.4rem;
}
.attentionText.-fontSizeBig {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .attentionText.-fontSizeBig {
    font-size: 1.4rem;
  }
}
* + .attentionText {
  margin-top: 0.8rem;
}
.imageBox + .attentionText {
  margin-top: 1.2rem;
}
.attentionText + * {
  margin-top: 4.9rem;
}
@media screen and (max-width: 767px) {
  .attentionText + * {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .attentionText {
    width: 89.3333333333%;
    margin-inline: auto;
  }
}

/* 強調された注意文 */
.bigAttention {
  color: #DF1F1C;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bigAttention {
    font-size: 2rem;
  }
}
* + .bigAttention {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .bigAttention {
    margin-top: 2.4rem;
  }
}
.bigAttention__noDecoration {
  color: #DF1F1C;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .bigAttention__noDecoration {
    font-size: 1.6rem;
  }
}
.bigAttention + .bigAttention__noDecoration {
  margin-top: 0.6rem;
}
.bigAttention__noDecoration + .imageBox {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .bigAttention__noDecoration + .imageBox {
    margin-top: 1.6rem;
  }
}

/* 観光ブロックのドットリスト下で使うキャッチ */
/* ドットラインつきキャッチ */
/* 茶背景のテキスト */
.brownLabelText {
  background-color: #F6F1EA;
  border-radius: 10px;
  padding-block: 2.4rem;
  padding-inline: 3.2rem;
}
@media screen and (max-width: 767px) {
  .brownLabelText {
    padding-block: 2rem;
    padding-inline: 1.9rem;
  }
}
.brownLabelText.-noneRadius {
  border-radius: 0;
  padding-block: 1rem;
  padding-inline: 1rem;
  text-align: center;
}
* + .brownLabelText.-noneRadius {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  * + .brownLabelText.-noneRadius {
    margin-top: 2.4rem;
  }
}
.brownLabelText.-widthImage {
  background-image: url("/ticket/tokutoku/biwa-ichipass4/assets/img/deco-ico.png");
  background-position: right 2.4rem center;
  background-repeat: no-repeat;
  background-size: 13.9rem auto;
  padding-block: 3.9rem;
  padding-right: 14.5rem;
}
@media screen and (max-width: 767px) {
  .brownLabelText.-widthImage {
    background-position: right 1.9rem center;
    background-size: 9.3rem auto;
    padding-block: 2rem;
    padding-right: 12.3rem;
  }
}
.brownLabelText + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .brownLabelText + * {
    margin-top: 2.4rem;
  }
}

.modelCourseText {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modelCourseText {
    font-size: 1.8rem;
  }
}

.modelCourseInfoText {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #00A291;
  padding-inline: 1rem;
  padding-block: 0.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .modelCourseInfoText {
    margin-top: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  img:not(.number img) {
    width: 100%;
    height: auto;
  }
}
.imageBorder {
  outline: #3CA3DD 4px solid;
  outline-offset: -4px;
}
.imageBorder.-rounded {
  border-radius: 16px;
  outline-width: 2px;
  outline-offset: -2px;
}
@media screen and (min-width: 768px) {
  .spot-box .imageBorder.-rounded {
    outline-width: 5px;
  }
}
.imageBorder.-green {
  outline-color: #009C74;
}
.imageBorder.-teal {
  outline-color: #00A291;
}

.modelCourseImage {
  margin-bottom: 0.8rem;
}
.modelCourseImage img {
  width: 100%;
}
.modelCourseImage__large {
  margin-top: -4.8rem;
  margin-right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .modelCourseImage__large {
    margin-top: -2.4rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  #set .image {
    margin-inline: auto;
  }
}
#set .image__large {
  margin-bottom: 1.6rem;
  margin-right: -1.6rem;
}
@media screen and (max-width: 767px) {
  #set .image__large {
    margin-bottom: 0;
    margin-inline: auto;
  }
  #set .image__large.-spMb {
    margin-bottom: 1.6rem;
  }
}