@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* 変数設定 */
p {
  font-size: 1rem;
}

/* mixin設定 */
/* スマートフォンサイズ */
/* スマートフォンサイズ */
/* 1280px以上のPC */
/* 1200px以下のPC */
/* デバイスが横向き、画面の横幅が 900px 以下の場合の記述*/
/*==============================================
hiiragi - ひいらぎ整骨院
================================================
0.0 - 基本設定（base）
1.0 - ヘッダー（header）
2.0 - メイン（main）
3.0 - ファーストビュー（fv_area）
4.0 - 施術コース導入（course）
5.0 - キャンペーン（campaign）
6.0 - 施術前と施術後（before_after）
7.0 - 皆様からの声（voice）
8.0 - ごあいさつ（greetings）
9.0 - アクセス（access）
10.0 - フッター（footer）
11.0 - SPハンバーガーメニュー（hamburger-menu）
12.0 - 下層・料金表（menu）
13.0 - 共通 ‐ 変更・追加用

==============================================*/
/*  ----------------------------------------------------------
# 0.0 - 基本設定（base）
----------------------------------------------------------  */
/* 基本設定 */
p {
  font-size: 1rem;
}

html {
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  height: -webkit-fill-available;
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
}
html .sp {
  display: none;
}
@media screen and (max-width: 950px) {
  html .sp {
    display: block;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  html .sp .pc {
    display: none !important;
  }
  html .sp .sp {
    display: block !important;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  html .sp-only {
    display: flex;
  }
  html .sp-only .pc {
    display: none !important;
  }
  html .sp-only .tablet {
    display: none !important;
  }
  html .sp-only .sp-only {
    display: flex !important;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
  vertical-align: top;
}

ul {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-size: 1rem;
  position: relative;
  width: 100%;
}

/*  ----------------------------------------------------------
# 0.0 - 基本設定（base） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header）
----------------------------------------------------------  */
.header {
  background-color: #FCEEDA;
  height: 91px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .header {
    height: 60px;
    min-height: 60px;
    padding: 0;
    background-color: #FCEEDA;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .header .pc {
    display: none !important;
  }
  .header .sp {
    display: block !important;
  }
}

.header_container {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto;
  padding: 1.5625rem 1rem 0;
  box-sizing: content-box;
}
@media screen and (max-width: 950px) {
  .header_container {
    display: none;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .header_container .pc {
    display: none !important;
  }
  .header_container .sp {
    display: block !important;
  }
}

.sp_header_container {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 1000;
  color: #fff;
  background-color: #518459;
}

.header_ttl_img {
  width: 125px;
  height: auto;
}

.header_logo {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .header_logo {
    font-size: 1.25rem;
    color: #fff;
    padding-left: 16px;
    justify-content: flex-start;
    height: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .header_logo .pc {
    display: none !important;
  }
  .header_logo .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .header_logo {
    padding-left: 35px;
  }
}

/*---ヘッダーナビ---*/
.header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  gap: 65px;
}

.h_menu_list {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.h_menu_list::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #51846D;
  border-radius: 50%;
  left: -21px;
  bottom: 8px;
}

.h_menu_list::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #51846D;
  bottom: -1px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.h_menu_list:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
2.0 - メイン（main）
----------------------------------------------------------  */
.main {
  width: 100%;
  margin: 0 auto;
  padding-top: 5.6875rem;
  background-color: #FCEEDA;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .main {
    margin-top: 60px;
    padding-top: 0;
    overflow: hidden;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .main .pc {
    display: none !important;
  }
  .main .sp {
    display: block !important;
  }
}

.section_wrapper {
  margin: 0 auto;
  width: 100%;
}

/*  ----------------------------------------------------------

# 3.0 - ファーストビュー（fv_area）

----------------------------------------------------------  */
.fv_top_area_wrap {
  height: 900px;
  width: 100%;
  background-image: url("../img/fv_img01.png");
  background-position: right bottom;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 1035px 812px;
  /*背景画像のサイズ指定*/
  position: relative;
}
@media screen and (max-width: 1280px) {
  .fv_top_area_wrap {
    background-position: 250px 130px;
  }
}
@media screen and (max-width: 950px) {
  .fv_top_area_wrap {
    background-image: none;
    height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_top_area_wrap .pc {
    display: none !important;
  }
  .fv_top_area_wrap .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_top_area_wrap {
    height: auto;
  }
}

.fv_top_area {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1200px;
}
@media screen and (min-width: 1280px) {
  .fv_top_area {
    box-sizing: content-box;
  }
}
@media screen and (max-width: 950px) {
  .fv_top_area {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_top_area .pc {
    display: none !important;
  }
  .fv_top_area .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_top_area {
    height: auto;
  }
}

.fv_top_area_inner {
  position: relative;
  text-align: left;
  z-index: 5;
  padding-top: 1.875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .fv_top_area_inner {
    padding-top: 0;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_top_area_inner .pc {
    display: none !important;
  }
  .fv_top_area_inner .sp {
    display: block !important;
  }
}

.fv_txt_box {
  padding-bottom: 3.3125rem;
}
@media screen and (max-width: 1200px) {
  .fv_txt_box {
    padding: 3.3125rem 1rem;
  }
}
@media screen and (max-width: 950px) {
  .fv_txt_box {
    padding: 1.875rem 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_txt_box .pc {
    display: none !important;
  }
  .fv_txt_box .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_txt_box {
    padding: 1.875rem 2.1875rem;
  }
}

.fv_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6875rem;
  font-weight: bold;
  line-height: 4.5rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 950px) {
  .fv_ttl {
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_ttl .pc {
    display: none !important;
  }
  .fv_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .fv_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .fv_ttl .pc {
    display: none !important;
  }
  .fv_ttl .tablet {
    display: none !important;
  }
  .fv_ttl .sp-only {
    display: flex !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 374px) {
  .fv_ttl {
    font-size: 1.375rem;
  }
}

.fv_ttl_span {
  color: #BF3A2F;
  font-size: 3.3125rem;
}
@media screen and (max-width: 950px) {
  .fv_ttl_span {
    font-size: 2.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_ttl_span .pc {
    display: none !important;
  }
  .fv_ttl_span .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .fv_ttl_span {
    font-size: 1.8125rem;
  }
  .fv_ttl_span .pc {
    display: none !important;
  }
  .fv_ttl_span .tablet {
    display: none !important;
  }
  .fv_ttl_span .sp-only {
    display: flex !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_ttl_span {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 374px) {
  .fv_ttl_span {
    font-size: 1.6875rem;
  }
}

.yellow_line {
  position: relative;
  z-index: 1;
}

.yellow_line::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 21px;
  background: #F8EE94;
  bottom: 10px;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .yellow_line::after {
    height: 16px;
    bottom: 5px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .yellow_line::after .pc {
    display: none !important;
  }
  .yellow_line::after .sp {
    display: block !important;
  }
}

.fv_subttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3.375rem;
  padding-bottom: 1.0625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .fv_subttl {
    font-size: 1.75rem;
    line-height: 2.8125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_subttl .pc {
    display: none !important;
  }
  .fv_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .fv_subttl {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    font-weight: bold;
  }
  .fv_subttl .pc {
    display: none !important;
  }
  .fv_subttl .tablet {
    display: none !important;
  }
  .fv_subttl .sp-only {
    display: flex !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_subttl {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 374px) {
  .fv_subttl {
    font-size: 1.125rem;
  }
}

.notes {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .notes {
    font-size: 0.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .notes .pc {
    display: none !important;
  }
  .notes .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 0.75rem;
  }
  .notes .pc {
    display: none !important;
  }
  .notes .tablet {
    display: none !important;
  }
  .notes .sp-only {
    display: flex !important;
  }
}

/*---ひいらぎの特徴---*/
@media screen and (max-width: 1200px) {
  .fv_box {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 950px) {
  .fv_box {
    position: relative;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_box .pc {
    display: none !important;
  }
  .fv_box .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fv_name_box {
  position: absolute;
  right: 40px;
  top: 52px;
  width: 170px;
}
@media screen and (min-width: 1280px) {
  .fv_name_box {
    right: 95px;
  }
}
@media screen and (min-width: 1440px) {
  .fv_name_box {
    right: 120px;
  }
}
@media screen and (max-width: 950px) {
  .fv_name_box {
    right: 40px;
    top: 330px;
    width: 125px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_name_box .pc {
    display: none !important;
  }
  .fv_name_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .fv_name_box {
    right: auto;
    left: 16px;
    top: 270px;
    width: 125px;
  }
  .fv_name_box .pc {
    display: none !important;
  }
  .fv_name_box .tablet {
    display: none !important;
  }
  .fv_name_box .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 374px) {
  .fv_name_box {
    top: 240px;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_name_box {
    right: 210px;
    left: auto;
    top: 210px;
    width: 125px;
  }
}

.fv_name_hiiragi {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .fv_name_hiiragi {
    font-size: 1rem;
    line-height: 1.6875rem;
    padding-bottom: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_name_hiiragi .pc {
    display: none !important;
  }
  .fv_name_hiiragi .sp {
    display: block !important;
  }
}

.fv_name_director {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.1em;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .fv_name_director {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    padding-top: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_name_director .pc {
    display: none !important;
  }
  .fv_name_director .sp {
    display: block !important;
  }
}

.sp_fv_imgarea {
  text-align: right;
}
@media (orientation: landscape) and (max-width: 950px) {
  .sp_fv_imgarea {
    margin-top: -180px;
    margin-right: -140px;
  }
}

@media screen and (max-width: 950px) {
  .sp_fv_img {
    max-width: 140%;
    margin-left: -30px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .sp_fv_img .pc {
    display: none !important;
  }
  .sp_fv_img .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .sp_fv_img {
    max-width: 120%;
    max-height: 500px;
    margin-right: -20px;
  }
}

.fv_point_wrap {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 950px) {
  .fv_point_wrap {
    padding-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_point_wrap .pc {
    display: none !important;
  }
  .fv_point_wrap .sp {
    display: block !important;
  }
}

.fv_point_list {
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
@media screen and (max-width: 950px) {
  .fv_point_list {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_point_list .pc {
    display: none !important;
  }
  .fv_point_list .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_point_list {
    width: 60%;
    max-width: 500px;
    padding-left: 2.1875rem;
    justify-content: flex-start;
  }
}

.fv_point_list_item {
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  width: 235px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFE2B7;
  border: 1px solid #000000;
  border-radius: 6px;
  gap: 15px;
}
@media screen and (max-width: 950px) {
  .fv_point_list_item {
    font-size: 0.9375rem;
    gap: 7px;
    width: 150px;
    height: 40px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_point_list_item .pc {
    display: none !important;
  }
  .fv_point_list_item .sp {
    display: block !important;
  }
}

.fv_point_list_item02 {
  width: 290px;
}
@media screen and (max-width: 950px) {
  .fv_point_list_item02 {
    width: 178px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_point_list_item02 .pc {
    display: none !important;
  }
  .fv_point_list_item02 .sp {
    display: block !important;
  }
}

.fv_point_list_item03 {
  width: 170px;
}
@media screen and (max-width: 950px) {
  .fv_point_list_item03 {
    width: 108px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_point_list_item03 .pc {
    display: none !important;
  }
  .fv_point_list_item03 .sp {
    display: block !important;
  }
}

.fv_point_list_item04 {
  width: 355px;
}
@media screen and (max-width: 950px) {
  .fv_point_list_item04 {
    width: 220px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_point_list_item04 .pc {
    display: none !important;
  }
  .fv_point_list_item04 .sp {
    display: block !important;
  }
}

.icon {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 950px) {
  .icon {
    height: 20px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .icon .pc {
    display: none !important;
  }
  .icon .sp {
    display: block !important;
  }
}

/*---予約用電話ボタン---*/
.reserve_container {
  text-align: center;
  width: 457px;
}
@media screen and (max-width: 950px) {
  .reserve_container {
    width: 100%;
    padding: 0 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .reserve_container .pc {
    display: none !important;
  }
  .reserve_container .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .reserve_container {
    padding: 0 2.1875rem;
    width: 457px;
  }
}

.reserve_txt {
  color: #518459;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.0625rem;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 950px) {
  .reserve_txt {
    font-size: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .reserve_txt .pc {
    display: none !important;
  }
  .reserve_txt .sp {
    display: block !important;
  }
}
@media (max-height: 670px) {
  .reserve_txt {
    color: #5d9a66;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .reserve_txt {
    color: #5d9a66;
  }
}

.reserve_txt::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #518459;
  left: -36px;
  bottom: 13px;
  transform: rotate(-120deg);
}

.reserve_txt::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #518459;
  right: -36px;
  bottom: 13px;
  transform: rotate(120deg);
}

.tell_link {
  background-color: #518459;
  border-radius: 6px;
  width: 457px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 0.625rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.5625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .tell_link {
    max-width: 457px;
    width: 100%;
    height: 70px;
    margin: 0.625rem auto 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .tell_link .pc {
    display: none !important;
  }
  .tell_link .sp {
    display: block !important;
  }
}

.tell_icon {
  width: 31px;
  height: 31px;
}

/*---FV下部画像エリア---*/
.fv_bottom_area {
  padding-top: 0.9375rem;
  padding-bottom: 7.125rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .fv_bottom_area {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    padding-right: 1rem;
    padding-left: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_bottom_area .pc {
    display: none !important;
  }
  .fv_bottom_area .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_bottom_area {
    padding-top: 4.375rem;
  }
}

.fv_bottom_img {
  max-width: 1220px;
  width: 84.3vw;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .fv_bottom_img {
    width: 1220px;
  }
}
@media screen and (max-width: 950px) {
  .fv_bottom_img {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_bottom_img .pc {
    display: none !important;
  }
  .fv_bottom_img .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
2.0 - メイン（main） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 4.0 - 施術コース導入（course）
----------------------------------------------------------  */
.course {
  background-color: #51846D;
  position: relative;
  text-align: center;
}

.course_container {
  margin: 0 auto;
  text-align: center;
  padding-top: 5.625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 950px) {
  .course_container {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .course_container .pc {
    display: none !important;
  }
  .course_container .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .course_container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.course_ttl_box {
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 950px) {
  .course_ttl_box {
    padding-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .course_ttl_box .pc {
    display: none !important;
  }
  .course_ttl_box .sp {
    display: block !important;
  }
}

.course_ttl {
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.5625rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 0.3125rem;
}
.course_ttl:nth-child(2) {
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 950px) {
  .course_ttl:nth-child(2) {
    padding-bottom: 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .course_ttl:nth-child(2) .pc {
    display: none !important;
  }
  .course_ttl:nth-child(2) .sp {
    display: block !important;
  }
}
.course_ttl:last-child {
  padding-bottom: 0rem;
}
@media screen and (max-width: 950px) {
  .course_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .course_ttl .pc {
    display: none !important;
  }
  .course_ttl .sp {
    display: block !important;
  }
}

.green_line {
  position: relative;
  z-index: 1;
  font-size: 2.625rem;
  line-height: 3.875rem;
}
@media screen and (max-width: 950px) {
  .green_line {
    font-size: 2.125rem;
    line-height: 2.5625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .green_line .pc {
    display: none !important;
  }
  .green_line .sp {
    display: block !important;
  }
}

.green_line::after {
  position: absolute;
  content: "";
  width: 102%;
  height: 21px;
  background: #166A60;
  bottom: -2px;
  left: -3px;
  z-index: -1;
}

.course_list_container {
  margin: 0 auto;
  position: relative;
  padding-bottom: 3.125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 1045px;
}
@media screen and (max-width: 950px) {
  .course_list_container {
    max-width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .course_list_container .pc {
    display: none !important;
  }
  .course_list_container .sp {
    display: block !important;
  }
}

.course_box {
  background-color: #166A60;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 250px;
  height: 172px;
  gap: 15px;
}
@media screen and (max-width: 950px) {
  .course_box {
    width: calc(50% - 8px);
    max-width: 250px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .course_box .pc {
    display: none !important;
  }
  .course_box .sp {
    display: block !important;
  }
}

.course_icon {
  width: 100%;
  text-align: center;
  align-self: flex-end;
}

.course_box_txt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 100%;
  align-self: start;
}
.course_box_txt span {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 950px) {
  .course_box_txt {
    font-size: 1.0625rem;
    line-height: 2.0625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .course_box_txt .pc {
    display: none !important;
  }
  .course_box_txt .sp {
    display: block !important;
  }
}

/*---ボタン 施術コース---*/
.btn_wrapper {
  margin: 0 auto;
  text-align: center;
}

.btn_gr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 27px;
  border: solid 2px #166A60;
  color: #166A60;
  background-color: #fff;
  width: 245px;
  height: 53px;
  padding-left: 32px;
  margin: 0 auto;
}

.btn_gr::after {
  content: "";
  width: 8.5px;
  height: 8.5px;
  border-top: 2px solid #166A60;
  border-right: 2px solid #166A60;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23px;
}

.btn_gr:hover {
  background-color: #166A60;
  color: #fff;
  border: solid 2px #166A60;
}

.btn_gr:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*  ----------------------------------------------------------
# 4.0 - 施術コース導入（course） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
5.0 - キャンペーン（campaign）
----------------------------------------------------------  */
.campaign {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 4.375rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 950px) {
  .campaign {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .campaign .pc {
    display: none !important;
  }
  .campaign .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .campaign {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.campaign2 {
  padding-top: 6.25rem;
}

.campaign_img {
  width: 888px;
  height: auto;
  margin-bottom: 2.5rem;
}

.campaign_link_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  max-width: 1000px;
  gap: 47px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 950px) {
  .campaign_link_wrapper {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .campaign_link_wrapper .pc {
    display: none !important;
  }
  .campaign_link_wrapper .sp {
    display: block !important;
  }
}

@media screen and (max-width: 950px) {
  .campaign_reserve_box {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .campaign_reserve_box .pc {
    display: none !important;
  }
  .campaign_reserve_box .sp {
    display: block !important;
  }
}

/*---予約用電話ボタン---*/
.campaign_reserve_txt {
  color: #E72F20;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.0625rem;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 950px) {
  .campaign_reserve_txt {
    font-size: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .campaign_reserve_txt .pc {
    display: none !important;
  }
  .campaign_reserve_txt .sp {
    display: block !important;
  }
}

.campaign_reserve_txt::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #E72F20;
  left: -36px;
  bottom: 13px;
  transform: rotate(-120deg);
}

.campaign_reserve_txt::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #E72F20;
  right: -36px;
  bottom: 13px;
  transform: rotate(120deg);
}

.campaign_tell_link {
  background-color: #E72F20;
  border-radius: 6px;
  width: 457px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 0.625rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.5625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .campaign_tell_link {
    max-width: 457px;
    width: 100%;
    height: 70px;
    margin: 0.625rem auto 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .campaign_tell_link .pc {
    display: none !important;
  }
  .campaign_tell_link .sp {
    display: block !important;
  }
}

.campaign_tell_icon {
  width: 31px;
  height: 31px;
}

/*---ボタン 施術コース---*/
.btn_rd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 33px;
  border: solid 2px #E72F20;
  color: #E72F20;
  background-color: #fff;
  width: 330px;
  height: 81px;
  padding-left: 30px;
}
@media screen and (max-width: 950px) {
  .btn_rd {
    width: 100%;
    max-width: 350px;
    height: 70px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .btn_rd .pc {
    display: none !important;
  }
  .btn_rd .sp {
    display: block !important;
  }
}

.btn_rd::after {
  content: "";
  width: 11.3px;
  height: 11.3px;
  border-top: 2px solid #E72F20;
  border-right: 2px solid #E72F20;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 28px;
}

.btn_rd:hover {
  background-color: #E72F20;
  color: #fff;
  border: solid 2px #E72F20;
}

.btn_rd:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*  ----------------------------------------------------------
5.0 - キャンペーン（campaign） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 6.0 - 施術前と施術後（before_after）
----------------------------------------------------------  */
.before-after {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 950px) {
  .before-after {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    padding-right: 1rem;
    padding-left: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before-after .pc {
    display: none !important;
  }
  .before-after .sp {
    display: block !important;
  }
}

.before-after_ttl {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 3.125rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 950px) {
  .before-after_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-bottom: 0.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before-after_ttl .pc {
    display: none !important;
  }
  .before-after_ttl .sp {
    display: block !important;
  }
}

.before-after_note {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6875rem;
  letter-spacing: 0.1em;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 950px) {
  .before-after_note {
    font-size: 0.875rem;
    padding-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before-after_note .pc {
    display: none !important;
  }
  .before-after_note .sp {
    display: block !important;
  }
}

.before-after_imgarea {
  display: flex;
  justify-content: center;
  gap: 21px;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .before-after_imgarea {
    flex-wrap: wrap;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before-after_imgarea .pc {
    display: none !important;
  }
  .before-after_imgarea .sp {
    display: block !important;
  }
}

.before_area,
.after_area {
  width: 480px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem;
  gap: 20px 0;
  border-radius: 6px;
}
@media screen and (max-width: 950px) {
  .before_area,
.after_area {
    width: 100%;
    padding: 1.25rem;
    justify-content: center;
    max-width: 480px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before_area .pc,
.after_area .pc {
    display: none !important;
  }
  .before_area .sp,
.after_area .sp {
    display: block !important;
  }
}

.before-after_txtarea {
  text-align: left;
  margin: 0 auto;
  width: 200px;
  align-self: center;
  padding-left: 34px;
}
@media screen and (max-width: 950px) {
  .before-after_txtarea {
    width: 50%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before-after_txtarea .pc {
    display: none !important;
  }
  .before-after_txtarea .sp {
    display: block !important;
  }
}

.before_txt_ja,
.after_txt_ja {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 3.3125rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 950px) {
  .before_txt_ja,
.after_txt_ja {
    font-size: 1.625rem;
    line-height: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before_txt_ja .pc,
.after_txt_ja .pc {
    display: none !important;
  }
  .before_txt_ja .sp,
.after_txt_ja .sp {
    display: block !important;
  }
}

.before_txt_ja::before {
  content: "before";
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: -20px;
  color: rgba(231, 49, 32, 0.3);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 950px) {
  .before_txt_ja::before {
    font-size: 0.9375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before_txt_ja::before .pc {
    display: none !important;
  }
  .before_txt_ja::before .sp {
    display: block !important;
  }
}

.after_txt_ja::before {
  content: "after";
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: -20px;
  color: rgba(231, 49, 32, 0.3);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 950px) {
  .after_txt_ja::before {
    font-size: 0.9375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .after_txt_ja::before .pc {
    display: none !important;
  }
  .after_txt_ja::before .sp {
    display: block !important;
  }
}

.before01,
.after01 {
  width: 200px;
  border-radius: 6px;
}
@media screen and (max-width: 950px) {
  .before01,
.after01 {
    width: 50%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before01 .pc,
.after01 .pc {
    display: none !important;
  }
  .before01 .sp,
.after01 .sp {
    display: block !important;
  }
}

.before02,
.after02 {
  width: 400px;
  border-radius: 6px;
}
@media screen and (max-width: 950px) {
  .before02,
.after02 {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .before02 .pc,
.after02 .pc {
    display: none !important;
  }
  .before02 .sp,
.after02 .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 6.0 - 施術前と施術後（before_after） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 7.0 - 皆様からの声（voice）
----------------------------------------------------------  */
.voice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem 2.5rem;
}
@media screen and (max-width: 950px) {
  .voice {
    padding: 0 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice .pc {
    display: none !important;
  }
  .voice .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .voice {
    padding: 0 2.1875rem;
  }
}

.voice_ttl {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 3.125rem;
  letter-spacing: 0.1em;
  padding-bottom: 5rem;
}
@media screen and (max-width: 950px) {
  .voice_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice_ttl .pc {
    display: none !important;
  }
  .voice_ttl .sp {
    display: block !important;
  }
}

.voice_ttl_case{
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: -10px;
}
@media screen and (max-width: 950px) {
  .voice_ttl_case {
    font-size: 14px;
    margin-top: -5px;
  }
  .voice_ttl_case .pc {
    display: none !important;
  }
  .voice_ttl_case .sp {
    display: block !important;
  }
}

.voice_container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .voice_container {
    width: 850px;
  }
}
@media screen and (max-width: 950px) {
  .voice_container {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice_container .pc {
    display: none !important;
  }
  .voice_container .sp {
    display: block !important;
  }
}

.voice_user {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .voice_user {
    padding-bottom: 3.75rem;
    display: block;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice_user .pc {
    display: none !important;
  }
  .voice_user .sp {
    display: block !important;
  }
}

.voice_user_ttl {
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .voice_user_ttl {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice_user_ttl .pc {
    display: none !important;
  }
  .voice_user_ttl .sp {
    display: block !important;
  }
}

.user1 {
  padding-top: 3.125rem;
  padding-bottom: 1.5rem;
}

.user2 {
  padding-top: 1.125rem;
  padding-bottom: 1.625rem;
}

.user3 {
  padding-top: 4.375rem;
  padding-bottom: 1.375rem;
}

.user4 {
  padding-top: 3.5625rem;
  padding-bottom: 1.375rem;
}

@media screen and (max-width: 950px) {
  .user1,
.user2,
.user3,
.user4 {
    padding-top: 0;
    padding-bottom: 1.25rem;
  }
  /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.voice_user_txtarea {
  order: 1;
}
@media screen and (max-width: 1200px) {
  .voice_user_txtarea {
    width: 500px;
  }
}
@media screen and (max-width: 950px) {
  .voice_user_txtarea {
    width: 100%;
    padding-top: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice_user_txtarea .pc {
    display: none !important;
  }
  .voice_user_txtarea .sp {
    display: block !important;
  }
}

.voice_user_txt {
  font-size: 1.125rem;
  line-height: 1.96875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: left;
  width: 545px;
}
@media screen and (max-width: 1200px) {
  .voice_user_txt {
    width: 480px;
  }
}
@media screen and (max-width: 950px) {
  .voice_user_txt {
    font-size: 1rem;
    line-height: 1.6875rem;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice_user_txt .pc {
    display: none !important;
  }
  .voice_user_txt .sp {
    display: block !important;
  }
}

.voice_user_txt2 {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .voice_user_txt2 {
    width: 480px;
  }
}
@media screen and (max-width: 950px) {
  .voice_user_txt2 {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .voice_user_txt2 .pc {
    display: none !important;
  }
  .voice_user_txt2 .sp {
    display: block !important;
  }
}

.user_img {
  width: 400px;
  height: 450px;
  border-radius: 6px;
  order: 0;
}
@media screen and (max-width: 1200px) {
  .user_img {
    width: 320px;
  }
}
@media screen and (max-width: 950px) {
  .user_img {
    width: 100%;
    height: auto;
    max-height: 450px;
    max-width: 400px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .user_img .pc {
    display: none !important;
  }
  .user_img .sp {
    display: block !important;
  }
}

.user_img02,
.user_img4 {
  order: 2;
}

/*  ----------------------------------------------------------
# 7.0 - 皆様からの声（voice） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 8.0 - ごあいさつ（greetings）
----------------------------------------------------------  */
.greetings {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 950px) {
  .greetings {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings .pc {
    display: none !important;
  }
  .greetings .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .greetings {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.greetings_container {
  width: 100%;
}

.greetings_container_inner {
  position: relative;
  height: 665px;
}
@media screen and (max-width: 950px) {
  .greetings_container_inner {
    height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_container_inner .pc {
    display: none !important;
  }
  .greetings_container_inner .sp {
    display: block !important;
  }
}

.greetings_container_inner::before {
  content: "";
  background-color: #fff;
  z-index: 0;
  width: calc(100% - 1162px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 950px) {
  .greetings_container_inner::before {
    display: none;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_container_inner::before .pc {
    display: none !important;
  }
  .greetings_container_inner::before .sp {
    display: block !important;
  }
}

.greetings_container_inner::after {
  content: "";
  width: calc(100% - 1162px);
  height: calc(100% - 175px);
  background-color: #FCEEDA;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50px 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .greetings_container_inner::after {
    display: none;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_container_inner::after .pc {
    display: none !important;
  }
  .greetings_container_inner::after .sp {
    display: block !important;
  }
}

.greetings_box {
  display: flex;
  justify-content: center;
  gap: 68px;
  align-items: flex-end;
  background-color: #fff;
  width: 1162px;
  text-align: left;
  border-radius: 0 0 50px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .greetings_box {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .greetings_box {
    width: 100%;
    display: block;
    border-radius: 6px;
    padding: 1.875rem 1rem 2.5rem 1rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_box .pc {
    display: none !important;
  }
  .greetings_box .sp {
    display: block !important;
  }
}

.director_img {
  width: 462px;
  height: 644px;
  border-radius: 6px;
  margin-top: 1.25rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .director_img {
    width: 400px;
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 950px) {
  .director_img {
    width: 90%;
    height: auto;
    max-height: 644px;
    margin: 0 auto;
    max-width: 462px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .director_img .pc {
    display: none !important;
  }
  .director_img .sp {
    display: block !important;
  }
}

.greetings_txtarea {
  padding-bottom: 5rem;
  width: 449px;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .greetings_txtarea {
    width: 100%;
    padding-bottom: 0;
    padding-top: 1.25rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_txtarea .pc {
    display: none !important;
  }
  .greetings_txtarea .sp {
    display: block !important;
  }
}

.greetings_ttl {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 3.125rem;
  padding-bottom: 2.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 950px) {
  .greetings_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_ttl .pc {
    display: none !important;
  }
  .greetings_ttl .sp {
    display: block !important;
  }
}

.greetings_subttl {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.5625rem;
  padding-bottom: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .greetings_subttl {
    font-size: 1.25rem;
    line-height: 2.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_subttl .pc {
    display: none !important;
  }
  .greetings_subttl .sp {
    display: block !important;
  }
}

.greetings_txt {
  font-size: 1.125rem;
  line-height: 1.96875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .greetings_txt {
    font-size: 1rem;
    line-height: 1.6875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .greetings_txt .pc {
    display: none !important;
  }
  .greetings_txt .sp {
    display: block !important;
  }
}

.job {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 950px) {
  .job {
    font-size: 1rem;
    padding-bottom: 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .job .pc {
    display: none !important;
  }
  .job .sp {
    display: block !important;
  }
}

.director {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 950px) {
  .director {
    font-size: 1.125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .director .pc {
    display: none !important;
  }
  .director .sp {
    display: block !important;
  }
}

.name {
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 950px) {
  .name {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .name .pc {
    display: none !important;
  }
  .name .sp {
    display: block !important;
  }
}

/*---資格・認定書---*/
.certificate {
  background-color: #FCEEDA;
  text-align: center;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 950px) {
  .certificate {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .certificate .pc {
    display: none !important;
  }
  .certificate .sp {
    display: block !important;
  }
}

.certificate_img_box {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .certificate_img_box {
    width: 100%;
    max-width: 500px;
    gap: 16px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .certificate_img_box {
    padding: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .certificate_img_box .pc {
    display: none !important;
  }
  .certificate_img_box .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .certificate_img_box {
    padding: 0 1.5625rem;
  }
}

.certificate_img {
  width: auto;
  height: 190px;
}
@media screen and (max-width: 950px) {
  .certificate_img {
    width: calc(50% - 8px);
    height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .certificate_img:nth-of-type(1), .certificate_img:nth-of-type(2) {
    width: 100%;
  }
  .certificate_img .pc {
    display: none !important;
  }
  .certificate_img .sp {
    display: block !important;
  }
}

/*---医療関係者から推薦---*/
.recommend {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
  max-width: 1200px;
  padding: 4.8125rem 6.25rem 6.25rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recommend {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .recommend {
    padding: 1.875rem 1rem 2.5rem 1rem;
    border-radius: 6px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend .pc {
    display: none !important;
  }
  .recommend .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .recommend {
    padding: 1.875rem 1.5625rem 2.5rem;
  }
}

.recommend_txtarea {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 950px) {
  .recommend_txtarea {
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_txtarea .pc {
    display: none !important;
  }
  .recommend_txtarea .sp {
    display: block !important;
  }
}

.recommend_ttl {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 3.125rem;
  letter-spacing: 0.1em;
  padding-top: 1.4375rem;
  padding-bottom: 4.3125rem;
}
@media screen and (max-width: 950px) {
  .recommend_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_ttl .pc {
    display: none !important;
  }
  .recommend_ttl .sp {
    display: block !important;
  }
}

.recommend_subttl {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.5625rem;
  padding-bottom: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .recommend_subttl {
    font-size: 1.25rem;
    line-height: 2.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_subttl .pc {
    display: none !important;
  }
  .recommend_subttl .sp {
    display: block !important;
  }
}

.recommend_job {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 2.5625rem;
}
@media screen and (max-width: 950px) {
  .recommend_job {
    font-size: 1rem;
    padding-bottom: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_job .pc {
    display: none !important;
  }
  .recommend_job .sp {
    display: block !important;
  }
}

.recommend_director {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 950px) {
  .recommend_director {
    font-size: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_director .pc {
    display: none !important;
  }
  .recommend_director .sp {
    display: block !important;
  }
}

.recommend_name {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 950px) {
  .recommend_name {
    font-size: 1.375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_name .pc {
    display: none !important;
  }
  .recommend_name .sp {
    display: block !important;
  }
}

.recommend_txt {
  font-size: 1.125rem;
  line-height: 1.96875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .recommend_txt {
    font-size: 1rem;
    line-height: 1.6875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_txt .pc {
    display: none !important;
  }
  .recommend_txt .sp {
    display: block !important;
  }
}

.recommend_img {
  position: absolute;
  right: 57px;
  top: 0;
  width: 337px;
  height: 408px;
}
@media screen and (max-width: 950px) {
  .recommend_img {
    position: static;
    width: 90%;
    height: auto;
    max-height: 408px;
    max-width: 337px;
    margin-bottom: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .recommend_img .pc {
    display: none !important;
  }
  .recommend_img .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 8.0 - ごあいさつ（greetings） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 9.0 - アクセス（access）
----------------------------------------------------------  */
.access {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .access {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .access {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access .pc {
    display: none !important;
  }
  .access .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .access {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.access_container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
@media screen and (max-width: 1200px) {
  .access_container {
    width: 100%;
    gap: 30px 0;
  }
}

.access_ttl {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 3.125rem;
  padding-bottom: 3.75rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .access_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_ttl .pc {
    display: none !important;
  }
  .access_ttl .sp {
    display: block !important;
  }
}

.access_info_area {
  text-align: left;
  width: calc(100% - 680px);
}
@media screen and (max-width: 1200px) {
  .access_info_area {
    width: 50%;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .access_info_area {
    width: 100%;
    padding-right: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_info_area .pc {
    display: none !important;
  }
  .access_info_area .sp {
    display: block !important;
  }
}

.access_info_name {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.5625rem;
  padding-bottom: 2.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 950px) {
  .access_info_name {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    padding-bottom: 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_info_name .pc {
    display: none !important;
  }
  .access_info_name .sp {
    display: block !important;
  }
}

.access_info_tel {
  display: block;
  color: #166A60;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5625rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 950px) {
  .access_info_tel {
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_info_tel .pc {
    display: none !important;
  }
  .access_info_tel .sp {
    display: block !important;
  }
}

.access_info_tel:hover {
  text-decoration: underline;
}

.access_info_tel_span {
  font-size: 1rem;
}

.access_info_address {
  font-size: 1.125rem;
  line-height: 1.96875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: left;
  padding-bottom: 0.625rem;
}
.access_info_address:last-of-type {
  padding-bottom: 1.25rem;
}

.access_point_wrap {
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 950px) {
  .access_point_wrap {
    padding-bottom: 1.25rem;
    text-align: left;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_point_wrap .pc {
    display: none !important;
  }
  .access_point_wrap .sp {
    display: block !important;
  }
}

.access_point_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 950px) {
  .access_point_list {
    justify-content: left;
    gap: 6px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_point_list .pc {
    display: none !important;
  }
  .access_point_list .sp {
    display: block !important;
  }
}

.access_point_list_item {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  gap: 10px;
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 950px) {
  .access_point_list_item {
    font-size: 0.9375rem;
    gap: 5px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_point_list_item .pc {
    display: none !important;
  }
  .access_point_list_item .sp {
    display: block !important;
  }
}

.tell {
  gap: 9px;
}

.access_img {
  width: 680px;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .access_img {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .access_img {
    width: 100%;
    border-radius: 6px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_img .pc {
    display: none !important;
  }
  .access_img .sp {
    display: block !important;
  }
}

/*---診療時間の表---*/
.consultation-hours {
  border-collapse: collapse;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .consultation-hours {
    width: 100%;
  }
  .consultation-hours .pc {
    display: none !important;
  }
  .consultation-hours .tablet {
    display: none !important;
  }
  .consultation-hours .sp-only {
    display: flex !important;
  }
}
.consultation-hours tr {
  border-bottom: solid 1px #828282;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.consultation-hours tr td {
  font-size: 22px;
  font-weight: 500;
  width: 142px;
}
.consultation-hours tr td.hours {
  font-size: 20px;
}
@media screen and (max-width: 950px) {
  .consultation-hours tr td {
    font-size: 16px;
    width: 94px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .consultation-hours tr td .pc {
    display: none !important;
  }
  .consultation-hours tr td .sp {
    display: block !important;
  }
}
.consultation-hours tr th {
  padding-right: 20px;
}
@media screen and (max-width: 950px) {
  .consultation-hours tr th {
    font-size: 16px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .consultation-hours tr th .pc {
    display: none !important;
  }
  .consultation-hours tr th .sp {
    display: block !important;
  }
}
.consultation-hours tr th:last-of-type {
  padding-right: 0;
}
.consultation-hours tr th,
.consultation-hours tr td {
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.consultation-hours tr th.open,
.consultation-hours tr td.open {
  font-size: 12px;
  color: #51846D;
  position: relative;
}
.consultation-hours tr th.open::after,
.consultation-hours tr td.open::after {
  content: "";
  font-size: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #51846D;
  position: absolute;
  top: 41%;
  left: 10%;
}
.consultation-hours tr th.close,
.consultation-hours tr td.close {
  font-size: 12px;
  color: #828282;
  position: relative;
}
.consultation-hours tr th.close::after,
.consultation-hours tr td.close::after {
  content: "";
  font-size: 12px;
  width: 12px;
  height: 3px;
  background-color: #828282;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.consultation-hours tr th.position::after,
.consultation-hours tr td.position::after {
  content: "";
  font-size: 12px;
  width: 12px;
  height: 3px;
  background-color: #828282;
  position: absolute;
  top: 50%;
  left: 25%;
}
.consultation-hours tr th.small,
.consultation-hours tr td.small {
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .consultation-hours tr th.small,
.consultation-hours tr td.small {
    font-size: 14px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .consultation-hours tr th.small .pc,
.consultation-hours tr td.small .pc {
    display: none !important;
  }
  .consultation-hours tr th.small .sp,
.consultation-hours tr td.small .sp {
    display: block !important;
  }
}
.consultation-hours tr th.small .ls_1,
.consultation-hours tr td.small .ls_1 {
  letter-spacing: -0.37em;
}
.consultation-hours tr th.small .ls_2,
.consultation-hours tr td.small .ls_2 {
  letter-spacing: -0.25em;
}

.access_map {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .access_map {
    display: block;
    height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .access_map .pc {
    display: none !important;
  }
  .access_map .sp {
    display: block !important;
  }
}

.facebook_area {
  width: 420px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .facebook_area {
    width: 100%;
    margin-bottom: 1.875rem;
    height: 400px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .facebook_area .pc {
    display: none !important;
  }
  .facebook_area .sp {
    display: block !important;
  }
}

.map {
  border-radius: 6px;
  overflow: hidden;
  width: 680px;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .map {
    width: 100%;
    height: 400px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .map .pc {
    display: none !important;
  }
  .map .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 9.0 - アクセス（access） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 10.0 - フッター（footer）
----------------------------------------------------------  */
.footer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #51846D;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .footer {
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .footer .pc {
    display: none !important;
  }
  .footer .sp {
    display: block !important;
  }
}

.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 1280px) {
  .footer_container {
    box-sizing: content-box;
  }
}
@media screen and (max-width: 950px) {
  .footer_container {
    width: 100%;
    display: block;
    padding: 1.25rem 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .footer_container .pc {
    display: none !important;
  }
  .footer_container .sp {
    display: block !important;
  }
}

/*---フッターナビ---*/
.footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 510px;
  gap: 45px;
}

.f_menu_list {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.f_menu_list:hover {
  opacity: 0.7;
}

.copyright {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .copyright {
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .copyright .pc {
    display: none !important;
  }
  .copyright .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 10.0 - フッター（footer） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 11.0 - SPハンバーガーメニュー（hamburger-menu）
----------------------------------------------------------  */
.c-header-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (orientation: landscape) and (max-width: 950px) {
  .c-header-menu {
    right: 10px;
  }
}

.c-header-menu .is-line {
  position: absolute;
  left: 50%;
  top: 28px;
  margin: 0 auto;
  transform: translateX(-50%);
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  width: 40px;
}

.c-header-menu a {
  display: block;
  width: 40px;
  height: 25px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  margin: 18px 16px;
}

.c-header-menu a .is-line span {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  padding-top: 2px;
}

.c-header-menu a span::before,
.c-header-menu a span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
}

.c-header-menu a span::before {
  top: 0px;
}

.c-header-menu a span::after {
  vertical-align: -1px;
  top: -7px;
}

.c-header-menu a span.is-show::before {
  content: "";
  transform: rotate(-20deg);
  top: -7px;
}

.c-header-menu a span.is-show::after {
  content: "";
  transform: rotate(20deg);
  top: -7px;
}

/*---メニュー内---*/
.h_menu_list_sp {
  position: relative;
  padding: 1rem;
  display: inline-flex;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.h_menu_list_sp:hover {
  background-color: #fff;
  color: #51846D;
}
@media (orientation: landscape) and (max-width: 950px) {
  .h_menu_list_sp {
    padding: 1rem 1rem 1rem 2.5rem;
  }
}

.l-hamburger-navwrap {
  position: relative;
  z-index: 500;
}

.c-hamburger-nav-large {
  margin: 60px 0;
}

.l-hamburger-nav {
  position: fixed;
  width: 100%;
  max-width: 430px;
  height: 100%;
  z-index: 1000;
  background: #518459;
  bottom: 0;
  left: -100%;
  /* 初期位置を画面外に設定 */
  transition: left 0.5s ease-in-out;
}

.l-hamburger-nav.is-show {
  bottom: 0;
  left: 0;
}

.l-hamburger-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明の黒背景 */
  z-index: 400;
  /* ハンバーガーメニューよりも背面に表示 */
  display: none;
  /* 最初は非表示 */
}

.l-hamburger-background.is-show {
  display: block;
  /* メニューが表示されているときに背景を表示 */
}

/*  ----------------------------------------------------------
# 11.0 - SPハンバーガーメニュー（hamburger-menu） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 12.0 - 下層・料金表（menu）
----------------------------------------------------------  */
.main_menu {
  width: 100%;
  text-align: center;
}

.menu_title_container {
  height: 350px;
  width: 100%;
  background-image: url("../img/head_img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .menu_title_container {
    height: 120px;
    margin-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_title_container .pc {
    display: none !important;
  }
  .menu_title_container .sp {
    display: block !important;
  }
}

.menu_title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 3.125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .menu_title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_title .pc {
    display: none !important;
  }
  .menu_title .sp {
    display: block !important;
  }
}

/*---メニュー一覧---*/
.menu_list_wrap {
  padding-bottom: 5rem;
}
@media screen and (max-width: 950px) {
  .menu_list_wrap {
    padding: 0 1rem 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_list_wrap .pc {
    display: none !important;
  }
  .menu_list_wrap .sp {
    display: block !important;
  }
}

.menu_list {
  background-color: #518459;
  border-radius: 6px;
  padding: 0.9375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .menu_list {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    gap: 10px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_list .pc {
    display: none !important;
  }
  .menu_list .sp {
    display: block !important;
  }
}

.menu_list_item {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-right: 1px solid #fff;
  display: flex;
}
.menu_list_item:last-child {
  border-right: none;
}
@media screen and (max-width: 950px) {
  .menu_list_item {
    font-size: 1rem;
    line-height: 1.6875rem;
    border-radius: 6px;
    background-color: #518459;
    min-width: 150px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_list_item:nth-of-type(2), .menu_list_item:nth-of-type(4) {
    border-right: none;
  }
  .menu_list_item .pc {
    display: none !important;
  }
  .menu_list_item .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .menu_list_item {
    width: 48%;
  }
  .menu_list_item .pc {
    display: none !important;
  }
  .menu_list_item .tablet {
    display: none !important;
  }
  .menu_list_item .sp-only {
    display: flex !important;
  }
}

.menu_list_item a {
  padding: 0 4.0625rem;
  width: 100%;
}
.menu_list_item a:last-child {
  border-right: none;
}
.menu_list_item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 950px) {
  .menu_list_item a {
    padding: 0.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_list_item a .pc {
    display: none !important;
  }
  .menu_list_item a .sp {
    display: block !important;
  }
}

/*---メニュー内容---*/
.menu_course {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .menu_course {
    padding: 0 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course .pc {
    display: none !important;
  }
  .menu_course .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .menu_course {
    padding: 0 2.1875rem;
  }
}

.menu_course_container {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 3.75rem;
  position: relative;
}
@media screen and (max-width: 950px) {
  .menu_course_container {
    margin-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_container .pc {
    display: none !important;
  }
  .menu_course_container .sp {
    display: block !important;
  }
}

.mg_top {
  margin-top: 90px;
}
@media screen and (max-width: 950px) {
  .mg_top {
    margin-top: 60px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .mg_top .pc {
    display: none !important;
  }
  .mg_top .sp {
    display: block !important;
  }
}

.menu_course_ttl {
  background-color: #518459;
  color: #fff;
  padding: 0.9375rem 0 0.9375rem 3.125rem;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 3.125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .menu_course_ttl {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 1rem 0 1rem 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_ttl .pc {
    display: none !important;
  }
  .menu_course_ttl .sp {
    display: block !important;
  }
}

.menu_course_content_wrapper {
  padding: 0 3.125rem 2.5rem 3.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .menu_course_content_wrapper {
    padding: 0 1rem 1.875rem 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_content_wrapper .pc {
    display: none !important;
  }
  .menu_course_content_wrapper .sp {
    display: block !important;
  }
}

.menu_course_content {
  text-align: left;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 950px) {
  .menu_course_content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_content .pc {
    display: none !important;
  }
  .menu_course_content .sp {
    display: block !important;
  }
}
.menu_course_content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.menu_course_subttl {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.5625rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 950px) {
  .menu_course_subttl {
    font-size: 1.25rem;
    line-height: 2.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_subttl .pc {
    display: none !important;
  }
  .menu_course_subttl .sp {
    display: block !important;
  }
}

.menu_course_subttl_s {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 950px) {
  .menu_course_subttl_s {
    font-size: 1.125rem;
    line-height: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_subttl_s .pc {
    display: none !important;
  }
  .menu_course_subttl_s .sp {
    display: block !important;
  }
}

.menu_course_subttl_span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .menu_course_subttl_span {
    display: block;
    font-size: 0.75rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_subttl_span .pc {
    display: none !important;
  }
  .menu_course_subttl_span .sp {
    display: block !important;
  }
}

.menu_course_pricearea {
  display: flex;
  align-items: center;
  padding-bottom: 0.9375rem;
  gap: 1.25rem;
}
@media screen and (max-width: 950px) {
  .menu_course_pricearea {
    flex-wrap: wrap;
    gap: 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_pricearea .pc {
    display: none !important;
  }
  .menu_course_pricearea .sp {
    display: block !important;
  }
}

.menu_course_price {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  width: 176px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}
@media screen and (max-width: 950px) {
  .menu_course_price {
    font-size: 1.25rem;
    line-height: 2.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_price .pc {
    display: none !important;
  }
  .menu_course_price .sp {
    display: block !important;
  }
}

.copayment {
  width: 150px;
  height: 46px;
}

.unit {
  font-size: 1.125rem;
  line-height: 2.125rem;
  align-self: flex-end;
}
@media screen and (max-width: 950px) {
  .unit {
    font-size: 0.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .unit .pc {
    display: none !important;
  }
  .unit .sp {
    display: block !important;
  }
}

.price {
  padding-left: 10px;
  font-weight: bold;
  letter-spacing: 0;
}

.price_l {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 5px;
}
@media screen and (max-width: 950px) {
  .price_l {
    font-size: 1.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .price_l .pc {
    display: none !important;
  }
  .price_l .sp {
    display: block !important;
  }
}

.menu_course_price_note {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 0.625rem;
}
@media screen and (max-width: 950px) {
  .menu_course_price_note {
    font-size: 0.75rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_price_note .pc {
    display: none !important;
  }
  .menu_course_price_note .sp {
    display: block !important;
  }
}

.menu_course_txt {
  font-size: 1.125rem;
  line-height: 1.96875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .menu_course_txt {
    font-size: 1rem;
    line-height: 1.6875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_txt .pc {
    display: none !important;
  }
  .menu_course_txt .sp {
    display: block !important;
  }
}

.menu_course_txt_point {
  font-size: 1.125rem;
  line-height: 1.96875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #518459;
  padding-top: 0.625rem;
}
@media screen and (max-width: 950px) {
  .menu_course_txt_point {
    font-size: 1rem;
    line-height: 1.6875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_course_txt_point .pc {
    display: none !important;
  }
  .menu_course_txt_point .sp {
    display: block !important;
  }
}

.menu_credit_content {
  text-align: left;
  padding-top: 2.5rem;
}
@media screen and (max-width: 950px) {
  .menu_credit_content {
    padding-top: 1.25rem;
    padding-bottom: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .menu_credit_content .pc {
    display: none !important;
  }
  .menu_credit_content .sp {
    display: block !important;
  }
}

.credit_img {
  max-width: 628px;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 950px) {
  .credit_img {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .credit_img .pc {
    display: none !important;
  }
  .credit_img .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 12.0 - 下層・料金表（menu） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 13.0 - 共通 ‐ 変更・追加用
----------------------------------------------------------  */
/*---テキスト調整用---*/
.txt_red {
  color: #E72F20;
}

.txt_bold {
  font-weight: bold;
}

/*---アンカーリンク位置調整用---*/
a.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  a.anchor {
    padding-top: 100px;
    margin-top: -100px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  a.anchor .pc {
    display: none !important;
  }
  a.anchor .sp {
    display: block !important;
  }
}

/*---電話用---*/
@media screen and (min-width: 861px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  ----------------------------------------------------------
# 13.0 - 共通 ‐ 変更・追加用 -ここまで-
----------------------------------------------------------  */
/*# sourceMappingURL=style.css.map */