@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #333333;
}

/* -------------------------------------------- */
/* ----------------- フォント名 --------------- */
/* -------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* pc幅での電話発信しない */
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1440px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 0.625rem;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

header.is-scrolled {
  background-color: #FFFFFF;
}

.header__logo {
  width: 12.5rem;
  max-width: 100%;
}

.share-kitchen {
  padding-bottom: 1.25rem;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .share-kitchen__inner {
    max-width: 75rem;
  }
}

.share-kitchen__container {
  margin-inline: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .share-kitchen__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-inline: auto calc(50% - 50vw);
  }
}

.share-kitchen__image {
  max-width: 15rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .share-kitchen__image {
    margin-inline: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 35%;
    margin-top: 6.25rem;
  }
}

.share-kitchen__content {
  background-color: #ff7f50;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 0 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .share-kitchen__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 65%;
    padding: 2rem;
  }
}

.share-kitchen__title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .share-kitchen__title {
    max-width: 70%;
  }
}

.share-kitchen__text {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .share-kitchen__text {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.recommend {
  background-color: #ff7f50;
  padding-block: 2rem;
}

@media screen and (min-width: 768px) {
  .recommend__inner {
    max-width: 75rem;
  }
}

.recommend__title {
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recommend__title {
    max-width: 50%;
  }
}

.recommend__list {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .recommend__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
    margin-top: 2.5rem;
  }
}

.recommend__item {
  text-align: center;
}

.recommend__image {
  width: 13.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recommend__image {
    width: 16.25rem;
  }
}

.recommend__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50%;
}

.recommend__text {
  margin-top: 1rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .recommend__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.strength {
  padding-block: 2rem;
}

@media screen and (min-width: 768px) {
  .strength__inner {
    max-width: 75rem;
  }
}

.strength__title {
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .strength__title {
    max-width: 50%;
  }
}

.strength__items {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 3.5rem;
}

.strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .strength__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .strength__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.strength__image {
  max-width: 13.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .strength__image {
    max-width: 14.0625rem;
    margin-inline: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .strength__content {
    width: calc(100% - 14.0625rem);
  }
}

.strength__heading {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .strength__heading {
    font-size: 1.5rem;
  }
}

.strength__text {
  margin-top: 1rem;
  font-size: 0.6875rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .strength__text {
    font-size: 1.125rem;
  }
}

.strength__item:nth-child(2) .strength__text {
  max-width: 16.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .strength__item:nth-child(2) .strength__text {
    max-width: 100%;
  }
}

.facility {
  background-color: #ff7f50;
  padding-block: 2rem;
}

@media screen and (min-width: 768px) {
  .facility__inner {
    max-width: 75rem;
  }
}

.facility__title {
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .facility__title {
    max-width: 50%;
  }
}

.facility__slider {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .facility__slider {
    width: 60%;
    margin-inline: auto;
  }
}

.facility__item {
  max-width: 100%;
  margin-inline: auto;
}

.facility__item img {
  width: 100%;
  height: auto;
  display: block;
}

.flow {
  padding-block: 2rem;
}

@media screen and (min-width: 768px) {
  .flow__inner {
    max-width: 75rem;
  }
}

.flow__title {
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .flow__title {
    max-width: 50%;
  }
}

.flow__list {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .flow__list {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.flow__item {
  text-align: center;
}

.flow__image {
  max-width: 15.625rem;
  margin-inline: auto;
  aspect-ratio: 1/1;
}

.flow__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.flow__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow__text {
    font-size: 1rem;
  }
}

.contact {
  padding-block: 2rem;
}

@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 75rem;
  }
}

.contact__title {
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__title {
    max-width: 50%;
  }
}

.contact__form {
  margin-top: 1.25rem;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 2.5rem;
  }
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #ddd;
}

.contact__row:first-child {
  border-top: none;
}

.contact__label {
  background-color: #eef0f5;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .contact__label {
    width: 17.5rem;
    max-width: 100%;
    padding: 0.875rem;
  }
}

.contact__required {
  background-color: #f5b400;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .contact__required {
    font-size: 0.875rem;
  }
}

.contact__label-text {
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact__label-text {
    font-size: 0.875rem;
  }
}

.contact__field {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__field input,
.contact__field textarea {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  width: 100%;
}

.contact__field input[type=checkbox] {
  width: 0.875rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact__field textarea {
  min-height: 12.5rem;
  resize: vertical;
}

.contact__field--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.contact__field--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  cursor: pointer;
}

.contact__field--checkbox label input[type=checkbox] {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
}

.contact__row--submit {
  border-top: 1px solid #ddd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: center;
}

.contact__submit-btn {
  background-color: #f5b400;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .contact__submit-btn {
    font-size: 1rem;
    padding: 1.125rem 4rem;
  }
}

.contact__submit-btn:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=styles.css.map */