@charset "UTF-8";
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# メインビジュアル
=============================================== */
/* ===============================================
# その他（基本は調整不要）
=============================================== */
/* ===============================================
# 共通
=============================================== */
.color-bg_medicine {
  background: #91DDF3;
}

.color-bg_dental {
  background: #C5E081;
}

.color-bg_beauty {
  background: #F2D372;
}

/* ===============================================
# 見出し
=============================================== */
/* ===============================================
# ボタン
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# footer
=============================================== */
/* ===============================================
# table
=============================================== */
/* ===============================================
# 投稿
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #464646;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}
ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  color: #464646;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #91DDF3;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #91DDF3 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #91DDF3;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

body.scroll-prevent {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}

main {
  margin-top: 0 !important;
}

header .gnav nav > ul li.has_under ul.sub-menu li a:hover {
  border-bottom: none;
  letter-spacing: 0.15em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #FFFFFC;
  position: relative;
  height: auto;
}
header .gnav-container {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .gnav-container .phone-number {
  display: grid;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  gap: 4px;
}
header .gnav-container .phone-number a {
  margin-left: 32px;
  padding-inline: 16px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1023px) {
  header .gnav-container {
    display: none;
  }
}
header .container {
  width: 100%;
  max-width: 1792px;
  max-width: calc(1792px + 9%);
  padding: 20px 3.33%;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  header .container {
    max-width: calc(1000px + 9%);
    padding-top: 12px;
    padding: 20px 1.33%;
  }
}
@media (max-width: 767px) {
  header .header_address {
    font-size: 1.2rem;
  }
}
header .box {
  position: relative;
  display: table;
}
@media (max-width: 1023px) {
  header .box {
    width: 100%;
  }
}
header .title,
header .gnav {
  display: table-cell;
}
@media (max-width: 1023px) {
  header .title,
  header .gnav {
    height: auto;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
header .title a {
  display: block;
  width: clamp(300px, 30vw, 557px);
}
@media (max-width: 1023px) {
  header .title a {
    width: 300px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    width: 100%;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 4%;
  }
}
header .gnav nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  header .gnav nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav nav > ul li {
    background: #fff;
    display: block;
  }
  header .gnav nav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(70, 70, 70, 0.5);
  }
}
header .gnav nav > ul li a {
  padding: 0 1.6rem;
  color: #464646;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(145, 221, 243, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  header .gnav nav > ul li a:hover {
    border-bottom: 2px solid #91ddf3;
  }
}
@media (max-width: 1023px) {
  header .gnav nav > ul li a {
    color: #464646;
    padding: 0.7em 4%;
    text-align: left;
    font-size: 1.4rem;
  }
}
header .gnav nav > ul li a span {
  color: #91DDF3;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1023px) {
  header .gnav nav > ul li a span {
    display: none;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 15px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
}
header .header_info_wrap .tel {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 0;
}
header .header_info_wrap .tel a {
  color: #464646;
}
header .header_info_wrap p {
  color: #464646;
}
header .header_info_wrap p:not(.tel) {
  font-size: 14px;
  font-size: 1.4rem;
}
header .btn-gnavi {
  margin: 0;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #91DDF3;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #91DDF3;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #91DDF3;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #91DDF3;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/* ===============================================
# プルダウン
=============================================== */
header .gnav > nav > ul > li.has_under > a {
  position: relative;
}
header .gnav > nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .gnav > nav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

header .gnav > nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > nav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > nav > ul > li > ul a {
  background: rgba(145, 221, 243, 0.96);
}

@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul {
    margin-bottom: 1em;
    padding: 0 6%;
  }
  header .gnav > nav > ul > li > ul li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  header .gnav > nav > ul > li > ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #91DDF3;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .gnav > nav > ul > li > ul li:not(:last-child) {
    border-bottom: 0;
  }
  header .gnav > nav > ul > li > ul li:first-child {
    border-top: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul a {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  header .gnav > nav > ul > li.has_under {
    position: relative;
  }
  header .gnav > nav > ul > li.has_under a {
    padding-right: 1.5em;
  }
  header .gnav > nav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > nav > ul > li.has_under a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > nav > ul > li.has_under ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background: rgba(145, 221, 243, 0.9);
    z-index: 52;
    min-width: 230px;
  }
  header .gnav > nav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > nav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .gnav > nav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 0.7em;
    overflow-wrap: break-word;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
  }
}
.mv-pc-only {
  display: block !important;
}
@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.main_visual {
  position: relative;
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  min-height: 928px;
  height: calc(100vh - 120px);
  min-height: auto;
  height: calc(100vh - 120px);
  min-height: auto;
}
@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .main_reservation-banner {
  position: absolute;
  bottom: 64px;
  right: 64px;
}
@media (max-width: 767px) {
  .main_visual .main_reservation-banner {
    bottom: 0;
    right: 0;
    bottom: 150px;
    left: 13px;
  }
}
.main_visual .main_reservation-banner img {
  max-width: 352px;
}
@media (max-width: 767px) {
  .main_visual .main_reservation-banner img {
    max-width: 260px;
  }
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.main_visual .main_visual_copy img {
  max-width: 1031px;
  width: 100%;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: 7.5431034483%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1119px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 92.0535714286%;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    width: 80%;
    max-width: 300px;
    bottom: -6.6666666667%;
    left: 172px;
    right: 0;
    top: auto;
  }
}

@media (max-width: 767px) {
  img.mv-sp-only.copy01 {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    min-width: 320px;
  }
}
.main_reservation-banner {
  z-index: 20;
}

footer {
  color: #464646;
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .container {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer nav {
    padding: 64px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
footer nav ul li {
  display: block;
  color: #464646;
  margin-bottom: 0;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: clamp(0.8rem, 0.257rem + 1.036vw, 2.4rem);
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
  }
}
footer nav ul li a {
  padding: 0 0.8em;
  color: #464646;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 25px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #91DDF3;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 35px 10px;
  }
}
footer .copyright p {
  font-size: 12px;
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: #91DDF3;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  footer .pagetop:after {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  display: none;
}
#ftr_info .container {
  padding: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: #FFFFFC;
}
@media (max-width: 1023px) {
  #ftr_info .sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#ftr_info .sp .btn {
  padding: 6px 0 2px;
  background: #91DDF3;
}
#ftr_info .sp .btn_no02 {
  background: #C5E081;
}
#ftr_info .sp .btn_no03 {
  background: #00CC36;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  display: inline-block;
  text-align: center;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/tab.png) no-repeat center/100%;
}
#ftr_info .sp .icon {
  max-width: 20px;
  margin: auto;
}
#ftr_info .sp .icon img {
  width: 100%;
}
#ftr_info .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}

/*----------------------------------------
footer
----------------------------------------*/
footer {
  text-align: center;
}
footer .container {
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 2%;
}
footer .container::after {
  content: none;
}
@media (max-width: 767px) {
  footer .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .container h2 {
  font-size: 1.6rem;
  color: #464646;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: clamp(0.8rem, 0.257rem + 1.036vw, 2.4rem);
}
footer .container .menu-footer01-container ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, 1fr);
}
@media (max-width: 767px) {
  footer .container .menu-footer01-container ul {
    grid-auto-flow: initial;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .container .menu-footer01-container ul li a {
  position: relative;
}
footer .container .menu-footer01-container ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 1.5px;
  background: #91DDF3;
}
footer .container .menu-footer02-container li a {
  position: relative;
}
footer .container .menu-footer02-container li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 1.5px;
  background: #91DDF3;
}
footer .footer_contents {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(251, 237, 150, 0.15)), to(rgba(186, 205, 174, 0.15)));
  background-image: -webkit-linear-gradient(left, rgba(251, 237, 150, 0.15) 0%, rgba(186, 205, 174, 0.15) 100%);
  background-image: linear-gradient(90deg, rgba(251, 237, 150, 0.15) 0%, rgba(186, 205, 174, 0.15) 100%);
  padding-top: 64px;
}
footer .footer_contents .logo_wrapper {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  footer .footer_contents .logo_wrapper img {
    width: 90%;
  }
}
footer .footer_contents .googlemap {
  padding-top: 64px;
}
footer .footer_contents .googlemap iframe {
  display: block;
}
footer .footer_contents .footer_address {
  margin-bottom: 32px;
}
@media (max-width: 478px) {
  footer .footer_contents .footer_address {
    font-size: 1.2rem;
  }
}
footer .footer_contents .flex {
  max-width: 752px;
  margin: 0 auto;
  gap: 32px;
}
@media (max-width: 767px) {
  footer .footer_contents .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 492px) {
  footer .footer_contents .flex {
    display: grid;
    gap: 32px;
  }
}
footer .footer_contents .flex .footer_container {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (max-width: 767px) {
  footer .footer_contents .flex .footer_container {
    max-width: 300px;
  }
}
footer .footer_contents .flex .footer_container .footer_tel p {
  margin-bottom: 8px;
}
footer .footer_contents .flex .footer_container .footer_tel a {
  display: block;
  position: relative;
  font-size: 3.6rem;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  footer .footer_contents .flex .footer_container .footer_tel a {
    font-size: 2.6rem;
  }
}
@media (max-width: 600px) {
  footer .footer_contents .flex .footer_container .footer_tel a {
    font-size: 1.8rem;
  }
}
footer .footer_contents .flex .footer_container .footer_tel a::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 8px;
  margin: auto;
  left: 37px;
  background: url(/wp-content/uploads/icon_tel.png.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  footer .footer_contents .flex .footer_container .footer_tel a::before {
    width: 18px;
    height: 18px;
  }
}
footer .footer_contents .flex .top-btn_item a {
  padding: 32px 24px;
  display: grid;
  padding: 32px 24px;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 587px) {
  footer .footer_contents .flex .top-btn_item a {
    padding: 16px 24px;
  }
}
footer .footer_contents .flex .top-btn_item a .top-btn_ttl {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  footer .footer_contents .flex .top-btn_item a .top-btn_ttl {
    font-size: 1.6rem;
  }
}
footer .footer_contents .flex .top-btn_item a .top-btn_text {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  footer .footer_contents .flex .top-btn_item a .top-btn_text {
    font-size: 2rem;
  }
}
footer .footer_contents .flex .top-btn_item a span {
  display: block;
}
footer .footer_contents .flex .top-btn_item a:hover {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer_contents .flex .top-btn_item .color-bg_medicine:hover {
  color: #91DDF3;
}
footer .footer_contents .flex .top-btn_item .color-bg_dental:hover {
  color: #C5E081;
}
footer .footer_nav {
  padding: 32px;
}
@media (max-width: 443px) {
  footer .footer_nav {
    padding: 32px 3px;
  }
}
footer .menu-footer01-container, footer .menu-footer02-container {
  font-size: 1.4rem;
}

/* ===============================================
# サイド追尾
=============================================== */
.side_fix {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  list-style: none;
  width: 120px;
}
@media (max-width: 1023px) {
  .side_fix {
    display: none !important;
  }
}
.side_fix li {
  list-style: none;
  margin-bottom: 0;
}
.side_fix li .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.side_fix li:not(:last-child) {
  margin-bottom: 10px;
}
.side_fix li:nth-of-type(1) {
  width: 220px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side_fix li:nth-of-type(1):hover {
  -webkit-transform: translateX(-140px);
          transform: translateX(-140px);
}
.side_fix li:nth-of-type(1) a {
  background: #91DDF3;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: none;
}
.side_fix li:nth-of-type(1) a .ttl {
  line-height: 1.2;
}
.side_fix li:nth-of-type(2) {
  width: 220px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side_fix li:nth-of-type(2):hover {
  -webkit-transform: translateX(-140px);
          transform: translateX(-140px);
}
.side_fix li:nth-of-type(2) a {
  background: #C5E081;
  border-color: #C5E081;
  color: #fff;
}
.side_fix li:nth-of-type(2) a .ttl {
  display: inline-block;
}
.side_fix li:nth-of-type(3) a {
  background: #00CC36;
  border-color: #00CC36;
  color: #fff;
}
.side_fix li:nth-of-type(3) a .ttl {
  color: #fff;
}
.side_fix li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 11px 18px 11px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.01em;
  position: relative;
  text-decoration: none;
  border: 1px solid #91DDF3;
  border-right: none;
  text-transform: uppercase;
  border-radius: 6px 0 0 6px;
  border-radius: 42px 0 0 42px;
}
.side_fix li a img {
  width: 30px;
  height: 30px;
}
.side_fix li a .ttl {
  font-size: 1.4rem;
  margin-top: 5px;
  display: inline-block;
}
.side_fix li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  color: #fff;
  background: #91DDF3;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.more a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover:after {
  right: 3%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-btn {
  position: relative;
  top: -45px;
  margin-bottom: -20px;
  z-index: 3;
}
@media (max-width: 767px) {
  .top-btn {
    position: static;
  }
}
.top-btn .top-btn_list {
  gap: 44px;
  text-align: center;
  max-width: 752px;
  margin: 0 auto;
  padding-left: 0;
}
@media (max-width: 767px) {
  .top-btn .top-btn_list {
    margin-top: 32px;
  }
}
@media (max-width: 500px) {
  .top-btn .top-btn_list {
    gap: 16px;
    display: grid;
  }
}
.top-btn .top-btn_list .top-btn_item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.top-btn .top-btn_list .top-btn_item a {
  display: grid;
  padding: 32px 24px;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .top-btn .top-btn_list .top-btn_item a {
    max-width: 300px;
    margin: 0 auto;
  }
}
.top-btn .top-btn_list .top-btn_item a .top-btn_ttl {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .top-btn .top-btn_list .top-btn_item a .top-btn_ttl {
    font-size: 1.6rem;
  }
}
.top-btn .top-btn_list .top-btn_item a .top-btn_text {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .top-btn .top-btn_list .top-btn_item a .top-btn_text {
    font-size: 2rem;
  }
}
.top-btn .top-btn_list .top-btn_item a:hover {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-btn .top-btn_list .top-btn_item .color-bg_medicine:hover {
  color: #91DDF3;
  opacity: 1;
}
.top-btn .top-btn_list .top-btn_item .color-bg_dental:hover {
  color: #C5E081;
  opacity: 1;
}

/* スクロールダウンの位置 */
.scroll {
  padding-top: 32px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

/* 矢印のアニメーション部分 */
.scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  border-bottom: 1px solid #91DDF3;
  border-left: 1px solid #91DDF3;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

/* 矢印のアニメーション */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  line-height: 1.8;
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 0.7em 0.5em;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #91DDF3;
}
.table-default th {
  background: #91DDF3;
  color: #fff;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-child) td {
  border-bottom: 0;
}
.table-default tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
.table-default tr:first-child th {
  border-bottom: 1px solid #fff;
}
.table-default tr:last-child th {
  border-bottom: 1px solid #91DDF3;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 1em 1em;
  border-top: 1px solid #91DDF3;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table-menu tr:last-child th,
.table-menu tr:last-child td {
  border-bottom: 1px solid #91DDF3;
}

.table-menu02 th,
.table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 767px) {
  .table-menu02 th,
  .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-menu02 th:empty,
  .table-menu02 td:empty {
    display: none;
  }
}
.table-menu02 th {
  text-align: left;
  background: rgba(145, 221, 243, 0.2);
}
.table-menu02 th:nth-of-type(2) {
  background: rgba(145, 221, 243, 0.3);
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(145, 221, 243, 0.5);
}
@media (min-width: 768px) {
  .table-menu02 td {
    text-align: left;
  }
}
.table-menu02 thead th {
  background: rgba(145, 221, 243, 0.8);
  color: #3f3f3f;
}
.table-menu02 thead th:empty {
  background: rgba(145, 221, 243, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(145, 221, 243, 0.5);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(145, 221, 243, 0.5);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(145, 221, 243, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(145, 221, 243, 0.5);
}

.table-schedule {
  width: 100%;
}
.table-schedule thead {
  background: #91DDF3;
}
.table-schedule tbody {
  color: #464646;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #91DDF3;
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
.table-schedule thead th {
  background: #91DDF3;
  color: #fff;
  border-bottom: 0;
}
.table-schedule thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-schedule thead th:first-child {
  border-left: 0;
}
.table-schedule thead th:not(:first-child) {
  border-bottom: 0;
}
.table-schedule thead td:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th {
  background: rgba(145, 221, 243, 0.15);
}
.table-schedule tbody th:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th + td {
  border-left: 0;
}
.table-schedule tbody tr:not(:first-child) > th {
  border-top: 0;
}
.table-schedule tbody tr:not(:first-child) > td {
  border-top: 0;
}
.table-schedule td {
  background: #fff;
}
.table-schedule td:not(:first-child) {
  border-left: 0;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid rgba(70, 70, 70, 0.2);
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid rgba(70, 70, 70, 0.2);
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 0.7em 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 20%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 1220px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
.table-menu04 {
  width: 100%;
  overflow-x: auto;
  /* 横スクロールを有効にする */
  margin-bottom: 60px;
}
.table-menu04 table,
.table-menu04 .note {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(145, 221, 243, 0.5);
  min-width: 600px;
  /* テーブルが狭くなりすぎないように最小幅を設定 */
}
.table-menu04 th {
  white-space: nowrap;
}
.table-menu04 th,
.table-menu04 td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(145, 221, 243, 0.5);
}
.table-menu04 thead {
  background-color: rgba(145, 221, 243, 0.1);
}
.table-menu04 p.note {
  padding: 12px 15px;
  border-top: none;
}
@media (max-width: 600px) {
  .table-menu04 th,
  .table-menu04 td {
    min-width: 150px;
    padding: 2%;
    /*font-size: 12px;*/
  }
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-image: url(/wp-content/uploads/rowpage_header.jpg);
  margin: 0 0 0.5em 0;
  padding: 3.5em 0;
  position: relative;
  z-index: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(128, 150, 157, 0.1);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}

h2 {
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #91DDF3;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  margin: 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  letter-spacing: 0;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h3:not(.post_side_title) {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #464646;
  margin: 0 0 0.6em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h3:not(.post_side_title) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3:not(.post_side_title)::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 0.8em;
  top: 0.35em;
  left: 0;
  background: #91DDF3;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #464646;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #91DDF3;
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(145, 221, 243, 0.2);
  border-radius: 4px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(145, 221, 243, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(145, 221, 243, 0.1);
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #91DDF3;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #91DDF3;
  border-right: 3px solid #91DDF3;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #91DDF3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

/* ===============================================
# TOPページNEWS
=============================================== */
.news-list {
  margin: 0;
}
@media (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news-list dt,
.news-list dd {
  margin: 0;
  padding: 1.875em 0;
  border-bottom: 1px solid rgba(70, 70, 70, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding: 1em 0;
  }
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: 1px solid rgba(70, 70, 70, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  .news-list dt {
    width: 160px;
    padding-left: 1.25em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  .news-list dd {
    padding-top: 0.5em;
  }
  .news-list dd:first-of-type {
    border-top: 0;
  }
}
.news-list dd > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.news-list dd > a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #91DDF3;
}

/* ===============================================
# archive
=============================================== */
.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.8em 0;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
  font-size: 15px;
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
  }
}
@media (max-width: 767px) {
  .archive-list dt,
  .archive-list dd {
    padding: 1em 0;
  }
}
.archive-list dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 250px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
  }
  .archive-list dt:first-of-type {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
  }
}
.archive-list dt time {
  color: rgba(70, 70, 70, 0.6);
}
.archive-list dt .category_name {
  color: #fff;
  text-align: center;
  padding: 2px 5px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .archive-list dt .category_name {
    font-size: 13px;
    min-width: 100px;
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}
.archive-list .one_content {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.archive-list .one_content:hover {
  color: #91DDF3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ===============================================
# single
=============================================== */
.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(145, 221, 243, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(145, 221, 243, 0.1);
  color: #91DDF3;
  border: 1px solid #91ddf3;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #91DDF3;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #91DDF3;
  border-right: 1px solid #91DDF3;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #91DDF3;
  border-right: 1px solid #91DDF3;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.single-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  padding: 0;
}
.single-navigation li {
  list-style: none;
  line-height: 1.6;
}
.single-navigation li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single-navigation li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #91DDF3;
}
.single-navigation li.previous a {
  padding-left: 1.125em;
}
.single-navigation li.previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #91DDF3;
  border-left: 1px solid #91DDF3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.single-navigation li.next a {
  padding-right: 1.125em;
  text-align: right;
}
.single-navigation li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #91DDF3;
  border-left: 1px solid #91DDF3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
          transform: translateY(-50%) rotate(-45deg) scaleX(-1);
}

/* ===============================================
# サイドバー
=============================================== */
@media (min-width: 768px) {
  .post_sidebar {
    padding-left: 3rem;
  }
}
.post_sidebar .side_content:not(:last-child) {
  margin-bottom: 35px;
}
.post_sidebar .post_side_title {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #91DDF3;
  padding-bottom: 0.5em;
}
.post_sidebar .post_side_list {
  padding: 0;
  margin: 0;
}
.post_sidebar .post_side_list > li {
  padding-left: 0;
  border-bottom: solid 1px rgba(70, 70, 70, 0.2);
  font-size: 15px;
  font-size: 1.5rem;
}
.post_sidebar .post_side_list > li > a {
  padding: 0.9em 0.5em;
}
.post_sidebar .post_side_list > li > ul {
  padding: 0;
  margin: 0;
  margin-top: -0.5em;
}
.post_sidebar .post_side_list > li > ul li {
  padding-left: 0.5em;
}
.post_sidebar .post_side_list > li > ul li a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  position: relative;
}
.post_sidebar .post_side_list > li > ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #91DDF3;
  position: absolute;
  top: 0.9em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
.post_sidebar .post_side_list > li > ul li:last-child a {
  padding-bottom: 0.9em;
}
.post_sidebar .post_side_list li {
  list-style: none;
  position: relative;
  line-height: 1.5;
}
.post_sidebar .post_side_list a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post_sidebar .post_side_list a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #91DDF3;
}
.post_sidebar .archive-dropdown {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #464646;
  border: solid 1px #464646;
  margin-top: 0.8em;
  padding: 0.5em 2.5em 0.5em 0.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

body {
  background: #FFFFFC;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .column_1 .column_main .container {
  max-width: 1160px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1160px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > section.post_page .post_container {
  padding: 0 20px;
  max-width: 1160px;
}
@media (max-width: 767px) {
  body:not(.home) main > section.post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

/* ===============================================
# 下層余白
=============================================== */
@media (max-width: 767px) {
  .column_2 .column_main > section {
    margin-bottom: 0;
  }
}
.column_2 .column_sub {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_2 .column_sub {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .column_2 .column_main.col:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread.post_bread .container {
  padding: 0 20px;
  max-width: 1160px;
}
@media (max-width: 767px) {
  .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1160px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto 180px;
}
@media (max-width: 767px) {
  .wsp-container {
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(22 * 0.9px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.9px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(22 * 0.8px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
.wsp-container a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 767px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  font-size: 0;
  position: relative;
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.contact_mb {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contact_mb {
    margin-bottom: 120px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(145, 221, 243, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry input[type=file] {
  border: 0;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border: 1px solid #91DDF3;
  color: #fff;
  background: #91DDF3;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #91DDF3;
  color: #91DDF3;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #91DDF3;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    margin: 0 auto !important;
    max-width: 1160px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 0 4.5% !important;
    max-width: 100%;
  }
}

/* ===============================================
# 初期クラス
=============================================== */
.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight {
  background: rgba(145, 221, 243, 0.1);
  padding: 4%;
}
@media (max-width: 767px) {
  .highlight {
    padding: 30px 4%;
  }
}

/* ===============================================
# 各下層調整
=============================================== */
.a-link {
  border-bottom: 1px solid #333333;
  -webkit-transition: 0.54s;
  transition: 0.54s;
}

.a-link:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: blue;
  border-bottom: 1px solid blue;
}

.row {
  margin-bottom: 60px;
}

.undersec_ttl {
  position: relative;
  padding-bottom: clamp(16px, 1.25vw, 24px);
  margin-bottom: clamp(16px, 1.25vw, 24px);
  letter-spacing: 0.2rem;
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #464646;
  text-align: left;
  font-weight: 600;
  margin-top: clamp(60px, 6.25vw, 100px);
}
.undersec_ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #91DDF3;
  bottom: 0;
  left: 0;
  right: 0;
}

.ai_center {
  text-align: center;
}

.strong-border {
  border-bottom: 1px solid #464646;
}

.note {
  display: block;
}

/*----------------------------------------
医師紹介　page_doctor
----------------------------------------*/
.page_doctor .doctor_cont .doctor_img-box {
  text-align: center;
}
.page_doctor .doctor_cont .doctor_profile {
  position: relative;
}
.page_doctor .doctor_cont .doctor_name-box {
  position: absolute;
  bottom: -24px;
}
.page_doctor .doctor_cont .doctor_name-box .doctor_name {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(228, 255, 253)), to(rgb(233, 255, 236)));
  background-image: -webkit-linear-gradient(left, rgb(228, 255, 253) 0%, rgb(233, 255, 236) 100%);
  background-image: linear-gradient(90deg, rgb(228, 255, 253) 0%, rgb(233, 255, 236) 100%);
  padding: 24px 64px;
  font-size: 2rem;
}
.page_doctor .doctor_cont .dayofweek {
  margin-top: 24px;
}
.page_doctor .doctor_cont .qualification {
  margin-top: 32px;
}
.page_doctor .doctor_cont .qualification .qualification_list {
  padding-left: 2rem;
}
.page_doctor .doctor_cont .qualification .qualification_list .qualification_list_item {
  list-style: disc;
}
.page_doctor .doctor_cont .qualification .qualification_list .qualification_list_item::marker {
  color: #91DDF3;
}

.page_doctor .doctor_cont .doctor_name-box {
  position: static;
}

@media (max-width: 767px) {
  .page_doctor .doctor_cont .doctor_name-box .doctor_name {
    text-align: center;
  }
}
/*----------------------------------------
page-medicalとpage-dental　共通
----------------------------------------*/
/*タブを並べる設定*/
.tab-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tab-arrow .tab_list_wrapper {
  margin-bottom: 64px;
}

/*タブ見出しの設定*/
.tab-arrow > label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  min-width: 70px;
  padding: 0.7em 1em;
  background-color: #e3e3e3;
  color: #464646;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}

/*ホバーされた時とクリックされた時*/
.tab-arrow label:has(:checked) {
  background-color: #91DDF3;
  color: #fff;
}

/*クリックされた時にでる矢印*/
.tab-arrow label:has(:checked)::before {
  position: absolute;
  bottom: -13px; /*縦位置*/
  left: 30%; /*横位置*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px; /*横幅*/
  height: 15px; /*高さ*/
  background-color: #91DDF3;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%); /*三角の角部分*/
}

/*表示しない*/
.tab-arrow input {
  display: none;
}

/*デフォルトでは表示しない*/
.tab-arrow > div {
  display: none;
  width: 100%;
}

/*クリックされたら表示*/
.tab-arrow label:has(:checked) + div {
  display: block;
}

.tab_list_button_link {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab_list_button > .tab_list_button_link::before {
  content: ">";
  font-weight: bold;
  color: #464646;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab_list_button:hover > .tab_list_button_link::before {
  color: #fff; /* ホバー時に文字色を白に変更 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_list_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .tab_list_buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tab_list_buttons .tab_list_button_link {
  padding: 32px;
  display: block;
  border: 1px solid #464646;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab_list_buttons .tab_list_button_link:hover {
  background: #91DDF3;
  border: #91DDF3;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.timeschedule_wrap {
  margin-top: 64px;
}
.timeschedule_wrap small {
  display: block;
}

.tab-arrow .label-orange:has(:checked) {
  background-color: #F2D372;
  color: #fff;
}

.tab-arrow .label-orange:has(:checked)::before {
  background-color: #F2D372;
}

/* 背景オレンジにする */
.tab-arrow .label-orange:has(:checked) + .tab-content .tab_list_button_link:hover {
  background: #F2D372;
  color: #fff;
}

/* タイトル下線 */
.label-orange .undersec_ttl::before {
  background: #F2D372;
}

/*----------------------------------------
1
一般内科　page-internal-medicine
----------------------------------------*/
.num_ttl {
  margin-bottom: 1.3em;
  padding-left: 0;
  line-height: 1.6;
  position: relative;
}
.num_ttl::before {
  content: none;
}
.num_ttl .num {
  background: #91DDF3;
  display: table;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-bottom: 1em;
  vertical-align: 3px;
  position: relative;
}
.num_ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #91DDF3;
  position: absolute;
  top: 0;
  right: -7px;
}

.symptoms-wrapper {
  /* 各アイテムに対するスタイル */
}
.symptoms-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; /* アイテムが折り返されるように設定 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* アイテムを横方向に中央寄せ */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* アイテムを縦方向に中央寄せ */
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px; /* アイテム間のスペース */
  margin: 0 auto; /* コンテナを中央に配置 */
  padding: 20px; /* コンテナの内側のスペース */
  max-width: 920px;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .symptoms-wrapper ul {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
  }
}
.symptoms-wrapper li {
  width: calc(33.333% - 20px); /* 1列目のアイテムが3つで幅を調整 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングとボーダーを幅に含める */
  text-align: center;
}

.page-internal-medicine .note {
  color: red;
  font-size: 1.4rem;
}
.page-internal-medicine .info {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 64px;
  background: #f3f3f3;
  padding: 48px;
  border-radius: 48px;
  max-width: 80%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-internal-medicine .info {
    padding: 24px;
    max-width: 100%;
  }
}
.page-internal-medicine .info .undersec_ttl {
  margin-top: 0;
}
.page-internal-medicine .info .info_tel p.tel {
  text-align: center;
}
.page-internal-medicine .info .info_tel .tel a {
  font-size: 2.5rem;
  font-weight: 600;
  color: #91DDF3;
}
.page-internal-medicine .info .info_tel .tel_sub {
  margin-bottom: 16px;
}
.page-internal-medicine .info .out_link a {
  max-width: 500px;
  font-size: 1.6rem;
  padding: 1.1em 1.5em 1.1em 0.5em;
}
.page-internal-medicine .reception-info_list li {
  list-style: outside;
}
.page-internal-medicine .treatment-feature h3.num_ttl {
  padding-left: 0;
}
.page-internal-medicine .treatment-feature h3.num_ttl::before {
  content: none;
}

/*----------------------------------------
2
循環器内科　page-cardiology
----------------------------------------*/
.page-cardiology .symptoms_area {
  margin-top: 60px;
}

/*----------------------------------------
3
呼吸器内科　page-respiratory-medicine
----------------------------------------*/
.page-respiratory-medicine .symptoms_area {
  margin-top: 60px;
}
.page-respiratory-medicine .symptoms_area .symptoms-list {
  padding-left: 0;
}
.page-respiratory-medicine .symptoms_area .symptoms-list .symptoms-list-item {
  list-style: inside;
  padding: 8px;
  background: #f0fbff;
  margin-bottom: 16px;
}

/*----------------------------------------
4
脂質以上・糖尿病　page-dyslipidemiadiabetes-mellitus
----------------------------------------*/
.page-dyslipidemiadiabetes-mellitus .row .symptoms-list {
  padding-left: 0px;
}
.page-dyslipidemiadiabetes-mellitus .row .symptoms-list .symptoms-list-item {
  list-style: inside;
  padding: 8px;
  background: #f0fbff;
  margin-bottom: 16px;
}
.page-dyslipidemiadiabetes-mellitus .link_lifestyle-habits .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-dyslipidemiadiabetes-mellitus .left-btn {
  margin: 0;
}
@media (max-width: 767px) {
  .page-dyslipidemiadiabetes-mellitus .left-btn {
    margin: 0 auto;
  }
}

/*----------------------------------------
5
アレルギー　page-allergy
----------------------------------------*/
.page-allergy .about_allergy {
  margin-top: 60px;
}
.page-allergy .hayfever .symptoms_detail01 .gutters .col {
  margin-left: 0;
}
.page-allergy .allergy-prevention .flex {
  gap: 32px;
}
.page-allergy .allergy-prevention .flex .allergy-prevention_item h3 {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .page-allergy .allergy-prevention .flex .allergy-prevention_item {
    margin-bottom: 16px;
  }
}
.page-allergy .hayfever .symptoms_detail02 .img-wrap {
  margin-bottom: 16px;
}
.page-allergy .symptoms_detail .flex {
  gap: 32px;
  margin-top: 32px;
}
.page-allergy .symptoms_detail .flex .symptoms_detail_item h3 {
  margin-top: 16px;
}

/*----------------------------------------
6
生活習慣改善・健康管理　page-lifestyle-improvementhealth-care
----------------------------------------*/
.page-lifestyle-improvementhealth-care {
  /* container */
  /* content */
  /* PC時のみ順番を入れ替える */
}
.page-lifestyle-improvementhealth-care .treatment-feature .flex:first-child {
  margin-bottom: 32px;
}
.page-lifestyle-improvementhealth-care .color-red {
  color: red;
}
.page-lifestyle-improvementhealth-care .screening-flow {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-lifestyle-improvementhealth-care .screening-flow .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome {
  margin-top: 60px;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_cont {
  margin: 16px 0 32px 0;
}
@media (max-width: 767px) {
  .page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_cont {
    display: grid;
    gap: 32px;
  }
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .flex .container {
  margin-top: 0;
  width: 320px;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_list_headding {
  position: relative;
  padding: 0.3em 0 0.3em 1.2em;
  color: #fff;
  background: #8b6b4e;
  text-align: left;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_list_headding::before {
  content: "";
  position: absolute;
  background: transparent;
  inset: 0 -1px auto auto;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 60px transparent;
  border-bottom: solid 4em #FFFFFC;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_list {
  padding-left: 0;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_list_item {
  position: relative;
  padding-left: 25px;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_list_item::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #8b6b4e;
  border-bottom: 2px solid #8b6b4e;
}
.page-lifestyle-improvementhealth-care .sleep-apneasyndrome .sleep_list_item::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8b6b4e;
  border-radius: 2px;
}
.page-lifestyle-improvementhealth-care .flow_design08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-lifestyle-improvementhealth-care .flow08 {
  padding-left: 0;
  width: 100%;
}
.page-lifestyle-improvementhealth-care .flow08 > li {
  list-style-type: none;
  border-radius: 6px;
  background: #F4F6FA;
  position: relative;
  padding: 8px;
}
.page-lifestyle-improvementhealth-care .flow08 > li:not(:last-child) {
  margin-bottom: 8px;
}
.page-lifestyle-improvementhealth-care .flow08 > li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.page-lifestyle-improvementhealth-care .flow08 > li .icon08 {
  color: #91DDF3;
  margin-right: 0.5em;
  margin-left: 1.5em;
}
.page-lifestyle-improvementhealth-care .wrapper {
  width: 100%;
  background-color: #fafafa;
  margin-bottom: 24px;
}
.page-lifestyle-improvementhealth-care .wrapper .container {
  max-width: 1000px;
  margin: 0px auto;
  padding: 80px 0px;
}
@media (min-width: 992px) {
  .page-lifestyle-improvementhealth-care .wrapper .container .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .page-lifestyle-improvementhealth-care .wrapper .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-lifestyle-improvementhealth-care .wrapper .content-item {
  width: 100%;
}
@media (min-width: 992px) {
  .page-lifestyle-improvementhealth-care .wrapper .content-item {
    width: 50%;
  }
}
.page-lifestyle-improvementhealth-care .wrapper .image {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.page-lifestyle-improvementhealth-care .wrapper .text {
  padding: clamp(24px, 5vw, 50px);
}
.page-lifestyle-improvementhealth-care .wrapper .text .heading {
  margin: 0px 0px 40px 0px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

/*----------------------------------------
7
疲労回復・美容　page-fatigue-recoverybeauty
----------------------------------------*/
.page-fatigue-recoverybeauty .row .symptoms-list {
  padding-left: 0px;
}
.page-fatigue-recoverybeauty .row .symptoms-list .symptoms-list-item {
  list-style: inside;
  padding: 8px;
  background: #f0fbff;
  margin-bottom: 16px;
}
.page-fatigue-recoverybeauty .garlicinjection-prevention .flex {
  gap: 16px;
}
.page-fatigue-recoverybeauty .garlicinjection-prevention .flex h3 {
  font-size: 1.6rem;
  margin: 8px 0 0 0;
}
.page-fatigue-recoverybeauty .garlicinjection-prevention .flex p {
  padding-left: 12px;
}
@media (max-width: 767px) {
  .page-fatigue-recoverybeauty .garlicinjection-prevention .garlicinjection-prevention_item {
    margin-bottom: 16px;
  }
}
.page-fatigue-recoverybeauty .injection_pricelist .table-menu02 {
  margin-bottom: 0;
}
.page-fatigue-recoverybeauty .injection_pricelist .conainer {
  margin-bottom: 48px;
}
.page-fatigue-recoverybeauty .link_lifestyle-habits {
  margin-bottom: 60px;
}
.page-fatigue-recoverybeauty .table-menu02 {
  margin-bottom: 60px;
}
.page-fatigue-recoverybeauty .table-menu02 tbody th {
  width: 55%;
}
@media (max-width: 767px) {
  .page-fatigue-recoverybeauty .table-menu02 tbody th {
    width: 100%;
  }
}
.page-fatigue-recoverybeauty .table-menu02 td {
  text-align: right;
}
@media (max-width: 767px) {
  .page-fatigue-recoverybeauty .table-menu02 td {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

/*=========
faq
=========*/
/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  border-top: 1px solid #ccc;
  padding: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion_area .accordion_one:last-child {
  border-bottom: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #464646;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #464646;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0px 35px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 3rem 1.5rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 0 1.5rem 1.5rem 1rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #91DDF3;
  font-size: 2.4rem;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 18px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #e08181;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 18px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/* ===============================================
# qaここまで
=============================================== */
/*----------------------------------------
8
メンズヘルス外来　page-male-menopause
----------------------------------------*/
.page-male-menopause .about_aga {
  margin-top: 60px;
}
.page-male-menopause .about_aga .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
}
.page-male-menopause .about_aga .table-menu02 {
  margin-bottom: 32px;
}
.page-male-menopause .about_aga .aga_note {
  padding: 32px;
}
.page-male-menopause .about_aga .aga_note span {
  border-bottom: 1px solid #464646;
}
.page-male-menopause .about_ed {
  margin-top: 60px;
}
.page-male-menopause .about_ed .table-menu02 {
  margin-bottom: 32px;
}
.page-male-menopause .table-menu02 th {
  width: 55%;
}
@media (max-width: 767px) {
  .page-male-menopause .table-menu02 th {
    width: 100%;
  }
}

.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #91DDF3;
  display: block;
  position: absolute;
  top: 68px;
  left: 30px;
  bottom: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_item::before {
    top: 54px;
    left: 23px;
    bottom: 4px;
  }
}
.list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.list_step .list_step_item:last-of-type::before {
  content: none;
}
.list_step .list_step_num {
  background: #91DDF3;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .list_step .list_step_num {
    width: 50px;
    height: 50px;
  }
}
.list_step .list_step_num span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  .list_step .list_step_num span {
    font-size: 16px;
  }
}
.list_step .list_step_itm_main {
  padding-left: 86px;
  position: relative;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main {
    padding-left: 62px;
    padding-top: 11px;
  }
}
.list_step .list_step_itm_main h4 {
  color: #464646;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 18px;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}

/*----------------------------------------
9
脳・心疾患リスク検査　page-brainheart-disease
----------------------------------------*/
.page-brainheart-disease .risk_img img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.page-brainheart-disease .LOX_list li {
  list-style: disc;
}
.page-brainheart-disease .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-brainheart-disease .flex .container70 {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}
.page-brainheart-disease .LOX_cont, .page-brainheart-disease .LOX_flow {
  margin-top: 60px;
}
.page-brainheart-disease .grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .page-brainheart-disease .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 483px) {
  .page-brainheart-disease .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-brainheart-disease .grid .step_grid_item {
  text-align: center;
  margin: 0;
  background: #def8ff;
}

/*----------------------------------------
10
健康診断・人間ドック　page-health-checkcomplete-medical-checkup
----------------------------------------*/
.page-health-checkcomplete-medical-checkup .info {
  margin: 0 auto;
  margin-bottom: 64px;
  background: #f3f3f3;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 48px;
  max-width: 80%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-health-checkcomplete-medical-checkup .info {
    max-width: 100%;
  }
  .page-health-checkcomplete-medical-checkup .info p {
    text-align: left;
  }
}
.page-health-checkcomplete-medical-checkup .info .undersec_ttl {
  margin-top: 0;
}
.page-health-checkcomplete-medical-checkup .info .checkup_link a {
  font-size: 2.5rem;
  font-weight: 600;
  color: #91DDF3;
}
.page-health-checkcomplete-medical-checkup .healthcheck02 .menu05 .flex p {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}
.page-health-checkcomplete-medical-checkup .table-menu02 th:nth-of-type(2) {
  background: rgba(145, 221, 243, 0.2);
}
.page-health-checkcomplete-medical-checkup .menu01, .page-health-checkcomplete-medical-checkup .menu02, .page-health-checkcomplete-medical-checkup .menu03, .page-health-checkcomplete-medical-checkup .menu04, .page-health-checkcomplete-medical-checkup .menu05, .page-health-checkcomplete-medical-checkup .menu06 {
  margin-top: 60px;
}
.page-health-checkcomplete-medical-checkup .menu01 h4, .page-health-checkcomplete-medical-checkup .menu02 h4, .page-health-checkcomplete-medical-checkup .menu03 h4, .page-health-checkcomplete-medical-checkup .menu04 h4, .page-health-checkcomplete-medical-checkup .menu05 h4, .page-health-checkcomplete-medical-checkup .menu06 h4 {
  margin-top: 32px;
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .products_sec {
  margin-top: 32px;
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .products_sec .col.span_6.inner {
  padding: 20px;
  background: #f1f1f1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  min-height: 558px;
}
@media (max-width: 767px) {
  .page-health-checkcomplete-medical-checkup .healthcheck03 .products_sec .col.span_6.inner {
    min-height: initial;
  }
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .box p.ttl {
  padding-top: 16px;
  border-bottom: 2px solid #91DDF3;
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .about_inspection h4 {
  margin-top: 24px;
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .about_inspection .cont02, .page-health-checkcomplete-medical-checkup .healthcheck03 .about_inspection .cont03, .page-health-checkcomplete-medical-checkup .healthcheck03 .about_inspection .cont04 {
  margin-top: 32px;
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .about_inspection .cont04 .test-result {
  padding: 24px;
  background: #f1f1f1;
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .about_inspection .cont04 .test-result li {
  list-style: outside;
}
.page-health-checkcomplete-medical-checkup .healthcheck03 .about_inspection .cont04 .test-result p {
  padding: 6px 40px;
  background: rgba(145, 221, 243, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------------------------------------
11
予防接種　page-vaccination
----------------------------------------*/
.page-vaccination .vaccination_info {
  margin: 0 auto;
  margin-bottom: 64px;
  background: #f3f3f3;
  padding: 48px;
  border-radius: 48px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .page-vaccination .vaccination_info {
    padding: 32px 28px;
    max-width: 100%;
  }
}
.page-vaccination .vaccination_info .row {
  margin-bottom: 0;
}
.page-vaccination .vaccination_info .undersec_ttl {
  margin-top: 0;
}
.page-vaccination .checkup_link .tel a {
  font-size: 2.5rem;
  font-weight: 600;
  color: #91DDF3;
}
.page-vaccination .checkup_link .tel span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-vaccination .checkup_link .tel span {
    font-size: 2.4rem;
  }
}

/*----------------------------------------
12
あたまの健康チェック　page-head-health
----------------------------------------*/
.page-head-health .about_head-health {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .page-head-health .about_head-health {
    margin-bottom: 60px;
  }
}
.page-head-health .table-menu02 {
  margin-top: 24px;
}
.page-head-health .banner_sec {
  margin-top: 42px;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-head-health .banner_sec {
    max-width: 100%;
  }
}
.page-head-health .banner_sec img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-head-health .banner_sec img {
    width: 100%;
  }
}
.page-head-health .banner_sec small {
  display: block;
  text-align: center;
}
.page-head-health .cont01 {
  margin-top: 48px;
}
.page-head-health .mci {
  margin-bottom: 120px;
}
.page-head-health .mci .undersec_ttl {
  margin-bottom: 0;
}
.page-head-health .mci img {
  margin: 0 auto;
  display: block;
  margin-top: 24px;
}
.page-head-health .mci p {
  margin-top: 24px;
}
.page-head-health .head-health-cont01 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .page-head-health .head-health-cont01 {
    margin-bottom: 60px;
  }
}
.page-head-health .head-health-cont01 img {
  display: block;
  margin: 0 auto;
}

.color-beauty .table-schedule thead th, .color-beauty .table-menu02 thead th {
  background: #F2D372;
}
.color-beauty .table-schedule td, .color-beauty .table-schedule th {
  border: 1px solid #F2D372;
}
.color-beauty .table-schedule tbody th {
  background: rgba(243, 223, 145, 0.15);
}
.color-beauty .undersec_ttl::before, .color-beauty .table-schedule thead th, .color-beauty h3:not(.post_side_title)::before,
.color-beauty .num_ttl .num, .color-beauty h4::before {
  background: #F2D372;
}
.color-beauty .table-schedule td, .color-beauty .table-schedule th {
  border: 1px solid #F2D372;
}
.color-beauty .table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(243, 223, 145, 0.57);
}
.color-beauty .table-menu02 td, .color-beauty .table-menu02 tbody th {
  border-top: 1px solid rgba(243, 223, 145, 0.57);
}
.color-beauty .table-menu04 th, .color-beauty .table-menu04 td {
  border: 1px solid rgb(255, 241, 184);
}
.color-beauty .table-menu04 th {
  background-color: rgb(255, 248, 221);
}
.color-beauty .table-schedule tbody th, .color-beauty .table-menu02 tbody th {
  background: rgba(243, 223, 145, 0.15);
}
.color-beauty .num_ttl .num::after {
  border-color: transparent transparent transparent #F2D372;
}
.color-beauty .scroll::before {
  border-bottom: 1px solid #F2D372;
  border-left: 1px solid #F2D372;
}
.color-beauty .more a {
  background: #F2D372;
}
.color-beauty .list_step .list_step_num {
  background: #F2D372;
}
.color-beauty .list_step .list_step_item::before {
  background: #F2D372;
}
.color-beauty .p-faq__headinner::before {
  color: #F2D372;
}

/*----------------------------------------
1
皮膚の疾患　page-skin-diseases
----------------------------------------*/
.page-skin-diseases .about_skin-diseases {
  /* スマホ（SP）用：幅768px以下で縦並び */
}
.page-skin-diseases .about_skin-diseases .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.page-skin-diseases .about_skin-diseases .cellwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-skin-diseases .about_skin-diseases .cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-skin-diseases .about_skin-diseases .cellwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-skin-diseases .about_atopic-dermatitis {
  margin-top: 60px;
}
.page-skin-diseases .about_atopic-dermatitis .cont01 .flex {
  gap: 32px;
}
@media (max-width: 767px) {
  .page-skin-diseases .about_atopic-dermatitis .cont01 .symptoms-list {
    margin-bottom: 24px;
  }
}
.page-skin-diseases .about_atopic-dermatitis .cont01 .symptoms-list li {
  list-style: disc;
}
.page-skin-diseases .about_atopic-dermatitis .cont02, .page-skin-diseases .about_atopic-dermatitis .cont03 {
  margin-top: 60px;
}
.page-skin-diseases .about_atopic-dermatitis .cont02 .grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .page-skin-diseases .about_atopic-dermatitis .cont02 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-skin-diseases .about_atopic-dermatitis .cont02 .grid .conditions_grid_item {
  text-align: center;
  margin: 0;
  background: #fffade;
  padding: 3%;
}
.page-skin-diseases .about_atopic-dermatitis .cont02 .num-basis {
  margin-top: 24px;
}
.page-skin-diseases .about_atopic-dermatitis .cont02 .num-basis .row .span_12 .table-menu04 {
  margin-bottom: 0;
}
.page-skin-diseases .about_atopic-dermatitis .cont03 .treatment-list li {
  list-style: outside;
}
.page-skin-diseases .about_psoriasis {
  margin-top: 60px;
}
.page-skin-diseases .about_psoriasis .cont01 {
  margin-top: 32px;
}
.page-skin-diseases .about_psoriasis .cont01 .symptoms-list {
  padding-left: 0px;
}
.page-skin-diseases .about_psoriasis .cont01 .symptoms-list .symptoms-list-item {
  list-style: inside;
  padding: 8px;
  background: #fffcf0;
  margin-bottom: 16px;
}
.page-skin-diseases .about_psoriasis .treatment-list li {
  list-style: outside;
}
.page-skin-diseases .about_shosekinouhousho {
  margin-top: 60px;
}
.page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention {
  margin-top: 30px;
}
.page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .flex {
  gap: 16px;
}
.page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .flex .shosekinouhousho-prevention_item img {
  aspect-ratio: 4/3;
}
@media (max-width: 767px) {
  .page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .flex .shosekinouhousho-prevention_item img {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .flex .shosekinouhousho-prevention_item {
    margin-bottom: 16px;
  }
  .page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .flex .shosekinouhousho-prevention_item h4 {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .flex h3 {
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .flex h3 {
    margin-top: 0;
  }
}
.page-skin-diseases .about_shosekinouhousho .shosekinouhousho-prevention .treatment-cont .table-menu04 {
  margin-bottom: 0;
}
.page-skin-diseases .about_shosekinouhousho h3.decoration-none::before {
  content: none;
}
.page-skin-diseases .about_rash {
  margin-top: 60px;
}
.page-skin-diseases .about_rash .cont01 .text {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
}
.page-skin-diseases .about_rash .cont01 .text .symptoms-list li {
  list-style: disc;
}
.page-skin-diseases .about_rash .cont01 .flex-img {
  margin-top: 24px;
}
.page-skin-diseases .cont03 {
  margin-top: 32px;
}
.page-skin-diseases .cont03 .treatment-list li {
  list-style: outside;
}

.about_vitiligo-vulgaris {
  margin-top: 60px;
}
.about_vitiligo-vulgaris .cont01 .flex {
  gap: 32px;
}
.about_vitiligo-vulgaris .cont01 .flex .text {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
}
.about_vitiligo-vulgaris .cont01 .symptoms-list {
  margin-bottom: 24px;
}
.about_vitiligo-vulgaris .cont01 .symptoms-list li {
  list-style: disc;
}
.about_vitiligo-vulgaris .cont03 {
  margin-top: 60px;
}
.about_vitiligo-vulgaris .cont03 a span {
  border-bottom: 1px solid;
}

/* 表全体のデザイン */
.disease_list {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  table-layout: fixed; /* テーブルの幅を均等に */
}

/* ヘッダー行 */
.disease_list thead th {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #4CAF50;
}

/* 各セルのスタイル */
.disease_list td {
  text-align: left;
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  word-wrap: break-word; /* 長い単語やURLを折り返す */
}

/* 各行にホバーエフェクト */
.disease_list tr:hover {
  background-color: #f1f1f1;
}

/* 奇数行と偶数行で背景色を変える */
.disease_list tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.disease_list tr:nth-child(even) {
  background-color: #ffffff;
}

/* 最後のセルに余白を追加 */
.disease_list td:last-child {
  padding-right: 40px;
}

/* テーブルのボーダーを柔らかくする */
.disease_list th, .disease_list td {
  border-radius: 5px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .disease_list {
    width: 100%;
    overflow-x: auto; /* 横スクロールを可能に */
  }
  .disease_list thead {
    display: none; /* ヘッダーを非表示にしてスクロール可能に */
  }
  .disease_list tr:nth-child(even) {
    background-color: initial;
  }
  .disease_list td {
    border-bottom: none;
  }
  .disease_list tr {
    display: block;
  }
  .disease_list td {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 0px;
  }
  .disease_list td:last-child {
    border-bottom: none;
  }
  /* タイトル（ヘッダー）の再表示 */
  .disease_list td::before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .disease_list tr:nth-child(odd) {
    background-color: #fff;
  }
}
/*----------------------------------------
2
脱毛・発毛治療　page-hair
----------------------------------------*/
.page-hair .hair_02 .more a {
  margin: 0;
}
@media (max-width: 767px) {
  .page-hair .hair_02 .more a {
    margin: 0 auto;
  }
}
.page-hair .hair_03 .symptoms-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .page-hair .hair_03 .symptoms-list {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
  }
}
@media (max-width: 483px) {
  .page-hair .hair_03 .symptoms-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-hair .hair_03 .symptoms-list .symptoms-list-item {
  text-align: center;
  margin: 0;
  background: #fff8de;
}

/*----------------------------------------
3
皮膚のトラブル　page-skin-problems
----------------------------------------*/
.page-skin-problems .skin-problems02 .ttl {
  margin-top: 16px;
}
.page-skin-problems .skin-problems02 .treatment-list li {
  list-style: disc;
}
.page-skin-problems .skin-problems03 .row {
  margin-bottom: 0;
}
.page-skin-problems .skin-problems03 .row .symptoms-list {
  padding-left: 0px;
}
.page-skin-problems .skin-problems03 .row .symptoms-list .symptoms-list-item {
  list-style: inside;
  padding: 8px;
  background: #fff8de;
  margin-bottom: 16px;
}
.page-skin-problems .skin-problems03 .more {
  margin-top: 32px;
}

/*----------------------------------------
4
形成外科　page-plastic-surgery
----------------------------------------*/
.page-plastic-surgery .symptoms_area .row {
  margin-bottom: 0;
}
.page-plastic-surgery .symptoms_area .row .symptoms-list {
  padding-left: 0px;
}
.page-plastic-surgery .symptoms_area .row .symptoms-list .symptoms-list-item {
  list-style: inside;
  padding: 8px;
  background: #fffef0;
  margin-bottom: 16px;
}
.page-plastic-surgery .plastic-surgery-item .col ul li {
  list-style: disc;
}
@media (max-width: 767px) {
  .page-plastic-surgery .plastic-surgery-item .treatment {
    margin-top: 24px;
  }
}
.page-plastic-surgery .price small {
  display: block;
}

/*----------------------------------------
5
美容皮膚科　page-cosmetic-dermatology
----------------------------------------*/
.page-cosmetic-dermatology .detail_cont .flex {
  gap: 24px;
}
@media (max-width: 767px) {
  .page-cosmetic-dermatology .detail_cont .flex .detail_cont_item {
    margin-bottom: 24px;
  }
}
.page-cosmetic-dermatology .detail_cont .flex .detail_cont_item img {
  aspect-ratio: 4/3;
  margin-bottom: 16px;
}

.cosmetic-dermatology01 .cont03 .pdf {
  border-bottom: 1px solid;
}
.cosmetic-dermatology01 .cont03 .pdf:hover {
  border-bottom: 1px solid red;
  color: red;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cosmetic-dermatology01 .cont04 img {
  width: 100%;
}
.cosmetic-dermatology01 .cont04 .more {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cosmetic-dermatology01 .cont04 .more a {
    margin: 0 auto;
  }
}
.cosmetic-dermatology01 .cont04, .cosmetic-dermatology01 .cont07 {
  margin-top: 64px;
}
.cosmetic-dermatology01 .cont04 .left-btn, .cosmetic-dermatology01 .cont07 .left-btn {
  margin: 0;
}
.cosmetic-dermatology01 .cont07 ul.check_list {
  position: relative;
  padding: 0;
  list-style-type: none;
}
.cosmetic-dermatology01 .cont07 ul.check_list li {
  padding: 0.5em;
  margin-bottom: 3px;
  background: #fff8dd;
  border-left: solid 16px #f1d376;
}

.cosmetic-dermatology02 .stain-ttl::before {
  width: 10px;
  height: 10px;
  top: 0.5em;
}
.cosmetic-dermatology02 .left-btn {
  margin: 0;
}
.cosmetic-dermatology02 .row {
  margin-bottom: 16px;
}
.cosmetic-dermatology02 .cont01, .cosmetic-dermatology02 .cont02, .cosmetic-dermatology02 .cont03, .cosmetic-dermatology02 .cont04 {
  margin-bottom: 48px;
}
.cosmetic-dermatology02 .cont01 img, .cosmetic-dermatology02 .cont02 img, .cosmetic-dermatology02 .cont03 img, .cosmetic-dermatology02 .cont04 img {
  width: 100%;
}

.cosmetic-dermatology03 .treatment01, .cosmetic-dermatology03 .treatment02 {
  margin-bottom: 60px;
}

.cosmetic-dermatology04 .treatment-area .treatment-item:last-child {
  margin-top: 16px;
}

.price-page .price-table {
  margin-bottom: 60px;
}
.price-page .home-care-item {
  margin-bottom: 32px;
}
.price-page .home-care-item ul li {
  list-style: disc;
}

.color-dental .undersec_ttl::before, .color-dental .table-schedule thead th, .color-dental h3:not(.post_side_title)::before,
.color-dental .num_ttl .num, .color-dental h4::before {
  background: #C5E081;
}
.color-dental .table-schedule td, .color-dental .table-schedule th {
  border: 1px solid #C5E081;
}
.color-dental .table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgb(236, 248, 227);
}
.color-dental .table-menu02 td, .color-dental .table-menu02 tbody th {
  border-top: 1px solid rgb(236, 248, 227);
}
.color-dental .table-menu04 th, .color-dental .table-menu04 td {
  border: 1px solid rgb(236, 248, 227);
}
.color-dental .table-menu04 th {
  background-color: rgb(236, 248, 227);
}
.color-dental .table-schedule tbody th, .color-dental .table-menu02 tbody th {
  background: rgb(236, 248, 227);
}
.color-dental .num_ttl .num::after {
  border-color: transparent transparent transparent #C5E081;
}

/*----------------------------------------
歯科診療一覧 page-dental
----------------------------------------*/
.page-dental img {
  padding: 16px;
}
.page-dental .timeschedule_wrap {
  margin-bottom: 60px;
}
.page-dental .timeschedule_wrap small {
  display: block;
}
.page-dental .tab_list_wrapper {
  margin-bottom: 64px;
}
.page-dental .undersec_ttl::before {
  background: #C5E081;
}
.page-dental .tab_list_buttons .tab_list_button_link:hover {
  background: #C5E081;
}

/*----------------------------------------
一般歯科 page-general
----------------------------------------*/
.page-general .treatment-feature h3.num_ttl {
  padding-left: 0;
}
.page-general .treatment-feature h3.num_ttl::before {
  content: none;
}
.page-general .symptpms .row {
  margin-bottom: 24px;
}
.page-general .symptpms .row .u_periopro {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .page-general .symptpms .row .u_periopro img {
    max-height: 200px;
    margin-inline: auto;
  }
}
.page-general .symptpms .row .u_periopro h4 {
  font-size: clamp(18px, 2.4771838331vw, 20px);
}
.page-general .symptpms .row .u_periopro h4::before {
  background: #C5E081;
}
.page-general .symptpms .row .u_periopro .perio_box {
  border: solid 1px #C5E081;
  padding: 1em 0.8em 1em 1.6em;
}
.page-general .symptpms .row .u_periopro .perio_box ul {
  position: relative;
  padding-left: 20px;
}
.page-general .symptpms .row .u_periopro .perio_box ul li {
  line-height: 1.5;
  padding: 0.2em 0;
  list-style-type: none !important;
}
.page-general .symptpms .row .u_periopro .perio_box ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "・";
  position: absolute;
  left: 0;
  /*左端からのアイコンまで*/
}
.page-general .symptoms-list .symptoms-list-item p {
  margin-top: 8px;
}
.page-general .noto {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 8px 15px;
  background: #fff0c6;
  border-radius: 30px;
}
.page-general .noto:before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #fff0c6;
}
.page-general .noto:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #fff0c6;
}

/*----------------------------------------
小児歯科 page-child
----------------------------------------*/
.page-child .under_childdental02, .page-child .about-childdental04, .page-child .about-childdental05 {
  margin-top: 32px;
}
.page-child .about-childdental {
  margin-top: clamp(60px, 6.25vw, 100px);
}
.page-child .under_childdental02 .checklist-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  padding: 32px;
  border: 2px dotted #C5E081;
}
@media (max-width: 767px) {
  .page-child .under_childdental02 .checklist-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.page-child .under_childdental02 .checklist-container .checklist-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}
@media (max-width: 767px) {
  .page-child .under_childdental02 .checklist-container .checklist-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-child .under_childdental02 .checklist-container ul {
  list-style: disc;
}

/*----------------------------------------
審美歯科 page-aesthetic
----------------------------------------*/
.page-aesthetic .symptoms-list-item p {
  margin-top: 8px;
}

/*----------------------------------------
矯正歯科 page-correction
----------------------------------------*/
.page-correction .time-wrap {
  padding: clamp(32px, 1.67vw, 60px);
  background-color: #daeda9;
}
.page-correction .time-wrap h3 {
  padding-left: 0;
}
.page-correction .time-wrap h3::before {
  content: none;
}
.page-correction .time-wrap span.dli-clock {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: 0.5em;
}
.page-correction .time-wrap span.dli-clock::before {
  width: 0.1em;
  height: 0.4em;
}
.page-correction .time-wrap span.dli-clock::after {
  width: 0.35em;
  height: 0.1em;
}
.page-correction .time-wrap span.dli-clock::before, .page-correction .time-wrap span.dli-clock::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  background: currentColor;
  border-radius: 0.1em;
  -webkit-transform: translate(-0.05em, 0.05em);
          transform: translate(-0.05em, 0.05em);
}
.page-correction .cont01 h3.num_ttl {
  padding-left: 0;
}
.page-correction .cont01 h3.num_ttl::before {
  content: none;
}

/*----------------------------------------
インプラント page-implant
----------------------------------------*/
.page-implant .row .symptoms-list {
  padding-left: 0px;
}
.page-implant .row .symptoms-list .symptoms-list-item {
  list-style: inside;
  padding: 8px;
  background: #f9fff0;
  margin-bottom: 16px;
}

/*----------------------------------------
入れ歯治療 page-denture
----------------------------------------*/
.page-denture .img_wrap {
  margin-bottom: 32px;
}
.page-denture .cont02 .kinds01 .table-menu02 {
  margin-bottom: 64px;
}

/*----------------------------------------
採用情報　page_recruit
----------------------------------------*/
.page_recruit {
  position: relative;
}
.page_recruit .recruit_headding {
  text-align: center;
  font-size: clamp(1.6rem, 1.8vw, 3.2rem);
  color: #002F69;
}
.page_recruit p {
  padding: 32px 0;
}
.page_recruit .table-menu02:not(:first-child) {
  margin-bottom: 64px;
}

/*----------------------------------------
page_clinic
----------------------------------------*/
.page_clinic > section {
  margin-bottom: clamp(0px, 5vw, 120px);
}
.page_clinic .table-menu02 {
  margin-top: 32px;
}
.page_clinic .clinic_sec04 ul li.relatedclinic_item {
  list-style: outside;
}
.page_clinic .clinic_sec04 ul li.relatedclinic_item a {
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_clinic .clinic_sec04 ul li.relatedclinic_item a:hover {
  color: blue;
  border-bottom: 1px solid blue;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------
page-checkup
----------------------------------------*/
@media (max-width: 767px) {
  .page-checkup .table-menu02 th, .page-checkup .table-menu02 td {
    display: inline-block;
    border-top: none;
  }
}

/*----------------------------------------
privacy
----------------------------------------*/
ul.privacy-list li {
  list-style: disc;
}

body {
  min-width: 960px;
}
@media (max-width: 767px) {
  body {
    min-width: initial;
  }
}

.home main .container {
  max-width: calc(1120px + 12%);
  padding: 0 6%;
}

@media (min-width: 1024px) {
  header .gnav nav > ul li a:hover {
    border-bottom: 1px solid #91DDF3;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-margin_120-60 {
  margin-block: 120px;
}

@media (max-width: 767px) {
  .sec-margin_120-60 {
    margin-block: 60px;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}

.sp-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_ttl_ruby {
  text-align: center;
}

/*----------------------------------------
front_sec_news
----------------------------------------*/
#front_sec_news {
  margin-bottom: 100px;
}
#front_sec_news .sec_news_ttl .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 32px;
}
#front_sec_news .btn {
  margin-bottom: 0;
}
#front_sec_news .btn .btn_news {
  color: #91DDF3;
}
#front_sec_news .btn .btn_health-support {
  color: #C5E081;
}
@media (max-width: 767px) {
  #front_sec_news {
    margin-bottom: 80px;
  }
}
#front_sec_news dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  #front_sec_news dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#front_sec_news dt,
#front_sec_news dd {
  padding: 1.8em 0;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
  font-size: 15px;
}
@media (max-width: 767px) {
  #front_sec_news dt,
  #front_sec_news dd {
    padding: 1em 0;
  }
}
#front_sec_news dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  #front_sec_news dt {
    width: 250px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #front_sec_news dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
  }
}
#front_sec_news dt time {
  color: rgba(70, 70, 70, 0.6);
}
#front_sec_news dt .category_name {
  color: #fff;
  text-align: center;
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
  min-width: 120px;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
@media (max-width: 767px) {
  #front_sec_news dt .category_name {
    font-size: 13px;
    min-width: 100px;
  }
}
#front_sec_news dd {
  margin: 0;
}
@media (min-width: 768px) {
  #front_sec_news dd {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  #front_sec_news dd {
    border-top: 0;
    padding-top: 0;
  }
}
#front_sec_news .one_content {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#front_sec_news .one_content:hover {
  color: #91DDF3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*----------------------------------------
header   診療内容　歯科診療一覧のカラー変更
----------------------------------------*/
ul.sub-menu li:last-child {
  background: #C5E081;
}
@media (max-width: 1024px) {
  ul.sub-menu li:last-child {
    background: unset;
  }
}

/*----------------------------------------
slider
----------------------------------------*/
/* ↓ スライドの外枠 */
.slide-wrapper {
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 64px;
}

/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 500%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slide div {
  width: 25%;
  height: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide2 {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.slide3 {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.slide4 {
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}

.slide5 {
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}

/* ↓ 左右のボタン */
.next, .prev {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #91DDF3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 10;
}

/* →（次へ）ボタン */
.next {
  right: 8%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1497px) {
  .next {
    right: 60px;
  }
}
@media (max-width: 1352px) {
  .next {
    right: 10px;
  }
}

/* ←（前へ）ボタン */
.prev {
  left: 8%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1497px) {
  .prev {
    left: 60px;
  }
}
@media (max-width: 1352px) {
  .prev {
    left: 10px;
  }
}

/* 矢印のスタイル */
.next::after, .prev::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* →（次へ）ボタンの矢印 */
.next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ←（前へ）ボタンの矢印 */
.prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  z-index: 10;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #91DDF3 solid;
  cursor: pointer;
}

.indicator li:first-of-type {
  background-color: #91DDF3;
}

/*----------------------------------------
auto-slider
----------------------------------------*/
.slider_loop {
  position: relative;
  overflow: hidden;
}
.slider_loop .slider_loop_inner {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider_loop .slider_loop_inner img {
  display: block;
  max-width: 100%;
}

/*----------------------------------------
front_sec_about
----------------------------------------*/
#front_sec_about {
  position: relative;
  background-image: url(/wp-content/uploads/img_sec02-01.png), url(/wp-content/uploads/img_sec02-02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 100px, right 0;
}
@media (max-width: 1180px) {
  #front_sec_about {
    background-image: url(/wp-content/uploads/img_sec02-01.png);
    background-size: 440px;
  }
}
@media (max-width: 767px) {
  #front_sec_about {
    background-image: url(/wp-content/uploads/img_sec02-01.png);
    background-position: left top;
    background-size: 60% auto;
    margin-bottom: 10%;
  }
}
#front_sec_about .sec_about_bg {
  position: absolute;
  width: 418px;
  height: 418px;
  background: -webkit-radial-gradient(at 50% 50%, rgba(197, 224, 129, 0.15) 0, transparent 80%);
  background: radial-gradient(at 50% 50%, rgba(197, 224, 129, 0.15) 0, transparent 80%);
  right: 250px;
  top: 370px;
  z-index: -2;
}
#front_sec_about .container {
  background-image: url(/wp-content/uploads/img_sec02-03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 400px auto;
  padding-top: 150px;
}
@media (max-width: 767px) {
  #front_sec_about .container {
    background-image: url(/wp-content/uploads/img_sec02-03.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 250px auto;
  }
}
#front_sec_about .about_content {
  width: 80%;
  max-width: 970px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  #front_sec_about .about_content {
    width: 100%;
    margin-left: 0;
  }
}
#front_sec_about .about_content .about_ttl {
  margin-bottom: 3.2rem;
  font-size: 2.6rem;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  font-weight: initial;
}
@media (max-width: 767px) {
  #front_sec_about .about_content .about_ttl {
    font-size: 1.8rem;
  }
}
#front_sec_about .about_content .sec_ttl {
  text-align: left;
  margin-bottom: 32px;
}
#front_sec_about .about_content p {
  width: 100%;
  max-width: 840px;
  margin-left: 64px;
  margin-right: 0;
  letter-spacing: 0.08rem;
  line-height: 2.5em;
  padding-right: 330px;
  margin-bottom: 120px;
}
@media (max-width: 1180px) {
  #front_sec_about .about_content p {
    max-width: 866px;
    padding-right: 230px;
  }
}
@media (max-width: 767px) {
  #front_sec_about .about_content p {
    padding-right: 0;
    margin-left: 0;
  }
}

/*----------------------------------------
front_sec_treatment
----------------------------------------*/
#front_sec_treatment {
  position: relative;
}
#front_sec_treatment .sec_treatment_bg01 {
  position: absolute;
  width: 700px;
  height: 550px;
  background: -webkit-radial-gradient(at 50% 50%, rgba(242, 210, 111, 0.1) 0, transparent 80%);
  background: radial-gradient(at 50% 50%, rgba(242, 210, 111, 0.1) 0, transparent 80%);
  right: -230px;
  top: 460px;
  z-index: -2;
}
@media (max-width: 767px) {
  #front_sec_treatment .sec_treatment_bg01 {
    display: none;
  }
}
#front_sec_treatment .sec_treatment_bg02 {
  position: absolute;
  width: 550px;
  height: 550px;
  background: -webkit-radial-gradient(at 50% 50%, rgba(145, 221, 243, 0.3) 0, transparent 80%);
  background: radial-gradient(at 50% 50%, rgba(145, 221, 243, 0.3) 0, transparent 80%);
  left: -230px;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 767px) {
  #front_sec_treatment .sec_treatment_bg02 {
    display: none;
  }
}
#front_sec_treatment .content-inner {
  max-width: 1588px;
  margin: 0 auto;
  padding: 0 6%;
}
#front_sec_treatment .content-inner .sec_ttl {
  margin-bottom: 64px;
}
#front_sec_treatment .grid-container {
  display: grid;
  gap: 24px;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  margin-bottom: 64px;
}
#front_sec_treatment .grid-container .color-bg_beauty {
  border-radius: #F2D372;
}
#front_sec_treatment .grid-container .sec_treatment-grid {
  position: relative;
}
#front_sec_treatment .grid-container .sec_treatment-grid .link_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
#front_sec_treatment .grid-container .sec_treatment-grid .link_wrap:hover ~ .sec_treatment-grid-item .accordion-title, #front_sec_treatment .grid-container .sec_treatment-grid .link_wrap:hover ~ .sec_treatment-grid-item .accordion-content p {
  color: #161616;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#front_sec_treatment .grid-container .sec_treatment-grid .link_wrap:hover ~ .sec_treatment-grid-item .accordion-button::before {
  border-top: solid 2px #d6d6d6;
  border-right: solid 2px #d6d6d6;
}
#front_sec_treatment .grid-container .sec_treatment-grid .link_wrap:hover ~ .sec_treatment-grid-item .color-bg_medicine {
  background-color: #FFFFFC;
  border: 1px solid #91DDF3;
}
#front_sec_treatment .grid-container .sec_treatment-grid .link_wrap:hover ~ .sec_treatment-grid-item .color-bg_beauty {
  background-color: #FFFFFC;
  border: 1px solid #F2D372;
}
@media (max-width: 767px) {
  #front_sec_treatment .grid-container .sec_treatment-grid {
    border-bottom: 1px solid #9A9696;
  }
}
@media (max-width: 767px) {
  #front_sec_treatment .grid-container {
    display: block;
  }
}
#front_sec_treatment .grid-container .card-item {
  position: relative;
}
@media (max-width: 767px) {
  #front_sec_treatment .grid-container .card-item:not(:first-child) {
    margin-top: 64px;
  }
}
#front_sec_treatment .grid-container .card-item .card_img-wrap {
  max-width: 100%;
}
#front_sec_treatment .grid-container .card-item .card_img-wrap img {
  width: 100%;
}
#front_sec_treatment .grid-container .card_text-wrap {
  padding: 15px 20px;
}
#front_sec_treatment .grid-container .card_text-wrap .card_text-ttl {
  font-size: 2rem;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
#front_sec_treatment .accordion {
  max-width: 600px;
  margin: auto;
}
#front_sec_treatment .accordion .accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 10px;
}
#front_sec_treatment .accordion .accordion-header .accordion-title {
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #front_sec_treatment .accordion .accordion-header .accordion-title {
    font-size: 1.6rem;
  }
}
#front_sec_treatment .accordion .accordion-header .accordion-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 768px) {
  #front_sec_treatment .accordion .accordion-header .accordion-button[aria-expanded=true]::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
#front_sec_treatment .accordion .accordion-header .color-bg_medicine {
  background: #91DDF3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#front_sec_treatment .accordion .accordion-header .color-bg_beauty {
  background: #F2D372;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#front_sec_treatment .accordion .accordion-header .accordion-button::before, #front_sec_treatment .accordion .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
#front_sec_treatment .accordion .accordion-header .accordion-button::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #front_sec_treatment .accordion .accordion-header .accordion-button::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); /* 下向き矢印 */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#front_sec_treatment .accordion .accordion-header .accordion-button::after {
  left: 0;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#front_sec_treatment .accordion .accordion-content {
  padding: 10px;
  border-top: none;
}
#front_sec_treatment .accordion .accordion-content p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #front_sec_treatment .accordion .accordion-content {
    display: none;
  }
}

/*----------------------------------------
front_sec_dental
----------------------------------------*/
#front_sec_dental {
  background-image: url(/wp-content/uploads/sec-04_dental_img.jpg);
  background-size: cover;
}
#front_sec_dental .dental-cont {
  padding: 160px 0 96px 0;
}
@media (max-width: 767px) {
  #front_sec_dental .dental-cont {
    padding: 64px 0 0 0;
  }
}
#front_sec_dental .dental-cont .sec_ttl {
  font-size: 3.6rem;
  color: #464646;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #front_sec_dental .dental-cont .sec_ttl {
    font-size: 2.4rem;
  }
}
#front_sec_dental .dental-cont p {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  #front_sec_dental .dental-cont p {
    text-align: initial;
  }
}
#front_sec_dental .dental-cont .color-bg_dental {
  background: #C5E081;
}

/*----------------------------------------
front_sec_clinic
----------------------------------------*/
#front_sec_clinic {
  /* →（次へ）ボタン */
  /* ←（前へ）ボタン */
}
#front_sec_clinic .sec_ttl {
  margin-bottom: 64px;
}
#front_sec_clinic .slide-wrapper {
  max-width: 918px;
  margin: 0 auto;
  margin-bottom: 64px;
}
#front_sec_clinic .next {
  right: 15%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1540px) {
  #front_sec_clinic .next {
    right: 8%;
  }
}
@media (max-width: 1240px) {
  #front_sec_clinic .next {
    right: 10px;
  }
}
#front_sec_clinic .prev {
  left: 15%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1540px) {
  #front_sec_clinic .prev {
    left: 8%;
  }
}
@media (max-width: 1240px) {
  #front_sec_clinic .prev {
    left: 10px;
  }
}

#front_sec_clinic .sec_ttl {
  margin-bottom: 64px;
}

/*----------------------------------------
front_sec_banner
----------------------------------------*/
#front_sec_banner .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  #front_sec_banner .flex {
    display: grid;
    gap: 16px;
    margin-bottom: 60px;
  }
}
#front_sec_banner .flex a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#front_sec_banner img {
  max-width: 352px;
}/*# sourceMappingURL=main.css.map */