@charset "UTF-8";
/*---------------------------------
 変数
---------------------------------*/
/*  
breakpoint（bootstrap基準）
---------------------------------*/
/*  
色
---------------------------------*/
/*  
　フォントサイズ
---------------------------------*/
/*---------------------------------
 Body ページ全体
---------------------------------*/
body {
  color: #202020; }
  body p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.03em;
    /*文字間*/
    line-height: 1.7;
    /*行間*/ }

/*---------------------------------
 ヘッダー
---------------------------------*/
header .micol_logo {
  background-color: #232F77;
  height: 50px;
  text-align: center;
  line-height: 50px; }

/*---------------------------------
 フッター
---------------------------------*/
footer {
  background-color: #E1E2E9; }
  footer img {
    margin-top: 20px;
    margin-bottom: 10px; }
  footer p {
    font-weight: bold;
    color: #253371; }

/*---------------------------------
パンくず
---------------------------------*/
.pankuzu {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 20px;
  z-index: 100; }
  .pankuzu a {
    color: #007bff; }
    .pankuzu a:link, .pankuzu a:visited, .pankuzu a:hover, .pankuzu a:active {
      color: #007bff; }

/*---------------------------------
 ページの内容
---------------------------------*/
/* スペーサー
====================================================*/
/* 上マージン */
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-43 {
  margin-top: 43px; }

/* 下マージン */
.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

/* 画像調整
====================================================*/
/* 横幅100% 最大1200px 中央寄せ */
.img-w1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

/* 横幅100% 最大800px 中央寄せ */
.img-w800 {
  width: 100%;
  max-width: 800px;
  margin: auto; }

/* 横幅100% 最大500px 中央寄せ */
.img-w500 {
  width: 100%;
  max-width: 500px;
  margin: auto; }

/* 横幅100% 最大300px 中央寄せ */
.img-w300 {
  width: 100%;
  max-width: 300px;
  margin: auto; }

/* 横幅100% 最大150px 中央寄せ */
.img-w150 {
  width: 100%;
  max-width: 150px;
  margin: auto; }

/* 横幅100% 最大100px 中央寄せ */
.img-w100 {
  width: 100%;
  max-width: 100px;
  margin: auto; }

.img-no {
  width: 100%;
  max-width: 60px;
  margin: auto; }

/* パーマリスト 中央寄せ */
.img-permlist {
  width: 100%;
  max-width: 110px;
  margin: auto; }

/* _1 中央寄せ */
.img-w_1 {
  width: 100%;
  max-width: 400px;
  margin: auto; }

/* point_drug 中央寄せ */
.img-point_drug {
  width: 100%;
  max-width: 150px;
  margin: auto; }

.img-point_perm {
  width: 100%;
  max-width: 140px;
  margin: auto; }

.img-point_styling {
  width: 100%;
  max-width: 500px;
  margin: auto; }

.img-instagram {
  width: 100%;
  max-width: 50px;
  margin: auto; }

@media (min-width: 768px) {
  /* パーマリスト 中央寄せ */
  .img-permlist {
    max-width: 200px; }

  /* _! 中央寄せ */
  .img-w_1 {
    max-width: 500px; }

  .img-point_styling {
    max-width: 350px; } }
/* キャプション用
====================================================*/
.caption {
  font-size: 0.8em; }

/* MiCOLで購入ボタン
========================*/
.btn-micol-lp {
  /*tagmanager連動*/
  padding: 10px;
  border-radius: 25px;
  /*角の丸み*/
  background: #232F72;
  /*MiCOLブルー*/
  color: #FFF;
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 20px; }

.btn-micol {
  padding: 10px;
  border-radius: 10px;
  /*角の丸み*/
  background: #F4603A;
  /*オレンジ色*/
  color: #FFF;
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 20px; }

/* 動画サイズ制御
========================*/
.p-movie-area {
  width: 60%;
  margin: auto; }

.p-movie-wrap {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .p-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*特集ページリンク用
=================================*/
.t-small {
  font-size: 18px;
  font-weight: bold; }

/* topへ戻るボタン
========================*/
html {
  scroll-behavior: smooth; }

.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #999;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000; }

.gotop::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg); }

.gotop:hover {
  opacity: 1; }

@media (max-width: 750px) {
  .gotop {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 1;
    border: none;
    background: none;
    bottom: 10px;
    right: 10px; }

  .gotop::before {
    bottom: 0; } }
/* 表示画像切り替え
====================================================*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/*上下中央揃え
=================================*/
.t-box {
  display: grid;
  place-items: center; }

.t-box2 {
  display: grid;
  place-items: center stretch; }

/* カテゴリボタン
====================================================*/
.category {
  padding: 5px 25px;
  border-radius: 50px;
  /*角の丸み*/
  background: #f3f3f3;
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 10px 5px 0; }

@media (max-width: 768px) {
  .category {
    padding: 5px 25px;
    border-radius: 50px;
    /*角の丸み*/
    background: #f3f3f3;
    color: #666666;
    display: inline-block;
    text-align: center;
    font-size: 8px;
    margin: 10px 5px 0; } }
/* 背景画像
====================================================*/
.back_ground0 {
  /*背景画像*/
  background-image: url("../images/background0.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground1 {
  /*背景画像*/
  background-image: url("../images/background1.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground2 {
  /*背景画像*/
  background-image: url("../images/background2.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground3 {
  /*背景画像*/
  background-image: url("../images/background3.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground4 {
  /*背景画像*/
  background-image: url("../images/background4.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground5 {
  /*背景画像*/
  background-image: url("../images/background5.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground6 {
  /*背景画像*/
  background-image: url("../images/background6.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground7 {
  /*背景画像*/
  background-image: url("../images/background7.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground8 {
  /*背景画像*/
  background-image: url("../images/background8.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground9 {
  /*背景画像*/
  background-image: url("../images/background9.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

.back_ground10 {
  /*背景画像*/
  background-image: url("../images/background10.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%; }

/* col 5分割指定
==========================================*/
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%; } }
.col-15 {
  width: 20%;
  flex: 0 0 20%; }

/* col背景
====================================================*/
.box-white {
  /*白、透過あり*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay1 {
  background-color: #E4E9ED;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay2 {
  background-color: #E3E3E4;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay3 {
  background-color: #E0E7E5;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay4 {
  background-color: #DFE4E6;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay5 {
  background-color: #E5E7E0;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay6 {
  background-color: #E6E4E1;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay7 {
  background-color: #E4E3E8;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay8 {
  background-color: #E3E5E0;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay9 {
  background-color: #E0E4E2;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

.box-gyay10 {
  background-color: #E0E2E6;
  border-radius: 5px;
  /*角の丸み*/
  padding: 10px 10px 10px; }

/* フォントデザイン
====================================================*/
.style_title {
  font-size: 18px; }

@media (min-width: 768px) {
  .style_title {
    font-size: 25px; } }
/* 施術前の説明
====================================================*/
._before {
  background: #444444;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-size: 12px; }

._before_text {
  font-size: 12px; }

@media (min-width: 768px) {
  ._before {
    font-size: 14px; }

  ._before_text {
    font-size: 14px; } }
