html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  color: #2b2b2b;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  z-index: 1000;
  flex-direction: row;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  background: #faf0e6;
  justify-content: space-between;
}

.sp_nav {
  display: none;
}

nav {
  display: flex;
}

.head_list {
  list-style: none; /* リストのスタイルを削除 */
  padding: 0; /* パディングを削除 */
  margin: 0; /* マージンを削除 */
  display: flex; /* 横並びにする */
  gap: 2.5rem;
  width: 27.5rem;
  margin-right: 5rem;
}

li {
  margin: 0 0.9375rem;
}

.hamburger {
  display: none;
}

.hamburger-label {
  display: none;
}

.head {
  flex-direction: row;
  display: flex;
  align-items: center;
  max-width: 62.5rem;
  margin: 0 auto;
}

.logo {
  width: 10rem;
  height: auto;
  margin-right: 7rem;
}

.head_link {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.head_btn {
  margin-left: 4.375rem;
  background: #deb7b7;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  width: 13.25rem;
  height: 3.75rem;
  padding: 1rem 1.25rem 1rem 1.43rem;
  border-radius: 0.75rem;
}

.head_button {
  white-space: nowrap;
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0.75rem;
}

.head_btn:hover {
  border-radius: 0.75rem;
  background: #ebaaaa;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  transform: translateY(0.1875rem);
}

.hero {
  width: 100%;
  position: relative;
}

.hero_img img {
  width: 100%;
  height: 45rem;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center;
}

.sp_hero_img {
  display: none;
}

.hero_title_letters {
  display: flex;
  position: absolute;
  justify-content: center;
  margin: 10.85rem 0 4rem 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hero_title {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-right: 6.75rem;
}

.hero_subtitle {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.hero_subtitle span {
  font-size: 4rem;
}

.sp_hero_description {
  display: none;
}

.hero_description {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  top: 30rem;
  margin-left: 10%;
  position: absolute;
}

.hero_tag {
  background: #faf0e6;
  width: 100%;
  height: 7vw;
}

.second {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 5.375rem;
  padding: 5rem 8.84375rem;
}

.second_title {
  display: flex;
  justify-content: center;
}

.second_title p {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.second_contents {
  display: flex;

  margin: 0 auto;
  gap: 3.125rem;
  max-width: 75rem;
}

.seccond_details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.187rem;
  width: 100%;
}

.second_img {
  width: 15.625rem;
  height: 15.625rem;
}

.second_detail_title {
  color: var(--, #2b2b2b);
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.second_detail_contents {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.third {
  width: 100%;
  height: auto;
  border-radius: 0.125rem; /* 2px -> 0.125rem */
  background: #faf0e6;
  padding: 3.75rem 12.5rem 3.75rem 8.75rem;
  align-items: center;
  overflow: visible;
  position: relative;
}

.third_contents {
  display: flex;
  max-width: 75rem;
  gap: 6.5rem;
  margin: 0 auto;
}

.third_title {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 21rem;
}

.third_subtitle {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0.687rem 0 1.625rem 0;
}

.third_details {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.third_img0 img {
  width: 25.812rem;
  height: 22.5rem;
}

.third_img1 {
  overflow-x: hidden;
}

.third_img1 img {
  position: absolute;
  width: 8.53rem;
  height: 10.95rem;
  margin-top: -6rem;
  left: 2rem;
  transform: rotate(-10.292deg);
  flex-shrink: 0;
}

.fourth {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5rem 8.625rem 5rem 8.75rem;
  gap: 4.375rem;
}

.fourth_title {
  width: 100%;
}

.fourth_main_titile {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1vw;
}

.fourth_sub_title {
  color: var(--, #2b2b2b);
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fourth_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.fourth_details {
  display: flex;
  flex-direction: row;
  gap: 5.8125rem;
  max-width: 75rem;
}

.fourth_img0 img {
  width: 25.9375rem;
  height: auto;
}

.fourth_text1 p {
  order: 1;
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.fourth_img1 {
  order: 2;
}

.fourth_img1 img {
  width: 23.13rem;
  height: 25.94rem;
  flex-shrink: 0;
  order: 2;
}

.fourth_img2 img {
  width: 25.94rem;
  height: 24.38rem;
  flex-shrink: 0;
}

.fourth_text {
  width: 100%;
  text-align: left;
  display: flex;    
  gap: 1.25rem;
  flex-direction: column;
}

.fourth_text {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

.fourth_text_title p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  margin-bottom: 2vw;
}

.fourth_text_contexts p {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

.fifth {
  width: 100%;
  background-color: #faf0e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.81rem;
  padding: 3vw 10vw;
}

.fifth_title p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.fifth_contents {
  max-width: 80.625rem;
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.fifth_block {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 29vw;
  min-width: 21rem;
  max-width: 24rem;
  height: auto;
  min-height: 25.93rem;
  gap: 0.93rem;
  padding: 0.75rem 2.5rem;
}

.fifth_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fifth_img img {
  width: 14.38rem;
  height: 14.25rem;
}

.fifth_texts {
  flex-direction: column;
  display: flex;
  gap: 0.93rem;
}

.fifth_text_title p {
  color: var(--, #2b2b2b);
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fifth_text_detail {
  text-align: left;
}

.fifth_text_detail p {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  flex-wrap: wrap;
}

.fifth_img_absolute img {
  position: absolute;
  width: 13.56rem;
  height: 9.31rem;
  flex-shrink: 0;
  margin-top: -5rem;
  right: 0;
  margin-right: 1.5rem;
}

.sixth {
  width: 100%;
  height: auto;
  padding: 5rem 8.75rem;
}

.sixth_contents {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 3.13rem;
}

.sixth_title {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.88rem;
}

.sixth_block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2.75rem;
}

.sixth_explain {
  display: flex;
  flex-direction: column;
}

.sixth_texts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #deb7b7;
  width: 43.75rem;
  height: 5rem;
  flex-shrink: 0;
  padding: 0.94rem;
  margin-bottom: 1.56rem;
}

.sixth_menu {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.sixth_detail {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  width: 24.31rem;
  height: auto;
  text-align: left;
}

.price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
}

.price p {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-wrap: nowrap;
}

.price img {
  width: 20.5rem;
  height: 0.0625rem;
}

.price_space {
  transform: translateX(1.35rem);
}

.sixth_img img {
  width: 16.88rem;
  height: 16.25rem;
  flex-shrink: 0;
}

.seventh {
  width: 100%;
  background: #faf0e6;
  padding: 3.75rem 0 7.625rem 0;
}

.seventh_contents {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 4.25rem;
}

.seventh_title p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.seventh_imgs0 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.25rem;
  max-width: 70rem;
}

.seventh_img0 {
  width: 14rem; /* 224px -> rem */
  height: 15.8125rem; /* 253px -> rem */
  flex-shrink: 0;
}

.seventh_img1 {
  width: 22rem; /* 352px -> rem */
  height: 19.9375rem; /* 319px -> rem */
  flex-shrink: 0;
}

.seventh_img2 {
  width: 20.3125rem; /* 325px -> rem */
  height: 15.4375rem; /* 247px -> rem */
  flex-shrink: 0;
}

.seventh_img3 {
  width: 16.375rem; /* 262px -> rem */
  height: 12.9375rem; /* 207px -> rem */
  flex-shrink: 0;
}

.seventh_img4 {
  width: 18rem; /* 288px -> rem */
  height: 12.9375rem; /* 207px -> rem */
  flex-shrink: 0;
}

.seventh_img5 {
  width: 20.6875rem; /* 331px -> rem */
  height: 12.9375rem; /* 207px -> rem */
  flex-shrink: 0;
}

.eighth {
  width: 100%;
  padding: 5rem 0.625rem 6.25rem 0.625rem; /* 80px, 10px, 100px, 10px -> rem */
}

.eighth_contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 5.3125rem; /* 85px -> rem */
}

.eighth_title p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eighth_blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  height: auto;
  gap: 2.875rem 3.625rem;
}

.eight_block {
  border-radius: 0.5rem;
  border: 0.0625rem solid #deb7b7;
  background: #fff;
  padding: 0.8125rem 1.3125rem 3.1875rem 1.6875rem;
  width: 29.4375rem;
  height: auto;
  flex-shrink: 0;
}

.eighth_person {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 1.375rem;
  margin-bottom: 0.625rem;
}

.eighth_img img {
  width: 6.25rem;
  height: 6.25rem;
  flex-shrink: 0;
}

.eighth_explain {
  display: flex;
  flex-direction: column;
}

.eighth_block_title p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eighth_block_detail p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eighth_text {
  text-align: left;
}

.eighth_text p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.arrow {
  display: none;
}

.arrow-left {
  display: none;
}

.arrow-right {
  display: none;
}

.slider-dots {
  display: none;
}

.dot {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.3rem;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}

.dot.active {
  background-color: #f33;
}

.nineth {
  width: 100%;
  height: auto;
}

.nineth_conteiner {
  width: 100%;
  height: auto;
  background: #faf0e6;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 80px 0;
  gap: 74px;
}

.nineth_title p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nineth_contents {
  display: flex;
  width: 100%;
  height: auto;
  gap: 92px;
  flex-direction: row;
  justify-content: center;
}

.nineth_img img {
  width: 300px;
  height: 445px;
  flex-shrink: 0;
}

.nineth_texts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
  width: 503px;
}

.nineth_subtitle p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.nineth_name p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nineth_detail p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.tenth {
  width: 100%;
  height: auto;
}

.tenth_conteiner {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5.3125rem;
}

.tenth_title p {
  color: var(--, #2b2b2b);
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tenth_contents {
  width: 62.5rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 2.125rem;
  margin: 0 auto;
}

.tenth_block {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.tenth_block_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5625rem 2.5rem 0.625rem 1.5625rem;
  border: 0.0625rem solid #deb7b7;
  background: #fff;
}

.tenth_block_title img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.tenth_block.open .tenth_block_title img {
  transform: rotate(180deg);
}

.tenth_text {
  width: 100%;
  height: auto;
  display: none;
  text-align: left;
  padding: 0.5625rem 2.5rem 0.625rem 1.5625rem;
  border: 0.0625rem solid #deb7b7;
  background: #fff;
}

.tenth_block.open .tenth_text {
  display: block;
}

.eleventh {
  width: 100%;
  height: auto;
}

.eleventh_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 3.9375rem;
  padding: 5rem 0;
  background: #faf0e6;
}

.eleventh_title p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eleventh_maintitle {
  font-size: 2rem;
  margin-bottom: 1vw;
}

.eleventh_subtitle {
  font-size: 1.25rem;
}

.contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8.6875rem;
}

.eleventh_block {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.eleventh_block_title {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eleventh_line {
  display: none;
}

.eleventh_detail {
  width: 18.75rem;
  height: 18.75rem;
  flex-shrink: 0;
  background: #fff;
  padding: 1.25rem 0.8125rem;
}

.eleventh_num {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  align-items: center;
  justify-content: center;
  margin: 1.4375rem 0 1.5rem 0;
}

.number {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eleventh_block_sp {
  display: none;
}

.eleventh_num_sp {
  display: none;
}

.twentieth {
  width: 100%;
  height: auto;
}

.twentieth_container {
  max-width: 51.25rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  gap: 1.875rem;
  padding: 5rem 0;
  background: #fff;
}

.twentieth_title p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.twentieth_text {
  text-align: left;
}

.twentieth_text p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.twentieth_img0 img {
  width: 39.875rem;
  height: 26.75rem;
  flex-shrink: 0;
  margin: 1.25rem 0 1.875rem 0;
}

.twentieth_contents {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}

.twentieth_block {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.twentieth_btn0 {
  width: 19.125rem;
  height: 4.922rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  background: #f4e2aa;
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25); /* 4px -> 0.25rem */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.9375rem;
}

.twentieth_btn0:hover {
  background: #b8ab84;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25); /* 4px -> 0.25rem */
  transform: translateY(0.1875rem); /* 3px -> 0.1875rem */
}

.twentieth_btn0 p,
.twentieth_btn1 p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.twentieth_btn0 img,
.twentieth_btn1 img {
  width: 1.859375rem;
  height: 1.8524375rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
}

.twentieth_btn1 {
  width: 19.125rem;
  height: 4.9375rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  background: #f3ff98;
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25); /* 4px -> 0.25rem */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: left;
  gap: 0.4375rem;
}

.twentieth_btn1:hover {
  background: #cddb69f6;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25); /* 4px -> 0.25rem */
  transform: translateY(0.1875rem); /* 3px -> 0.1875rem */
}

.thirteenth {
  width: 100%;
  height: auto;
}

.thirteenth_container {
  width: 100%;
  height: auto;
  padding: 3.63rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.38rem;
}

.thirteenth_title p {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.thirteenth_contents {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 3.44rem;
}

.map iframe {
  width: 28.13rem;
  height: 25rem;
  flex-shrink: 0;
}

.thirteenth_text img {
  width: 10.75rem;
  height: 5.19rem;
  flex-shrink: 0;
  margin-bottom: 2.19rem;
}

.address_number {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; /* 100% */
}

.address {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.time {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 1.25rem 0 3.4375rem 0;
}

.station {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.spnum {
  color: #2b2b2b;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 1.875rem;
}

footer {
  width: 100%;
  height: auto;
  background: #faf0e6;
  display: flex;
  justify-content: center;
}

.footer_container {
  width: 80%;
  max-width: 75rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0 2.875rem 0;
}

.footer_text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer_text img {
  width: 12.25rem;
  height: auto;
  flex-shrink: 0;
}

.footer_address,
.footer_time {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer_sns img {
  width: 2.5625rem;
  height: 2.5625rem;
  flex-shrink: 0;
}

.footer_menu {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  margin-right: 6rem;
}

.footer_menu a,
.footer_menu p {
  color: #5c2020;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

li {
  margin: 0;
}

.sp_footer_menu {
  display: none;
}

.sp_footer_sns {
  display: none;
}

@media screen and (max-width: 1200px) {
  header {
    height: 7vw;
    min-height: 4.5rem;
    width: 100%;
  }
  .head_list {
    gap: 2.5vw;
    width: 100%;
    margin: 0 0 0 3vw;
  }
  li {
    margin: 0;
  }

  .logo {
    width: 13vw;
    min-width: 6rem;
    margin-right: 10vw;
    display: block;
  }

  .head_link {
    font-size: 1.1rem;
  }

  .head_btn {
    width: 20vw;
    min-width: 12.5rem;
    margin-left: 5vw;
  }

  .head_button {
    font-size: clamp(1rem, 3vw, 1.25rem);
  }

  .hero {
    width: 100%;
  }

  .hero_img img {
    min-width: 14rem;
    width: 100%;
    height: 70vw;
  }

  .hero_title {
    font-size: clamp(5rem, 10vw, 6rem);
  }

  .hero_subtitle {
    font-size: clamp(5rem, 10vw, 6rem);
  }
  .hero_subtitle span {
    font-size: clamp(3rem, 7vw, 4rem);
  }

  .hero_description {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .second {
    width: 100%;
    gap: 7.1vw;
    padding: 7vw 10vw;
  }

  .second_title p {
    font-size: clamp(1.25rem, 5vw, 2.25rem);
  }

  .second_contents {
    gap: 4.3vw;
  }

  .seccond_details {
    gap: 2.5vw;
  }

  .second_img {
    width: 80.38%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .second_detail_title {
    font-size: clamp(1rem, 1.7vw, 1.25rem);
  }

  .third {
    width: 100%;
    padding: 5vw 9vw 5vw clamp(10rem, 10vw, 10vw);
  }

  .third_contents {
    gap: 4vw;
    width: 100%;
    position: relative;
  }
  .third_description {
    width: 100%;
  }
  .third_title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    min-width: 19rem;
    width: 100%;
  }

  .third_subtitle {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
  }
  .third_img0 {
    display: flex;
    align-items: center;
  }
  .third_img0 img {
    width: 22.812rem;
    height: 18.5rem;
  }

  .third_img1 img {
    width: 7.53rem;
    height: 9.95rem;
  }
  .third_img1 {
    overflow-x: hidden;
  }

  .fourth {
    width: 100%;
    padding: 7vw;
    gap: 5vw;
  }

  .fourth_main_titile p {
    font-size: clamp(1.125rem, 3vw, 2rem);
  }

  .fourth_sub_title p {
    font-size: clamp(1rem, 2vw, 1.125rem);
  }

  .fourth_contents {
    gap: 5vw;
  }

  .fourth_details {
    gap: 6vw;
  }

  .fourth_img0 img {
    width: 30vw;
    height: auto;
  }

  .fourth_img1 img {
    width: 26vw;
    height: auto;
  }

  .fourth_img2 img {
    width: 30vw;
    height: auto;
  }

  .fifth {
    width: 100%;
    gap: 7vw;
    padding: 7vw 0;
  }

  .fifth_title p {
    font-size: clamp(1.125rem, 3vw, 2rem);
  }

  .fifth_contents {
    width: 100%;
    gap: 7vw;
  }

  .fifth_block {
    width: 100%;
    height: auto;
    padding: 1vw 4vw;
    min-width: 0;
  }

  .fifth_img {
    display: flex; /* これを追加 */
    width: 100%;
    align-items: center;
  }

  .fifth_img img {
    width: 14.38rem;
    height: 13.25rem;
  }

  .sixth {
    width: 100%;
    padding: 4vw clamp(3vw, 4vw, 7vw);
  }

  .sixth_contents {
    gap: 4vw;
  }

  .sixth_title {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .sixth_block {
    gap: 2.5vw;
  }

  .sixth_texts {
    width: auto;
    height: auto;
    padding: 0.9vw;
    margin-bottom: 4vw;
    align-items: center;
  }

  .sixth_menu {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .sixth_detail {
    width: 65%;
    margin-left: 0.5vw;
  }

  .price {
    gap: 2vw; /* 28px ÷ 16 = 1.75rem */
  }

  .price p {
    color: #2b2b2b;
    font-size: clamp(1.125rem, 3vw, 2rem);
  }

  .price img {
    width: 18.5rem; /* 328px ÷ 16 = 20.5rem */
  }

  /* .price_space {
    margin-left: 2.6rem;
  } */

  .sixth_img img {
    width: 15.88rem; /* 270px ÷ 16 ≒ 16.88rem */
    height: 15.25rem; /* 260px ÷ 16 = 16.25rem */
  }
  .seventh {
    padding: 4vw 2vw 9vw 2vw;
  }

  .seventh_contents {
    gap: 4vw;
  }

  .seventh_title p {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .seventh_imgs0 {
    width: 100%;
    height: auto;
    gap: 3vw;
    flex-wrap: wrap;
  }

  .seventh_img0 {
    width: 19vw;
    height: auto;
    min-width: 12rem;
  }

  .seventh_img1 {
    width: 29.3vw;
    height: auto;
    min-width: 19rem;
  }

  .seventh_img2 {
    width: 27.5vw;
    height: auto;
    min-width: 17.5rem;
  }

  .seventh_img3 {
    width: 22.5vw;
    min-width: 14rem;
    height: auto;
  }

  .seventh_img4 {
    width: 25vw;
    min-width: 16rem;
    height: auto;
  }

  .seventh_img5 {
    width: 28vw;
    min-width: 18rem;
    height: auto;
  }
  .eighth_contents {
    gap: 5vw;
  }

  .eighth_blocks {
    gap: 3.5vw;
  }

  .eight_block {
    padding: 2vw;
    width: 46.5%;
  }

  .eighth_person {
    gap: 1vw;
  }

  .eighth_img img {
    width: 90px;
    height: 90px;
  }

  .nineth_contents {
    gap: 6vw;
  }

  .nineth_img img {
    width: 30vw;
    height: auto;
  }

  .nineth_texts {
    gap: 1vw;
    width: 60vw;
  }

  .tenth_conteiner {
    gap: 4vw;
    padding: 4vw 3vw 7vw 3vw;
  }

  .tenth_title p {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .tenth_contents {
    width: 100%;
    gap: 3vw;
  }

  .tenth_block_title {
    text-align: left;
    padding: 2vw;
  }

  .tenth_text {
    padding: 2vw;
  }

  .footer_container {
    width: 90%;
    padding: 4vw 0 5vw 0;
  }

  .footer_text {
    gap: 2vw;
  }

  .footer_text > img {
    display: block;
    margin: 0 auto;
  }

  .footer_text img {
    width: 10rem;
  }

  .footer_address,
  .footer_time {
    font-size: clamp(1rem, 2vw, 1.25rem);
    white-space: nowrap;
  }

  .footer_sns img {
    width: 2.5625rem;
    height: 2.5625rem;
    flex-shrink: 0;
  }

  .footer_menu {
    gap: 0.5vw;
    margin: 0;
  }

  .footer_menu a,
  .footer_menu p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 864px) {
  header {
    height: auto;
    min-height: 3.75rem;
    width: 100%;
    position: fixed;
    z-index: 1000;
  }

  .head {
    margin: 0;
  }

  .logo {
    margin: 0;
    margin-left: 5vw;
    width: 7.5rem;
    height: 3.125rem;
  }

  /* PC用の要素を非表示 */
  .head_btn,
  .head_button,
  .pc_nav {
    display: none;
  }

  .sp_head_btn,
  .sp_head_button,
  .sp_nav {
    display: block;
  }
  .sp_head_btn {
    background: #deb7b7;
    box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25); /* 4px -> 0.25rem */
    width: 13.25rem;
    height: 3.75rem;
    padding: 1rem 1.25rem 1rem 1.43rem;
    border-radius: 0.75rem;
  }
  .sp_head_button {
    white-space: nowrap;
    color: #5c2020;
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0.75rem;
  }

  .sp_head_btn:hover {
    border-radius: 0.75rem; /* 12px -> 0.75rem */
    background: #ebaaaa;
    box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25); /* 4px -> 0.25rem */
    transform: translateY(0.1875rem); /* 3px -> 0.1875rem */
  }

  /* 変更1: ハンバーガーアイコンを非表示ではなく表示 */
  .hamburger {
    /* 本来、PC時には非表示、SP時には表示したいため、
       ここでは display: block; とします */
    display: none;
  }

  /* --- ハンバーガーアイコン（ラベル）のスタイル --- */
  .hamburger-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* 中心に合わせる */
    right: 3vw;
    margin-right: 3vw;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    z-index: 9999;
    background: none; /* 背景色なし */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ハンバーガーの3本線 */
  .hamburger-label span,
  .hamburger-label span::before,
  .hamburger-label span::after {
    position: absolute;
    content: "";
    display: block;
    width: 6vw;
    min-width: 3.5rem;
    height: 0.187rem;
    background-color: #5c2020; /* 黒 */
    transition: 0.3s ease;
  }

  /* 真ん中の線 */
  .hamburger-label span {
    top: 50%;
    transform: translateY(-50%);
  }

  /* 上の線 */
  .hamburger-label span::before {
    top: -0.7rem;
  }
  /* 下の線 */
  .hamburger-label span::after {
    top: 0.7rem;
  }

  /* 
    変更2: メニューを「右端から左へ」スライド表示にする。
    左から隠すのではなく、right:0; width:60%; transform:translateX(100%);
  */
  .sp_nav ul {
    position: fixed;
    top: 0;
    right: 0; /* 右端に固定 */
    width: auto; /* 横幅60%まで開く */
    height: 100vh;
    margin: 0;
    padding: 3vw 4vw;
    list-style: none;
    background-color: #fff; /* 背景白 */
    transform: translateX(100%); /* 初期は画面外(右)に隠す */
    transition: transform 0.3s ease; /* ぬるっと開閉 */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    z-index: 9998;
    opacity: 0.95;
  }

  /* メニュー項目の余白調整 */
  .sp_nav ul li {
    margin: 1em 0;
  }

  /* 
    変更3: チェックONで translateX(0) にして右→左へ表示 
  */
  .hamburger:checked + .hamburger-label + ul {
    transform: translateX(0);
  }

  /* --- ハンバーガー → × の変形は従来通り --- */
  /* 真ん中線を透明に */
  .hamburger:checked + .hamburger-label span {
    background-color: rgba(0, 0, 0, 0);
  }
  /* 上の線を「／」方向に回転 */
  .hamburger:checked + .hamburger-label span::before {
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
  }
  /* 下の線を「＼」方向に回転 */
  .hamburger:checked + .hamburger-label span::after {
    transform: rotate(-45deg) translate(0.5rem, -0.5rem);
  }
  .logo {
    width: 12vw;
    min-width: 7.6rem;
  }
  .hero_img {
    overflow-x: hidden;
  }
  .hero_img img {
    width: 54rem;
    height: 70vw;
    min-height: 30rem;
    max-height: 42.75rem;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  .hero_title_letters {
    margin: clamp(8.125rem, 20vw, 20vw) 0 0 0;
  }

  .hero_title {
    margin-right: 9vw;
    font-size: clamp(2.5rem, 9vw, 5rem);
  }

  .hero_subtitle {
    font-size: clamp(2.5rem, 9vw, 5rem);
  }
  .hero_subtitle span {
    font-size: clamp(2rem, 7vw, 4rem);
  }

  .hero_description {
    font-size: clamp(1.5rem, 5vw, 3rem);
    top: clamp(17.625rem, 50vw, 50vw);
  }

  .second_contents {
    flex-direction: column;
  }

  .second_img {
    width: 15.625rem;
    height: auto;
  }

  .second_detail_title {
    font-size: 1.25rem;
  }

  .second_detail_contents {
    font-size: 1rem;
  }

  .third {
    padding: 3vw clamp(1.25rem, 2vw, 3vw) 10vw clamp(2.25rem, 2vw, 3vw);
  }

  .third_contents {
    display: flex;
    flex-direction: column;
  }

  .third_title {
    font-size: 1.25rem;
  }

  .third_subtitle p {
    font-size: 1.125rem;
  }

  .third_img0 {
    justify-content: center;
  }
  .third_img0 img {
    width: 22.06rem;
    height: 19.44rem;
    flex-shrink: 0;
  }

  .third_img1 img {
    min-width: 7rem;
    min-height: 7.9rem;
    width: 18vw;
    height: 20vw;
    margin-top: 0;
    left: 70vw;
    margin-top: -7vw;
    transform: rotate(69.482deg);
  }

  .third_img1 {
    overflow-x: hidden;
  }

  .fourth {
    width: 100%;
    padding: 4vw;
  }

  .fourth_details {
    display: flex;
    flex-direction: column;
  }

  .fourth_img0 img {
    width: 80%;
    height: auto;
  }
  .fourth_img1 img {
    width: 80%;
    height: auto;
  }
  .fourth_img2 img {
    width: 80%;
    height: auto;
  }

  .fourth_img0 {
    order: 2;
  }

  .fourth_text {
    font-size: 1rem;
  }

  .fourth_text0 {
    order: 1;
  }

  .fourth_img1 {
    order: 2;
  }

  .fourth_text1 {
    order: 1;
  }
  .fourth_img2 {
    order: 2;
  }

  .fourth_text2 {
    order: 1;
  }

  .fourth_text_title p {
    font-size: 1.5rem;
  }

  .fourth_text_contexts p {
    font-size: 1rem;
  }

  .fourth_img2 img {
    width: 90%;
  }

  .fifth {
    width: 100%;
    padding: 4vw 4vw clamp(5rem, 10vw, 10vw) 4vw;
    display: flex;
  }

  .sixth {
    width: 100%;
    padding: 4vw 7vw;
  }

  .sixth_block {
    flex-direction: column;
  }

  .sixth_explain {
    width: 100%;
  }

  .price img {
    width: 40vw;
  }

  .price_space {
    margin: 0;
  }
  .seventh {
    padding: 4vw 2vw 9vw 2vw;
  }

  .seventh_imgs0 {
    width: 100%;
    height: auto;
    gap: 3vw;
  }

  .seventh_img0 {
    width: 19vw;
    height: auto;
  }

  .seventh_img1 {
    width: 29.3vw;
    height: auto;
  }

  .seventh_img2 {
    width: 27.5vw;
    height: auto;
  }

  .seventh_img3 {
    width: 22.5vw;
    height: auto;
  }

  .seventh_img4 {
    width: 25vw;
    height: auto;
  }

  .seventh_img5 {
    width: 28vw;
    height: auto;
  }
  .eighth {
    width: 100%;
    padding: 0;
    padding-bottom: 5vw;
  }

  .eighth_blocks {
    width: 400%;
    max-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    gap: 1%;
    margin: 0;
  }

  .eight_block {
    width: 24%;
    height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 3vw 3vw 8vw 3vw;
  }

  .slider-container {
    position: relative; /* 子要素の絶対配置に必要 */
    /* 横スクロールを隠す場合 */
    width: 100%; /* お好みで */
    margin: 0 auto;
    overflow-x: hidden;
  }

  .arrow {
    position: absolute; /* 親（.slider-container）を基準に配置 */
    top: 50%; /* 縦方向の中央 */
    transform: translateY(-50%); /* 中央寄せのために移動 */
    /* 円形デザイン */
    width: 2rem;
    height: 2rem;
    border-radius: 50%;

    /* ボタンの見た目 */
    background-color: #deb7b7;
    color: #fff;
    border: none;
    font-size: 1.3rem; /* 矢印文字のサイズ */
    display: flex; /* 中身(矢印文字)を中央寄せ */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10; /* スライドより前面に表示するため */
    opacity: 0.7;
  }

  /* 左矢印は左端に */
  .arrow-left {
    display: block;
    left: 0vw;
  }

  /* 右矢印は右端に */
  .arrow-right {
    display: block;
    right: 0vw;
  }

  /* お好みでホバー時の色を変える */
  .arrow:hover {
    background-color: #deb7b77c;
  }
  .slider-dots {
    display: block;
    text-align: center; /* ドットを中央寄せ */
    margin-top: 1rem; /* スライダーとの隙間 */
  }

  .dot {
    display: inline-block;
    width: 0.8rem; /* ドットのサイズ */
    height: 0.8rem;
    margin: 0 0.3rem; /* ドット同士の隙間 */
    border-radius: 50%; /* 円形 */
    background-color: #ccc;
    cursor: pointer;
  }

  /* アクティブなドットだけ色を変える */
  .dot.active {
    background-color: #5c2020; /* お好みの強調色 */
  }

  .eleventh_container {
    gap: 7vw;
    padding: 7vw 2vw;
  }

  .nineth_detail p {
    font-size: 1rem;
  }

  .eleventh_maintitle {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .eleventh_subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
  }

  .contents {
    gap: 8vw;
  }

  .eleventh_block {
    gap: 4vw;
  }

  .eleventh_block_title {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .eleventh_detail {
    width: 40vw;
    height: auto;
    padding: 2vw 1vw;
  }

  .line_code {
    width: 35vw;
    height: auto;
  }

  .elevebth_img_1 {
    width: 26.5vw;
    height: auto;
  }

  .elevebth_img_0 {
    width: 4.89vw;
    height: auto;
  }

  .eleventh_num {
    margin: 2.8vw 0 2.8vw 0;
  }

  .number {
    font-size: 1.25rem;
    white-space: nowrap;
  }

  .twentieth_container {
    width: 100%;
    gap: 4vw;
    padding: 7vw 4vw;
  }

  .twentieth_title p {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .twentieth_text p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.4;
    white-space: nowrap;
  }

  .twentieth_img0 img {
    width: 100%;
    max-width: 638px;
    height: auto;
  }

  .twentieth_contents {
    width: 100%;
    height: auto;
    gap: 3vw;
  }

  .twentieth_block {
    justify-content: center;
    align-items: center;
    gap: 4vw;
  }
  .twentieth_block img {
    width: 100%;
    height: auto;
  }

  .twentieth_btn0 {
    width: 100%;
    gap: 2vw;
  }

  .twentieth_btn1 {
    width: 100%;
    gap: 1vw;
  }

  .twentieth_btn0 img,
  .twentieth_btn1 img {
    width: 5vw;
    min-width: 15.47px;
    height: auto;
  }

  .thirteenth_container {
    gap: 6vw;
    padding: 6vw 4vw;
  }

  .thirteenth_title p {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .thirteenth_contents {
    flex-direction: column;
    width: 100%;
    max-width: 28.13rem;
    gap: 5vw;
  }

  .map iframe {
    width: 100%;
    max-width: 28.13rem;
    height: auto;
    aspect-ratio: 5 / 4;
    margin: 0 auto;
  }

  .thirteenth_text img {
    width: 160px;
    height: 73px;
    flex-shrink: 0;
    margin-bottom: 25px;
  }

  .address_number {
    font-size: 1rem;
  }

  .address,
  .time,
  .station,
  .spnum {
    font-size: 1.25rem;
  }

  .time {
    margin: 25px 0 31px 0;
  }

  .spnum {
    margin-top: 31px;
  }

  .sp_footer_menu {
    display: block;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5vw;
  }

  .sp_footer_menu a,
  .sp_footer_menu p {
    color: #5c2020;
    font-family: "BIZ UDPMincho", serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-shrink: 0;
  }

  .footer_container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 7vw 0;
  }

  .footer_text {
    text-align: left;
    gap: 0;
  }

  .footer_text > img {
    display: block;
    margin: 0 auto;
  }

  .footer_text img {
    margin-bottom: 39px;
  }

  .footer_address {
    margin: 27px 0 25px 0;
  }

  .footer_time {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }

  .footer_sns {
    display: none;
  }

  .sp_footer_sns {
    display: block;
    justify-content: center;
  }

  .sp_footer_sns img {
    width: 2.5625rem;
    height: 2.5625rem;
    flex-shrink: 0;
  }

  .sp_footer_sns > img {
    margin: 0;
  }

  .footer_menu {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .nineth_conteiner {
    gap: 3vw;
    padding: 5vw 4vw;
  }

  .nineth_title p {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .nineth_contents {
    flex-direction: column;
    gap: 5vw;
  }

  .nineth_texts {
    width: 100%;
    height: auto;
  }

  .nineth_subtitle p {
    font-size: 1rem;
  }

  .twentieth_title p {
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .twentieth_text p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.4;
    white-space: wrap;
  }

  .twentieth_contents {
    flex-direction: column;
    gap: 7vw;
  }

  .twentieth_block {
    gap: 7vw;
  }

  .twentieth_btn0,
  .twentieth_btn1 {
    width: 80%;
  }
}

@media screen and (max-width: 510px) {
  .sixth_texts {
    flex-direction: column;
    padding: 3vw 2vw;
    gap: 2vw;
  }

  .price img {
    width: 38vw;
  }

  .price_space {
    transform: translateX(0.76rem);
  }

  .sixth_detail {
    margin: 0;
    width: 100%;
  }

  .eleventh_container {
    gap: 10vw;
    padding: 10vw 2vw;
  }

  .contents {
    display: flex;
    flex-direction: column;
  }

  .eleventh_block_title {
    display: none;
  }
  .eleventh_line {
    display: block;
  }

  .line_code {
    display: none;
  }

  .elevebth_img_1 {
    display: none;
  }
  .elevebth_img_0 {
    min-width: 30px;
    color: #deb7b7;
  }
  .eleventh_block {
    width: 100%;
    align-items: center;
  }
  .eleventh_block_sp {
    border-radius: 12px;
    background: #deb7b7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw 7vw;
    width: 80%;
    height: auto;
    gap: 2vw;
  }
  .eleventh_block_sp p {
    display: block;
    color: #fff;
    font-family: "BIZ UDPMincho", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .eleventh_detail {
    display: none;
  }
  .eleventh_num_sp {
    display: block;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6vw 7vw;
    gap: 2vw;
    width: 80%;
    height: auto;
  }
  .eleventh_num_sp p {
    font-size: 1.25rem;
    color: #deb7b7;
  }
}

@media screen and (max-width: 400px) {
  .hero_description {
    margin-left: 2vw;
  }
  .third_img0 img {
    width: 100%;
    height: auto;
  }

  .third_img1 img {
    width: 10vw;
    height: 11vw;
    margin-top: -13vw;
    left: 70vw;
  }
  .third_img1 {
    overflow-x: hidden;
  }

  .fifth {
    width: 100%;
    padding: 0 4vw 15vw 4vw;
    display: flex;
  }

  .fifth_contents {
    width: 100%;
    height: auto;
  }

  .fifth_block {
    width: 100%;
    height: auto;
  }
  .fifth_img {
    width: 100%;
  }
  .fifth_texts {
    width: 100%;
    height: auto;
  }
  .fifth_text_detail p {
    flex-wrap: wrap;
  }
  .fifth_img_absolute img {
    width: 11.56rem;
    height: 7.31rem;
    margin-top: -4rem;
  }
  .seventh {
    padding: 8vw 2vw 12vw 2vw;
  }

  .seventh_contents {
    gap: 8vw;
  }

  .seventh_imgs0 {
    width: 100%;
    height: auto;
    gap: 3vw;
  }

  .seventh_img0 {
    width: 90%;
    height: auto;
    min-width: auto;
  }

  .seventh_img1 {
    width: 90%;
    height: auto;
    min-width: auto;
    margin: -6vw 0;
  }

  .seventh_img2 {
    width: 90%;
    height: auto;
    min-width: auto;
    margin: 3vw 0;
  }

  .seventh_img3 {
    width: 90%;
    height: auto;
    min-width: auto;
    margin: 3vw 0;
  }

  .seventh_img4 {
    width: 90%;
    height: auto;
    min-width: auto;
    margin: 3vw 0;
  }

  .seventh_img5 {
    width: 100%;
    height: auto;
    min-width: auto;
    margin: 3vw 0;
  }

  .footer_text {
    width: 100%;
  }

  .sp_footer_menu {
    gap: 0.1vw;
  }

  .sp_footer_menu a,
  .sp_footer_menu p {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 370px) {


  .sp_hero_description {
    display: block;
    color: #5c2020;
    font-family: "BIZ UDPMincho", serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    top: clamp(17.625rem, 50vw, 50vw);
    margin-left: 2vw;
    position: absolute;
    font-size: 1.5rem;
  }
  .hero_description {
    display: none;
    font-size: 1.3 rem;
  }
  .nineth_subtitle p {
    font-size: 0.9rem;
  }
  .eleventh_maintitle {
    font-size: 1.2rem;
  }
  .eleventh_subtitle {
    font-size: 0.9rem;
  }
  .eleventh_num_sp p {
    font-size: 1.2rem;
  }
  .twentieth_btn1 {
    width: 90%;
  }
}
