@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.crimson-text {
  font-family: "Crimson Text", serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_visual {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .sv_visual {
    padding-top: 25px;
  }
}
.sv_visual .swiper-slide-active .swiper-img,
.sv_visual .swiper-slide-duplicate-active .swiper-img,
.sv_visual .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 4s linear 0s normal both;
          animation: zoomUp 4s linear 0s normal both;
}
.sv_visual .swiper-pagination {
  /* top: 40%; */
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .sv_visual .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 0;
    position: inherit;
  }
}
.sv_visual .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
}
@media (max-width: 767px) {
  .sv_visual .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
.sv_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DEBC12;
  opacity: 1;
}
.sv_visual .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit main section .page_head {
  position: relative;
  height: calc(100dvh - 180px);
  max-height: inherit;
  aspect-ratio: inherit;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .recruit main section .page_head {
    height: calc(60dvh - 180px);
  }
}
.recruit main section .page_head:before {
  display: none;
}
.recruit main section .page_head:after {
  content: "";
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/recruit/sv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .recruit main section .page_head:after {
    position: relative;
    height: 100%;
  }
}
.recruit main section .page_head .page_title {
  z-index: 2;
  top: auto;
  bottom: 10%;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1024px) {
  .recruit main section .page_head .page_title {
    left: 2%;
    bottom: 2%;
  }
}
.recruit main section .page_head .page_title .sv_en {
  font-size: 130px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .recruit main section .page_head .page_title .sv_en {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .recruit main section .page_head .page_title .f38 {
    font-size: 18px;
  }
}
.recruit .sec01,
.recruit .sec02 {
  position: relative;
}
.recruit .sec02 .layout_b {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recruit .sec02 .layout_b .imgbox {
  width: 40%;
}
@media (max-width: 1024px) {
  .recruit .sec02 .layout_b .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.recruit .sec02 .layout_b .txtbox {
  padding: 0 0 50px 0;
}
.recruit .sec03 {
  position: relative;
  background-image: url(../images/recruit/sec03_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .recruit .sec03 {
    padding: 50px 0;
  }
}
.recruit .sec04 {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 1024px) {
  .recruit .sec04 {
    padding: 50px 0 0;
  }
}
@media (max-width: 1024px) {
  .recruit .sec04 .thum_list.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .recruit .sec04 .thum_list.cul4 li {
    width: calc(50% - 5px);
  }
}
.recruit .sec05 {
  position: relative;
  padding: 0;
}
.recruit .sec05 .sub_images_ul {
  gap: 0;
}
@media (max-width: 1024px) {
  .recruit .sec05 .sub_images_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit .sec05 .sub_images_ul .li {
  width: 33.3333333333%;
  background-color: #000;
}
@media (max-width: 1024px) {
  .recruit .sec05 .sub_images_ul .li {
    width: 100%;
    margin-bottom: 0;
  }
}
.recruit .sec05 .sub_images_ul .li figure {
  position: relative;
}
.recruit .sec05 .sub_images_ul .li figure img {
  outline: 1px solid #fff;
  outline-offset: -10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 64/32;
}
.recruit .sec05 .sub_images_ul .li figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.recruit .sec05 .sub_images_ul .li figure figcaption.wide_ttl .jp_ttl {
  border-left: solid 1px #fff;
  margin-left: 10px;
  padding-left: 10px;
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  max-height: 260px;
  aspect-ratio: 1920/260;
  border-bottom: solid 1px #8A8A8A;
}
@media (max-width: 1280px) {
  main section .page_head {
    aspect-ratio: 16/5;
    max-height: inherit;
    height: auto;
  }
}
main section .page_head.type01 {
  max-height: 400px;
  aspect-ratio: 1920/400;
}
@media (max-width: 1024px) {
  main section .page_head.type01 {
    aspect-ratio: 16/7;
    max-height: inherit;
  }
}
main section .page_head.type01:before {
  display: none;
}
main section .page_head.type01 .page_title .sv_ttl .eng_ttl {
  font-family: "Crimson Text", serif;
  font-size: clamp(36px, 1.284rem + 4.12vw, 70px);
  color: #fff;
  font-weight: 400;
}
main section .page_head.shop_sv {
  height: calc(80dvh - 180px);
  max-height: inherit;
  aspect-ratio: inherit;
  border-bottom: none;
}
main section .page_head.shop_sv:before {
  display: none;
}
main section .page_head.shop_sv .page_title {
  top: auto;
  bottom: 10%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section .page_head:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #8A8A8A;
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  main section .page_title {
    left: 0;
  }
}
main section .page_title .sv_ttl {
  position: relative;
}
main section .page_title .sv_ttl .eng_ttl {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #9B8D81;
  font-weight: normal;
  font-size: clamp(34px, 1.67rem + 1.94vw, 50px);
  line-height: 1;
}
main section .page_title .sv_ttl .jp_ttl {
  font-weight: bold;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* BRAND */
/******************************/
.brand select {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.brand select:focus {
  background-color: #333;
  color: #fff;
}
.brand .shop_select_box {
  width: 33%;
}
.brand .sub_images_ul.cul4 li img {
  border: solid 1px #8A8A8A;
}

/******************************/
/* 記事 */
/******************************/
.single-staff_voice .wide_ttl {
  color: #1E1310;
}
.single-staff_voice .wide_ttl .jp_ttl {
  border-left: solid 1px #1E1310;
}

.single_ttl {
  border-bottom: solid 2px #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

#single_category {
  margin-bottom: 10px;
}

.news_text_block .category_c a {
  color: #DEA471;
  font-size: 15px;
  display: inline-block;
}
.news_text_block .category_c a:hover {
  color: #fff;
}

/******************************/
/* メールフォームテンプレート */
/******************************/
.page-template-tmpl_mail_form .form_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-tmpl_mail_form .form_area .form_side {
  width: 380px;
}
.page-template-tmpl_mail_form .form_area .form_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}
.page-template-tmpl_mail_form .form_area.has_side .form_side {
  width: 380px;
}
.page-template-tmpl_mail_form .form_area.has_side .form_side .side_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3A322F;
  padding: 30px;
}
.page-template-tmpl_mail_form .form_area.has_side .form_side .side_box .ref_store .ref_store_item {
  border-top: solid 1px #8A8A8A;
  padding-top: 20px;
  margin-top: 20px;
}
.page-template-tmpl_mail_form .form_area.no_side .form_side {
  width: 100%;
}
.page-template-tmpl_mail_form .form_area.no_side .form_body {
  margin-left: 0;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* sns */
/******************************/
.sns .sns_qr_bg01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EFE6DF;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.sns .sns_qr_bg01 img {
  aspect-ratio: 1/1;
  max-width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
/******************************/
/* コンタクト */
/******************************/
/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 下層 */
/******************************/
/******************************/
/* 商品詳細 */
/******************************/
.single-owners-voice_post .single-item .service_box {
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .single-owners-voice_post .single-item .service_box {
    padding: 30px 20px;
  }
}

.single-item .layout_b .imgbox {
  width: 30%;
}
.single-item .recommend_store_area {
  background-color: #333;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin-bottom: 10px;
}
.single-item .recommend_store_area + .single_page {
  margin-top: 60px;
}
.single-item .recommend_store_area .layout_b .imgbox {
  width: 20%;
}
@media (max-width: 767px) {
  .single-item .recommend_store_area .layout_b .imgbox {
    width: 80%;
    margin: 0 auto 25px;
  }
}
.single-item .text_item_singleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 60px;
}
@media (max-width: 1024px) {
  .single-item .text_item_singleflex {
    display: block;
  }
}
.single-item .text_item_singleflex .singleflex_imgbox {
  width: 50%;
}
@media (max-width: 1024px) {
  .single-item .text_item_singleflex .singleflex_imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}
.single-item .text_item_singleflex .singleflex_txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-item .text_item_singleflex .singleflex_txtbox .post-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-item .text_item_singleflex .singleflex_txtbox .post-btn .prev a,
.single-item .text_item_singleflex .singleflex_txtbox .post-btn .next a {
  aspect-ratio: inherit;
  width: auto;
  padding: 4px 15px;
}
.single-item .text_item_singleflex .singleflex_txtbox .category_c .brand-link a {
  color: #DEA471;
}
.single-item .service_box {
  position: relative;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  color: #333;
}
@media (max-width: 767px) {
  .single-item .service_box {
    padding: 15px 5%;
  }
}
.single-item .service_box a {
  color: #333;
}
.single-item .service_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/item_after_bg01.jpg);
  background-size: contain;
  background-position: center;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.single-item .service_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .single-item .service_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-item .service_grid .line_mask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.single-item {
  /* 中央の縦線 */
}
.single-item .service_grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: repeating-linear-gradient(to bottom, #9B8D81 0, #9B8D81 2px, transparent 2px, transparent 6px);
}
@media (max-width: 767px) {
  .single-item .service_grid::before {
    display: none;
  }
}
.single-item {
  /* 中央の横線 */
}
.single-item .service_grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: repeating-linear-gradient(to right, #9B8D81 0, #9B8D81 2px, transparent 2px, transparent 6px);
}
@media (max-width: 767px) {
  .single-item .service_grid::after {
    display: none;
  }
}
.single-item .service_item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .single-item .service_item {
    padding: 15px 0;
  }
  .single-item .service_item:last-child {
    border-bottom: none;
  }
}
.single-item .service_item:hover {
  background: #faf8f4;
}

/******************************/
/* 商品詳細 */
/******************************/
.active_shop {
  position: relative;
  background-color: #3A322F;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .active_shop {
    padding: 50px 0;
  }
}

/******************************/
/* 下層 */
/******************************/
.shopping-credit .sec01,
.after-support .sec01 {
  position: relative;
  padding: 80px 0;
  background-color: #3A322F;
}
@media (max-width: 1024px) {
  .shopping-credit .sec01,
  .after-support .sec01 {
    padding: 50px 0;
  }
}
.shopping-credit .sec02,
.after-support .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .shopping-credit .sec02,
  .after-support .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ABOUT */
/******************************/
.about-us .layout_a .imgbox,
.about-us .layout_b .imgbox {
  width: 50%;
}
@media (max-width: 1024px) {
  .about-us .layout_a .imgbox,
  .about-us .layout_b .imgbox {
    width: 100%;
  }
}
.about-us .layout_a .imgbox figure img,
.about-us .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 7/6;
}

/******************************/
/* company */
/******************************/
@media (max-width: 1024px) {
  .company .sec01 .layout_b {
    display: block;
  }
}
.company .sec01 .layout_b .imgbox {
  width: 35%;
}
@media (max-width: 1024px) {
  .company .sec01 .layout_b .imgbox {
    width: 100%;
  }
  .company .sec01 .layout_b .imgbox figure {
    text-align: center;
  }
  .company .sec01 .layout_b .imgbox figure img {
    width: 60%;
  }
}

/******************************/
/* GMC */
/******************************/
.gmc .sec00 .sub_images_ul .li figure {
  text-align: center;
}
.gmc .sec00 .sub_images_ul .li figure img {
  width: 60%;
}

/******************************/
/* STAFF SINGLE */
/******************************/
/******************************/
/* ABOUT */
/******************************/
.single-campagin_post {
  /*.post-parts {
  	figure{
  		&.type01{
  			text-align: center;
  		}
  	}
  }*/
}

.post-parts .buttons_area .btn01 a {
  max-width: 90%;
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  padding: 20px;
}
.post-parts .infobox01 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.post-parts .infobar {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  color: #3A322F;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 25px;
  position: relative;
  bottom: -1px;
}
.post-parts .infobox_a {
  border: solid 2px #fff;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}
.post-parts .cbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #3A322F;
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 2;
}
@media (max-width: 767px) {
  .post-parts .cbox01 {
    padding: 15px 5%;
  }
}
.post-parts table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  /*/@include mixin.max_scr(vars.$bp_sp) {
  	width: 700px;
  }*/
}
.post-parts table .wd40p {
  width: 40%;
}
.post-parts table .wd10p {
  width: 10%;
}
.post-parts table th,
.post-parts table td {
  border: solid 1px #c8c8c8;
  text-align: left;
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .post-parts table th,
  .post-parts table td {
    padding: 5px 5px;
    font-size: 12px;
    word-break: break-all;
    overflow-wrap: break-word;
  }
}
.post-parts table th {
  color: #ffffff;
  background-color: #3A322F;
}
.post-parts table td {
  color: #333;
  background-color: #fff;
}
.post-parts .layout_a .imgbox,
.post-parts .layout_b .imgbox {
  width: 40%;
}
@media (max-width: 1024px) {
  .post-parts .layout_a .imgbox,
  .post-parts .layout_b .imgbox {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}

.post-parts_box.part-iteminfo .layout_b .imgbox {
  width: 320px;
}

/******************************/
/* お気に入りボタン */
/******************************/
.simplefavorite-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid #333;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.simplefavorite-button::before {
  content: "♡";
  font-size: 18px;
  line-height: 1;
}

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

.simplefavorite-button.active {
  background: #333;
  color: #fff;
}

.simplefavorite-button.active::before {
  content: "♥";
}
/*# sourceMappingURL=css_map/style_page.css.map */
