@charset "UTF-8";

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* スタイルを当てやすいように追加 */

picture,
img,
a,
span {
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
}

video,
img,
svg {
  height: 100%;
  width: 100%;
}

button {
  background: transparent;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

body {
  background: #fffbf7;
  color: #666;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.l-header {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: auto;
  padding-block: 20px;
  width: 100%;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-inline: 30px;
}

.l-header__logo {
  display: block;
}

.l-header__logo img {
  height: auto;
  width: 140px;
}

.l-header__nav {
  align-items: center;
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.l-main {
  padding-block-start: 94px;
}

.l-inner {
  margin-inline: auto;
  max-width: 100%;
  padding-inline: 30px;
  width: 1260px;
}

.l-concept {
  margin-block-end: 180px;
  margin-block-start: 150px;
}

.l-section {
  margin-block: 120px;
}

.l-contact {
  background: #f8f8f8;
  padding-block: 80px;
}

.l-footer {
  margin-block-start: 70px;
}

.l-breadcrumb {
  align-items: center;
  display: flex;
  gap: 7px;
  margin: 12px auto 0;
  max-width: 1920px;
  overflow-x: auto;
  padding-inline: 30px;
  white-space: nowrap;
  width: 90.625%;
}

.l-breadcrumb::-webkit-scrollbar {
  display: none;
}

.c-btn {
  background: #ffffff;
  border: 2px solid #666;
  border-radius: 40px;
  box-shadow: 0 4px 0 0 #666;
  color: #666;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 7px 24px;
}

.c-section-title {
  color: #333333;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.88px;
  line-height: 150%;
  /* 54px */
  text-align: center;
}

.p-header {
  background: #ffffff;
  position: fixed;
  z-index: 100;
}

.p-header__list {
  align-items: center;
  color: #666;
  display: flex;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.p-header__list a {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 10px;
  position: relative;
}

.p-header__list a::after {
  background-color: #666;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease;
  translate: -50% 0;
  width: 0;
}

.p-header__list a:hover::after {
  width: 80%;
}

.p-header__contact {
  background: #dabb99;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding: 14px 24px;
}

.p-header__icon {
  cursor: pointer;
  height: 24px;
  width: 32px;
}

.p-header__icon-bar-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 9px;
}

.p-header__icon-bar {
  background: #666;
  height: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 30px;
}

.p-header__icon.is-open .p-header__icon-bar:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  transition: all 0.5s ease;
}

.p-header__icon.is-open .p-header__icon-bar:nth-child(2) {
  opacity: 0;
}

.p-header__icon.is-open .p-header__icon-bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  transition: all 0.5s ease;
}

.p-drawer {
  background-color: #ffffff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  height: 100vh;
  opacity: 0;
  padding-block-end: 100px;
  padding-block-start: 120px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__inner {
  padding-inline: 45px;
}

.p-drawer__nav {
  display: flex;
  flex-direction: column;
  margin-block-start: 40px;
  row-gap: 40px;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.p-drawer__contact {
  text-align: center;
}

.p-mv__img {
  aspect-ratio: 1440/600;
  height: auto;
  width: 100%;
}

.p-mv__media {
  position: relative;
}

.p-mv__title {
  left: 8%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
}

.p-mv__title-img {
  height: auto;
  max-width: clamp(180px, 40vw, 600px);
  width: 100%;
}

.p-concept__contents {
  align-items: center;
  display: flex;
  gap: 70px;
  justify-content: center;
}

.p-concept__img {
  max-width: 620px;
  width: 100%;
}

.p-concept__text-wrap {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  row-gap: 36px;
  width: 100%;
}

.p-concept__title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.p-concept__subTitle {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 150%;
  /* 42px */
  text-align: center;
  white-space: nowrap;
}

.p-concept__text {
  font-size: 16px;
  text-align: center;
}

.p-news__inner {
  position: relative;
}

.p-news__img {
  height: auto;
  max-width: 100%;
  width: 1200px;
}

.p-news-contents {
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  row-gap: 20px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-news-contents__title {
  color: #ffffff;
}

.p-news-contents__list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.p-news-contents__item {
  align-items: center;
  color: #ffffff;
  display: flex;
  gap: 20px;
}

.p-news-contents__link {
  font-size: 16px;
  white-space: nowrap;
}

.p-works__items {
  display: flex;
  flex-direction: column;
  gap: 45px;
  justify-content: center;
  margin-block-start: 105px;
}

.p-works__item {
  background: #F8F8F8;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 50px;
}

.p-works__item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-works__item-img {
  aspect-ratio: 500/418;
  width: 45.4545454545%;
}

.p-works__item-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  width: 45.4545454545%;
}

.p-works__item-title {
  color: #666;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2.24px;
  line-height: 1.6;
  text-align: center;
}

.p-works__item-textWrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.p-works__item-text {
  font-size: 16px;
}

.p-access__notice {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  margin-block-start: 100px;
  width: 100%;
}

.p-access__line a {
  color: #00C300;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.p-access__routes {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 60px;
  width: 100%;
}

.p-access__route {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.p-access__route-title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.p-access__route-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}

.p-contact {
  margin-block-start: 70px;
}

.p-contact__text {
  margin-block-end: 80px;
  text-align: center;
}

.p-contact__form {
  line-height: 1.5;
  margin-inline: auto;
  max-width: 728px;
}

.p-contact__row {
  align-items: center;
  border-top: 1px solid #C2C2C2;
  display: grid;
  gap: 140px;
  grid-template-columns: 100px 1fr;
  padding-bottom: 28px;
  padding-top: 28px;
}

.p-contact__row:not(:has(+ .p-contact__row)) {
  border-bottom: 1px solid #C2C2C2;
}

.p-contact__head {
  font-weight: 700;
  white-space: nowrap;
}

.p-contact__head span.--must {
  display: inline-block;
  position: relative;
}

.p-contact__head span.--must::after {
  background: #EE5A6D;
  border-radius: 4px;
  color: #ffffff;
  content: "必須";
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  left: calc(100% + 16px);
  line-height: 1.5;
  padding: 3px 6px;
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  white-space: nowrap;
}

.p-contact__data .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-contact__data-radio {
  align-items: center;
  display: flex;
  gap: 32px;
}

.p-contact-radio__input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  vertical-align: middle;
}

.p-contact-radio__input:checked + .p-contact__data-text::after {
  opacity: 1;
}

.p-contact-radio__input:checked + .p-contact-checkbox__text::after {
  opacity: 1;
}

.p-contact__data-text {
  padding-inline-start: 32px;
  position: relative;
}

.p-contact__data-text::before {
  background: #ffffff;
  border: 1px solid #666;
  border-radius: 50%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
}

.p-contact__data-text::after {
  background: #666;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.2s ease;
  translate: 0 -50%;
  width: 12px;
}

.p-contact__privacy {
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1.6;
  margin-block-start: 24px;
  margin-inline: auto;
  max-width: 728px;
  text-align: center;
}

.p-contact__privacy a {
  color: #666;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-contact__privacy a:hover {
  opacity: 0.7;
}

.p-contact__submit {
  text-align: center;
}

.p-contact__privacy + .p-contact__submit {
  margin-block-start: 40px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
  background: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 16px;
  width: 100%;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c2c2c2;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c2c2c2;
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

textarea {
  min-height: 200px;
  resize: vertical;
}

.p-footer__logo {
  display: block;
  margin: 0 auto;
  width: 140px;
}

.p-footer__sns {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-block-start: 30px;
}

.p-footer__sns img {
  width: 60px;
}

.p-footer__nav {
  display: flex;
  justify-content: center;
  margin-block-start: 40px;
}

.p-footer__list {
  color: #666;
  display: flex;
  gap: 60px;
}

.p-footer__list a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding-block: 10px;
}

.p-footer__copyright {
  background: rgb(255, 255, 255);
  margin-block-start: 40px;
  padding-block: 20px;
  text-align: center;
}

.p-privacy {
  color: #333;
  font-size: 20px;
  line-height: 2;
  margin-block: 100px;
  margin-inline: auto;
  text-align: center;
}

.p-privacy__title {
  margin-bottom: 48px;
  position: relative;
}

.p-privacy__title::after {
  background: #333;
  content: "";
  display: block;
  height: 1px;
  margin: 10px auto 0;
  width: 40px;
}

.p-privacy p {
  margin-bottom: 24px;
}

.p-about__textWrap {
  display: flex;
  flex-direction: column;
  margin-block-start: 100px;
  row-gap: 40px;
  text-align: center;
}

.p-about__text {
  font-size: 18px;
}

.p-about__staff-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.p-about__staff-item:not(:last-child) {
  margin-block-end: 80px;
}

.p-about__staff-name {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
}

.p-about__staff-textWrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.p-about__staff-imgWrap {
  height: auto;
  max-width: 600px;
}

.p-about__staff-text {
  font-size: 18px;
}

.p-lower-top {
  border-radius: 12px;
  height: 550px;
  margin-inline: auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  width: 90.625%;
}

.p-lower-top__titleWrap {
  color: #333333;
  left: 20%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-lower-top__titleWrap.--about {
  left: 15%;
}

.p-lower-top__titleWrap.--photo {
  left: 75%;
}

.p-lower-top__title {
  font-size: 36px;
}

.p-lower-top__title.--cooking {
  color: #ffffff;
}

.p-lower-top__title.--photo753 {
  color: #ffffff;
}

.p-lower-top__Subtitle {
  font-size: 16px;
  margin-block-start: 8px;
}

.p-lower-top__Subtitle.--cooking {
  color: #ffffff;
}

.p-lower-top--about {
  background: url("../img/page-about_top.webp") no-repeat center center/cover;
}

.p-lower-top--esthetic {
  background: url("../img/page-esthe_top.webp") no-repeat center center/cover;
}

.p-lower-top--cooking {
  background: url("../img/page-cooking_top.webp") no-repeat center center/cover;
}

.p-lower-top--photo {
  background: url("../img/page-photo_top.webp") no-repeat center center/cover;
}

.p-lower-top--photo753 {
  background: url("../img/page-photo753_top.webp") no-repeat center center/cover;
}

.p-breadcrumb__item {
  color: #333333;
  font-size: 12px;
}

.p-breadcrumb__link {
  color: #888;
}

.p-esthetic__content {
  margin-block-start: 120px;
}

.p-esthetic__section {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  -moz-column-gap: 24px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  column-gap: 24px;
  padding: 40px 0;
}

.p-esthetic__section:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.p-esthetic__section:nth-of-type(even) {
  background-color: #ffffff;
}

.p-esthetic__left {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.p-esthetic__center {
  padding-inline: 16px;
}

.p-esthetic__right {
  display: flex;
  flex-direction: column;
  padding-inline: 16px;
  row-gap: 16px;
}

.p-esthetic-course {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.p-esthetic-course__meta {
  display: flex;
  gap: 12px;
}

.p-policy__content {
  margin-block: 100px;
}

.p-policy__list {
  align-items: center;
  display: grid;
  grid-template-columns: 280px 1fr;
  margin-inline: auto;
  max-width: 800px;
}

.p-policy__list dt {
  background: #f8f8f8;
  padding: 20px;
}

.p-policy__list dd {
  background: #ffffff;
  padding: 20px;
}

.p-policy-info__content {
  margin-block: 80px;
  margin-inline: auto;
  max-width: 600px;
}

.p-policy-info__list:nth-of-type(2) {
  margin-block-start: 20px;
}

.p-policy-info__list li:nth-of-type(2) {
  margin-block-start: 8px;
}

.p-cooking__Subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-block-start: 100px;
  text-align: center;
}

.p-cooking__textWrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block-start: 60px;
  text-align: center;
}

.p-cooking__text.--bold {
  font-weight: 600;
}

.p-cooking-swiper-container {
  margin-block-start: 80px;
}

.p-cooking-swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

.p-cooking-swiper-slide {
  width: clamp(200px, 23.8vw, 610px);
}

.p-cooking-swiper-slide img {
  height: auto;
  max-width: 100%;
}

.p-cooking-main__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.p-cooking-main__title {
  font-size: 24px;
  font-weight: 600;
}

.p-cooking-main__price {
  font-size: 18px;
  font-weight: 600;
}

.p-cooking-main__content {
  margin-block: 100px;
}

.p-cooking-main__item {
  align-items: center;
  display: grid;
  grid-template-columns: 300px 1fr;
  margin-inline: auto;
  max-width: 1200px;
}

.p-cooking-main__item:nth-child(odd) {
  background: #ffffff;
}

.p-cooking-main__item:nth-child(even) {
  background: #f8f8f8;
}

.p-cooking-main__item dt {
  font-weight: 600;
  padding: 40px;
}

.p-cooking-main__item dd {
  padding: 40px;
}

.p-photo__content {
  margin-block-start: 120px;
}

.p-photo__main-img {
  margin-block-end: 80px;
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}

.p-photo__section {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  -moz-column-gap: 24px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  column-gap: 24px;
  padding: 40px 0;
}

.p-photo__section:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.p-photo__section:nth-of-type(even) {
  background-color: #ffffff;
}

.p-photo__left {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.p-photo__center {
  padding-inline: 16px;
}

.p-photo__right {
  display: flex;
  flex-direction: column;
  padding-inline: 16px;
  row-gap: 16px;
}

.p-photo-course {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.p-photo-course__meta {
  display: flex;
  gap: 12px;
}

.p-photo__btn-wrap {
  margin-block: 20px;
  text-align: center;
}

.p-photo__img {
  margin-block: 100px;
}

.p-photo__img-list {
  display: flex;
  flex-direction: column;
  margin-block-start: 40px;
  row-gap: 70px;
}

.p-photo__img-list-item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.p-photo__img-list-item img {
  height: auto;
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}

.p-photo__img-list-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.p-photo753__Subtitle {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  margin-block-start: 10px;
  text-align: center;
}

.p-photo753__items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
  margin-block-start: 100px;
}

.p-photo753__item {
  display: flex;
  gap: 50px;
  max-width: 1100px;
}

.p-photo753__textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  width: 100%;
}

.p-photo753__item-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
}

.p-photo753__item-subTitle {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin-block-end: 16px;
  margin-block-start: 8px;
}

.p-photo753__item-text {
  font-size: 16px;
  line-height: 1.5;
}

.p-photo753__item-img {
  display: block;
  height: auto;
  max-width: 500px;
  width: 100%;
}

.p-photo753-kimono__titleWrap {
  background: url(../img/photo753-bg.webp) no-repeat center center/cover;
  margin-left: calc(50% - 50vw);
  padding: 50px;
  width: 100vw;
}

.p-photo753-kimono__text {
  margin-block-start: 20px;
  text-align: center;
}

.p-photo753-kimono__gallery {
  margin-block-start: 100px;
}

.p-photo753-kimono__gallery .wp-block-heading {
  font-size: 32px;
  font-weight: 600;
  margin-block-end: 50px;
  margin-block-start: 120px;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

#contact {
  scroll-margin-top: 260px;
  /* ← ヘッダーの高さ */
}

.animation-fade {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.animation-fade.is-show {
  opacity: 1;
}

.animation-left {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: clip-path 1.2s ease;
}

.animation-left.is-show {
  clip-path: inset(0 0 0 0);
}

.animation-right {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s ease;
}

.animation-right.is-show {
  clip-path: inset(0 0 0 0);
}

.animation-scale {
  overflow: hidden;
}

.animation-scale img {
  transform: scale(1.3);
  transition: transform 1s ease;
}

.animation-scale.is-show img {
  transform: scale(1);
}

.animation-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animation-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.animation-fade2 {
  animation: mvFade 1.4s ease forwards;
  opacity: 0;
}

@keyframes mvFade {
  to {
    opacity: 1;
  }
}

.animation-title {
  animation: titleFadeUp 1s ease forwards;
  animation-delay: 1s;
}

@keyframes titleFadeUp {
  from {
    opacity: 0;
    transform: translateY(-40%) translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(-40%) translateY(0);
  }
}

@media (min-width: 768px) {
  .p-access__inner {
    max-width: 800px;
  }
}

@media (min-width: 1000px) {
  .p-header__icon {
    display: none;
  }
}

@media (max-width: 1100px) {
  .l-header__nav {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .p-header__list {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .p-concept__contents {
    gap: 50px;
  }

  .p-works__item {
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .l-header__nav {
    display: none;
  }

  .l-main {
    padding-block-start: 90px;
  }

  .p-concept__subTitle {
    font-size: 20px;
  }

  .p-concept__text {
    font-size: 14px;
  }

  .p-lower-top__titleWrap.--cooking {
    left: 10%;
  }
}

@media (max-width: 900px) {
  .p-concept__contents {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .p-works__item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .p-works__item {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .p-works__item-img {
    aspect-ratio: 300/220;
    width: 100%;
  }

  .p-works__item-wrap {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l-header {
    padding-block: 16px;
  }

  .l-header__inner {
    padding-inline: 20px;
  }

  .l-header__logo img {
    height: auto;
    width: 100px;
  }

  .l-main {
    padding-block-start: 67px;
  }

  .l-inner {
    padding-inline: 20px;
  }

  .l-concept {
    margin-block-end: 100px;
    margin-block-start: 100px;
  }

  .l-section {
    margin-block: 100px;
  }

  .l-footer {
    margin-block-start: 30px;
  }

  .l-breadcrumb {
    padding-inline: 20px;
  }

  .c-btn {
    font-size: 14px;
  }

  .c-section-title {
    font-size: 24px;
  }

  .p-header__list a {
    font-size: 14px;
  }

  .p-mv__img {
    aspect-ratio: 375/400;
  }

  .p-concept__img {
    max-width: 330px;
  }

  .p-concept__text-wrap {
    max-width: 100%;
  }

  .p-news__img {
    width: 100%;
  }

  .p-news-contents__link {
    font-size: 14px;
  }

  .p-works__items {
    gap: 30px;
    margin-block-start: 60px;
  }

  .p-works__item-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .p-works__item-text {
    font-size: 14px;
  }

  .p-access__notice {
    margin-block-start: 60px;
  }

  .p-access__routes {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .p-contact {
    margin-block-start: 40px;
  }

  .p-contact__row {
    gap: 12px;
    grid-template-columns: auto;
    padding-bottom: 23px;
    padding-top: 23px;
  }

  .p-contact__privacy {
    font-size: 12px;
    padding-inline: 16px;
  }

  .p-footer__logo {
    width: 120px;
  }

  .p-footer__sns {
    gap: 20px;
    margin-block-start: 20px;
  }

  .p-footer__sns img {
    width: 40px;
  }

  .p-footer__nav {
    flex-direction: column;
    margin-block-start: 30px;
  }

  .p-footer__list {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .p-footer__copyright {
    margin-block-start: 30px;
  }

  .p-privacy {
    font-size: 14px;
  }

  .p-about__text {
    font-size: 16px;
  }

  .p-about__staff-item {
    row-gap: 32px;
  }

  .p-about__staff-item:not(:last-child) {
    margin-block-end: 40px;
  }

  .p-about__staff-name {
    font-size: 24px;
  }

  .p-about__staff-imgWrap {
    max-width: 330px;
  }

  .p-about__staff-text {
    font-size: 16px;
  }

  .p-lower-top {
    height: 250px;
    overflow: hidden;
    width: 89.3333%;
  }

  .p-lower-top__titleWrap.--about {
    left: 10%;
  }

  .p-lower-top__titleWrap.--esthetic {
    left: 15%;
  }

  .p-lower-top__title {
    font-size: 20px;
  }

  .p-lower-top__Subtitle {
    font-size: 14px;
    margin-block-start: 4px;
  }

  .p-esthetic__content {
    margin-block-start: 100px;
  }

  .p-esthetic__section {
    grid-template-columns: 1fr;
    padding: 24px 0;
    row-gap: 16px;
  }

  .p-policy__content {
    margin-block: 80px;
  }

  .p-policy__list {
    grid-template-columns: 1fr;
  }

  .p-policy-info__content {
    margin-block: 60px;
  }

  .p-cooking__Subtitle {
    font-size: 18px;
    margin-block-start: 80px;
  }

  .p-cooking-swiper-container {
    margin-block-start: 40px;
  }

  .p-cooking-main__title {
    font-size: 18px;
  }

  .p-cooking-main__price {
    font-size: 16px;
  }

  .p-cooking-main__content {
    margin-block-start: 60px;
  }

  .p-cooking-main__item {
    grid-template-columns: 1fr;
  }

  .p-cooking-main__item dt {
    border-block-end: 1px solid #f8f8f8;
    padding: 20px;
  }

  .p-cooking-main__item dd {
    padding: 20px;
  }

  .p-photo__content {
    margin-block-start: 100px;
  }

  .p-photo__main-img {
    margin-block-end: 40px;
  }

  .p-photo__section {
    grid-template-columns: 1fr;
    padding: 24px 0;
    row-gap: 16px;
  }

  .p-photo__img {
    margin-block: 80px;
  }

  .p-photo__img-list {
    row-gap: 40px;
  }

  .p-photo__img-list-title {
    font-size: 20px;
  }

  .p-photo753__Subtitle {
    font-size: 20px;
  }

  .p-photo753__items {
    gap: 50px;
    margin-block-start: 50px;
  }

  .p-photo753__item {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .p-photo753__textWrap {
    text-align: center;
  }

  .p-photo753__item-title {
    font-size: 20px;
  }

  .p-photo753__item-subTitle {
    font-size: 18px;
  }

  .p-photo753-kimono__titleWrap {
    padding: 30px;
  }

  .p-photo753-kimono__gallery {
    margin-block-start: 50px;
  }

  .p-photo753-kimono__gallery .wp-block-heading {
    font-size: 20px;
    margin-block-end: 30px;
    margin-block-start: 50px;
  }

  .animation-up {
    transform: translateY(40px);
  }
}

@media (max-width: 500px) {
  .p-mv__title {
    left: 5%;
    top: 55%;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }

  .p-header__list a:hover {
    opacity: 0.8;
  }
}