@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*--------------------------------------------------------------
レスポンシブ01 ブラック 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #e5e5e5;
  line-height: 2.2;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}

/*--------------------------------------------------------------
背景色
---------------------------------------------------------------*/
#wrap {
  background-color: #222;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #999;
}
a:hover {
  color: #ce9c16;
  font-weight: inherit;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #000;
  background-image: linear-gradient(180deg, #eee, #999);
  border: 1px solid #fff;
}
a.btn:hover {
  color: #fff;
  background-image: linear-gradient(180deg, #555, #555);
  border: 1px solid #fff;
}
a.btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-weight: bold;
  color: inherit;
  margin-left: 0.4em;
}

a.tel-link {
  font-size: 1.05em;
  font-weight: bold;
  color: #999;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
envelope
---------------------------------------------------------------*/
.envelope {
  border: 1px solid #ce9c16;
  background: #333;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
h2, h3, h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#mainArticles h2, #listTopics h2, .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
  font-weight: 400;
}
#mainArticles h2, #listTopics h2 {
  font-size: 2.0em;
  color: #a5a5a5;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-right: 4%;
  padding-left: 4%;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after {
  width: 20%;
  height: 3px;
  left: 40%;
  bottom: -0.7em;
  background-color: unset;
  background-image: linear-gradient(90deg, #222, #999 50%, #222);
}
.sideServices h2 {
  background: url("/materials/175325085400301.png") no-repeat left center / 32px;
}
.sideMobile h2 {
  background: url("/materials/175324751044201.png") no-repeat left center / 30px;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
  font-size: 1.8em;
}
.article h3 a, .article h3 a:hover {
  color: #a5a5a5;
  font-weight: 400;
}
.article h4, #mainBlogComments h2, #mainBlogCommentForm h2 {
  border-bottom: solid 2px #555;
}
.article h4:after, #mainBlogComments h2:after, #mainBlogCommentForm h2:after {
  background-color: #ce9c16;
  height: 2px;
  bottom: -2px;
}
.article h5 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.article h5:before {
  border-left: solid 4px #999;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title, #title_outer {
  height: 124px;
}
#title h1 {
  width: 220px;
  height: 72px;
  margin: 26px auto;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175317093140701.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu, #mainImage, #sideContents {
  background-color: #222;
}
#topMenu .topMenu li a {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
.mainTopics .topics li .more a {
  background-image: linear-gradient(150deg, #eee, #999);
  border: 1px solid #fff;
}
.mainTopics .topics li .more a:hover {
  color: #fff;
  background-image: linear-gradient(150deg, #555, #555);
  border: 1px solid #fff;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #000;
}
.footer .copyright {
  font-size: 14px;
  padding-top: 70px;
}
.footer a:hover, .footer p a:hover {
  color: #ce9c16;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  color: #999;
  font-weight: 500;
  line-height: 1.6;
}

/*--------------------------------------------------------------
ボタンリスト
---------------------------------------------------------------*/
ul.menu-btn-list {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px -1%;
}
ul.menu-btn-list li {
  width: 48%;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/175331883531701.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: -64px;
  padding-bottom: 40px;
}
.article.contact-block p {
  font-size: 1.1em;
  text-align: center;
}
.article.contact-block p.info-text {
  font-size: 1.15em;
  font-weight: bold;
}
.article.contact-block a.tel-link {
  font-size: 2.4em;
  color: #fff;
  line-height: 1.2;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  background-image: linear-gradient(180deg, #eee, #999);
  border: 1px solid #fff;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: calc(100% - 60px);
  margin: 0 30px 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background-image: linear-gradient(180deg, #555555, #555555);
}

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #333;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany h2.logomark {
  width: 220px;
  height: 72px;
  background: url("/materials/175317093140701.png") no-repeat;
  margin: 30px auto 50px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany dl {
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 0.9em;
}
#sideCompany dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  min-height: 4.0em;
  font-size: 1.0em;
  color: #999;
  font-weight: 500;
  line-height: 1.25;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #999;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  min-height: 4.0em;
  font-size: 1.0em;
  color: #e5e5e5;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 1.0em;
  border-bottom: 1px solid #333;
}
#sideCompany a.link-btn {
  font-size: 1.1em;
  color: #000;
  font-weight: 400;
  background-image: linear-gradient(180deg, #eee, #999);
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background-image: linear-gradient(180deg, #555, #555);
  border: 1px solid #fff;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  color: #999;
  font-size: 1.25em;
}
#sideCompany a.tel-link:hover {
  color: #ce9c16;
}

/*-------------------------------------------------------
サイト案内
-------------------------------------------------------*/
.gallery.guideBtn ul.galleryGrids .comment {
  font-size: 1.0em;
  position: absolute;
  bottom: 0.3em;
  left: 0;
  right: 0;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-weight: bold;
  margin-left: 8px;
}

/*-------------------------------------------------------
こんな方におすすめ
-------------------------------------------------------*/
/*シンプル*/
ul.simple-list {
  display: flow-root;
}
ul.simple-list li {
  margin-left: 1.1em;
  text-indent: -1.3em;
}
ul.simple-list li::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.5em 0.1em 0.2em;
  background: #ce9c16;
  border-radius: 50vh;
}
/*チェックマーク*/
ul.check-plus {
  display: flex;
  flex-direction: column;
  padding: 1.25em 1.5em 1.25em 2.0em;
}
ul.check-plus li {
  width: 100%;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 0.7em;
  padding: 0.3em 0;
  display: block;
  position: relative;
}
ul.check-plus li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 0.8em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  transform: rotate(-45deg);
}
ul.check-plus.half-w {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25em 1.5em 1.25em 3.0em;
}
ul.check-plus.half-w li {
  width: 46%;
}

/*-------------------------------------------------------
テーブル・シンプル
-------------------------------------------------------*/
.article table.simpleTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: none;
  margin: 24px auto;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  padding: 10px;
  border-right: none;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.article table.simpleTbl th {
  width: 25%;
  background-color: #333;
  text-align: center;
  font-weight: normal;
  color: #e5e5e5;
}
.article table.simpleTbl.price td {
  text-align: center;
}

/*-------------------------------------------------------
サービスの流れ
-------------------------------------------------------*/
dl.service-chart {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
}
dl.service-chart dt {
  width: 120px;
}
dl.service-chart dt span {
  display: inline-block;
  width: 120px;
  font-family: "Noto Serif JP", serif;
  font-size:70px;
  color: #666;
  font-weight: 500;
  line-height:1.0;
  text-align: center;
  margin: 0;
  position: relative;
}
dl.service-chart dt span::after {
  content: "";
  display: block;
  width: 2px;
  height: 75px;
  background: #ccc;
  position: absolute;
  top: 10px;
  right: 0;
}
dl.service-chart dd {
  display: inline-block;
  width: calc(100% - 135px);
  margin:0 0 30px 15px;
  padding: 10px;
}
dl.service-chart dd h5 {
  font-family: "Noto Serif JP", serif;
  font-size:1.3em;
  font-weight:500;
  color: #fff;
  margin:0 0 0.5em 0;
  padding: 0;
  border: none;
}
dl.service-chart dd h5:before {
  display: none;
}
dl.service-chart dd p {
  color: #999;
  margin:0;
  padding:0;
}

/*--------------------------------------------------------------
選ばれる理由
---------------------------------------------------------------*/
.article.full.reason_bg {
  background: url("/materials/175332659492601.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
dl.reason {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
dl.reason dt {
  font-size: 1.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #ce9c16;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #999;
}
dl.reason dt span {
  position: relative;
  padding-left: 1.2em;
}
dl.reason dt span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.6em;
  height: 0.4em;
  border-left: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  transform: rotate(-45deg);
}
dl.reason dd {
  margin-bottom: 1.0em;
}

/*--------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
ul.faq li.qus:before, ul.faq li.ans:before {
  margin: 0 12px 0 -44px;
}
ul.faq li.qus {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1em;
  font-weight: 500;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 0.5em;
}
ul.faq li.qus::before {
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  background-color: #ce9c16;
  border-radius: 50vh;
}
ul.faq li.ans::before { 
  color: #fff;
  background-color: #999;
}

/*--------------------------------------------------------------
注意事項
---------------------------------------------------------------*/
.mainArticles .article.precautions .image, .mainArticles .article.precautions .image img {
  width: 120px;
  max-width: 120px;
  margin: 0 auto;
}
.article.precautions h5 {
  font-size: 1.15em;
  color: #fff;
}

/*--------------------------------------------------------------
セラピスト紹介
---------------------------------------------------------------*/
.article.therapist h4 {
  font-size: 1.35em;
  margin-bottom: 1.5em;
}
.article.therapist h5 {
  font-size: 1.05em;
}
.article.therapist h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #999;
  margin-right: 0.4em;
  border: none;
}

/*--------------------------------------------------------------
問い合わせフォーム
---------------------------------------------------------------*/
table.contactTable th, table.companyTable th {
  border-bottom: 1px solid #ce9c16;
}
table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea.textField {
  background: #444;
}
table.contactTable tr:last-child th, table.contactTable tr:last-child td {
  border-bottom: none;
}
table.contactTable input.button {
  color: #000;
  background-image: linear-gradient(180deg, #eee, #999);
  border: 1px solid #fff;
  margin-left: 0;
}

/*--------------------------------------------------------------
バナー
---------------------------------------------------------------*/
#sideBanners li img {
  padding: 5px;
}

/*--------------------------------------------------------------
concept
---------------------------------------------------------------*/
#concept.article {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#concept.article p {
  position: relative;
  z-index: +1;
}
#concept.article::after {
  content: "concept";
  font-family: "Noto Serif JP", serif;
  font-size:8.0em;
  color: #333;
  position: absolute;
  left: -15px;
  bottom: -50px;
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background: url("/themes/responsive/html1/08_002/colors/blk/toggleMenu.png") #222 no-repeat center / 24px;
  }
  .active #toggle {
    background: url("/themes/responsive/html1/08_002/colors/blk/cancel.png") #222 no-repeat center / 24px;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.8em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
    font-size: 1.65em;
  }
  /*freeHtml　会社概要*/
  #sideCompany a.link-btn {
    width: 100%;
  }
  /*サービスの流れ*/
  dl.service-chart dt {
    width: 15%;
  }
  dl.service-chart dt span {
    font-size: 60px;
    width: 100%;
  }
  dl.service-chart dt span::after {
    height: 52px;
  }
  /*問い合わせフォーム*/
  table.contactTable {
    border: 1px solid #222;
  }
  table.contactTable th {
    background: none;
  }
  table.contactTable input.button {
    margin: 0 auto;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background-image: linear-gradient(180deg, #999, #333);
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span{
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  /*title*/
  #title h1 {
    width: 40vw;
    height: 13.1vw;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
    font-size: 1.5em;
  }
  .article h4 {
    font-size: 1.35em;
  }
  /*文字装飾*/
  .leadText {
    font-size: 1.35em;
  }
  /*ボタンリスト*/
  ul.menu-btn-list {
    margin: 30px 0;
  }
  ul.menu-btn-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  /*freeHtml　会社概要*/
  #sideCompany .sideCompany_inner {
    padding: 30px;
  }
  #sideCompany h2.logomark {
    width: 40vw;
    height: 13.1vw;
  }
  /*料金表*/
  .article table.simpleTbl.price tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .article table.simpleTbl.price th {
    width: 100%;
    display:block;
  }
  .article table.simpleTbl.price td {
    width: 50%;
    display:block;
  }
  /*concept*/
  #concept.article::after {
    font-size: 20vw;
    left: 5px;
  }
  /*お問い合わせセクション*/
  .article.contact-block a.tel-link {
    font-size: 1.8em;
  }
  /*お問い合わせメールフォームボタン*/
  a.btn-mailform {
    font-size: 1.0em;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #ddd !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #fff !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
