@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #ffffff;
  --color-font: #1C1C1C;
  --color-primary: #96514d;
  --color-primary-shade: #252524;
  --color-primary-tint: #fff;
  --color-secondary: #111;
  --color-secondary-tint: ;
  --color-table-border: ;
  --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: 920px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #96514d;
  --header-color-font: #FFFFFF;
  --header-color-primary: #FFFFFF;
  --header-secondary: #96514d;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #fff1e0;
  --footer-color-font: #1C1C1C;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", serif;
  --font-family02: "Shippori Mincho", serif;
  --font-family03: ;
  --font-family04: ;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50%;

  body {
    font-family: var(--font-family02);
    background: var(--color-background);

    p {
      line-height: 2;
    }

    a:hover {
      cursor: pointer;
    }

    .post img {
      width: 100%;
    }

    .post li {
      margin-bottom: var(--px40);
    }

    /*--お問い合わせ--------------------------------------------*/
    .wpcf7 img.image_auth_jp_quiz {
      width: 40%;
    }

    .post .subimitarea .linkBtn input[type="submit"] {
      color: var(--color-font);
      font-family: var(--font-family02);
    }

    /*--アンカーリンク--------------------------------------------*/
    div#kimono {}
  }

}

/*--表示の切り替え--------------------------------------------*/

body:not(.page.home) .top-news {
  display: none;
}

/* body:not(.page.home) {
  background: #fff;
} */

@media print,
screen and (max-width: 768px) {

  #content,
  body:not(.home) #content.wide {
    width: 100%;
    padding: var(--px100w) 0 var(--px80);
  }
}

/*--メインビジュアルの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

.page_contents {
  padding: var(--px80) 0;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor--primary {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /* 120-80px (1920-375) */
  background-color: var(--color-primary);
}

@media print,
screen and (max-width: 768px) {
  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 10% min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 10%;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

#content,
body:not(.home) #content.wide {

  margin: 0 auto;
}

@media print,
screen and (max-width: 768px) {

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}

/* ==============================
utility
============================== */
.content_inner-right {
  margin: 0 0 0 auto;
}

.under-line {
  display: inline-block;
  padding: 0 2px 5px;
  border-bottom: 1px solid var(--color-font);
}

.under-line02 {
  border-bottom: 1px solid #A4A4A4;
}

a.hover-zoom {
  .imgarea {
    overflow: hidden;
  }

  .imgarea img {
    transition: 1s all;
  }

  &:hover {
    .imgarea {
      overflow: hidden;
    }

    .imgarea img {
      transform: scale(1.2, 1.2);
      opacity: 1;
    }
  }
}

.bg-white {
  background: #fff;
}


.max_w920 {
  max-width: 920px;
}


/* ==============================
title
============================== */
.page,
.archive {
  #h1Header {
    display: none;
  }
}

.post h2 {
  margin: var(--px120) auto var(--px80);
}

.post h2::after {
  background: var(--color-font);
  width: 185px;
  height: 1px;
  margin: 0.2em auto 0;
}

.post h3 {
  border-bottom: 1px solid #a6a6a6;
}

h1,
.post h1,
h2,
.post h2,
h3,
.post h3,
h4,
.post h4,
h5,
.post h5 {
  font-family: var(--font-family02);
  font-weight: 600;

  /*---------txtstyle01-----------*/
  &.txtstyle01 {
    font-family: var(--font-family02);
    font-weight: normal;
    font-size: var(--rem30w);
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    &:before,
    &:after {
      content: none;
    }
  }

  &.txtstyle01--left {
    font-family: var(--font-family02);
    font-weight: normal;
    font-size: var(--rem30w);
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    &:before,
    &:after {
      content: none;
    }
  }

  /*---------txtstyle03-----------*/

  &.txtstyle03 {
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    &:after {
      content: none;
    }

    .subtxt {
      display: block;
      font-size: var(--rem16);
      color: #fff;
      font-weight: normal;
      padding: 0;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }
  }

  &.txtstyle03--black {
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: normal;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    &:after {
      content: none;
    }

    .subtxt {
      display: block;
      font-size: var(--rem16);
      color: var(--color-font);
      font-weight: normal;
      padding: 0;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }
  }

  &.txtstyle03--min {
    font-family: var(--font-family02);
    font-size: var(--rem24);
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    &:after {
      content: none;
    }

    .subtxt {
      display: block;
      font-size: var(--rem20);
      color: #fff;
      font-weight: normal;
      padding: 0;
      margin: var(--rem12) 0 0;
      border: none;
      background: transparent;
    }
  }

  &.txtstyle03--min-black {
    font-family: var(--font-family02);
    font-size: var(--rem24);
    font-weight: normal;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    &:after {
      content: none;
    }

    .subtxt {
      display: block;
      font-size: var(--rem20);
      color: var(--color-font);
      font-weight: normal;
      padding: 0;
      margin: var(--rem12) 0 0;
      border: none;
      background: transparent;
    }
  }


  /*---------txtstyle04-----------*/

  &.txtstyle04 {
    font-family: var(--font-family02);
    font-size: var(--rem14);
    font-weight: 600;
    text-align: left;
    margin: var(--rem36) auto;
    background: transparent;
    border: none;
    color: #111;
    line-height: 1.4;
    padding: 0;

    &:after {
      background: var(--color-font);
      width: 100%;
      height: 1px;
      margin: 0.2em 0 0;
    }

    &:before {
      content: none;
    }

  }

  /*---------txtstyle12-----------*/

  &.txtstyle12 {
    font-family: var(--font-family02);
    font-size: var(--rem24);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    text-align: left;
    border: none;
    background: transparent;

    &:after {
      content: none;
    }

    .subtxt {
      font-size: var(--rem16);
      color: #9E9E9E;
      font-weight: 600;
      padding: 0 0 0 10px;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }
  }
}

@media print,
screen and (max-width: 414px) {

  h1,
  .post h1,
  h2,
  .post h2,
  h3,
  .post h3,
  h4,
  .post h4,
  h5,
  .post h5 {

    &.txtstyle01,
    &.txtstyle01--left {
      font-size: var(--rem30);
    }

    &.txtstyle03--min {
      font-size: var(--rem30);

      .subtxt {
        margin: 0;
      }
    }
  }
}

/* ==============================
header
============================== */
.sticky-header {
  #header-layout {
    height: auto;
  }

  #header>.inner {
    background-color: var(--header-background);
  }

  #header .logo img {
    max-height: 80px;
  }
}

nav#mainNav ul li ul.sub-menu li.current-menu-item a,
nav#mainNav ul li.current-menu-item ul.sub-menu li a {
  background-color: #fff;
}

nav#mainNav ul li ul.sub-menu li a:hover {
  background: #eee;
}

nav#mainNav ul li a:active,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-ancestor a,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-parent a {
  background-color: var(--color-primary);
}

nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
  color: var(--header-color-font);
  opacity: 0.6;
}

#header {
  height: auto;

  #header-layout {
    display: grid;
    justify-content: center;
  }

  .logo a {
    justify-content: center;
  }

  .logo img {
    max-height: 140px;
  }

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    background: none;
    color: var(--header-color-font);
    position: relative;

    &::before {
      content: "";
      display: block;
      width: 1px;
      height: 60px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      left: -5px;
    }

    &:hover {
      opacity: 0.8;
    }
  }

  a.head_btn .header_tel {
    &:before {
      content: '\f095';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }

  a.head_btn .header_time {
    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    font-size: 1.6rem;

    &::before {
      content: none;
    }

    &:hover {
      background-color: var(--header-color-primary);
      opacity: 0.8;
    }

    >span {
      &:before {
        content: '\f0e0';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.7rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }
  }

  nav#mainNav ul li.current-menu-item a span {
    color: var(--color-primary);
  }
}

#header-upper {
  justify-content: flex-end;
  background: #fff;
}

nav#mainNav ul li a:hover span {
  color: var(--color-primary);
}

@media print,
screen and (max-width: 1024px) {
  #header {
    #header-layout {
      display: block;
    }

    .logo {
      background: var(--color-primary);
      margin: 0;
      padding: 20px 0;
    }
  }

  nav#mainNav ul li a {
    color: var(--color-font);
  }
}


@media print,
screen and (min-width: 1024px) {

  nav#mainNav ul li a b,
  nav#mainNav ul li a span {
    font-weight: normal;
  }
}

/* ==============================
多言語設定（Google翻訳）
============================== */
#flags {
  width: auto !important;
}

#flags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
}

#flags ul>li {
  float: none !important;
  line-height: 1;
}

/*-----フラッグのみ-----*/
#flags {
  width: auto !important;
}

#flags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
}

#flags ul>li {
  float: none !important;
  line-height: 1;
}

/*-----フラッグのみ-----*/
@media print,
screen and (max-width: 1023px) {
  #glt-translate-trigger {
    display: none;
  }

  #translator_area,
  #google_language_translator {
    display: none;
  }

  .header__translator {
    position: fixed;
    overflow: hidden;
    z-index: 999;
    right: 0;
    bottom: 120px;
    background: rgba(255, 255, 255, .8);
    padding: 10px 10px 10px 10px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: .5s;
    transition: .5s;
  }

  #flags {
    margin: 0;
  }

  #flags ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #flags ul>li {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }

  #flags ul>li:last-child {
    margin-bottom: 0 !important;
  }
}

#flags {
  width: fit-content !important;
}

#translator_area {
  display: flex;
  align-items: center;
}

/* ==============================
footer
============================== */
/* ----全体LAYOUT調整----*/
#footer {
  padding-top: var(--px120);
  display: flex;
  align-items: center;
  justify-content: space-between;

  .inner {
    display: flex;
    justify-content: flex-end;
  }

  #copyright {
    margin: 0 0 0 5px;
  }

  .footer__logo img {
    width: 80px;
    max-width: 100%;
    max-height: var(--px120);
  }

}

.footer__inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: var(--px40);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
  border-bottom: solid 1px;
}

@media print,
screen and (max-width: 768px) {
  #footer {
    display: block;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #copyright {
    margin: 0;
  }

}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
  justify-content: flex-end;
}

@media print,
screen and (max-width: 768px) {
  #footer {
    .footnav ul {
      justify-content: center;
      margin-top: var(--px40);
    }

    .inner {
      display: block;
    }
  }
}

/*footer navi ico*/

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

#footer .footnav ul>li::before {
  left: 0;
  display: block;
  content: '';
  position: absolute;
  top: 26%;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  margin-top: 0;
  background: transparent;
}

#footer .footnav ul>li:last-child::after {
  display: block;
  content: '';
  position: absolute;
  top: 26%;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  margin-top: 0;
  background: transparent;
}

#footer .footnav ul>li::after {
  content: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
  margin: 0;
  text-align: left;
}

.leftarea .logoare {
  display: flex;
  flex-direction: column;
  gap: var(--px14);
  line-height: 1;
}

.footer__catchphrase {
  line-height: 1.2;
  text-align: left;
}

@media print,
screen and (max-width: 768px) {
  #footer .footer__logo:not(:last-child) {
    text-align: center;
  }

  .footer__catchphrase {
    text-align: center;
  }
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul,
.socialicon ul {
  -webkit-box-pack: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

#footer .socialicon ul li,
.socialicon ul li {
  padding: 0;
}

@media print,
screen and (max-width: 768px) {

  #footer .socialicon ul,
  .socialicon ul {
    justify-content: center;
  }
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before,
#footer .socialicon .fa-twitter:before,
#footer .socialicon .fa-youtube:before,
#footer .socialicon .fa-instagram:before,
#footer .socialicon .fa-x-twitter:before,
#footer .socialicon .fa-line:before,
#footer .socialicon .fa-tiktok:before {
  font-size: var(--rem24);
}

/* ==============================
btn
============================== */
.linkBtn,
.post .linkBtn {
  font-weight: normal;
  background: none;
  max-width: 260px;
  border-bottom: 1px solid var(--color-font);
  color: var(--color-font);
  border-radius: initial;
}

.linkBtn:hover,
.post .linkBtn:hover {
  opacity: 0.8;
  background-color: transparent;
  color: var(--color-font);
}

.wpcf7 .linkBtn {
  padding: 0;
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after {
  content: none;
}

.linkBtn--white,
.post .linkBtn--white {
  border-bottom: 1px solid #fff;
  color: #fff;

  &:hover {
    color: #fff;
    opacity: 0.8;
  }
}

/* ==============================
card
============================== */
/*---------col02-----------*/
.post .col2_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col2_list>li {
  width: 49%;
  margin-bottom: 2%;
}

@media print,
screen and (max-width: 414px) {
  .post .col2_list>li {
    width: 100%;
  }

  .post .col2_list>li:last-child {
    margin-bottom: 0;
  }
}

/*---------col03-----------*/
.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.col3_list li {
  picture.imgarea {
    display: inline-block;
    overflow: hidden;

    img {
      transition: 1s all;
    }
  }
}

.imgarea:has(+ .txtarea a.text-link_zoom:hover) img {
  transform: scale(1.2, 1.2);
}

.col3_list.jc_center {
  justify-content: center;

  &::before,
  &:after {
    content: none;
  }

  li {
    width: 30%;
    margin: 0 1% 2%;
  }
}


@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 49%;
    margin-bottom: 10%;
  }

  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }

  .col3_list.jc_center {
    li {
      width: 30% !important;
    }
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col3_list>li {
    width: 100%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

/* ==============================
column
============================== */
/*---------column_01-----------*/
.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column01_wrap {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  padding: var(--px20) var(--px40);
  margin: 0;
}

.column01 .txtarea .txtinner {
  max-width: 540px;
}

.column01 .imgarea {
  aspect-ratio: 1;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------column_05-----------*/
.sec01 {
  background: var(--color-background);
}

.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.column05 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 20;
}

.column05_wrap+.column05_wrap {
  margin-top: calc(100px + 70px);
}

.column05 .imgarea {
  position: relative;
  /* aspect-ratio: 4 / 3; */
  overflow: hidden;
  width: 60%;
}

.column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column05 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-background);
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
}

.column05 .txtarea .txtinner {
  max-width: 540px;
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + 70px);
  }

  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
  }

  .column05_wrap.rev {
    flex-direction: row;
  }

  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }

  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

/* ==============================
table
============================== */
.post table th {
  background: transparent;
}

.wpcf7-form .must {
  background: var(--color-primary);
}

/*---table_style04-------------------------------------*/

.post table.table_style04 th {
  background-color: transparent;
}

.post table.table_style04,
.post table.table_style04 th,
.post table.table_style04 td {
  border: none;
}

table.table_style04 tr:first-child {
  border-top: 1px solid #ababab;
}

table.table_style04 tr:last-child {
  border-bottom: 1px solid #ababab;
}

table.table_style04 tr {
  border-top: 1px solid #ababab;
  letter-spacing: 1px;
}

table.table_style04 th,
table.table_style04 td {
  padding: 18px;
}

table.table_style04 th {
  position: relative;
  z-index: 0;
}

table.table_style04 th:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: auto;
  z-index: -1;
}

table.table_style04 td ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

table.table_style04 td ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

@media print,
screen and (max-width: 768px) {

  table.table_style04 th,
  table.table_style04 td {
    padding: 5px 10px;
    font-size: 1.4rem;
    vertical-align: middle;
  }

  table.table_style04 th {
    width: 32%;
  }

  table.table_style04 td {
    width: 68%;
  }
}

/* ==============================
top
============================== */


@media print,
screen and (max-width: 768px) {

  .top-news {
    .post4b li {
      width: 49%;
    }
  }

  .top_shop,
  .top_step {
    .col3_list>li {
      width: 32%;
    }
  }

  .top_concept {
    padding-top: 0;
  }

  .top_shop,
  .top_products,
  .top_step,
  .top-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* ==============================
企業情報
============================== */
.page_company {
  .post .lead {
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem);
    /* 3.2-2.4rem (1920-375) */
    font-weight: 500;
    font-style: italic;
  }
}

.post h2,
.post2b h2,
.post4b h2,
h2.title {
  color: #373737;
}

table.table_style04 tr:first-child {
  border-top: 1px solid #ffffff;
}

.top_concept.front_contents {
  margin-bottom: 0;
  padding-bottom: 0;
}

.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05>li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05>li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05>li .icon05 {
  width: .5em;
  height: .5em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #96514d;
  color: #fff;
  position: absolute;
  left: .79em;
  top: .7em;
}

.flow05>li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05>li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #666666;
}

.flow05>li dl dd {
  margin-left: 0;
}


/* ==============================
お誂えの流れ
============================== */
ul.flowlist02 {
  counter-reset: flow_list;
}

ul.flowlist02>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
  width: 100%;
  padding: 60px;
  border-radius: 10px;
  border: 1px solid var(--color-primary-shade);
  position: relative;
}
/* 
.flowlist02>li:not(:last-child) {
  margin-bottom: 60px;
}
 */
.flowlist02 .flow_img {
  width: 50%;
}

.post .flowlist02>li>dl {
  width: 100%;
  line-height: 1.8;
}
/* 
.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */

.flowlist02>li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #acacac;
}

.flowlist02>li:not(:last-child) dl::after {
  border-width: 20px;
}

.post .flowlist02>li>dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem);
  /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  padding: 0 0 1rem 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  border-bottom: dotted 1px;
}

.flowlist02>li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1;
  color: #acacac;
  font-size: var(--rem28);
  margin-right: 10px;
  position: relative;
  z-index: 100;
}

.post .flowlist02>li>dl dd {
  padding: 0;
}

@media print,
screen and (max-width: 768px) {

  .post .flowlist02>li>dl,
  .flowlist02 .flow_img {
    width: 100%;
  }

  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}
/*画像くすみフィルター*/
    .imgarea {
        filter: contrast(80%) saturate(85%);
    }
        .post img {
            filter: contrast(80%) saturate(85%);
        }

.widecolor--primary {
    background-color: #fff1e0;
}
h1, .post h1, h2, .post h2, h3, .post h3, h4, .post h4, h5, .post h5 {
    &.txtstyle03--min {
            color: #393939;
    }
}
h1, .post h1, h2, .post h2, h3, .post h3, h4, .post h4, h5, .post h5 {
    &.txtstyle03--min {
        .subtxt {
            color: #393939;
        }
    }
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    font-size: 1.5rem;
}
ul.flowlist02>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: min(calc(40px +(1vw - 19.2px)* 1.6181), 40px);
    width: 100%;
    padding: 60px;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    position: relative;
	border-radius:15px;
}

.flowlist02>li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #96514d;
}

.post .flowlist02>li>dl dt {
    position: relative;
    display: flex
;
    align-items: center;
    font-size: min(calc(2.4rem +(1vw - 19.2px)* 0.4531), 2.4rem);
    font-weight: 600;
    padding: none;
    margin-bottom: 10px;
    border-bottom: none;
}
.flowlist02>li dl dt .icon:before {
    content: counter(flow_list, decimal-leading-zero);
    counter-increment: flow_list;
    line-height: 1;
    color: #96514d;
    font-size: 4rem;
    margin-right: 10px;
    position: relative;
    z-index: 100;
    font-weight: 100;
}
.post .flowlist02>li>dl dt {
    color: #393939;
    letter-spacing: .15em;
}
.flowlist02>li:not(:last-child) dl::before {
    border-top-color: #a4817f;
}
/* タイムポスト修正 */
.post .time, .postlist .time, .post2b .time, .post4b .time {
    color: #1C1C1C;
    background: #fff;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    color: #1C1C1C;
}