@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


h1, h2, h3, h4, h5, h6 {
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
  font-weight: 200 !important;
}

h2.motecli-h2 {
	font-size: 36px !important;
}

h2.mote-h2-en {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
h2.mote-h2-en span {
  display: block;
  font-size: 14px;
  margin-top: 0;
  text-align: center;
}

h2.athlete-h2 {
	font-size: 50px !important;
}

h2.main-h2 {
	font-size: 70px !important;
}
h3.main-h3 {
	font-size: 40px !important;
}

@media (max-width:959px) {
h2.motecli-h2 {
  font-size: 26px !important;
}
h2.mote-h2-en {
  font-size: 26px !important;
}
.ed-image {
  width: 70%;
  margin: 0 auto;
}
h2.athlete-h2 {
	font-size: 26px !important;
}
h2.main-h2 {
	font-size: 36px !important;
}
h3.main-h3 {
	font-size: 18px !important;
}
}
@media screen and (min-width:767px) and ( max-width: 1280px) {
h2.main-h2 {
	font-size: 48px !important;
}
h3.main-h3 {
	font-size: 26px !important;
}
}
.t-white {
  color: #fff !important;
}

/*グローバルメニューの変更*/
.c-gnav>.menu-item>a .ttl {
	color: #000;
	font-weight: bold;
	font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
}
.c-smallNavTitle{
	color:#000;
	padding-top: 5px;
}

.-parallel .l-header__gnav .c-gnav>li>a {
	padding: 20px 25px;
}

.c-gnav a:hover {
	background: #e0e0e0;
}

.c-headLogo__img {
	float: left;
	padding-left: 20px;
	margin-top: 30px;
}

.l-fixHeader__logo .c-headLogo__img {
	margin-top: 0;
}

@media (max-width: 959px) {
.c-headLogo__img {
	margin-top: 0;
}
}

.c-catchphrase {
	float: right;
	padding-right: 20px;
}

/* Googleマップの色を変更する */
.googlemap iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.googlemap iframe:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.swell-block-button__link {
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
}

/* フッター直前ウィジェット余白をなくす*/
.w-beforeFooter {
	margin-top:0;
}

/* オンライン診療について*/
.online {
  padding: 1rem 0.5rem;
  position: relative;
  border: 1px solid black;
  background: #fff !important;
  height: 100%;
}

.online-img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 7px gray;
  border-radius: 50%; 
}

.online-name {
  text-align:center;
  font-weight:bold;
  font-size:1.2rem;
  margin: 1rem auto;
  padding-top: 60px;
  letter-spacing:.1rem;
  line-height: 1.5rem;
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
}

.online-desc {
  font-size: 0.75em;
  letter-spacing: -0.05em;
  text-align: center;
}

.online-sub-desc {
  font-size: 0.6em;
  letter-spacing: -0.05em;
}

/* フッターメニューの仕切りの縦線を消す */
.l-footer__nav li:first-child a,
.l-footer__nav li a {
    border-left: 0;
    border-right: 0;
}

/* 追従サイドバナー（PC用） */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  .follow-banner {
    display: none;
  }
}


/*固定フッターSP*/
#fix_bottom_menu .menu_list{
	overflow: hidden;
	height: 60px;
}
/*ボタンのリンク判定幅調整*/
#fix_bottom_menu .menu-item a{
	padding: 10% 0;
}
/*1つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(1) a{
	background: #ff740f;
	height: 60px;
}
/*２つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(2) a{
	background: #000;
	height: 60px;
}
/*3つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(3) a{
	background: #19b900;
	height: 60px;
}


@media screen and (min-width:767px) and ( max-width: 1280px) {
  #fix_bottom_menu {
    display: block;
    width: 500px;
    margin-bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
  }

  #fix_bottom_menu .menu-item {
    cursor: pointer;
  }

  .p-spMenu {
    display: block;
    z-index: 102;
  }

  .p-spMenu__inner {
    max-width: 600px;
  }

  .l-footer {
    padding-bottom: 65px !important;
  }
}


/* 投稿リストブロックのカード型とサムネイル型を4列表示にする */
@media (min-width: 960px) {
  .-col4 .-type-card.-pc-col3 .p-postList__item, .-col4 .-type-thumb.-pc-col3 .p-postList__item{
    width: calc(100% / 4);
  }
}


/* 投稿リストのサムネイル画像グレースケールに変換 */
.c-postThumb__img {
  filter: grayscale(1);
}

.menu-column {
  height : 100%;
  position: relative;
}

.menu-column-txt {
  padding: 10px;
}
.menu-column-img {
  padding: 0 !important;
}

.fixed-element {
  position: absolute; 
  bottom: 10px;
  left: 10px;
}

.border-r-none {
  border-right: none !important;
}

.border-l-none {
  border-left: none !important;
}

@media (max-width: 959px) {
.sp-none {
  display: none !important;
}
}

.image-size-fix {
  padding:0 0 calc(1307/2005*100%) !important;
  min-height: 0 !important;
}
.image-size-fix .wp-block-cover__inner-container{
  position: absolute;
  padding: 0;
  top: 10%;
}

/*ページタイトル非表示*/
.c-pageTitle {
  display: none;
}
.l-content {
  padding-top: 0;
}
.l-mainContent__inner>.post_content {
  margin-top: 0;
}

/*パンくず非表示*/
#breadcrumb {
 display: none;
}

/* 施術ページ */
/*カバーブロックの縦横比を固定*/
.image-size-fix {
  padding:0 0 calc(1307/2005*100%) !important;
  min-height: 0 !important;
}
.image-size-fix .wp-block-cover__inner-container{
  position: absolute;
  padding: 0;
  top: 40%;
}

h2.menu-title {
  font-size: 60px;
  margin-bottom: 10px;
  letter-spacing: 0.2em !important;
  text-shadow: #000 1px 0 8px;
}

.menu-title-hr {
  border: 1px solid #fff;
  margin: 10px auto;
  width: 60%;
  box-shadow: 1px 1px 8px 0 #000;
}

.menu-sub-title {
  font-size: 24px;
  letter-spacing: 0.1em !important;
  text-align: center;
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
  font-weight: 200 !important;
  text-shadow: #000 1px 0 8px;
}

@media (max-width: 959px) {
  h2.menu-title {
    font-size: 1.8rem;
  }
.menu-title-hr {
  margin: 5px auto !important;
}
  .menu-sub-title {
    font-size: 1rem;
  }
}

.menu-btn {
  width: 100% !important;
	background: #f7f7f7;
}

.menu-btn span {
  padding: 10px 0 !important;
}

.text-w-underline {
  border-bottom: 1px solid #fff !important;
}

@media (max-width: 959px) {
.text-w-underline {
  padding-bottom: 15px;
}
}
.text-underline {
  border-bottom: 1px solid #000 !important;
  display: inline-block;
  padding-bottom: 5px;
}

/* 黒背景の見出しボックス */
.features-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.features-box {
  background-color: #1a1a1a;
  color: #fff;
  padding: 14px 24px;
  font-size: 1.2em;
  white-space: nowrap;
}

/* 細い横線 */
.features-line {
  flex-grow: 1;
  height: 1px;
  background-color: #333;
}
.s-text {
  font-size: 13px;
}

@media (min-width: 960px){
.ml50mr20 {
  margin: 0 20px 0 50px;
  }
}
@media (max-width:959px) {
  .features-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .features-box {
    width: 100%;
    font-size: 16px !important;
    padding: 14px 6px !important;
  }
  .features-line {
    display: none;
  }
}

@media (min-width: 960px){
.prpl50 {
	padding: 0 50px;
}
}
/* 施術メニューの料金表タイトル */
    .price-ttl {
      font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
      font-weight: normal;
      background-color: #000;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 30px;
      flex-wrap: wrap;
	  letter-spacing: 0.2em;
    }

    .price-ttl-left {
      font-size: 1.5rem;
    }

    .price-ttl-right {
      font-size: 0.9rem;
      text-align: right;
    }

    .course-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-left: 4px solid #000;
      padding: 0.5em 1em;
      margin: 1em 0;
      font-size: 1.2em;
      gap: 1em;
    }

    .course-title .left {
      font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
      font-weight: normal;
	text-align: left;
      flex: 1;
    }

    .course-title .right {
      text-align: right;
      font-size: 0.7em;
      white-space: nowrap;
    }

    @media (max-width:959px) {
      .course-title {
        flex-direction: column;
        align-items: flex-start;
      }

      .course-title .right {
        text-align: left;
        margin-top: 0.5em;
        white-space: normal;
      }
    }

    .course-pro-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-left: 4px solid #caac71;
      padding: 0.5em 1em;
      margin: 1em 0;
      font-size: 1.2em;
      gap: 1em;
    }

    .course-pro-title .left {
      font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
      font-weight: normal;
	text-align: left;
      flex: 1;
    }

    .course-pro-title .right {
      text-align: right;
      font-size: 0.7em;
      white-space: nowrap;
    }

    @media (max-width:959px) {
      .course-pro-title {
        flex-direction: column;
        align-items: flex-start;
      }

      .course-pro-title .right {
        text-align: left;
        margin-top: 0.5em;
        white-space: normal;
      }
    }



/* 施術メニューの料金表 */
.circle {
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
  font-weight: normal;
  background-color: #e5e5e5;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.circle-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #222;
  text-align: center;
}

.circle-value {
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}

.circle-note {
  font-size: 0.6rem;
  color: #000;
  text-align: center;
}

.circle-gold {
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
  font-weight: normal;
  background-color: #caac71;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (max-width:959px) {
.circle {
  width: 110px;
  height: 110px;
  padding: 5px;
}
.circle-gold {
  width: 110px;
  height: 110px;
  padding: 5px;
}
.circle-title {
  font-size: 1rem;
  margin-bottom: 5px;
}	
.circle-value {
  font-size: 1.2rem;
}
}

@media (max-width:959px) {
          .rich-column-row {
            text-align: center;
          }
          .rich-column-row:nth-child(2) {
            text-align: center;
          }
        }
/* 施術メニューのtable */
table {
  border-color: #252525 !important;
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
  font-weight: normal;
}

th, td {
  border-color: #252525 !important;
  padding: 25px 0 !important;
}

@media (max-width:959px) {
th, td {
  padding: 15px 0 !important;
}
}

/* 施術の流れ */
    .step-box {
      font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
      font-weight: normal;
      background-color: #222;
      color: white;
      text-align: center;
      padding: 2rem;
	  min-width: 150px;
      flex: 0 0 150px;
    }

    .step-box-step {
      margin: 0;
      font-size: 1.2rem;
      letter-spacing: 0.2em;
    }

    .step-box p {
      font-size: 2rem;
      margin: 0.5rem 0 0;
    }

@media (max-width:959px) {
      .step-box {
        width: 100%;
        padding: 1rem;
      }
    .step-box-step {
      font-size: 1rem;
    }
    .step-box p {
      font-size: 1.5rem;
      margin: 0;
    }
}

    .border-black {
      border: 1px solid #333;
	  padding: 3px;
    }

.column-link{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}