
.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.poi-hotel .containers{
 
}

.poi-hotel .ph-title{
  display: block !important;
    margin-top: 10px;
}
.poi-hotel .ph-title div{
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fbdfad;
  padding: 10px 18px;
  background: linear-gradient(-90deg, #48391b, #4c4026);
  border-radius: 0 10px 0 10px;
}

@media (max-width:768px) {
  .poi-hotel .ph-title div{
    font-size: 18px;
  }
}
.poi-hotel .ph{
  width: 100%;
}

.poi-hotel .ph-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .poi-hotel .ph-menu {
    margin-bottom: 24px;
  }
}
.poi-hotel .ph-menu .slidecontain {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .poi-hotel .ph-menu .slidecontain {
    scrollbar-width: none;
  }
}
.poi-hotel .ph-menu .slidecontain li {
  flex-shrink: 0;
}
.poi-hotel .ph-menu .slidecontain li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #e8cca1;
  margin: 0 1rem;
}
@media (max-width: 1200px) {
  .poi-hotel .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3em;
  }
}
.poi-hotel .ph-menu .slidecontain li a div {
  position: relative;
  padding: 0.5em 0;
}
.poi-hotel .ph-menu .slidecontain li a div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(135deg, #edd2a9 0%, #e9cea3 19%, #fae2be 31%, #e9cea3 58%, #d8b888 100%);
  transition: all 0.2s;
}
.poi-hotel .ph-menu .slidecontain li.on div:after {
  width: 100%;
}
.poi-hotel .ph-menu .slidecontain li:hover a {
  filter: brightness(1.2);
}
.poi-hotel .ph-menu .slidecontain li:hover a div:after {
  width: 100%;
}
.poi-hotel .ph-menu .slidecontain li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/star-2.svg) center top no-repeat;
  background-size: contain;
  transform: translateX(-5px) translateY(20px);
}
@media (max-width: 768px) {
  .poi-hotel .ph-menu .slidecontain li:not(:last-child)::after {
    width: 0.7em;
    height: 0.7em;
    transform: translateX(-5px) translateY(8px);
  }
}
.poi-hotel .ph-group-title {
  display: none;
}
.poi-hotel .ph-group {
  display: none;
}
.poi-hotel .ph-group.on {
  display: block;
}
.poi-hotel .ph-group-content {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 0 3rem 0 0;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .poi-hotel .ph-group-content {
    flex-wrap: wrap;
  }
}
.poi-hotel .ph-group-content .ph-group-content-tag {
  display: none;
}
.poi-hotel .ph-group-content .ph-photo-base {
  position: relative;
  width: 50%;
  border: 2px solid #e8cca1;
  border-radius: 99rem 99rem 0 0;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .poi-hotel .ph-group-content .ph-photo-base {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
}
.poi-hotel .ph-group-content .ph-photo-base .photo-d {
  position: absolute;
  bottom: 0;
  width: 3.5vw;
  max-width: 20px;
}
.poi-hotel .ph-group-content .ph-photo-base .photo-d-left {
  left: 0;
  transform: translateX(-130%);
}
.poi-hotel .ph-group-content .ph-photo-base .photo-d-right {
  right: 0;
  transform: translateX(130%);
}
.poi-hotel .ph-group-content .ph-photo-base .ph-photo-wrap {
  border: 12px solid black;
  display: grid;
  grid-template-areas: "A A" "B C";
  grid-template-columns: 50% 50%;
  grid-template-rows: 2fr 1fr;
  gap: 6px;
  border-radius: 99rem 99rem 0 0;
  overflow: hidden;
  background: white;
}
.poi-hotel .ph-group-content .ph-photo-base .ph-group-content-photo {
  position: relative;
}
.poi-hotel .ph-group-content .ph-photo-base .ph-group-content-photo:nth-of-type(1) {
  grid-area: A;
}
.poi-hotel .ph-group-content .ph-photo-base .ph-group-content-photo:nth-of-type(2) {
  grid-area: B;
}
.poi-hotel .ph-group-content .ph-photo-base .ph-group-content-photo:nth-of-type(3) {
  grid-area: C;
}
.poi-hotel .ph-group-content .ph-photo-base .ph-group-content-photo a {
  display: block;
}
.poi-hotel .ph-group-content .ph-photo-base .ph-group-content-photo img {
  width: 100%;
}
.poi-hotel .ph-group-content .ph-group-content-text {
  position: relative;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 768px) {
  .poi-hotel .ph-group-content .ph-group-content-text {
    width: 100%;
    order: 1;
    padding: 24px 0;
  }
}
.poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
.poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-name .title-d {
  display: block;
  margin: 0 auto 24px;
}
.poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  text-align: center;
}
.poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.2;
  color: black;
  border-radius: 0 15px 0 15px;
  display: inline-block;
  padding: 0.4em 1.5em;
  text-align: center;
  margin: 24px auto;
  background: linear-gradient(135deg, #edd2a9 0%, #e9cea3 19%, #fae2be 31%, #e9cea3 58%, #d8b888 100%);
}
@media (max-width: 1200px) {
  .poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3em;
  }
}
.poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  color: white;
}
@media (max-width: 1200px) {
  .poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.poi-hotel .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}


.poi-hotel .ph-group-content-otherlink{
  text-align: right;
   margin-top: 10px;
} 

.poi-hotel .ph-group-content-otherlink a{
  /* background: #ffffff; */
  color: #edd2a9;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 4px 8px;
  border-radius: 99em;
  border: 1px solid #edd2a9;
 
}
.poi-hotel .ph-group-content-otherlink a:hover{
  background: linear-gradient(135deg, #edd2a9 0%, #e9cea3 19%, #fae2be 31%, #e9cea3 58%, #d8b888 100%);
  color: #000;

}

@media (max-width: 768px) {
  .poi-hotel .ph-group-content-otherlink a{
     font-size: 14px;
  }
}