/*基本*/
body {
  font-family: 'Noto Serif JP', serif;
}

/* ----------------------------------------------------------------------
 ヘッダー調整
---------------------------------------------------------------------- */
@media (min-width: 100px) {
  .site-header-sub {
    display: none;
  }
}

@media (min-width: 1151px) {
  #site_desc {
    height: auto;
    line-height: initial;
    text-align: left;
    max-width: 1000px;
    margin: 10px auto;
    border: 0;
  }

  #header {
    border-top: 0;
    height: auto;
  }

  #header .contact-txt-tel a {
    color: #573312;
  }

  #header .contact-txt-tel a:hover {
    color: #999;
  }

  #header_logo {
    position: static;
    transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header_top {
    height: auto;
  }

  #header #global_menu {
    background: #fff;
    position: static;
    height: auto;
  }

  #global_menu>ul {
    border-left: 0;
    max-width: 1140px;
  }

  #global_menu>ul>li {
    border-right: 0;
  }

  #header #global_menu>ul>li>a {
    color: #573312;
    height: 60px;
    line-height: 60px;
  }

  #header #global_menu>ul>li>a:hover {
    color: #999999;
  }

  /*ヘッダー電話お問い合わせ欄*/
  .site-header-sub {
    margin-top: 1.1rem;
    margin-bottom: 1rem;
    float: right;
    display: flex;
    padding-left: 2em;
    font-family: 'Noto Serif JP', serif;
  }

  .site-header-sub .contact-txt {
    line-height: 1em;
    text-align: left;
    margin-bottom: 0;
  }

  .site-header-sub .contact-txt span {
    display: block;
  }

  .site-header-sub .contact-txt-catch,
  .site-header-sub .contact-txt-time {
    font-size: 11px;
    color: var(--vk-color-text-body);
  }

  .site-header-sub .contact-txt-tel {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #573312;
    line-height: 0;
  }

  .site-header-sub .contact-txt-tel_icon {
    margin-right: 0.3rem;
  }

  .fa-solid,
  .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
  }

  .fa-phone-square:before,
  .fa-square-phone:before {
    content: "\f098";
  }

  .site-header-sub .contact-btn {
    padding-left: 2em;
  }

  #header_logo .site-header-sub .contact-btn a {
    height: 90%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 0 1.5em;
    margin: 2px 0 2px;
    font-size: 16px;
    color: #fff;
    background-color: #573312;
    font-weight: 500;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  }

  a.btn.btn-primary {
    border-radius: 10px;
  }

  .site-header-sub .contact-btn i,
  .site-header-sub .contact-btn svg {
    margin-right: 7px;
  }

  #header_logo .site-header-sub .contact-btn a:hover {
    background-color: #999999;
  }
}

/*固定ページヘッダー*/
#page_header {
  height: 750px;
}

@media only screen and (max-width: 600px) {
  #page_header {
    height: calc(35vh - 55px);
  }
}

/*改行*/
br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}

/*お知らせ一覧*/
@media screen and (max-width:750px) {
  #news_list .title {
    font-size: 12px;
  }
}

/*ウィジェット*/
#side_col-lp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .widget_content {
    display: none;
  }
}

/*お知らせのウィジェット*/
#main_col {
  width: 1000px;
}

#side_col {
  display: none;
}

@media only screen and (max-width: 1151px) {
  #container #main_col {
    width: auto;
    float: none;
  }
}

/*SNS*/
#header_social_link li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #000000;
}

#footer_social_link li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #000000;
}

#header_social_link li a:before {
  font-size: 20px;
  top: 0px;
}

#footer_social_link li a:before {
  font-size: 20px;
  top: 0px;
}

#header_social_link li.line a:before {
  content: '\e909';
}

#footer_social_link li.line a:before {
  content: '\e909';
}

#header_social_link a:hover i,
#footer_social_link a:hover i {
  color: #999999;
}

/*お問い合わせ*/
.grecaptcha-badge {
  visibility: hidden;
}

/*見出し*/
body h2.ace500_m1 {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 40px 0;
  padding-top: 12px;
  font-size: 38px;
  color: #634f32;
  font-family: 'Noto Serif JP', serif;
}

span.ace500_s1 {
  display: block;
  font-size: 50%;
}

@media screen and (max-width: 750px) {
  body h2.ace500_m1 {
    font-size: 22px;
    margin: -10px 0 30px 0;
  }
}

/* ----------------------------------------------------------------------
 キャンペーン
---------------------------------------------------------------------- */
/*見出し*/
#container .index_news .headline {
  color: #634f32;
  font-family: 'Noto Serif JP', serif;
}

h3.headline.rich_font {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 49px 0;
  font-size: 38px;
  color: #58330d;
}

span.top-s1 {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  h3.headline.rich_font {
    font-size: 22px;
    margin: -10px 0 30px 0;
  }

  span.top-s1 {
    font-size: 12px;
  }
}

/*料金表タグ*/
.parent10-tag1 {
  padding: 30px 30px 10px;
}

.parent10-tag1 ul {
  margin-left: 0.5em;
}

.parent10-tag1 ul li {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: 0.4px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
}

ul.parent10-tag1-ul {
  margin-bottom: 0;
}

li.parent10-tag1-li1 {
  padding: 0 10px;
  background-color: #f58ca9;
}

li.parent10-tag1-li2 {
  padding: 0 10px;
  background-color: #6DCD97;
}

@media screen and (max-width: 750px) {
  .parent10-tag1 {
    padding: 20px 10px 0px;
  }

  .parent10-tag1 ul {
    margin-left: 0;
  }

  .parent10-tag1 ul li {
    margin-right: 0.5em;
    font-size: 8px;
  }
}

/*料金表*/
h2.top-m1 {
  background-color: #9c7654;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 15px;
  margin-bottom: 0;
}

ul.campaignul {
  margin: 0 0 55px 0;
  list-style: none;
}

li.campaignli_item {
  border: solid 1px #ddd;
  border-top: none;
  background: #fff;
}

.parent10-c10 {
  padding: 0px 30px 0 30px;
}

.top-c2 {
  display: flex;
  padding-bottom: 10px;
}

.top-c3 {
  width: 35%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

.top-g1 img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  width: 100%;
  border-radius: 8px;
}

.top-c4 {
  width: 65%;
  padding: 30px;
  align-self: center;
}

.top-c4 p {
  margin-bottom: 0;
}

p.parent10 {
  margin-bottom: 0;
  color: #9c7654;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

p.parent11 {
  margin-bottom: 0;
  text-align: right;
  line-height: 1.5;
  padding-right: 1em;
}

p.top-sp1label {
  margin-bottom: 0;
}

span.top-sp10label {
  color: #bc4a4a;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 750px) and (max-width: 850px) {
  .top-c3 {
    padding: 15px 5px 30px 30px;
  }

  .top-c4 {
    padding: 15px 30px;
  }

  p.sp1label {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  ul.campaignul {
    margin-bottom: 30px;
  }

  .parent10-c10 {
    padding: 0px 5px 0 5px;
  }

  h2.top-m1 {
    padding: 12px;
    font-size: 16px;
  }

  .top-c2 {
    flex-direction: column-reverse;
  }

  .top-c2 p {
    margin-bottom: 0;
  }

  .top-c3 {
    width: auto;
    padding: 10px 10px 10px;
  }

  .top-c4 {
    width: auto;
    padding: 20px 10px 0px;
    align-self: normal;
  }

  .top-sp1label {
    font-size: 10px;
  }

  p.parent10 {
    font-size: 12px;
    padding-top: 10px;
  }

  p.parent11 {
    text-align: right;
    font-size: 8px;
    padding-top: 1em;
  }

  span.top-sp10label {
    font-size: 12px;
  }

  p.sp1label {
    font-size: 10px;
  }
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/*ボタン*/
span.material-icons {
  vertical-align: -5px;
}

#footer_button i.fab.fa-line {
  font-size: 27px;
  vertical-align: -3px;
}

#footer_button {
  margin: 25px 0 0;
}

#footer_button a {
  border: solid 1px #634f32;
  color: #634f32;
}

#footer_button a:hover {
  background-color: #634f32;
  color: #fff;
}

@media (max-width: 1000px) {
  #footer_button i.fab.fa-line {
    font-size: 24px;
  }

  #footer_button {
    margin: 20px 0 0;
  }
}

/*snsアイコン*/
ul.sns500ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.7em;
}

.icon502_link {
  font-size: 24px;
  overflow: hidden;
}

.icon502_link {
  transition: all 0.4s;
  width: 24px;
  height: 24px;
}

i.fa-brands.fa-facebook-f,
i.fa-brands.fa-tiktok,
i.fa-brands.fa-line {
  font-size: 22px;
}

#container .sns500_item a:hover {
  color: #666;
  opacity: 0.5;
}

/*フッターロゴ*/
#footer_logo {
  margin: 0 0 5px 0;
}

@media (max-width: 750px) {
  #container #footer_logo {
    margin-bottom: 8px;
  }
}

/*フッター非表示*/
@media screen and (max-width: 750px) {
  #footer_menu {
    display: none;
  }
}

/*フッターメニュー縦並びに調整*/
@media (max-width: 750px) {
  #footer_menu li {
    display: block;
    margin: 10px 0;
    padding: 0;
    border-right: 0;
  }

  #footer_menu li:last-child {
    margin: 10px 0;
  }

  p#company_date {
    display: none;
  }
}

/* ----------------------------------------------------------------------
ふわっ/画面が読み込まれたら現れる
---------------------------------------------------------------------- */
/*下から*/
.index_news.cb_contents,
.fadeUpTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(30px) translateX(0);
}

.index_news.cb_contents.fadeUp,
.fadeUpTrigger.fadeUp {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 3s;
}

/*左から*/
.fadeLeftTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(0) translateX(-30px);
}

.fadeLeftTrigger.fadeLeft {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 1s;
}

/*右から*/
.fadeRightTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(0) translateX(30px);
}

.fadeRightTrigger.fadeRight {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 1s;
}

/* ----------------------------------------------------------------------
 beauty-menu
---------------------------------------------------------------------- */
/*基本*/
.page-template-page-beauty-menu .about_content .content_area {
  background: transparent;
  padding: 50px 0px 40px;
  border: none;
  border-bottom: none;
}

@media only screen and (max-width: 750px) {
  .page-template-page-beauty-menu .about_content {
    margin-bottom: 80px;
  }

  .page-template-page-beauty-menu .about_content .content_area {
    padding: 0;
  }
}

/*ブロック*/
.ace500_blok {
  margin-bottom: 8em;
}

@media (max-width: 750px) {
  .ace500_blok {
    margin-bottom: 5em;
  }
}

/*料金表*/
h3.menu500_m1 {
  background-color: #897559;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 15px;
  margin-bottom: 0;
}

.menu500_c1 {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: none;
  border-top: none;
}

.menu500_c2 {
  display: flex;
}

.menu500_g1 {
  width: 50%;
}

.menu500_g1 img {
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

ul.menu500ul {
  margin: 0;
  list-style: none;
}

.menu500li_item {
  padding: 20px 40px;
  border-bottom: solid 1px #ddd
}

h4.menu500_m2 {
  margin-bottom: 0;
  color: #bc4a4a;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 10px 0 0 0;
  line-height: 1.4;
}

span.menu500_s1 {
  padding-left: 1em;
  margin-left: auto;
}

p.menu500_t1 {
  margin-bottom: 0;
  line-height: 2.5;
  font-size: 16px;
}

@media screen and (max-width: 1151px) {
  h3.menu500_m1 {
    font-size: 18px;
  }

  h4.menu500_m2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  h3.menu500_m1 {
    padding: 12px;
    font-size: 16px;
  }

  .menu500_c2 {
    flex-direction: column;
  }

  .menu500_g1 {
    width: auto;
  }

  .menu500li_item {
    padding: 20px;
  }

  h4.menu500_m2 {
    font-size: 14px;
    padding-top: 10px;
    margin: 0 0 10px 0;
  }

  p.menu500_t1 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .menu500_g1:last-of-type {
    display: none;
  }
}

/*ボタン*/
#footer_button a:hover {
  background: #867257;
  border-color: #867257;
}