@charset "UTF-8";

/* ベーススタイル */
body {
  background-color: #EDDFC9;
}

header, footer{
  background-color: #000;
}

.sub-t h2 {
  padding-bottom: 1rem;
  color: #000;
}

/* メインビジュアル */
.main-visual {
  text-align: center;
}

.main-visual img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 予約セクション */
.rsv-sec {
  background-image: linear-gradient(to bottom, #ECD3A4, #E9C685);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  padding: 3.5rem 0;
}

.rsv-sec::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 100%;
  background: url('../keiji/image/bg_cta.png') no-repeat top left;
  background-size: cover;
  opacity: 0.8;
  z-index: 1;
}

.rsv-cont {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}

.rsv-title {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.rsv-sub {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* 予約ボタン */
.rsv-btns {
  position: relative;
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
}

.rsv-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 1.2rem 2.5rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 280px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  line-height: 1;
}

.rsv-phone {
  background: #8E7C20;
  pointer-events: none;
}

.rsv-phone .rsv-main {
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
}

.rsv-phone .rsv-main::before {
  content: "\f095";
  margin-right: .3em;
  font-family: FontAwesome;
  vertical-align: middle;
  font-weight: normal;
}

.rsv-web {
  background: #853021;
}

.rsv-web .rsv-main::after {
  content: "\f08e";
  margin-left: .3em;
  font-family: FontAwesome;
  font-weight: normal;
}

.rsv-label {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.rsv-main {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* メインコンテンツ */
.main-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/* ポイントセクション */
.pts-sec {
  margin-bottom: 0;
  padding: 4rem 2rem;
  color: #333;
  background-color: #fff;
}

.pts-cont {
  max-width: 800px;
  margin: 0 auto;
}

.pts-list {
  list-style: none;
}

.pts-item {
  position: relative;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}

.pts-item:not(:last-of-type) {
  margin-bottom: 3rem;
}

.pts-item::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #333;
}

.pts-item:last-child::after {
  display: none;
}

.pts-num {
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
  min-width: 80px;
}

.pts-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 100px);
}

.pts-main {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.pts-desc {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* メニューブロック */
#special {
  margin-bottom: 0;
  padding: 80px 0 0;
  color: #000;
}

.menu-block {
  max-width: 1100px;
  margin: 0 auto 4em;
}

.menu-block .f-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}

.menu-block .f-area .photo {
  width: 50%;
}

.menu-block .f-area .text {
  width: 45%;
}

.menu-block .f-area .text h3.t-fude {
  background: url(https://www.yanagimachi.biz/yanagimachi/course/image/bg_name.png) no-repeat left bottom;
  padding: 0 0 5px 0.5em;
  font-size: 2.4em;
}

.menu-block .f-area .text h3.name-only {
  margin-bottom: 1em;
  color: #000;
}

.menu-block .f-area .text .exp {
  margin-bottom: 2em;
}

.menu-block .f-area .text .course-list li {
  margin-bottom: .5em;
}

.menu-block .f-area .text .course-list li .c-price {
  font-size: 1.4em;
  line-height: 1.4;
}

.menu-block .f-area .text .course-list li .c-price span {
  padding-left: 2em;
  font-size: .7em;
}

.menu-block .f-area .text .course-list li .c-num {
  font-size: 1.25em;
  text-align: right;
}

.menu-block .f-area .text .course-list li .note {
  padding-left: 0;
  color: #666;
}

.menu-block .menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.menu-block .menu-list li {
  width: 48%;
  padding: 15px 0 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}

/* お部屋・設備 */
.room {
  background: #fff;
  padding: 5em 0 1em;
}

.room .room-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.room .room-list li {
  position: relative;
  width: 30%;
  margin: 0 1.5% 2em;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.room .room-list li:first-child {
  background-image: url(../houji/image/room01.jpg);
}

.room .room-list li:nth-child(2) {
  background-image: url(../houji/image/room02.jpg);
}

.room .room-list li:nth-child(3) {
  background-image: url(../houji/image/room03.jpg);
}

.room .room-list li:nth-child(4) {
  background-image: url(../houji/image/room04.jpg);
}

.room .room-list li:nth-child(5) {
  background-image: url(../houji/image/room05.jpg);
}

.room .room-list li .r-name {
  font-size: 1.8em;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.2);
}

.room .room-list li .detail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 1.1em;
  width: 100%;
  text-align: center;
  color: #fff;
}

.room .room-list li .detail span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: .5em;
  padding: 0 10px;
  color: #fff;
}

/* FAQセクション */
.faq-sec {
  background-image: url('https://www.yanagimachi.biz/yanagimachi/image/bg_course.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  padding: 5rem 2rem;
  position: relative;
}

.faq-cont {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-list {
  background: #fff;
  border-radius: 8px;
  padding: 3rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.faq-item {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #ccc;
}

.faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.faq-q {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.faq-q-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-right: 1rem;
  min-width: 40px;
  line-height: 1.2;
}

.faq-q-text {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 5px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}

.faq-a {
  display: flex;
  align-items: flex-start;
}

.faq-a-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-right: 1rem;
  min-width: 40px;
  line-height: 1.2;
}

.faq-a-text {
  padding-top: 5px;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  flex: 1;
}

/* 情報セクション */
.info-sec {
  background-color: #fff;
  margin-bottom: 0;
  padding: 4rem 2rem;
}

.info-cont {
  max-width: 880px;
  margin: 0 auto;
}

.info-box {
  background-color: #fff;
  border: 1px solid #666;
  padding: 3rem 4rem;
  text-align: center;
}

.info-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.info-text {
  font-size: 1.2rem;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* 顔合わせセクション */
.houyou-sec {
  background-image: url('https://www.yanagimachi.biz/yanagimachi/common_img/bg_flow.jpg');
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding: 6rem 2rem 8rem;
  color: #333;
}

.houyou-cont {
  max-width: 880px;
  margin: 0 auto;
}

.houyou-intro {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 3rem;
  text-align: left;
  color: #333;
}

.houyou-section {
  margin-bottom: 3rem;
}

.houyou-section:last-child {
  margin-bottom: 0;
}

.houyou-label {
  background: #8A7258;
  color: #fff;
  padding: .8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

.houyou-desc {
  font-size: 1.1rem;
  line-height: 2;
  color: #000;
  text-align: left;
}

/* メディアクエリ */
@media (max-width: 1025px) {
  .menu-block .f-area .text h3 {
    font-size: 2.4em;
  }

  .menu-block .f-area .text .course-list li .c-price span {
    display: block;
    padding-left: 2em;
  }

  .menu-block .menu-list li span {
    display: block;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .rsv-sec {
    margin-bottom: 2rem;
    padding: 3rem 0;
  }

  .rsv-title {
    font-size: .9rem;
    white-space: nowrap;
  }

  .rsv-sub {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    white-space: nowrap;
  }

  .rsv-btns {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .rsv-btn {
    min-width: 100%;
    max-width: 350px;
    min-height: 70px;
    padding: .8rem 2rem;
  }

  .rsv-main {
    font-size: 1.2rem;
  }

  .rsv-phone{
    pointer-events: inherit;
  }

  .rsv-phone .rsv-main {
    font-size: 1.6rem;
  }

  .rsv-label {
    margin-bottom: 0.2em;
    font-size: 1rem;
  }

  .pts-sec {
    padding: 3rem 1rem;
  }

  .pts-title {
    font-size: 2rem;
  }

  .pts-sub {
    font-size: 1.2rem;
  }

  .pts-item {
    margin-bottom: 0;
    padding-left: 0;
  }

  .pts-item:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }

  .pts-num {
    font-size: 3.5rem;
    min-width: 50px;
  }

  .pts-content {
    max-width: calc(100% - 50px);
  }

  .pts-main {
    font-size: 1.3rem;
    word-break: keep-all;
  }

  .pts-desc {
    font-size: 1rem;
  }

  .menu-block .f-area {
    width: 90%;
    margin: 0 auto;
    flex-direction: column !important;
  }

  .menu-block .f-area .photo {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2em;
  }

  .menu-block .f-area .text {
    width: 100%;
  }

  .room .room-list li {
    width: 45%;
  }

  .faq-sec {
    padding: 6rem 1.5rem 5rem;
    background-attachment: scroll;
  }

  .faq-list {
    padding: 2rem 1.5rem;
  }

  .faq-q-label,
  .faq-a-label {
    font-size: 1.6rem;
    min-width: 25px;
  }

  .faq-q-text {
    font-size: 1.2rem;
  }

  .faq-a-text {
    font-size: 1rem;
  }

  .info-sec {
    padding: 3rem 1.5rem;
  }

  .info-box {
    padding: 2.5rem 2rem;
  }

  .houyou-sec {
    padding: 5rem 1.5rem;
  }

  .houyou-title {
    font-size: 2rem;
  }

  .houyou-intro {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }

  .houyou-label {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }

  .houyou-desc {
    font-size: 1rem;
    line-height: 1.8;
  }

  .menu-block .f-area .text h3.t-fude{
    font-size: 2em;
  }

  .menu-block .menu-list{
    width: 90%;
    margin: 0 auto;
  }

  .menu-block > .note{
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .room {
    padding: 5em 0 3em;
    background-size: 90%;
  }

  .room .room-list li {
    height: 280px;
  }

  .room .room-list li .r-name {
    padding-bottom: 2em;
    font-size: 1.4em;
  }

  .room .room-list li .detail span {
    display: block;
    margin-right: 0;
    width: 90%;
    margin: 0 auto 10px;
  }

  .info-sec {
    padding: 4rem 1rem;
  }

  .info-box {
    padding: 2rem 1.5rem;
    border-width: 1px;
  }

  .info-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .info-text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }
}
