@charset "utf-8";
.u-pb10 {
  padding-bottom: 10px;
}
.u-pb15 {
  padding-bottom: 15px;
}
.u-pb20 {
  padding-bottom: clamp(10px, var(--px-20), 20px);
}
.u-pb30 {
  padding-bottom: clamp(15px, var(--px-30), 30px);
}
.u-pb40 {
  padding-bottom: clamp(20px, var(--px-40), 40px);
}
.u-pt40 {
  padding-top: clamp(20px, var(--px-40), 40px);
}
.u-pb50 {
  padding-bottom: clamp(25px, var(--px-50), 50px);
}
.u-pb60 {
  padding-bottom: clamp(30px, var(--px-60), 60px);
}
.u-pt60 {
  padding-top: clamp(30px, var(--px-60), 60px);
}
.u-pb70 {
  padding-bottom: clamp(30px, var(--px-70), 70px);
}
.u-pb80 {
  padding-bottom: clamp(40px, var(--px-80), 80px);
}
.u-pt80 {
  padding-top: clamp(40px, var(--px-80), 80px);
}
.u-pb90 {
  padding-bottom: clamp(40px, var(--px-90), 90px);
}
.u-pb100 {
  padding-bottom: clamp(50px, var(--px-100), 100px);
}
.u-pb120 {
  padding-bottom: clamp(50px, var(--px-120), 120px);
}
.u-pb160 {
  padding-bottom: clamp(80px, var(--px-160), 160px);
}
.u-pab10 {
  padding-block: 10px;
}
.u-pabi40 {
  padding-block: clamp(20px, var(--px-40), 40px);
  padding-inline: clamp(20px, var(--px-40), 40px);
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: clamp(10px, var(--px-20), 20px);
}
.u-mt20 {
  margin-top: clamp(10px, var(--px-20), 20px);
}
.u-mb30 {
  margin-bottom: clamp(15px, var(--px-30), 30px);
}
.u-mb40 {
  margin-bottom: clamp(20px, var(--px-40), 40px);
}
.u-mt40 {
  margin-top: clamp(20px, var(--px-40), 40px);
}
.u-mb50 {
  margin-bottom: clamp(25px, var(--px-50), 50px);
}
.u-mb60 {
  margin-bottom: clamp(30px, var(--px-60), 60px);
}
.u-mb70 {
  margin-bottom: clamp(30px, var(--px-70), 70px);
}
.u-mb80 {
  margin-bottom: clamp(40px, var(--px-80), 80px);
}
.u-mb90 {
  margin-bottom: clamp(40px, var(--px-90), 90px);
}
.u-mb100 {
  margin-bottom: clamp(50px, var(--px-100), 100px);
}
.u-mt100 {
  margin-top: clamp(50px, var(--px-100), 100px);
}
.u-mt110 {
  margin-top: clamp(30px, var(--px-110), 110px);
}
.u-mb120 {
  margin-bottom: clamp(50px, var(--px-120), 120px);
}
.u-mb02 {
  margin-bottom: 2em;
}
/*ga*/
.u-ga2010 {
  gap: max(var(--px-20), 10px);
}
.u-ga4010 {
  gap: max(var(--px-40), 10px);
}
.u-ga4020 {
  gap: max(var(--px-40), 20px);
}
.u-ga9030 {
  gap: max(var(--px-90), 30px);
}
.u-ga8020 {
  gap: max(var(--px-80), 20px);
}
.u-ga10 {
  gap: 10px;
}
/*font*/
.u-font1815 {
  font-size: max(var(--px-18), 15px);
}
.u-font2016 {
  font-size: max(var(--px-20), 16px);
}
.u-font4832 {
  font-size: max(var(--px-48), 32px);
}
.u-font3218 {
  font-size: max(var(--px-48), 32px);
}
.u-font2218 {
  font-size: max(var(--px-22), 18px);
}
/*font*/
.c-page__title {
  font-size: max(var(--px-36), 24px);
  font-family: var(--kaisei);
  position: relative;
  padding-bottom: clamp(20px, var(--px-30), 30px);
}
.c-page__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #231815;
  display: block;
  height: 5px;
  width: max(var(--px-68), 34px);
}
.c-page__title-st2 {
  font-size: max(var(--px-48), 24px);
  color: #fff;
  line-height: 2;
  font-weight: 500;
}
.c-page__title-st3 {
  font-size: max(var(--px-64), 24px);
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
}
.c-page__title-st3 em {
  font-size: max(var(--px-96), 34px);
  font-family: var(--mont);
  display: block;
  color: rgba(255, 255, 255, 0.4);
}
/*width*/
.c-width100 {
  width: 100%;
}
.c-img-w800 {
  max-width: max(var(--px-800), 800px);
  width: 100%;
}
.c-img-w960 {
  max-width: 960px;
  width: 100%;
}
.c-img-ww960 {
  max-width: 960px;
  width: 100%;
}
.c-img-w520 {
  max-width: max(var(--px-520), 520px);
  width: 100%;
}
.c-img-w560 {
  max-width: max(var(--px-560), 560px);
  width: 100%;
}
.c-width-w520 {
  max-width: max(var(--px-520), 520px);
  width: 100%;
}
.c-width-w480 {
  max-width: max(var(--px-480), 400px);
  width: 100%;
}
.c-width-w1120 {
  max-width: max(var(--px-1120), 1120px);
  width: 100%;
}
.c-img-w300 {
  max-width: max(var(--px-300), 300px);
  width: 100%;
}
.c-img-w400 {
  max-width: max(var(--px-400), 400px);
  width: 100%;
}
/*layout*/
.c-page-list-box-tit {
  background: #231815;
  color: #fff;
  text-align: center;
  padding-block: 15px;
  font-size: max(var(--px-20), 16px);
}
.c-page-list-box-tit-sub {
  background: #b6b7b1;
  color: #fff;
  text-align: center;
  padding-block: 15px;
}
.c-page-list li {
  padding-block: 20px;
  line-height: 1.2;
  border-bottom: 1px dashed #231815;
}
.c-page-list li:first-child {
  padding-block-start: 0;
}
.c-page-list-row li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}
.c-gray-box {
  color: #fff;
  background: #b6b7b1;
  padding-inline: var(--px-120);
  padding-block: clamp(20px, var(--px-40), 40px);
}
.c-page-box-tit {
  font-size: max(var(--px-32), 18px);
  background: #231815;
  color: #fff;
  text-align: center;
  padding-block: 10px;
  font-weight: 500;
}
.c-page-box-tit-st2 {
  background: #231815;
  color: #fff;
  text-align: center;
  padding-block: 10px;
  font-weight: 500;
  line-height: 1.6;
}
.c-page-box-tit-st2 em {
  display: block;
  font-size: max(var(--px-20), 18px);
}
.c-rank-box {
  max-width: max(var(--px-1120), 1120px);
  width: 100%;
  margin-inline: auto;
  padding: clamp(20px, var(--px-40), 40px);
  align-items: center;
  background: #fff;
  border-radius: 40px;
  gap: max(var(--px-60), 20px);
}
.c-rank-box .img-box {
  max-width: 147px;
  width: 100%;
  margin-inline: auto;
}
/*mv*/
.p-page__mv {
  padding-inline: 5.55%;
  padding-top: clamp(80px, var(--px-100), 100px);
  padding-bottom: clamp(20px, var(--px-40), 40px);
  background: #f2f3ed;
}
.p-page__mv-img {
  border-radius: 300px 30px 30px 30px;
}
.p-page__mv-title {
  font-size: max(var(--px-32), 24px);
  line-height: 1.6;
  padding-inline: 0.95em;
  padding-block: 10px;
  background: #fff;
  position: absolute;
  bottom: 30px;
  right: var(--px-80);
}
.p-page__mv-body {
  position: relative;
}
/*---flow---*/
.p-flow__body {
  background: #f2f3ed;
  max-width: max(var(--px-1120), 1120px);
  width: 100%;
  margin-inline: auto;
  padding-block: clamp(20px, var(--px-40), 40px);
  padding-inline: 15px;
}
.p-flow__icon {
  max-width: max(var(--px-280), 140px);
  width: 100%;
  text-align: center;
}
.p-flow__icon img {
  max-width: max(var(--px-120), 120px);
  width: 100%;
}
.p-flow__icon-text {
  font-size: max(var(--px-24), 14px);
  line-height: 1.6;
  margin-top: clamp(20px, var(--px-40), 40px);
}
/*---point---*/
.p-point__sec1 {
  background: #f2f3ed;
  padding-top: clamp(30px, var(--px-60), 60px);
  padding-bottom: clamp(40px, var(--px-80), 80px);
}
.p-point__body-tit {
  position: absolute;
  left: -10%;
  top: clamp(15px, var(--px-70), 70px);
}
.p-point__body-st2 .p-point__body-tit {
  left: auto;
  right: -5%;
}
.p-point__body-tit span {
  font-size: max(var(--px-32), 24px);
  line-height: 2;
  background: #fff;
  display: inline-block;
  padding-inline: 10px;
}
.p-point__body-tit em {
  font-family: var(--oswald);
  font-size: max(var(--px-96), 34px);
  position: absolute;
  bottom: 0%;
  transform: translate(100%, 0%);
  right: 0;
  padding-left: 0.5em;
}
.p-point__body-st2 .p-point__body-tit em {
  transform: translate(-100%, 0%);
  left: 0;
  right: auto;
  padding-right: 0.5em;
  padding-left: 0;
}
.p-point__body-txt {
  padding-left: var(--px-80);
}
.p-point__body-st2 .p-point__body-txt {
  padding-right: var(--px-80);
  padding-left: 0;
}
/*---tortadi---*/
.u-bg-wave {
  background: url(../../../uploads/2026/04/wave-bg.webp) no-repeat;
  background-size: 100% 100%;
}
.p-tortadi__card {
  flex: 1;
  height: clamp(571px, var(--px-571), 900px);
  background: #f2f3ed;
  padding-inline: 15px;
  padding-top: clamp(20px, var(--px-40), 40px);
  border-radius: 40px;
}
.u-flex .p-tortadi__card:nth-child(2) {
  margin-top: 40px;
}
.u-flex .p-tortadi__card:nth-child(3) {
  margin-top: 80px;
}
.p-tortadi__card-rank {
  margin-bottom: 30px;
  max-width: 147px;
  margin-inline: auto;
}
.p-tortadi__card-title {
  font-size: max(var(--px-32), 18px);
  background: #231815;
  color: #fff;
  text-align: center;
  border-radius: 80px;
  padding-block: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-tortadi__card-text {
  text-align: center;
  font-size: max(var(--px-20), 14px);
}
.p-tortadi__sec5-txtbox {
  background: #b6b7b1;
  padding-block: 30px;
  padding-inline: 20px;
}
/*blog*/
.p-content__body {
  width: 70%;
}
.p-content-box {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, var(--px-40), 40px);
  border-bottom: 3px solid #231815;
}
.p-content-box article {
  max-width: max(var(--px-400), 200px);
  width: 100%;
}
.post-thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.post-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.post-cat {
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  padding-block: 10px;
  padding-inline: 10px;
  min-width: max(var(--px-145), 116px);
  text-align: center;
  margin-top: 20px;
}
.post-tit {
  font-size: max(var(--px-20), 16px);
  line-height: 1.6;
  font-weight: 500;
}
.post-meta time {
  font-size: max(var(--px-20), 16px);
  font-weight: 500;
  line-height: 1.6;
}
.post-meta p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*sidebar*/
.sidebar {
  width: 30%;
}
.sidebar .widget {
  margin-bottom: 20px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .cat-item a::before {
  content: attr(data-name);
  text-transform: uppercase;
  font-size: max(var(--px-24), 16px);
  margin-right: 20px;
}
.sidebar .cat-item {
  border-bottom: 2px dashed #231815;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar .cat-item a {
  font-size: max(var(--px-20), 16px);
}
.sidebar .wp-block-search__label {
  width: auto;
}
.sidebar .wp-block-separator {
  margin: 0;
}
.sidebar .wp-block-archives-list {
  margin-top: 20px;
}
.sidebar .wp-block-archives-list li {
  font-size: max(var(--px-20), 16px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar .wp-block-archives-list li:last-child {
  margin-bottom: 0;
}
.sidebar .wp-block-archives-list li a::before {
  content: "";
  background: url(../../../uploads/2026/04/arrow-small-icon.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 15px;
  width: 9px;
  margin-right: 10px;
  vertical-align: middle;
}
.sidebar .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.sidebar .wp-block-search__button.has-icon {
  margin: 0;
}
.sidebar .wp-block-search__input {
  background: #d9d9d9;
}
.sidebar .wp-block-search__button {
  background: #d9d9d9;
  border: none;
}
.sidebar .wp-block-search__button svg {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
}
.sidebar-title {
  font-size: max(var(--px-32), 16px);
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 3px solid #231815;
}
.sidebar-title span {
  font-size: max(var(--px-20), 16px);
  display: inline-block;
  margin-left: 1em;
}
/*sidebar-end*/
/*takuhaibento*/
.p-takuhaibento-hinoki__sec1-body .p-takuhaibento-hinoki__sec1-item:last-child {
  border: none;
}
.p-takuhaibento-hinoki__sec1-item {
  flex: 1;
  padding-inline: max(var(--px-60), 20px);
  padding-block: clamp(20px, var(--px-40), 40px);
  border-right: 1px solid #231815;
}
.p-takuhaibento-hinoki__sec1-label {
  font-size: max(var(--px-32), 22px);
  line-height: 1.2;
  font-weight: 500;
  padding-block: 10px;
  background: #231815;
  color: #fff;
  text-align: center;
}
.p-takuhaibento-hinoki__sec1-title {
  font-family: var(--kaisei);
  font-size: max(var(--px-32), 22px);
  line-height: 1.2;
  text-align: center;
  padding-top: clamp(20px, var(--px-40), 40px);
  position: relative;
  padding-bottom: clamp(15px, var(--px-30), 30px);
  margin-bottom: clamp(20px, var(--px-40), 40px);
}
.p-takuhaibento-hinoki__sec1-title::after {
  content: "";
  background: #231815;
  height: 5px;
  width: 68px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-takuhaibento-hinoki__sec1-price {
  display: block;
}
.p-takuhaibento-hinoki__sec1-img {
  text-align: center;
}
.p-takuhaibento-hinoki__sec1-img img {
  max-width: max(var(--px-360), 360px);
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.p-takuhaibento-hinoki__sec9-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p-takuhaibento-hinoki__sec9-item {
  background: #b6b7b1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: max(var(--px-167), 120px);
  padding-inline: 10px;
}
.p-takuhaibento-hinoki__sec9-title {
  font-size: max(var(--px-22), 14px);
  background: #fff;
  line-height: 1.2;
  padding-block: 10px;
  border-radius: 80px;
  border: 2px solid #231815;
  width: 100%;
  text-align: center;
  padding-inline: 10px;
}
.p-takuhaibento-hinoki__sec9-date {
  font-size: max(var(--px-32), 16px);
  line-height: 1.2;
  margin-bottom: clamp(10px, var(--px-20), 20px);
}
.c-simple-list li {
  list-style: inside;
}
/*-------menu----*/
.menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(var(--px-40), 10px);
}
.menu-title {
  background: #231815;
  text-align: center;
  color: #fff;
  font-size: max(var(--px-18), 16px);
  font-weight: 500;
  line-height: 1.6;
  padding-block: 10px;
  margin-block: 10px;
}
.pickup-box-title {
  font-size: max(var(--px-32), 18px);
  font-weight: 500;
  line-height: 1.6;
  background: #231815;
  text-align: center;
  padding-block: 10px;
  margin-block: clamp(10px, var(--px-30), 30px);
  color: #fff;
}
.menu-imgbox img {
  width: 100%;
}
.menu-content {
  background: #f2f3ed;
  padding: max(var(--px-20), 10px);
  flex: 1;
}
.pickup-box-content {
  background: #f2f3ed;
  padding-inline: clamp(20px, var(--px-80), 80px);
  padding-block: clamp(10px, var(--px-30), 30px);
}
.none.menu-content {
  background: none;
}
.menu-list li {
  display: flex;
  flex-direction: column;
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .p-point__body-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-point__body-st2 .p-point__body-txt {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-point__body-tit {
    top: 5px;
  }
  .p-tortadi__card-text {
    text-align: left;
  }
  .c-page-list-row li {
    flex-direction: column;
    align-items: start;
  }
  .c-page-list-row li p:last-child {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .p-page__mv-title {
    position: relative;
    bottom: auto;
    right: auto;
    width: fit-content;
    margin-left: auto;
    margin-top: 30px;
  }
  .p-point__body-tit {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
  .p-point__body-st2 .p-point__body-tit {
    left: auto;
    right: auto;
  }
  .p-point__body-txt {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .p-point__body-st2 .p-point__body-txt {
    padding-right: 0px;
    padding-left: 0px;
  }
  .p-point__body-tit em {
    position: relative;
    bottom: auto;
    transform: none;
    right: auto;
    left: auto;
    padding-left: 0.5em;
  }
  .p-point__body-st2 .p-point__body-tit em {
    padding-right: 0;
    padding-left: 0.5em;
  }
  .p-tortadi__card {
    height: auto;
    padding-bottom: 40px;
  }
  .p-tortadi__card-text {
    font-size: 16px;
  }
  .u-flex .p-tortadi__card:nth-child(2),
  .u-flex .p-tortadi__card:nth-child(3) {
    margin-top: 0;
  }
  .c-page-list-box-tit {
    line-height: 1.6;
  }
  .c-page__title-st2 {
    white-space: normal;
  }
  .p-content__body {
    width: 100%;
  }
  .p-content-box article {
    max-width: 100%;
  }
  .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
  .c-page-list {
    width: 100%;
  }
  .p-takuhaibento-hinoki__sec1-img img {
    height: auto;
  }
  .p-takuhaibento-hinoki__sec1-item {
    border-right: none;
    border-bottom: 1px solid #231815;
  }
  .p-takuhaibento-hinoki__sec9-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .menu-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
