@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@200..900&display=swap');

h1,h2,h3{
  margin: 0;
  padding: 0;
  border: none;
  background-color: unset;
}
.is-mincho {
  font-family: "Noto Serif JP", serif;
}
#hotelstyle *{
  font-family: "Noto Serif JP", serif;
  color: #231815;
}
#hotelstyle{
  margin-bottom: 120px;
}
#hotelstyle .mv{
  width: 100%;
}
.about{
  padding: 8% 0 13.33%;
  border-top: 4px solid #B29D50;
}
.content-title{
  margin: 0;
  padding: 0;
  font-size: clamp(1.563rem, 1.466rem + 0.41vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  border: none;
}
.about-content{
  margin-top: 8%;
}
.about-content .paragraph{
  font-size: clamp(0.938rem, 0.841rem + 0.41vw, 1.125rem);
  font-feature-settings: "palt";
  text-align: center;
  line-height: 2;
}
.hotelstyle-menu{
  margin-top: 8%;
}
.hotelstyle-menu_lists.column-2 {
  gap: 20px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.hotelstyle-menu_lists.column-2 .hotelstyle-menu_item {
  width: calc((100% - 20px) / 2);
}
.hotelstyle-menu_lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
}
#hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link {
  background: rgb(214, 200, 155);
  background: linear-gradient(45deg, rgba(214, 200, 155, 1) 0% , #CAB56F 30%, rgba(212, 178, 61, 1) 100%);
  border-radius: 10em;
  padding: 2px 5px 5px 5px;
  display: block;
  text-align: center;
  color: white;
  width: 100%;
  position: relative;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link::after {
  content: "";
  position: absolute;
  right: 22px;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(135deg);
}
#hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link .inner-text,
#hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link .inner-text rt{
  color: white;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link ruby.inner-text {
  font-size: clamp(12px,4vw,24px);
  margin-top: 5px;
}
#hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link span.inner-text {
  font-size: clamp(12px,3.5vw,20px);
}
#hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link .inner-text rt {
  line-height: 0.8;
  font-size: 10px;
}
.section-head{
  padding: 6.4% 2.67%;
  background-color: #E9E4E2;
}
.section-title{
  text-align: center;
}
#hotelstyle .section-title .section-title-inner {
  background: rgb(214, 200, 155);
  background: linear-gradient(45deg, rgba(214, 200, 155, 1) 0% , #CAB56F 30%, rgba(212, 178, 61, 1) 100%);
  border-radius: 10em;
  padding: 2px clamp(10px,4%,50px) 5px clamp(10px,4%,50px);
  text-align: center;
  color: white;
  position: relative;
  min-height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#hotelstyle .section-title .section-title-inner.w-100 {
    width: clamp(200px,100%,500px);
}
#hotelstyle .section-title .section-title-inner .inner-text,
#hotelstyle .section-title .section-title-inner .inner-text rt{
  color: white;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#hotelstyle .section-title .section-title-inner ruby.inner-text {
  font-size: 24px;
  margin-top: 5px;
}
#hotelstyle .section-title .section-title-inner span.inner-text {
  font-size: 20px;
}
#hotelstyle .section-title .section-title-inner .inner-text rt {
  line-height: 0.8;
  font-size: 10px;
}
.brand-wrapper{
  margin-top: 10.67%;
}
.brand-title{
  text-align: center;
}
.brand-title img{
  width: calc(100% - 10.67%);
}
.brand-lead{
  margin-top: 8%;
}
.brand-lead .paragraph{
  font-size: clamp(0.875rem, 0.81rem + 0.28vw, 1rem);
  text-align: center;
  line-height: 2;
}
.paragraph.is-line .inner-text {
    border: 1px solid;
    display: inline-block;
    padding: 0.7em;
    margin: 0.8em 10px;
}
.section_inner{
  width: 100%;
  padding: 0 2.67%;
}
.brand-content{
  margin-top: 6.67%;
}
.brand-content_image{
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-content_detail{
  width: 100%;
  margin-top: 8%;
}
.brand-content_detail_text{
  font-size: clamp(0.875rem, 0.81rem + 0.28vw, 1rem);
  text-align: left;
  line-height: 2;
}
.brand-content_detail_name {
  margin-top: 6.67%;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    font-size: 1.5em;
}
.brand-content_detail_name:first-child {
    margin-top: 0;
}
.brand-content_detail_lists ,
.brand-content_detail_name + .brand-content_detail_text {
  margin-top: 10px;
}
.brand-content_detail_name + .brand-content_detail_lists {
  margin-top: 15px;
}
.brand-content_detail_link{
  width: 100%;
  padding: 2.67%;
  display: block;
  font-size: clamp(0.875rem, 0.843rem + 0.14vw, 0.938rem);
  font-weight: 700;
  background-color: #E9E4E2;
  border: 2px solid #B29D50;
  border-radius: 25px;
  position: relative;
}
.brand-content_detail_link .is-tax {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 3px;
}
.brand-content_detail_link::after{
  content: '＞';
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.brand-content_detail_variation{
  margin-top: 12%;
  font-size: clamp(0.875rem, 0.81rem + 0.28vw, 1rem);
}
.brand-content_detail_variation small{
  display: block;
  font-size: 0.8em;
}
.design + .design{
  margin-top: 21.33%;
}

/* カラーチップ */
.color-tip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
*:not(.color-tip-list) + .color-tip-list {
  margin-top: 20px
}
.color-tip-list + .color-tip-list {
  margin-top: 5px;
}
.color-tip-list + * {
  margin-bottom: 20px
}
.color-tip-list .color-tip-item {
  width: 50px;
}
.color-tip-list .color-tip-item img {
  width: 100%;
  aspect-ratio: 1;
  display: inline-block;
  vertical-align: bottom;
}
.color-tip-list .color-name {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

/* アコーディオン */
.hidden-items {
  overflow: hidden;
  transition: max-height 0.6s ease;
  max-height: 0;
}
#hotelstyle .show-more-btn {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  cursor: pointer;
  background: rgb(214, 200, 155);
  background: linear-gradient(45deg, rgba(214, 200, 155, 1) 0% , #CAB56F 30%, rgba(212, 178, 61, 1) 100%);
  border-radius: 10em;
  padding: 2px 4% 5px 4%;
  text-align: center;
  color: white;
  position: relative;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
#hotelstyle .show-more-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(135deg);
}
#hotelstyle .show-more-btn.is-show::after {
  transform: rotate(-45deg);
  top: 5px;
}
@media (min-width:768px){
  .sp_only{
    display: none;
  }
  #hotelstyle{
    margin-bottom: 80px;
  }
  .mv{
    background-color: #4A3F36;
  }
  #hotelstyle .mv picture,#hotelstyle .mv img {
      vertical-align: bottom;
  }
  .mv_inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .about{
    padding: 40px 0 60px;
  }
  .content-inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .about-content{
    margin-top: 30px;
  }
  .hotelstyle-menu{
    margin-top: 60px;
  }
  .brand-content_detail_lists, .brand-content_detail_name + .brand-content_detail_text {
    margin-top: 20px;
  }
  .hotelstyle-menu_lists + .hotelstyle-menu_lists{
    margin-top: 20px;
  }
  .hotelstyle-menu_lists:not(.column-2) .hotelstyle-menu_item{
    width: calc((100% - 80px) / 5);
  }
  .section-head{
    padding: 30px 0;
  }
  .section-title img{
    max-height: 75px;
  }
  .section_inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .brand-wrapper{
    margin-top: 50px;
  }
  .brand-title img{
    max-width: 386px;
  }
  .brand-lead{
    margin-top: 50px;
  }
  .brand-content{
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
  }
  .brand-content_image{
    width: 50%;
    max-width: 550px;
  }
  .brand-content_detail{
    width: calc(50% - 30px);
    margin: 0 0 0 30px;
  }
  .brand-content_detail_link:hover{
    opacity: 0.6;
  }
  .brand-content_detail_lists + .brand-content_detail_lists{
    margin-top: 35px;
  }
  .brand-content_detail_item{
    margin-top: 10px;
  }
  .brand-content_detail_variation{
    margin-top: 40px;
  }
  .design + .design{
    margin-top: 80px;
  }
}
@media (max-width:767px){
  .pc_only{
    display: none;
  }
  .section-title img{
    max-height: 85px;
  }
  #hotelstyle .hotelstyle-menu_lists {
    margin-left: 2%;
    margin-right: 2%;
  }
  #hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link {
    min-height: 44px;
    padding: 2px 5vw 5px 5px;
  }
  #hotelstyle .hotelstyle-menu_lists .hotelstyle-menu_link::after {
    right: 10%;
    width: clamp(4px , 3vw ,12px);
    height: clamp(4px , 3vw ,12px);
  }
  .hotelstyle-menu_lists {
    gap: 10px;
  }
  .hotelstyle-menu_lists:not(.column-2) .hotelstyle-menu_item{
    width: calc((100% - 20px) / 3);
  }
  .hotelstyle-menu_lists + .hotelstyle-menu_lists{
    margin-top: 10px;
  }
  #hotelstyle .section-title .section-title-inner {
    padding: 2px 11vw 5px 11vw;
  }
  .brand-content_detail_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .brand-content_detail_item:first-child:last-child {
    width: 100%;
  }
  .brand-content_detail_item:not(:first-child:last-child) {
    width: calc((100% - 10px) / 2);
  }
  .brand-content_detail_item:not(:first-child:last-child) .brand-content_detail_link {
    padding: 10px 25px 10px 5%;
    border-radius: 5em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}