/*
Template:yushikai
Theme Name:yushikai-c
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


a{
  color: #333333;
  text-decoration: none;
}

{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.site-header__content {
    padding: 0 30px;
}

body {
  font-family: 'Noto Sans JP', Helvetica, sans-serif;
  background-color: #ffffff;
  color: #3d3732;
  font-feature-settings: "palt";
}

.site-title img{
  height: 51px;
}

.container{
  padding-left: 0;
  padding-right: 0;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
}

.page-wrapper {
  width: 100%;
  min-width: 1440px;
  background-color: #ffffff;
}

.header {
  width: 100%;
  height: 81px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 0;
}

.header-logo {
  width: 239px;
  height: 76px;
  object-fit: cover;
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-left: 32px;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-item {
  display: inline-block;
}

.nav-link {
  font-weight: 500;
  
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.nav-link:hover {
  opacity: 0.7;
}

.header-tel {
  width: 245px;
  height: 38px;
  margin-left: 29px;
  object-fit: cover;
}

.header-secondary-logo {
  width: 166.07px;
  height: 68.16px;
  margin-left: 58px;
  object-fit: cover;
}

.header-media.is-image {
    position: relative;
}

.header-media-text {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 665px;
}

.intro-section {
  width: 100%;
    /* padding: 0 120px; */
    margin-top: 200px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.intro-container {
  width: 100%;
}

.intro-title {
  font-weight: 500;
  color: #54a667;
  font-size: 36px;
  /*margin-bottom: 82px;*/
  margin: 0;
}

.intro-content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 100px;
}

.intro-image-container {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 0 25px 27px 25px;
}

.intro-image-placeholder {
  width: 100%;
  height: 367px;
}

.intro-subtitle {
  font-weight: 500;
  color: #da697c;
  font-size: 32px;
  text-align: center;
  line-height: 34px;
  margin-top: 0px;
}

.intro-text {
  flex: 0 0 55%;
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
}

.news-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-left: 180px;*/
}

.news-card {
  flex: 1;
    height: auto;
    /*border-radius: 30px 0 0 30px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #FAF8F5;
    border-radius: 35px;
    max-width: 1200px;
  margin: 0 auto;
}

.news-header {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-top: 40px;
  padding-bottom: 60px;
  
  width: 100%;
background-color: #FAF8F5;
    
}

.news-title-container {
  min-width: 195px;
  align-items: flex-start;
  padding: 0 0 0 47px;
  width: 20%;
}

.news-title-en {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-top: 0px;
  padding-top: 30px;
}

.news-separator {
  width: 48px;
  height: 2px;
  background-color: #da697c;
  margin-bottom: 10px;
}

.news-title-ja {
  font-weight: 500;
  color: #da697c;
  font-size: 36px;
  line-height: 34px;
  margin-top: 0px;
}

.news-list {
  display: flex;
  flex-direction: column;
  width: 80%;
  align-items: flex-start;
  /*gap: 18px;*/
  padding-left: 100px;
  padding-right: 20px;
}

.news-item {
  flex: 1;
  width: 100%;
  border-bottom: 1px solid #E2E1E0;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
}

.news-item-inner-01-02 {
    /*background-color: #333333;*/
    width: 100px;
    margin-top: 30px;
    position: relative;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
  margin-top: 30px;
}

.news-badge {
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #da697c;
  color: #da697c;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  padding: 0 9px;
  height: 25px;
  display: inline-flex;
  align-items: center;
}

span.news-badge.cat-salon{
  background-color: #da697c;
  border-radius: 15px;
  border: 1px solid #da697c;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  padding: 0 9px;
  height: 25px;
  display: inline-flex;
  align-items: center;
}

.news-date {
  font-weight: 500;
  color: #979797;
  font-size: 15px;
  line-height: 34px;
}

.news-text {
  font-weight: normal;
  font-size: 17px;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.news-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 35px 57px;
}

.news-more-button {
  width: 129px;
  height: 40px;
  background-color: #d9d9d9;
}

.services-section {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  background-color: #ffffff; /* 薄いグレーなど、希望の色に変更してください */
  position: relative; /* 疑似要素の基準位置とするため */
  z-index: 1; /* 他の要素との重なり順を調整 */
  padding-top: 100px;
  padding-bottom: 100px;

}

.salon-bg img {
    width: 100%;
}

/*.services-section::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px; /* 曲線の深さ（高さ）
    background-color: #ffffff; 
    border-top-left-radius: 50% 100px; 
    border-top-right-radius: 50% 100px; 
    z-index: 1;
}*/


.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-title-en {
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0px;
  margin-top: 0;
}

.section-title-ja {
  font-weight: 500;
  color: #da697c;
  font-size: 36px;
  line-height: 34px;
  margin-top: 0px;
}

.service-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /*margin-bottom: 125px;*/
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.btn_box-service {
    margin-top: 50px;
}


.service-item-02{
  justify-content: center !important;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-text {
  width: 720px;
  padding: 60px 80px 83px 53px;
  position: relative;
  background: #fff url(http://xs748035.xsrv.jp/images/bg-grid.svg) center center / 25rem auto;
}

.service-text-right {
    padding-left: 80px;
    padding-right: 53px;
}


.service-title {
  font-weight: 500;
  line-height: 34px;
  margin-top: 0px;
  font-size: clamp(1.2rem, 0.85vw + 1.2rem, 2rem);
  position: relative;
}

.service-separator {
  width: 86px;
  height: 1px;
  background-color: #da697c;
}

.service-subtitle {
  font-weight: 500;
  color: #da697c;
  line-height: 34px;
  font-size: 17px;
}

.service-description {
  height: auto;
  /*font-weight: 500; */
    font-size: clamp(0.8rem, -0.25vw + 1.1rem, 1rem);
    letter-spacing: .1em;
    line-height: 2;
    color: #6e6965;
}

.dashed-underline {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px; /* 数値を大きくすると間隔が広がる */
}


.service-button {
  height: auto;
  width: 148px;
  border-radius: 5px;
  border: 1px solid #f5911e;
  background-color: transparent;
  padding: 3px 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.service-button:hover {
  opacity: 0.7;
}

.service-button span {
  font-weight: 500;
  
  font-size: 14px;
  line-height: 41px;
}

.button-arrow {
  width: 27px;
  height: 10px;
  margin-left: 8px;
  object-fit: cover;
}

.service-image {
  display: flex;
  flex-direction: column;
  width: 720px;
  align-items: flex-start;
}

.service-image img {
  width: 100%;
  object-fit: cover;
}

.salon-section {
  width: 100%;
  /*margin-bottom: 82px;*/
  position: relative;
  /*background-image: url(http://xs748035.xsrv.jp/images/salon-bg.jpg);*/
  background-size: cover;
    background-position: center;
}


.salon-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.salon-decorations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 365.3px;
  margin-bottom: 43px;
}

.salon-line {
  width: 25.41px;
  height: 53.33px;
}

.salon-title-en {
  font-weight: 500;
  font-size: 22px;
  margin-top: 0;
}

.salon-absolute {
    padding-top: 55px;
    padding-bottom: 100px;
    background-color: #FAF8F5;
}

.salon-title-ja {
  font-weight: 500;
  color: #da697c;
  font-size: 36px;
  margin-top: -25px;
}

.salon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 34px;
  row-gap: 59px;
  gap: 20px;
  position: relative;
  max-width: 1200px;
  margin:0 auto ;
}

.salon-card {
  /*background-color: #ffffff;*/
  overflow: hidden;
  position: relative;
  flex:0 0 calc((100% - 60px) / 4); /* ＝3列作る幅 */
  padding: 20px 15px;
  /*box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);*/

}



.salon-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1px;
  border-radius: 15px;
}

.salon-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

.salon-title-row {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 5px 0;
  width: 100%;
  justify-content: space-between;
}

.salon-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0px;
}

.salon-badge {
  font-weight: 700;
  font-size: 11px;
  line-height: 21px;
  padding:4px 8px;
  border-radius: 3px;
  color: #ffffff;
  top: 8px;
    /*position: absolute;
    left: 24px;
    writing-mode: vertical-rl;*/
    letter-spacing: 0.1em;
}

.salon-badge-blue {
  background-color: #549eaf;
}

.salon-badge-pink {
  background-color: #da697c;
}

.salon-badge-green {
  background-color: #8dc11f;
}

.salon-badge-yellow {
  background-color: #f3cd34;
}

.salon-description {
  font-size: 12.5px;
  line-height: 21px;
  color: #6e6965;
  font-feature-settings: "palt";
  margin-top: 0px;
  margin-bottom: 0px;
}

.salon-frequency {
  /*position: absolute;
  top: 130px;
  right: 11px;*/
  width: 75px;
  height: 25px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  line-height: 21px;
  margin-top: 8px;
}

/*.salon-frequency-blue {
  background-color: #549eaf;
}*/


.salon-frequency-blue {
  background-color: #ffffff;
  color: #549eaf;
  border: 1px solid #549eaf;
}

.salon-frequency-pink {
  background-color: #ffffff;
  color: #da697c;
  border: 1px solid #da697c;
}

.salon-frequency-green {
  background-color: #ffffff;
  color: #8dc11f;
  border: 1px solid #8dc11f;
}

.salon-frequency-yellow {
  background-color: #ffffff;
  color: #f3cd34;
  border: 1px solid #f3cd34;
}

.contact-section {
  width: 100%;
  background-color: #da697c;
}

.contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-text {
  display: flex;
  flex-direction: column;
  width: 670px;
  align-items: flex-start;
  gap: 7px;
  padding: 25px 33px 52px 120px;
}

.contact-label {
  font-weight: 500;
  color: #ff9fb8;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}

.contact-title {
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  line-height: 21px;
  margin-top: 0px;
}

.contact-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px 5px;
  width: 100%;
}

.phone-icon {
  width: 33.04px;
  height: 33.28px;
  object-fit: cover;
}

.phone-number {
  font-weight: 500;
  color: #ffffff;
  font-size: 46px;
  line-height: 21px;
}

.contact-hours {
  background-color: #f3f3f3;
  color: #da697c;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  padding: 3px 15px;
  border-radius: 11px;
  display: inline-block;
}

.contact-separator {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 770px;
  height: 300px;
  align-items: center;
  justify-content: center;
  padding: 38px 64px;
}

.contact-form-placeholder {
  width: 100%;
  height: 100%;
}

.footer-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 57px;
  background-color: #f3f3f3;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  width: 249px;
  align-items: flex-end;
  justify-content: center;
  padding: 0 5px;
}

.footer-logo {
  width: 100%;
  height: 76.41px;
  object-fit: cover;
}

.footer-address {
  width: fit-content;
  font-weight: 500;
  color: #3e3a39;
  font-size: 10px;
  font-style: normal;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 58px;
  padding: 25px 8px;
}

.footer-link {
  font-weight: 500;
  
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.footer-link:hover {
  opacity: 0.7;
}

.copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 559px;
  background-color: #ffffff;
  font-weight: 300;
  
  font-size: 12px;
  line-height: 21px;
}

/*.home div#content {
    background-color: #FAF8F5;
}*/

p.intro-text-00-des-01 {
    text-align: center;
}

.intro-text-00-inner {
    display: flex;
}

.intro-text-00-01 {
    flex: 1;
}

h3.service-title img {
    height: 26px;
}

h2.salon-title-ja img {
    max-height: 51px;
}


.btn_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

.btn{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: #da697c;
  margin: auto;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
}

.btn .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.btn .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.1rem;
  background: none;
}

.btn .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.3rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}


.news-item:hover .btn .icon.arrow {
  background: #fff;
  transform: translate(0.5rem, 0);
}

.news-list a {
    width: 100%;
}



.btn-service{
  color: #f5911e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  line-height: 50px;
  width: 220px;
  height: 50px;
  background: #FFF;
  margin: auto;
  border: 1px solid #f5911e;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 30px;
  text-decoration: none;
}

.btn-service .icon-service {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f5911e;
}

.btn-service .icon-service.arrow-service {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.1rem;
  background: none;
}

.btn-service .icon-service.arrow-service::before {
  position: absolute;
  content: "";
  top: -0.3rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #f5911e;
  border-right: 0.125rem solid #f5911e;
  transform: rotate(45deg);
}


.btn-service:hover .icon-service.arrow-service {
  background: #f5911e;
  transform: translate(1rem, 0);
}

a.btn-service.animation-service:hover{
  color: #f5911e;
}

/*news詳しく見るボタン*/

.btn-service-news{
  color: #da697c;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  line-height: 50px;
  width: 220px;
  height: 50px;
  background: #FFF;
  margin: auto;
  border: 1px solid #da697c;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 30px;
  text-decoration: none;
}

.btn-service-news .icon-service-news {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #da697c;
}

.btn-service-news .icon-service-news.arrow-service-news {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.1rem;
  background: none;
}

.btn-service-news .icon-service-news.arrow-service-news::before {
  position: absolute;
  content: "";
  top: -0.3rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #da697c;
  border-right: 0.125rem solid #da697c;
  transform: rotate(45deg);
}


.btn-service-news:hover .icon-service-news.arrow-service-news {
  background: #da697c;
  transform: translate(1rem, 0);
}

a.btn-service-news.animation-service-news:hover{
  color: #da697c;
}

h2.section-title-ja img {
    height: 41px;
}

h2.intro-title img {
    height: 90px;
}

.global-nav img {
    height: 25px;
}

.header-contact {
    display: flex;
    background: #da697c;
    align-items: center;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 15px 15px;
    padding: 35px 15px 0px 15px;
    margin-top: -45px;
}

.header-tel-ctm {
    margin: 0px 25px;
    margin-top: 5px;
}

p.header-contact-p {
    margin-left: 15px;
}

.global-nav__menu>.menu-item>a{
  font-weight: 600;
  color: #333333;
}

/*スクロールアニメーション*/
/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:10px;
  left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  height: 34px;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#eee;
}

.wp-custom-header img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
    height: calc(100vh - 115px);
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    /*margin-left: 34%;*/
    
}

.wp-custom-header {
    overflow: hidden;
}

p.news-title-ja img {
    max-height: 31px;
}

span.top-3circle-bg {
    position: absolute;
    display: block;
    top: -27px;
    left: -15px;
}

span.top-3circle-bg img{
    height: auto;
    width: 86px;
}

span.service-title-img {
    position: relative;
    z-index: 9999;
}

span.top-salon-3circle-bg-01 img {
    height: auto;
    width: 86px;
}

span.top-salon-3circle-bg-02 img {
    height: auto;
    width: 86px;
}

span.top-salon-3circle-bg-01 {
    position: absolute;
    display: block;
    top: -59px;
    left: 20px;
}

span.top-salon-3circle-bg-02 {
    position: absolute;
    display: block;
    top: 600px;
    right: 20px;
}

/* コンテナ：中央揃え＋上下余白 */
.btn-container {
  text-align: right;
  margin-right: 10px;
  margin-top: -10px;
  padding-bottom: 10px;
}

/* 下線矢印リンク */
.arrow-link-underline {
  --arrow-color: #333;
  position: relative;
  display: inline-block;
  padding: 0 1.5em .4em .5em;
    color: var(--arrow-color);
    text-decoration: none;
    font-size: 12px;
}

/* ホバー時も文字色を変えない */
.arrow-link-underline:hover {
  color: var(--arrow-color);
}

/* 下線矢印 */
.arrow-link-underline::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1.5px solid var(--arrow-color); 
  border-right: 1.5px solid var(--arrow-color);
  transform: skewX(50deg);
  transition: left .3s ease;
}

/* ホバーアニメーション */
.arrow-link-underline:hover::before {
  left: 10%;
}

header#masthead {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.contact-form-placeholder iframe{
  height: 100%;
}

p#footer-poweredby {
    display: none;
}

.footer-main{
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-media.is-image{
  margin-bottom: -100px;
}

.archive .content__wrap {
  padding: 0 120px;
}

main#main {
    max-width: 100%;
}

.single .content__wrap {
  padding: 0 120px;
}

div#wpcf7-f68-p69-o1 {
  max-width: 800px;
  margin: 0 auto;
}

.page main#main {
    max-width: 100%;
}

div#breadcrumbs{
  padding: 0 120px;
}

.home .content__wrap {
  padding: 0;
  max-width: 100%;
}

.wpcf7 th{
  border:none;
  background-color: #ffffff;
}

.wpcf7 tr{
  border-left:none;
  border-top: 1px dotted #777
}

.wpcf7 td{
  border-right:none;
  border-bottom: none;
  background-color: #ffffff;
}

.wpcf7 table{
  border-top: none;
}

.contact-message {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    /*margin-bottom: 50px;*/
}

.message-notice {
    color: #c10811;
    font-size: 14px;
}

.essential {
    background: #da697c;
    color: #fafafa;
    font-size: 14px;
    padding: 1px 10px;
    font-weight: normal;
    margin-left: 10px;
    border-radius: 5px;
}

p.contact-input {
    text-align: center;
}

.contact-table {
    width: 100%;
}

.table-list {
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
    /*margin-bottom: 40px;*/
}

.table-list th {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.table-list-address {
    flex-wrap: wrap;
}

.table-list-address .input-area {
    margin-bottom: 10px;
}

.input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.table-list td {
    font-size: 13px;
    width: calc(100% - 250px);
}

input::placeholder {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: bold;
}

textarea {
    border: none;
    width: 100%;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
}

textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-area .text {
    font-size: 13px;
    text-align: center;
}

.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}

.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}

.submit-button {
    box-sizing: border-box !important;
    position: relative;
    display: block;
    margin: 0px auto 0;
    background-color: #e4eeef !important;
    cursor: pointer;
    border: 1px solid #e4eeef !important;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}

.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}

input#name {
    background-color: #faf9f7;
    border: 1px solid #f2efec;
}

.contact-fax p {
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.contact-title a{
  color:#ffffff;
}

figcaption.fg-caption {
    display: none !important;
}

p.service-description.daiichisoudan-p {
    font-size: 18px;
    font-weight: bold;
}


@media(max-width:1024px) {
    .contact-area {
        padding: 50px 15px;
    }

    .table-list th {
        width: 180px;
    }

    .table-list td {
        width: 100%;
    }

    .input-area {
        width: 500px;
        height: 40px;
    }

    textarea {
        width: 500px;
        height: 200px;
    }

    .contact-message {
        margin-bottom: 30px;
    }

    .contact-area .text {
        margin-bottom: 30px;
    }
}


@media(max-width:834px) {
    .contact-bg {
        margin: 50px auto 0;
        padding: 50px 0;
    }

    .contact-area {
        margin: 50px auto;
        padding: 50px 20px;
    }

    .check-box label {
        width: 100%;
    }

    .input-area {
        width: 100%;
        height: 30px;
    }

    textarea {
        width: 100%;
        height: 200px;
    }

    .table-list {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .table-list th {
        font-size: 12px;
        width: 200px;
        margin-bottom: 10px;
    }

    .table-list td {
        font-size: 12px;
    }

    .table-list td {
        width: 100%;
    }

    .contact-message {
        font-size: 13px;
    }

    .contact-area .text {
        font-size: 13px;
    }
}

@media (max-width:640px) {
    .contact-message {
        text-align: left;
    }

    .contact-area .text {
        text-align: left;
    }
}

@media(max-width:320px) {
    .input-area {
        width: 100%;
    }

    textarea {
        width: 100%;
    }
}

.intro-text-span{
  color: #6e6965;
}

    .header-type--row1 .site-branding {
        padding: 0px 0px 10px 0px;
    }

  .contact-adress p {
    color: #ffffff;
    margin: 0;
}

/*header.singular-header.entry-header {
    text-align: center;
}*/

.about-page {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

h2.about-page-title {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}

.about-page-profile-table{
  border:none;
}

.about-page-profile-table tr{
  border:none;
  border-bottom: dotted 1px #333333;
}

.about-page-profile-table th{
  border:none;
  background-color: #FAF8F5;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #da697c;
  font-weight: bold;
}

.about-page-profile-table td{
  border:none;
  line-height: 1.8em;
}

.about-page-profile {
    background-color: #FAF8F5;
    padding:50px 70px 80px 70px;
    border-radius: 35px;
}

p.salon-des {
    font-weight: bold;
}

.salon-bg img{
  display: block;
}

.footer-main>*{
  margin-top: 0px;
}

.copyright{
  padding: 14px;
}

.footer-nav{
  justify-content: center;
}

p.privacy-policy-doui {
    text-align: center;
    font-size: 14px;
}

.contact-form-article {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

p.salon-photo {
    text-align: center;
}

h3.intro-subtitle img {
    max-height: 31px;
}

.header-media-text.header-media-text-sp {
    display: none;
}

.archive section.contact-section {
    margin-top: 100px;
}

.archive #content{
  margin-bottom: 0px;
}

.single #content{
  margin-bottom: 0px;
}

.page #content{
  margin-bottom: 0px;
}

#post-19 h1.singular-header__title.entry-title {
    text-align: center;
    background-color: #da697c;
    padding: 18px 0;
    color: #ffffff;
}

#post-69 h1.singular-header__title.entry-title {
    text-align: center;
    background-color: #da697c;
    padding: 18px 0;
    color: #ffffff;
}

#post-3 h1.singular-header__title.entry-title {
    text-align: center;
    background-color: #da697c;
    padding: 18px 0;
    color: #ffffff;
}

/* ------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (max-width: 1024px) {
.phone-number {
    color: #ffffff;
    font-size: 40px;
  }

  .contact-title{
    font-size: 16px;
  }

  .entry-content {
    margin-left: 5%;
    margin-right: 5%;
}

.news-card {
    max-width: 90%;
}

section.services-section {
    max-width: 90%;
    margin: 0 auto;
}

.service-item {
    margin-bottom: 20px;
}

section.salon-section {
    width: 90%;
    margin: 0 auto;
}


}





/* -------------------------------------------- */
/* ▼モバイル用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (max-width: 768px) {
  .intro-content{
    padding: 0 25px;
  }

.news-header {
    display: block;
    padding: 0 25px;
    padding-bottom: 65px;  
    padding-top: 30px;
}

.news-list {
    width: 100%;
    padding: 0px;
}

.news-card {
    border-radius: 30px 0 0 30px;
    margin-left: 5%;
    max-width: 95%;

}

.service-item {
   flex-direction: column;
  margin-bottom: 60px;

}

.service-text {
    padding: 0 25px;
    width: 100%;
    order: 1;
}

.service-image {
    width: 100%;
    margin-bottom: 25px;
    padding: 0px 7px 10px 16px;
}

.salon-grid {
    padding:10px 25px;
    flex-direction: column;
}

.salon-card{
  padding: 0px;
}

.section-header {
    margin-bottom: 40px;
}

.service-subtitle{
  line-height: 27px;
  margin: 12px 0;
}

.service-description{
  font-size: 14px;
}

h2.section-title-ja img {
  height: 28px;
}

h2.salon-title-ja img {
  max-height: 35px;
}

.salon-title-en{
  margin-bottom: 14px;
}

.salon-header{
  margin-bottom: 0px;
}

h2.salon-title-ja {
    margin-bottom: 0px;
}

.news-title-container {
    display: flex;
    width: 100%;
    padding-left: 0px;
    justify-content: space-between;
    align-items: center;
}

.btn-service-news{
  width: 120px;
}

.news-separator {
    display: none;
}

p.news-title-ja img {
    height: 26px;
}

.btn.animation {
    margin-right: 0px;
    width: 30px;
    height: 30px;
}

.btn .icon.arrow::before{
  top: -0.2rem;
  right: 0.625rem;
  width: 0.325rem;
  height: 0.325rem;
}

p.news-title-ja {
    margin-bottom: 8px;
}

p.news-text {
    font-size: 14px;
}

section.services-section {
    padding-top: 55px;
    padding-bottom: 65px;
}

h3.news-title-en{
  padding-top: 0px;
}

.btn-service-news .icon-service-news.arrow-service-news::before{
  top: -0.15rem;
  right: 0.625rem;
  width: 0.325rem;
  height: 0.325rem;
}

span.news-badge.cat-salon{
  font-size: 14px;
}

.news-badge{
  font-size: 14px;
}

.intro-text{
  font-size: 14px;
  line-height: 27px;
}

.intro-image-placeholder{
  height: auto;
}

.intro-content {
    margin-bottom: 50px;
    flex-direction: column;
}

h2.intro-title img {
    height: 81px;
}

.intro-image-container {
    padding: 11px;
    flex-direction: column-reverse;
}

.site-header button{
  padding: 18px;
}

.btn_box-service {
    margin-top: 30px;
}

.contact-content{
  flex-direction: column;
}

.contact-text {
    width: 100%;
    padding: 25px;
}

.contact-title{
  font-size: 21px;
}

.contact-adress p{
  font-size: 14px;
}

.phone-number{
  font-size: 40px;
}

.contact-form {
    width: 100%;
    height: 200px;
    padding: 0 25px 30px 25px;
}

p#footer-copy {
    padding: 10px 0px;
}

.site-info {
    margin-top: 0px;
}

.archive .content__wrap {
    padding: 0 25px;
}

.archive__excerpt{
  font-size: 12px;
}

.single-post .content__wrap{
 padding: 0 25px;
}

.single-post p{
 color: #6e6965;
 font-size: 14px;
}

.wp-block-image img{
  border-radius: 15px;
}

.contact-area.inner {
    margin-top: 0px;
    padding-top: 0px;
}

.contact-bg {
    margin-top: 0px;
    padding-top: 0px;
}

.table-list th{
  margin-bottom: 0px;
  padding-bottom: 0;
}

.contact-table p{
  margin-bottom: 0px;
}

.contact-area{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.salon-des {
    padding: 0 25px;
    z-index: 9999;
    position: relative;
}

.wp-custom-header img {
    width: 100%;
    margin-left: 0%;
    border-radius: 0px;
}

.header-media-text{
  display:none;
}

.about-page {
    padding: 0 25px;
}

.about-page-profile{
  padding: 50px 15px 80px 15px;
}

.about-page-profile-table th{
    display: block;
    width: 100%;
    padding-bottom: 0px;
}

.about-page-profile-table td{
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

h2.about-page-title{
    margin-bottom: 25px;
}

.global-nav {
    background-color: #da697c;
}

.global-nav__search.is-open{
  display: none;
}

.header-contact{
  padding: 0px;
  margin-top: -130px;
}

.global-nav__menu>.menu-item>a{
  font-size: 16px;
}

.global-nav__menu>.menu-item{
  border-bottom: 0.5px dotted #ffffff;
}

.global-nav__toggle.is-open+.global-nav{
  padding-top: 5em;
  padding-left: 15px;
  padding-right: 15px;
}

.global-nav__menu>.menu-item>a{
  color: #ffffff;
}

.global-nav {
    width: 80%;
  margin-left: auto; /* 左側の余白を自動で埋める＝右寄せ */
  margin-right: 0;
}

.global-nav__container{
  padding: 0px;
}

.header-tel-ctm {
    background-color: #ffffff;
    padding: 20px 20px 14px 36px;
    margin: 0px;
    margin-top: 72px;
    border-radius: 10px;
}

.global-nav__toggle.is-open:after{
    margin-top: 0;
}

.header-type--row1 .site-branding{
    padding: 7px 0px 10px 0px;
}

p.header-contact-p{
  color: #ffffff;
}



.site-title img {
    height: 40px;
}

.site-header__content {
    padding-left: 13px;
}

.intro-section{
  margin-top: 144px;
}

.intro-content{
  gap: 30px;
}

.header-media-text.header-media-text-sp {
    display: block;
    width: 90%;
    left: 5%;
}

h1.singular-header__title.entry-title{
  font-size: 18px;
  text-align: center;
}

div#breadcrumbs {
    padding: 0 25px;
}

section.salon-section{
  width: 100%;
}

    .entry-content {
        margin-left: 0%;
        margin-right: 0%;
    }

}
