#find_scene,
#find_price,
#find_kokuin,
#service_wrapping,
#service_concierge {
  padding-top: 198px;
  margin-top: -198px;
}

/*******************************/
#main,
#nav,
#find_scene,
#find_price,
#find_kokuin,
#service {
  padding-bottom: 180px;
  letter-spacing: 0.1em;
  line-height: 3.6rem;
}

.subtitle {
  margin: 100px 0;
  padding: 30px 0;
}

#nav_lead_text {
  margin-top: 5%;
  p {
    margin-bottom: 3rem;
  }
}
h1 {
  font-size: 5.2rem;
}

h2 {
  font-size: 6rem;
}

#find h1,
#service h1 {
  padding: 30px 0;
}

/*******************************/
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-around;
}

#find_kokuin .flex {
  justify-content: space-evenly;
}

#service_wrapping .flex *,
#find_kokuin .flex * {
  flex-basis: 40%;
}

.order1 {
  order: 1;
}

/*******************************/
#main_image {
  background-image: url("../../image/feature-spring2024-main.jpg");
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: calc(100vh - 198px);
  font-size: 4.8rem;
  text-transform: none;

  h1 {
    padding: 5% 0 0 5%;
    line-height: 1;
    text-align: left;
  }
}
/*******************************/

#nav {
  text-align: center;
}

#menu_title {
  margin-bottom: 3rem;
}

#nav_lead {
  width: 800px;
  padding: 5% 0;
  margin: auto;
  margin-bottom: 100px;
  text-align: center;
  line-height: 2;
}
.menu-category {
  padding: 30px;
}

.menu_category_title {
  margin-bottom: 0px;
  padding: 15px 0 10px;
  border-radius: 5px;
  font-size: 3.5rem;
}

#nav .flex {
  justify-content: space-evenly;
}

#nav li .flex {
  justify-content: space-between;
}

#nav {
  padding-bottom: 180px;
}

.menu_list {
  margin-bottom: 12px;
}

.menu_list a {
  display: block;
  padding: 24px 40px 15px;
  flex-grow: 1;
  font-size: 2rem;
  border-bottom: 1px solid var(--brown);
}

.fa-circle-chevron-down {
  color: var(--brown);
  margin-left: 20px;
}

/*******************************/
.scene h3 {
  font-size: 4.5rem;
}

.scene figure {
  position: relative;
  margin-bottom: 80px;
}

.scene_title {
  padding-bottom: 80px;
}

#find_scene figcaption {
  position: absolute;
  background-color: white;
  width: auto;
  height: auto;
  line-height: 2em;
}

#find_scene1 figcaption {
  padding: 4%;
  right: 55px;
  bottom: -120px;
}

#find_scene2 .right_bottom figcaption {
  padding: 4%;
  right: 55px;
  bottom: -120px;
  text-align: left;
}

#find_scene2 .left_top figcaption {
  padding: 4%;
  top: -55px;
  left: -30px;
  text-align: left;
  order: 1;
}

#find_scene3 figcaption {
  padding: 4%;
  left: 100px;
  bottom: -105px;
  text-align: left;
}

#find_kokuin img {
  width: 500px;
  height: 250px;
}

#find_kokuin .btn {
  text-align: left;
}

/*******************************/
.tab-label {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--brown);
  padding: 5px 25px;
  border-radius: 30px;
  background-color: white;
  color: var(--brown);
  margin-right: 15px;
  letter-spacing: 0.4rem;
}

.price_item {
  cursor: pointer;
}

.tab-content {
  width: 100%;
  display: none;
  margin-top: 30px;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background-color: var(--brown);
  color: white;
  font-weight: normal;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/*******************************/
#service {
  margin: 0;
}

#service img {
  width: 500px;
  height: auto;
}

#service .flex {
  justify-content: space-between;
  align-items: center;
}
.btn div {
  margin-top: 15px;
}
.button {
  margin: 100px;
}
