@charset "UTF-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------全体設定------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #111111;
  --color-primary: #0047AB;
  --color-primary-shade: #111;
  --color-primary-tint: #C2AF83;
  --color-secondary: #aaa;
  --color-secondary-tint: #eee;
  --color-table-border: #ccc;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1264px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #111;
  --header-color-primary: #1d45f8;
  --header-color-primary-shade: #111;
  --header-color-primary-tint: #aaa;
  /*------▼フッター設定▼------*/
  --footer-background: #111;
  --footer-color-font: #DDDDDD;
  --footer-color-primary: #fff;
  /*------▼フォント設定▼------*/
  --font-family01: "Zen Kaku Gothic New", sans-serif;
  --font-family02: "Zen Old Mincho", serif;
  --font-family03: "Roboto", sans-serif;
  --font-family04: "Roboto Serif", serif;
}

/*------共通
--------------------------------------------*/
#footer {
  color: var(--footer-color-font);
  background: var(--footer-background);
  font-size: min(1.4rem + (1vw - 19.2px) * 0.1294, 1.4rem);
  padding: 0;
}

#footer a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 90%;
  max-width: 1500px;
  padding: min(80px + (1vw - 19.2px) * 1.9417, 80px) 0;
  margin: 0;
}

#footer ul {
  font-size: 100%;
  padding: 0;
}

#footer ul li {
  display: block;
  padding: 0;
  margin: 0;
}

#footer ul li::before {
  content: none;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: none;
}

#footer ul li a {
  padding: 0;
}

#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: var(--footer-color-primary);
}

#footer img {
  width: auto;
  max-width: 100%;
}

/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
  float: none;
  margin-bottom: min(30px + (1vw - 19.2px) * 0.9709, 30px);
}

#footer .footnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

#footer .footnav ul > li {
  position: relative;
  line-height: 1.4;
  padding: 0 min(16px + (1vw - 19.2px) * 0.3236, 16px) 0 min(15px + (1vw - 19.2px) * 0.3236, 15px);
  /* 16-9px、15-8px (1920-375) */
  margin-bottom: 10px;
}

#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--footer-color-font);
  top: 0;
}

#footer .footnav ul > li::before {
  left: 0;
}

#footer .footnav ul > li::after {
  right: -1px;
}

@media print, screen and (min-width: 769px) {
  #footer .footnav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
/*------フッター（左）
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
  #footer .footer__l {
    text-align: left;
  }
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 0.6em;
}
@media (max-width: 768px) {
  #footer .footer__logo:not(:last-child) {
    text-align: center;
    padding-left: 0;
  }
}

#footer .footer__logo img {
  max-width: 320px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*------フッターキャプション
--------------------------------------------*/
#footer .footer__add {
  line-height: 2;
}

/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x,
.fa-2x {
  font-size: inherit;
}

#footer .socialicon ul,
.socialicon ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

#footer .socialicon ul li,
.socialicon ul li {
  text-align: center;
  padding: 0 0.6em;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .socialicon ul li::before,
.socialicon ul li::before {
  content: none;
}

#footer .socialicon ul li a,
.socialicon ul li a {
  padding: 0;
  overflow: initial;
  line-height: initial;
}

#footer .fa-facebook-square:before,
#footer .fa-twitter-square:before,
#footer .fa-youtube-square:before,
#footer .fa-instagram:before {
  color: var(--footer-color-primary);
  font-size: 2.5rem;
  /* ----SNSボタン（LINEを除く）の大きさ変更はこちら---- */
}

#footer .SvgLine,
.socialicon .SvgLine {
  fill: var(--footer-color-primary);
  width: 23px;
  /* ----LINEボタンの大きさ変更はこちら---- */
  height: 23px;
  /* ----LINEボタンの大きさ変更はこちら---- */
}

@media print, screen and (min-width: 769px) {
  #footer .socialicon ul,
  .socialicon ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
/*------コピーライト
--------------------------------------------*/
#copyright {
  color: var(--footer-color-font);
  background: var(--footer-background);
  font-size: min(1.2rem + (1vw - 19.2px) * 0.1294, 1.2rem);
  letter-spacing: 0.1rem;
  padding: 20px 15px;
}

/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 768px) {
  #footer .inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .footer__l,
  #footer .footer__r {
    width: 100%;
  }
  #footer .footer__l {
    margin-bottom: 30px;
  }
  #copyright {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
/*--▲△▲△▲△▲△▲△--フッターテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
/*------ヘッダー・フッター追記
--------------------------------------------*/
#header a.head_btn {
  background-color: var(--color-primary);
}

#header a.head_btn.mail_btn::before {
  content: none;
}

#footer {
  background: url(/wp-content/uploads/footer-bg.jpg.webp) no-repeat center center/cover;
  padding: 0 60px;
}
@media (max-width: 768px) {
  #footer {
    padding: 0 16px;
    padding-bottom: 32px;
  }
}
#footer #copyright {
  color: var(--footer-color-font);
  font-size: var(--rem12);
  letter-spacing: 0.1rem;
  padding: 0;
  margin: 0;
  background: transparent;
}
@media (max-width: 768px) {
  #footer .inner {
    width: 100%;
  }
}
#footer .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*---------------- 【start】header ------------------*/
.socialicon ul li .fa-facebook:before,
.socialicon ul li .fa-instagram:before,
.socialicon ul li .fa-youtube:before,
.socialicon ul li .fa-line:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background-size: contain;
}
.socialicon ul li .fa-youtube:before {
  background-image: url(/wp-content/uploads/youtube_social_squircle_red.png.webp);
}
.socialicon ul li .fa-line:before {
  background-image: url(/wp-content/uploads/LINE_Logo.png.webp);
}
.socialicon ul li .fa-facebook:before {
  background-image: url(/wp-content/uploads/Facebook_Logo.png.webp);
}
.socialicon ul li .fa-instagram:before {
  background-image: url(/wp-content/uploads/Instagram_Logo.png.webp);
}

/*---------------- 【start】header ------------------*/
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li.current-menu-item a b,
  nav#mainNav ul li a:hover b,
  nav#mainNav ul li a b,
  nav#mainNav ul li a:active b,
  nav#mainNav ul li.current-menu-parent a b {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
.title.first {
  font-size: 2.5rem;
  line-height: 1.4;
}

.title.first .en-title {
  display: block;
  font-size: 2rem;
  color: #ffffff;
  font-weight: normal;
  margin-top: 0.3em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* ← すべて大文字にしたい場合 */
}

/*-------------- 【start】TOPページ ------------------*/
/*----------------------------------------
共通ボタン
----------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type=submit] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: var(--rem16);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: normal;
  padding: var(--rem14) 30px var(--rem14) 20px;
  margin: var(--px40) auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  font-family: var(--font-family01);
  border: 1px solid var(--color-primary);
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: #fff;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type=submit]:hover {
  color: var(--color-font);
  background: #fff;
  border: 1px solid #111;
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-font);
}

.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type=submit] {
  margin-top: 0;
}

/*----------------------------------------
共通テキスト
----------------------------------------*/
/* ヘッダー */
nav#mainNav ul li a b {
  font-family: var(--font-family01);
}

nav#mainNav ul li a span {
  font-family: var(--font-family03);
}

#header a.head_btn span {
  font-family: var(--font-family04);
}

header#h1Header {
  background: -webkit-linear-gradient(315deg, rgb(49, 44, 0) 0%, rgb(49, 44, 0) 14.286%, rgb(51, 46, 30) 14.286%, rgb(51, 46, 30) 28.571%, rgb(50, 49, 73) 28.571%, rgb(50, 49, 73) 42.857%, rgb(44, 51, 119) 42.857%, rgb(44, 51, 119) 57.143%, rgb(36, 54, 162) 57.143%, rgb(36, 54, 162) 71.429%, rgb(26, 57, 192) 71.429%, rgb(26, 57, 192) 85.714%, rgb(17, 60, 204) 85.714% 100%);
  background: linear-gradient(135deg, rgb(49, 44, 0) 0%, rgb(49, 44, 0) 14.286%, rgb(51, 46, 30) 14.286%, rgb(51, 46, 30) 28.571%, rgb(50, 49, 73) 28.571%, rgb(50, 49, 73) 42.857%, rgb(44, 51, 119) 42.857%, rgb(44, 51, 119) 57.143%, rgb(36, 54, 162) 57.143%, rgb(36, 54, 162) 71.429%, rgb(26, 57, 192) 71.429%, rgb(26, 57, 192) 85.714%, rgb(17, 60, 204) 85.714% 100%);
  background: url(/wp-content/uploads/h1-bg.jpg.webp);
  background-size: cover;
  background-position: center;
}

p {
  font-family: var(--font-family01);
}

.post h2 {
  font-size: clamp(3rem, 4vw, 5rem);
  font-family: var(--font-family02);
  font-weight: 500;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.post h2::after {
  content: none;
}

.post h3 {
  border-bottom: none;
}

/*　基本テキスト　*/
body p {
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/*----------------------------------------
共通パーツ
----------------------------------------*/
.mb12 {
  margin-bottom: clamp(60px, 5vw, 120px);
}

.color-gold {
  color: #C2AF83;
}

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

@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
/*---------------- MV ------------------*/
/*----------------------------------------
#top_about イルハムトラディションについて
----------------------------------------*/
#top_about {
  padding-top: clamp(40px, 5vw, 120px);
  background: url(/wp-content/uploads/top_about_bg.png.webp) no-repeat center center/cover;
}
#top_about .flexbox {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_about .flexbox .about_txt {
  width: 60%;
}
@media (max-width: 768px) {
  #top_about .flexbox .about_txt {
    width: 100%;
  }
  #top_about .flexbox .about_txt a {
    margin: 0 auto;
    display: block;
    margin-top: 32px;
  }
}
#top_about .flexbox .about_ttl {
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  #top_about .flexbox .about_ttl {
    margin-bottom: 16px;
  }
}
#top_about .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9の比率（9 ÷ 16 = 0.5625） */
  height: 0;
  overflow: hidden;
}
#top_about .movie iframe {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*----------------------------------------
#top_company 店舗概要
----------------------------------------*/
.sec_map h2 {
  font-size: min(2.8rem + (1vw - 19.2px) * 0.4531, 2.8rem);
  /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding: 0;
  margin: min(120px + (1vw - 19.2px) * 3.5599, 120px) auto min(50px + (1vw - 19.2px) * 0.9709, 50px);
  /* 120-65px auto 50-35px (1920-375) */
  border-bottom: solid 3px #ccc;
  text-align: left;
}
.sec_map h2::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 10%;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0 0;
  top: 3px;
}
.sec_map .flex {
  gap: 32px;
}
@media (max-width: 768px) {
  .sec_map .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_map .flex div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.sec_map .flex .map iframe {
  min-height: 300px;
}

/*----------------------------------------
#top_item 商品案内
----------------------------------------*/
#top_item .gridbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(0, 1fr);
  gap: 1em;
}
@media (max-width: 768px) {
  #top_item .gridbox {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
#top_item .gridbox .grid_item img {
  margin-bottom: 1em;
  width: 100%;
}
#top_item .gridbox .grid_item .item-ttl {
  text-align: center;
  color: #111;
  font-size: clamp(1.3rem, 1.1rem + 0.5vw, 1.8rem);
}
#top_item .gridbox .grid_item .item-ttl::before {
  content: attr(data-en);
  display: block;
  color: #333;
  font-size: clamp(1rem, 0.8rem + 1.2vw, 1.6rem);
  margin-left: 10px;
  color: rgba(17, 17, 17, 0.5);
}
#top_item .item-title {
  margin-bottom: clamp(40px, 2vw, 60px);
}

/*----------------------------------------
#top_faq よくある質問 #top_onlineshop オンラインショップ
----------------------------------------*/
.onlineshop-section {
  background-color: #f5f4f0;
  padding: 60px 0;
}

.onlineshop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .onlineshop-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.onlineshop-image-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .onlineshop-image-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.onlineshop-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.onlineshop-text,
.faq-text {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .onlineshop-text,
  .faq-text {
    text-align: center;
  }
}
.onlineshop-text h2,
.faq-text h2 {
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 768px) {
  .onlineshop-text h2,
  .faq-text h2 {
    margin-bottom: 0;
    text-align: center;
  }
}

.subtitle {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2.4rem);
  letter-spacing: 0.04em;
  color: var(--color-primary-tint);
  font-family: var(--font-family04);
  line-height: 1.6;
  font-weight: 500;
}

.onlineshop-description {
  line-height: 1.8;
  margin-bottom: 40px;
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:hover {
  background-color: #333;
  color: #fff;
}

/* faq Section */
.faq-section {
  background-color: #fff;
  padding: 60px 0;
}

.faq-image-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .faq-image-container {
    margin-right: 0;
    margin-left: 0;
  }
}

.faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .faq-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq-text {
  padding: 0 20px;
  max-width: 446px;
}
@media (max-width: 768px) {
  .faq-text {
    max-width: initial;
  }
}

.faq-description {
  line-height: 1.8;
  margin-bottom: 40px;
  margin-bottom: 0;
  text-align: left;
}

.faq-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .onlineshop-section,
  .faq-section {
    padding: 40px 0;
  }
  .onlineshop-content,
  .faq-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .onlineshop-text,
  .faq-text {
    padding: 0;
  }
  .onlineshop-title,
  .faq-title {
    font-size: 24px;
    text-align: center;
  }
  .onlineshop-image,
  .faq-image {
    height: 300px;
  }
  /* Reverse order on mobile for faq section */
}
@media (max-width: 480px) {
  .onlineshop-section,
  .faq-section {
    padding: 30px 0;
  }
  .onlineshop-title,
  .faq-title {
    font-size: 20px;
  }
  .onlineshop-description,
  .faq-description {
    font-size: 13px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 11px;
  }
}
/*----------------------------------------
#contact お問い合わせ
----------------------------------------*/
#contact .contact-bg {
  background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center/cover;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#contact .contact-bg:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#contact .contact-bg .contact_txt {
  padding: 227px 0;
}
@media (max-width: 768px) {
  #contact .contact-bg .contact_txt {
    padding: 100px 0;
  }
}
#contact .contact-bg .contact_txt .subtitle {
  text-align: center;
  color: #fff;
}
#contact .contact-bg .contact_txt h2 {
  color: #fff;
}

section#contact_foam .wpcf7-form-control-wrap {
  display: block;
  width: auto;
}
section#contact_foam .must {
  background: var(--color-primary-tint);
}
section#contact_foam .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact_foam .under_line {
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#contact_foam .under_line:hover {
  opacity: 0.5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/*----------------------------------------
#front_bottom_content お知らせ
----------------------------------------*/
#front_bottom_content {
  background: none;
  padding: 0;
  padding-bottom: clamp(60px, 5vw, 120px);
}
#front_bottom_content .subtitle {
  text-align: center;
}
#front_bottom_content .title {
  text-align: center;
  font-family: var(--font-family02);
  font-weight: 500;
  margin: 0 !important;
}
#front_bottom_content .title span {
  padding-left: 0;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1.8;
}

/*---------------- 【start】下層ページ ------------------*/
/*----------------------------------------
ACF archive noside
----------------------------------------*/
#wrapper.custom_archive.noside #content ul.post4b img {
  max-height: initial;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  margin-bottom: 0.5em;
}
#wrapper.custom_archive.noside #content ul > li .item_title {
  font-weight: 500;
  font-size: var(--rem18);
}

/*----------------------------------------
ACF taxonomy noside
----------------------------------------*/
#wrapper.taxonomy h2.title {
  font-weight: 600;
  text-align: center;
  font-size: var(--rem24);
  padding-bottom: var(--px18) !important;
}

/*----------------------------------------
ACF single noside
----------------------------------------*/
#wrapper.custom_single.noside .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
}
@media (max-width: 768px) {
  #wrapper.custom_single.noside .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
@media (min-width: 769px) {
  #wrapper.custom_single.noside .flex > * {
    width: 50%;
  }
}
#wrapper.custom_single.noside .page_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cat-post ul.post4b > li {
  margin-bottom: var(--px24w);
}

/* スマホサイズ（640px以下）でも2カラムに固定 */
@media only screen and (max-width: 799px) {
  .post4b .post4b_img {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
  }
}
@media only screen and (max-width: 800px) {
  .post4b li {
    width: 48%;
    margin-right: 4%;
  }
  /* 偶数番目の要素は右マージンなしで2カラムを整える */
  .post4b li:nth-child(2n) {
    margin-right: 0;
  }
}
.ACF_form {
  max-width: 230px;
  font-family: "Noto Serif JP", serif;
  color: #4a4a4a;
  margin-bottom: 32px;
}
.ACF_form select {
  width: 100%;
  font-size: 1.6rem;
  border: 1.5px solid #c1cbde;
  background-color: #faf9f6;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem 1rem;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 2px 5px;
  height: 35px;
}
.ACF_form select:focus {
  border-color: #7a8ea7;
  -webkit-box-shadow: 0 0 6px rgba(111, 112, 146, 0.4);
          box-shadow: 0 0 6px rgba(111, 112, 146, 0.4);
  outline: none;
}

.item_title {
  font-family: var(--font-family02);
  line-height: 1.8;
}

.sub-category-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

a.sub-cat-link {
  padding: 0.2em 1em;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.sub-cat-link:hover {
  background-color: var(--color-primary);
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.sub-cat-link.active {
  background-color: var(--color-primary);
  color: #fff;
}

/*----------------------------------------
faq
----------------------------------------*/
#faq {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}

.transition,
p,
ul li i:before,
ul li i:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#faq .no-select,
#faq h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#faq .under_headding {
  padding-bottom: 2em;
}

#faq h3 {
  color: var(--color-primary);
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-family: var(--font-family01);
  line-height: 34px;
  text-align: left;
  padding: 20px 40px 0 15px;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#faq p {
  color: #333;
  text-align: left;
  font-family: "hm_light", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  -webkit-transition: 0.3s opacity, 0.6s max-height;
  transition: 0.3s opacity, 0.6s max-height;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0;
  margin: 0;
}

#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}

#faq ul li + li {
  margin-top: 15px;
}

#faq ul li:last-of-type {
  padding-bottom: 0;
}

#faq ul li i {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  margin-top: 35px;
  right: 15px;
}

#faq ul li i:before,
#faq ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  width: 3px;
  height: 9px;
}

#faq ul li i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
          transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
          transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

#faq ul li input[type=checkbox]:checked ~ h3 {
  color: #000;
}

#faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}

#faq ul li input[type=checkbox]:checked ~ i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
          transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type=checkbox]:checked ~ i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
          transform: translate(-2px, 0) rotate(-45deg);
}

/*----------------------------------------
サイトマップ
----------------------------------------*/
.post ul#sitemap_list li {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 0 10px 10px;
}

/*----------------------------------------
ACF詳細ページのギャラリー
----------------------------------------*/
.custom_single .post:after {
  content: none;
}

.custom_single .custom_table th {
  width: 33%;
}
.custom_single .custom_table .item_price {
  color: red;
  font-family: "Noto Sans JP";
  font-size: 2rem;
}
@media (max-width: 768px) {
  .custom_single .custom_table .item_price {
    font-size: 1.8rem;
  }
}
.custom_single .slider-for {
  width: 100%;
  margin: 0 auto;
}
.custom_single .slider-for .slick-list {
  margin-bottom: 1em;
}
.custom_single .slider-nav {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-height: auto;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}
.custom_single .slider-nav .slick-slide {
  aspect-ratio: 4/3;
  opacity: 0.5;
}
.custom_single .slider-nav .slick-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.custom_single .slider-nav .thumb-item {
  width: calc(50% - 5px);
}
.custom_single .slider-nav .slick-current {
  opacity: 1;
  max-width: 500px;
}
.custom_single .pageback {
  margin-top: 1em;
  border-bottom: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .custom_single .pageback {
    margin: 0 auto;
    margin-top: 1em;
  }
}
@media (max-width: 768px) {
  .custom_single .center {
    text-align: center;
  }
}

.custom_single .slider-for .slick-slide img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.tax_label {
  font-size: 1.5rem;
}

.right-column .back-link {
  margin-top: 1rem;
}

/*----------------------------------------
お客様の声
----------------------------------------*/
.voice_link a {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 44px;
  /* 左にアイコン分の余白確保 */
  background-color: var(--color-primary-tint);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.6rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  letter-spacing: 0.04em;
}

/* ホバー時の色変化 */
.voice_link a:hover {
  background-color: #938463;
}

/* 左側に人のアイコンを擬似要素で表示 */
.voice_link a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: white;
  /* 人の肩から上のシルエットのSVGをマスクで表示 */
  mask: url('data:image/svg+xml;utf8,<svg fill="none" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="7" r="4"/><path d="M5.5 21h13a6 6 0 00-13 0z"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="none" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="7" r="4"/><path d="M5.5 21h13a6 6 0 00-13 0z"/></svg>') no-repeat center/contain;
}

.footer__l .flex {
  gap: 1.5em;
}/*# sourceMappingURL=style.css.map */