@charset "UTF-8";
/*
Theme Name: Solaris Child
Theme URI: https://example.com/solaris-child/
Description: Child theme for Solaris TCD088
Author: Your Name
Author URI: https://example.com
Template: solaris_tcd088
Version: 1.0.0
*/
body {
  line-height: 1.8;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.grid {
  display: grid;
}

@media screen and (max-width: 768px) {
  .flex {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .sp_100 {
    width: 100%;
  }
  .sp-start {
    text-align: start !important;
  }
  .pc-only {
    display: none !important;
  }
  .pt_m {
    padding-top: 30px;
  }
  .pt_l {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .sp-only {
    display: none !important;
  }
  .pt_m {
    padding-top: 50px;
  }
  .pt_l {
    padding-top: 80px;
  }
}
.custom_page * {
  box-sizing: border-box;
}
.custom_page h2, .custom_page h3, .custom_page h4 {
  color: #8c9a3d;
  margin-bottom: 1.5em !important;
}
.custom_page li {
  list-style: none;
}
.custom_page .l_section:nth-child(even)::before {
  content: "";
  display: inline-block;
  background: rgb(246, 246, 246);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.custom_page .l_section {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}
.custom_page .l_section:first-child {
  padding-top: 0;
}

.mission .mission_item_wrapper .mission_item {
  margin-bottom: 3%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .mission .mission_item_wrapper .mission_item {
    justify-content: space-between;
    align-items: center;
  }
}
.mission .mission_item_wrapper .mission_item .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .mission .mission_item_wrapper .mission_item .img_box {
    width: 35%;
    aspect-ratio: 1.1/1;
  }
}
.mission .mission_item_wrapper .mission_item .txt_box {
  padding: 3%;
}
.mission .mission_item_wrapper .mission_item .txt_box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .mission .mission_item_wrapper .mission_item .txt_box {
    width: 60%;
  }
}

.from_nara .flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .from_nara .flex {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .from_nara .flex .txt_box {
    width: 45%;
  }
}
@media screen and (min-width: 769px) {
  .from_nara .flex .img_box {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .profile {
    width: 90vw;
    margin-inline: calc(50% - 45vw);
  }
}
@media screen and (min-width: 769px) {
  .profile .profile_img {
    max-width: 544px;
    width: 47%;
  }
}
.profile .profile_txt {
  line-height: 1.8;
  padding: 3% 5% 3% 5%;
  background: #8c9a3d;
  color: #fff;
}
.profile .profile_txt h4 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .profile .profile_txt {
    margin-left: auto;
    margin-top: -30%;
    width: 56%;
    position: relative;
  }
}
.profile table {
  margin-top: 3%;
}
.profile table tr {
  height: auto !important;
}
.profile table td, .profile table th {
  background: transparent;
  border-bottom: 1px solid #ddd;
  border-top: none;
  padding: 5px 10px;
  white-space: wrap;
  font-size: 14px;
  height: auto !important;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .profile table td, .profile table th {
    display: block;
    width: 97%;
    text-align: left;
  }
}
.profile table th {
  width: 7.5em;
}
@media screen and (max-width: 768px) {
  .profile table th {
    border-bottom: none;
  }
}

.masseage.l_section:nth-child(even)::before {
  height: 70%;
}

.initiative .flex {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .initiative .flex {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.initiative .flex:nth-child(odd)::before {
  content: "";
  display: inline-block;
  background: rgb(246, 246, 246);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.initiative .about_img {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .initiative .flex:nth-child(even) {
    flex-direction: row-reverse;
  }
  .initiative .about_img {
    width: 49%;
  }
  .initiative .about_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .initiative .about_txt {
    width: 46%;
  }
}

.cmn_table th {
  background: #8c9a3d;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cmn_table .s_table {
    white-space: wrap;
  }
  .cmn_table .s_table th {
    width: 8em;
    padding: 14px 5px;
    box-sizing: border-box;
  }
}

.link-items.flex {
  flex-wrap: wrap;
  row-gap: 30px;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .link-items.flex .link-item-wrap {
    width: 49%;
  }
}
.link-items.flex .link-item {
  align-items: center;
  flex-direction: row !important;
  gap: 10px;
  transition: 0.4s;
}
.link-items.flex .link-item:hover {
  opacity: 0.6;
}
.link-items.flex .link-item-img, .link-items.flex .link-item img {
  aspect-ratio: 1.1/1;
  width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-items.flex .link-item-content {
  font-size: 1.2em;
  width: 77%;
  line-height: 2;
  color: #515151;
  font-weight: 500;
}

.custom_page.pro_page .initiative .flex:nth-child(odd)::before, .custom_page.pro_page .l_section:nth-child(even)::before {
  content: none;
}
.custom_page.pro_page .design_button.long_txt a {
  height: auto;
  line-height: 2;
  padding: 2% 5%;
}

#main_contents:has(.custom_page.pro_page):after {
  content: none;
}

@media screen and (max-width: 1200px) {
  .single-service .category_list_widget .square_headline div.head {
    line-height: 1.5;
    height: auto;
    padding: 5% 0;
  }
}
.wholesale_product {
  background: rgb(246, 246, 246);
  padding: 6% 3%;
}
.wholesale_product .wholesale_product_items_wrap:not(:last-child) {
  margin-bottom: 5%;
}
.wholesale_product .wholesale_product_items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  gap: 10px;
}
.wholesale_product .wholesale_product_items img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}

.l_section.-bg, .-bg {
  background: rgb(246, 246, 246);
  padding: 6% 3%;
}

.merit strong {
  color: #8c9a3d;
  font-size: 1.1em;
}

.transaction ul {
  width: 70%;
  margin: auto;
}
.transaction li {
  list-style: decimal;
  color: #8c9a3d;
  font-size: 1.3em;
  margin-bottom: 30px;
  position: relative;
}
.transaction li:not(:last-child)::before {
  content: "▼";
  font-size: 1em;
  color: #8c9a3d;
  display: inline-block;
  position: absolute;
  left: 10%;
  bottom: -35px;
}
.transaction li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .voice_content .about_img {
    width: 35%;
  }
  .voice_content .about_txt {
    width: 60%;
  }
}

.voice li {
  position: relative;
  margin-bottom: 0.5em;
}
.voice li::before {
  content: "";
  display: inline-block;
  background: url(assets/img/pro/icon_voice.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
  position: absolute;
  left: -35px;
  top: 5px;
  opacity: 0.8;
}

.success_sec {
  margin-bottom: 5%;
}
.success_sec .success_ttl {
  border-bottom: 2px solid #8c9a3d;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em 0.3em 0;
  margin-bottom: 3em !important;
}
.success_sec .flex {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 769px) {
  .success_sec .flex .about_txt {
    flex: 1;
  }
  .success_sec .flex .about_img {
    width: 37%;
  }
}
.success_sec h4.kadai {
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.5em;
  background: #7c6633;
  color: #fff;
}

.success_point {
  width: 80%;
  margin-inline: auto;
  background: #fff;
  padding: 4% 3% 5%;
  color: #8c9a3d;
}
.success_point .txt {
  font-size: 1.1em;
  margin-bottom: 0;
}

.dist-tbl th {
  vertical-align: middle;
  background: #8c9a3d;
  color: #fff;
}
.dist-tbl th a {
  color: #fff;
  transition: 4s;
}
.dist-tbl th:hover a {
  text-decoration: underline;
}

#blog_archive {
  border-left: none;
  border-right: none;
}
#blog_archive .container.clearfix {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  #blog_archive .container.clearfix {
    flex-direction: row;
  }
  #blog_archive .container.clearfix #side_col .widget_content {
    border-bottom: none;
    padding: 40px 0 40px 0;
  }
  #blog_archive .container.clearfix #main_col {
    padding-top: 0;
  }
  #blog_archive .container.clearfix #blog_list .image_link {
    width: 40%;
  }
  #blog_archive .container.clearfix #blog_list .content {
    width: 60%;
  }
}
#blog_archive .container.clearfix #side_col .widget_headline {
  color: #8c9a3d;
}
@media screen and (max-width: 1201px) {
  #blog_archive .container.clearfix #side_col .widget_headline {
    color: #fff;
    background: #8c9a3d;
  }
}
#blog_archive .container.clearfix #side_col .styled_post_list1_widget .widget_headline {
  background: #7c6633;
  color: #fff;
}
#blog_archive .container.clearfix #blog_list .category a {
  background: #8c9a3d;
}
@media screen and (min-width: 769px) {
  #blog_archive .container.clearfix .styled_post_list1 a {
    padding: 0;
  }
  #blog_archive .container.clearfix #main_col {
    width: 100%;
    margin-right: 0;
    margin-inline: auto;
  }
  #blog_archive .container.clearfix #blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: none;
  }
  #blog_archive .container.clearfix #blog_list .item {
    height: auto;
    padding: 0 30px 30px;
    display: grid;
    gap: 20px;
    border-bottom: none;
  }
  #blog_archive .container.clearfix #blog_list .image_link {
    width: 100%;
    height: auto;
  }
  #blog_archive .container.clearfix #blog_list .image {
    aspect-ratio: 1/1;
  }
  #blog_archive .container.clearfix #blog_list .content {
    height: auto;
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  #blog_archive .container.clearfix #blog_list .content_inner {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  #blog_archive .container.clearfix #blog_list .image_wrap {
    height: auto;
  }
  #blog_archive .container.clearfix #blog_list .desc {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #blog_archive .container.clearfix #side_col {
    width: 100%;
  }
  #blog_archive .container.clearfix #styled_post_list1_widget-3 {
    display: none;
  }
}

.shop_product .grid {
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
.shop_product .shop_product_item {
  position: relative;
}
.shop_product .shop_product_item h3 {
  margin-bottom: 0px !important;
}
.shop_product .shop_product_item h3, .shop_product .shop_product_item .shop_product_txt {
  width: 90%;
  margin: auto;
}
.shop_product .shop_product_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 7/4;
  background-image: url(../../uploads/2025/04/prd-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.shop_product .shop_product_item:nth-child(2)::before {
  background-image: url(../../uploads/2025/04/prd-img2.jpg);
}
.shop_product .shop_product_item:nth-child(3)::before {
  background-image: url(../../uploads/2025/04/prd-img3.jpg);
}
.shop_product .shop_product_item:nth-child(4)::before {
  background-image: url(../../uploads/2025/04/prd-img4.jpg);
}

.shop-staff__list {
  margin-left: 0 !important;
}
.shop-staff__list .shop-staff__item {
  gap: 5%;
  background: #8c9a3d;
  padding: 5% 3%;
  gap: 5%;
  margin-bottom: 2em;
  background: rgba(124, 102, 51, 0.0705882353);
}
.shop-staff__list .shop-staff__item img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border: solid #fff 4px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .shop-staff__list .shop-staff__item img {
    width: 30%;
  }
}
.shop-staff__list .shop-staff__item p {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .shop-staff__list .shop-staff__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .shop-staff__list .shop-staff__item:nth-child(even) .shop-staff__detail {
    padding-left: 30px;
  }
}
.shop-staff__list .shop-staff__detail {
  flex: 1;
}

.menu_content .salon-menu-box {
  margin-bottom: 2em;
}
.menu_content .title {
  color: #8c9a3d;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 2em;
}
.menu_content .single {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 2em;
}
.menu_content .menu-item {
  font-size: 1.1em;
  border-bottom: 1px solid #8c9a3d;
  padding-bottom: 5px;
  padding: 0 1em;
}
.menu_content .detail {
  font-size: 0.9em;
  margin-bottom: 0 !important;
}
.menu_content .coupon {
  display: block;
  background: #8c9a3d;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0.2em 1em 0.1em;
  font-size: 0.8em;
  margin-left: auto !important;
}

.custom_page.-form .l_section:first-child {
  padding-bottom: 3%;
}

@media screen and (min-width: 769px) {
  .contact_content .flex {
    justify-content: space-between;
  }
  .contact_content .contact_item {
    width: 30%;
  }
  .contact_content .contact_item .btn {
    font-size: 1.2em;
    margin-bottom: 10px !important;
    background: #8c9a3d;
    color: #fff;
    height: 3em;
    padding: 0 5%;
    display: grid;
    place-items: center;
  }
  .contact_content .contact_item .btn:hover {
    background: #fff;
    color: #8c9a3d;
    border: 1px solid #8c9a3d;
  }
  .contact_content .contact_item .contact_txt {
    font-size: 15px;
    line-height: 1.8;
  }
  .contact_content .contact_item .contact_txt .block {
    font-size: 0.9em;
    display: block;
  }
}

.wpcf7 {
  background: transparent !important;
  border: none !important;
}
.wpcf7 .p-contact_form__box .wpcf7-submit, .wpcf7 .p-contact_form__box .wpcf7-previous {
  background-color: #8c9a3d;
}

.p-contact_form__required {
  display: inline-block;
}

.p-contact_form__table th {
  vertical-align: middle;
  width: 25%;
}

.p-contact_form__kiyaku_box {
  height: 200px;
  overflow: scroll;
  border: 1px solid #bbb;
  padding: 0.5em;
}
.p-contact_form__kiyaku_box h3 {
  font-size: 1.2em !important;
  margin-bottom: 10px !important;
}
.p-contact_form__kiyaku_box .section3__text {
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-contact_form__kiyaku_box ol li {
  list-style: decimal;
}

.p-contact_form__dd .sample .wpcf7-list-item {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .single-project .project_list.inner {
    overflow: hidden;
  }
}

.page-id-52 #container {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */