/*============================================================
	Sightseeing
============================================================*/
#sightseeing h2 {
  color: #bf973d;
}
#sightseeing h2 + p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #sightseeing .tab__wrap .tab a {
    border-radius: 1.1538461538rem 1.1538461538rem 0 0;
    height: 2.3076923077rem;
  }
  #sightseeing .tab__wrap .tab a.selected {
    height: 3.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  #sightseeing .tab__wrap.bottom .tab a {
    border-radius: 0 0 1.1538461538rem 1.1538461538rem;
  }
}
#sightseeing .contents .tab__main > p {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #sightseeing .contents .tab__main ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #sightseeing .contents .tab__main ul li:not(:last-child) {
    margin-bottom: 2.3076923077rem;
  }
}
#sightseeing .contents .tab__main ul li a figure {
  overflow: hidden;
}
#sightseeing .contents .tab__main ul li a:hover {
  opacity: 1;
}
#sightseeing .contents .tab__main ul li a:hover figure img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#sightseeing .contents .tab__main ul li dl {
  margin: 1.25rem 0;
}
#sightseeing .contents .tab__main ul li dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.25rem;
}
#sightseeing .contents .tab__main ul li dl dd {
  color: #666;
  line-height: 1.4;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
#sightseeing .contents .tab__main ul li .btn {
  width: 12.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  background: #bf973d;
  font-size: 1rem;
  border-color: #bf973d;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  #sightseeing .contents .tab__main ul li .btn {
    width: 13.8461538462rem;
    height: 3.0769230769rem;
    line-height: 3.0769230769rem;
    border-radius: 1.5384615385rem;
  }
}
#sightseeing .contents .tab__main ul li .btn:hover {
  background: #fff;
  color: #bf973d;
}
#sightseeing .contents .tab__main ul li .btn:hover::after {
  border-right-color: #bf973d;
  border-bottom-color: #bf973d;
}
#sightseeing .schedule li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sightseeing .schedule li:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule li:not(:last-child) {
    margin-bottom: 2.3076923077rem;
  }
}
#sightseeing .schedule li span {
  display: block;
  width: 6.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: right;
  padding-right: 0.9375rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule li span {
    font-size: 1.1538461538rem;
    width: 5rem;
    padding-right: 0.7692307692rem;
  }
}
#sightseeing .schedule li dl {
  width: calc(100% - 6.25rem);
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule li dl {
    width: calc(100% - 5rem);
  }
}
#sightseeing .schedule li dl.full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule li dl.full {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #sightseeing .schedule li dl.half {
    width: calc(100% - 39.0625rem);
    margin-right: 3.125rem;
  }
}
#sightseeing .schedule li dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule li dl dt {
    font-size: 1.1538461538rem;
    margin-bottom: 1.1538461538rem;
  }
}
#sightseeing .schedule li dl dt small {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule li dl dt small {
    font-size: 0.9230769231rem;
  }
}
#sightseeing .schedule li dl dd {
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#sightseeing .schedule li dl dd:first-child {
  margin-top: 0.25em;
}
#sightseeing .schedule li figure {
  width: 29.6875rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule li figure {
    width: calc(100% - 5rem);
    margin-left: auto;
    margin-top: 1.1538461538rem;
  }
}
#sightseeing .schedule li figure img:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
#sightseeing .schedule li figure figcaption {
  display: block;
  text-align: right;
  margin-top: 0.5em;
  font-size: 0.875rem;
}
#sightseeing .schedule li figure figcaption a {
  color: #bf973d;
  text-decoration: underline;
}
#sightseeing .schedule + .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule + .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.9230769231rem;
  }
}
#sightseeing .schedule + .btn_wrap .btn {
  background: #bf973d;
  border-color: #bf973d;
}
@media print, screen and (min-width: 768px) {
  #sightseeing .schedule + .btn_wrap .btn {
    width: 18.75rem;
  }
  #sightseeing .schedule + .btn_wrap .btn:hover {
    background: #fff;
    color: #bf973d;
  }
  #sightseeing .schedule + .btn_wrap .btn:hover::after {
    border-right-color: #bf973d;
    border-bottom-color: #bf973d;
  }
}
@media print, screen and (min-width: 768px) {
  #sightseeing .schedule + .btn_wrap .btn:not(:last-child) {
    margin-right: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #sightseeing .schedule + .btn_wrap .btn:not(:last-child) {
    margin-bottom: 1.1538461538rem;
  }
}
#sightseeing .schedule + .btn_wrap .btn.back {
  border-color: #000;
  background: transparent;
  color: #000;
}
#sightseeing .schedule + .btn_wrap .btn.back::after {
  border-right-color: #000;
  border-bottom-color: #000;
  right: unset;
  left: 1.875rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#sightseeing .schedule + .btn_wrap .btn.back:hover {
  background: #000;
  color: #fff;
}
#sightseeing .schedule + .btn_wrap .btn.back:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
  left: 1.25rem;
}

#free {
  background: #000;
}
#free h2 {
  color: #bf973d;
}
#free p {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

#spot h2 {
  color: #bf973d;
}
#spot p {
  text-align: center;
  line-height: 1.8;
}
#spot .btn {
  margin: 3.125rem auto 0;
  border-color: #000;
  color: #000;
}
#spot .btn::after {
  border-right-color: #000;
  border-bottom-color: #000;
}
#spot .btn:hover {
  background: #000;
  color: #fff;
}
#spot .btn:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}