@charset "utf-8";

/*============================
イントロ
============================*/
.intro {
  padding-bottom: 0.80rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .intro {
    padding-bottom: 0.30rem;
  }
}

/* 背景色 */
.intro::before {
  content: "";
  width: calc(100% - 0.5rem);
  height: calc(100% - 3.50rem);
  background-color: #EDF5F7;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -3;
}
@media screen and (max-width: 640px) {
  .intro::before {
    width: 100%;
    height: calc(100% - 5.00rem);
  }
}

/* 飾り */
.intro::after {
  content: "";
  width: 6.40rem;
  height: 6.40rem;
  background-image: url(../img/common/deco02_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -1.00rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .intro::after {
    width: 3.20rem;
    height: 3.20rem;
    top: 3.00rem;
    right: -1.50rem;
  }
}

.intro .lead {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .intro .lead {
    font-size: 0.15rem;
  }
}

.intro .ph_list_wrap {
  padding-top: 0.90rem;
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .intro .ph_list_wrap {
    padding-top: 0.50rem;
  }
}

.intro .ph_list_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.30rem 0;
}

.intro .ph_list_wrap .list .detail {
  width: 100%;
  max-width: 3.40rem;
}
@media screen and (max-width: 640px) {
  .intro .ph_list_wrap .list .detail {
    max-width: 100%;
  }
}

.intro .ph_list_wrap .list .detail .ph {
  width: 100%;
  height: 2.40rem;
}
@media screen and (max-width: 640px) {
  .intro .ph_list_wrap .list .detail .ph {
    height: 55vw;
  }
}

.intro .ph_list_wrap .list .detail .catch {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.20rem 0 0.15rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .intro .ph_list_wrap .list .detail .catch {
    font-size: 0.16rem;
    line-height: 1.75;
    padding: 0.15rem 0 0.10rem;
  }
}

.intro .ph_list_wrap .list .detail .txt {
  font-size: 0.14rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0;
}

.intro .bnr_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.30rem;
}

.intro .bnr_wrap .bnr {
  width: 100%;
  max-width: 5.30rem;
}

.intro .bnr_wrap .bnr a:hover {
  opacity: 0.7;
}

.intro .bnr_wrap .bnr img {
  display: block;
}

/*============================
白老という場所
============================*/
.about {
  padding: 0.80rem 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about {
    padding: 0.80rem 0 0.40rem;
  }
}

.about::before {
  content: "";
  width: 6.00rem;
  height: 3.16rem;
  background-image: url(../img/concept/hokkaido.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% + 2.00rem);
  z-index: -2;
}

.about .lead {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .about .lead {
    font-size: 0.15rem;
    letter-spacing: 0;
    line-height: 2;
    text-align: justify;
  }
}

.about .ph_list_wrap {
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
}

.about .ph_list_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.40rem;
}

.about .ph_list_wrap .list .detail {
  width: 100%;
  max-width: 3.40rem;
}
@media screen and (max-width: 640px) {
  .about .ph_list_wrap .list .detail {
    max-width: 100%;
  }
}

.about .ph_list_wrap .list .detail .ph {
  width: 100%;
  height: 2.40rem;
}
@media screen and (max-width: 640px) {
  .about .ph_list_wrap .list .detail .ph {
    height: 60vw;
  }
}

.about .ph_list_wrap .list .detail .catch {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.20rem 0 0.15rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about .ph_list_wrap .list .detail .catch {
    font-size: 0.17rem;
  }
}

.about .ph_list_wrap .list .detail .txt {
  font-size: 0.14rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0;
}

/*============================
周辺観光情報 
============================*/
.tourism {
  padding: 0.80rem 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .tourism {
    padding: 0.50rem 0;
  }
}

.tourism::before {
  content: "";
  width: 100%;
  height: calc(100% - 3.60rem);
  background-color: #F4F3F0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .tourism::before {
    height: 100%;
  }
}

.tourism::after {
  content: "";
  width: 4.00rem;
  height: 1.80rem;
  background-image: url(../img/common/deco_kamome.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.00rem;
  bottom: -0.40rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .tourism::after {
    content: none;
  }
}

.tourism .lead {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .tourism .lead {
    font-size: 0.15rem;
    text-align: justify;
    line-height: 2;
  }
}

.tourism .ph_list_wrap {
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .tourism .ph_list_wrap {
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
  }
}

.tourism .ph_list_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.40rem;
}

.tourism .ph_list_wrap .list .detail {
  width: 100%;
  max-width: 3.40rem;
}
@media screen and (max-width: 640px) {
  .tourism .ph_list_wrap .list .detail {
    width: 100%;
    max-width: 100%;
  }
}

.tourism .ph_list_wrap .list .detail .ph {
  width: 100%;
  height: 2.40rem;
}
@media screen and (max-width: 640px) {
  .tourism .ph_list_wrap .list .detail .ph {
    height: 60vw;
  }
}

.tourism .ph_list_wrap .list .detail .catch {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.20rem 0 0.15rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tourism .ph_list_wrap .list .detail .catch {
    font-size: 0.17rem;
  }
}

.tourism .ph_list_wrap .list .detail .txt {
  font-size: 0.14rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0;
}

.tourism .ph_list_wrap .list .detail .link {
  padding-top: 0.08rem;
}

.tourism .ph_list_wrap .list .detail .link a {
  font-size: 0.14rem;
  color: #145F81;
  text-decoration: underline;
  line-height: 1.5;
}

.tourism .ph_list_wrap .list .detail .link a:hover {
  text-decoration: none;
}

.tourism .ph_list_wrap .list .detail .link a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/*============================
姉妹ホテルのご案内
============================*/
.sister_hotel {
  position: relative;
  margin-top: 1.20rem;
}
@media screen and (max-width: 640px) {
  .sister_hotel {
    margin-top: 0;
  }
}

.sister_hotel::before {
  content: "";
  width: calc(100% - 0.50rem);
  height: calc(100% - 1.00rem);
  background-color: #EDF5F7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
@media screen and (max-width: 640px) {
  .sister_hotel::before {
    width: 100%;
    height: 100%;
  }
}

.sister_hotel .header {
  width: calc(50% + 6.00rem);
  height: 4.50rem;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sister_hotel .header {
    width: 100%;
    height: 70vw;
  }
}

.sister_hotel .header .ph {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.sister_hotel .header .ph::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.sister_hotel .header .in {
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #FFF;
}

.sister_hotel .header .txt_box .en_txt {
  font-family: "Playfair Display", serif;
  font-size: 0.14rem;
  padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
  .sister_hotel .header .txt_box .en_txt {
    font-size: 0.12rem;
    padding-bottom: 0.10rem;
  }
}

.sister_hotel .header .txt_box .en_txt span {
  border-bottom: 1px solid #FFF;
}

.sister_hotel .header .txt_box .sec_ttl {
  font-size: 0.35rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .sister_hotel .header .txt_box .sec_ttl {
    font-size: 0.24rem;
  }
}

.sister_hotel .hotel_list_wrap {
  padding: 0.70rem 0;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap {
    padding: 0.50rem 0;
  }
}

.sister_hotel .hotel_list_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.50rem 0;
}

.sister_hotel .hotel_list_wrap .list .detail {
  width: 100%;
  max-width: 5.20rem;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap .list .detail {
    max-width: 100%;
  }
}

.sister_hotel .hotel_list_wrap .list .detail .hotel_name {
  font-size: 0.23rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap .list .detail .hotel_name {
    font-size: 0.17rem;
  }
}

.sister_hotel .hotel_list_wrap .list .detail .ph {
  width: 100%;
  height: 3.50rem;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap .list .detail .ph {
    height: 60vw;
  }
}

.sister_hotel .hotel_list_wrap .list .detail .catch {
  font-size: 0.20rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.20rem 0 0.15rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap .list .detail .catch {
    font-size: 0.17rem;
  }
}

.sister_hotel .hotel_list_wrap .list .detail .txt {
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap .list .detail .txt {
    font-size: 0.14rem;
  }
}

.sister_hotel .hotel_list_wrap .list .detail .more_btn {
  padding-top: 0.15rem;
  max-width: 2.90rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap .list .detail .more_btn {
    max-width: 2.60rem;
    padding-top: 0.20rem;
  }
}

.sister_hotel .hotel_list_wrap .list .detail .more_btn a {
  display: block;
  padding: 0.15rem 0 0.17rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #FFF;
  background-color: #145F81;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sister_hotel .hotel_list_wrap .list .detail .more_btn a {
    font-size: 0.14rem;
  }
}

.sister_hotel .hotel_list_wrap .list .detail .more_btn a:hover {
  opacity: 0.7;
}

.sister_hotel .hotel_list_wrap .list .detail .more_btn a::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background-image: url(../common/img/icon_newwin_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
}