@charset "UTF-8";

/* =======================================
　フォント
======================================= */

/*------- 共通フォント -------*/
body,
p,
table,
td {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 1.6rem !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.75 !important;
}

p.mincho {
font-family: "Sawarabi Mincho", serif !important;
}

p.small{
  font-size: 1.2rem !important;
}

p.large{
  font-size: 2rem !important;
}


/*------- ヘッダーエリアフォント -------*/
header a,
header a:link,
header a:visited {
  color: #4A3A92 !important;
}

header a:hover {
  text-decoration: underline !important;
}






/*------- メインエリアフォント -------*/
main a,
main a:link,
main a:visited {
  color: #000 !important;
  text-decoration: underline !important;
}

main a:hover {
  text-decoration: none !important;
}




/*------- フッターエリアフォント -------*/
footer,
footer p,
footer table,
footer td {
  color: #220403 !important;
}

footer a,
footer a:link,
footer a:visited {
  color: #220403 !important;
  text-decoration: none !important;
}

footer a:hover {
  text-decoration: underline !important;
}




/* =======================================
　見出し
======================================= */

/*------- メインエリア見出し -------*/

/*メインエリア見出し共通*/
main h1,
main h2,
main h3 {
  font-weight: bold;
}


/*メインエリア大見出し*/
main h1 {
  margin: 0 0 20px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 3rem;
  font-family: "Sawarabi Mincho", serif !important;
  color: #4A3A92;
}

h1 span.midshi-small {
  font-size: 1.4rem;
}


/*メインエリア中見出し*/
.design-page main h2 {
  margin: 35px 0 20px;
  color: #A397D8;
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Noto Serif JP', sans-serif !important;
  letter-spacing: .5px;
  background: transparent;
  border-left: none;
}

main h2 {
    text-align: left;
    background: #f7f7f7;
    border-left: 3px solid #cab2dd;
    color: #393939;
    font-size: 21px;
    font-family: 'Noto Sans JP', sans-serif !important;
    line-height: 1.35;
    padding: 8px 12px;
}


/*メインエリア小見出し*/
main h3 {
  margin: 15px 0 0;
  padding: 0;
  font-size: 1.8rem;
  color: #444;
  font-family: "Sawarabi Mincho", serif !important;
  letter-spacing: .5px;
}


@media screen and (max-width: 480px) {
main h1 {
  letter-spacing: 0;
  font-size: 2.4rem;
    text-align: left;
}
  
main h2 {
  font-size: 2rem;
  letter-spacing: 0;
  text-align: left;
  
}
  
main h3 {
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: left;
}
}




/*------- フッターエリア見出し -------*/

/*フッターエリア見出し共通*/
footer h1,
footer h2,
footer h3 {
  color: #220403;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}


/*フッターエリア大見出し*/
footer h1 {
  font-size: 30px;
}


/*フッターエリア中見出し*/
footer h2 {
  font-size: 25px;
  font-style: italic;
}


/*フッターエリア小見出し*/
footer h3 {
  font-size: 18px;
  font-style: italic;
}




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

/*------- ボタン共通 -------*/
.j-calltoaction-link {
  text-align: inherit !important;
}

.button {
  display: inline-block !important;
}

a.j-calltoaction-link {
  font-family: 'Noto Sans JP', sans-serif;
}
a.j-calltoaction-link::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  padding-left: 1rem;
font-weight: bold;
}


/*------- ボタン1 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-1 {
  display: block;
  padding: 10px 30px;
  border: 1px solid #4A3A92;
  border-radius: 6px;
  background-color: #FFF;
  color: #4A3A92 !important;
  text-decoration: none !important;
text-align: center !important;
}

a.j-calltoaction-link.j-calltoaction-link-style-1:hover {
  background-color: #F7F6FB;
  text-decoration: none !important;
}



/*------- ボタン2 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-2 {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 10px 30px;
  border: 2px solid #A397D8;
  border-radius: 50rem;
  background: #A397D8;
  color: #FFF !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  box-sizing: border-box;
}

a.j-calltoaction-link.j-calltoaction-link-style-2::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  padding-left: 1rem;
}

a.j-calltoaction-link.j-calltoaction-link-style-2:hover {
  opacity: .8;
}



/*------- ボタン3 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-3 {
  display: block;
  color: #000 !important;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  background: transparent;
  border: none;
}




/* =======================================
　画像
======================================= */

/*------- 画像リンク -------*/
a img:hover {
  opacity: .85;
}




/* =======================================
　表
======================================= */

/*------- 表スタイル -------*/
table tr td {
  border: 1px solid #000;
  padding: 5px 10px !important;
}




/* =======================================
　　水平線のコントロール
======================================= */

.hr {
  border-color: #999 !important;
  border-bottom-style: solid !important;
  /*罫線*/
}




/* =======================================
　全体レイアウト
======================================= */

html {
  font-size: 62.5%;
  /*=10px*/
}



/*------- コンテナレイアウト -------*/
#container {
  background: #FFF;
}

/*トップページのコンテナレイアウトのみ*/
.cc-indexpage #container {
  overflow: hidden;
}




/* =======================================
　ヘッダーエリアレイアウト
======================================= */

/*ヘッダーエリアレイアウト共通*/
header {
  background: #FFF;
}


/*------- グローバルヘッダーレイアウト -------*/

/*グローバルヘッダーレイアウト共通*/
#global-header {
  position: relative;
  z-index: 10000;
  display: flex;
  margin: 0 auto;
  padding: 15px 20px 10px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (min-width: 1500px) {
  #global-header {
    justify-content: space-between;
  }
}


@media screen and (max-width: 768px) {
  #global-header {
    padding: 0 !important;
    justify-content: flex-start;
  }
}


/*ロゴレイアウト*/
#global-header-logo {
  margin: 0;
}

#global-header-logo img {
  width: 17vw;
  max-width: 230px;
min-width: 170px;
}

@media screen and (max-width: 768px) {
  #global-header-logo {
    position: relative;
    z-index: 10000;
    margin: 0 !important;
    padding: 20px 20px 15px;
}

#global-header-logo {
    max-width: 200px;
}
}


/*------- グローバルナビレイアウト -------*/

@media screen and (min-width: 769px) {
#top-nav .j-nav-variant-nested>ul>li>a {
  padding: 1rem 1.5rem !important;
}
nav ul li a {
  text-align: left !important;
}
#top-nav .j-nav-variant-nested>ul>li>ul>li,
#top-nav .j-nav-variant-nested>ul>li>ul>li>ul>li {
width: 100%;
background: #F7F6FB !important;
}
}

@media screen and (max-width: 768px) {
a.menu-toggle.full {
    text-align: right;
    margin: 2.5rem 0 0;
}
}


/*------ メインビジュアルレイアウト ------*/

/*メインビジュアルレイアウト共通*/
#main-visual {
  height: auto;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}


/*メインビジュアルレイアウト（トップページのみ:bxスライダー）*/
/*---------- スライダー　----------*/
.cc-indexpage .bx-wrapper {
display: block;
  box-shadow: none !important;
  border: none !important;
  background: #fff !important;
}

.cc-indexpage #top-slide {
  display: block;
}


.bx-wrapper,#top-slide {
  display: none;
}


/*スライドにのせるキャッチ*/
.catch-area {
  position: absolute;
  z-index: 100;
  display: block;
  top: 3vh;
  left: 2vw;
  width: 40vw;
  height: 20vh;
  /*background: rgba(0,0,0,.5);*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem;
}

.catch-area span {
  font-family: "Sawarabi Mincho", serif !important;
  font-size: 3.2rem !important;
  color: #4A3A92 !important;
}

@media screen and (max-width: 1024px) {
  .catch-area {
    position: relative;
    z-index: 1000;
    width: 100%;
    justify-content: center;
    background: #4A3A92;
    left: 0;
    top: 0;
    padding: 0;
    height: auto;
  }
  .catch-area span {
  color: #FFF !important;
}
}


/*スライドのメニュー*/
.menutext-area {
  position: absolute;
  z-index: 10000;
  display: block;
  bottom: -7rem;
  right: 0;
  width: 80vh;
  height: 80vh;
  background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/mask-circle.png?t=1582531834) no-repeat center;
  background-size: contain;
}

.menutext-inner {
  /*background: rgba(0,0,0,.5);*/
  height: calc(100% - 10rem);
  padding: 5vw 1vw;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
align-items: center;
}

p.pu-title {
  font-family: 'Caveat', sans-serif !important;
  font-size: 2.4rem !important;
}

p.pu-menu {
  font-family: "Sawarabi Mincho", serif !important;
  font-size: 3rem !important;
}

p.pu-text1,
p.pu-text2 {
  font-size: 1.8rem !important;
}

p.pu-text2 {
  font-weight: bold !important;
}

.menutext-inner p {
  color: #220403 !important;
}


/*スライド制御*/
#top-slide .top-slide-image {
display: none;
}
.bx-viewport #top-slide .top-slide-image {
display: block;
}


@media screen and (min-width: 1281px) {
  .menutext-area {
    bottom: -15vh;
  }
}



@media screen and (max-width: 1024px) {
.menutext-area {
    position: relative;
    width: 100%;
    height: auto;
  bottom: auto;
    right: auto;
    background: #EFEDF7;
  padding-bottom: 5rem;
}
  .menutext-inner {
    height: auto;
    padding: 0;
    position: relative;
    height: 30rem;
}
}


@media screen and (max-width: 480px) {
.catch-area span {
    font-size: 2rem !important;
}
  
p.pu-menu {
  font-size: 2.2rem !important;
}
}



/*------- スライド用（ボタン2流用） -------*/
.menutext-inner a.j-calltoaction-link.j-calltoaction-link-style-2 {
  border: 2px solid #4A3A92;
  background: #4A3A92;
  color: #FFF !important;
}


/*ページャー*/
.bx-pager.bx-default-pager {
  position: relative !important;
  margin-top: -102px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #CCC !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #4A3A92 !important;
}



/*ヘッダー下メニューボタン（初めての方へ＆あなたに適したセラピー診断*/
.cc-indexpage .beginner-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

.beginner-menu {
  display: none;
}

.beginner-menu-btn a {
  display: inline-block;
  width: 50vw;
  text-align: center;
  text-decoration: none !important;
  padding: 1rem 2rem;
  box-sizing: border-box;
  color: #FFF !important;
  font-size: 2rem;
}

.beginner-menu01 a {
  background: #BB7DB2;
}

.beginner-menu02 a {
  background: #A397D8;
}

.beginner-menu01 a:before {
content: '';
display: inline-block;
width: 35px;
height: 35px;
background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/icon-beginner.png?t=1582531766) no-repeat 0 center;
background-size: contain;
vertical-align: middle;
padding-right: 1rem;
}

.beginner-menu02 a:before {
content: '';
display: inline-block;
width: 35px;
height: 35px;
background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/icon-search.png?t=1582531812) no-repeat 0 center;
background-size: contain;
vertical-align: middle;
padding-right: 1rem;
}


@media screen and (max-width: 700px) {
.cc-indexpage .beginner-menu {
  flex-wrap: wrap;
}
.beginner-menu-btn a {
  width: 100vw;
}
}



/*------- お問い合わせ・アクセスボタン -------*/
.mobile-btn {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #4A3A92;
    padding: .5rem.5%;
    box-sizing: border-box;
}
.mobile-btn a:link, .mobile-btn a:visited,  .mobile-btn a:hover {
    text-decoration: none !important;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
}
.mobile-btn>div {
    width: 48%;
}
.mobile-btn a {
    display: block;
    border: 1px solid #FFF;
    padding: .2rem 1rem;
}

.mobile-btn .mobile-btn-access a:before {
content: '';
display: inline-block;
width: 25px;
height: 25px;
background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/icon-access.png?t=1582531755) no-repeat 0 center;
background-size: contain;
vertical-align: middle;
padding-right: 1rem;
}

.mobile-btn .mobile-btn-mail a:before {
content: '';
display: inline-block;
width: 25px;
height: 25px;
background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/icon-mail.png?t=1582531800) no-repeat 0 center;
background-size: contain;
vertical-align: middle;
padding-right: 1rem;
}



@media screen and (min-width: 769px) {
.mobile-btn {
  top: 11rem;
  right: 0;
  width: 150px;
  height: 16rem;
  flex-direction: column;
padding: 0;
background: transparent;
}
.mobile-btn a{
font-size: 1.2rem !important;
  padding: 1rem 0;
}
.mobile-btn .mobile-btn-access a {
background: #865EA3;
border: none;
}
.mobile-btn .mobile-btn-mail a {
background: #4A3A92;
border: none;
}
.mobile-btn .mobile-btn-access a:before,.mobile-btn .mobile-btn-mail a:before {
display: block;
margin: 0 auto;
width: 35px;
height: 35px;
padding: 0;
}
.mobile-btn>div {
    width: 100%;
}
}







/* =======================================
　コンテンツエリアレイアウト
======================================= */

/*------ コンテンツエリア全体レイアウト ------*/

/*コンテンツエリアレイアウト共通*/
#content {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  max-width: 1160px;
  width: 100%;
  justify-content: center;
}


/*コンテンツエリアレイアウト（トップページのみ）*/
.cc-indexpage #content {
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

@media screen and (max-width: 768px) {
  #content {
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
  }
}



/*------ メインエリアレイアウト ------*/

/*メインエリアレイアウト共通（2カラム）*/
main {
  margin: 0;
  padding: 30px 40px 40px;
  max-width: 100%;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  min-height: 500px;
}


/*メインエリアレイアウト（トップページのみ）*/
.cc-indexpage main {
  margin: 0 auto;
  padding: 40px 0 0;
  background: transparent;
}


@media screen and (max-width: 768px) {
  main {
    padding: 16px;
    max-width: 100%;
    width: 100%;
  }
}





/* =======================================
　フッターエリアレイアウト
======================================= */

/*------ フッターエリアレイアウト共通 ------*/
footer {
  background: #F7F6FB;
}



/*------ フッターエリアレイアウト（グローバルフッター） ------*/
footer #global-footer {
  padding: 4rem 4rem 7rem;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  footer #global-footer {
    padding: 70px 40px;
  }
}


/*SNS&Blogアイコン*/
.sns-blog a {
  margin-right: 1.5rem;
}

a.fb:before {
content: '';
display: inline-block;
width: 35px;
height: 35px;
background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/icon-fb.png?t=1582531787) no-repeat 0 center;
background-size: contain;
vertical-align: middle;
margin-right: -.5rem;
}

a.blog:before {
content: '';
display: inline-block;
width: 35px;
height: 35px;
background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/icon-blog.png?t=1582531779) no-repeat 0 center;
background-size: contain;
vertical-align: middle;
margin-right: -.5rem;
}



/*------ フッターエリアレイアウト（ボトムエリア） ------*/
footer #footer-bottom {
  padding: 25px 30px;
  background: #CAC4E9;
}

footer #footer-bottom .jimdo-free-footer-ad.jimdo-kddi-footer > p {
  margin-left: 188px !important;
  padding-left: 10px !important;
}

@media screen and (max-width: 480px) {
  footer #footer-bottom .jimdo-free-footer-ad.jimdo-kddi-footer > p {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  footer #footer-bottom .jimdo-free-footer-ad p {
    border: none !important;
  }
}



/* =======================================
　ブログレイアウト
======================================= */

main h2.j-blog-headline.j-blog-post--headline {
  text-align: left;
}
main .j-blog-meta a {
  text-decoration: none !important;
}
.j-blog.n.clearover.j-blogarticle #cc-matrix-2>#cc-m-1:nth-child(1) {
  color: #888;
}

.j-blog.n.clearover.j-blogarticle #cc-matrix-2>#cc-m-1:nth-child(3) {
  color: #666;
}

/*記事*/
main h1.j-blog-header.j-blog-headline.j-blog-post--headline {
  text-align: left;
}


/*追記CSS　2024.07.09/*/
/*h2*/
 .cc-page-blog main h2 {
    text-align: left;
    background: #f7f7f7;
    border-left: 3px solid #cab2dd;
    color: #393939;
    font-size: 21px;
    font-family: 'Noto Sans JP', sans-serif !important;
    line-height: 1.35;
    padding: 8px 12px;
}

/*h3*/
 .cc-page-blog main h3 {
    margin: 24px 0 0;
    padding: 0;
    font-size: 18px;
    color: #393939;
    font-family: 'Noto Sans JP', sans-serif !important;
    letter-spacing: .5px;
}

 .cc-page-blog main h3::before {
    content: "●";
    color: #c4b0d3;
    margin-right: 4px;
}






/* =======================================
　0.トップページレイアウト
======================================= */
/*リード文エリア*/
#read-area .j-hgrid {
  max-width: 800px;
  margin: 0 auto;
}
.cc-indexpage h1 {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 480px) {
.cc-indexpage main h1, .cc-indexpage main h2 {
    text-align: center;
}
}

/*おすすめメニューエリア*/
#recommend-area {
  background: #F7F7F7;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem 2rem;
box-sizing: border-box;
}
#recommend-area .j-module.n {
  max-width: 1200px;
  margin: 0 auto;
}




/*NEWS*/
.news-table tr {
  border-bottom: 1px dotted #ccc;
}
.news-table td {
  border: none;
vertical-align: top;
}
.news-table tr>td:first-child {
  width: 100px;
}


/*About Salonエリア*/
#salon-menu-area {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
#salon-menu-area .j-text {
padding: 0 !important;
}
.salon-about-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.salon-image.about-salon-content {
  width: 70%;
background: url(https://u.jimcdn.com/cms/o/s5155be146aa76d30/userlayout/img/salon-image.jpg?t=1582531843) no-repeat center;
background-size: cover;
}

.saln-menu.about-salon-content {
  width: 30%;
display: flex;
flex-direction: column;
  text-align: center;
}

main .saln-menu.about-salon-content a {
display: block;
padding: 3rem 1rem;
text-decoration: none !important;
color: #220403 !important;
}

main .saln-menu.about-salon-content a:nth-child(odd) {
background:#F7F7F7;
}
main .saln-menu.about-salon-content a:nth-child(even) {
background:#EEE;
}

main .saln-menu.about-salon-content a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  padding-left: 1rem;
font-weight: bold;
}


@media screen and (max-width: 480px) {
.salon-image.about-salon-content, .saln-menu.about-salon-content {
  width: 100%;
}
.salon-image.about-salon-content {
  height: 30vh;
}
}




/*プロフィールエリア*/
#profile-area {
  background: #F7F7F7;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem 2rem;
box-sizing: border-box;
}
#profile-area .j-module.n {
  max-width: 1200px;
  margin: 0 auto;
}
#profile-area img {
  transform: rotate(30deg);
  margin-bottom: 5rem;
}
#cc-m-textwithimage-13608328489 {/*文章部分*/
  position: relative;
  z-index: 100;
}
h3.profile-name {
  font-size: 2.6rem;
}