/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
/*　初期設定 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  line-height: 1.7;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  vertical-align: baseline;
}
html,
body {
  height: 100%;
  width: 100%;
}

a:visited {
  color: #000;
}

a:link {
  color: #000;
}

/* フォント設定 */
h2 {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
}
h3 {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
}

p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}

/* Loading */
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #34b484;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* 背景 */

body:after {
  /*擬似要素をつくる*/
  position: fixed; /*固定配置*/
  z-index: -4;
  top: 0;
  left: 0; /*左上に固定*/
  width: 100%;
  height: 100vh; /*画面全体を覆う*/
  content: "";
  background: rgb(245, 250, 241); /*保険用*/
}

/* ヘッダー */
header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  h1 {
    margin-top: 20px;
    margin-left: 15px;
    width: 90%;
  }
}

@media screen and (min-width: 700px) {
  header {
    height: 150px;
    h1 {
      margin-left: 50px;
      width: 100%;
    }
  }
}

@media screen and (min-width: 1200px) {
  header {
    align-items: start;
    /* height: fit-content; */
    h1 {
      margin-left: 50px;
    }
  }
}
/* nav　メニュー */

nav {
  text-align: center;
  width: 75px;
  position: relative;
  height: 100px;
  overflow: hidden;
  background: none;
}
nav ul {
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  color: #333;
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear;
  font-size: 16px;
}
nav ul li a:hover {
  color: #34b484;
}

/* オープン、クローズボタン */
.button {
  display: inline;
  position: absolute;
  right: 10px;
  top: 25px;
  z-index: 999;
  font-size: 50px;
}
.button a {
  text-decoration: none;
  position: relative;
  z-index: 999;
}
.btn-open:after {
  right: 10px;
  top: 25px;
  z-index: 999;
  position: fixed;
  color: #34b484;
  content: "\f0c9";
  font-family: "FontAwesome";
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear;
}
.btn-open:hover:after {
  color: #34b484;
}
.btn-close:after {
  z-index: 999;
  right: 12px;
  top: 25px;
  position: fixed;
  color: #fff;
  content: "\f00d";
  font-family: "FontAwesome";
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear;
}
.btn-close:hover:after {
  color: #34b484;
}
/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #333;
  overflow: auto;
  z-index: 99;
  overflow: hidden;
}
.wrap {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.wrap ul.wrap-nav {
  margin-top: 20px;
  border-bottom: 1px solid #575757;
  text-transform: capitalize;
  padding: 150px 0px 100px;
}
.wrap ul.wrap-nav li {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
}
.wrap ul.wrap-nav li a {
  color: #34b484;
  font-family: "Zen Maru Gothic", serif;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear;
}
.wrap ul.wrap-nav li a:hover {
  color: #f0f0f0;
}
.wrap ul.wrap-nav ul {
  padding: 20px 0;
}
.wrap ul.wrap-nav ul li {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #e9e9e9;
}
.wrap ul.wrap-nav ul li a {
  color: #f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
  color: #34b484;
}

@media screen and (max-width: 48em) {
  .wrap ul.wrap-nav > li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #575757;
  }
  .wrap ul.wrap-nav {
    padding: 30px 0px 0px;
  }
  nav ul {
    opacity: 0;
    visibility: hidden;
  }
}
.content {
  width: 100%;
  margin-top: 200px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

body.no_scroll {
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  /* nav　メニュー */
  nav {
    width: 100px;
  }

  nav ul li a {
    font-size: 25px;
  }

  /* オープン、クローズボタン */
  .button {
    font-size: 65px;
  }

  /*overlay*/

  .wrap ul.wrap-nav li {
    font-size: 30px;
    width: 50%;
  }
}

/* main Visual */
.hero-v {
  width: 100%;
  height: 80vh;
  img {
    width: 80%;
    height: 80vh;
    object-fit: cover;
    border-radius: 0 50px 0 0;
  }
}

@media screen and (min-width: 700px) {
  .hero-v {
    width: 100%;
    height: 80vh;
    img {
      width: 80%;
      height: 80vh;
      object-fit: cover;
      border-radius: 0 100px 0 0;
    }
  }
}

@media screen and (min-width: 1200px) {
  .hero-v {
    width: 100%;
    height: 80vh;
    img {
      width: 90%;
      height: 100%;
      object-fit: cover;
      border-radius: 0 100px 0 0;
    }
  }
}
/* スクロールダウン */
.scroll_down {
  position: relative;
  z-index: 2;
  right: 0;
  bottom: 5px;
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(#000, 0) 0,
    rgba(#000, 0.8) 80%,
    rgba(#000, 0.8) 100%
  );
}
.scroll_down p {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 30px;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #000;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}

.scroll_down p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}

.scroll_down p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #000;
}

/* .scroll_down p:hover {
  opacity: 0.5;
} */

#type01 p:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* about */
.About-box {
  width: 100%;
  h2 {
    font-size: 50px;
    color: #34b484;
    border-bottom: #34b484 3px solid;
    width: 75%;
    margin-top: 1em;
    margin-left: 10px;
  }
  .about-img-box {
    position: relative;
    width: 100%;
    .lunch01 {
      /* object-fit: contain;
      position: absolute;
      top: 0;
      left: 15px;
      width: 320px;
      height: 320px;
      border-radius: 1em; */

      object-fit: contain;
      position: absolute;
      top: 0;
      left: 15px;
      width: 80%;
      max-width: 320px;
      height: 320px;
      border-radius: 1em;
    }
    .lunch02 {
      object-fit: contain;
      position: absolute;
      top: 175px;
      right: 30px;
      width: 200px;
      height: 200px;
      border-radius: 2em;
    }
  }
  p {
    margin-top: 370px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 3;
  }
}

@media screen and (min-width: 700px) {
  .About-box {
    h2 {
      font-size: 60px;
      width: 60%;
      margin-left: 20px;
    }
    .about-img-box {
      position: relative;
      width: 600px;
      margin: 0 auto;
      .lunch01 {
        width: 420px;
        height: 420px;
      }
      .lunch02 {
        right: 50px;
        width: 300px;
        height: 300px;
      }
    }
    p {
      width: fit-content;
      margin: 0 auto;
      margin-top: 500px;
      font-size: 20px;
    }
  }
}

@media screen and (min-width: 1200px) {
  .About-box {
    h2 {
      font-size: 70px;
      margin-left: 100px;
    }
    .about-img-box {
      height: 700px;
      width: 900px;
      margin: 0 auto;
      overflow: visible;

      .lunch01 {
        top: 0;
        left: 10%;
        width: 600px;
        height: 600px;
        max-width: none;
      }
      .lunch02 {
        top: 300px;
        right: 20%;
        width: 300px;
        height: 300px;
        max-width: none;
      }
    }
    p {
      width: fit-content;
      margin: 0 0 0 30%;
      margin-top: 50px;
      font-size: 20px;
    }
  }
}

/* @media screen and (min-width: 1500px) {
  .About-box {
    h2 {
      font-size: 70px;
      margin-left: 100px;
    }
    .about-img-box {
      height: 50%;
      width: 90%;
      margin: 0 auto;
      .lunch01 {
        top: 0;
        left: 15%;
        width: 700px;
        height: 700px;
      }
      .lunch02 {
        bottom: 0;
        right: 25%;
        width: 500px;
        height: 500px;
      }
    }
    p {
      width: fit-content;
      margin: 0 0 0 30%;
      margin-top: 100vh;
      font-size: 20px;
    }
  }
} */

/* news */

.News-box {
  width: 100%;
  h2 {
    font-size: 50px;
    color: #34b484;
    border-bottom: #34b484 3px solid;
    width: 75%;
    margin: 1em 0 0.5em 20%;
    text-align: end;
  }
}

.news {
  padding: 50px 0;
  background: #fff7ea;
}

.inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 100px;
}

.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 700px) {
  .News-box {
    h2 {
      font-size: 60px;
      width: 60%;
      margin: 1em 0 0.5em 35%;
    }
  }
}

@media screen and (min-width: 1200px) {
  .News-box {
    h2 {
      font-size: 70px;
      width: 60%;
      margin: 1em 0 0.5em 30%;
    }
  }
}

/* ここからがニュース記事のCSS */

.news_list {
  margin: 0 5%;
  font-size: 14px;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}

.news_list_item:first-child {
  border-top: 1px solid #e6e6e6;
}
.news_list_item a {
  position: relative;
  display: flex;
  padding-right: 30px;
}

.news_list_date {
  font-size: 12px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #f6c6a2;
  border-radius: 14px;
  width: 6em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}
.arrow {
  display: none;
}
.news_list_item a {
  padding-right: 0;
}

@media screen and (min-width: 700px) {
  .news_list {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
  }

  .news_list_item {
    border-bottom: 2px solid #e6e6e6;
  }

  .news_list_item:first-child {
    border-top: 2px solid #e6e6e6;
  }

  .news_list_date {
    font-size: 15px;
  }

  .arrow {
    display: block;
  }
  .news_list_item a {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .news_list {
    width: 50%;
    margin: 0 auto;
  }

  .news_list_date {
    display: flex;
    margin-right: 70px;
  }
}

/* menu */

.Menu-box {
  width: 100%;
  h2 {
    font-size: 50px;
    color: #34b484;
    border-bottom: #34b484 3px solid;
    width: 75%;
    margin-top: 1em;
    margin-left: 10px;
    margin-bottom: 0.5em;
  }
  .Menu-tx {
    width: fit-content;
    margin: 0 auto;
    line-height: 3;
    font-size: 16px;
    margin-left: 1em;
  }
  p {
    font-size: 14px;
    line-height: 3;
    width: 300px;
    span {
      display: inline-block;
    }
  }

  /* .gradation-box {
    width: 100%;
    position: relative;
    .gradation01 {
      height: 40vh;
      .gradation-img {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(../menu-img/sato.png);
        background-size: cover;
      }
      .gradation-ttl {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
      }
      .gradation-tx {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
      }
    }
    .gradation02 {
      height: 40vh;
      .gradation-img {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(../menu-img/sio.png);
        background-size: cover;
      }
    }
    .gradation03 {
      height: 40vh;
      .gradation-img {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(../menu-img/kome.png);
        background-size: cover;
      }
    }
    .gradation04 {
      height: 40vh;
      .gradation-img {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(../menu-img/f.png);
        background-size: cover;
      }
    } */
}

/* .readmore {
  width: 350px;
  position: relative;
  margin: 50px auto 0;
  padding: 0px 0px 75px;
} */

.readmore {
  width: 90%;
  max-width: 350px;
  position: relative;
  margin: 50px auto 0;
  padding: 0px 0px 75px;
}

.readmore-content {
  position: relative;
  height: 350px;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all 0.4s;
}

.readmore-content.is_open:before {
  display: none;
}

.readmore button {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s;
}
.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-box {
  margin: 0 auto;
  width: fit-content;
}

.readmore-item {
  background-color: #fff;
  border-radius: 1em;
  padding: 0.5em;
  margin: 0.5em;
  p {
    line-height: 2;
    font-size: 14px;
    margin-left: 1em;
    span {
      display: inline-block;
    }
  }
  .readmore-ttl {
    font-weight: bold;
    font-size: 21px;
  }
  img {
    /* display: block;
    width: 300px;
    height: 250px;
    margin: 0.5em auto;
    border-radius: 1em;
    object-fit: cover; */

    display: block;
    width: 100%;
    max-width: 300px;
    height: 250px;
    margin: 0.5em auto;
    border-radius: 1em;
    object-fit: cover;
  }
  .readmore-allergy {
    display: block;
    margin: 0 1em 0.5em auto;
    text-align: end;
  }
}

@media screen and (min-width: 700px) {
  .Menu-box {
    width: 100%;
    h2 {
      font-size: 60px;
      width: 60%;
    }
    p {
      width: fit-content;
      text-align: left;
      font-size: 20px;
    }
    .Menu-tx {
      font-size: 20px;
      width: fit-content;
      margin: 0 auto;
    }
  }
  .readmore {
    width: 600px;
    max-width: 100%;
  }
  .readmore-content {
    height: 250px;
    width: 98%;
    margin: 0 auto;
  }

  .readmore-box {
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .readmore-item {
    width: 260px;
    .readmore-tx {
      height: 250px;
    }
    .readmore-ttl {
      font-weight: bold;
      font-size: 16px;
    }
    .readmore-al lergy {
      width: fit-content;
      margin: 0 0 0 auto;
      text-align: justify;
    }
    img {
      width: 250px;
      height: 175px;
    }
    p {
      font-size: 14px;
    }
  }
}

@media screen and (min-width: 1200px) {
  .Menu-box {
    h2 {
      font-size: 70px;
      margin-left: 100px;
    }
    p {
      margin: 0 0 0 30%;
    }
    .Menu-tx {
      margin: 0 0 0 30%;
      font-size: 20px;
    }
  }
  .readmore {
    width: 1000px;
    max-width: 100%;
  }
  .readmore-content {
    height: 250px;
    width: 1000px;
    margin: 0 auto;
  }

  .readmore-box {
    width: 1000px;
    margin: 0 auto;
  }

  .readmore-item {
    width: 300px;
    .readmore-ttl {
      font-weight: bold;
      font-size: 20px;
    }
    .readmore-tx {
      margin-left: 0.5em;
      height: 250px;
      img {
        width: 275px;
        height: 190px;
      }
      p {
        font-size: 14px;
        margin: 1em 0 0;
      }
    }
  }
}
/* Slide */
/* .responsive-slider {
  width: 80%;
  margin: 1em auto;
  div {
    border-radius: 20px 20px 0 0;
  }
} */

/* @media screen and (min-width: 700px) {
  .responsive-slider {
    width: 70%;
    div {
      border-radius: 50px 50px 0 0;
    }
  }
}

@media screen and (min-width: 1200px) {
  .responsive-slider {
    width: 50%;
    margin: 4em auto;

    div {
      border-radius: 100px 100px 0 0;
    }
  }
} */

/* access */
.Access-box {
  width: 100%;
  h2 {
    font-size: 50px;
    color: #34b484;
    border-bottom: #34b484 3px solid;
    width: 50%;
    margin: 0 auto 0.5em;
    text-align: center;
  }
  span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  p {
    margin-left: 25px;
    font-size: 14px;
    line-height: 2.3;
    a {
      color: blue;
    }
  }
  .Access-tx {
    width: fit-content;
    margin: 0 25px;
    line-height: 1.8;
  }
  iframe {
    border-radius: 1em;
    display: block;
    width: 80%;
    height: 40vh;
    margin: 1em auto;
  }
}

@media screen and (min-width: 700px) {
  .Access-box {
    width: 100%;
    h2 {
      font-size: 60px;
      width: 50%;
    }
    span {
      font-size: 25px;
    }
    p {
      font-size: 20px;
      margin-left: 10%;
      a {
        color: black;
      }
    }
    .Access-tx {
      margin-left: 10%;
      line-height: 1.8;
    }
    iframe {
      border-radius: 1em;
      display: block;
      width: 70%;
      height: 40vh;
      margin: 1em auto;
    }
  }
}

@media screen and (min-width: 1200px) {
  .Access-box {
    h2 {
      font-size: 70px;
      width: 30%;
    }
    span {
      font-size: 25px;
    }
    p {
      font-size: 20px;
      margin: 0 0 0 25%;
      a {
        color: black;
      }
    }
    .Access-tx {
      margin-top: 1em;
      margin-left: 25%;
      line-height: 1.8;
    }
    iframe {
      border-radius: 1em;
      display: block;
      width: 50%;
      height: 40vh;
      margin: 1em auto;
    }
  }
}

/* footer */
footer {
  width: 100%;
  p {
    padding-top: 50px;
    text-align: center;
  }
}

/* 店舗情報 */
.Conpany-box {
  h2 {
    font-size: 30px;
    width: fit-content;
    margin-left: 10px;
  }
  .Conpany-info {
    width: 90%;
    margin: 0 auto;
    p {
      font-size: 14px;
      .fonts-bold {
        font-weight: bold;
        font-size: 18px;
        display: block;
        margin-top: 10px;
        border-left: solid black 2px;
        line-height: 1em;
        padding-left: 0.5em;
      }
    }
    .tel a {
      color: blue;
    }
    .Access-tx {
      margin: 1em 0;
    }
  }
  iframe {
    border-radius: 1em;
    display: block;
    width: 80%;
    height: 40vh;
    margin: 1em auto;
  }
}

.Conpany-wrap {
  width: 95%;
  margin: 0 auto;
  h3 {
    font-size: 1.2em;
    margin: 2em 0.5em 1em;
    border-left: solid black 2px;
    line-height: 1em;
    padding-left: 0.5em;
  }
}

table {
  width: fit-content;
  margin: 0 auto;
}
tr {
  border-bottom: #000 solid 1px;
  padding: 0 0.5em;
  th {
    border-bottom: #333 solid 1px;
    width: fit-content;
    p {
      font-weight: bold;
      font-size: 14px;
    }
  }
  td {
    width: fit-content;
    border-bottom: #333 solid 1px;
    padding: 0.5em 0.5em;
    .tel {
      width: fit-content;
    }
    p {
      font-size: 14px;
    }
  }
}
@media screen and (min-width: 700px) {
  /* 店舗情報 */
  .Conpany-box {
    h2 {
      font-size: 40px;
      margin-left: 10%;
    }
    .Conpany-info {
      width: 80%;
      margin: 0 auto;
      p {
        font-size: 20px;
        .fonts-bold {
          font-size: 25px;
          margin: 20px 0;
        }
      }
      .tel a {
        color: black;
      }
      .Access-tx {
        margin: 1em 0;
      }
    }
    iframe {
      border-radius: 1em;
      display: block;
      width: 70%;
      height: 40vh;
      margin: 1em auto;
    }
  }

  .Conpany-wrap {
    width: 80%;
    margin: 0 auto;
    h3 {
      font-size: 25px;
    }

    table {
      width: 95%;
      margin: 0 auto;
    }
    tr {
      padding: 0 0.5em;
      th {
        border-bottom: #333 solid 1px;
        width: fit-content;
        p {
          font-weight: bold;
          font-size: 16px;
        }
      }
      td {
        width: fit-content;
        border-bottom: #333 solid 1px;
        padding: 0.5em 0.5em;
        .tel {
          width: fit-content;
        }
        p {
          font-size: 16px;
        }
      }
    }
  }
}

@media screen and (min-width: 1200px) {
  .Conpany-box {
    h2 {
      font-size: 50px;
      width: fit-content;
      margin: 0 auto;
    }
    .Conpany-info {
      width: 50%;
      margin: 0 auto;
      p {
        font-size: 20px;
        .fonts-bold {
          margin: 50px 0;
        }
      }
    }
    iframe {
      border-radius: 1em;
      display: block;
      width: 100%;
      height: 40vh;
      margin: 1em auto;
    }
  }

  .Conpany-wrap {
    width: 40%;
    margin: 0 auto;
    h3 {
      font-size: 30px;
    }

    table {
      width: 95%;
      margin: 0 auto;
    }
    tr {
      padding: 0 0.5em;
      th {
        border-bottom: #333 solid 1px;
        width: fit-content;
        p {
          font-weight: bold;
          font-size: 20px;
        }
      }
      td {
        width: fit-content;
        border-bottom: #333 solid 1px;
        padding: 0.5em 0.5em;
        .tel {
          width: fit-content;
        }
        p {
          font-size: 20px;
        }
      }
    }
  }
}

.img_wrap {
  text-align: center;
  margin-top: 3.5rem;
}

.img_wrap img {
  width: 100%;
  max-width: 1000px;
}

p.readmore-ttl span {
  margin-left: 0.5rem;
}

.lang-switch {
  position: absolute;
  top: 35px;
  right: 100px;
  z-index: 999;
}

.lang-switch ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  align-items: center;
}

.lang-switch li {
  list-style: none;
  display: flex;
  align-items: center;
}

/* 区切り線（|）を入れるための工夫 */
.lang-switch li:not(:last-child)::after {
  content: "|";
  color: #ccc; /* 薄いグレーの線 */
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.lang-switch a {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0;
  border: none;
  background: none;
}

.lang-switch a:hover {
  color: #34b484;
  background: none;
  transform: none;
  border-bottom: 1px solid #34b484;
}

/* --------------------------
   モバイル対応（スマホ用レイアウト）修正版
--------------------------- */
@media screen and (max-width: 700px) {
  .lang-switch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    right: auto;
  }

  .lang-switch ul {
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .lang-switch li:not(:last-child)::after {
    margin-left: 15px;
    color: #ddd;
  }

  .lang-switch a {
    font-size: 12px;
    color: #555;
    font-weight: bold;
    display: block;
    padding: 2px 5px;
  }

  header h1 {
    margin-top: 50px;
  }
}

/* ---------------------- */
@media screen and (min-width: 1200px) {
  .About-box {
    h2 {
      font-size: 70px;
      margin-left: 100px;
    }
    .about-img-box {
      height: 700px;
      width: 900px;
      margin: 0 auto;
      overflow: visible;

      .lunch01 {
        top: 0;
        left: 10%;
        width: 600px;
        height: 600px;
        max-width: none; /* ★重要：スマホ用の制限(320px)をここで解除！ */
      }
      .lunch02 {
        top: 300px;
        right: 20%;
        width: 300px;
        height: 300px;
        max-width: none;
      }
    }
    p {
      width: fit-content;
      margin: 0 0 0 30%;
      margin-top: 50px;
      font-size: 20px;
    }
  }
}
