/*------------------------------------------------------------------------------
  PC or ALL
------------------------------------------------------------------------------*/
.header-nav > ul > li .en {
  font-family: "Shippori Mincho B1", serif;
}
.header-nav > ul > li .ja {
  font-family: "Advent Pro", serif;
  color: #b5a399;
  letter-spacing:1.5px;
  font-size: 1.3rem !important;
}
.title-type01 span:nth-child(2), .title-type02 span:nth-child(2) {
  color: #b5a399;
  letter-spacing: 2px;
  font-weight: 500;
  opacity: 2;
}
.mainvisual-catch div.copy {
  margin: 0;
  font-size: 6.2rem;
  font-weight: 500;
  text-align: center;
}
.mainvisual-catch {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h3.box-h3 {
  color: #7f6759;
}
.box .copy {
  font-weight: 500;
}
.home {
  .title-type02:before, .title-type04:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 10px;
    background: url(../images/icon2.png) repeat;
    transform: translateX(-50%);
  }
  .list-check-type01 > ul > li:before {
    color: var(--main-color);
  }
  .box .btn a {
    background: var(--main-color);
    border-radius: 7px;
    letter-spacing: 2px;
  }
}
.main-top {
  .btn a {
    font-size: 2.2rem;
    padding: 10px 50px 12px 30px;
  }
}
.main-news{
  margin-bottom: 10vh;
  .title-type01 {
      padding: 0;
      position: relative;
      display: flex;
      gap: 10px;
      align-items: flex-end;
  }
  .title-type01:before {
    content: "";
    position: static;
    transform: translate(0);
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/icon1.png) no-repeat center center / contain;
  }
  .box h2.box-h2 {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
  .blog-type03 ul li h3.box-h3 {
    font-size: 1.4rem;
  }
  .blog-type03 ul li {
    padding: 20px 0 20px 0;
    border-bottom: #dad2c9 2px dotted;
  }
}
.main-problem {
  .list-check-type01 > ul > li {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.8rem;
  }
  .image-text-type03.right {
    margin-left: calc(50% - var(--vw)* 50);
    margin-right: calc(50% - var(--vw)* 50);
    padding: 0 14vmin 0 0;
    width: calc(var(--vw)* 100);
  }
  .box.image-text-type03 .box-h3, .box.image-text-type03 .copy, .box.image-text-type03 p, .box.image-text-type03 .btn {
    max-width: 640px;
  }
  .image-text-type03.right .text:before {
    right: -100px;
  }
  .image-text-type03 .text {
    width: 50%;
  }
  .image-text-type03 .text:before {
    background: #fff;
  }
  p:not([class]) {
    margin: 2vh 0;
  }
}
.main-message {
  .box .copy {
    font-weight: 500;
    color: #7f6759;
  }
  .image-bg-type01 .text {
    text-align: center;
  }
}
.main-feature {
  .box-wrap.bg {
    margin: 0 auto calc(var(--box-margin) + 1vh) auto;
    padding: 8vh 4vmin 0;
    max-width: 1200px;
  }
  .box-wrap.bg:before {
    max-width: 1462px;
    margin: 0 auto;
  }
  .list-number-type02:after {
    background: none;
  }
  .list-number-type02 ol li:before {
    top: 0px;
    left: 0px;
    font-size: 5.2rem;
    font-weight: 500;
    color: #7a8aab;
    border-bottom: none;
    z-index: 1;
    line-height: 1;
    background: url(../images/icon.png) no-repeat top left / contain;
    width: 77px;
    height: 80px;
    font-family: "Shippori Mincho B1", serif;
  }
  .box h3.box-h3 {
    text-align: center;
  }
}
.main-ai {
  .box h3.box-h3 {
    color: #FFF;
  }
}
.main-menu {
  .banner-type02 ul li {
    box-shadow: none;
    color: #333333;
    background: #eeede9;
  }
  .banner-type02 ul li .text h3 {
    color: #7f6759;
  }
  .box .copy {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
  }
  .box h3.box-h3 {
    font-size: 2.8rem;
  }
  .banner-type02 ul li .text {
    padding: 2vmin 5.5vmin 5vmin;
    text-align: center;
  }
  .banner-type02 ul {
    margin-bottom: 30px;
  }
}
.main-about {
  ul.box-ul {
    margin: 0 auto 15vh auto;
  }
  .banner-type01 ul li a span {
    font-size: 3.2rem;
  }
  .banner-type01 ul li a .en {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
  }
}
.main-img {
  margin-bottom: 10vh;
  .image-text-type02 .text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 301px;
    background: url(../images/about-img.jpg) no-repeat top left / contain;
    left: 14vh;
    background-size: 75%;
    top: -6vh;
  }
}
.main-insta {
  margin-bottom: 9vh;
}
.main-blog {
  margin-bottom: 10vh;
  .blog-type01 ul li .category, .blog-type04 .swiper-slide .category {
    font-weight: 500;
    background: #b5a399;
  }
  .blog-type01 ul li h3.box-h3, .blog-type04 .swiper-slide h3.box-h3 {
    color: #7f6759;
    font-size: 1.7rem;
  }
}
.main-shop {
  .image-text-type02 .text:before {
    background: #eeede9;
  }
  .image-text-type02 .image {
    max-height: 400px;
  }
}
.main-contact {
  .contact-type01 .title {
    font-size: 4.5rem;
    margin: 0 auto 10px;
  }
  .contact-type01 .title .en {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
    margin-top: -5px;
  }
  .contact-type01 .text .tel {
    font-size: 7.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Shippori Mincho B1", serif;
  }
  .contact-type01 .text .datetime {
    margin: 0 0 2vh 0;
  }
  .contact-type01 .text .btn div a, .contact-type02 .text .btn div a {
    padding: 12px 60px 12px 95px;
    background: #a18b7f;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.6rem;
  }
  .contact-type01 .text .btn div a:after, .contact-type02 .text .btn div a:after {
    left: 60px;
  }
}
.footer {
  background: #ffffff;
}
.footer-main .logo {
  width: 100%;
}
.about {
  font-size: 1.2rem;
}
.footer-sub .copyright {
  font-size: 1.2rem;
}
.fixed-footer {
  background: #f3eee0;
  box-shadow: none;
}
.fixed-footer p {
  font-weight: 500;
  margin-right: 25px;
}
.fixed-footer .tel a {
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
}
.fixed-footer .tel a:before {
  color: #a18b7f;
}
.fixed-footer .contact a {
  font-size: 1.7rem;
  font-weight: 500;
  background: #a18b7f;
  border-radius: 7px;
}
.contact.ja {
  margin-left: 5px;
}

/* 20250219 added by Fabo */
.mt-0 { margin-top: 0 !important;}
.mt-s { margin-top: 4vh !important;}
.mt-m { margin-top: 7vh !important;}
.mt-l { margin-top: 10vh !important;}

.mb-0 { margin-bottom: 0 !important;}
.mb-s { margin-bottom: 4vh !important;}
.mb-m { margin-bottom: 7vh !important;}
.mb-l { margin-bottom: 10vh !important;}

.page-content h2:not([class]),
.page-content h3:not([class]),
.page-content h4:not([class]) {
  margin-bottom: 3vh;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
}
.page-content h2:not([class]) {
  padding: 0 0 15px;
}
.page-content h2:not([class]) .ttl_icon {
  margin-right: 10px;
  vertical-align: text-top;
}

.box h3.box-h3 .ttl_icon {
  margin-right: 10px;
  vertical-align: text-top;
}


.box-color {
    margin: 0 0 6vh;
    padding: 35px;
    background: var(--sub-color);
}
.box-color :first-child {
    margin-top: 0 !important;
}
.box-color :last-child {
    margin-bottom: 0 !important;
}

.page-content .image-text-type01 .text {
    overflow: hidden;
}
.page-content  .list-check-type01 {
    display: flex;
    justify-content: flex-start;
}

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

.table-fixed {
  width: calc(100% + 10px);
  margin: 0 -5px;
  margin-bottom: 25px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
}

.table-fixed th,
.table-fixed td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.table-fixed th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.table-fixed td {
  background: var(--sub-color);
}

.table_qa {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_qa th {
  width: 5%;
  padding: 20px 10px;
}
.table_qa td {
  padding: 20px 10px;
  vertical-align: middle;
}
.table_qa tr:nth-child(2n-1) td {
  font-size: 18px;
  font-weight: bold;
}
.table_qa tr:nth-child(2n) {
  background: var(--sub-color);
}
.table_qa tr:nth-child(2n) th {
  vertical-align: top;
}
.q_icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--main-color);
  line-height: 44px;
  color: #fff;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.a_icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--main-color-2);
  line-height: 44px;
  color: #fff;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.btn-wrap .btn {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  max-width: 33.333333%;
  margin: 0;
  padding: 0 10px 20px;
}
.btn-wrap .btn a {
  width: 100%;
  padding: 15px 10px;
  text-align: center;
}
.btn-wrap .btn a:after {
  display: none;
}

body.pc .list-flow-type01 .image,
body.tablet .list-flow-type01 .image {
  width: 300px;
}

body:not(.home).image-text-type02 .image {
  min-height: 20vmax;
}

.list-flow-type01 ul li .icon {
  letter-spacing: 0.1em;
}

.page-content .image-text-type01 .text :first-child{
    margin-top: 0;
}


/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .main-problem {
    .image-text-type03 {
      display: block !important;
    }
    .image-text-type03 .image {
      width: 100%;
    }
    .image-text-type03 .text, .image-text-type03.right .text {
      position: relative;
      margin: -30px 4vmin 0 4vmin;
      padding: 30px;
      width: calc(100% - 8vmin);
      background: #fff;
    }
    .image-text-type03 .image img {
      position: relative;
    }
    .image-text-type03 .text {
      width: 50%;
    }
    .image-text-type03.right {
      padding: 0 4vmin;
    }
  }
  .main-menu {
    .box h3.box-h3 {
      font-size: 2.5rem;
    }
  }
}
@media screen and (max-width: 800px) {
  .main-img {
    .image-text-type02 .text:after {
      left: 5vh;
      background-size: 97%;
      top: -6vh;
    }
  }
}
/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .mainvisual-catch div.copy {
    font-size: 3.2rem;
  }
  .main-feature {
    .box-wrap.bg:before {
      height: 105%;
    }
  }
  .main-menu {
    .banner-type02 ul {
      gap: 20px;
    }
  }
  .main-about {
    .banner-type01 ul li a {
      padding: 40px 20px;
    }
    .banner-type01 ul li a span {
      font-size: 2.8rem;
    }
    .banner-type01 ul li a .en {
      font-size: 2rem;
    }
  }
  .main-img {
    .image-text-type02 .text:after {
      left: 56%;
      background-size: 50%;
      top: -60px;
    }
    .image-text-type02 {
      display: flex;
      flex-direction: column-reverse;
    }
    .image-text-type02 .text:before {
      background:none;
    }
  }
  .main-contact {
    .contact-type01 .text .tel {
      font-size: 3.2rem;
    }
    .contact-type01 .text .btn div a, .contact-type02 .text .btn div a {
      font-size: 1.6rem;
      padding: 12px 20px;
    }
  }
  .main-shop {
    .image-text-type02 .text:before {
      height: calc(100% + 120px);
    }
  }
  .btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .btn-wrap .btn {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 8px 16px;
    font-size: 15px;
  }
}
