@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}

/************************************
** 子テーマ用のスタイル
************************************/
/******** イテウォンクリニックニュース ********/
@import "https://use.typekit.net/hhp5prc.css";
@media (min-width: 980px) {
  ._pc-none {
    display: none !important;
  }
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

/******** header ********/

#header_blog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header_blog {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, sans-serif;
  background-color: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: background 0.3s;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.142;
  color: #ffffff;
}

#header_blog .inner {
  position: relative;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0px;
  height: 90px;
}

@media screen and (max-width: 979px) {
  #header_blog {
    z-index: 3;
  }
  #header_blog.is-open {
    z-index: 99;
  }
  #header_blog .inner {
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 20px 0;
    height: auto;
  }
}

#header_blog.fixed {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 979px) {
  #header_blog.fixed {
    background-color: #fff;
    box-shadow: 0 0 10px #111;
  }
}

#header_blog.fixed .inner {
  height: auto;
  padding: 5px 0px;
}

@media screen and (max-width: 979px) {
  #header_blog.fixed .inner {
    padding: 20px 0;
  }
}

@media screen and (min-width: 980px) {
  #header_blog.fixed .inner .header_blog__logo {
    width: 160px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 979px) {
  #header_blog.fixed .inner .header_blog__logo {
    margin: 0;
  }
}

@media screen and (max-width: 979px) {
  #header_blog.fixed .inner .header_blog__content {
    padding-top: 0vw;
  }
}

@media screen and (min-width: 980px) {
  #header_blog.fixed .inner .header_blog__social {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 980px) {
  #header_blog.fixed .inner .header_blog__reserve {
    margin: 0 auto 5px;
  }
}

@media screen and (min-width: 980px) {
  #header_blog.fixed .inner .header_blog__nav {
    margin-bottom: 10px;
  }
}

.header_blog__logo {
  width: 200px;
  transition: width 0.3s;
}
.header_blog__logo img {
  vertical-align: middle;
}

@media screen and (max-width: 979px) {
  .header_blog__logo {
    width: 160px;
    margin: 0;
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .header_blog__content {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 979px) {
  .header_blog__content {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 60px;
    height: 60px;
  }
}

.header_blog__social {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
  transition: margin-bottom 0.3s;
}

@media screen and (max-width: 979px) {
  .header_blog__social {
    margin-bottom: 0;
  }
}

.header_blog__social li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 979px) {
  .header_blog__social li:not(:last-child) {
    margin-right: 3.33333vw;
  }
}

.header_blog__social a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 979px) {
  .header_blog__social a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.header_blog__social a img {
  margin-right: 4px;
}

@media screen and (max-width: 979px) {
  .header_blog__social a img {
    width: 6.66667vw;
    margin: 0 auto;
    transition: width 0.3s;
  }
}

@media screen and (min-width: 980px) {
  .header_blog__hambuger {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .header_blog__hambuger {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 99;
  }

  .header_blog__hambuger .line {
    position: absolute;
    width: 60px;
    height: 60px;
  }

  .header_blog__hambuger.is-open .header_blog__news {
    display: none;
  }

  .header_blog__hambuger.is-open .line {
    height: 9.46667vw;
    width: 9.46667vw;
    top: 8.66667vw;
    right: 4vw;
    position: fixed;
  }

  .header_blog__hambuger.is-open .line img {
    display: none;
  }

  .header_blog__hambuger.is-open .line:after,
  .header_blog__hambuger.is-open .line:before {
    background-color: #fff;
    content: "";
    position: absolute;
    height: 2px;
    right: 0;
    transform-origin: center;
    transition:
      width 0.3s,
      top 0.3s,
      transform 0.3s;
  }

  .header_blog__hambuger.is-open .line:before {
    width: 100%;
    top: 0;
  }

  .header_blog__hambuger.is-open .line:before {
    width: 100%;
    top: 0;
    transform: rotate(-45deg);
  }

  .header_blog__hambuger.is-open .line:after {
    width: 100%;
    top: 0;
    bottom: auto;
    transform: rotate(45deg);
  }
}

.header_blog__nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 979px) {
  .header_blog__nav {
    align-items: center;
    background-color: rgba(1, 1, 1, 0.85);
    font-size: 4.26667vw;
    right: -100%;
    height: 100vh;
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    padding: 24vw 12.66667vw 36vw 12.66667vw;
    z-index: 99;
    overflow-y: auto;
    transition: right 0.5s;
    margin-top: 0;
  }
}

.header_blog__nav__list {
  display: flex;
}

@media screen and (max-width: 979px) {
  .header_blog__nav__list {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  .header_blog__nav__list li {
    padding-bottom: 6.66667vw;
    margin-bottom: 8.13333vw;
    border-bottom: 1px solid #666666;
  }
}

.header_blog__nav__list li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 979px) {
  .header_blog__nav__list li:not(:last-child) {
    margin-right: 0;
    order: 1;
  }
}

.header_blog__nav__list li.howto {
  order: 0;
}

.header_blog__nav__list li a {
  color: #000 !important;
  position: relative;
  display: flex;
  align-items: center;
  font-family: classico-urw, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  .header_blog__nav__list li a {
    color: #dcdcdc !important;
    display: inline-block;
    text-align: center;
  }
}

.header_blog__nav__list li a small {
  margin: auto;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ea4e3d;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-family: "classico-urw", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding-bottom: 1px;
  padding-right: 1px;
}

@media screen and (max-width: 979px) {
  .header_blog__nav__list li a small {
    color: #dcdcdc;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -4.66667vw;
    width: 4.26667vw;
    height: 4.26667vw;
    font-size: 2.66667vw;
  }
}

.header_blog__nav__list li.dropdown {
  color: #000;
  cursor: pointer;
  position: relative;
}

.header_blog__nav__list li.dropdown > span:hover {
  opacity: 0.6;
}

.header_blog__nav__list li.dropdown .dropdownMenu {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 25px;
  width: 150px;
}

.header_blog__nav__list li.dropdown .dropdownMenu li {
  width: 100%;
}

.header_blog__nav__list li.dropdown .dropdownMenu li a {
  display: flex;
  width: 100%;
  color: #fff !important;
  padding: 10px 15px;
}

.header_blog__nav__list li.dropdown .dropdownMenu li + li {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 979px) {
  .header_blog__nav__list li.dropdown {
    color: #fff;
  }

  .header_blog__nav__list li.dropdown .dropdownMenu {
    background: none;
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    margin: 7vw 0 0;
  }

  .header_blog__nav__list li.dropdown .dropdownMenu li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
  }

  .header_blog__nav__list li.dropdown .dropdownMenu li a {
    width: unset;
    justify-content: center;
    display: inline-flex;
    padding: 0 5vw;
    position: relative;
  }

  .header_blog__nav__list li.dropdown .dropdownMenu li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1.2vw);
    width: 2.5vw;
    height: 2.5vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    transform: rotate(45deg);
  }

  .header_blog__nav__list li.dropdown .dropdownMenu li + li {
    border-top: none;
    margin-top: 5vw;
  }
}

#header_blog.is-open .header_blog__nav {
  right: 0;
}

.header_blog__btn {
  text-align: center;
  margin-bottom: 76px;
}

@media screen and (max-width: 979px) {
  .header_blog__btn {
    margin-bottom: 10.93333vw;
  }
}

.header_blog__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #937a51;
  width: 460px;
  height: 90px;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.header_blog__btn a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/itaewon-beauty/common/images/icon_arrow_white.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 979px) {
  .header_blog__btn a {
    width: auto;
    max-width: 100%;
    height: 12vw;
    font-size: 3.6vw;
    letter-spacing: 0.1em;
  }

  .header_blog__btn a:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.73333vw;
  }
}

@media screen and (max-width: 979px) {
  .header_blog__sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15.86667vw;
  }
}

.header_blog__sns p {
  font-size: 20px;
  line-height: 1;
  font-family: "classico-urw", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 979px) {
  .header_blog__sns p {
    font-size: 4.26667vw;
  }
}

.header_blog__social {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  transition: margin-bottom 0.3s;
}

@media screen and (max-width: 979px) {
  .header_blog__social {
    margin-bottom: 0;
  }
}

.header_blog__social li:not(:last-child) {
  margin-right: 37px;
}

@media screen and (max-width: 979px) {
  .header_blog__social li:not(:last-child) {
    margin-right: 5.86667vw;
  }
}

.header_blog__social a {
  display: flex;
  align-items: center;
}

.header_blog__social a img {
  margin-right: 4px;
  height: 31px;
}

@media screen and (max-width: 979px) {
  .header_blog__social a img {
    width: auto;
    height: 5.33333vw;
    margin: 0 auto;
  }
}

.header_blog__news {
  margin: auto;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ea4e3d;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-family: "classico-urw", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

@media screen and (max-width: 979px) {
  .header_blog__news {
    color: #dcdcdc;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0vw;
    width: 4.26667vw;
    height: 4.26667vw;
    font-size: 2.66667vw;
    z-index: 1;
  }
}
/******** //header ********/

#container {
  margin-top: 100px;
}
@media (max-width: 979px) {
  #container {
    margin-top: 86px;
  }
}

#header-container {
  background-color: #000000;
}
.header {
  /* background: linear-gradient(to right, #dfd9ec 0%, #dfd9ec 63%, #c3d6e8 100%); */
  background: url("/assets/itaewon-beauty/common/images/contents_main_bg.jpg?20241120165220") top center no-repeat;
  background-size: cover;
}
.header-in {
  color: #ffffff;
  padding: 50px 0 30px;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif;
}
.header-in .tagline {
  text-align: center;
  font-size: 14px;
  margin: 0.2em 1em;
}
.header-in h1.logo-header,
.header-in div.logo-header {
  padding: 0;
  line-height: 1.6;
}
.header-in:after {
  content: "ITAEWON BEAUTY CLINIC";
  display: inline-block;
  margin: 10px auto;
  border-right: 1px solid #937a51;
  border-left: 1px solid #937a51;
  padding: 0 1em;
  font-weight: bold;
  color: #937a51;
}
.header .site-name-text {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
}
#navi .navi-in > ul.menu-header > li > a {
  color: #333333;
}
#navi .navi-in > ul.menu-header > li > a:hover {
  background-color: #333333;
  color: #fff;
}
#navi .navi-in > ul.menu-header > li > ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 980px) {
  #navi .navi-in > ul.menu-header > li > ul.sub-menu {
    max-height: 300px;
    overflow-y: scroll;
  }
}
#navi .navi-in > ul.menu-header > li > ul.sub-menu > li > a {
  color: #fff;
}
#navi .navi-in > ul.menu-header > li > ul.sub-menu > li > a:hover {
  background-color: rgba(147, 122, 81, 0.6);
  color: #fff;
}
.mblt-header-mobile-buttons {
  margin-top: 0px;
}

@media screen and (min-width: 980px) {
  .mobile-menu-buttons {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .mobile-menu-buttons {
    background-color: rgba(0, 0, 0, 0.6);
    top: 86px;
  }
}
.mobile-menu-buttons .menu-button a.menu-button-in {
  display: none;
}
.mobile-menu-buttons .menu-button .menu-button-in,
.mobile-menu-buttons .menu-button .menu-button-in .fa-bars:before,
.mobile-menu-buttons .menu-close-button .fa-close:before {
  color: #fff;
}
.mobile-menu-buttons .menu-content {
  background-color: rgba(0, 0, 0, 0.8);
}
.mobile-menu-buttons .menu-content .menu-drawer > li {
  border-bottom: 1px solid #ccc;
  padding: 3vw 0;
}
.mobile-menu-buttons .menu-content .menu-drawer > li > a {
  font-weight: bold;
}
.mobile-menu-buttons .menu-content .menu-drawer a {
  color: #fff;
}
.mobile-menu-buttons .menu-content .menu-drawer a:hover {
  background-color: transparent;
}
.fixed-header {
  display: none;
}
.fixed-header .header .header-in {
  display: none;
}

#header-container .navi {
  background-color: #000000;
  background-color: #fff;
}
#navi {
  background-color: #000000;
}
#navi-in {
  max-width: 900px;
  margin: 0 auto;
}
.content {
  margin-top: 0;
  background: #fef5fb;
  padding: 30px 0 60px;
}
#content-in {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.entry-title,
.archive-title {
  font-size: 21px;
}

@media screen and (max-width: 1024px) {
  #content-in > main#main * {
    max-width: 100%;
  }
  .header {
    padding-top: 50px;
  }
  .header-in .logo-header:after {
    width: 50%;
    height: 15vw;
  }
  #header .site-name-text {
    font-size: 6vw;
  }
  .content {
    padding: 20px 0 30px;
  }
  #content-in {
    padding: 0 15px;
  }
}
@media screen and (max-width: 979px) {
  .header-in {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .header-in {
    padding: 20px 0 10px;
  }
  .header-in .tagline {
    font-size: 12px;
  }
  .header-in h1 {
    padding: 0 0 25px;
    line-height: 1.4;
  }
  .header .site-name-text {
    font-weight: 20px;
  }
  #content-in {
    padding: 0 10px;
  }
}



.footer {
  margin-top: 0;
  padding: 30px 0 0;
  background-color: #fff;
  color: #000000;
}
.footer #footer-in .footer-bottom {
  margin-top: 0;
  padding: 0;
}
.footer #footer-in .footer-bottom .footer-bottom-content {
  padding: 0;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi {
  width: 980px;
  margin: 0 auto 60px;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col {
  width: 100%;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents {
  text-align: left;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents a:hover,
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_trigger:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_trigger {
  position: relative;
  background-color: #333333;
  color: #ffffff;
  padding: 15px 35px 15px 20px;
  text-align: left;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_trigger:after {
  content: "＋";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 30px;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_trigger.-show:after {
  content: "－";
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background-color: #f5f5f5;
  padding: 20px;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont .acc_inner ul {
  padding-left: 20px;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont .acc_inner ul li {
  list-style: disc;
  line-height: 1.2;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont .acc_inner ul li:not(:first-child) {
  margin-top: 15px;
}
.footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont .acc_inner ul li a {
  color: initial;
  text-decoration: none;
}
.footer #footer-in .footer-bottom .footer-bottom-content .copyright {
  margin: 0 auto;
  padding: 8px;
}
.footer-bottom-logo .logo-text .site-name-text-link {
  color: #ffffff;
}

@media screen and (max-width: 979px) {
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi {
    width: 100%;
    margin-bottom: 8vw;
  }
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont {
    flex-direction: column;
    gap: 2px;
    padding: 0 2vw;
  }
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_trigger {
    font-size: Max(3vw, 16px);
  }
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_trigger:after {
    font-size: Max(3.6vw, 18px);
  }
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont {
    margin-bottom: 2vw;
    padding: 3vw;
  }
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont .acc_inner ul {
    padding-left: 3vw;
  }
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont .acc_inner ul li {
    font-size: Max(2.8vw, 14px);
  }
  .footer #footer-in .footer-bottom .footer-bottom-content .footer__navi .navi_cont .col .acc_contents .acc_cont .acc_inner ul li:not(:first-child) {
    margin-top: 1.5vw;
  }
}



/*---------------------------------------------------------------------------*/
