@charset "UTF-8";


html {
  width: 100vw; 
  height: auto;
}

body {
  margin: 0; 
  padding: 0; 
  width: 100vw; 
  min-width: 100vw; 
  height: auto; 
  font-size: 16px;
}

.header {
  background-color: #FFFCF7;
}

.header img {
  width: 11.5rem;
  height: 6.5rem;
  align-items: center;
}

.header__nav {
  display: none; 
  align-items: center;
  margin-left: auto;
}

.header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header__nav li {
  margin-left: 20px;
}

.header__nav a {
  text-decoration: none;
  color: #333;
}

.header__inner {
  display: flex;
  justify-content: space-between; 
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  width: auto;
}

.contact-info {
  display: flex;
  align-items: center;
  padding-right: 3em;
}

.location-link {
  color: #33210A;
}

span.location {
  border-bottom: 1px solid #33210A;
}

.phone-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 1.25em;
  padding: 0.3125em 0.9375em;
      margin-right: 1.25em;;
    margin-left: 1.25em;;
}

.phone-icon {
  font-size: 1em;
  margin-right: 10px;
  color: #333;
}

.phone-number {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.phone-number span:first-child {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.phone-number span:last-child {
  font-size: 0.7em;
  color: #777;
}

.phone-button {
  display: flex; 
  align-items: center; 
  text-decoration: none; 
}

img.icons_insta {
  width: 30px;
  height: 2em;
}


.header__hamburger {
  display: none; 
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}

.header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: all 0.3s ease;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__hamburger span:nth-child(3) {
  bottom: 0;
}


/* main */
/* warap */

.warap {
  width: 100%;
  height: 55em;
  color: #FFFCF7;
  background: linear-gradient(180deg, #FFFCF7 0%, #FFFCF7 29%, #F1934D 29%, #F1934D 100%);
  display: flex;
  justify-content: center;
  align-items: center;
   position: relative;
}

.warap img {
  display: block;
  width: 81%;
  height: 54.4375em;
   order: 2; 
  object-fit: cover; 
  margin-left: auto;
}

.warap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 81%; 
  height: 54.4375em; 
  padding-top: 0; 
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  order: 1;
  background-color: rgba(0, 0, 0, 0.2); 
}


 .warap h1 {
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  margin-top: 0;
  margin-bottom: 84px;
  white-space: nowrap;
  z-index: 1; 
  position: absolute;
  top: 4.25em;
}

.warap .overlay .menu-button {
  position: fixed;
    z-index: 10;
    right: 2.375em;
    bottom: 8em;
}

.overlay .menu-button {
  background-color: transparent; 
  border: none; 
  padding: 0; 
  cursor: pointer;
  width: 7.5625em; 
  height: auto; 
  margin-left: 20px; 
  align-self: flex-start; 
  margin-top: 1.05em; 
}

.overlay .cutton__img {
  display: block;
  width: 7.5625em; 
  height: 7.5625em;
  background-color: transparent;
  border-radius: 50%;
}

/* under btn */
/* レスポンシブのみ表示 */
.under-buttons-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding: 8px 0;
  display: none;
  box-sizing: border-box;
}

.under-buttons-container a {
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 10px 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center
}

a.under__phone {
  background-color: #33210A; 
}

a.under__menu {
  background-color: #D9A714; 
}

.under__phone .phone-icon {
  font-size: 1.5em;
}

.under__phone p.phone-text {
  font-size: 0.8em;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

a.under__menu {
  background-color: #D9A714;
  flex-direction: row; 
  gap: 0.6em; 
}

.under__menu span {
  display: flex; 
  align-items: center;
  line-height: 1;
}

.under__menu span img {
  width: 1.6em;
  height: auto;
  filter: brightness(0) invert(1); 
  display: block;
}

.under__menu p.menu-text {
  font-size: 0.8em;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.span__img {
  padding-right: 1em;
}

/* abouto us */
.about__us {
  background-color: #F1934D;
  height: 57.875em;
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative; 
  width: auto; 
}

.about__pict.hidden-sp {
    padding-left: 10em;
}

.about__pict {
  position: relative; 
  width: 50%; 
  height: 25rem; 
}

.about-image {
  width: 400px; 
}

.pict__about {
  display: none;
}

.about__pict img:first-child {
  position: absolute;
  left: 23%; 
  transform: rotate(-15.5deg); 
  width: 22.0375em;
  height: 28.276875em;
  object-fit: cover; 
  z-index: 1; 
}

.about__pict img:last-child {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 22.0375em;
  height: 28.276875em;
  z-index: 2;
}


.about-title {
  display: flex;
  align-items: center;
}

.text__box {
  display: flex;
  flex-direction: column;
  width: 34em;
  margin-right: 12.56em;
}

.about-text {
  box-sizing: border-box; 
}

.about-title {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.about__us h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size:  2em;
  color: #FFE9D1;
  text-align: center;
} 

.about-title span {
  display: inline-block;
  width: 5em;
  height: 8px;
  margin: 0 10px;
  color: #FFE9D1;
}

.line {
  font-family: "Potta One", system-ui;
  font-size: 4em;
  color: #FFE9D1;
  margin: 0;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.line::before,
.line::after {
  content: ""; 
  display: inline-block; 
  width: 80px;
  height: 8px; 
  background-color: #FFFCF7; 
  margin: 0 0.5em; 
}


.about-text__box {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #F7F4EB;
  list-style: none;
}

.ul__box {
  font-weight: 900;
  font-size: 3rem;
}

.li__text {
  font-size: 1.5rem;
}

/* slider */
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: 20.6875em; 
  object-fit: cover;
  width: 100%;
}

.swiper-slide {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* menu */

.menu {
  background-color: #E95532;
  padding-left: 7.9375em;
  padding-right: 7.9375em;
  padding-bottom: 9.125em;
}

.menu__hedar{
  width: auto;
  text-align: center;
  padding-top: 7.5em;
  padding-bottom: 8.3125em;
}

.menu__hedar h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size:  2em;
  color: #FFE9D1;
  text-align: center;
  margin: 0;
}

.m__line {
  align-items: center;
  font-family: "Potta One", system-ui;
  font-size: 8em;
  color: #FFE9D1;
  display: flex;
  align-items: center; 
  justify-content: center; 
  margin: 0;
} 

.m__line::before,
.m__line::after {
  content: ""; 
  display: inline-block; 
  width: 13.875em;
  height: 8px; 
  background-color: #FFE9D1; 
  margin: 0 0.5em; 
}


.dl__container {
  width: fit-content;
  height: auto;
  background-color: #F7F4EB;
  padding-left: 5.5em;
  padding-right: 5.5em;
  padding-top: 5.625em;
  padding-bottom: 8.125em;
}

.dl__container h3 {
  font-family:  "Potta One", system-ui;
}
.menu__inner h3 {
  font-size: 3rem;
}

.menu__inner span {
  font-size: 2.5rem;
}

.inner__line {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2em;
  width: 13em;
}

.inner__line::after {
  content: "";
  position: absolute;
  bottom: 20%; 
  left: 0;
  width: 100%;
  height: 10px; 
  background-color: rgba(247, 50, 81, 0.68);
  transform: translateY(50%); 
}

.menu__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  font-family: "M PLUS Rounded 1c", sans-serif;
  gap: 1em;
  margin-bottom: 3em;
}

.container__img {
  display: block; 
  max-width: 100%;
  width: 100%;
  height: 31.5rem;
  margin-bottom: 10px;
  object-fit: cover;
}

.dl__group {
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu__container p {
  margin: 0;
  margin-bottom: 5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.25rem;
}

.menu__container dd {
  margin: 0;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}


/* recruit */
.recruit {
  background-color: #F1934D;
  padding-bottom: 7.5em;
  padding-left: 5.5em;
  padding-right: 5.5em;
}

.recruit__top {
  width: -webkit-fill-available;
  display: flex;
}

.recruit__hedar{
  width: auto;
  height: 25.8125em;
}

.recruit__header {
  text-align: center;
  padding-top: 7.5em;
  padding-bottom: 3.625em;
}

.recruit__header h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size:  2.5em;
  color: #FFE9D1;
  text-align: center;
  margin: 0;
}

.recruit__header  p {
  font-family: "Potta One", system-ui;
  font-size: 6em;
  color: #FFE9D1;
  margin: 0;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.h__line::before,
.h__line::after {
  content: ""; 
  display: inline-block; 
  width: 13.875em;
  height: 8px; 
  background-color: #FFE9D1; 
  margin: 0 0.5em; 
}

p.recruit__htext {
  font-size: 2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.recruit__contents {
  height: auto;
  background-color: #F7F4EB;
}

.recruit__titlle {
  text-align: center;
  color: #D2A22B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 6.875em;
  padding-top: 6.875em;
}

.recruit__titlle p {
  font-size: 2em;
  margin: 0;
}

.recruit__titlle h3 {
  font-size: 4em;
  margin: auto;
}

.point-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 5.625em;
  margin-right: 5.625em;
  margin-bottom: 6.875em;
  padding-bottom: 6.875em;
  align-items: anchor-center;
  gap: 3.625em;
}

.point-card {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 20px;
  display: flex; flex-direction: row;
  gap: 4.75em;
}

.point-number {
  font-size: 3em;
  color: #f9a825;
  margin-right: 20px;
  font-weight: bold;
  width: fit-content;
  border-bottom: solid;
  height: fit-content;
}

.point-content {
  display: flex;
  flex-grow: 1;
  width: 27.875em;
}

ul.point-title {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
  padding: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

li.point-description {
  color: #555;
  margin-bottom: 15px;
  width: inherit;
  list-style: none;
}

.point-image {
  height: auto;
  border-radius: 4px;
  margin-left: 20px;
}


.reversed {
  flex-direction: row-reverse; 
}

.reversed .point-image {
  margin-left: 0; 
  margin-right: 20px; 
}

/* reserve */

.reserve {
  background-image: url(../img/roppongi__mise.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 11.5625em;
  padding-right: 11.5625em;
   position: relative;
  z-index: 0;
}


.reserve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); 
  z-index: -1; 
}


.reserve__inner {
  padding-top: 3.3125em;
  position: relative;
  z-index: 1;
}


.reserve__title {
  color: #F0D7B9;
  text-align: center;
}

.reserve__title p {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.reserve__title p {
  font-family: "Potta One", system-ui;
  font-size: 4em;
}

.reserve__container {
  display: flex;
  padding-bottom: 4.625em;
  gap: 6.25em;
}

.reserve__container ul{
  list-style: none;
  font-family: "Potta One", system-ui;
  color: #FFFFFF;
  display: flex;
  gap: 1.25em;
  font-size: 3em;
}

.reserve__container li {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.net {
  margin-top: 3em;
}

.net a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f8f9fa;
  border-radius: 20px;
  padding: 8px 15px;
  text-decoration: none;
  color: #f8f9fa;
}

.net a span:first-child {
  font-size: 1em;
  margin-right: 5px;
}

.net a span:last-child {
  font-size: 0.9em;
}

.net p {
  font-size: 0.7em;
  margin-top: 5px;
  text-align: center;
  color: #f8f9fa;
}

/* info */
.info {
  background-color: #f65029;
  padding: 6.125em 6.78125em; 
}

.info__header {
  text-align: center;
  margin-bottom: 3.5em;
}

.info__header h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size:  2em;
  color: #FFE9D1;
  text-align: center;
  margin: 0;
  padding-bottom: 1em;
}

.info__header p {
  font-family: "Potta One", system-ui;
  font-size: 4em;
  color: #FFE9D1;
  margin: 0;
}

.info__box {
  display: flex;
  gap: 174px;
  align-items: center;
}

.box__culum {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 36.25em;
}

.box__culum dl {
  display: grid;
  grid-template-columns: 100px 1fr; 
  align-items: start; 
  padding: 10px 0;
  border-bottom: 1px solid rgba(60, 20, 1, 0.6); 
  place-items: center;
  gap: 3.9375em;
  grid-template-rows: 114px;
  padding-bottom: 2em;
}

.dl:last-child {
  border-bottom: none; 
}

.info-label {
  background-color: #d9d9d9; 
  color: #FFFCF7; 
  font-weight: bold;
  padding: 8px;
  text-align: left;
}

.box__culum dt {
  width: -webkit-fill-available;
  background-color: #FFE9D1;
  padding: 10px;
  text-align: center;
}

.box__culum dd {
  color: #FFFCF7;
  text-align: left;
  margin: auto;
  width: -webkit-fill-available;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* map */

.map {
  direction: rtl;
  margin: 8.625em 0;
}

.iframe {
  padding-left: 3.125em;
  padding-bottom: 1.875em;
}

.map__btn {
  margin-top: 3em;
}

.map__btn {
  background-color: #FFE9D1;
  color: #000;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 6em;
  cursor: pointer;
  margin-top: 10px;
  font-size: 0.9em;
  width: fit-content;
  display: flex;
  gap: 1em;
}

.map__btn a span:first-child {
  font-size: 1em;
  margin-right: 5px;
}

.map__btn a span:last-child {
  font-size: 0.9em;
}

/* footer */

footer {
  background-color: #33210A;
  color: #FFFCF7;
  padding: 2.625em 6.1875em;
  text-align-last: end;
}

@media screen and (max-width: 1350px) {
  .about__pict img:first-child {
    left: 0%;
  }
  
  .about__pict.hidden-sp {
    padding-left: 10%;
}

.text__box {
  margin: 0;
  padding-right: 10%;
}
}

@media screen and (max-width: 1300px) {
  .info__box {
    gap: 2em;
  }
}

@media screen and (max-width: 1210px) {
  .info__box {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .warap img {
    width: 100vw;
  }

  .warap .overlay {
    width: 100%; 
}

.overlay {
  justify-content: end;
  width: 100vw;
}

  .warap h1{
    font-size: 4rem; 
        transform: translateX(0); 
        top: 37rem; 
        height: min-content;
  }

  img.pict__f {
    display: none;
  }

  .text__box {
    margin: 0;
  }

  p.line::before, .line::after  {
    display: none;
  }

  .text__box {
    margin: 0;
    text-align: left;
}

  .warap .overlay .menu-button {
      right: 5rem; 
      bottom: 2rem; 
  }

.about__us h2 {
  text-align: left;
}

.ul__box {
  font-size: 2.25rem;
}

.li__text {
  font-size: 2rem;
}

.about-text__box {
  padding: 0;
}

.text__ul {
  padding-right: 2rem;
}

.menu {
  padding-bottom: 7.5em;
  padding-left: 5.5em;
  padding-right: 5.5em;
}


.menu__inner span {
  font-size: 4.5rem;
}

.dl__container {
padding-bottom: 3em;
  margin-left: 2em;
    margin-right: 2em;
}

.h__line::before, .h__line::after {
  display: none;
}

.point-section {
  margin: 0;
}

.point-card {
  display: flex;
  flex-direction: column-reverse;
}

.reserve {
  padding: 0;
}

.reserve__container {
  flex-direction: column;
  text-align: center;
  gap: 1em;
}

.reserve__container ul {
  justify-content: center;
    padding: 0;
    gap: inherit;
    margin: auto;
}

.info {
  padding: 0;
}

.info__header {
  padding-top: 3.5em;
}

.info__box {
  flex-direction: column;
  gap: 1em;
}

.box__culum dl {
  gap: 10em;
}

.map {
  margin: 0;
}

.map__btn {
  margin-bottom: 2em;
}

}

@media screen and (max-width: 858px) {
  .warap {
    height: auto; 
    flex-direction: column;
    align-items: stretch; 
  }

  .warap img {
    width: 100%; 
    height: auto; 
    order: 1; 
    margin-left: 0;
  }

  .warap .overlay {
    position: static; 
    width: 100%;
    height: auto;
    padding-top: 0;
    flex-direction: column; 
    justify-content: flex-start;
    align-items: center; 
  }

  .warap h1 {
    font-size: 3rem; 
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 10%;
    transform: translateX(0); 
    top: auto;
  }

  .warap .overlay .menu-button {
    position: static; 
    right: auto;
    bottom: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .overlay .menu-button {
    margin-left: 0; 
    align-self: center; 
  }

  .overlay .cutton__img {
    width: 5rem; 
    height: 5rem; 
  }

  /* about */
  .about__us {
    height: auto; 
    flex-direction: column; 
    align-items: center; 
    padding: 1rem; 
  }

  .about__pict {
    width: 80%; 
    height: auto; 
    margin-bottom: 1rem; 
    padding-left: 8rem;
  }

  .about__pict.hidden-sp {
    padding: 0;
  }

  .about__pict img:first-child {
    display: none;
  }

  .about__pict img:last-child {
    position: static; 
    transform: translate(0, 0); 
    width: 80%; 
    height: auto; 
    margin: 0 auto;
  }

  .text__box {
    margin: 0;
  }

  .about-text {
    width: 100%; 
    padding: 20px 0; 
    text-align: center; 
  }

  .about__us h2 {
    font-size: 1.5rem; 
  }

  .about-title span {
    width: 3rem; 
    margin: 0 5px; 
  }

  .line {
    font-size: 2.5rem; 
  }

  .line::before,
  .line::after {
    width: 40px;
    height: 5px; 
    margin: 0 0.3rem; 
  }

  .about-text__box {
    padding: 0;
  }

  .ul__box {
    font-size: 2.2rem; 
  }

  .li__text {
    font-size: 1.5rem;
  }

  /* menu */
  .menu {
    padding: 4rem;
  }

  .menu__inner {
    text-align: center;
  }

.menu__hedar {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
  
.menu__hedar h2{
  font-size: 1.5rem;
}

.m__line {
  font-size: 4rem;
}

  .inner__line::after {
    width: 50%; 
    left: 50%; 
    transform: translate(-50%, 50%); 
  }

    .dl__container {
      width: 95%; 
      padding-left: 1.5rem; 
      padding-right: 1.5rem; 
      padding-top: 2rem; 
      padding-bottom: 2rem; 
      margin-left: auto;
      margin-right: auto;
    }

    .menu__inner h3 {
      font-size: 2rem;
    }

    .menu__span {
      font-size: 1.8rem
    }

    .inner__line {
      font-size: 1.5rem;
      width: auto;
    }

    .inner__line::after {
      height: 6px;
    }

    .dl__group{
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .menu__container p {
      font-size: 1.8rem;
    }

    .menu__container dd {
      font-size: 1.4rem;
    }

    .recruit {
      padding-bottom: 3rem; 
      padding-left: 1.5rem; 
      padding-right: 1.5rem; 
    }
  
    .recruit__hedar {
      height: auto; 
    }
  
    .recruit__header {
      padding-top: 3rem; 
      padding-bottom: 2rem; 
    }
  
    .recruit__header h2 {
      font-size: 2.5rem; 
    }
  
  
    .h__line::before,
    .h__line::after {
      width: 3rem; 
      height: 6px;
      margin: 0 0.3rem;
    }
  
.h__line {
  font-size: 3.5rem;
}

p.recrut__htext {
  font-family: 1.5em;
}

    .recruit__titlle {
      padding-bottom: 3rem; 
      padding-top: 3rem; 
    }
  
    .recruit__titlle p {
      font-size: 1.6rem;
    }
  
  
    .point-section {
      margin-left: 1.5rem; 
      margin-right: 1.5rem; 
      margin-bottom: 3rem; 
      padding-bottom: 3rem; 
      gap: 2rem; 
    }
  
    .point-card {
      flex-direction: column;
      gap: 1.5rem; 
      padding: 15px;
    }
  
    .point-number {
      font-size: 2.5rem; 
      margin-right: 10px;
    }
  
    .point-content {
      width: auto; 
    }
  
    .point-title {
      font-size: 1.2rem; 
      margin-bottom: 5px;
    }
  
    .point-description {
      font-size: 0.9rem; 
      margin-bottom: 10px;
    }
  
    .point-image {
      width: 80%;
      margin-left: 0; 
      margin-right: 0; 
    }
  
    .reversed {
      flex-direction: column; 
    }
  
    .reversed .point-image {
      margin-right: 0;
    }

    .reserve {
      padding-left: 1.5rem; 
      padding-right: 1.5rem; 
    }
  
    .reserve__inner {
      padding-top: 2rem; 
    }
  
    .reserve__title p {
      font-size: 2.5rem; 
    }
  
    .reserve__container {
      flex-direction: column; 
      gap: 2em; 
      padding-bottom: 2em; 
    }
  
    .reserve__container ul {
      flex-direction: column; 
      gap: 0.5rem; 
      font-size: 2rem; 
      align-items: center; 
      margin: 0;
      padding: 0;
    }
  
    .net {
      margin-top: 2rem; 
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }
  
    .net a {
      padding: 6px 12px; 
      font-size: 0.9rem; 
      width: fit-content;
    }
  
    .net a span:first-child {
      font-size: 0.8rem; 
      margin-right: 3px;
    }
  
    .net a span:last-child {
      font-size: 0.7em; 
    }
  
    .net p {
      font-size: 0.6rem; 
    }

    /* info */
    .info {
      padding-left: 6em;
      padding-right: 6em;
    }
  
    .info__header {
      margin-bottom: 2rem; 
    }
  
    .info__header h2 {
      font-size: 1.5rem; 
      padding-bottom: 0.5rem;
    }
  
    .info__header p {
      font-size: 2.5em; 
    }
  
    .info__box {
      flex-direction: column; 
      align-items: center;
    }
  
    .box__culum {
      width: 100%; 
      gap: 20px;
    }
  
    .box__culum dl {
      gap: 9rem;
      padding-bottom: 1.5rem;
      place-items: start; 
      justify-content: space-between; 
      display: flex;
      align-items: start;
    }
  
    .box__culum dt {
      text-align: left; 
      padding: 5px;
    width: 7.1875rem;
    text-align: center;
    flex-shrink: 0;
    }
  
    .box__culum dd {
      font-size: 1.4rem; 
      flex-grow: 1;
    }

    .map {
      margin: 2em 0; 
    }
  
    .iframe {
      padding-left: 0; 
      padding-bottom: 1rem; 
    }
  
    .map__btn {
      margin-top: 2rem; 
      font-size: 0.8rem; 
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }
  
    .map__btn a span:first-child {
      font-size: 0.9rem; 
      margin-right: 3px;
    }
  
    .map__btn a span:last-child {
      font-size: 0.8rem; 
    }

    }

@media screen and (max-width: 540px) {
      .about__us h2 {
        text-align: center;
      }
    
      .about-title {
        justify-content: center;
      }
    
      .text__ul {
        text-align: center;
        padding: 0;
      }
    
      .about__pict {
        padding-left: 5em;
      }

      .box__culum dl {
        gap: 2em;
      }

      iframe {
        width: fit-content;
    }

    }
    
  

@media screen and (max-width: 440px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }

  .header__nav {
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .header__nav.open {
    display: block; 
  }

  .header__nav ul {
    flex-direction: column;
    width: 100%;
  }

  .header__nav li {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .header__nav li:last-child {
    border-bottom: none;
  }

  .header__hamburger {
    display: block; 
    margin-left: auto;
  }

  .header__hamburger.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .header__hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .header__hamburger.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .contact-info {
    display: none; 
  }

  /* warap */

.warap {
  width: 100%;
  height: 57.1875rem;
  color: #FFFCF7;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

  .warap img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    order: 1;
    object-fit: cover;
    margin-left: 0;
    z-index: 0;
  }

  .warap .overlay .menu-button {
    display: none; 
  }

  .warap .overlay {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    padding-top: 0;
    flex-direction: column; 
    justify-content: flex-start;
    order: 2;
  }

  .warap h1 {
  font-style: normal;
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  white-space: normal; 
  top: 10em;
  text-align: initial;
}

.under-buttons-container {
  display: flex;
}

a.under__phone,
  a.under__menu {
    width: auto; 
    flex-grow: 1; 
    flex-basis: 0; 
  }

/* abouto */

.about__pict{
  width: auto;
  padding-left: 5rem;
}

.swiper-container {
  width: calc(100% - 10px); 
  margin: 0 auto; 
}

.swiper-slide {
  width: calc(50% - 5px); 
}

/* about__us */

  .about__us {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.about__us h2 {
  text-align: center;
}

.about-title {
  padding-bottom: 1em;
  justify-content: center;
}

  .about__pict {
    order: 2;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
  }
 
  .pict__about {
    display: block;
  }

 .about__pict.hidden-sp {
    display: none;
}

  .text__box {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    align-items: center;
    padding: 0;
  }

  .about-text {
    order: 1;
    text-align: center;
  }

  .text__ul {
    order: 3;
    width: 90%;
    margin-top: 1rem;
  }

  .about-text__box li {
    padding-top: 1rem;
    font-weight: 400;
  }

  .about__pict img {
    width: 90%;
    height: auto;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    padding: 0;
  }

  .about__pict img:first-child,
  .about__pict img:last-child {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

/* menu */

.menu {
  padding: 1rem;
}

.m__line::before, .m__line::after {
  display: none;
}

.container__img {
  height: 14rem;
}

.dl__container {
  padding: 1rem;
  width: auto;
}

.menu__container dd {
  font-size: 1rem;
}

/* recruit */

.recruit {
  padding: 0;
}

.h__line::before, .h__line::after {
  display: none;
}

.recruit__header {
  padding-left: 1em;
  padding-right: 1em;
}

.recruit__header h2 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

p.h__line {
  font-size: 4rem;
  padding-bottom: 1em;
}

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

.recruit__titlle h3 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.point-section {
  margin: 0;
}

.point-content {
  padding-left: 2em;
  padding-right: 2em;
}

span.point-number {
  margin-right: 1em;
}

.info {
  padding: 0;
}

.info__box {
  gap: 30px;
  padding-left: 1em;
  padding-right: 1em;
}

.box__culum dl {
  gap: 3rem;
  display: flex;
}

.map {
  width: fit-content;
  margin: 0 auto;
}

iframe {
  width: fit-content;
  padding: 0;
}

footer {
  white-space: nowrap;
    padding: 2rem;
}

.map__btn {
  margin-bottom: 1em;
}

}