/*固定ページヘッダー*/
#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;
  }
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/*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;
}

/* .icon500_link {
  overflow: hidden;
}

.icon500_link img {
  width: 35px;
  transition: all 0.4s;
}

.icon500_link:hover img {
  opacity: 0.5;
} */


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

#footer_button {
  margin: 25px 0 0;
}

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

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

@media (max-width: 1000px) {
  #footer_button {
    margin: 20px 0 0;
  }
}

/*フッターロゴ*/
#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;
}

/* ----------------------------------------------------------------------
 ドロワーメニュー
---------------------------------------------------------------------- */
/* 既存スタイルの更新 */
#header {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

#header_logo {
  display: block;
}

#global-nav .menu {
  display: flex;
}

#global-nav .menu>li>a {
  display: block;
  padding: 20px 16px;
}

.l-header__access,
.l-header__toggle {
  display: none;
}

.l-gnav__layer {
  display: none;
}

.acd-switch {
  display: none;
}

.l-header__nav {
  display: none;
}

@media (max-width: 1050px) {

  .header_fix #global-nav .menu .menu-item>a,
  .header_fix_mobile #global-nav .menu .menu-item>a {
    color: #fff !important;
  }

  /* ドロワーメニュー */
  #header_top {
    z-index: 0;
  }

  .l-gnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(0.645, 0.045, 0.355, 1)
  }

  .l-header__nav {
    display: block;
  }

  .l-gnav__layer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100svw;
    height: 100svh;
    background: linear-gradient(to right, rgba(2, 3, 10, 0.68) 0%, rgba(2, 3, 10, 0.68) 75%, rgba(2, 3, 10, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad02030a", endColorstr="#0002030a", GradientType=1);
    cursor: pointer;
    transform: translateX(-200%);
    transition: transform .4s cubic-bezier(0.645, 0.045, 0.355, 1)
  }

  .l-header__toggle {
    overflow: hidden;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .header_fix_mobile .l-header__toggle {
    bottom: 7px;
  }

  .l-header__toggle span {
    display: block;
    position: absolute;
    right: 0;
    height: 2px;
    background: #000;
    transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  .l-header__toggle span:nth-child(1) {
    top: 7px;
    width: 100%
  }

  .l-header__toggle span:nth-child(2) {
    bottom: 7px;
    width: 14px
  }

  .l-gnav__outer {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    width: 290px;
    height: 100%;
    background: #02030a;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .l-gnav__inner {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
    padding: 120px 40px 40px;
  }

  .l-gnav__inner .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px
  }

  .l-gnav__inner .close span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff
  }

  .l-gnav__inner .close span:nth-child(1) {
    transform: rotate(45deg)
  }

  .l-gnav__inner .close span:nth-child(2) {
    transform: rotate(-45deg)
  }

  #global-nav .menu {
    display: block;
    width: 100%
  }

  .m-acdn-menu__wrap {
    display: none;
  }

  #global-nav .menu .menu-item>a {
    color: #fff;
    display: block;
    padding: 10px 0
  }

  #global-nav .menu .menu-item>a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px
  }

  #global-nav .menu-item-has-children {
    position: relative;
  }

  #global-nav .menu-item-has-children>a {
    width: calc(100% - 30px);
  }

  .acd-switch {
    display: block;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 0;
    border: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
  }

  .acd-switch::before {
    content: '';
    display: block;
    background-color: #fff;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .acd-switch::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  .acd-switch.is-active::after {
    transform: rotate(0);
  }

  html.is-active {
    overflow: hidden;
    height: 100%;
  }

  html.is-active .l-header__toggle span {
    transform: translateX(-100%);
  }

  html.is-active .l-gnav,
  html.is-active .l-gnav__layer,
  html.is-active .l-gnav__outer {
    transform: translateX(0);
  }
}