.page-header {
  background-image: url(./../images/rooms/bekkan/bekkan_heading.png);
  /* background-position-y: 90px; */
}

.sp_only{
  display: none;
}
.pc_only{
  display: block;
}

.annex-block1 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.annex-block1__title{
  font-family: G-OTF-R !important;
  font-size: 28px !important;
  font-weight: 500;
  margin: 50px 0 0 !important;
  line-height: 1.7 !important;
  text-align: center;
}
html:lang(zh-CN) body .annex-block1__title {
  font-family: "Noto Sans SC", sans-serif !important;
}
html:lang(zh-TW) body .annex-block1__title {
  font-family: "Noto Sans TC", sans-serif !important;
}
.annex-block1 img {
  width: 100%;
}

.annex-block1 p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.annex-block2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.annex-block2__item {
  width: 48%;
  margin-bottom: 50px;
}

.annex-block1_2 h4,
.annex-block2 h4 {
  font-family: G-OTF-R !important;
  font-size: 28px !important;
  font-weight: 500;
  margin: 15px 0 !important;
  line-height: 1.7 !important;
}
html:lang(zh-CN) body .annex-block1_2 h4,
html:lang(zh-CN) body .annex-block2 h4   {
  font-family: "Noto Sans SC", sans-serif !important;
}
html:lang(zh-TW) body .annex-block1_2 h4,
html:lang(zh-TW) body .annex-block2 h4  {
  font-family: "Noto Sans TC", sans-serif !important;
}
.annex-block1_2 h4 small,
.annex-block2 h4 small {
  font-size: 11px !important;
  font-weight: 400 !important;
  margin-left: 15px;
  display: inline-block;
  color: #cccccc;
}

.annex-block1_2 p,
.annex-block2 p {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: left;
}

.annex-block1 a.p-btn {
  border: 2px solid #453220;
  background: transparent;
  color: #453220;
  font-weight: bold;
  font-size: 16px;
  transition: all ease 0.3s;
  text-decoration: none;
  width: 280px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.annex-block1 a.p-btn::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  transition: all ease 0.3s;
  background-image: url(../images/common/arrow-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.annex-block1 a.p-btn svg {
  margin-right: 10px;
}

.annex-block1 a.p-btn svg path {
  transition: all ease 0.3s;
}

.annex-block1 a.p-btn:hover {
  color: #fff;
  background: #453220;
  text-decoration: none;
}
.annex-block1 a.p-btn:hover::before {
  background-image: url(../images/common/arrow-btn2.png);
}

.annex-block1 a.p-btn:hover svg path {
  fill: #fff;
}

.annex-block3 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.annex-block3 .title1 {
  margin-bottom: 45px;
}
.annex-block3 iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}
.annex-block3 .map-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 20px 0;
}
@media screen and (max-width: 1023px) {
  .annex-block1_2 h4 small,
  .annex-block2 h4 small {
    margin-left: 0;
    display: block;
  }
  .annex-block3 .map-text {
    padding: 10px 0 0;
    text-align: center;
  }
}

@media (max-width: 500px) {

  .sp_only{
    display: block;
  }
  .pc_only{
    display: none;
  }

  .page-header {
    background-position: left 12% top 60px;
  }

  .annex-block1__title{
    font-size: 24px !important;
  }
  .annex-block2__item {
    width: 100%;
  }
  .annex-block1_2 p,
  .annex-block2 p {
    font-size: 15px !important;
  }
  .annex-block1 a.p-btn {
    width: 230px;
    height: 70px;
  }

  .annex-block1_2 h4,
  .annex-block2 h4 {
    font-size: 24px !important;
  }
  .annex-block3 .title1 {
    margin-bottom: 25px;
  }
  .annex-block3 iframe {
    height: 250px;
  }
  .annex-block3 .map-text {
    font-size: 13px;
  }
}
