/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/sightseeing/pagetit_bg.jpg) center;
  background-size: cover;
}

.page_nav {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.ss_box {
  width: 31.51%;
  max-width: 368px;
  margin-right: 2.6%;
}
.ss_box_wrap {
  gap: 72px 0;
  justify-content: flex-start;
}
.ss_box:nth-of-type(3n), .ss_box:last-of-type {
  margin-right: 0;
}
.ss_box .ss_tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0.85em 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.ss_box .ss_tit.row02 {
  padding: 0;
}
.ss_box .ss_img {
  position: relative;
}
.ss_box .ss_img .img_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 12px 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  line-height: 1.2;
  text-align: right;
}
.ss_box .ss_cat {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 8px 8px 6px;
  background: #faf7f7;
  border-radius: 3px;
  line-height: 1.2;
}
.ss_box .ss_cat .icon {
  margin-right: 8px;
}
.ss_box .ss_time {
  padding: 8px;
  background: #e1d3bd;
  line-height: 1.5;
  text-align: center;
}
.ss_box .ss_txt {
  margin-top: 36px;
}

.ss_btns {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
.ss_btns .btn {
  width: calc(50% - 6px);
}
.ss_btns .btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 17px;
  height: 16px;
  background: url(../img/sightseeing/icon_blank.svg) no-repeat;
  background-size: 100%;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  .ss_btns .btn.btn_hp:hover::after {
    background: url(../img/sightseeing/icon_blank_02.svg) no-repeat;
    background-size: 100%;
  }
}
.ss_btns .btn.btn_hp::after {
  background: url(../img/sightseeing/icon_blank.svg) no-repeat;
  background-size: 100%;
}
@media (any-hover: hover) {
  .ss_btns .btn.btn_map:hover::after {
    background: url(../img/sightseeing/icon_map_02.svg) no-repeat;
    background-size: 100%;
  }
}
.ss_btns .btn.btn_map::after {
  width: 16px;
  height: 21px;
  background: url(../img/sightseeing/icon_map.svg) no-repeat;
  background-size: 100%;
}
.ss_btns .btn:only-child {
  width: 100%;
}

.ss_pickup {
  margin-bottom: 92px;
}
.ss_pickup .pickup_mv {
  position: relative;
}
.ss_pickup .pickup_mv .mv_img {
  position: relative;
  margin-bottom: 44px;
}
.ss_pickup .pickup_mv .mv_tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 96px 50px 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  z-index: 1;
}
.ss_pickup .pickup_mv .mv_cat {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 9px 8px 6px;
  background: #faf7f7;
  line-height: 1.2;
}
.ss_pickup .pickup_mv .mv_cat .icon {
  margin-right: 8px;
}
.ss_pickup .pickup_mv .mv_time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: #e1d3bd;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
}
.ss_pickup .ss_btns {
  max-width: 496px;
  margin: 44px auto 0;
}

@media screen and (max-width: 810px) {
  .ss_box {
    width: calc(50% - 16px);
    max-width: 100%;
    margin-right: 0;
  }
  .ss_box_wrap {
    gap: 64px 0;
    justify-content: space-between;
  }
  .ss_box .ss_tit {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .ss_box .ss_tit.row02 {
    padding: 0;
  }
  .ss_box .ss_cat {
    left: 8px;
    top: 8px;
  }
  .ss_box .ss_cat .icon {
    width: auto;
    height: 20px;
    object-fit: contain;
  }
  .ss_box .ss_txt {
    margin-top: 16px;
  }
  .ss_btns {
    margin-top: 24px;
  }
  .ss_pickup {
    margin-bottom: 80px;
  }
  .ss_pickup .pickup_mv .mv_img {
    width: 100vw;
    margin: 0 -16px 24px;
  }
  .ss_pickup .pickup_mv .mv_img > img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .ss_pickup .pickup_mv .mv_tit {
    position: static;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 0;
    background: none;
    color: #2e3826;
    font-size: 2.2rem;
    line-height: 1.7;
    text-align: center;
  }
  .ss_pickup .pickup_mv .mv_cat {
    left: 8px;
    top: 8px;
  }
  .ss_pickup .pickup_mv .mv_cat .icon {
    width: auto;
    height: 20px;
    object-fit: contain;
  }
  .ss_pickup .pickup_mv .mv_time {
    position: static;
    width: 100%;
    padding: 8px;
  }
  .ss_pickup .ss_btns {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .ss_box {
    width: 100%;
  }
  .ss_box_wrap {
    gap: 80px 0;
  }
  .ss_box .ss_tit {
    display: block;
    padding: 0;
    font-size: 2rem;
  }
}
/* ---------------------------------------------------
		map
------------------------------------------------------ */
#map {
  padding: 108px 0 112px;
  background: #e1d3bd;
}
#map .map_wrap {
  line-height: 1;
  text-align: center;
}
#map .map_wrap iframe {
  display: block;
  width: 100%;
  border: none;
}
#map .map_btn {
  margin-top: 48px;
  line-height: 1;
  text-align: center;
}
#map .map_btn .btn {
  color: #2e3826;
  font-size: 2rem;
}
@media (any-hover: hover) {
  #map .map_btn .btn:hover {
    background: rgba(46, 56, 38, 0.3);
  }
}
#map .map_btn .btn .icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 810px) {
  #map {
    padding: 48px 0 48px;
  }
  #map .map_btn {
    margin-top: 32px;
  }
  #map .map_btn .btn {
    font-size: 1.6rem;
  }
  #map .map_btn .btn .icon {
    right: 16px;
  }
}
/* ---------------------------------------------------
	ss
------------------------------------------------------ */
#ss {
  padding: 112px 0;
}

@media screen and (max-width: 810px) {
  #ss {
    padding: 48px 0;
  }
  #ss .sec_tit {
    margin-bottom: 64px;
  }
}
/* ---------------------------------------------------
				restaurant
------------------------------------------------------ */
#restaurant {
  padding: 84px 0;
}

@media screen and (max-width: 810px) {
  #restaurant {
    padding: 48px 0;
  }
  #restaurant .sec_tit {
    margin-bottom: 56px;
  }
}
/* ---------------------------------------------------
		facilities
------------------------------------------------------ */
#facilities {
  padding: 84px 0;
}
#facilities .ss_box {
  width: 22.95%;
  max-width: 268px;
  margin-right: 2.72%;
}
#facilities .ss_box:nth-of-type(4n), #facilities .ss_box:last-of-type {
  margin-right: 0;
}
#facilities .ss_box .ss_cat {
  position: static;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 12px auto 56px;
  border: 1px solid #2e3826;
}

@media screen and (max-width: 810px) {
  #facilities {
    padding: 48px 0;
  }
  #facilities .sec_tit {
    margin-bottom: 56px;
  }
  #facilities .ss_box {
    width: calc(50% - 16px);
    max-width: 100%;
    margin-right: 0;
  }
  #facilities .ss_box .ss_cat {
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 640px) {
  #facilities .ss_box {
    width: calc(50% - 8px);
  }
  #facilities .ss_box .ss_tit {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/* ---------------------------------------------------
		link
------------------------------------------------------ */
#link {
  padding: 84px 0 112px;
}
#link .table th {
  width: 37%;
}

@media screen and (max-width: 810px) {
  #link {
    padding: 48px 0 48px;
  }
  #link .table th {
    width: 100%;
  }
}
/* ---------------------------------------------------
	stay
------------------------------------------------------ */
#stay {
  padding: 104px 0 112px;
  background: #2e3826;
  color: #c7af87;
}
#stay .stay_col {
  margin-top: 44px;
}
#stay .stay_col .col_item {
  width: 48.7%;
  max-width: 568px;
}
#stay .stay_col .col_item .item_img {
  margin-bottom: 44px;
}
#stay .stay_col .col_item .item_btn {
  margin-top: 24px;
}
#stay .stay_col .col_item .item_btn .btn {
  color: currentColor;
}
@media (any-hover: hover) {
  #stay .stay_col .col_item .item_btn .btn:hover {
    background: #9a6e24;
    color: #2e3826;
  }
}

@media screen and (max-width: 810px) {
  #stay {
    padding: 48px 0 80px;
  }
  #stay .stay_col {
    margin-top: 0;
    gap: 48px 0;
  }
  #stay .stay_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #stay .stay_col .col_item .item_img {
    margin-bottom: 24px;
  }
  #stay .stay_col .col_item .item_btn {
    margin-top: 24px;
  }
}