@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@media screen and (min-width: 1025px), print {
  .hopetourism {
    position: relative;
    padding-bottom: 125px;
    background: url(../imgs/hopetourism/bg_dotted.png) repeat-x top left/contain;
  }
  .hopetourism .secondpage__ttl {
    z-index: 2;
  }

  .article__wrap {
    position: relative;
    padding: 135.353px 0 112.618px;
  }
  .article__wrap::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 1500px;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: #ffffff;
    -moz-border-radius: 11.53px;
         border-radius: 11.53px;
    content: "";
  }
  .article__ttl, .article__ttl-sub, .article__lead, .article__cap {
    position: relative;
    z-index: 2;
  }
  .article__ttl {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 4rem;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  .article__ttl-sub {
    display: block;
    margin-top: 12.04px;
    font-size: 2rem;
    text-align: center;
  }
  .article__lead {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 4.8rem;
    text-align: center;
  }
  .article__lead.first {
    margin-top: 30.77px;
  }
  .article__lead__inner {
    position: relative;
  }
  .article__lead__inner::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff580;
    content: "";
  }
  .article__cap {
    margin-top: 30.71px;
    font-size: 1.6rem;
  }

  .article__elm {
    position: relative;
    z-index: 2;
    margin-top: 36.88px;
  }
  .article__elm.left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 758.33px;
  }
  .article__elm.right {
    width: 338.674px;
  }
  .article__elm.right .elm__item {
    margin-right: auto;
    margin-left: auto;
  }

  .elm__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .elm__ttl {
    display: block;
    width: 100%;
    padding: 5.31px 0;
    font-size: 2.1rem;
    text-align: center;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: solid 1px #231815;
  }
  .elm__item {
    position: relative;
    width: 327.407px;
    margin-top: 22.05px;
  }
  .elm__item::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
  }
  .elm__item.see::after {
    right: -71.629px;
    width: 44.549px;
    height: 44.549px;
    background: url(../imgs/hopetourism/icon_plus.png) no-repeat center/contain;
  }
  .elm__item.see .elm__head {
    background: #36bdef;
    letter-spacing: 1rem;
  }
  .elm__item.see .elm__bottom {
    background: #daeffb;
  }
  .elm__item.listen::after {
    right: -83.418px;
    width: 52.088px;
    height: 41.439px;
    background: url(../imgs/hopetourism/icon_arrow.png) no-repeat center/contain;
  }
  .elm__item.listen .elm__head {
    background: #91c31d;
    letter-spacing: 1rem;
  }
  .elm__item.listen .elm__bottom {
    background: #ebf3d8;
  }
  .elm__item.image::after {
    display: none;
  }
  .elm__item.image .elm__head {
    background: #f2984f;
    letter-spacing: 0.2rem;
  }
  .elm__item.image .elm__bottom {
    background: #fce3b7;
  }
  .elm__head {
    padding: 4.96px 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
  }
  .elm__bottom {
    padding: 11.83px 19.2px;
  }
  .elm__txt {
    min-height: 67.624px;
    font-size: 1.6rem;
  }
  .elm__img {
    margin-top: 25px;
  }
  .elm__cap {
    margin-top: 10.9px;
    font-size: 16px;
    text-align: center;
  }

  .mdoelcource {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 2;
    margin-top: 70px;
  }
  .mdoelcource .article__lead {
    width: 100%;
  }
  .mdoelcource__table {
    margin-top: 49px;
    width: 633.612px;
  }
  .mdoelcource__img {
    position: relative;
    width: 519.255px;
    margin-top: 10px;
  }
  .mdoelcource__cap {
    font-size: 1.6rem;
  }
  .mdoelcource__cap__head {
    display: block;
    margin-top: 12px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: solid 2px #3daec2;
    font-size: 1.8rem;
    text-align: center;
  }

  .end-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 2;
    margin-top: 105px;
  }
  .end-section__ttl {
    position: relative;
    width: 100%;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
  }
  .end-section__ttl::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: dotted 3px #231815;
    content: "";
  }
  .end-section__ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    background: #ffffff;
  }
  .end-section__address {
    width: 387.458px;
    margin-top: 50px;
    margin-left: 52.94px;
  }
  .end-section__address__icon a {
    position: relative;
    margin-left: 38.26px;
    color: #3daec2;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-decoration: none;
  }
  .end-section__address__icon a::before {
    background: #3daec2;
  }
  .end-section__address__icon a::after {
    position: absolute;
    left: -34.26px;
    width: 27.26px;
    height: 20.636px;
    content: "";
  }
  .end-section__address__icon.mail {
    margin-top: 10px;
  }
  .end-section__address__icon.mail a::after {
    top: 5px;
    background: url(../imgs/hopetourism/icon_mail.png) no-repeat center/contain;
  }
  .end-section__address__icon.website {
    margin-top: 5px;
  }
  .end-section__address__icon.website a::after {
    top: 2px;
    height: 28.9px;
    background: url(../imgs/hopetourism/icon_earth.png) no-repeat center/contain;
  }
  .end-section__info {
    width: 514.653px;
    margin-top: 40px;
    margin-left: 22.72px;
  }
  .end-section__info__name {
    margin-top: 6px;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .end-section__info__name + .end-section__info__pra {
    margin-top: 11px;
  }
  .end-section__info__pra {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px), print {
  .article__wrap::before {
    width: 1250px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hopetourism {
    position: relative;
    padding-bottom: 100px;
    background: url(../imgs/hopetourism/bg_dotted.png) repeat-x top left/contain;
  }
  .hopetourism .secondpage__ttl {
    z-index: 2;
  }

  .article__wrap {
    position: relative;
    padding: 108.2824px 0 90.0944px;
  }
  .article__wrap::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 90%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: #ffffff;
    -moz-border-radius: 11.53px;
         border-radius: 11.53px;
    content: "";
  }
  .article__ttl, .article__ttl-sub, .article__lead, .article__cap {
    position: relative;
    z-index: 2;
  }
  .article__ttl {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .article__ttl-sub {
    display: block;
    margin-top: 12.04px;
    font-size: 1.6rem;
    text-align: center;
  }
  .article__lead {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 3.6rem;
  }
  .article__lead.first {
    margin-top: 30.77px;
  }
  .article__lead__inner {
    position: relative;
  }
  .article__lead__inner::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff580;
    content: "";
  }
  .article__cap {
    margin-top: 30.71px;
    font-size: 1.4rem;
  }

  .article__elm {
    position: relative;
    z-index: 2;
    margin-top: 36.88px;
  }
  .article__elm.left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article__elm.right {
    margin: 80px auto 0;
  }
  .article__elm.right .elm__item {
    margin-right: auto;
    margin-left: auto;
  }

  .elm__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .elm__ttl {
    display: block;
    width: 100%;
    padding: 5.31px 0;
    font-size: 1.8rem;
    text-align: center;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: solid 1px #231815;
  }
  .elm__item {
    position: relative;
    width: 45%;
    margin-top: 22.05px;
  }
  .elm__item::after {
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
  }
  .elm__item.see::after {
    top: 50%;
    right: -50.3032px;
    width: 35.6392px;
    height: 35.6392px;
    background: url(../imgs/hopetourism/icon_plus.png) no-repeat center/contain;
  }
  .elm__item.see .elm__head {
    background: #36bdef;
    letter-spacing: 1rem;
  }
  .elm__item.see .elm__bottom {
    background: #daeffb;
  }
  .elm__item.listen::after {
    bottom: -60px;
    left: -18%;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 40.8704px;
    height: 33.1512px;
    background: url(../imgs/hopetourism/icon_arrow.png) no-repeat center/contain;
  }
  .elm__item.listen .elm__head {
    background: #91c31d;
    letter-spacing: 1rem;
  }
  .elm__item.listen .elm__bottom {
    background: #ebf3d8;
  }
  .elm__item.image::after {
    display: none;
  }
  .elm__item.image .elm__head {
    background: #f2984f;
    letter-spacing: 0.2rem;
  }
  .elm__item.image .elm__bottom {
    background: #fce3b7;
  }
  .elm__head {
    padding: 4.96px 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
  }
  .elm__bottom {
    padding: 11.83px 19.2px;
  }
  .elm__txt {
    min-height: 67.624px;
    font-size: 1.4rem;
  }
  .elm__img {
    margin-top: 25px;
  }
  .elm__cap {
    margin-top: 10.9px;
    font-size: 1.4rem;
    text-align: center;
  }

  .mdoelcource {
    position: relative;
    z-index: 2;
    margin-top: 56px;
  }
  .mdoelcource .article__lead {
    width: 100%;
  }
  .mdoelcource__table {
    margin-top: 39.2px;
  }
  .mdoelcource__img {
    margin-top: 40px;
  }
  .mdoelcource__cap {
    font-size: 1.4rem;
  }
  .mdoelcource__cap__head {
    display: block;
    margin-top: 12px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: solid 2px #3daec2;
    font-size: 1.6rem;
    text-align: center;
  }

  .end-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 2;
    margin-top: 105px;
  }
  .end-section__ttl {
    position: relative;
    width: 100%;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
  }
  .end-section__ttl::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: dotted 3px #231815;
    content: "";
  }
  .end-section__ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    background: #ffffff;
  }
  .end-section__address {
    width: 41%;
    margin-top: 30px;
  }
  .end-section__address__icon a {
    position: relative;
    margin-left: 28.26px;
    color: #3daec2;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-decoration: none;
  }
  .end-section__address__icon a::before {
    background: #3daec2;
  }
  .end-section__address__icon a::after {
    position: absolute;
    left: -28.26px;
    width: 21.808px;
    height: 16.5088px;
    content: "";
  }
  .end-section__address__icon.mail {
    margin-top: 10px;
  }
  .end-section__address__icon.mail a::after {
    top: 5px;
    background: url(../imgs/hopetourism/icon_mail.png) no-repeat center/contain;
  }
  .end-section__address__icon.website {
    margin-top: 5px;
  }
  .end-section__address__icon.website a::after {
    top: 2px;
    height: 23.12px;
    background: url(../imgs/hopetourism/icon_earth.png) no-repeat center/contain;
  }
  .end-section__info {
    width: 55%;
    margin-top: 40px;
    margin-left: 4%;
  }
  .end-section__info__name {
    margin-top: 6px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .end-section__info__name + .end-section__info__pra {
    margin-top: 11px;
  }
  .end-section__info__pra {
    font-size: 1.4rem;
  }
  .end-section__info__pra .type_tab {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .hopetourism {
    position: relative;
    padding-bottom: 50px;
    background: url(../imgs/hopetourism/bg_dotted.png) repeat-x top left/contain;
  }
  .hopetourism .secondpage__ttl {
    z-index: 2;
  }

  .article__wrap {
    position: relative;
    padding: 50px 0;
  }
  .article__wrap::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 90%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: #ffffff;
    -moz-border-radius: 11.53px;
         border-radius: 11.53px;
    content: "";
  }
  .article__ttl, .article__ttl-sub, .article__lead, .article__cap {
    position: relative;
    z-index: 2;
  }
  .article__ttl {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .article__ttl-sub {
    display: block;
    margin-top: 12.04px;
    font-size: 1.4rem;
    text-align: center;
  }
  .article__lead {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .article__lead.first {
    margin-top: 30.77px;
  }
  .article__lead__inner {
    border-bottom: solid 2px #fff580;
  }
  .article__cap {
    margin-top: 30.71px;
    font-size: 1.4rem;
  }

  .article__elm {
    position: relative;
    z-index: 2;
    margin-top: 36.88px;
  }
  .article__elm.right {
    margin: 70px auto 0;
  }
  .article__elm.right .elm__item {
    margin-right: auto;
    margin-left: auto;
  }

  .elm__ttl {
    display: block;
    margin-bottom: 10px;
    padding: 5.31px 0;
    font-size: 1.6rem;
    text-align: center;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: solid 1px #231815;
  }
  .elm__item {
    position: relative;
  }
  .elm__item::after {
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
  }
  .elm__item.see::after {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 30.6392px;
    height: 30.6392px;
    background: url(../imgs/hopetourism/icon_plus.png) no-repeat center/contain;
  }
  .elm__item.see .elm__head {
    background: #36bdef;
    letter-spacing: 1rem;
  }
  .elm__item.see .elm__bottom {
    background: #daeffb;
  }
  .elm__item.listen {
    margin-top: 70px;
  }
  .elm__item.listen::after {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
       -moz-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 35.8704px;
    height: 28.1512px;
    background: url(../imgs/hopetourism/icon_arrow.png) no-repeat center/contain;
  }
  .elm__item.listen .elm__head {
    background: #91c31d;
    letter-spacing: 1rem;
  }
  .elm__item.listen .elm__bottom {
    background: #ebf3d8;
  }
  .elm__item.image::after {
    display: none;
  }
  .elm__item.image .elm__head {
    background: #f2984f;
    letter-spacing: 0.2rem;
  }
  .elm__item.image .elm__bottom {
    background: #fce3b7;
  }
  .elm__head {
    padding: 4.96px 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
  }
  .elm__bottom {
    padding: 11.83px 19.2px;
  }
  .elm__txt {
    font-size: 1.4rem;
  }
  .elm__img {
    margin-top: 25px;
  }
  .elm__cap {
    margin-top: 10.9px;
    font-size: 1.4rem;
    text-align: center;
  }

  .mdoelcource {
    position: relative;
    z-index: 2;
    margin-top: 56px;
  }
  .mdoelcource .article__lead {
    width: 100%;
  }
  .mdoelcource__table {
    margin-top: 39.2px;
  }
  .mdoelcource__img {
    margin-top: 40px;
  }
  .mdoelcource__cap {
    font-size: 1.4rem;
  }
  .mdoelcource__cap__head {
    display: block;
    margin-top: 12px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: solid 2px #3daec2;
    font-size: 1.6rem;
    text-align: center;
  }

  .end-section {
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }
  .end-section__ttl {
    position: relative;
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
  }
  .end-section__ttl::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: dotted 3px #231815;
    content: "";
  }
  .end-section__ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #ffffff;
  }
  .end-section__address {
    margin-top: 20px;
  }
  .end-section__address__icon a {
    position: relative;
    margin-left: 28.26px;
    color: #3daec2;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    text-decoration: none;
  }
  .end-section__address__icon a::before {
    background: #3daec2;
  }
  .end-section__address__icon a::after {
    position: absolute;
    left: -28.26px;
    width: 21.808px;
    height: 16.5088px;
    content: "";
  }
  .end-section__address__icon.mail {
    margin-top: 10px;
  }
  .end-section__address__icon.mail a::after {
    top: 4px;
    background: url(../imgs/hopetourism/icon_mail.png) no-repeat center/contain;
  }
  .end-section__address__icon.website {
    margin-top: 5px;
  }
  .end-section__address__icon.website a::after {
    top: 0;
    height: 23.12px;
    background: url(../imgs/hopetourism/icon_earth.png) no-repeat center/contain;
  }
  .end-section__info {
    margin-top: 30px;
  }
  .end-section__info__name {
    margin-top: 6px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .end-section__info__name + .end-section__info__pra {
    margin-top: 11px;
  }
  .end-section__info__pra {
    font-size: 1.4rem;
  }
  .end-section__info__pra a {
    text-decoration: none;
  }
}