/* =======================================================
共通CSS
* ======================================================= */

html {
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans Japanese',"Raleway", sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  color: #353535;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #bd56b1;
}

a:hover {
  text-decoration: none;
  color: #633c86;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  color: #000;
  font-family: Averia Serif Libre, serif;
  font-weight: bold;
}
h3 {
  font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Noto Sans Japanese',"Raleway", sans-serif;
    font-weight: normal;
    border-bottom: 1px dotted #a3346e;
    padding-bottom: 5px;
}

.text-primary {
  color: #bd56b1 !important;
}
.lead_txt {
  line-height: 2.2;
}
.img-fluid {
  border-radius: 10px;
}
.caption {
  font-size: 13px;
  color: #555;
}
.shadow {
  box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}
.responsive {
  width: 100%;
}
.text-sm-left {
  text-align: center!important;
}
.site-navbar-light {
    background: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

@media screen and (max-width: 991px) {
  .site-navbar-light {
    background: -moz-linear-gradient(to bottom,#9f2b67, #bf79a2)!important;
    background: -webkit-linear-gradient(to bottom,#9f2b67, #bf79a2)!important;
    background:linear-gradient(to bottom,#9f2b67, #bf79a2)!important;
    top: 0;
    position: fixed;
    padding: 0;
  }
  .text-sm-left {
    text-align: left!important;
  }
  .lead_txt {
    line-height: 1.8;
  }
  .responsive_sp {
    width: 100%;
  }
}

.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 30px 10px;
  text-align: center;
}
.site-navbar-light .navbar-nav > .nav-item.contactBtn > .nav-link {
  padding: 25px 10px;
}
.site-navbar-light .navbar-nav > .nav-item.contactBtn > .nav-link span {
  color: #fff;
  background: -moz-linear-gradient(to right,#9f2b67, #bf79a2);
  background: -webkit-linear-gradient(to right,#9f2b67, #bf79a2);
  background:linear-gradient(to right,#9f2b67, #bf79a2);
  padding: 5px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
}
.site-navbar-light .navbar-nav > .nav-item.contactBtn > .nav-link span:hover,
.site-navbar-light .navbar-nav > .nav-item.contactBtn > .nav-link span:focus,
.site-navbar-light .navbar-nav > .nav-item.contactBtn > .nav-link span:active {
  background: -moz-linear-gradient(to right,#a17ac3, #633c86)!important;
  background: -webkit-linear-gradient(to right,#a17ac3, #633c86)!important;
  background: linear-gradient(to right,#a17ac3, #633c86)!important;
}


@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: #353535;
  }
  .site-navbar-light .navbar-nav > .nav-item.contactBtn > .nav-link span {
    padding: 8px 40px;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-cta a {
  color: #fff;
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
    display: none;
  }
}

.site-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.8) !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: .1em;
  padding: .5rem 1rem .5rem 0;
}

.site-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
  .navbar-collapse {
    background: linear-gradient(to bottom,#fbddec, #ffffff)!important;
    padding: 20px 0;
  }
  .site-navbar-light.scrolled {
    background: linear-gradient(to bottom,#9f2b67, #bf79a2)!important;
  }
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 576px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*.site-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
  padding-right: 1rem;
}*/

.site-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #000 !important;
}

.site-navbar-light.scrolled .nav-link.active {
  color: #bd56b1 !important;
}

.site-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled .navbar-brand {
  color: #000;
}

.navbar-brand {
  letter-spacing: .1em;
  font-family: Averia Serif Libre;
}
.navbar-brand img {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    font-size: 17px;
    width: 280px;
    margin-right: 0;
    padding: 1rem 0 1rem .5rem;
  }
  .navbar-brand img {
    width: 12%;
  }
  .site-navbar-light.scrolled .navbar-brand {
    color: #fff;
  }
}


/* =======================================================
site-cover
* ======================================================= */

.bg-image, .site-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-cover {
  background-position: center center;
}

.site-cover .site-heading {
  font-size: 19px;
  line-height: 1.34;
  color: #7d2e59;
  font-family: 'Noto Sans Japanese',"Raleway", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.site-cover .site-subheading {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 90px;
  font-family: 'Averia Serif Libre', cursive;
}
.site-cover p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .site-cover {
    margin-top: 73px;
  }
  .site-cover .site-heading {
    font-size: 14px;
  }
  .site-cover .site-subheading {
    font-size: 44px;
  }
  .site-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.site-cover a {
  position: relative;
  color: #fff;
}

.site-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bd56b1;
  height: 2px;
  content: " ";
}

.site-cover.overlay {
  position: relative;
}

.site-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-cover .site-vh-100 {
  min-height: 800px !important;
}

.site-slant {
  position: relative;
  overflow: hidden;
}

.site-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 960px) {
  .site-slant:after {
    bottom: -150px;
  }
}

@media screen and (max-width: 768px) {
  .site-slant:after {
    bottom: -170px;
  }
}

.site-slant.site-slant-white:after {
  background: #fff;
}

.site-slant.site-slant-dark:after {
  background: #263135;
}

.site-uppercase {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 32px;
  }
}

.text-black {
  color: #353535 !important;
}

.bg-light {
  background: #darken fafafa, 4% !important;
}

.site-custom-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.site-custom-gutters [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.site-custom-gutters [class*=col-] .site-thumbnail {
  display: block;
  margin-bottom: 5px;
}


/* =======================================================
ボタン
* ======================================================= */

.btn {
  border-radius: 4px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-family: "Playfair Display", serif;
}

.btn.btn-lg {
  font-size: 16px !important;
  padding: 13px 40px !important;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn.btn-primary {
  border-radius: 0px;
}

.btn.btn-secondary {
  border: 2px solid #ccc;
  background: none;
  border-radius: 0px;
  color: #999999;
}

.btn.btn-secondary:hover {
  background: #bd56b1;
  border-color: #bd56b1;
  color: #fff;
}

.btn:before {
  display: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
    color: #fff;
    background: -moz-linear-gradient(to right,#9f2b67, #bf79a2);
    background: -webkit-linear-gradient(to right,#9f2b67, #bf79a2);
    background: linear-gradient(to right,#9f2b67, #bf79a2);
    padding: 10px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    margin: 0 8px;
    font-size: 14px;
    font-family: 'Noto Sans Japanese',"Raleway", sans-serif;
    border-color: transparent;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: transparent;
  background: -moz-linear-gradient(to right,#a17ac3, #633c86);
  background: -webkit-linear-gradient(to right,#a17ac3, #633c86);
  background: linear-gradient(to right,#a17ac3, #633c86);
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-radius: 0px;
  border-width: 2px;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.site-vh-100 {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .site-cover .site-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
    min-height: 400px !important;
  }
}

.site-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 960px) {
  .site-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 0 !important;
}

.site-tab-nav li a.active {
  background: none !important;
  color: black !important;
  border: 2px solid #000;
}

.site-animate {
  opacity: 0;
  visibility: hidden;
}



/* =======================================================
site-section
* ======================================================= */

.site-section {
  padding: 7em 0;
}
.site-section .site-sub-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #555;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: normal;
}
.site-section .site-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

/*ふんわり波紋*/
.ripple,
.ripple:before,
.ripple:after {
  display: block;
  border-radius: 2px;
  width: 2px;
  height: 2px;
  animation: rip 6s infinite ease-out;
}
.ripple.left {
  position: absolute;
  z-index: -1;
  top: 140px;
  left: 30%;
}
.ripple.right {
  position: absolute;
  z-index: -1;
  top: 100px;
  right: 30%;
}
.ripple:before,
.ripple:after {
  content: "";
  position: absolute;
}
.ripple:before {
  animation-delay: 0.2s;
  top: 5px;
  left: 25px;
}
.ripple:after {
  animation-delay: 0.8s;
  top: 25px;
  left: 0;
}
@keyframes rip {
  0% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent,
      0 0 0 0 transparent;
  }
  15% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #f2c9ed,
      0 0 0 0 #fff, 0 0 0 0 #f2c9ed;
  }
  100% {
    box-shadow: 0 0 40px 200px #fff, 0 0 10px 210px transparent,
      0 0 30px 220px #fff, 0 0 5px 230px transparent;
  }
}


/* =======================================================
reserve
* ======================================================= */

.reserve {
  position: relative;
  margin: 30px auto 0;
}
.reserve .reserve_txt {
  font-size: 14px;
  margin-top: 10px;
}
.reserve a span {
  color: #fff;
    background: -moz-linear-gradient(to right,#9f2b67, #bf79a2);
    background: -webkit-linear-gradient(to right,#9f2b67, #bf79a2);
    background: linear-gradient(to right,#9f2b67, #bf79a2);
    padding: 5px 35px;
    display: -moz-inline-stack;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
}
.reserve a span:hover, .reserve a span:focus, .reserve a span:active {
  background: -moz-linear-gradient(to right,#a17ac3, #633c86)!important;
  background: -webkit-linear-gradient(to right,#a17ac3, #633c86)!important;
  background: linear-gradient(to right,#a17ac3, #633c86)!important;
}
.reserve ul {
  padding: 20px 0 0;
}
.reserve ul li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.reserve ul li i {
  font-size: 40px;
}


/* =======================================================
section-about
* ======================================================= */

#section-about {
  padding: 8em 0;
}
#section-about .introduction {
  position: relative;
}
#section-about .reason {
  margin-top: 100px;
}
#section-about .reason_ttl {
  font-size: 25px;
  font-family: Averia Serif Libre, serif;
  margin-bottom: 0;
  color: #a12e6c;
}
#section-about .reason:before {
  position: absolute;
  content: url(../images/lotus_1.png);
  top: -200px;
  right: 0px;
}
#section-about .flex div {
  width: 32%;
  margin: 10px 5px;
  border: 1px solid #eee;
  box-shadow: 4px 4px 10px rgba(161, 46, 108, 0.3);
  padding: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #section-about {
    padding: 5em 0;
  }
  #section-about .reason:before {
    content: url(../images/lotus_1-sp.png);
    top: -150px;
  }
  #section-about .flex div {
    width: 100%;
  }
  #section-about span.inline {
    display: inline;
  }
}


/* =======================================================
#section-offer
* ======================================================= */

#section-offer {
  background: url(../images/bg-profile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
#section-offer .container {
  background: rgba(255,255,255,0.7);
  padding: 50px 90px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #section-offer {
    padding: 30px 0;
  }
  #section-offer .container {
    padding: 50px 30px;
    width: 93%;
    text-align: center;
  }
}


/* =======================================================
#section-menu
* ======================================================= */

#section-menu .movieArea {
  margin:50px auto 0;
}
#section-menu .movieArea iframe {
  width: 500px;
  height: 280px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}
#section-menu .fortune {
  margin-top: 50px;
  position: relative;
  text-align: left;
}
#section-menu .fortune ul {
  padding-left: 0;
}
#section-menu li {
  list-style: none;
}
#section-menu .menu-item {
  width: 30%;
  margin-bottom: 30px;
  text-align: center;
}
#section-menu .menu-item img.menu-item__img {
  width: 160px;
  border-radius: 50%;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
  margin-right: 1rem;
}
#section-menu .menu-item .reserve {
  margin: 20px 0;
}
#section-menu .menu-item img.fortuneImg {
  width: 33%;
}
#section-menu .menu-item  h5 {
  text-align: center;
  font-weight: normal;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 17px;
  color: #802a7f;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #802a7f;
  padding-bottom: 6px;
}
#section-menu .menu-item .menu-price {
  font-family: "Playfair Display", serif;
  font-size: 19px;
}
#section-menu .caption {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #section-menu .movieArea iframe {
    width: 100%;
    height: 190px;
  }
  #section-menu .fortune {
    text-align: center;
  }
  #section-menu .menu-item {
    width: 100%;
  }
  #section-menu .media {
    display: block;
    margin-bottom: 50px;
  }
  #section-menu .menu-item img.menu-item__img {
    width: 120px;
  }
}


/* レッスン */
#section-lesson {
  margin: 100px 0 50px;
}
#section-lesson ul {
  padding-left: 0;
}
#section-lesson ul li {
  width: 37%;
  margin: 10px;
  padding: 25px 10px 15px 10px;
  border-radius: 4px;
  box-shadow: 1px 2px 18px 4px #dbcedd;
  box-sizing: border-box;
}
#section-lesson ul li .lesson_ttl {
  font-weight: bold;
  font-size: 18px;
  color: #802a7f;
  letter-spacing: .1em;
  position: relative;
}
#section-lesson ul li .lesson_ttl span {
  letter-spacing: .1em;
    font-family: 'Averia Serif Libre', cursive;
    text-transform: uppercase;
    color: #c9c8ca;
    font-weight: normal;
    font-size: 11px;
}
#section-lesson ul li .lesson_price span {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  #section-lesson ul li {
    width: 100%;
  }
}




/* =======================================================
#section-news
* ======================================================= */
#section-news {
  position: relative;
}
#section-news:before {
  position: absolute;
  content: url(../images/lotus_2.png);
  top: -120px;
  left: 70px;
  z-index: 1;
}
#section-news dl {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}
#section-news dt {
    width: 20%;
    font-family: Averia Serif Libre, serif;
    font-size: 29px;
    letter-spacing: 0em;
    text-align: center;
}
#section-news dt, dd {
    margin-bottom: 50px;
}
#section-news dd {
    width: 80%;
    margin-left: auto;
    text-align: left;
    line-height: 1.8;
    position: relative;
}
#section-news dd p {
  margin-bottom: 5px;
}
#section-news dd span {
    font-size: 17px;
    color: #b96b99;
}
#section-news dd a {
  color: #353535;
  text-decoration: underline;
}
#section-news dd a:hover {
  color: #b96b99;
}
#section-news dd:after {
    position: absolute;
    content: url(../images/arrow-down.png);
    bottom: -35px;
    left: 10px;
}
#section-news dd:last-child:after {
  content: none;
}
#section-news dl:after {
  position: absolute;
  content: url(../images/lotus_3.png);
  bottom: -200px;
  right: -150px;
}
@media screen and (max-width: 768px) {
  #section-news:before {
    content: url(../images/lotus_2-sp.png);
    left: 0;
    top: -50px;
  }
  #section-news dl {
    display: block;
    padding: 0 10px;
  }
  #section-news dl:after {
    content: url(../images/lotus_3-sp.png);
    right: 0;
  }
  #section-news dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 25px;
    text-align: left;
  }
  #section-news dd {
    width: 100%;
    font-size: 14px;
  }
  #section-news dd span {
    font-size: 16px;
  }
}



/* =======================================================
#section-contact
* ======================================================= */
#section-contact .contact_mail {
  font-size: 16px;
}
#section-contact .contact_mail i {
  font-size: 50px;
    vertical-align: middle;
    padding-right: 5px;
}
#section-contact sup {
  font-size: 10px;
  padding-left: 5px;
  color: #9f2b67;
}
#section-contact .form-control {
  border: none;
  height: 55px !important;
  border-radius: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 15px;
}

#section-contact textarea.form-control {
  height: inherit !important;
}
#section-contact .bannerAmeba {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
#section-contact .twitter {
  display: none;
}
#section-contact a.underline {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #section-contact form {
    padding: 0 10px;
  }
  #section-contact .bannerAmeba {
    margin-top: 50px;
  }
  #section-contact .bannerAmeba img {
    width: 100%;
  }
  #section-contact .twitter {
    display: block;
    margin-top: 50px;
  }
}



/* =======================================================
#section-under
* ======================================================= */
#section-under {
  position: relative;
  background-repeat: no-repeat;
  height: 437px;
}
#section-under.review {
  background: url(../reviews/images/bg-reviews.jpg);
  background-position: center;
  background-size: cover;
}
#section-under.healing {
  background: url(../healing/images/bg-healing.jpg);
  background-position: center;
  background-size: cover;
}
#section-under.policy {
  background: url(../policy/images/bg-policy.jpg);
  background-position: center;
  background-size: cover;
}
#section-under .topTtl h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  color: rgba(255,255,255,0.8);
}
#section-under .topTtl h1 span {
  font-size: 17px;
  font-weight: normal;
  color: rgba(255,255,255,0.8);
  font-family: 'Noto Sans Japanese', sans-serif;
}
@media screen and (max-width: 768px) {
  #section-under {
    height: 260px;
  }
  #section-under.healing {
    background-position: center left 33%;
  }
  #section-under.policy {
    background-position: center left 37%;
  }
  #section-under .topTtl h1 {
    top: 60%;
    font-size: 45px;
  }
}


/* =======================================================
section-reviews
* ======================================================= */
#section-reviews {
  padding: 7em 0 4em;
}
#section-reviews #text-wrap {
  margin-bottom: 100px;
}
#section-reviews .uvoice {
    display: table;
    margin-bottom: 4px;
    padding: 10px 0px;
    width: 100%;
    box-sizing: border-box;
}
#section-reviews .uvoice dt {
    width: 150px;
    text-align: center;
}
#section-reviews .uvoice dt p {
  margin-bottom: 0;
}
#section-reviews .uvoice dt img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 60%
}
#section-reviews .uvoice dt, #section-reviews .uvoice dd {
    display: table-cell;
    vertical-align: middle;
}
#section-reviews .arrow_box {
    position: relative;
    margin: 10px;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 1px 2px 18px 4px #dbcedd;
}
#section-reviews .arrow_box .siteImg img {
    width: 30%;
}
#section-reviews .arrow_box:after, #section-reviews .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#section-reviews .arrow_box:before {
    border-color: rgba(216, 216, 216, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
#section-reviews .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-top: -10px;
}

#section-reviews .uvoice dd p {
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 15px;
}

@media only screen and (max-width:768px) {
    #section-reviews .uvoice {
        padding: 0;
    }
    #section-reviews .uvoice dt, #section-reviews .uvoice dd {
        display: block;
        margin: 0 auto;
    }
    #section-reviews .arrow_box:after, #section-reviews .arrow_box:before {
        content: none;
    }
    #section-reviews .arrow_box .siteImg img {
        width: 100%;
    }
    #section-reviews .arrow_box {
      padding: 30px 20px;
    }
    #section-reviews .uvoice dd p {
      font-size: 14px;
    }
}


/* =======================================================
#section-healing
* ======================================================= */
#section-healing .flex {
  margin-bottom: 50px;
}
#section-healing .flex.last {
  margin-bottom: 100px;
}
#section-healing .healing_ttl {
  text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: .05em;
    font-family: 'Averia Serif Libre', cursive;
    text-transform: uppercase;
    color: #8c8a8b;
}
#section-healing .flex h5 {
  font-family: 'Noto Sans Japanese',"Raleway", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-healing h5::before,
#section-healing h5::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #333;
}
#section-healing h5::before {
  margin-right: 20px;
}
#section-healing h5::after {
  margin-left: 20px;
}
#section-healing .reserve {
  margin-top: 100px;
}
#section-healing .pcImage {
    display: block;
}
#section-healing .spImage {
  display: none;
}
#section-healing .price {
  text-align: right;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #802a7f;
}
#section-healing .price span {
  font-family: 'Noto Sans Japanese',"Raleway", sans-serif;
  font-size: 15px;
}
@media only screen and (max-width:768px) {
  #section-healing .flex {
    margin-bottom: 30px;
  }
  #section-healing .flex h5 {
    font-size: 1.1rem;
  }
  #section-healing .spImage {
    display: block;
    text-align: center;
  }
  #section-healing .spImage img {
    height: 230px;
    width: 80%;
    object-fit: cover;
    margin-bottom: 20px;
  }
  #section-healing .pcImage {
    display: none;
  }
  #section-healing h5::before, #section-healing h5::after {
    width: 55px;
  }
  #section-healing .flex.last {
    margin-bottom: 50px;
  }
  #section-healing .reserve {
    margin-top: 50px;
  }
}



/* =======================================================
section-policy
* ======================================================= */
#section-policy {
  max-width:900px;
  margin: 60px auto;
}
#section-policy h5 {
    font-weight: normal;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 17px;
    color: #802a7f;
    border-bottom: 1px dotted #802a7f;
    margin: 50px 0 20px;
    padding-left: 10px;
    padding-bottom: 5px;
}
#section-policy ul li {
  line-height: 2;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #section-policy {
    margin: 30px 0;
  }
}





/* =======================================================
site-footer
* ======================================================= */
.site-footer {
/*  background: #1f0b15;*/
  background: -moz-linear-gradient(to bottom,#fff, #da8ebf);
  background: -webkit-linear-gradient(to bottom,#fff, #da8ebf);
  background: linear-gradient(to bottom,#fff, #da8ebf);
  font-family: Averia Serif Libre;
  padding-top: 30px;
}
.site-footer p {
  color: rgba(99, 60, 134,0.7);
}
.site-footer p a {
  color: #353535;
}



/* =======================================================
pagetop
* ======================================================= */
#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    font-size: 25px;
    color: #633c86;
}



/* =======================================================
#site-loader
* ======================================================= */

#site-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#site-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#site-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#site-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#site-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
