* {
  min-height: 0;
  min-width: 0;
}

@media screen and (max-width: 700px) {
  .pcdisp {
    display: none !important;
  }
}

.spdisp {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .spdisp {
    display: block !important;
  }
}

#main {
  max-width: 860px;
  margin: 25px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}
#main .maincont {
  padding: 0;
}
@media screen and (max-width: 700px) {
  #main .maincont {
    margin-top: 25px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  #main .lead {
    font-size: 12px;
    padding: 0 30px;
  }
}

.icon {
  background: #F4EFE5;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 12px 0 10px;
  gap: 18px;
  margin: 40px auto;
}
@media screen and (max-width: 700px) {
  .icon {
    font-size: 11px;
  }
}
.icon_box {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 6px;
  align-items: center;
}
.icon_box img {
  height: 22px;
}
@media screen and (max-width: 700px) {
  .icon_box img {
    height: 15px;
  }
}
@media screen and (max-width: 800px) {
  .icon.pcdisp {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .icon.spdisp {
    display: flex !important;
    margin: 8px auto;
  }
}

.hotel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 700px) {
  .hotel {
    margin-top: 25px;
    grid-template-columns: auto;
    gap: 35px;
  }
}
.hotel_box {
  font-size: 14px;
  line-height: normal;
}
@media screen and (max-width: 700px) {
  .hotel_box {
    font-size: 13px;
  }
}
.hotel_box_name {
  color: #B7914E;
  margin: 18px auto auto;
  font-size: 16px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 700px) {
  .hotel_box_name {
    margin-top: 15px;
    font-size: 14px;
  }
}
.hotel_box_name a {
  transition: opacity 0.3s;
}
.hotel_box_name a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.hotel_box_access {
  margin: 0.3em 0;
}
.hotel_box_icon {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
  margin: 18px auto;
}
@media screen and (max-width: 700px) {
  .hotel_box_icon {
    margin: 15px auto;
    gap: 25px;
  }
}
.hotel_box_icon img {
  height: 28px;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .hotel_box_icon img {
    height: 20px;
  }
}
.hotel_box_icon .none img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(0%) saturate(795%) hue-rotate(161deg) brightness(107%) contrast(91%);
}
.hotel_box_btn {
  transition: opacity 0.3s;
  color: #fff;
  background: #B7914E;
  padding: 7px 30px;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.hotel_box_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.recommend {
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .recommend {
    margin: 60px auto 0;
  }
}
.recommend_txt {
  color: #B7914E;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .recommend_txt {
    font-size: 14px;
  }
}
.recommend_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 700px) {
  .recommend_list {
    grid-template-columns: auto;
    gap: 25px;
  }
}
.recommend_list a {
  max-width: 190px;
  display: block;
  transition: opacity 0.3s;
}
.recommend_list a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  .recommend_list a {
    max-width: none;
  }
}
.recommend_list a img {
  width: 100%;
}/*# sourceMappingURL=newyear2025.css.map */