@charset "UTF-8";
/* CSS Document */

/*
Theme Name: amber-bottle-aromatherapy2.2
Theme URI: amberbottle.com/
Description: amberbottle.comテーマ
Version: 2.0
Author: amber-bottle-aromatherapy2.2
Author URI: amberbottle.com/
*/

/* ************************************************ 
 *  all
 * ************************************************ */

body {
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop2 {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile2 {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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;
}

/* Set core root 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]) {
  text-decoration-skip-ink: auto;
}

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

/* 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]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.swiper {
  max-width: 1000px;
  width: 100%;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: block;
  bottom: 5px;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px;
  margin: 0 0.625rem 0.625rem;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333296;
}

/* 画像サイズ調整 */
.swiper-img.p-slide-img {
  position: relative;
}

.swiper-img.p-slide-img::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
@media screen and (min-width: 768px) {
  .swiper-img.p-slide-img::before {
    padding-top: 40%;
  }
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.c-btn {
  background-color: #3C281E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.1875rem;
}

.btn-purple {
  background-color: #7978BA;
}

/* レシピコレクションカード */
.c-cards{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
  @media screen and (min-width: 768px) {
    .c-cards{
      grid-template-columns: repeat(4,1fr);
      gap:40px 26px;
    }
}

/*メニューボタン 展開前*/
.c-hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 4.6875%;
  width: 38px;
  width: 2.375rem;
  height: 43px;
  height: 2.6875rem;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}
@media screen and (min-width: 880px) {
  .c-hamburger {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .c-hamburger {
    width: 1.125rem;
    height: 1.8125rem;
    right: 10%;
  }
}

.c-hamburger span {
  display: block;
  position: absolute;
  width: 38px;
  width: 2.375rem;
  height: 1px;
  left: 0;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-hamburger span:nth-of-type(1) {
  top: 0px;
  top: 0rem;
}

.c-hamburger span:nth-of-type(2) {
  top: 12px;
  top: 0.75rem;
}
@media screen and (max-width: 425px) {
  .c-hamburger span:nth-of-type(2) {
    top: 0.625rem;
  }
}

.c-hamburger span:nth-of-type(3) {
  top: 24px;
  top: 1.5rem;
}
@media screen and (max-width: 425px) {
  .c-hamburger span:nth-of-type(3) {
    top: 1.25rem;
  }
}

/*メニューボタン 展開後*/
.c-hamburger.active span:nth-child(1) {
  top: 12px;
  top: 0.75rem;
  left: 6px;
  left: 0.375rem;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger.active span:nth-child(2),
.c-hamburger.active span:nth-child(3) {
  top: 12px;
  top: 0.75rem;
  left: 6px;
  left: 0.375rem;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger p {
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714285;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 425px) {
  .c-hamburger p {
    font-size: 3.0588235294vw;
    bottom: -15px;
  }
}

.c-hamburger p.active {
  left: 20%;
}
@media screen and (max-width: 425px) {
  .c-hamburger p.active {
    left: 40%;
  }
}

.c-logo {
  width: 250px;
  width: 15.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-logo {
    margin: 0;
  }
}
/* レシピコレクション　タブ */
.c-tab-menu{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
  @media screen and (min-width: 768px) {
    .c-tab-menu{
      flex-wrap: nowrap;
      justify-content: center;
      gap: 0;
    }
}
.c-tab-menu__item{
  width: 150px;
}
  @media screen and (min-width: 768px) {
    .c-tab-menu__item{
      margin-right: 16px;
  }
}
.c-tab-trigger{
  width: 100%;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.c-tab-trigger-relaxation,
.c-tab-trigger-selfcare,
.c-tab-trigger-creativity,
.c-tab-trigger-communication,
.c-tab-trigger-workshop{
  background-color: #A4A3D0;
}

.c-tab-trigger-relaxation.is-active,
.c-tab-trigger-selfcare.is-active,
.c-tab-trigger-creativity.is-active,
.c-tab-trigger-communication.is-active,
.c-tab-trigger-workshop.is-active
{
  background-color: #503C32;
  color: #fff;
}
.c-tab-content--before.is-active{
  display: none;
}
.c-tab-content{
  display: none;
}
.c-tab-content.is-active{
  display: block;
}
.c-tab-content__item{
  display: none;
 }
.c-tab-content__item.is-active {
  display: block;
  animation: fade 0.5s ease;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
  }

.c-text {
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0;
  color: #3C3C3C;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .c-text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 425px) and (max-width: 640px) {
  .c-text {
    font-size: 2.03125vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 424px) {
  .c-text {
    font-size: 3.4666666667vw;
  }
}

.c-title {
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}

.c-title-main {
  display: block;
  color: #A4A3D0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1666666;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 375px) {
  .c-title-main {
    font-size: 6.6666666667vw;
    letter-spacing: 0.2em;
  }
}

.c-title-sub {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.33333;
  letter-spacing: 0.4em;
  color: #3C3C3C;
}
@media screen and (min-width: 376px) and (max-width: 520px) {
  .c-title-sub {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 375px) {
  .c-title-sub {
    font-size: 4.2666666667vw;
    letter-spacing: 0.15em;
  }
}

.c-top {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.c-top:hover {
  opacity: 0.6;
}

.c-top img {
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 4.6875%;
}
@media screen and (min-width: 425px) {
  .c-top img {
    width: 2.5rem;
  }
}
/* pagenation */
.pagination{
  margin-top: 45px;
}
  @media screen and (min-width: 768px) {
    .pagination{
      margin-top: 53px;
    }
}
.nav-links{
  text-align: center;

}
.page-numbers{
  width: 30px;
  height: 30px;
  background-color: #f6f6f6;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #f6f6f6;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  transition: 0.3s;
}
.page-numbers.list{
  border: none;
  text-decoration: underline;
}
  @media screen and (min-width: 768px) {
    .page-numbers{
      margin-right: 18px;
      font-size: 1.4rem;

    }
  }
.page-numbers:hover,
.page-numbers.current {
  background-color: #000;
  border:1px solid #000;
  color:#fff;
}

.dots{
  border: none;
  text-align: center;
}
.prev,
.next{
  border: none;
}

.p-bg {
  position: relative;
}

.p-bg img {
  position: absolute;
  top: -6px;
  z-index: -1;
}

.p-br-concept {
  display: block;
}
@media screen and (min-width: 425px) {
  .p-br-concept {
    display: none;
  }
}

.p-br-concept-tb {
  display: block;
}
@media screen and (min-width: 1080px) {
  .p-br-concept-tb {
    display: none;
  }
}

.p-br-concept-sp {
  display: block;
}
@media screen and (min-width: 425px) {
  .p-br-concept-sp {
    display: none;
  }
}

.p-br-service-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-br-service-sp {
    display: none;
  }
}

.p-concept__inner {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 425px) {
  .p-concept__inner {
    padding: 0 1.5625rem;
  }
}

.p-concept-btn {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 35px;
}
@media screen and (min-width: 425px) {
  .p-concept-btn {
    width: 12.5rem;
    height: 2.8125rem;
  }
}

.p-concept-btn a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 14px;
}
@media screen and (min-width: 425px) {
  .p-concept-btn a {
    font-size: 1rem;
  }
}

.p-concept-btn a:hover {
  opacity: 0.6;
}
/* concept下層ページ */
.p-concept_wide_1280.wide_1280{
  max-width: 1280px;
  width: 100%;
}

.p-concept-section_head.section_head {
  max-width: 1280px;
  width: 100%;
}

.p-concept__inner-bottom{
    width: 100%;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-concept__inner-bottom{
    max-width: 1040px;
    padding: 0 20px;
}
}
.p-concept__detail-info{
    width: auto;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: calc(21/16);
    font-weight: normal;
    color: #333;
    letter-spacing: 0.1em;
    font-variant-ligatures: none;
    overflow-wrap: break-word;
}
@media screen and (min-width: 721px){
  .p-concept__detail-info{
    max-width: 1040px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.p-concept__question,
.p-concept__answer{
font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;;
font-size: 22px;
line-height: calc(32/22);
font-weight: normal;
color: #3C3C3C;
letter-spacing: 0.02em;
width: auto;
height: auto;
padding:30px 0;
margin: 0 auto;
text-align: center;
font-variant-ligatures: none;
}
@media screen and (min-width: 768px) {
  .p-concept__question,
.p-concept__answer{
    font-size:30px;
    line-height: calc(40/30);
}
}

.p-concept-wide_1000{
    width: 100%;
    height: auto;
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0;
}
@media screen and (min-width: 721px){
  .p-concept-wide_1000{
    max-width: 1040px;
  }
}
.middle_line-concept{
    width: 100%;
    height: 1px;
    border-top: 1px solid #3c281e;
    line-height: 0;
    clear: both;
    float: none;
    padding: 0px;
    margin: 0 auto;
}
    @media screen and (min-width: 768px){
      .middle_line-concept{
        max-width: 1040px;
      }
}
.p-concept__detail-info .text_st02{
    color: #3c3c3c;
}

.p-head__title.head-title{
letter-spacing: 2pt;
}
.p-footer {
  background-color: #F6F6F6;
}

.p-footer__inner {
  /* max-width: 540px; */
  width: 100%;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .p-footer__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.p-footer__logo {
  cursor: pointer;
  display: block;
  width: 200px;
  width: 12.5rem;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-footer__logo:hover {
  opacity: 0.6;
}

.p-footer__copyright {
  background-color: #503C32;
}

.p-footer__copyright p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.666666;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .p-footer__copyright p {
    font-size: 2.1176470588vw;
  }
}

.p-header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
}
@media screen and (max-width: 425px) {
  .p-header {
    height: 70px;
  }
}

.p-header__inner {
  padding: 0 15px 0 0;
  padding: 0 0.9375rem 0 0;
  max-width: 1280px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
@media screen and (min-width: 425px) {
  .p-header__inner {
    padding: 0 1.25rem;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #F6F6F6;
}
@media screen and (max-width: 640px) {
  .p-links {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-links__item {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.05em;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 425px) {
  .p-links__item {
    font-size: 14px;
    line-height: 2.5;
  }
}

.p-links__item::before {
  content: "";
  width: 7px;
  border-top: 1px solid #503C32;
  position: absolute;
  left: clamp(-10px, -10vw, -12px);
  top: 18px;
  top: 1.125rem;
}
@media screen and (max-width: 425px) {
  .p-links__item::before {
    top: 18px;
  }
}

.p-links__item a {
  background-color: #F6F6F6;
  color: #503C32;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-links__item a:hover {
  opacity: 0.6;
}

.p-links.p-links__footer {
  display: none;
}
@media screen and (min-width: 880px) {
  .p-links.p-links__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;

    margin-left: 16px;
  }
}

.p-mv__inner {
  background-color: #cdaf8d;
}

.p-mv__content {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-mv__content--top,
.p-mv__content--bottom {
  max-width: 1280px;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  background-color: #5D3207;
}
@media screen and (min-width: 768px) {
  .p-mv__content--top,
.p-mv__content--bottom {
    height: 3.75rem;
  }
}

.p-mv__content--bottom {
  background-color: #BC8652;
}

.p-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mv__content--left,
.p-mv__content--right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__content--left,
.p-mv__content--right {
    width: 8.75rem;
    display: block;
    position: relative;
  }
}

.p-mv__content--left::before,
.p-mv__content--right::before {
  content: "";
  display: block;
  padding-top: 285.714%;
}

.p-mv__content--left img,
.p-mv__content--right img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv-btn {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (min-width: 880px) {
  .p-mv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    align-items: center;
  }
}

.p-mv-btn a {
  padding: 5px 20px;
  background-color: #7978BA;
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-mv-btn a:hover {
  opacity: 0.6;
}

.p-news__inner {
  max-width: 650px;
  width: 100%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 425px) {
  .p-news__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-news__category {
  display: block;
}

.p-news__content {
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
}

.p-news__content::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}

.p-news__content:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}

.p-news__content:nth-child(n+2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-news__date {
  font-size: 3.4666666667vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 425px) {
  .p-news__date {
    font-size: 0.875rem;
  }
}

.p-news__category {
  font-size: 3.7333333333vw;
  line-height: 1.3333;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #3C3C3C;
}
@media screen and (min-width: 425px) {
  .p-news__category {
    font-size: 1rem;
  }
}

.p-news__category a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-news__category a:hover {
  opacity: 0.6;
}

.p-news__text {
  font-size: 3.4666666667vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #3C3C3C;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 425px) {
  .p-news__text {
    font-size: 0.875rem;
    line-height: 1.714285;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.p-news__text a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-news__text a:hover {
  opacity: 0.6;
}

.p-news-btn {
  margin: 0 auto;
  width: 150px;
  height: 35px;
}
@media screen and (min-width: 425px) {
  .p-news-btn {
    width: 12.5rem;
    height: 2.8125rem;
  }
}

.p-news-btn a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 14px;
}
@media screen and (min-width: 425px) {
  .p-news-btn a {
    font-size: 1rem;
  }
}

.p-news-btn a:hover {
  opacity: 0.6;
}

.p-pc-nav {
  display: none;
}
@media screen and (min-width: 880px) {
  .p-pc-nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-pc-nav__item {
  position: relative;
}

.p-pc-nav__item:nth-child(n+2):after {
  content: "";
  width: 1px;
  height: 50px;
  height: 3.125rem;
  background-color: #DBDBDB;
  position: absolute;
  bottom: 0;
}

.p-pc-nav__name--en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.714285;
  letter-spacing: 0.1em;
}

.p-pc-nav__name--ja {
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.375;
  letter-spacing: 0;
  text-align: center;
}

.p-pc-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1080px) {
  .p-pc-nav__link {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 880px) and (max-width: 1079px) {
  .p-pc-nav__link {
    padding: 0 0.625rem;
  }
}

.p-pc-nav__link:hover {
  opacity: 0.6;
}

.p-service {
  background-color: #F6F6F6;
}

.p-service__inner {
  padding: 42px 15px 39px;
  padding: 2.625rem 0.9375rem 2.4375rem;
}
@media screen and (min-width: 425px) {
  .p-service__inner {
    padding: 5rem 2.8125rem 7.8125rem;
  }
}

.p-service__items {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-service__items {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service__item {
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    width: calc(50% - 20px);
    margin-right: 1.25rem;
  }
}

.p-service__item:nth-child(n+3) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-service__body {
  position: relative;
}

.p-service__body::before {
  content: "";
  display: block;
  padding-top: 66.66666%;
}

.p-service__body img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-service__body span {
  font-size: 3.7333333333vw;
  line-height: 1.555555;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 44.4444%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -10px;
  width: calc(44.4444% + 10px);
  color: white;
  background: #3C281E;
  opacity: 0.9;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-service__body span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .p-service__body span {
    font-size: 0.875rem;
  }
}

.p-service__body span::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #3C281E;
}

.p-slide {
  position: relative;
}

.p-slide-img .p-slide-img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-slide-img .p-slide-img--sp {
    display: none;
  }
}

.p-slide-title {
  position: absolute;
  bottom: 4%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-slide-title {
    width: 18.75rem;
  }
}
.p-slide-title h2 {
  background-color: #000;
  font-size: clamp(9px, 9vw, 12px);
  line-height: 1.77777;
  letter-spacing: 0.15em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-slide-title h2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .p-slide-title h2 {
    font-size: 1rem;
  }
}

.p-slide-title-2 {
  position: absolute;
  bottom: 18%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-slide-title-2 {
    width: 28rem;
  }
}
.p-slide-title-2 h2 {
  background-color: #000;
  font-size: clamp(9px, 9vw, 12px);
  line-height: 1.77777;
  letter-spacing: 0.15em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-slide-title-2 h2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .p-slide-title-2 h2 {
    font-size: 1rem;
  }
}

.p-slide-title-3 {
  position: absolute;
  bottom: 8%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-slide-title-3 {
    width: 15rem;
  }
}
.p-slide-title-3 h2 {
  background-color: #000;
  font-size: clamp(9px, 9vw, 12px);
  line-height: 1.77777;
  letter-spacing: 0.15em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-slide-title-3 h2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .p-slide-title-3 h2 {
    font-size: 1rem;
  }
}

.p-sp-btn {
  text-align: center;
  border-radius: 10%;
}

.p-sp-btn a {
  padding: 7px 22.5px;
  background-color: #7978BA;
  color: #fff;
  border-radius: 0.1875rem;
  font-size: clamp(12.5px, 12.5vw, 14px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-sp-btn a:hover {
  opacity: 0.6;
}

/*スマホ用のメニュー*/
.p-sp-nav {
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: #503C32;
  background-color: #F6F6F6;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  width: 100%;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 880px) {
  .p-sp-nav {
    display: none;
  }
}

.p-sp-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  top: 100px;
  position: sticky;
}
@media screen and (max-width: 425px) {
  .p-sp-nav.active {
    top: 70px;
  }
}

.p-sp-nav__items {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.p-sp-nav__item {
  list-style-type: none;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  z-index: 100;
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-sp-nav__link {
  display: block;
  color: #503C32;
  padding: 10px 0;
  height: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-sp-nav__link:hover {
  opacity: 0.6;
}

.p-sp-nav__item:last-child.p-sp-nav__link {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.p-sp-nav__name--en {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  margin-right: 30px;
  margin-right: 1.875rem;
  font-size: 3.7333333333vw;
  line-height: 1.714285;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 425px) {
  .p-sp-nav__name--en {
    font-size: 1.125rem;
  }
}

.p-sp-nav__name--en::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 12px; /* くの字を山なりに見た時、左側の長さ */
  height: 12px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #000; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #000; /* くの字を山なりに見た時、右側の太さと色 */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* くの字の向き */
}

.p-sp-nav__name--ja {
  font-size: 3.2vw;
  line-height: 1.2222;
  letter-spacing: 0;
}
@media screen and (min-width: 425px) {
  .p-sp-nav__name--ja {
    font-size: 1rem;
  }
}

.p-sub-menu__inner {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}
@media screen and (min-width: 425px) {
  .p-sub-menu__inner {
    padding: 0 1.5625rem;
  }
}

.p-sub-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: center;
}

.p-sub-menu__item {
  width: 25%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}

.p-sub-menu__item:hover {
  opacity: 0.6;
}

.p-sub-menu__item img {
  width: 40px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 425px) {
  .p-sub-menu__item img {
    width: 2.8125rem;
  }
}

.p-sub-menu__item p {
  color: #A4A3D0;
  text-align: center;
  font-size: 3.0588235294vw;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 200;
  white-space: nowrap;
}
@media screen and (min-width: 425px) {
  .p-sub-menu__item p {
    font-size: 1.125rem;
    line-height: 1.555555;
  }
}
/* レシピコレクション　詳細ページ */
.p-detail-recipe__bg{
  width: auto;
  height: auto;
  margin: 0 auto;
  background-repeat: repeat-x;
  background-color: #EEECEB;
}
.p-detail_info-recipe{
  max-width: 1040px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 20px;
  color: #333;
}
.p-detail_info-recipe-ttl.detail_cp{
  margin: 40px auto 30px;
  border-bottom: 1px solid #3C281E;
}

  @media screen and (min-width: 721px){
    .p-detail__info-inner{
      display: flex;
    }
}

.p-detail__info-img{
  width: 100%;
  height: 100%;
}
  @media screen and (min-width: 721px){
    .p-detail__info-img{
      max-width: 450px;
      margin-right: 40px;
    }
}

.p-detail__info-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-detail__info-list{
  width: 100%;
  height: auto;
}
  @media screen and (min-width: 721px){
    .p-detail__info-list{
      max-width: 510px;
    }
}

.p-detail__list-top{
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: calc(21/14);
  letter-spacing: 0.1em;
  font-weight: normal;
  background-color: #fff;
  padding: 20px 30px;
}
.p-detail__info-num,
.p-detail_info-grade,
.p-detail__info-itemName{
  border-bottom: 1px solid #EEECEB;
  padding-bottom: 5px;
}
.p-detail_info-grade,
.p-detail__info-itemName{
  padding-top: 10px;
}
.p-detail_info_text{
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: calc(28/14);
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 30px;
}
.p-detail__info-recipe-bottom{
  max-width: 1040px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 20px;
  color: #333;
}
.p-detail__ttl-wide1000{
  clear: both;
  float: none;
  height: auto;
  width: 100%;
  margin: -10px auto 10px;
  padding: 10px 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16pt;
  line-height: 24pt;
  text-align: center;
  letter-spacing: 2pt;
  font-weight: normal;
  color: #fff;
  background-color: #3C281E;
  background-repeat: no-repeat;
}
  @media screen and (min-width: 720px){
    .p-detail__ttl-wide100{
      max-width: 1040px;
    }
  }

.p-detail__info-btn .page_tx{
  padding: 8px;
  font-size: 14px;
  line-height: calc(18/14);
  letter-spacing:0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-detail__info-btn .reserve_btn{
  width: 200px;
  height: auto;
  text-align: center;
  background-color: #5a5aaa;
  border-radius: 4px;
}

.p-detail__info-bottom-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
  @media screen and (min-width: 721px){
    .p-detail__info-bottom-inner{
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 20px;
    }
}

/* 2023.12.08調整 */
.p-detail__info-bottom-body1,
.p-detail__info-bottom-body2{
  width: 100%;
　height: auto;
  background-color: #fff;
  padding: 15px;
}
@media screen and (min-width: 721px){
    .p-detail__info-bottom-body1,
.p-detail__info-bottom-body2{
  max-width: 490px;
  padding: 30px;
}
}

.p-detail__info-bottom-body1{
  margin-bottom: 10px;
}
@media screen and (min-width: 721px){
    .p-detail__info-bottom-body1{
      /*max-height: 200px;*/
      margin-right: 20px;
      margin-bottom: 0;
    }
}

.p-detail__info-bottom-body2{
  margin-bottom: 10px;
}
@media screen and (min-width: 721px){
    .p-detail__info-bottom-body2{
      /*min-height: 200px;*/
      margin-bottom: 0;
    }
}
/* 2023.12.08調整 */


.p-detail__info-subTtl.detail_sub_tl{
  font-size: 18px;
  line-height: calc(21/18);
  letter-spacing: 0.05em;
  color: #3C281E;
}
.p-detail__info-bottom_text.detail_info_text{
font-size: 14px;
color: #3C3C3C;
}

/* 予約 */
.p-detail-reserve__bg{
  width: auto;
  height: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
  @media screen and (min-width: 721px){
    .p-detail-reserve__bg{
      padding: 30px;
    }
}

.p-detail-reserve__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
  @media screen and (min-width: 721px){
    .p-detail-reserve__content{
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 20px;
      background-color: #EEECEB;
      max-width: 840px;
      max-height: 100px;
      flex-wrap: nowrap;
    }
}

.p-detail-reserve-top{
  display: flex;
  align-items: center;
}
.p-detail-reserve__calendar{
  height: auto;
  width: 40px;
  display: block;
  margin: 0 10px 0 0;
}
  @media screen and (min-width: 721px){
    .p-detail-reserve__calendar{
      width: 50px;
      margin: 0 30px 0 0;
    }
  }

.p-detail-reserve__text-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
  @media screen and (min-width: 721px){
    .p-detail-reserve__text-wrap{
      flex-direction: row;
    }
}

.p-detail-reserve__text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  line-height: calc(20/14);
  font-weight: bold;
  letter-spacing: 0;
}
  @media screen and (min-width: 721px){
    .p-detail-reserve__text{
      padding: 0;
      font-size: 14px;
      width: auto;
      margin: 0;
      flex-direction: row;
      align-items: center;
    }
  }
.pc_mode.p-detail-reserve-arrow{
  width: auto;
  height: auto;
  margin: 0;
}
  @media screen and (min-width: 721px){
    .pc_mode.p-detail-reserve-arrow{
      margin-left: 20px;
  }
}
.sp_mode.p-detail-reserve-arrow{
  text-align: center;
}
.pc_mode.p-detail-reserve-btn__wrap{
  width: auto;
  height: auto;
  margin-top: 10px;
}
  @media screen and (min-width: 721px){
    .pc_mode.p-detail-reserve-btn__wrap{
      margin: 0 0 0 30px;
    }
}
.sp_mode.p-detail-reserve-btn__wrap{
  margin-top: 10px;
}
  @media screen and (min-width: 721px){
    .sp_mode.p-detail-reserve-btn__wrap{
      margin-top: 0;
    }
}
.p-detail-reserve-btn__text{
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background-color: #5a5aaa;
  border-radius: 4px;
  padding:6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* concept メッセージ */
.p-message__box{
  position: relative;
}
.p-message__img-top{
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
}
  @media screen and (min-width: 768px){
    .p-message__img-top{
      width: 46%;
    }
  }

.p-message__img-bottom{
  width: 7%;
  position: absolute;
  bottom: 10%;
  right: 9%;
}
  @media screen and (min-width: 768px){
    .p-message__img-bottom{
      width: 4%;
      right: 6%;
      bottom: 12%;
    }
}
.p-message__text{
  position: absolute;
  top: 15%;
  left: 0;
  padding: 0 5%;
}
@media screen and (max-width: 767px)and (min-width: 426px){
.p-message__text.p-message__text1{
  top:10%;
}
}
  @media screen and (min-width: 769px) {
    .p-message__text{
      padding: 8%;
      top: 0;
    }
}
.p-message__text.p-message__text1{
  top: 12%;
}
  @media screen and (min-width: 769px) {
    .p-message__text.p-message__text1{
      top: 0;
}
  }
.p-message__text p{
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: calc(26/16);
  font-weight: normal;
  color: #3c3c3c;
  overflow-wrap: break-word;
}
@media screen and (min-width: 880px) {
  .p-message__text p{
    font-size: 16px;
    line-height: calc(32/16);
  }
}

  @media screen and (min-width: 768px) and (max-width: 879px){
    .p-message__text p{
      font-size: 14px;
      line-height: calc(30/16);
    }
}

.p-message__text p:nth-child(n+2){
  margin-top: 5px;
}
  @media screen and (min-width: 880px) {
    .p-message__text p:nth-child(n+2){
      margin-top: 10px;
    }
}
@media screen and (max-width: 768px){
.p-message__text.p-message__text1 p:nth-child(n+2){
  margin-top: 10px;
}
}

/* レシピコレクション */
.p-recipe_wide_1280.wide_1280{
  max-width: 1280px!important;
  width: 100%!important;
}
.p-recipe-section_head.section_head {
  max-width: 1280px;
  width: 100%;
}
.p-recipe__inner{
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}
  @media screen and (min-width:768px) {
    .p-recipe__inner{
      padding: 0 20px;
    }
}

.p-recipe-tab__wrap{
  width: 100%;
/* //     @media screen and (min-width:640px) and (max-width:749px){
//     width: 80%;
//     }
//     @media screen and (min-width:750px) and (max-width:767px){
//     width: 90%;
//     }
//     @include mq( md ){
//      width: 100%;
//  } */
}
.p-recipe__content{
  width:100%;
}
.p-recipe__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 2023.12.6 投稿画質調整 */
@media screen and (min-width:769px) {
.p-recipe__thumb {
  float: left;
  width: 232px;
  height: auto;
  padding: 20px 9px;
}
.p-recipe__ph {
  position: relative;
  width: 214px;
  height: 214px;
  padding-bottom: 0;/* 幅に対する縦のサイズ */
  overflow: hidden;
}
.p-recipe__ph img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
}

@media screen and (max-width:768px) {
.p-recipe__thumb {
  float: left;
  width: 48%;
  height: auto;
  margin: 10px 1%;
}
.p-recipe__ph {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;/* 幅に対する縦のサイズ */
  overflow: hidden;
}
.p-recipe__ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: initial;
}
}
/* 2023.12.6 投稿画質調整 */

.p-recipe__body-top{
  display: flex;
}
.p-recipe__num,
.p-recipe__grade{
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 11px;
  line-height: calc(24/16);
  font-weight: normal;
  letter-spacing: 0.05em;
  }
  .p-recipe__title{
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: calc(24/16);
  font-weight: normal;
  letter-spacing: 0.05em;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  }
  @media screen and (min-width:500px) and (max-width:640px){
    .p-recipe__num,
    .p-recipe__grade,
    .p-recipe__title{
      font-size: 14px;
    }
  }
  @media screen and (min-width:768px) {
    .p-recipe__num,
    .p-recipe__grade,
    .p-recipe__title{
      font-size: 12px;
  }
}

.p-recipe__text{
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: calc(24/16);
  font-weight: normal;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
  @media screen and (min-width:500px) and (max-width:640px){
    .p-recipe__text{
      font-size: 14px;
    }
  }
  @media screen and (min-width:768px) {
    .p-recipe__text{
      font-size: 12px;
    }
}

/* レシピコレクションページ */
 /* 検索フォーム */
.p-recipe__search__wrap{
  max-width: 640px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

/* 2023.12.6 位置調整 */
@media screen and (min-width:768px) {
.p-recipe__search__wrap{
  left: 40px;
}
}
@media screen and (max-width:769px) {
.p-recipe__search__wrap{
  left: 0;
}
}

/*フォーム全体*/
.p-recipe__form1{
  max-width: 460px;
  }
  /*検索ボックス*/
  .p-recipe__sbox{
  width: 59.8%;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  right: 39%;
  padding: 10px 16px;
  border-radius: 2px 0 0 2px;
  border: none;
  outline: none;
  background: #eee;
  }
/*  input::placeholder{
      font-size: 12px;
      color: #C8C8C8;
  }*/
  /*検索ボタン*/
  .p-recipe__sbtn{
  width: 36px;/*検索ボタンの横幅*/ 
  height: 36px;/*検索ボタンの縦幅*/ 
  position: absolute;/*検索ボタンの絶対位置*/  
  left: 55%;/*検索ボタンの位置調整*/
  top: 0;
  border-radius:　0 2px 2px 0;/*検索ボタンの角を丸める*/ 
  background: #3C281E;/*検索ボタンの背景カラー*/ 
  border: none;/*検索ボタンの枠線を消す*/ 
  padding: 9px;
  }
  /*検索ボタンマウスオーバー時*/
  .p-recipe__sbtn: hover{
  color: #666;/*検索ボタンマウスオーバー時のフォントカラー*/ 
  }
  .p-recipe__btn{
    max-width: 150px;
    width: 29.6%;
    height: 36px;
    position: absolute;
    right: 0;
  }
  @media screen and (min-width:600px) and (max-width:767px){
    .p-recipe__btn{
      right: 5%;
      }
    }
  @media screen and (min-width:768px) and (max-width:879px){
    .p-recipe__btn{
      right: 15%;
    }
  }
  @media screen and (min-width:880px){
    .p-recipe__btn{
      right: 10%;
    }
}

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

/* メルマガ */
.p-mailMag{
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-mailMag--top{
  position: relative;
}
.p-mailMag--top::after{
content: "";
position: absolute;
width:90%;
height:1px;
background-color: #E5E5E5;
margin-top:70px;
left: 50%;
transform: translateX(-50%);
}
@media screen and (min-width:880px){
  .p-mailMag--top::after{
    width: 100%;
  }
}

.p-mailMag__title-wrap{
text-align: center;
position: relative;
}
.p-mailMag__title-wrap::after{
position: absolute;
content: "";
width:90%;
height:1px;
background-color: #E5E5E5;
margin-top: 50px;
left: 50%;
transform: translateX(-50%);
}
@media screen and (min-width:880px) {
  .p-mailMag__title-wrap::after{
    width: 100%;
  }
}

.p-mailMag__title{
  color:#3C3C3C;
  font-size:20px;
  font-weight: bold;
}
.p-mailMag__sub-title{
  margin-left: auto;
  margin-right: auto;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 2;

}
.p-mailMg--thanks{
  margin: 100px auto;
  line-height: 2;
  font-size: 18px;

}
.p-mailMag__text{
  color:#3C3C3C;
  font-size:16px;
  text-align: center;
}


.l-concept {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.l-concept__text {
  margin-top: 48px;
  margin-top: 3rem;
}

.l-concept__text-2 {
  margin-top: 32px;
  margin-top: 2rem;
}

.l-concept__text-3 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.l-concept-btn {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.l-footer {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 1.25rem;
  }
}

.l-footer__copyright {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-links {
  padding-left: 25px;
  padding-left: 1.5625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.l-links__footer {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.l-links__items {
  margin-right: 40px;
  margin-right: 2.5rem;
}

.l-links__items:last-child {
  margin-right: 0;
}

.l-mv {
  padding-top: 100px;
}
@media screen and (max-width: 425px) {
  .l-mv {
    padding-top: 70px;
  }
}

.l-news {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.l-news__contents {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.l-news__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-news__block {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.l-news-btn {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.l-service {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.l-service__items {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.l-service__item {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-service__item {
    margin-top: 0;
  }
}

.l-service__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-slide-title h2:nth-of-type(2) {
  margin-top: 5px;
  margin-bottom: 17px;
}

.l-sp-btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.l-sub-menu {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.l-title-sub {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.l-top {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .l-top {
    margin-top: 2.5rem;
  }
}
.l-recipe__contents{
  margin-top: 35px;
}
  @media screen and (min-width: 768px){
    .l-recipe__contents{
      margin-top: 65px;
    }
}

.l-recipe__body{
  margin-top: 15px;
}

.l-recipe-tab__wrap-bottom{
  margin-top: 32px;
}
@media screen and (min-width: 768px){
    .l-recipe-tab__wrap-bottom{
      margin-top: rem(48);
    }
}
.l-recipe__search__wrap{
  margin-top: 16px;
}
  @media screen and (min-width: 768px){
    .l-recipe__search__wrap{
      margin-top: 38px;
    }
}

/*# sourceMappingURL=styles.css.map */
