/* umei-beauty.com */


/* Responsive
================================================== */

/*
@media (max-width:575.98px) {
}

@media (min-width:576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

@media (min-width:1400px) {
}
*/


/* _navber.scss 変更
================================================== */

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, .3);
}


/* Property
================================================== */

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 19px;
}

p {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242d19;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

p {
  color: #433;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


/* Body
================================================== */

body {
  background-image: url(../../images/bg.png);
  background-repeat: repeat;
  background-size: 256px;
}


/* Header Info
=========================================== */

#navbarHeader {
  background-color: rgba(248, 224, 255, .2);
}

.list-unstyled li a:link {
  color: #FFF;
}

.list-unstyled li a:visited {
  color: #DDD;
}

.list-unstyled li a:hover {
  color: #FFF;
  background: #00b014;
  padding: .2rem;
  border-radius: 2px;
}

.list-unstyled li a:active {
  color: #FF0;
}

#navbarHeader ul li {
  line-height: 1.7;
  margin-left: 1.6rem;
}

.header-info h3 {
  font-size: 1.4rem;
  margin-left: 2.6rem;
}

.header-info p {
  text-indent: 1rem;
}

.bg-d9f7b7 {
  background-color: #d9f7b7;
}

.navbar img {
  width: 50px;
  height: auto;
}

.navbar h1 {
  font-size: 1.6rem;
}


@media (max-width:575.98px) {
  .navbar h1 {
    font-size: 1rem;
  }
}

@media (min-width:576px) {
  .navbar h1 {
    font-size: 1.4rem;
  }
}

@media (min-width:768px) {
  .navbar h1 {
    font-size: 1.5rem;
  }
}

@media (min-width:992px) {
  .navbar h1 {
    font-size: 1.6rem;
  }
}

@media (min-width:1200px) {
  .navbar h1 {
    font-size: 1.7rem;
  }
}

@media (min-width:1400px) {
  .navbar h1 {
    font-size: 1.8rem;
  }
}

.navbar-toggler span {
  font-size: 1.6rem;
  font-size: 1rem;
}

.arrow-bar-box {
  padding: .45rem 1rem;
  border-color: rgba(0, 0, 0, .1) !important;
}

.arrow-bar-box i {
  color: #575e4f;
}


/* Up icon
------------------------------ */
.up-icon {
  color: #242d19;
  border-color: #FFF;
}

/* sns-text-black
------------------------------ */
.sns-text-black h4,
.sns-text-black ul li a {
  color: #433 !important;
}

/* collapse
------------------------------ */
.collapse h2,
.collapse p {
  color: #433 !important;
}

.collapse p {
  margin-left: 1rem;
  text-indent: 1rem;
  font-size: 1rem;
}


/* Top Album
=========================================== */

.top-album h2 {
  color: #FFF;
}

.top-album p {
  color: #FFF !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
  text-align: left;
  font-weight: 500;
}


/* Nav
=========================================== */

.navbar h1 {
  color: #FFF;
}

.bg-73c11d {
  background-color: #73c11d;
}

.navbar-4c4133 {
  color: #d5d80c;
  font-size: 1.5rem;
  border: outset 2px #b2db76;
  padding: .4rem 1.6rem .4rem 1.6rem;
  border-radius: 26px;
  text-shadow: 2px 2px 1px #433;
  background-color: rgba(14, 237, 155, .2);
}

.bg-c1d1af {
  background-color: #c1d1af;
}

.navbar a:link {
  color: #FFF;
  text-decoration: none;
}

.navbar a:visited {
  color: #FFF;
}

.navbar a:hover {
  color: #FFF;
}

.navbar a:active {
  color: #FF0;
}

.navbar img {
  margin-right: .8rem;
}


/* Smart Nav
=========================================== */

.smart-nav {
  text-align: center !important;
}

.bg-ebf2e6 {
  background-color: #ebf2e6;
}

.smart-nav a:link {
  color: #5e5e5e;
}

.smart-nav a:visited {
  color: #5e5e5e;
}

.smart-nav a:hover {
  color: #FFF;
  background: #5e8700;
}

.smart-nav a:active {
  color: #FF0;
}


/* Carousel
=========================================== */

/* 左向き矢印 */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23243f84'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* 右向き矢印 */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23243f84'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* 画面下中央の「Active line」 */
.carousel-indicators [data-bs-target] {
  background-color: #243f84;
}


/* Jumbotron
=========================================== */

.jumbotron h2 {
  text-align: center;
  padding: 1rem;
}

.jumbotron img {
  border-radius: 3px;
}

.jumbotron p {
  padding: 1rem;
  text-indent: 1rem;
}


/* Section
=========================================== */

section.concept img {
  width: 256px;
  height: auto;
  border-radius: 50%;
  margin: 1rem 0;
}

.top-album-comment {
  padding: 2em 1.5rem 1em 1.5rem;
  border-radius: 12px;
  box-sizing: border-box;
}


/* Footer lines
=========================================== */

.footer-line-1 {
  height: 3px;
  background-color: #73c11d;
}

.footer-line-2 {
  height: 3px;
  background-color: #FFF;
}


/* Footer
=========================================== */

.footer picture.logo-mark img {
  width: 32px;
  height: auto;
  margin-top: .2rem;
  margin-right: .6rem;
}

.footer .footer-illust {
  width: auto;
  max-height: 312px;
}

.footer h2 {
  font-size: 1.5rem;
}

.footer h3 {
  margin-bottom: 1.5rem;
  font-size: 28px;
}

@media (max-width:575.98px) {
  .footer h3 {
    font-size: 28px;
  }
}

@media (min-width:576px) {
  .footer h3 {
    font-size: 28px;
  }
}

@media (min-width:768px) {
  .footer h3 {
    font-size: 23px;
  }
}

@media (min-width:992px) {
  .footer h3 {
    font-size: 22px;
  }
}

@media (min-width:1200px) {
  .footer h3 {
    font-size: 21px;
  }
}

@media (min-width:1400px) {
  .footer h3 {
    font-size: 26px;
  }
}

footer .container-fluid {
  padding: 0;
}

footer .back-to-top {
  width: 64px;
  height: auto;
}

/* Footer Info
------------------------------ */
.footer-info {
  background-color: #73c11d;
  /* ヴェール・アシード / Vert Acide */
  padding: 1rem;
}

.footer-info p {
  color: #333022;
}

.footer-info ul li {
  list-style: none;
  margin-left: -1.2rem;
}

/* Footer Copyright
------------------------------ */
.footer-copyright {
  background-color: #c1d1af;
  padding: 1.5rem 1rem .6rem 1rem;
  box-sizing: border-box;
}

.footer-copyright p {
  color: #FFF;
}


/* Tel Button
=========================================== */

.tel-button {
  position: fixed;
  right: 83px;
  bottom: 4px;
  left: auto;
  z-index: 100;
  display: block;
}

.tel-button a {
  background-color: #5e8700;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, .3);
  color: #FFF;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px 8px 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
  border-radius: 3px;
  text-decoration: none;
}


/* Back to top
=========================================== */

#btn-back-to-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  display: none;
}

#btn-back-to-top img {
  width: auto;
  height: 96px;
}


/* Dotted Link
=========================================== */

.dotted-link a:link {
  color: #66F;
  text-decoration: underline dotted;
}

.dotted-link a:visited {
  color: #99F;
}

.dotted-link a:hover {
  color: #FFF;
  background: rgba(102, 102, 255, .8);
  padding: .5em 1rem;
  margin: 0 .2rem;
  border-radius: 16px;
}

.dotted-link a:active {
  color: #FF0;
}


/* Shopping btn Link
=========================================== */




/* 見出し装飾
=========================================== */

/* 文字の先頭に2段カラー
------------------------------ */
.h-deco-2v {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 600px;
  height: 3rem;
  padding: 0 6rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  color: #3e6a0f;
}

.h-deco-2v {
  padding: .5rem 1rem .5rem 1.5rem;
  margin-bottom: .8rem;
  background-image:
    linear-gradient(#a2b58d 50%, #c1d6a9 50%);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
  font-weight: bold;
  font-size: 26px;
}


/* 四角の吹き出し下中央に（｜）入り
------------------------------ */
.h-speech-bubble-1 {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  margin-bottom: 1em;
}

.h-speech-bubble-1:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  background-color: #FFF;
  content: "";
}

.h-speech-bubble-1:after {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 2px;
  background-color: #333;
  content: "";
}


/* 丸枠の吹き出し
------------------------------ */
.h-speech-bubble-2 {
  position: relative;
  padding: .2rem 1rem .2rem 1rem;
  border-radius: 30px;
  background-color: #3e6a0f;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}


.h-speech-bubble-2:before {
  position: absolute;
  top: 100%;
  left: 40px;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #3e6a0f;
  border-width: 8px;
  content: "";
}


/* 下線を２色に色分け
------------------------------ */
.h-deco-under-bar-2colors {
  position: relative;
  padding: .8rem 0;
  margin-bottom: .2rem;
  overflow: hidden;
  font-weight: bold;
  font-size: 26px;
  margin: 1.2em 0;
}

.h-deco-under-bar-2colors:before,
.h-deco-under-bar-2colors:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: '';
}

.h-deco-under-bar-2colors:before {
  border-bottom: 3px solid #3e6a0f;
}

.h-deco-under-bar-2colors:after {
  border-bottom: 3px solid #73c11d;
}


/* 文字を丸枠で囲む
------------------------------ */

.h-deco-round-frame {
  display: inline-block;
  box-sizing: border-box;
  padding: .6rem;
  background-color: #73c11d;
  border-radius: 28px;
}


/* Gold
=========================================== */

.gold {
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


/* Button
=========================================== */

.btn-fff9cb {
  background-color: rgba(255, 249, 203, .8);
}


/* 点滅
=========================================== */

.blinking {
  -webkit-animation: blink .5s ease-in-out infinite alternate;
  -moz-animation: blink .5s ease-in-out infinite alternate;
  animation: blink .5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* h-deco-shake（ベルランゴー / Berlingot）
========================================= */

.h-deco-shake-berlingot {
  width: 100%;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ffa822;
  /* ベルランゴー / Berlingot */
  margin: 1rem;
  color: #FFF;
}

.h-deco-shake-berlingot:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #4f3815;
}


/* Google map Responsive
=========================================== */

.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* YouTube動画の埋め込みをレスポンシブ対応
=========================================== */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* YouTubeショート動画の埋め込みをレスポンシブ対応
=========================================== */

.youtube-short {
  width: 70%;
  max-width: 400px;
  margin: auto;
}

.youtube-short iframe {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
}


/* www/index.html
=========================================== */

.top-page h2,
.top-page h3,
.top-page h4,
.top-page p,
.top-page ul li {
  color: #FFF !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .8), 0 0 1rem rgba(0, 0, 0, .8), 0 0 .2rem rgba(0, 0, 0, .8);
}

.navbar .up-icon {
  border-radius: 50%;
  background-color: #00b014;
  padding: .4rem .72rem;
}

.navbar .up-icon .bi-arrow-bar-up {
  font-size: 140%;
  color: #FFF;
}

.top-album h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
  font-weight: 600;
}

.top-video h1 {
  font-size: 1.6rem;
  color: #FFF;
}

@media (max-width:575.98px) {
  .top-video h1 {
    font-size: 1.8rem;
  }
}

@media (min-width:576px) {
  .top-video h1 {
    font-size: 1.8rem;
  }
}

@media (min-width:768px) {
  .top-video h1 {
    font-size: 2rem;
  }
}

@media (min-width:992px) {
  .top-video h1 {
    font-size: 2.2rem;
  }
}

@media (min-width:1200px) {
  .top-video h1 {
    font-size: 2.4rem;
  }
}

@media (min-width:1400px) {
  .top-video h1 {
    font-size: 2.6rem;
  }
}

.w-arrow {
  font-size: 2rem;
  color: #F00;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.top-footer p {
  color: #FFF;
}

.top-album .enter {
  width: 128px;
  height: 128px;
  background-color: #FFF;
  border-radius: 50%;
  padding-top: 2.4em;
  border: outset 6px #daaf08;
}

.top-album .enter a {
  color: #F00;
  font-size: 160%;
  text-decoration: none;
}


/* www/sitemap.html
=========================================== */

.sitemap ul li {
  list-style: none;
  margin-left: -1.2rem;
}

.main-color {
  background-color: #73c11d;
}

.sub-color {
  background-color: #c1d1af;
}

.heading-text-color {
  background-color: #242d19;
}

.sub-text-color {
  background-color: #443333;
}


/* www/menu/index.html
=========================================== */

.arrow-triangle img {
  width: 256px;
  height: auto;
}


/* www/menu/
=========================================== */

.kaoyuru-contents {
  width: 80%;
  background-color: #ffe6ce;
  padding: 20px 40px 1px 50px;
  box-sizing: border-box;
  margin: 2rem 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 60px;
  border: outset 8px #bfac6d;
}

.kaoyuru-contents span {
  font-size: 32px;
  font-weight: 600;
  color: #514d49;
}

.beauty-menu h3 {
  text-align: center;
}

.beauty-menu h4 {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 200%;
}


/* www/guide/privacy.html
=========================================== */

.privacy p {
  margin-left: 2.4rem;
}

.privacy ul li {
  margin-left: 2.6rem;
}


/* www/concept.html
=========================================== */

.menu h3,
.menu h4 {
  text-align: center;
}

.menu hr,
.menu hr {
  width: 60%;
}


/* www/skill/
=========================================== */

.skill h2 {
  display: inline-block;
  position: relative;
  margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
  color: #d64c22;
  line-height: 1;
  z-index: 10;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8);
}

.skill h2::before {
  position: absolute;
  bottom: calc(-3.5em / 4);
  left: calc(-3.5em / 2);
  z-index: -1;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background: #99e349;
  content: '';
}

.skill h3 {
  margin-top: 2em;
  line-height: 1.5;
}

.skill p {
  line-height: 2;
  margin-left: 2.5rem;
}

.skill ul li,
.skill ol li {
  margin-left: 1.5rem;
  line-height: 2.5;
}

.skill ol li ul li {
  margin-left: -1rem;
  line-height: 2.5;
}


/* www/skill/therapist.html
=========================================== */

.therapist-bg-color-1 {
  background-color: #d0e2bc;
  margin: 1rem;
  padding: .1em 1rem .5em 1rem;
  box-sizing: border-box;
}

.therapist-bg-color-2 {
  background-color: #e8f1de;
  margin: 1rem;
  padding: .1em 1rem .5em 1rem;
  box-sizing: border-box;
}


/* www/column/
=========================================== */

.column h3 {
  color: #FFF;
}


/* www/column/sit.html
=========================================== */

.beauty h3 {
  color: #FFF;
  border: dotted 3px rgba(49, 84, 12, .4);
}


/* www/forms/
=========================================== */

.return-to-top {
  text-align: center;
  margin: 2.5rem 0;
}

.dog img {
  width: 256px;
  height: auto;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
  border-radius: 50%;
  border: outset 6px #a5e8f7;
}

.form-comment-box {
  max-width: 800px;
  margin: 3rem;
  padding: 1.8em 1.8rem .6em 2rem;
  box-sizing: border-box;
  background-color: rgba(150, 153, 152, .2);
  border-radius: 5px;
}

.form-comment-box p {
  text-indent: 1rem;
}


/* www/shop/
=========================================== */

.pricing-header {
  max-width: 700px;
}

.takada-ion-title,
.kaigen-title {
  background-color: #fdc262;
  padding: 1rem;
}

.takada-ion-title h3,
.kaigen-title h3 {
  color: #FFF;
}

.takada-ion-comment-box {
  width: 100%;
  margin-top: 2rem;
}

.takada-ion-comment {
  margin: 0 auto;
  max-width: 800px;
  padding: 1rem;
}

.takada-ion-comment p {
  text-align: left;
}

.tk-2211-front img {
  width: 400px;
  height: auto;
}

.tk-2211-back img {
  width: 400px;
  height: auto;
}

.shop {
  text-align: center;
}

.shop figcaption {
  margin-top: 1rem;
}

.shop figure img {
  width: 420px;
  height: auto;
}

.shop .plus {
  font-size: 5rem;
  font-weight: 600;
}

.mre-plus img {
  width: 96px;
  height: auto;
  margin-top: 8rem;
}

@media (max-width:575.98px) {
  .mre-plus img {
    margin: 1rem 0 2rem 0;
  }
}

@media (min-width:576px) {
  .mre-plus img {
    margin: 1rem 0 2rem 0;
  }
}

@media (min-width:768px) {
  .mre-plus img {
    width: 68px;
    height: auto;
    margin-top: 7rem;
  }
}

@media (min-width:992px) {
  .mre-plus img {
    margin-top: 9rem;
  }
}

@media (min-width:1200px) {
  .mre-plus img {
    margin-top: 11rem;
  }
}


/* www/shop/delivery.html
=========================================== */

.delivery ol li {
  margin-left: 2rem;
}

.delivery ol span {
  font-weight: 600;
  font-size: 120%;
}

.delivery ul {
  list-style: none;
}

.delivery h6 {
  margin-left: 2rem;
}


/* www/shop/pay.html
=========================================== */

.pay ol li {
  margin-left: 2rem;
}

.pay ol span {
  font-weight: 600;
  font-size: 120%;
}

.pay ul {
  list-style: none;
}

.pay h4 {
  margin: 1rem 0;
}