@charset "UTF-8";

/*==========================================
SP共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  color: #573100;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .08em;
  font-size: 3.55vw;
  word-break: normal;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 6%;
  margin: 0 auto;
}

.com-pd {
  padding: 15% 0;
}

.com-pt {
  padding-top: 15%;
}

.com-pb {
  padding-bottom: 15%;
}

.com-mb {
  margin-bottom: 15%;
}

/*==========================================
SP非表示
===========================================*/
.sp-none {
  display: none !important;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
header
===========================================*/
#header {
  padding: 2.5% 3%;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .hd-right {
  display: none;
}
#header .hd-left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .hd-left h1{
  width: 44%;
  line-height: 1.2;
}
#header .hd-left h1 a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .hd-left .hd-reserve{
  width: 45.045%;
  border: 1px solid #e2ceb6;
  padding: 2px;
  box-sizing: border-box;
  font-size: 3.15vw;
  margin-left: 4.5045%;
  display: block;
}
#header .hd-left .hd-reserve span{
  display: block;
  background: url(../img/common/hd-reserve_btn.png) center/cover no-repeat;
  padding: 1.5% 2%;
  position: relative;
}
#header .hd-left .hd-reserve span:before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==========================================
メインビジュアル
===========================================*/
#mv {
  height: 65vw;
  position: relative;
  background: url(../img/top/mv/mv.jpg) center/cover no-repeat;
}
#mv h2 {
  position: absolute;
  left: 0;
  bottom: 24.4186%;
  width: 60%;
}

/*==========================================
共通ブロック・要素
===========================================*/
.txt-blc {
  text-align: left;
}
.txt-blc p {
  margin-bottom: 5%;
  line-height: 1.8;
  line-height: 2;
}
.txt-blc p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 2%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mail-btn {
  width: 32vw;
  display: block;
  border: 1px solid #e2ceb6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.92067vw;
}
.mail-btn span {
  display: block;
  padding: 2% 2% 2% 7%;
  border: 2px solid #fff;
  position: relative;
}
.mail-btn span:before {
  position: absolute;
  content: '';
  width: 4vw;
  height: 3vw;
  background: url(../img/common/hd-mail_icon.png) center/100% no-repeat;
  left: 5vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.com-btn {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  border: 1px solid #e2ceb6;
  font-size: 3.37vw;
}
.com-btn span {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cda4da+0,fec6dc+50,fff696+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 164, 218, 0.3)), color-stop(50%, rgba(254, 198, 220, 0.3)), to(rgba(255, 246, 150, 0.3)));
  background: linear-gradient(to right, rgba(205, 164, 218, 0.3) 0%, rgba(254, 198, 220, 0.3) 50%, rgba(255, 246, 150, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #fff;
  padding: 3% 2%;
}

.img-blc img {
  border: 2.5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: #e2ceb6 0px 1px 3px 0px, #e2ceb6 0px 0px 0px 1px;
          box-shadow: #e2ceb6 0px 1px 3px 0px, #e2ceb6 0px 0px 0px 1px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-dl {
  text-align: left;
}
.com-dl > dl > dt {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa7ca+0,eba5d3+50,dfb8ec+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 167, 202, 0.4)), color-stop(50%, rgba(235, 165, 211, 0.4)), to(rgba(223, 184, 236, 0.4)));
  background: linear-gradient(to right, rgba(255, 167, 202, 0.4) 0%, rgba(235, 165, 211, 0.4) 50%, rgba(223, 184, 236, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 500;
  padding: 2% 3%;
}
.com-dl > dl > dd {
  background: #fff;
  padding: 3%;
}
.com-dl > dl > dd a[href^="tel:"],
.com-dl > dl > dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: #ffa7ca;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 45px;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 20px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 29px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 7% 6% 5%;
  background: url(../img/healing/about-bg.png) center/cover no-repeat, #fff;
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 7%;
}
#drawer-nav nav {
  margin-bottom: 7%;
}
#drawer-nav nav .drawer-link {
  padding: 3% 0;
  border-bottom: 1px solid #c59f6e;
  font-size: 4vw;
  font-weight: 500;
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav nav .current {
  position: relative;
  font-weight: 700;
  padding-left: 7%;
  color: #c59f6e;
}
#drawer-nav nav .current:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #c59f6e;
  border-right: 2px solid #c59f6e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns-list {
  margin: 10% auto 7% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#drawer-nav .sns-list li {
  margin-right: 8%;
}
#drawer-nav .sns-list li:last-child {
  margin-right: 0;
}
#drawer-nav .drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}
#drawer-nav .drawer-address li {
  margin-bottom: 3%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .phone-num {
  padding-left: 7%;
  background: url(../img/common/hd-tel_icon.png) left center/9% no-repeat;
  font-size: 4.94267vw;
  display: inline-block;
  line-height: 1;
}
#drawer-nav .attention {
  line-height: .3;
  display: block;
}

/*==========================================
トップページ
===========================================*/
/*------------------------------
コンセプト
-------------------------------*/
#top-concept {
  padding: 4% 0 0 0;
  background: url(../img/top/concept-bg.png) top center/100% no-repeat;
}
#top-concept h3 {
  letter-spacing: .1em;
  margin-bottom: 35px;
}
#top-concept h3 .q-txt {
  font-size: 4.044vw;
  position: relative;
  display: inline-block;
  margin-bottom: 3%;
}
#top-concept h3 .q-txt:before, #top-concept h3 .q-txt:after {
  width: 1px;
  height: 6vw;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #573100;
}
#top-concept h3 .q-txt:before {
  left: -4vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#top-concept h3 .q-txt:after {
  right: -4vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#top-concept h3 .a-txt {
  padding: 0 2%;
  display: inline-block;
  font-size: 4.26867vw;
}
#top-concept .concept-list {
  margin-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 4vw 4%;
}
#top-concept .concept-list li {
  width: 48%;
  position: relative;
}
#top-concept .concept-list .concept-num {
  width: 9vw;
  height: 9vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15vw;
  background: #ffb2d0;
  color: #fff;
  font-size: 4.49333vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
#top-concept .concept-list p {
  font-size: 3.81933vw;
  padding: 7% 0 4% 0;
  background: url(../img/top/concept-bdr.png) top center/100% no-repeat, url(../img/top/concept-bdr.png) bottom center/100% no-repeat;
}
#top-concept .end-txt {
  line-height: 2.5;
  text-align: left;
}

/*------------------------------
ヒーリングサロン マキュアーナの特徴
-------------------------------*/
#top-feature {
  padding: 15% 0;
  background: url(../img/top/feature-ttl_bg.png) center top/100% no-repeat, url(../img/top/feature-btm_bg.png) bottom center/100% no-repeat;
}
#top-feature .ttl01 {
  margin-bottom: 16%;
}
#top-feature .feature-list li {
  width: 85%;
  margin: 0 auto 11% auto;
}
#top-feature .feature-list li:last-child {
  margin-bottom: 0;
}
#top-feature .feature-list li dl {
  position: relative;
}
#top-feature .feature-list li dt {
  width: 42vw;
  height: 42vw;
  margin: 0 auto;
  background: url(../img/top/feature-item_bg.png) center/100% no-repeat;
  font-size: 4.49333vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  margin-bottom: -6vw;
  z-index: 1;
  position: relative;
}
#top-feature .feature-list li dt span {
  position: absolute;
  left: 0;
  right: 0;
  top: -8vw;
  margin: 0 auto;
  width: 71%;
}
#top-feature .feature-list li dd {
  background: #fff;
  font-size: 3.81933vw;
  line-height: 1.5;
  padding: 5px;
}
#top-feature .feature-list li dd span {
  display: block;
  border: 1px solid #e2ceb6;
  padding: 8% 0;
}

/*------------------------------
ヒーリングエステについて / ヒーリング体験講座・カウンセリング / お客様の声
-------------------------------*/
.top-lower-link {
  position: relative;
  z-index: 1;
  padding: 12% 0;
}
.top-lower-link:last-child {
  margin-bottom: 0;
}
.top-lower-link .link-box {
  background: url(../img/top/salon-info_box_bdr.png) top 2.5vw center/90% no-repeat, url(../img/top/salon-info_box_bdr.png) bottom 2.5vw center/90% no-repeat, #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8% 4%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
}
.top-lower-link .link-box h3 {
  margin-bottom: 5%;
}
.top-lower-link .link-box h3 .jp {
  display: inline-block;
  font-size: 4.718vw;
  padding: 2% 4%;
  margin-bottom: 2%;
}
.top-lower-link .link-box h3 .en {
  display: block;
  font-size: 3.37vw;
  color: #cda4da;
}
.top-lower-link .link-box p {
  text-align: left;
  line-height: 2.3;
}
.top-lower-link .link-box .com-btn {
  width: 65%;
  margin: 7% auto 0 auto;
}
.top-lower-link .link-img {
  margin: 0 auto;
  width: 88%;
}

#top-healing {
  background: url(../img/top/beauty-salon-bg.png) center/cover no-repeat;
}

#top-couseling {
  background: url(../img/top/healing-counseling-bg.png) center/cover no-repeat;
}

#top-voice {
  background: url(../img/top/voice-bg.png) center/cover no-repeat;
}

/*------------------------------
アプリをインストール！
-------------------------------*/
#top-app {
  padding: 10% 0;
  background: url(../img/top/app-bg.jpg) center/cover no-repeat;
}
#top-app .app-wrp {
  background: url(../img/top/app-box_bg.jpg) center/cover no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(65, 38, 0, 0.1);
          box-shadow: 0 0 10px rgba(65, 38, 0, 0.1);
  border: 2px solid #fff;
  padding: 7% 4%;
}
#top-app h3 {
  font-size: 4.718vw;
  padding: 2% 0;
  color: #fff;
  margin-bottom: 6%;
  background: #ffa7ca;
}
#top-app .app-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5%;
}
#top-app .app-feature-list li {
  width: 31%;
  height: 26vw;
  margin: 0 3.5% 6% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../img/top/app-feature_bg.png) center/100% no-repeat;
}
#top-app .app-feature-list li:nth-child(3n+1):nth-last-child(-n+3), #top-app .app-feature-list li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}
#top-app .app-feature-list li:nth-child(3n), #top-app .app-feature-list li:last-child {
  margin-right: 0;
}
#top-app .app-feature-list li .feature-icon {
  width: 33%;
  margin: 0 auto 4% auto;
  display: block;
}
#top-app .app-feature-list li .feature-txt {
  width: 100%;
  display: block;
  line-height: 1.4;
  font-size: 3.14533vw;
}
#top-app .download-wrp {
  padding: 7% 0;
  border-bottom: 3px double #e2ceb6;
  border-top: 3px double #e2ceb6;
}
#top-app .download-wrp dt {
  font-size: 4.49333vw;
  margin-bottom: 4%;
}
#top-app .download-wrp dt span {
  display: inline-block;
  position: relative;
}
#top-app .download-wrp dt span:before, #top-app .download-wrp dt span:after {
  width: 1px;
  height: 25px;
  position: absolute;
  content: '';
  background: #573100;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-app .download-wrp dt span:before {
  left: -25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#top-app .download-wrp dt span:after {
  right: -25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#top-app .download-wrp dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-app .download-wrp dd a {
  width: 48%;
  display: block;
  margin: 0 4% 5% 0;
}
#top-app .download-wrp dd a:nth-child(2n+1):nth-last-child(-n+2), #top-app .download-wrp dd a:nth-child(2n+1):nth-last-child(-n+2) ~ a {
  margin-bottom: 0;
}
#top-app .download-wrp dd a:nth-child(even), #top-app .download-wrp dd a:last-child {
  margin-right: 0;
}

/*------------------------------
お知らせ
-------------------------------*/
#top-news {
  padding: 10% 0 8% 0;
}
#top-news .news-wrp-ttl {
  margin-bottom: 7%;
}
#top-news .news-wrp-ttl .com-btn {
  width: 45%;
  margin-left: auto;
}
#top-news .news-wrp-ttl .com-btn span {
  padding: 2% 0;
}
#top-news .news-wrp-list article {
  text-align: left;
  border-bottom: 1px dashed #e2ceb6;
}
#top-news .news-wrp-list article a {
  display: block;
  padding: 4% 0;
}
#top-news .news-wrp-list article time {
  font-size: 2.92067vw;
  display: block;
  margin-bottom: 1%;
}
#top-news .news-wrp-list article h4 {
  margin-bottom: 2%;
  font-size: 3.37vw;
}
#top-news .news-wrp-list article a:hover h4 {
  text-decoration: underline;
}
#top-news .news-wrp-list article .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#top-news .news-wrp-list article .category-label li {
  padding: 0 3vw;
  color: #ffa7ca;
  font-size: 2.696vw;
  position: relative;
}
#top-news .news-wrp-list article .category-label li:before, #top-news .news-wrp-list article .category-label li:after {
  width: 1px;
  height: 13px;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #ffa7ca;
}
#top-news .news-wrp-list article .category-label li:before {
  left: 0;
}
#top-news .news-wrp-list article .category-label li:after {
  right: 0;
}
#top-news .news-wrp-list article .category-label li:not(:last-child):after {
  background: none;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../img/common/ft-bg.png) center/cover no-repeat;
}
#footer .ft-wrp {
  padding: 10% 0 5% 0;
}
#footer .ft-wrp-l {
  margin-bottom: 7%;
}
#footer .ft-wrp-l .ft-logo {
  display: block;
  width: 60%;
  margin: 0 auto 6% auto;
}
#footer .ft-wrp-l address {
  text-align: left;
  font-size: 2.92067vw;
  font-weight: 500;
}
#footer .ft-wrp-r .ft-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 6% auto;
}
#footer .ft-wrp-r .ft-info a {
  margin-right: 8%;
}
#footer .ft-wrp-r .ft-info a:last-child {
  margin-right: 0;
}
#footer .ft-wrp-r .tel-wrp {
  width: 100%;
  margin-bottom: 5%;
}
#footer .ft-wrp-r .tel-wrp .phone-num {
  padding-left: 7%;
  background: url(../img/common/hd-tel_icon.png) left center/9% no-repeat;
  font-size: 4.94267vw;
  display: inline-block;
  line-height: 1;
  margin-right: 0;
}
#footer .ft-wrp-r .tel-wrp .attention {
  line-height: .3;
  display: block;
}
#footer .ft-wrp-r .mail-btn {
  width: 40%;
  margin-right: 7%;
}
#footer .ft-wrp-r .ofc-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .ft-wrp-r .ofc-site li {
  width: 48%;
  margin: 0 4% 4% 0;
}
#footer .ft-wrp-r .ofc-site li:nth-child(2n+1):nth-last-child(-n+2), #footer .ft-wrp-r .ofc-site li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#footer .ft-wrp-r .ofc-site li:nth-child(even), #footer .ft-wrp-r .ofc-site li:last-child {
  margin-right: 0;
}
#footer .ft-wrp-r .ft-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8%;
}
#footer .ft-wrp-r .ft-nav li {
  font-size: 2.696vw;
  font-weight: 500;
}
#footer .ft-wrp-r .ft-nav li:nth-last-child(n+4) {
  display: none;
}
#footer .ft-wrp-r .ft-nav li a:hover {
  text-decoration: underline;
}

#copyright {
  font-size: 2.47133vw;
  word-break: normal;
  background: #fed9e7;
  padding: 5px 0;
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
サブビジュアル
===========================================*/
.lower-sv {
  position: relative;
  height: 42vw;
}
.lower-sv h2 {
  width: 70%;
  height: 31vw;
  background: url(../img/sv/sv-ttl_bdr.png) top 2vw center/90% no-repeat, url(../img/sv/sv-ttl_bdr.png) bottom 2vw center/90% no-repeat, url(../img/sv/sv-ttl_bg.png) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6.066vw;
  font-weight: 500;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 2%;
  bottom: 0;
  top: 0;
  margin: auto 0;
  -webkit-box-shadow: 0 0 rgba(65, 38, 0, 0.1);
          box-shadow: 0 0 rgba(65, 38, 0, 0.1);
}

#healing-sv {
  background: url(../img/sv/healing-sv.jpg) center/cover no-repeat;
}

#counseling-sv {
  background: url(../img/sv/counseling-sv.jpg) center/cover no-repeat;
}
#counseling-sv h2 {
  font-size: 6.74vw;
}

#info-sv {
  background: url(../img/sv/info-sv.jpg) center/cover no-repeat;
}

#voice-sv {
  background: url(../img/sv/voice-sv.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../img/sv/news-sv.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/contact-sv.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/complete-sv.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/privacy-sv.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/site-sv.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/e404-sv.jpg) center/cover no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  margin-bottom: 8%;
}
.ttl01 .jp {
  display: block;
  font-size: 6.29067vw;
  letter-spacing: .1em;
}
.ttl01 .en {
  font-size: 3.37vw;
  color: #ffa7ca;
  position: relative;
}
.ttl01 .en:before, .ttl01 .en:after {
  position: absolute;
  content: '';
  width: 6vw;
  height: 1vw;
  background: url(../img/common/ttl01-en_deco.png) center/100% no-repeat;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.ttl01 .en:before {
  left: -10vw;
}
.ttl01 .en:after {
  right: -10vw;
}

.ttl02 {
  text-align: left;
  font-size: 4.718vw;
  font-weight: 500;
  padding: 2.5% 4%;
  margin-bottom: 3%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa7ca+0,eba5d3+50,dfb8ec+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 167, 202, 0.4)), color-stop(50%, rgba(235, 165, 211, 0.4)), to(rgba(223, 184, 236, 0.4)));
  background: linear-gradient(to right, rgba(255, 167, 202, 0.4) 0%, rgba(235, 165, 211, 0.4) 50%, rgba(223, 184, 236, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*==========================================
ヒーリングエステ / ヒーリング体験講座/カウンセリング 共通
===========================================*/
/*------------------------------
こんなお悩みありませんか？
-------------------------------*/
.problem-sec {
  background: url(../img/healing/worry-bg.png) top center no-repeat;
}
.problem-sec .inbox {
  padding: 0 2%;
}
.problem-sec .ttl01 .jp em {
  color: #cda4da;
}

/*------------------------------
ヒーリングエステについて
-------------------------------*/
.about-sec {
  background: url(../img/healing/about-bg.png) center/cover no-repeat;
}
.about-sec .about-content {
  margin-bottom: 7%;
}
.about-sec .about-content p {
  line-height: 2.6;
  font-weight: 500;
}
.about-sec .about-img {
  text-align: right;
}
.about-sec .about-img img {
  margin-bottom: 5%;
}
.about-sec .about-img img:last-child {
  margin-bottom: 0;
}

.charm-sec .charm-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.charm-sec .charm-img img {
  width: 48%;
  margin: 0 4% 5% 0;
}
.charm-sec .charm-img img:nth-child(even), .charm-sec .charm-img img:last-child {
  margin-right: 0;
}
.charm-sec p {
  text-align: left;
  margin-bottom: 6%;
  line-height: 2.6;
  font-weight: 500;
}

.price-sec {
  position: relative;
}
.price-sec:before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 10px;
  background: #e2ceb6;
}
.price-sec .price-tbl {
  margin-bottom: 10%;
}
.price-sec .price-tbl:last-child {
  margin-bottom: 0;
}
.price-sec .price-tbl dl {
  padding: 5% 4%;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dashed #e2ceb6;
}
.price-sec .post-blank {
  width: 55%;
  margin: 0 auto;
  font-size: 4.044vw;
  padding: 5% 0;
}

/*==========================================
ヒーリングエステ
===========================================*/
#healing-charm {
  background: url(../img/healing/charm-ttl_bg.png) top center no-repeat, url(../img/healing/charm-bg.png) bottom center no-repeat;
}

/*==========================================
ヒーリング体験講座/カウンセリング
===========================================*/
#counseling-charm {
  background: url(../img/counseling/charm-bg.png) bottom center no-repeat;
}

/*==========================================
お客様の声
===========================================*/
#voice {
  background: url(../img/voice/voice-bg.png) top center no-repeat;
}
#voice .voice-list-item {
  background: #fff;
  border: 1px solid #e2ceb6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  margin-bottom: 10%;
}
#voice .voice-list-item:last-child {
  margin-bottom: 0;
}
#voice .voice-list-item h4 {
  text-align: left;
  font-size: 4.044vw;
  margin-bottom: 2%;
}
#voice .voice-list-item .item-menu {
  font-size: 4.718vw;
  font-weight: 500;
  text-align: left;
  padding: 2% 4%;
  margin-bottom: 3%;
}
#voice .voice-list-item .item-content {
  text-align: left;
}
#voice .voice-list-item .item-content dt {
  font-size: 3.59467vw;
  color: #ffa7ca;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
}
#voice .voice-list-item .item-content dt:before {
  width: 69%;
  height: 1px;
  position: absolute;
  content: '';
  background: #e2ceb6;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*==========================================
店舗情報
===========================================*/
/*------------------------------
代表メッセージ
-------------------------------*/
#owner-message .message-img {
  margin-bottom: 7%;
}
#owner-message .message-content {
  font-weight: 500;
}

/*------------------------------
経歴
-------------------------------*/
#career {
  background: url(../img/info/career-bg.jpg) center/cover no-repeat;
}
#career p {
  line-height: 2.6;
  font-weight: 500;
  text-align: left;
  margin-bottom: 6%;
}
#career .career-profile {
  margin-bottom: 5%;
}
#career .career-profile:last-child {
  margin-bottom: 0;
}
#career .career-profile dd {
  padding: 4%;
  text-align: left;
}

/*------------------------------
店舗概要
-------------------------------*/
#information .com-dl {
  margin-bottom: 10%;
}
#information .com-dl dd .attention {
  display: block;
}
#information .info-img {
  margin-bottom: 10%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 55%;
  margin: 0 0 16% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: .8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 8px;
  color: #2e2e2e;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
お知らせ
===========================================*/
.post-wrap .column-lists > li {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists > li a {
  display: block;
  padding: 4% 0;
}
.post-wrap .column-lists > li:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 21%;
  font-size: 2.55vw;
  color: #ffa7ca;
  text-align: left;
  padding: 2px 0;
  letter-spacing: .05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 76%;
}
.post-wrap .column-lists .post-ttl .category-label li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffa7ca;
  color: #fff;
  background: #ffa7ca;
  padding: 2px 5px;
  text-align: center;
  font-size: 2.55vw;
  margin: 0 2% 2% 0;
}
.post-wrap .column-lists .post-ttl .category-label li:last-child {
  margin-right: 0;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.044vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #ffa7ca;
  border: 1px solid #ffa7ca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 6%;
}
.single-meta time {
  font-size: 3vw;
  width: 24%;
  font-weight: normal;
  display: block;
  padding: 3px 0;
}
.single-meta .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-meta .category-label li {
  font-size: 2.55vw;
  margin: 0 4% 2% 0;
}
.single-meta .category-label li:last-child {
  margin-right: 0;
}
.single-meta .category-label li a {
  border: 1px solid #ffa7ca;
  color: #ffa7ca;
  padding: 3px 5px;
  border-radius: 25px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #ffa7ca;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ':';
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
お問い合わせ
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 5%;
}
#contact .contact-form dl dt {
  position: relative;
}
#contact .contact-form dl dt em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form dl dd li {
  list-style: none;
}
#contact .contact-form dl dd textarea {
  height: 150px;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  border-radius: 0;
}
#contact .contact-form select {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.55vw;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  color: #573100;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  padding: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #ffa7ca;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #cda4da;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 5%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 5%;
}
#contact input[type='button'][disabled],
#contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}
#contact input[type='button'],
#contact input[type='submit'],
#contact .contact-submits-wrap button {
  font-size: 3.4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ffa7ca;
  color: #ffa7ca;
  border-radius: 0;
}
#contact input[type='button']:hover,
#contact input[type='submit']:hover,
#contact .contact-submits-wrap button:hover {
  background: #ffa7ca;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
  margin-top: 4%;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type="submit"],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
  color: -webkit-link;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
プライバシーポリシー
===========================================*/
#privacy .privacy-box {
  margin-bottom: 6%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}
