@charset "UTF-8";
#nikibi {
  --page-main-color: #1FB087;
  --page-sub-color: #F06292;
  --page-accent-color: #FFF363;
  --grad-start: #63C2EC;
  --grad-end: #A5DFCF;
  --grad-start2: #D9F0FA;
  --grad-end2: #E8FDF3;
  --text-main-color: #65788D;
}

/* 共通設定///////////////////////////////////////////////////// */
html,
body,
article,
header,
section,
footer,
div,
applet,
object,
iframe,
strong,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ff_yugothc {
  font-family: YuGothic, "Yu Gothic medium", "Noto Sans JP", sans-serif, "Hiragino Sans", Meiryo !important;
}

#nikibi {
  overflow-x: hidden;
}

.fs_12 {
  font-size: 12px;
}

.fs_18 {
  font-size: 18px;
}

.scr-target {
  transform: none;
}

.w_750px {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/* ----------------------------------------------------------- */
/*文字色*/
/* ----------------------------------------------------------- */
.cDBlue {
  color: #0065b3 !important;
}

/* ----------------------------------------------------------- */
/*背景色*/
/* ----------------------------------------------------------- */
.bg_cWhite {
  background-color: #ffffff !important;
}

.bg_clightblue {
  background-color: #ECF7FD !important;
}

.bg_cBlue {
  background-color: #49b2f0 !important;
}

.bg_cDBlue {
  background-color: #0065b3 !important;
}

.bg_cDOrange {
  background-color: #d65f26 !important;
}

/* ----------------------------------------------------------- */
/*ボーダー*/
/* ----------------------------------------------------------- */
.bdr_cDBlue_1px_solid {
  border: #0065b3 1px solid !important;
}

/* ----------------------------------------------------------- */
/*ヘッダー*/
/* ----------------------------------------------------------- */
header .hdReserve_bt a span {
  background-position: bottom 3px right;
}

/* ----------------------------------------------------------- */
/*アイキャッチ*/
/* ----------------------------------------------------------- */
#nikibi #eyecatch {
  background-image: url(../../cp/2210_nikibi/_img/nikibi_eyecatch-sp.jpg);
  margin-bottom: 0;
  width: 100%;
  height: 131vw;
}

#nikibi #eyecatch h1 {
  height: 0;
  margin: 0;
  overflow: hidden;
}

#nikibi #eyecatch .btn_reserved {
  margin: 115vw auto auto auto;
}

#nikibi #eyecatch .btn_reserved img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------- */
/*フッター固定予約ボタン*/
/* ----------------------------------------------------------- */
#foot-nav li:nth-child(2):after {
  content: none;
}

#foot-nav li a {
  filter: drop-shadow(3px 3px 5px #787777);
}

/* ----------------------------------------------------------- */
/*予約ボタン*/
/* ----------------------------------------------------------- */
.cta .cta_staff {
  bottom: clamp(104px, 24vw, 150px);
  right: clamp(-20px, 7vw, 48px);
  z-index: 0;
  width: clamp(80px, 21vw, 180px);
  overflow: hidden;
}

@media (max-width: 576px) {
  .cta .cta_staff {
    display: none;
  }
}
.cta .btn_cta {
  position: relative;
  z-index: 1;
}

.btn_reserved {
  text-align: center;
  /* max-width: 800px; */
  margin: auto;
}

.btn_reserved p {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: clamp(24px, 4vmin, 40px);
  color: #0065b3;
  font-family: "Noto Serif JP", serif !important;
  margin: auto;
  padding: 0 10px;
  font-weight: 600;
  z-index: 2;
}

.btn_reserved p::before,
.btn_reserved p::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #0065b3;
  border-radius: 5px;
}

.btn_reserved p::before {
  left: -20px;
  transform: rotate(-30deg);
}

.btn_reserved p::after {
  right: -20px;
  transform: rotate(30deg);
}

.btn_reserved img {
  width: 100%;
  height: auto;
}

.bg_bubble {
  background-image: url("../../cp/2210_nikibi/_img/bg_bubble.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.bg_bubble .btn_reserved {
  padding: 30px 0;
}

/* ----------------------------------------------------------- */
/*見出し*/
/* ----------------------------------------------------------- */
#nikibi h2.title_underline {
  color: #0065b3;
  font-family: "Noto Serif JP", serif !important;
  line-height: 1.5;
}

#nikibi h2.title_underline:before {
  background-color: #0065b3;
}

/* //共通設定ここまで-------------------------------------------- */
/* ----------------------------------------------------------- */
/*ニキビ・ニキビ跡でお悩みはありませんか？*/
/* ----------------------------------------------------------- */
#intro {
  background-color: #eff8fe;
}

#intro .list_wrap {
  width: 100%;
  height: 100%;
  background: url("../../cp/2210_nikibi/_img/bg_deco_pattern.png"), url("../../cp/2210_nikibi/_img/bg_deco_dots.png");
  background-repeat: no-repeat;
  background-size: 135px, 135px;
  background-position: top left, bottom right;
}

#intro ul {
  position: relative;
  width: 100%;
  max-width: 930px;
  padding: 30px 20px 30px 30px;
  background-color: #fff;
  border: 1px solid #0065b3;
  outline: 1px solid #0065b3;
  outline-offset: -15px;
  filter: drop-shadow(7px 7px 5px rgba(118, 119, 119, 0.75));
}

#intro ul li {
  width: 100%;
  max-width: 600px;
  position: relative;
  padding-left: 35px;
  text-align: left;
  font-weight: 500;
  margin: 15px auto;
  font-size: 1.25rem;
  line-height: 1rem !important;
}

#intro ul li > span {
  font-size: 1.05rem;
}

#intro ul li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url("../../cp/2210_nikibi/_img/icon_check_intro.svg");
  background-size: contain;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ----------------------------------------------------------- */
/* 季節訴求-春 */
/* ----------------------------------------------------------- */
#intro_spring {
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(255, 239, 224));
}

#intro_spring h2 img {
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#intro_spring .spring-lead__inner {
  max-width: 750px;
  margin: 0 auto;
}

#intro_spring .spring-lead__title {
  font-size: clamp(25px, 6vw, 40px);
  line-height: 1.8;
  margin-bottom: 10px;
  color: #FF8282;
}

/* 文字の上にドット */
#intro_spring .char-dot {
  position: relative;
  display: inline-block;
}

#intro_spring .char-dot::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF8282;
}

/* 六角形タグ */
.spring-lead__tags {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.spring-lead__hex {
  position: relative;
  display: inline-block;
  align-content: center;
  padding: 2px 10px;
  background: #ff9900;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.2 !important;
  z-index: 1;
  width: clamp(85px, 18vw, 130px);
  height: clamp(40px, 6vw, 60px);
}

.spring-lead__hex:last-child {
  font-size: clamp(12px, 1.5vw, 18px);
}

.spring-lead__hex:last-child.young {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.spring-lead__hex::before,
.spring-lead__hex::after {
  content: "";
  position: absolute;
  top: 0;
  border-top-width: clamp(20px, 3vw, 30px);
  border-bottom-width: clamp(20px, 3vw, 30px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.spring-lead__hex::before {
  left: -10px;
  border-right: 10px solid #ff9900;
}

.spring-lead__hex::after {
  right: -10px;
  border-left: 10px solid #ff9900;
}

/* 「など」丸 */
.spring-lead__etc {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: clamp(30px, 3vw, 40px);
  height: clamp(30px, 3vw, 40px);
  border: 2px solid #ff9900;
  color: #ff9900;
  border-radius: 50%;
  font-size: clamp(12px, 1.2vw, 14px);
  background-color: #ffffff;
  bottom: -10px;
  right: -12px;
  letter-spacing: -0.1rem;
}

/* 下のテキスト */
.spring-lead__text {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 700;
  color: #ff9900;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.7;
  margin: 0;
}

.spring-lead__text--large {
  font-size: clamp(35px, 6vw, 50px);
}

.spring-lead__text--medium {
  font-size: clamp(29px, 6vw, 50px);
}

/* ----------------------------------------------------------- */
/* 季節訴求-夏 */
/* ----------------------------------------------------------- */
#intro_summer {
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(255, 239, 224));
}

#intro_summer h2 img {
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#intro_summer .summer-lead__inner {
  max-width: 750px;
  margin: 0 auto;
}

#intro_summer .summer-lead__title {
  font-size: clamp(25px, 6vw, 40px);
  line-height: 1.8;
  margin-bottom: 10px;
  color: #00ACF1;
}

/* 文字の上にドット */
#intro_summer .char-dot {
  position: relative;
  display: inline-block;
}

#intro_summer .char-dot::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ACF1;
}

/* 六角形タグ */
.summer-lead__tags {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.summer-lead__hex {
  position: relative;
  display: inline-block;
  align-content: center;
  padding: 2px 10px;
  background: #ff9900;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.2 !important;
  z-index: 1;
  width: clamp(85px, 18vw, 130px);
  height: clamp(40px, 6vw, 60px);
}

.summer-lead__hex:last-child {
  font-size: clamp(12px, 1.5vw, 18px);
}

.summer-lead__hex:last-child.young {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.summer-lead__hex::before,
.summer-lead__hex::after {
  content: "";
  position: absolute;
  top: 0;
  border-top-width: clamp(20px, 3vw, 30px);
  border-bottom-width: clamp(20px, 3vw, 30px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.summer-lead__hex::before {
  left: -10px;
  border-right: 10px solid #ff9900;
}

.summer-lead__hex::after {
  right: -10px;
  border-left: 10px solid #ff9900;
}

/* 「など」丸 */
.summer-lead__etc {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: clamp(30px, 3vw, 40px);
  height: clamp(30px, 3vw, 40px);
  border: 2px solid #ff9900;
  color: #ff9900;
  border-radius: 50%;
  font-size: clamp(12px, 1.2vw, 14px);
  background-color: #ffffff;
  bottom: -10px;
  right: -12px;
  letter-spacing: -0.1rem;
}

/* 下のテキスト */
.summer-lead__text {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 700;
  color: #ff9900;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.7;
  margin: 0;
}

.summer-lead__text--large {
  font-size: clamp(35px, 6vw, 50px);
}

.summer-lead__text--medium {
  font-size: clamp(29px, 6vw, 50px);
}

/* ----------------------------------------------------------- */
/* 季節訴求-秋 */
/* ----------------------------------------------------------- */
#intro_autumn {
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(255, 239, 224));
}

#intro_autumn h2 img {
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#intro_autumn .autumn-lead__inner {
  max-width: 750px;
  margin: 0 auto;
}

#intro_autumn .autumn-lead__title {
  font-size: clamp(25px, 6vw, 40px);
  line-height: 1.8;
  margin-bottom: 10px;
  color: #AD1457;
}

/* 文字の上にドット */
#intro_autumn .char-dot {
  position: relative;
  display: inline-block;
}

#intro_autumn .char-dot::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AD1457;
}

/* 六角形タグ */
.autumn-lead__tags {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.autumn-lead__hex {
  position: relative;
  display: inline-block;
  align-content: center;
  padding: 2px 10px;
  background: #ff9900;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.2 !important;
  z-index: 1;
  width: clamp(85px, 18vw, 130px);
  height: clamp(40px, 6vw, 60px);
}

.autumn-lead__hex:last-child {
  font-size: clamp(12px, 1.5vw, 18px);
}

.autumn-lead__hex:last-child.young {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.autumn-lead__hex::before,
.autumn-lead__hex::after {
  content: "";
  position: absolute;
  top: 0;
  border-top-width: clamp(20px, 3vw, 30px);
  border-bottom-width: clamp(20px, 3vw, 30px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.autumn-lead__hex::before {
  left: -10px;
  border-right: 10px solid #ff9900;
}

.autumn-lead__hex::after {
  right: -10px;
  border-left: 10px solid #ff9900;
}

/* 「など」丸 */
.autumn-lead__etc {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: clamp(30px, 3vw, 40px);
  height: clamp(30px, 3vw, 40px);
  border: 2px solid #ff9900;
  color: #ff9900;
  border-radius: 50%;
  font-size: clamp(12px, 1.2vw, 14px);
  background-color: #ffffff;
  bottom: -10px;
  right: -12px;
  letter-spacing: -0.1rem;
}

/* 下のテキスト */
.autumn-lead__text {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 700;
  color: #ff9900;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.7;
  margin: 0;
}

.autumn-lead__text--large {
  font-size: clamp(35px, 6vw, 50px);
}

.autumn-lead__text--medium {
  font-size: clamp(29px, 6vw, 50px);
}

/* ----------------------------------------------------------- */
/* 季節訴求-冬 */
/* ----------------------------------------------------------- */
#intro_winter {
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(255, 239, 224));
}

#intro_winter h2 img {
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#intro_winter .winter-lead__inner {
  max-width: 750px;
  margin: 0 auto;
}

#intro_winter .winter-lead__title {
  font-size: clamp(25px, 6vw, 40px);
  line-height: 1.8;
  margin-bottom: 10px;
}

/* 文字の上にドット */
#intro_winter .char-dot {
  position: relative;
  display: inline-block;
}

#intro_winter .char-dot::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0065B3;
}

/* 六角形タグ */
.winter-lead__tags {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.winter-lead__hex {
  position: relative;
  display: inline-block;
  align-content: center;
  padding: 2px 10px;
  background: #ff9900;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.2 !important;
  z-index: 1;
  width: clamp(85px, 18vw, 130px);
  height: clamp(40px, 6vw, 60px);
}

.winter-lead__hex:last-child {
  font-size: clamp(12px, 1.5vw, 18px);
}

.winter-lead__hex:last-child.young {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.winter-lead__hex::before,
.winter-lead__hex::after {
  content: "";
  position: absolute;
  top: 0;
  border-top-width: clamp(20px, 3vw, 30px);
  border-bottom-width: clamp(20px, 3vw, 30px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.winter-lead__hex::before {
  left: -10px;
  border-right: 10px solid #ff9900;
}

.winter-lead__hex::after {
  right: -10px;
  border-left: 10px solid #ff9900;
}

/* 「など」丸 */
.winter-lead__etc {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: clamp(30px, 3vw, 40px);
  height: clamp(30px, 3vw, 40px);
  border: 2px solid #ff9900;
  color: #ff9900;
  border-radius: 50%;
  font-size: clamp(12px, 1.2vw, 14px);
  background-color: #ffffff;
  bottom: -10px;
  right: -12px;
  letter-spacing: -0.1rem;
}

/* 下のテキスト */
.winter-lead__text {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 700;
  color: #ff9900;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.7;
  margin: 0;
}

.winter-lead__text--large {
  font-size: clamp(35px, 6vw, 50px);
}

.winter-lead__text--medium {
  font-size: clamp(29px, 6vw, 50px);
}

/* ----------------------------------------------------------- */
/*神戸北野クリニックのニキビ肌改善プランとは？*/
/* ----------------------------------------------------------- */
#about h2.title_underline {
  padding: 30px 0 60px;
  background-color: #0065b3;
  color: #fff;
}

#about h2.title_underline::before {
  background-color: #fff;
  bottom: 50px;
}

#about h2.title_underline::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #0065b3;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

#about h3 {
  position: relative;
  width: 100%;
  max-width: 880px;
  border: 4px solid #0065b3;
  margin: 0 auto 30px;
  padding: 20px 0;
  font-weight: 600;
}

#about h3::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  background: url(../../cp/2210_nikibi/_img/bg_deco_pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: -5%;
  bottom: -35%;
  z-index: -1;
}

#about h3::after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  background: url("../../cp/2210_nikibi/_img/bg_deco_dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  left: -5%;
  top: -65%;
  z-index: -1;
}

#about::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  background: url(../../cp/2210_nikibi/_img/bg_deco_pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: 70%;
  bottom: 1%;
  z-index: -1;
  opacity: 0.3;
}

#about::after {
  content: "";
  position: absolute;
  width: 205px;
  height: 205px;
  background: url(../../cp/2210_nikibi/_img/bg_deco_dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: 16%;
  top: 70%;
  z-index: -1;
  opacity: 0.3;
}

#about .about_img {
  position: relative;
}

#about .about_img::after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  background: url("../../cp/2210_nikibi/_img/bg_deco_dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  left: 0;
  bottom: -10%;
  z-index: -1;
}

#about .row:nth-of-type(2) .about_img::after {
  left: auto;
  right: 0;
}

/* ----------------------------------------------------------- */
/*保険診療と自由診療の違い*/
/* ----------------------------------------------------------- */
#difference .container {
  max-width: 750px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

/* 治療メニューの違い */
#difference .acc {
  border-radius: 10px;
  background: #fff;
  overflow: clip;
}

#difference .acc__summary {
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #ff9900;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  border-radius: 50rem;
  outline: none;
  padding: 12px 40px;
}

#difference .acc__summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 45%;
  width: 20px;
  height: 20px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s ease;
}

#difference .acc[open] .acc__summary::after {
  transform: translateY(-50%) rotate(-135deg);
  top: 57%;
}

#difference .acc__content {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 3.5s ease;
}

#difference .acc[open] .acc__content {
  grid-template-rows: 1fr;
}

#difference .acc__content > * {
  min-height: 0;
}

#difference .acc__summary:focus {
  outline: 3px solid #93c5fd;
  outline-offset: 2px;
}

#difference .acc__summary:focus {
  outline: none;
}

#difference .acc__summary:focus:not(:focus-visible) {
  outline: none;
}

#difference .acc__summary:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 2px;
}

#difference .acc__summary::-webkit-details-marker {
  display: none;
}

#difference .acc__summary::marker {
  content: "";
}

#difference .acc__summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#difference .acc__content {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  transform: translateY(-4px);
  transition-property: grid-template-rows, opacity, transform;
}

#difference .acc[open] .acc__content {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: none;
}

#difference .acc__content > * {
  min-height: 0;
}

/* 保険診療と自由診療の治療メニュー比較テーブル */
.treatment-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 14px;
}

.treatment-table th,
.treatment-table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  vertical-align: top;
}

.treatment-table thead th {
  text-align: center;
  font-weight: bold;
}

.treatment-table .note {
  text-align: right;
  font-size: 0.9em;
  border: none;
  padding-top: 5px;
}

/* ----------------------------------------------------------- */
/*あなたのニキビ・ニキビ跡はどの状態ですか？*/
/* ----------------------------------------------------------- */
#situation {
  background-image: url("../../cp/2210_nikibi/_img/bg_note_grid.jpg");
}

#situation .container {
  max-width: 900px;
}

#situation h3 span {
  position: relative;
  background-image: url("../../cp/2210_nikibi/_img/bg_title_line.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom 10px center;
}

#situation h3 span::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-top: 1px solid #0065b3;
  border-left: 1px solid #0065b3;
  left: 0;
  top: 0;
}

#situation h3 span::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #0065b3;
  border-right: 1px solid #0065b3;
  right: 0;
  bottom: 0;
}

#situation table {
  border: 3px solid #0065b3;
}

#situation table td {
  background-color: #fff;
  border-right: 2px solid #0065b3;
  vertical-align: baseline;
}

#situation table td img {
  width: 100%;
  max-width: 160px;
}

#situation .situation_txt {
  position: relative;
  width: 100%;
  max-width: 880px;
  border: 4px solid #0065b3;
  margin: 0 auto 80px;
  padding: 20px 0;
  font-weight: 600;
}

#situation .situation_txt::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  background: url(../../cp/2210_nikibi/_img/bg_deco_pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  right: -5%;
  bottom: -35%;
}

#situation .situation_txt::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: url("../../cp/2210_nikibi/_img/bg_deco_dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  left: -5%;
  top: -35%;
}

/* ----------------------------------------------------------- */
/*神戸北野クリニックのおすすめニキビ治療一覧*/
/* ----------------------------------------------------------- */
#nikibi #treatment {
  background: linear-gradient(to bottom, #c4e4fb, #f4efd7);
}

.treatment_wrap {
  background-color: #fff;
  border: 1px solid #0065b3;
  filter: drop-shadow(7px 7px 5px rgba(118, 119, 119, 0.75));
}

.treatment_wrap h3 {
  position: relative;
}

.treatment_wrap h3::before,
.treatment_wrap h3::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 100%;
  border: 1px solid #181000;
  margin: auto;
}

.treatment_wrap h3::before {
  border-right: none;
  left: 0;
  top: 0;
  bottom: 0;
}

.treatment_wrap h3::after {
  border-left: none;
  right: 0;
  top: 0;
  bottom: 0;
}

.treatment_lead {
  background-color: #0065b3;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
}

.treatment_inner {
  width: 100%;
  max-width: 800px;
  padding: 0 25px;
  margin: auto;
}

.treatment_inner table {
  width: 100%;
  border: 2px solid #0065b3;
  text-align: center;
}

.treatment_inner table tr th:first-child,
.treatment_inner table tr td:first-child {
  border-right: 1px solid #0065b3;
}

.treatment_inner table th {
  color: #0065b3;
  background-color: #def0fc;
  border-bottom: 1px solid #0065b3;
}

/* ----------------------------------------------------------- */
/*神戸北野クリニックのニキビ治療症例*/
/* ----------------------------------------------------------- */
#case {
  background-image: url("../../cp/2210_nikibi/_img/bg_note_grid.jpg");
}

/* ----------------------------------------------------------- */
/*ニキビ治療料金案内*/
/* ----------------------------------------------------------- */
#price {
  background-color: #eff8fe;
  background-image: url("../../cp/2210_nikibi/_img/bg_note_grid.jpg");
  background-blend-mode: multiply;
}

#price .title_leftline:before {
  background-color: #006cb9;
}

#price section .bdr_cLPurple_2px_solid {
  border: none !important;
  border-radius: 0 !important;
}

#price table {
  border: 2px solid #0065b3;
}

/* #price .normal_price,
#price .back,
#price .rrs_hyalift,
#price .f_xfc,
#price .pearl,
#price .sr,
#price .cinderella {
	display: none;
} */
#price .nomal_price_lp {
  display: table-row;
}

#price table th,
#price table td {
  border-color: #0065b3 !important;
}

#price table th {
  background-color: #6dbef2 !important;
  color: #fff !important;
}

/* #price table th[colspan] {
	background-color: #0065b3 !important;
} */
#price table th[colspan].th_02 {
  background-color: #6dbef2 !important;
}

#price table td:first-of-type,
#price table tr.face td.bg_cLightPurple {
  background-color: #ECF7FD !important;
}

#price table tr.face td {
  background-color: #fff !important;
}

#lpPrice.container {
  padding: 0 !important;
}

#lpPrice .cPurple {
  color: #ffffff !important;
  font-weight: 700;
}

#lpPrice .bg_cPurple {
  background-color: #49b2f0 !important;
}

#lpPrice th.bg_cLightPurple {
  background-color: #49b2f0 !important;
}

#lpPrice td.bg_cLightPurple {
  background-color: #ECF7FD !important;
}

#lpPrice .bdr_cLPurple_1px_solid {
  border: #0065b3 1px solid !important;
}

#lpPrice .bdr_cLPurple_2px_solid {
  border: #ffffff 1px solid !important;
}

/* ----------------------------------------------------------- */
/*おススメのニキビケア商品*/
/* ----------------------------------------------------------- */
#products ul li section {
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(75, 173, 223, 0.5);
  height: 100%;
}

/* ----------------------------------------------------------- */
/*選ばれる3つの理由*/
/* ----------------------------------------------------------- */
#reason {
  padding: 50px 0;
  background-color: #ffffff;
  border-top-right-radius: 120px;
}

#reason ol li {
  position: relative;
}

#reason ol li img.point01,
#reason ol li img.point03 {
  width: 90%;
  height: auto;
  margin-bottom: 50px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

#reason ol li img.point02 {
  width: 90%;
  height: auto;
  margin-right: 0;
  margin-bottom: 50px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

#reason ol li .pointNo span {
  text-align: left;
  font-size: 15px;
}

#reason ol li .pointNo em {
  font-size: 47px;
}

#reason ol li h3 {
  font-size: 22px !important;
}

/* ----------------------------------------------------------- */
/*ニキビ治療の流れ*/
/* ----------------------------------------------------------- */
.ct_step > li {
  position: relative;
  margin-bottom: 12vw;
}

.ct_step > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 33px solid #0065b3;
  border-left: 33px solid rgba(0, 0, 0, 0);
  border-right: 33px solid rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -11vw;
}

.ct_step > li:last-child {
  margin-bottom: 0;
}

.ct_step > li:last-child::after {
  content: none;
}

#nikibi #flow .ct_step > li section {
  border-top: 2px solid #0065b3;
}

/* ----------------------------------------------------------- */
/*よくあるご質問*/
/* ----------------------------------------------------------- */
#nikibi .qa-list {
  max-width: 900px;
}

#nikibi #faq .qa {
  border: 1px solid #006cb9;
  border-radius: 0;
  box-shadow: 3px 3px 2px #787777;
}

#nikibi #faq .qa dt btn::after,
#nikibi #faq h3 btn::before {
  background-color: #006cb9;
}

#nikibi #faq .qa dt::before {
  color: #006cb9;
}

#nikibi #faq .qa dd div {
  border-top: 1px solid #006cb9;
  padding: 20px 0;
  margin: 0 10px;
}

/* /////////////////////////////////////////////////////////// */
/* 576px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  /* ----------------------------------------------------------- */
  /*保険診療と自由診療の違い*/
  /* ----------------------------------------------------------- */
  #difference .container {
    max-width: 750px;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  /* ----------------------------------------------------------- */
}
/* /////////////////////////////////////////////////////////// */
/* 768px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 768px) {
  /* ----------------------------------------------------------- */
}
/* /////////////////////////////////////////////////////////// */
/* 992px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  header #hdTel {
    max-width: 300px;
  }
  /* ----------------------------------------------------------- */
  /*アイキャッチ*/
  /* ----------------------------------------------------------- */
  #nikibi #eyecatch {
    background-image: url("../../cp/2210_nikibi/_img/nikibi_eyecatch-pc.jpg");
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
    height: 50vw;
    max-height: 947px;
  }
  #nikibi #eyecatch .btn_reserved {
    margin-top: clamp(340px, 38vw, 760px);
    margin-left: auto;
    margin-right: auto;
  }
  #nikibi #eyecatch .btn_reserved img {
    width: 40vw;
    height: auto;
    max-width: 650px;
  }
  .btn_reserved {
    padding: 20px 0;
  }
  #about h3::before {
    right: -10%;
    bottom: -65%;
  }
  #about h3::after {
    left: -10%;
    top: -65%;
  }
  #pagetop {
    bottom: 5vmax;
  }
  /* ----------------------------------------------------------- */
  /*ニキビ・ニキビ跡でお悩みはありませんか？*/
  /* ----------------------------------------------------------- */
  #intro ul li {
    font-size: 1.5rem;
  }
  #intro ul li > span {
    font-size: 1.25rem;
  }
  /* ----------------------------------------------------------- */
  /*ニキビ治療の流れ*/
  /* ----------------------------------------------------------- */
  .ct_step > li {
    margin-bottom: 8vw;
  }
  .ct_step > li::after {
    bottom: -5vw;
  }
  #nikibi #flow .ct_step > li section {
    border-left: 2px solid #0065b3;
    border-top: none;
    padding-left: 5% !important;
  }
  /* ----------------------------------------------------------- */
  /*保険診療と自由診療の違い*/
  /* ----------------------------------------------------------- */
  #difference .container {
    max-width: 750px;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* ----------------------------------------------------------- */
}
/* /////////////////////////////////////////////////////////// */
/* 1200px以上 */
/* /////////////////////////////////////////////////////////// */
@media (min-width: 1200px) {
  /* ----------------------------------------------------------- */
}
.cta_point_balloon {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 1rem 1.5rem !important;
  background-color: #fff;
  border: 1px solid #0065b3;
  line-height: 1.5;
  border-radius: 10px;
}

.cta_point_balloon::before,
.cta_point_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}

.cta_point_balloon::before {
  top: -15px;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #0065b3;
  border-left: 13px solid transparent;
}

.cta_point_balloon::after {
  top: -14px;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 13px solid transparent;
}/*# sourceMappingURL=lp_layout_nikibi.css.map */