@charset "utf-8";

#fv {
  background-image: url(../img/spot_fv.webp);
}

@media (max-width: 519px) {
  #fv {
    background-image: url(../img/spot_fv_sp.webp);
    height: 180px;
  }
}

#spot .ttl {
  font-size: 32px;
  color: #8A2222;
  text-align: center;
  letter-spacing: 1.5px;
}

.top {
  max-width: 1145px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top .map img {
  max-width: 100%;
}

.top .scroll-progress {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
  margin-left: -20px;
}

.top .scroll-progress .bar {
  display: block;
  position: relative;
  width: 70px;
  height: 2px;
  background: #D3CBC9;
}

.top .scroll-progress .val {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  background: #8A2222;
}

.search {
  display: flex;
  margin-top: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 959px) {
  .search {
    flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 519px) {
  .top {
    padding-top: 20px;
  }

  .top .map {
    overflow-x: auto;
    width: calc(100% + 20px);
    margin-left: -20px;
  }

  .top .map img {
    max-width: none;
    height: 358px;
  }
}

.search .area,
.search .condition {
  background: #fff;
  box-shadow: 0px 2px 10px 0px #794F4F33;
  width: 50%;
}

.search .area {
  padding: 30px 20px;
  /* flex-shrink: 0; */
}

@media (max-width: 959px) {
  .search .area,
  .search .condition {
    width: 100%;
  }
}
@media (max-width: 519px) {
  .search .area {
    padding: 20px 10px;
  }
}

.area .btns {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.area .btn {
  padding: 8px 50px 8px 30px;
  color: #555555;
  background: #fff;
  border: 1px solid #555555;
  font-family: var(--gothic);
  text-align: center;
  font-size: 15px;
}

.area .btn b {
  font-size: 17px;
}

.area .btn::before {
  background-color: #555555;
}

.area .btn::after {
  border-color: #555555;
}

.area .btn.active,
.area .btn:hover {
  background: #555555;
  color: #fff;
}

.area .btn.active::after,
.area .btn:hover::after {
  border-color: #fff;
}

.areas .btn,
.genres .btn {
  padding: 6px 18px;
  color: #555555;
  background: #fff;
  border: 1px solid #555555;
  font-family: var(--gothic);
}

.areas input:checked + .btn,
.genres input:checked + .btn {
  background: #555555;
  color: #fff;
}

.areas .btn:hover,
.genres .btn:hover {
  color: #fff;
}

.areas .btn::before,
.genres .btn::before {
  background-color: #555555;
}

@media (max-width: 519px) {
  .area .btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .area .btn.arr::after {
    right: 15px;
  }
}

.search .condition {
  padding: 30px 20px;
  /* width: 100%; */
}

.search .condition .note {
  font-family: var(--gothic);
  font-size: 15px;
  margin-top: 10px;
}

.condition .field {
  padding: 16px 0 8px 0;
  border-bottom: 1px dotted #000000;
}

.condition .field input {
  width: 0;
}

.condition .field-ttl {
  font-family: var(--gothic);
  font-weight: bold;
  margin-bottom: 8px;
}

.condition .areas,
.condition .genres {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}

.condition .areas > div,
.condition .genres > div {
  display: flex;
}

.condition button[type="submit"] {
  margin-top: 16px;
}

.condition .btn.genre-sightseeing {
  color: #B54C3D;
  border-color: #B54C3D;
}

.condition .btn.genre-sightseeing::before {
  background-color: #B54C3D;
}

.condition input:checked + .btn.genre-sightseeing {
  color: #fff;
  background-color: #B54C3D;
}

.condition .btn.genre-experience {
  color: #388166;
  border-color: #388166;
}

.condition .btn.genre-experience::before {
  background-color: #388166;
}

.condition input:checked + .btn.genre-experience {
  color: #fff;
  background-color: #388166;
}

.condition .btn.genre-gourmet {
  color: #B38D2B;
  border-color: #B38D2B;
}

.condition .btn.genre-gourmet::before {
  background-color: #B38D2B;
}

.condition input:checked + .btn.genre-gourmet {
  color: #fff;
  background-color: #B38D2B;
}

.condition .btn.genre-gift {
  color: #3172A7;
  border-color: #3172A7;
}

.condition .btn.genre-gift::before {
  background-color: #3172A7;
}

.condition input:checked + .btn.genre-gift {
  color: #fff;
  background-color: #3172A7;
}

.condition .btn:hover {
  color: #fff;
}

.condition .btns {
  text-align: center;
}

.condition .btns .btn::after {
  border-top: none;
  border-bottom: 2px solid #fff;
}

.result .head,
.result .foot {
  display: flex;
  justify-content: space-between;
}

.result .head {
  align-items: flex-end;
}


@media (max-width: 959px) {
  .result .head {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px;
  }

  .result .foot {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}


.result .pager {
  padding-top: 0;
}

.result .search-params {
  display: flex;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  font-family: var(--gothic);
  color: #000;
}

.result .list {
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
  -webkit-column-gap: 2%;
  column-gap: 2%;
  row-gap: 48px;
}

.result .item {
  width: 32%;
}

@media (max-width: 519px) {
  .result .list {
    -moz-column-gap: 4%;
    -webkit-column-gap: 4%;
    column-gap: 4%;
    row-gap: 24px;
  }

  .result .item {
    width: 48%;
  }
}

.result .item .img-area {
  position: relative;
}

.result .item .img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 373 / 276;
}

.result .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.3s;
  transform-origin: center;
}

.result .item:hover .img img {
  transform: scale(1.05);
  opacity: 0.8;
}

.result .item .img-area .area {
  position: absolute;
  color: #fff;
  background: #555555;
  border-radius: 40px;
  padding: 4px 8px;
  font-size: 14px;
  right: 8px;
  bottom: 8px;
}

.result .item .title {
  font-size: 22px;
  text-align: center;
  color: #8A2222;
  padding: 8px 0;
  letter-spacing: 1.5px;
}

@media (max-width: 519px) {
  .result .item .img-area .area {
    right: 4px;
    bottom: -15px;
  }

  .result .item .title {
    padding-top: 16px;
    font-size: 18px;
  }
}

.result .item .tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  row-gap: 4px;
}

.tags span {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 4px 8px;
  font-size: 13.5px;
  white-space: nowrap;
}

.tags .genre-sightseeing {
  color: #B54C3D;
  border-color: #B54C3D;
}

.tags .genre-experience {
  color: #388166;
  border-color: #388166;
}

.tags .genre-gourmet {
  color: #B38D2B;
  border-color: #B38D2B;
}

.tags .genre-gift {
  color: #3172A7;
  border-color: #3172A7;
}

#spot-detail .wrapper {
  max-width: 1000px;
}

#spot-detail > .wrapper {
  padding-top: 56px;
  padding-bottom: 32px;
}

#spot-detail h3,
#spot-detail h4 {
  letter-spacing: 1.5px;
}

#spot-detail .header {
  text-align: center;
  border-bottom: 1px solid #D1CAC4;
  padding-bottom: 16px;
}

#spot-detail .header .icon .text {
  color: #B39E54;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 16px;
}

#spot-detail .header .ttl {
  font-size: 32px;
  color: #000000;
}

#spot-detail .body .outer {
  position: relative;
  background: left center / 100% url(../img/spot_slide_bg.webp) no-repeat;
}

#spot-detail .body .spot-swiper {
  overflow-x: hidden;
  padding: 32px 0;
}

#spot-detail .body .spot-swiper .swiper-slide .img {
  /* margin: 0 0 20px 30px; */
  margin: 0 0 2.1% 3.1%;
  /* background: left bottom / 100% url(../img/spot_slide_bg.webp) no-repeat; */
  overflow: hidden;
  aspect-ratio: 8 / 5;
}

#spot-detail .body .spot-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#spot-detail .body a {
  color: #0042C3;
  text-decoration: underline;
}

#spot-detail .body a:hover {
  color: #8A2222;
  text-decoration: none;
}

#spot-detail .body h4 {
  font-size: 32px;
  color: #8A2222;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #D1CAC4;
  margin-bottom: 20px;
}

#spot-detail .body h5 {
  font-size: 26px;
  color: #000;
  margin-top: 20px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}

#spot-detail .body h5::before {
  content: '';
  display: block;
  width: 90px;
  height: 3px;
  background: #D6CDAF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.spot-swiper .swiper-button {
  position: absolute;
  z-index: 10;
  display: block;
  width: 68px;
  height: 68px;
  background-color: #C1B074;
  border: 1px solid #D2C081;
  border-radius: 100px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 0.3s;
}

.spot-swiper .swiper-button-disabled {
  background-color: #938E8A;
  /* pointer-events: none; */
  cursor: default;
}

.spot-swiper .swiper-prev {
  left: -34px;
}

.spot-swiper .swiper-next {
  right: -34px;
}

@media (max-width: 1085px) {
  .spot-swiper .swiper-prev {
    left: -10px;
  }

  .spot-swiper .swiper-next {
    right: -10px;
  }
}

.spot-swiper.one-slide .swiper-prev,
.spot-swiper.one-slide .swiper-next {
  display: none;
}

.spot-swiper .swiper-button::before,
.spot-swiper .swiper-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.spot-swiper .swiper-button::before {
  left: 0;
  right: 0;
  width: 25px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.spot-swiper .swiper-button::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  transform-origin: center;
}

.spot-swiper .swiper-prev::after {
  left: 21px;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.spot-swiper .swiper-next::after {
  right: 21px;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.spot-swiper .swiper-button:not(.swiper-button-disabled):hover {
  background-color: #000;
}

#spot-detail .body .body-ttl {
  font-size: 32px;
  color: #8A2222;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 24px;
  margin-top: 30px;
  border-bottom: 1px solid #D1CAC4;
  letter-spacing: 1.5px;
}

#spot-detail .body p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 1em;
  letter-spacing: 1.5px;
}

#spot-detail .body .inner {
  padding: 0 100px;
}

#spot-detail .body .inner .youtube {
  margin-top: 40px;
}

@media (max-width: 959px) {
  #spot-detail .body .inner {
    padding: 0;
  }

  .tags span {
    font-size: 12px;
    padding: 4px 0 4px 6px;
  }

  html[lang="ko"] .tags span {
    padding: 4px 6px;
  }

  .result .item .tags {
    -moz-column-gap: 4px;
    -webkit-column-gap: 4px;
    column-gap: 4px;
  }
}

@media (max-width: 519px) {
  .spot-swiper .swiper-button {
    width: 40px;
    height: 40px;
  }

  .spot-swiper .swiper-prev::after {
    left: 8px;
  }

  .spot-swiper .swiper-next::after {
    right: 8px;
  }

  #spot-detail h3 {
    font-size: 28px;
  }

  #spot-detail .body .body-ttl {
    font-size: 24px;
  }

  #spot-detail .body h4 {
    font-size: 24px;
  }

  #spot-detail .body h5 {
    font-size: 22px;
  }
}

#spot-detail .bg-ttl {
  font-size: 24px;
  text-align: center;
  padding: 12px 0;
  color: #C1B074;
  background: center / cover url(../img/sub_tit_bg.webp) no-repeat;
}

#detail {
  padding-bottom: 100px;
}

#tour {
  height: 512px;
  background: center / cover url(../img/others_bg.webp) no-repeat;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

#tour .wrapper {
  display: flex;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  max-width: 1232px;
  padding-right: 0;
  position: relative;
}

#tour .left {
  display: flex;
  flex-direction: column;
}

#tour .left img {
  max-width: 310px;
}

@media (max-width: 519px) {
  #tour .left img {
    max-width: 100%;
  }
}

#tour .subttl {
  color: #fff;
  padding-top: 18px;
}

#tour .list {
  display: flex;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  /* flex-shrink: 0; */
}

#tour .list .ttl {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 4px;
}

#tour .list .img-area {
  position: relative;
}

#tour .list .img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}

#tour .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.3s;
  transform-origin: center;
}

#tour .list a:hover .img img {
  transform: scale(1.05);
  opacity: 0.8;
}

#tour .list .area {
  position: absolute;
  right: 10px;
  bottom: -12px;
  color: #000;
  padding: 7px 11px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
}

#tour .btn_area {
  display: none;
}

#tour .swiper {
  position: static;
}

#tour .swiper-slide {
  width: 270px;
}

#tour .swiper-button {
  position: absolute;
  z-index: 10;
  /* display: block; */
  display: none;
  width: 68px;
  height: 68px;
  background-color: #C1B074;
  border: 1px solid #D2C081;
  border-radius: 100px;
  cursor: pointer;
  transition: all ease 0.3s;
}

#tour .swiper-next {
  right: 45px;
}

#tour .swiper-prev,
#tour .swiper-next {
  top: 60px;
}

#tour .swiper-button::before,
#tour .swiper-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

#tour .swiper-button::before {
  left: 0;
  right: 0;
  width: 25px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

#tour .swiper-button::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  transform-origin: center;
}

#tour .swiper-prev::after {
  left: 21px;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

#tour .swiper-next::after {
  right: 21px;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

#tour .swiper-button-disabled {
  background-color: #938E8A;
  /* pointer-events: none; */
  cursor: default;
}

#tour .swiper-button-disabled::before {
  background-color: #C6BC9B;
}

@media (max-width: 959px) {
  #tour .wrapper {
    flex-direction: column;
    row-gap: 20px;
  }

  #tour .swiper {
    position: relative;
  }

  #tour .left {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    position: relative;
  }

  #tour .subttl {
    padding-top: 0;
    flex-shrink: 0;
    font-size: 15px;
  }

  #tour .swiper-slide {
    width: 200px;
  }

  #tour .swiper-button {
    width: 60px;
    height: 60px;
    display: block;
  }

  #tour .swiper-next {
    right: 25px;
  }

  #tour .swiper-next::after {
    right: 19px;
  }
}

@media (max-width: 519px) {
  #tour {
    height: 420px;
  }

  #tour .wrapper {
    padding: 0;
    row-gap: 0;
  }

  #tour .left {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  #tour .left img {
    width: 180px;
  }

  #tour .swiper-button-disabled {
    display: none;
  }

  #tour .subttl {
    flex-shrink: 1;
    padding-left: 20px;
    padding-right: 0;
    font-size: 14px;
  }

  #tour .list .ttl {
    font-size: 18px;
  }

  #tour .list .tags {
    display: none;
  }

  #tour .swiper-button {
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 0;
  }

  #tour .swiper-prev {
    left: 0;
  }

  #tour .swiper-next {
    right: 0;
  }

  #tour .swiper-button::before {
    content: none;
  }

  #tour .swiper-button::after {
    width: 20px;
    height: 20px;
    border-top-width: 2px;
  }

  #tour .swiper-prev::after {
    left: 15px;
    border-left-width: 2px;
  }

  #tour .swiper-next::after {
    right: 15px;
    border-right-width: 2px;
  }

  #spot .ttl {
    font-size: 20px;
  }

  #spot .area .ttl {
    margin-bottom: 10px;
  }

  #spot-detail .header .icon img {
    width: 50px;
  }
}