body {
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  body::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-color: #f2f1ee;
    z-index: -1;
    height: calc(150px + 41vw);
  }
}

.fv {
  position: relative;
  z-index: 2;
}
.fv__bg img {
  display: block;
  margin-left: auto;
}
@media (min-width: 768px) {
  .fv__bg img {
    width: 90.77vw;
    height: 41vw;
  }
}
@media (max-width: 767px) {
  .fv__bg img {
    width: 72.93vw;
    height: 82.13vw;
  }
}
.fv__logo {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv__logo {
    top: 4.76vw;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .fv__logo {
    top: 17.06vw;
    left: 8vw;
  }
}
@media (min-width: 768px) {
  .fv__logo img {
    width: 26.57vw;
  }
}
@media (max-width: 767px) {
  .fv__logo img {
    width: 48.26vw;
  }
}
.fv__map {
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .fv__map {
    bottom: 0.36vw;
    left: 11.35vw;
  }
}
@media (max-width: 767px) {
  .fv__map {
    top: 69.33vw;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .fv__map img {
    width: 38.95vw;
  }
}
@media (max-width: 767px) {
  .fv__map img {
    width: 70.93vw;
  }
}

.intro {
  color: #fff;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .intro {
    margin-top: -9.52vw;
    background-image: url(../img/tour/intro_bg_pc.png);
    padding: 13.18vw 0 8.78vw;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: -13.33vw;
    background-image: url(../img/tour/intro_bg_sp.png);
    padding: 64vw 0 33.33vw;
  }
}
@media (min-width: 768px) {
  .intro__wrapper {
    max-width: 910px;
    padding: 0 30px;
  }
}
.intro__title {
  position: relative;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .intro__title {
    padding: 10px 25px 0;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .intro__title {
    padding: 10px 10px 0;
    line-height: 30px;
  }
}
.intro__title::before, .intro__title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.intro__title::before {
  left: 0;
}
@media (min-width: 768px) {
  .intro__title::before {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .intro__title::before {
    transform: rotate(-20deg);
  }
}
.intro__title::after {
  right: 0;
}
@media (min-width: 768px) {
  .intro__title::after {
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .intro__title::after {
    transform: rotate(20deg);
  }
}
.intro__p {
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .intro__p {
    padding: 0 15px;
  }
}
.intro__items {
  list-style: none;
}
@media (min-width: 768px) {
  .intro__items {
    margin: 0 -25px -20px 0;
  }
}
@media (max-width: 767px) {
  .intro__items {
    margin: 0 -4vw -5.33vw 0;
  }
}
@media (min-width: 768px) {
  .intro__item {
    padding: 0 25px 20px 0;
  }
}
@media (max-width: 767px) {
  .intro__item {
    padding: 0 4vw 5.33vw 0;
  }
}
.intro__btn {
  position: relative;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  transform: translateZ(0);
  padding: 0 20px;
  line-height: 1;
  text-decoration: none;
  transition: 0.15s ease-out;
}
@media (min-width: 768px) {
  .intro__btn {
    width: 188px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .intro__btn {
    width: 153px;
    height: 60px;
  }
}
.intro__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 25px;
  height: 14px;
  background-image: url(../img/common/arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 14px;
  transform: rotate(90deg);
}
.intro__btn:hover {
  transform: translateY(2px);
  opacity: 1;
}
.intro__1 {
  box-shadow: 0 6px 0 #f5aacf, 0 7px 1px #000;
}
.intro__1:hover {
  box-shadow: 0 0 0 rgba(245, 170, 207, 0.75);
}
.intro__2 {
  box-shadow: 0 6px 0 #ffd580, 0 7px 1px #000;
}
.intro__2:hover {
  box-shadow: 0 0 0 rgba(255, 213, 128, 0.75);
}
.intro__3 {
  box-shadow: 0 6px 0 #aed986, 0 7px 1px #000;
}
.intro__3:hover {
  box-shadow: 0 0 0 rgba(174, 217, 134, 0.75);
}
.intro__4 {
  box-shadow: 0 6px 0 #aacfff, 0 7px 1px #000;
}
.intro__4:hover {
  box-shadow: 0 0 0 rgba(170, 207, 255, 0.75);
}
.intro__5 {
  box-shadow: 0 6px 0 #aed986, 0 7px 1px #000;
}
.intro__5:hover {
  box-shadow: 0 0 0 rgba(174, 217, 134, 0.75);
}
.intro__6 {
  box-shadow: 0 6px 0 #ac9dc0, 0 7px 1px #000;
}
.intro__6:hover {
  box-shadow: 0 0 0 rgba(172, 157, 192, 0.75);
}
.intro__7 {
  box-shadow: 0 6px 0 #aacfff, 0 7px 1px #000;
}
.intro__7:hover {
  box-shadow: 0 0 0 rgba(170, 207, 255, 0.75);
}
.intro__8 {
  box-shadow: 0 6px 0 #9bb489, 0 7px 1px #000;
}
.intro__8:hover {
  box-shadow: 0 0 0 rgba(155, 180, 137, 0.75);
}

.town {
  position: relative;
}
@media (min-width: 768px) {
  .town {
    padding: 30px 0 10.61vw;
  }
}
@media (max-width: 767px) {
  .town {
    padding: 35px 0 6.67vw;
  }
}
@media (min-width: 768px) {
  .town.engaru {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .town.engaru {
    padding-bottom: 13.33vw;
  }
}
.town.engaru::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f2f1ee;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .town.engaru::after {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .town.engaru::after {
    height: 13.33vw;
  }
}
.town.oumu::after, .town.okoppe::after, .town.nishiokoppe::after, .town.monbetsu::after, .town.takinoue::after, .town.saroma::after, .town.yubetsu::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .town.oumu::after, .town.okoppe::after, .town.nishiokoppe::after, .town.monbetsu::after, .town.takinoue::after, .town.saroma::after, .town.yubetsu::after {
    height: 10.61vw;
    background-image: url(../img/tour/bg_gr_pc.png);
  }
}
@media (max-width: 767px) {
  .town.oumu::after, .town.okoppe::after, .town.nishiokoppe::after, .town.monbetsu::after, .town.takinoue::after, .town.saroma::after, .town.yubetsu::after {
    height: 6.67vw;
    background-image: url(../img/tour/bg_gr_sp.png);
  }
}
@media (min-width: 768px) {
  .town__head {
    max-width: 800px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .town__head {
    width: 80vw;
  }
}
@media (min-width: 768px) {
  .town__img {
    width: 269px;
  }
}
@media (min-width: 768px) {
  .town__text {
    width: 380px;
    margin-left: 85px;
  }
}
.town__title {
  padding: 10px 0;
}
.oumu .town__title {
  background-color: #f5aacf;
}
.okoppe .town__title {
  background-color: #ffc594;
}
.nishiokoppe .town__title {
  background-color: #9BC7A0;
}
@media (max-width: 767px) {
  .nishiokoppe .town__title img {
    width: 240px;
  }
}
.monbetsu .town__title {
  background-color: #aed986;
}
.takinoue .town__title {
  background-color: #9bd7be;
}
.takinoue .town__title img {
  width: 240px;
}
.saroma .town__title {
  background-color: #c2a170;
}
.yubetsu .town__title {
  background-color: #aacfff;
}
.engaru .town__title {
  background-color: #ac9deb;
}
.town__p {
  line-height: 32px;
  letter-spacing: 0.04em;
}
.town__body {
  background-color: #f2f1ee;
}
.town__mv {
  position: relative;
}
@media (min-width: 768px) {
  .town__mv_tx {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .town__mv_tx {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .oumu .town__mv_tx {
    top: 16.84vw;
    right: 8.05vw;
    width: 44.07vw;
  }
}
@media (max-width: 767px) {
  .oumu .town__mv_tx {
    margin-top: -6vw;
    width: 80.26vw;
  }
}
@media (min-width: 768px) {
  .okoppe .town__mv_tx {
    top: 26.35vw;
    right: 9.88vw;
    width: 35.43vw;
  }
}
@media (max-width: 767px) {
  .okoppe .town__mv_tx {
    margin-top: -4vw;
    width: 78.67vw;
  }
}
@media (min-width: 768px) {
  .nishiokoppe .town__mv_tx {
    top: 16.84vw;
    left: 9.88vw;
    width: 27.23vw;
  }
}
@media (max-width: 767px) {
  .nishiokoppe .town__mv_tx {
    margin-top: -1.33vw;
    width: 83.33vw;
  }
}
@media (min-width: 768px) {
  .monbetsu .town__mv_tx {
    top: 9.52vw;
    right: 10.25vw;
    width: 33.6vw;
  }
}
@media (max-width: 767px) {
  .monbetsu .town__mv_tx {
    margin-top: -3.33vw;
    width: 69.47vw;
  }
}
@media (min-width: 768px) {
  .takinoue .town__mv_tx {
    top: 8.78vw;
    right: 10.98vw;
    width: 28.55vw;
  }
}
@media (max-width: 767px) {
  .takinoue .town__mv_tx {
    margin-top: -3.33vw;
    width: 69.47vw;
  }
}
@media (min-width: 768px) {
  .saroma .town__mv_tx {
    top: 10.25vw;
    left: 10.61vw;
    width: 45.75vw;
  }
}
@media (max-width: 767px) {
  .saroma .town__mv_tx {
    margin-top: -1.33vw;
    width: 83.33vw;
  }
}
@media (min-width: 768px) {
  .yubetsu .town__mv_tx {
    top: 5.86vw;
    right: 8.78vw;
    width: 31.92vw;
  }
}
@media (max-width: 767px) {
  .yubetsu .town__mv_tx {
    margin-top: -3.33vw;
    width: 89.33vw;
  }
}
@media (min-width: 768px) {
  .engaru .town__mv_tx {
    top: 6.95vw;
    left: 7.32vw;
    width: 31.26vw;
  }
}
@media (max-width: 767px) {
  .engaru .town__mv_tx {
    margin-top: -1.33vw;
    width: 79.46vw;
  }
}
.town__mv_p {
  position: absolute;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  line-height: 22px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .town__mv_p {
    padding: 5px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .town__mv_p {
    font-size: 1.17vw;
  }
}
@media (max-width: 767px) {
  .town__mv_p {
    padding: 2px 5px;
    top: 11.33vw;
    left: 5.33vw;
  }
}
@media (min-width: 768px) {
  .oumu .town__mv_p {
    top: 25.62vw;
    right: 8.78vw;
  }
}
@media (min-width: 768px) {
  .okoppe .town__mv_p {
    top: 35.14vw;
    right: 9.88vw;
  }
}
@media (min-width: 768px) {
  .nishiokoppe .town__mv_p {
    top: 25.62vw;
    left: 8.78vw;
  }
}
@media (min-width: 768px) {
  .monbetsu .town__mv_p {
    top: 19.77vw;
    right: 9.52vw;
  }
}
@media (min-width: 768px) {
  .takinoue .town__mv_p {
    top: 15.37vw;
    right: 8.05vw;
  }
}
@media (min-width: 768px) {
  .saroma .town__mv_p {
    top: 21.23vw;
    left: 10.61vw;
  }
}
@media (min-width: 768px) {
  .yubetsu .town__mv_p {
    top: 19.03vw;
    right: 16.84vw;
  }
}
@media (min-width: 768px) {
  .engaru .town__mv_p {
    top: 13.9vw;
    left: 7.32vw;
  }
}
@media (min-width: 768px) {
  .town__subsection {
    max-width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .town__subsection {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .town__subsection {
    width: 85.33vw;
  }
}
@media (min-width: 768px) {
  .town__subsection:last-child {
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .town__subsection:last-child {
    padding-bottom: 10vw;
  }
}
@media (max-width: 767px) {
  .town__subsection_1 {
    margin-top: 20vw;
  }
}
@media (max-width: 767px) {
  .engaru .town__subsection_1 {
    margin-top: 23.33vw;
  }
}
.town__box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .town__box {
    width: 88vw;
  }
}
@media (min-width: 768px) {
  .town__box.primary {
    max-width: 980px;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .yubetsu .town__box.primary .town__box_intro {
    padding-top: 110px;
  }
}
.yubetsu .town__box.primary .town__box_title img {
  width: 220px;
  margin-right: 60px;
}
.okoppe .town__box.primary .town__box_title img {
  width: 208px;
}
@media (min-width: 768px) {
  .town__box.secondary {
    max-width: 980px;
  }
}
@media (min-width: 768px) {
  .oumu .town__box.secondary {
    max-width: 498px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .nishiokoppe .town__box.secondary {
    max-width: 557px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .nishiokoppe .town__box.secondary {
    margin-top: 5.33vw;
  }
}
@media (min-width: 768px) {
  .monbetsu .town__box.secondary {
    max-width: 498px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .monbetsu .town__box.secondary {
    margin-top: 26.67vw;
  }
}
@media (min-width: 768px) {
  .takinoue .town__box.secondary .town__box_1, .saroma .town__box.secondary .town__box_1, .yubetsu .town__box.secondary .town__box_1, .engaru .town__box.secondary .town__box_1 {
    width: 45.3%;
    border-radius: 25px 0 0 25px;
  }
}
@media (min-width: 768px) {
  .takinoue .town__box.secondary .town__box_intro, .saroma .town__box.secondary .town__box_intro, .yubetsu .town__box.secondary .town__box_intro, .engaru .town__box.secondary .town__box_intro {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .takinoue .town__box.secondary .town__box_2, .saroma .town__box.secondary .town__box_2, .yubetsu .town__box.secondary .town__box_2, .engaru .town__box.secondary .town__box_2 {
    width: 54.7%;
    border-radius: 0 25px 25px 0;
    padding: 60px 60px 60px 45px;
  }
}
@media (max-width: 767px) {
  .takinoue .town__box.secondary {
    margin-top: 30.67vw;
  }
}
@media (min-width: 768px) {
  .takinoue .town__box.secondary .town__box_intro {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .takinoue .town__box.secondary .town__box_intro img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .takinoue .town__box.secondary .town__box_intro img {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .saroma .town__box.secondary {
    margin-top: 30.67vw;
  }
}
@media (max-width: 767px) {
  .yubetsu .town__box.secondary {
    margin-top: 21.67vw;
  }
}
@media (max-width: 767px) {
  .engaru .town__box.secondary {
    margin-top: 21.67vw;
  }
}
.engaru .town__box.secondary .town__box_title img {
  width: 70px;
}
.town__box_inner {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px;
}
@media (min-width: 768px) {
  .town__box_inner {
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .town__box_inner {
    border-radius: 30px;
  }
}
.oumu .town__box_1 {
  background-color: #f5aacf;
}
.okoppe .town__box_1 {
  background-color: #ffc594;
}
.nishiokoppe .town__box_1 {
  background-color: #9BC7A0;
}
.monbetsu .town__box_1 {
  background-color: #aed986;
}
.takinoue .town__box_1 {
  background-color: #9bd7be;
}
.saroma .town__box_1 {
  background-color: #c2a170;
}
.yubetsu .town__box_1 {
  background-color: #aacfff;
}
.engaru .town__box_1 {
  background-color: #ac9deb;
}
@media (min-width: 768px) {
  .town__box_1 {
    border-radius: 25px 25px 0 0;
  }
}
@media (max-width: 767px) {
  .town__box_1 {
    border-radius: 30px 30px 0 0;
  }
}
.town__box_img img {
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .town__box_img img {
    width: 38.43vw;
    max-width: 525px;
    height: 100%;
    border-radius: 25px 0 0 0;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .takinoue .town__box_img img, .engaru .town__box_img img {
    border-radius: 25px 25px 0 0;
  }
}
@media (min-width: 768px) {
  .town__box_intro {
    padding: 45px 45px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .town__box_intro {
    padding-right: 4.39vw;
    padding-left: 4.39vw;
  }
}
@media (max-width: 767px) {
  .town__box_intro {
    padding: 35px 20px 30px;
  }
}
@media (min-width: 768px) {
  .takinoue .town__box_intro {
    padding-top: 75px;
  }
}
.town__box_title .city {
  background-color: #dee7f0;
  color: #0086c0;
  border: 1px solid #fff;
  padding: 2px 10px;
  line-height: 40px;
  letter-spacing: 0.04em;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .monbetsu .town__box_title img {
    width: 51.6vw;
  }
}
@media (min-width: 768px) {
  .takinoue .town__box_title img {
    width: 186px;
  }
}
@media (max-width: 767px) {
  .takinoue .town__box_title img {
    width: 49.6vw;
  }
}
.town__box_p {
  letter-spacing: 0.04em;
  padding-left: 5px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .town__box_p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .town__box_p {
    line-height: 22px;
  }
}
.town__box_addr {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .town__box_addr {
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .town__box_addr {
    line-height: 22px;
  }
}
.town__box_2 {
  border-radius: 0 0 25px 25px;
}
@media (min-width: 768px) {
  .town__box_2 {
    padding: 30px 30px 0 45px;
  }
}
@media (max-width: 767px) {
  .town__box_2 {
    padding: 35px 20px;
  }
}
@media (min-width: 768px) {
  .secondary .town__box_2 {
    padding-bottom: 20px;
  }
}
.oumu .town__box_2 {
  background-color: #fadceb;
}
.okoppe .town__box_2 {
  background-color: #fde8d5;
}
.nishiokoppe .town__box_2 {
  background-color: #DAEADC;
}
.monbetsu .town__box_2 {
  background-color: #e3f0d7;
}
.takinoue .town__box_2 {
  background-color: #d7efe5;
}
.saroma .town__box_2 {
  background-color: #dfccb2;
}
.yubetsu .town__box_2 {
  background-color: #e5f0ff;
}
.engaru .town__box_2 {
  background-color: #e6e2f9;
}
@media (min-width: 768px) {
  .town__box_pt {
    width: 242px;
  }
}
@media (min-width: 768px) {
  .town__box_item {
    flex: 1;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
.town__box_subtitle {
  position: relative;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .town__box_subtitle {
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .town__box_subtitle {
    padding-left: 55px;
  }
}
@media (min-width: 768px) {
  .oumu .secondary .town__box_subtitle, .nishiokoppe .secondary .town__box_subtitle, .monbetsu .secondary .town__box_subtitle {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .oumu .secondary .town__box_subtitle::before, .nishiokoppe .secondary .town__box_subtitle::before, .monbetsu .secondary .town__box_subtitle::before {
    display: none;
  }
}
.town__box_subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .town__box_subtitle::before {
    width: 49px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .town__box_subtitle::before {
    width: 46px;
    height: 43px;
  }
}
.oumu .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_pink.svg);
}
.okoppe .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_orange.svg);
}
.nishiokoppe .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_green2.svg);
}
.monbetsu .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_green.svg);
}
.takinoue .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_peacock.svg);
}
.saroma .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_brown.svg);
}
.yubetsu .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_blue.svg);
}
.engaru .town__box_subtitle::before {
  background-image: url(../img/tour/town_pt_purple.svg);
}
.town__box_text {
  line-height: 29px;
  letter-spacing: 0.04em;
}
.oumu .town__box_anc {
  color: #dd4262;
}
.oumu .town__box_anc span::after {
  background-image: url(../img/tour/arrow_pink.svg);
}
.okoppe .town__box_anc {
  color: #ec6604;
}
.okoppe .town__box_anc span::after {
  background-image: url(../img/tour/arrow_orange.svg);
}
.nishiokoppe .town__box_anc {
  color: #5da565;
}
.nishiokoppe .town__box_anc span::after {
  background-image: url(../img/tour/arrow_green2.svg);
}
.monbetsu .town__box_anc {
  color: #53b233;
}
.monbetsu .town__box_anc span::after {
  background-image: url(../img/tour/arrow_green.svg);
}
.takinoue .town__box_anc {
  color: #1fa59f;
}
.takinoue .town__box_anc span::after {
  background-image: url(../img/tour/arrow_peacock.svg);
}
.saroma .town__box_anc {
  color: #925700;
}
.saroma .town__box_anc span::after {
  background-image: url(../img/tour/arrow_brown.svg);
}
.yubetsu .town__box_anc {
  color: #0086c0;
}
.yubetsu .town__box_anc span::after {
  background-image: url(../img/tour/arrow_blue.svg);
}
.engaru .town__box_anc {
  color: #8670e2;
}
.engaru .town__box_anc span::after {
  background-image: url(../img/tour/arrow_purple.svg);
}
.town__box_anc span {
  position: relative;
  padding-right: 30px;
  text-decoration: underline;
}
.town__box_anc span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.town__spot_movie {
  position: relative;
  height: 654px;
}
@media (max-width: 767px) {
  .town__spot_movie {
    width: 100%;
    margin-top: 30.67vw;
  }
}
@media (max-width: 767px) {
  .town__spot_movie video {
    max-width: 100%;
  }
}
.town__spot_movie .movie__btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .town__spot_movie .movie__btn {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .town__spot_movie .movie__btn {
    width: 16vw;
  }
}
.town__spot_movie .movie__btn.playActive {
  display: none;
}
.town__spot_container {
  position: relative;
}
.town__spot_tx {
  position: absolute;
}
@media (max-width: 767px) {
  .town__spot_tx {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .oumu .town__spot_tx {
    top: 60px;
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .oumu .town__spot_tx {
    width: 27.09vw;
  }
}
@media (max-width: 767px) {
  .oumu .town__spot_tx {
    margin-top: -2.67vw;
    width: 88vw;
  }
}
@media (min-width: 768px) {
  .okoppe .town__spot_tx {
    top: 100px;
    left: 90px;
  }
}
@media (max-width: 767px) {
  .okoppe .town__spot_tx {
    bottom: -18.67vw;
    width: 79.87vw;
  }
}
@media (min-width: 768px) {
  .monbetsu .town__spot_tx {
    bottom: 30px;
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .monbetsu .town__spot_tx {
    width: 20.2vw;
  }
}
@media (max-width: 767px) {
  .monbetsu .town__spot_tx {
    bottom: -20vw;
    width: 66.8vw;
  }
}
@media (min-width: 768px) {
  .takinoue .town__spot_tx {
    top: 50px;
    left: 40px;
    width: 424px;
  }
}
@media (max-width: 767px) {
  .takinoue .town__spot_tx {
    margin-top: -2.67vw;
    width: 79.73vw;
  }
}
@media (min-width: 768px) {
  .saroma .town__spot_tx {
    top: 65px;
    left: 95px;
  }
}
@media (max-width: 767px) {
  .saroma .town__spot_tx {
    bottom: -22.67vw;
    width: 79.73vw;
  }
}
@media (min-width: 768px) {
  .yubetsu .town__spot_tx {
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    width: 673px;
  }
}
@media (max-width: 767px) {
  .yubetsu .town__spot_tx {
    margin-top: -4.67vw;
    width: 77.07vw;
  }
}
@media (min-width: 768px) {
  .engaru .town__spot_tx {
    top: 50px;
    left: 90px;
    width: 414px;
  }
}
@media (max-width: 767px) {
  .engaru .town__spot_tx {
    margin-top: -2vw;
    width: 74.13vw;
  }
}
.town__spot_p {
  position: absolute;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  line-height: 22px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .town__spot_p {
    padding: 5px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .town__spot_p {
    font-size: 1.17vw;
  }
}
@media (max-width: 767px) {
  .town__spot_p {
    padding: 2px 5px;
    top: 3.33vw;
    left: 2.67vw;
  }
}
@media (min-width: 768px) {
  .oumu .town__spot_p {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .oumu .town__spot_p {
    top: 6.67vw;
  }
}
@media (min-width: 768px) {
  .okoppe .town__spot_p {
    top: 220px;
    left: 90px;
  }
}
@media (min-width: 768px) {
  .monbetsu .town__spot_p {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .monbetsu .town__spot_p {
    top: 6.67vw;
  }
}
@media (min-width: 768px) {
  .takinoue .town__spot_p {
    top: 220px;
    left: 90px;
  }
}
@media (min-width: 768px) {
  .saroma .town__spot_p {
    top: 220px;
    left: 90px;
  }
}
@media (min-width: 768px) {
  .yubetsu .town__spot_p {
    top: 220px;
    left: 95px;
  }
}
@media (min-width: 768px) {
  .engaru .town__spot_p {
    top: 225px;
    left: 90px;
  }
}