@charset "utf-8";

/* CSS Document */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  font-feature-settings: "pkna" 1;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  font-feature-settings: "palt";
  line-height: 1.65;
}

p {
  margin-bottom: 0;
}

pre {
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

a:hover {
  opacity: .6;
}

.en {
  font-family: 'Nanum Myeongjo', serif !important;
  font-weight: 700;
}

.jp {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.min {
  font-family: 'Noto Serif JP', serif !important;
}

.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFFFFF;
  margin-top: -170px;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 200px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 170px;
  background: #FFFFFF;
  z-index: 99;
  padding: 1rem 3rem;
  width: 100%;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tatbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.h_tel {
  padding-right: 2rem;
}

.h_map {
  display: flex;
  padding-right: 2rem;
}

.btn02.min.sp-head {
  display: none;
}

.gnav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gnav li {
  margin-right: 3rem;
  text-align: left;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 1.6rem;
}

.gnav li span {
  font-family: 'Noto Sans JP', sans-serif;
  color: #9B9B9B;
  font-size: 1.4rem;
}

.mv {
  margin-top: 170px;
  position: relative;
}

.mv img {
  object-fit: cover;
  width: 100%;
}

video#video {
  height: 90vh;
  width: 100%;
  object-fit: cover;
}

.video_box video#video {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.mov video {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.sec1 {
  padding: 6% 0;
  position: relative;
}

.sec1::before {
  content: "";
  height: 100%;
  width: 50%;
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sec1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12%;
  width: 60%;
  height: 1px;
  background: #333333;
}

.inner {
  max-width: calc(1300px + 6%);
  margin: 0 auto;
  padding: 3%;
}

.inner2 {
  max-width: calc(1200px + 6%);
  margin: 0 auto;
  padding: 3%;
}

.h3_ttl {
  font-size: 3vw;
  margin-bottom: 3rem;
  line-height: 1;
}

.h3_ttl span {
  font-size: 1.8rem;
}

.h3_ttl2 {
  font-size: 3vw;
  margin-bottom: 3rem;
  line-height: 0.6;
  position: relative;
  padding-bottom: 3rem;
}

.h3_ttl2 span {
  font-size: 1.8rem;
  color: #58462c;
  font-weight: 500;
}

.h3_ttl2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 1px;
  background: #58462C;
}

.topicsbox {
  max-width: 100%;
  margin: 3rem 0;
  padding: 3% 0;
}

.topicsbox>dl {
  display: flex;
  font-size: 1.6rem;
}

.topicsbox>dt {
  width: 20%;
  background: #333333;
  color: #FFFFFF;
  padding: 1rem;
  text-align: center;
  margin-right: 3rem
}

.topicsbox>dd {
  padding-top: 1rem;
}

.sec2 {
  padding: 3% 0;
}

.wrap {
  max-width: calc(1500px + 6%);
  margin: 0 auto;
  padding: 3%;
}

.ttl {
  text-align: center;
  font-size: 8rem;
  margin-bottom: 6%;
  line-height: 0.8;
}

.ttl span {
  font-size: 1.8rem;
  font-weight: 600;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex .txt {
  width: 48%;
}

.flex .img {
  width: 48%;
}

.ac {
  align-items: center;
}

.jsa {
  justify-content: space-around;
}

.jsb {
  justify-content: space-between;
}

.biz-hour {
  display: block;
  border-collapse: collapse;
  /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
  overflow-x: scroll;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.biz-hour th {
  /* １番上の線 */
  border-top: 1.5px solid #58462C;
}

.biz-hour th,
.biz-hour td {
  padding: 10px 20px;
  text-align: center;
  /* ２番目以降の線 */
  border-bottom: 1px solid #B4B4B4;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 559px) {

  .biz-hour th,
  .biz-hour td {
    padding: 10px 10px;
  }
}

.biz-hour th {
  font-weight: normal;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

.yoyakusei {
  font-size: 1.8rem;
  padding: 1.5rem;
  background: #E6E6E6;
  text-align: center;
  margin: 3%;
}

.yoyaku_tel {
  padding: 1.5rem;
  background: #8A8A8A;
  color: #FFFFFF;
  text-align: center;
  border-radius: 30px;
  margin: 3% 10rem;
}

.info_tel {
  padding: 3% 0;
  text-align: center;
}

.web_yoyaku {
  padding: 3% 0;
  text-align: center;
}

.calendar {
  text-align: center;
  padding: 3% 0;
}

.sec3 {
  padding: 6% 0;
  background: #F5F5F5;
}

.tc {
  text-align: center;
}

.first_wrap {
  max-width: calc(1800px + 6%);
  padding: 3%;
  margin: 0 auto;
}

.fleximg {
  width: 14%;
}

.first_wrap .ttl {
  text-align: center;
  margin: 20px auto 0;
  font-weight: 600;
  position: relative;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #333333;
  border-bottom: 3px solid #333333;
  padding: 6px 4px;
  border-radius: 40px;
}

.sec4 {
  padding: 6% 0;
}

.sub_ttl {
  font-size: 3rem;
  margin-bottom: 6%;
  color: #808080;
}

.sub_ttl2 {
  font-size: 4rem;
  margin-bottom: 6%;
  color: #FFFFFF;
  text-align: center;
}

.sec4 .txt {
  padding: 0 6vw 0 3vw;
}

.sec5 {
  padding: 6% 0;
  position: relative;
}

.sec5::before {
  content: "";
  height: 100%;
  width: 50%;
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.mov {
  width: 30%;
}

.mov_ttl {
  border-top: 1px solid #707070;
  margin-bottom: 3%;
  font-size: 1.8rem;
  padding: 3rem 0;
}

.sec6 {
  padding: 6% 0;
  position: relative;
}

.sec6::before {
  content: "";
  height: 100%;
  width: 50%;
  background: url("images/features_bg.png")repeat-y top right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.feature_top_img {
  margin-bottom: 6%;
  width: 80%;
  display: flex;
}

.feature_top_img p {
  font-size: 4.8rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #58462C;
  margin-left: -5rem;
}

/*---------feature----------*/
.feature_box01 {
  position: relative;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature_box01 .feature_box_l {
  width: 50%;
}

.feature_box01 .feature_box_r {
  width: 50%;
  height: 100%;
}

.feature_box_inner {
  padding: 5% 4%;
  width: 110%;
  line-height: 2;
  margin: 18% 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: rgba(0, 0, 0, 0.60);
  height: 50%;
}

.feature_box_inner_txt h3 {
  font-size: 6em;
  font-family: 'Cinzel', serif;
}

.feature_box_inner_txt p {
  font-size: 2.4em;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.4;
}

.feature_box_inner_txt {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature_box01 .feature_box_inner {
  margin-left: -10%;
}

.feature_box02 .feature_box_inner {
  margin-right: -10%;
}

.re {
  flex-direction: row-reverse;
}

.feature_box02 {
  position: relative;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature_box02 .feature_box_l {
  width: 50%;
  height: 100%;
}

.feature_box02 .feature_box_r {
  width: 50%;
}

.sec7 {
  background: url("images/commitment_bg.png")no-repeat top center;
  background-size: cover;
  padding: 6% 0 3%;
}

.sec7 .h3_ttl {
  text-align: left;
  line-height: 0.6;
  padding-left: 5%;
  position: relative;
  padding-bottom: 3rem;
}

.sec7 .h3_ttl::before {
  content: "";
  height: 1px;
  width: 34%;
  background: #58462C;
  position: absolute;
  left: 0;
  bottom: 0;
}

.com_box {
  margin-bottom: 5rem;
}

.com_img {
  width: 35%;
}

.com_txt {
  margin-left: -1%;
  width: 60%;
}

.com_txt h3 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  color: #58462C;
}

.com_txt h3::before {
  content: "";
  height: 3px;
  width: 50%;
  background: #85622E;
  position: absolute;
  left: 0;
  bottom: 0;
}

.com_txt h3 span {
  font-size: 5rem;
  margin-right: 2rem;
}

.com_txt p {
  padding-left: 2rem;
}

.sec8 {
  background: url("images/pickup_bg.png") no-repeat top center;
  background-size: cover;
  padding: 6% 0;
}

.pickup_box01,
.pickup_box02 {
  margin-bottom: 5rem;
}

.pickupimg {
  width: 50%;
}

.pickuptxt {
  width: 50%;
  background: rgba(0, 0, 0, 0.30);
  padding: 3vw;
  color: #FFFFFF;
}

.pickup_box01 .pickuptxt {
  margin-left: -10rem;
  width: calc(50% + 10rem);
  border-bottom: 3px solid #58462C;
}

.pickup_box02 .pickuptxt {
  margin-right: -10rem;
  width: calc(50% + 10rem);
  border-bottom: 3px solid #58462C;
}

.wh {
  color: #FFFFFF;
}

.btn {
  padding: 8% 0;
  text-align: center;
}

.btn a {
  background: #8D6832;
  border: 1px solid #58462C;
  padding: 1.5rem 8rem;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  font-size: 1.6rem;
}

.btn a::before {
  content: "";
  background: url("images/arrow.png")no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 59px;
  height: 11px;
}

.sec9 {
  background: url("images/worries_bg.png") no-repeat top center;
  background-size: cover;
  padding: 6% 0;
  border: 10px solid #BBBBBB;
}

.worries_box {
  border: 3px solid #58462C;
  border-radius: 20px;
  padding: 5vw 4vw;
  background: #FFFFFF;
}

.list_box {
  width: 46%;
}

.list_box li {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  border-bottom: 1px solid #B29263;
  font-size: 2rem;
}

.list_box li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("images/icon_check.png") no-repeat top center;
  background-size: cover;
  width: 30px;
  height: 30px;
  transform: translateY(-80%);
}

.sec10 {
  padding: 6% 3%;
  background: url("images/medical_bg.png") no-repeat top center;
  background-size: cover;
}

.ttl_box {
  width: 35%;
  padding: 0 3%;
}

.bnr_box {
  width: 65%;
  padding: 3%;
  border-left: 1px solid #707070;
}

.bnr_inner {
  width: calc(100% / 4 - 3%);
  margin-bottom: 3rem;
}

.sec11 {
  padding: 6% 0;
  background: url("images/gallery_bg.png") no-repeat top center;
  background-size: cover;
}

.footer_txt {
  width: 50%;
  padding: 3%;
  background: #B8B8B8;
}

.footer_txt_inner {
  max-width: 560px;
  margin: 0 auto;
}

.f_tel {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.f_tel p {
  color: #FFFFFF;
  padding: 1rem 2rem;
  background: #333333;
  margin-right: 2rem;
  border-radius: 20px;
}

.btn02 {
  padding: 8% 0;
  text-align: center;
}

.btn02 a {
  background: #333333;
  padding: 1.5rem 6rem 1.5rem 10rem;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  font-size: 1.6rem;
}

.btn02 a::before {
  content: "";
  background: url("images/icon_calendar.png")no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 34px;
  height: 31px;
}

.footer_area {
  position: relative;
}

.footer_area::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url("images/footer01.png")no-repeat top center/cover;
}

.copy {
  padding: 1rem;
  background: #333333;
  color: #FFFFFF;
  text-align: center;
}

#footer {
  position: relative;
  z-index: 2;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  opacity: .6;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 45px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

.business-calendar-box {
  margin: 0 0 5px;
  overflow: hidden;
  font-size: 1.6rem;
}

.business-calendar-box>div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1%;
}

.business-calendar-box>div table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.business-calendar-box>div table caption {
  font-size: 16px;
  padding: 0 0 5px;
}

.business-calendar-box>div table th {
  background-color: #f2ece4;
}

.business-calendar-box>div table th,
.business-calendar-box>div table td {
  border: 1px solid #dadada;
  text-align: center;
  padding: 8px 0;
}

.business-calendar td.attr0,
.business-calendar td.attr1,
.business-calendar td.attr2,
.business-calendar td.attr3,
.business-calendar td.attr4 {
  color: #FFF;
}

.calendar-comments .close-medical i,
.business-calendar td.attr0 {
  background-color: #97c01f;
}

.calendar-comments .half-pm i,
.business-calendar td.attr2 {
  background-color: #ffabd5;
}

.calendar-comments {
  overflow: hidden;
  margin-top: 5px;
  padding-left: 10px;
}

.calendar-comments ul {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.calendar-comments .close-medical i,
.business-calendar td.attr0 {
  background-color: #97c01f;
}

.calendar-comments .half-am i,
.business-calendar td.attr1 {
  background-color: #a3ccff;
}

.calendar-comments .half-pm i,
.business-calendar td.attr2 {
  background-color: #ffabd5;
}

.calendar-comments .hour-change i,
.business-calendar td.attr3 {
  background-color: #ffc107;
}

.calendar-comments .head-out i,
.business-calendar td.attr4 {
  background-color: #bfbfbf;
}

.calendar-comments li i {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0px 8px 0 0;
  border: 1px solid #dadada;
  vertical-align: middle;
}

.calendar-comments li+li {
  padding-left: 10px;
}

/*============================================================

下層ページ

=============================================================*/
.h2_ttl {
  padding: 12rem;
  background: url("images/h2_ttl.png")no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  margin-top: 170px;
  letter-spacing: 0.1em;
}

.h2_ttl span {
  font-size: 6rem;
}

.doctor_cp {
  text-align: center;
  font-size: 28px;
  font-family: 'Noto Serif JP', serif !important;
}

.doctor_cp span {
  display: inline-block;
}

.doctorimg {
  text-align: center;
  margin-bottom: 3rem;
}

.doctor_name {
  text-align: right;
  font-size: 2.4rem;
}

.doctor_name span {
  text-align: right;
  font-size: 1.4rem;
  color: #85622E;
}

.profbox {
  width: 48%;
  font-size: 1.6rem;
  padding: 3%;
  background: #F1F1F1;
}

.profbox li {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333333;
}

.profbox dl {
  display: flex;
}

.profbox dt {
  width: 20%;
}

.h4_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #85622E;
  padding-top: 2rem;
}

.accessimg {
  width: 40%;
}

.accesstxt {
  width: 58%;
}

.map {
  padding-top: 3%;
}

.clinicbox {
  width: calc(100% / 4 - 1.5rem);
  margin-bottom: 3%;
}

.sub_ttl3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #58462C;
  padding: 1rem 0;
}

.clinic_box_inner {
  padding: 0 1rem 1rem;
}

.clinicbox2 {
  width: calc(100% / 2 - 1.5rem);
  margin-bottom: 3%;
}

.jfs {
  justify-content: flex-start;
}

.jse {
  justify-content: space-evenly;
}

section:before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}

/*--------------------------------------------------------------------------

PC

--------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }

  .tab-only {
    display: none !important;
  }

  .tab-sp-only {
    display: none !important;
  }

  /*----------------------------------
    ナビゲーション
    ------------------------------------*/
  nav ul ul {
    display: block !important;
  }

  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  nav ul li {
    position: relative;
  }

  /*ナビゲーションのリンク設定*/
  nav ul li a {
    transition: all .3s;
    display: block;
  }

  nav ul li li a {
    padding: 15px 5px;
    text-align: center;
    font-size: 1.4rem;
  }

  nav ul li a:hover {
    opacity: .6
  }

  /*==矢印の設定*/
  /*2階層目を持つliの矢印の設定*/
  /*下の階層を持っているulの指定*/
  nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    /*形状を指定*/
    background: #EBEBEB;
    width: 200px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
  }

  /*hoverしたら表示*/
  nav li.has-child:hover>ul,
  nav li.has-child ul li:hover>ul,
  nav li.has-child:active>ul,
  nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
  }

  /*ナビゲーションaタグの形状*/
  nav li.has-child ul li a {
    color: #333333;
    border-bottom: solid 1px #58462C;
  }

  nav li.has-child ul li {
    margin-right: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
  }

  nav li.has-child ul li:last-child>a {
    border-bottom: none;
  }

  nav li.has-child ul li a:hover,
  nav li.has-child ul li a:active {
    background: #EBEBEB;
  }

  /*==3階層目*/
  /*3階層目の位置*/
  nav li.has-child ul ul {
    top: 0;
    left: 182px;
    background: #66ADF5;
  }

  nav li.has-child ul ul li a:hover,
  nav li.has-child ul ul li a:active {
    background: #448ED3;
  }

  /*==768px以下の形状*/
  @media screen and (max-width:768px) {
    nav {
      padding: 0;
    }

    nav ul {
      display: block;
    }

    nav li.has-child ul,
    nav li.has-child ul ul {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      visibility: visible;
      /*JSで制御するため一旦表示*/
      opacity: 1;
      /*JSで制御するため一旦表示*/
      display: none;
      /*JSのslidetoggleで表示させるため非表示に*/
      transition: none;
      /*JSで制御するためCSSのアニメーションを切る*/
    }

    nav ul li a {
      border-bottom: 1px solid #ccc;
    }

    /*矢印の位置と向き*/
    nav ul li.has-child::before {
      left: 20px;
    }

    nav ul ul li.has-child::before {
      transform: rotate(135deg);
      left: 20px;
      height: 100%
    }

    nav ul li.has-child.active::before {
      transform: rotate(-45deg);
    }
  }

  /*スクロールダウン全体の場所*/
  .scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 10px;
    right: 5%;
    height: 100%;
  }

  /*Scrollテキストの描写*/
  .scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: -5px;
    bottom: 150px;
    /*テキストの形状*/
    color: #333333;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  /* 丸の描写 */
  .scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
      circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }

  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove {
    0% {
      bottom: 140px;
    }

    100% {
      bottom: -5px;
    }
  }

  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide {
    0% {
      opacity: 0
    }

    50% {
      opacity: 1;
    }

    80% {
      opacity: 0.9;
    }

    100% {
      opacity: 0;
    }
  }

  /* 線の描写 */
  .scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 140px;
    background: #333333;
  }
}

/*--------------------------------------------------------------------------

tablet

--------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: none !important;
  }

  .ttl {
    font-size: 5rem;
  }

  #header {
    display: flex;
    align-items: center;
    height: 120px;
  }

  .logo {
    max-width: 70%;
  }

  .mv {
    margin-top: 120px;
    height: calc(60vh - 120px);
  }

  .mv img {
    height: calc(60vh - 120px);
  }

  video#video {
    height: calc(60vh - 120px);
    width: 100%;
    object-fit: cover;
  }

  .fleximg {
    width: 25%;
    margin-bottom: 3vw;
  }

  .sec4 .txt {
    padding: 0 6vw;
  }

  .flex .txt {
    width: 100%;
  }

  .flex .img {
    width: 80%;
    margin-bottom: 6vw;
  }

  .h3_ttl {
    font-size: 5vw;
  }

  .mov {
    width: 48%;
  }

  .feature_box_inner_txt h3 {
    font-size: 4em;
    font-family: 'Cinzel', serif;
  }

  .feature_box_inner_txt p {
    font-size: 1.8em;
  }

  .com_txt h3 {
    line-height: 1;
  }

  .sub_ttl2 {
    font-size: 3rem;
  }

  .ttl_box {
    width: 100%;
  }

  .bnr_box {
    width: 100%;
  }

  .bnr_inner {
    width: calc(100% / 3 - 3%);
    margin-bottom: 3rem;
  }

  .f_tel {
    flex-direction: column;
    justify-content: center;
  }

  /*==================================================
ハンバーガーメニューのためのcss
===================================*/
  #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #f3f6f6;
    /*動き*/
    transition: all 0.3s;
  }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  #g-nav.panelactive ul {
    display: block;
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #58462c;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  #g-nav-list span {
    font-family: 'Nanum Myeongjo', serif !important;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bbbbbb;
  }

  .sub-menu li a {
    padding: 5px;
  }

  #g-nav .sub-menu li {
    width: 48%;
  }

  #sp-nav a {
    display: block;
    color: #58462c;
    text-decoration: none;
    padding: 6px 0;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }

  #g-nav ul:nth-child(2) {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    transform: translate(0);
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /*==================================================
ハンバーガーメニューのためのcss
===================================*/
  #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #f3f6f6;
    /*動き*/
    transition: all 0.3s;
  }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    width: 90%;
    margin: 0 auto;
  }

  #g-nav.panelactive ul {
    display: block;
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #58462c;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  #g-nav-list span {
    font-family: 'Nanum Myeongjo', serif !important;
    font-weight: 700;
    font-size: 1.8rem;
    color: #A4A4A4;
  }

  .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bbbbbb;
  }

  #g-nav .sub-menu li {
    width: 48%;
    background: #DDDDDD;
    margin-bottom: 1rem;
  }

  #sp-nav a {
    display: block;
    color: #58462c;
    text-decoration: none;
    padding: 6px 0;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }

  #g-nav ul:nth-child(2) {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    transform: translate(0);
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #333333;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #FFFFFF;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /*============================================================

下層ページ

=============================================================*/
  .h2_ttl {
    padding: 8rem 0;
    margin-top: 80px;
  }

  .h3_ttl2 {
    font-size: 6vw;
    line-height: 1;
  }

  .clinicbox {
    width: calc(100% / 2 - 1.5rem);
    margin-bottom: 3%;
  }

  .clinicbox2 {
    width: calc(100% / 2 - 1.5rem);
    margin-bottom: 3%;
  }
}

/*--------------------------------------------------------------------------

sp

--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .pc-tab-only {
    display: none !important;
  }

  .tab-only {
    display: none !important;
  }

  #header {
    height: 80px;
    padding: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
  }

  .hr {
    width: 100%;
  }

  .h_tel {
    width: 47%;
    padding-right: 3%;
    padding-left: 3%;
  }


  .h_time {
    display: none;
  }

  .h_map {
    display: none;
  }

  .btn02.min.sp-head {
    display: block;
  }

  .tatbox {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100vw;
    z-index: 9999;
  }

  .btn02.min.sp-head {
    width: 50%;
    max-width: 100%;
    text-align: center;
  }

  .btn02.min.sp-head a {
    background: #333333;
    padding: 1.5rem 3rem 1.5rem 4rem;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    font-size: 1.4rem;
  }

  .btn02.min.sp-head a::before {
    content: "";
    background: url("images/icon_calendar.png")no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
  }

  .logo {
    width: 40%;
    padding: 1rem;
  }

  .mv {
    margin-top: 80px;
    height: calc(40vh - 80px);
  }

  .mv img {
    height: calc(40vh - 80px);
  }

  video#video {
    height: calc(40vh - 80px);
    width: 100%;
    object-fit: cover;
  }

  .ttl {
    font-size: 3rem;
  }

  .topicsbox dl {
    flex-direction: column;
  }

  .topicsbox dt {
    width: 50%;
  }

  .h3_ttl {
    font-size: 8vw;
  }

  .flex .txt {
    width: 100%;
  }

  .flex .img {
    width: 100%;
    margin-bottom: 3rem;
  }

  .fleximg {
    width: 38%;
    margin-bottom: 3rem;
  }

  .sub_ttl {
    font-size: 2rem;
  }

  .sec4 .txt {
    padding: 3vw;
  }

  .mov {
    width: 100%;
    margin-bottom: 3rem;
  }

  .feature_top_img p {
    font-size: 2.8rem;
  }

  .feature_box01 {
    flex-wrap: wrap;
  }

  .feature_box01 .feature_box_r {
    width: 100%;
  }

  .feature_box01 .feature_box_l {
    width: 100%;
  }

  .feature_box01 .feature_box_inner {
    margin-left: 0;
  }

  .feature_box_inner_txt h3 {
    font-size: 4rem;
  }

  .feature_box_inner {
    padding: 5%;
    width: 100%;
    line-height: 2;
    margin: 0 0 10% 0;
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: rgba(0, 0, 0, 0.60);
    height: 50%;
  }

  .feature_box_inner_txt p {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .feature_box02 {
    flex-wrap: wrap;
  }

  .feature_box02 .feature_box_l {
    width: 100%;
    height: 100%;
  }

  .feature_box02 .feature_box_inner {
    margin-right: 0;
  }

  .feature_box02 .feature_box_r {
    width: 100%;
  }

  .h3_ttl span {
    font-size: 1.4rem;
  }

  .com_img {
    width: 100%;
  }

  .com_txt {
    margin-left: 0;
    width: 100%;
  }

  .pickupimg {
    width: 100%;
  }

  .pickup_box01 .pickuptxt {
    margin-left: 0;
    width: 100%;
    border-bottom: 3px solid #58462C;
  }

  .sub_ttl2 {
    font-size: 3rem;
  }

  .pickup_box02 .pickuptxt {
    margin-right: 0;
    width: 100%;
    border-bottom: 3px solid #58462C;
  }

  .list_box {
    width: 100%;
  }

  .list_box li {
    font-size: 1.6rem;
  }

  .ttl_box {
    width: 100%;
    padding: 0 3%;
  }

  .bnr_box {
    width: 100%;
  }

  .bnr_inner {
    width: calc(100% / 2 - 3%);
  }

  .footer_txt {
    width: 100%;
    margin-top: 300px;
  }

  .footer_area::before {
    height: 300px;
    width: 100%;
  }

  .f_tel {
    flex-direction: column;
  }

  .f_tel p {
    margin-right: 0;
  }

  /*==================================================
ハンバーガーメニューのためのcss
===================================*/
  #g-nav {
    /* position:fixed;にし、z-indexの数値を小さくして最背面へ */
    position: fixed;
    z-index: -1;
    /* opacity: 0; */
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #f3f6f6;
    /*動き*/
    transition: all 0.3s;
  }

  /* ナビ非表示 */


/* 開いた時に表示 */
#g-nav.active {
  display: block;
}

  #sp_navi
  {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #595757;
    border-top: 1px solid #fff;
    color: #fdfdfd;
  }

  #sp_navi > ul
  {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }

  .sp_tel::before
	{
		font-family: "Font Awesome 5 Free";
        content: "\f095";
        font-weight: 900;
		color: #fdfdfd;
	}

	.sp_access::before
	{
		font-family: "Font Awesome 5 Free";
        content: "\f279";
        font-weight: 900;
		color: #fdfdfd;
	}

  .sp_reserve::before
  {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
		color: #fdfdfd;
  }

	.sp_tel,
	.sp_access,
  .sp_reserve
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    margin-bottom: 5px;
	}

  #nav-toggle {
    height: 15px;
    width: 15px;
    cursor: pointer; }
    #nav-toggle > div {
      position: relative;
      width: 30px;
      left: 50%;
    }
    #nav-toggle span {
      width: 100%;
      height: 2px;
      left: 0;
      display: block;
      background: #FFFFFF;
      position: absolute;
      transition: transform .6s ease-in-out, top .5s ease; }
      #nav-toggle span:nth-child(2) {
        top: 6px; }
      #nav-toggle span:nth-child(3) {
        top: 12px; }

  #nav-toggle
  {
    width: 33.333%;
    border-right: 1px solid #fff;
  }

  #sp_navi > ul > li:nth-child(1),
  #sp_navi > ul > li:nth-child(-n+3)
  {
    width: 33.333%;
    border-right: 1px solid #fff;
    padding: 15px 0;
  }

  .open #nav-toggle span 
  {
    background: #FFFFFF; 
  }

  .open #nav-toggle span:nth-child(1) 
  {
    top: 8px;
    transform: rotate(45deg); 
  }

  .open #nav-toggle span:nth-child(2) 
  {
    top: 15px;
    width: 0;
    left: 50%; 
  }

  .open #nav-toggle span:nth-child(3) 
  {
    top: 8px;
    transform: rotate(-45deg); 
  }

  #g-nav {
    display: none; /* 最初は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
  }
  
  /* #g-nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  } */
      

  .tatbox
  {
    display: none;
  }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    display: block;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /* display: none; */
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 90%;
    margin: 0 auto;
  }

  #g-nav.panelactive ul {
    display: block;
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #58462c;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  #g-nav-list span {
    font-family: 'Nanum Myeongjo', serif !important;
    font-weight: 700;
    font-size: 1.8rem;
    color: #A4A4A4;
  }

  .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bbbbbb;
  }

  #g-nav .sub-menu li {
    width: 48%;
    background: #DDDDDD;
    margin-bottom: 1rem;
  }

  #sp-nav a {
    display: block;
    color: #58462c;
    text-decoration: none;
    padding: 6px 0;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }

  #g-nav ul:nth-child(2) {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    transform: translate(0);
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #333333;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #FFFFFF;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  section:before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  #footer
  {
    margin-bottom: 48px;
  }


/*============================================================

下層ページ

=============================================================*/
.h2_ttl {
  padding: 6rem 0;
  /* margin-top: 80px; */
}

.h2_ttl span {
  font-size: 4rem;
}

.h3_ttl2 {
  font-size: 3rem;
  line-height: 1;
}

.h3_ttl2 span {
  font-size: 1.4rem;
}

.doctor_cp {
  margin-top: 30px;
  font-size: 2rem;
}

.doctor_cp span {
  display: inline-block;
}

.profbox {
  width: 100%;
  margin-bottom: 3%;
}

.clinicbox {
  width: 100%;
}

.clinicbox2 {
  width: 100%;
}
}

/*お知らせ*/
.container {
  width: 100%;
}

.top_art07 .sec01 dl {
  border-bottom: dotted 1px #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.top_art07 .sec01 dt {
  margin: 0 0 5px;
  font-size: 14px;
}

.top_art07 .sec01 dd {
  font-size: 14px;
  line-height: 1.5;
}

.cols-1,
.coll-1,
.cols-2,
.coll-2,
.cols-3,
.coll-3,
.cols-4,
.coll-4,
.cols-5,
.coll-5,
.cols-6,
.coll-6,
.cols-7,
.coll-7,
.cols-8,
.coll-8,
.cols-9,
.coll-9,
.cols-10,
.coll-10,
.cols-11,
.coll-11,
.cols-12,
.coll-12,
.cols-user01,
.coll-user01,
.cols-user02,
.coll-user02,
.cols-user03,
.coll-user03 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 800px) {

  .coll-1,
  .coll-2,
  .coll-3,
  .coll-4,
  .coll-5,
  .coll-6,
  .coll-7,
  .coll-8,
  .coll-9,
  .coll-10,
  .coll-11,
  .coll-12 {
    float: left;
  }

  .coll-6 {
    width: 50%;
  }

  .coll-6.foot_a {
    width: 48%;
  }

  .coll-6.foot_b {
    width: 52%;
  }

  .rob.mg10 .coll-1,
  .rob.mg10 .coll-2,
  .rob.mg10 .coll-3,
  .rob.mg10 .coll-4,
  .rob.mg10 .coll-5,
  .rob.mg10 .coll-6,
  .rob.mg10 .coll-7,
  .rob.mg10 .coll-8,
  .rob.mg10 .coll-9,
  .rob.mg10 .coll-10,
  .rob.mg10 .coll-11,
  .rob.mg10 .coll-12 {
    padding: 0px 10px;
  }

  .chunk_80-40 {
    margin-bottom: 80px !important;
  }

  .tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .tab::before
  {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #595757;
  }

  .tab li.active,
  .tab li.select {
    background: #ffffff;
    color: #555;
  }

  .tab li {
    position: relative;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #595757;
    border-top: 3px solid #595757;
    border-right: 3px solid #595757;
    border-left: 3px solid #595757;
    color: #ffffff;
    padding: 20px 10px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px 8px 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .chunk_80-40 {
    margin-bottom: 40px !important;
  }

  .chunk_60-30 {
    margin-bottom: 30px !important;
  }

  .chunk_40-20 {
    margin-bottom: 20px !important;
  }

  .tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .tab::before
  {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #595757;
  }

  .tab li.active,
  .tab li.select 
  {
    background: #ffffff;
    color: #595757;
  }

  .tab li {
    position: relative;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #595757;
    border-top: 3px solid #595757;
    border-right: 3px solid #595757;
    border-left: 3px solid #595757;
    color: #ffffff;
    padding: 15px 10px;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 8px 8px 0 0;
  }

  .column {
    gap: 0 !important;
  }

  body > main > section > div.main-column
  {
    width: 100% !important;
  }

  .archive-content
  {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .archive-content li:nth-of-type(1),
  .archive-content li:nth-of-type(2)
  {
    width: 100% !important;
  }

  .archive-content li:nth-of-type(2) p:nth-of-type(1) 
  {
    justify-content: flex-start !important;
  }

  .main-column
  {
    width: 100% !important;
  }

  .column
  {
    flex-direction: column;
  }

  .side-column ul li a 
  {
    font-size: 14px;
  }

  .side-column
  {
    width: 100% !important;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.rob:before,
.rob:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.rob:after,
.pager:after {
  clear: both;
}

.bottom-mg-30 {
  margin-bottom: 30px !important;
}

.text-right {
  text-align: right !important;
}

.fo-gray {
  color: #888888 !important;
}

.hide {
  display: none;
}

.top_art07 .sec02 h2 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
}

.top_art07 .sec02 dl {
  display: table;
  width: 100%;
  border-bottom: dotted 1px #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.top_art07 .sec02 dt,
.top_art07 .sec02 dd {
  display: table-cell;
  vertical-align: top;
}

.top_art07 .sec02 dt {
  width: 100px;
}

.top_art07 .sec02 dd {
  padding-left: 15px;
}

.top_art07 .sec02 dd p {
  font-size: 13px;
}

.font01 {
  font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lh12 {
  line-height: 1.2em !important;
}

.bottom-mg-30 {
  margin-bottom: 30px !important;
}

.bottom-mg-30 {
  margin-bottom: 30px !important;
}

.bottom-mg-20 {
  margin-bottom: 20px !important;
}

.list_disc {
  padding-left: 0;
}

.bottom-mg-10 {
  margin-bottom: 10px !important;
}

.bottom-mg-15 {
  margin-bottom: 15px !important;
}

.bottom-mg-15 dt {
  margin-bottom: 10px !important;
  font-size: 14px;
}

.bottom-mg-15 dd a {
  border-bottom: 1px #000 solid;
}

hr {
  color: #ccc;
}

.cols-12 {
  width: 100%;
}

.text-center {
  text-align: center !important;
}

/*ページネーション*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #595757;
  background-color: #ffffff;
  border: 1px solid #595757;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #ffff;
  background-color: #595757;
  border-color: #595757;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #595757;
  border-color: #595757;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #595757;
  cursor: not-allowed;
}

/*ページャー*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #595757;
  border-radius: 15px;
  text-decoration: none;
  color: #595757;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #cccccc;
  color: #FFFFFF;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .return>a,
.pager .return>span {
  text-align: center;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* 投稿一覧 */
.column {
  display: flex;
  width: 80%;
  margin: 10vw auto;
  gap: 5vw;
}

.main-column {
  width: 70%;
}

.side-column {
  width: 30%;
}

.side-column h3 {
  background-color: #6d542e;
  color: #fff;
  padding: 15px;
  margin: 0 0 15px;
  font-size: 1vw;
  text-align: center;
}

.side-column ul {
  margin: 0 0 3vw;
}

.side-column ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px #6d542e dotted;
}

.side-column ul li a {
  font-size: 1vw;
  padding: 0 0 0 20px;
}

.main-column>p {
  font-size: 1.2vw;
  margin: 0 0 2vw;
  background-color: #dcdddd;
  color: #000;
  padding: 15px;
}

.post {
  width: 100%;
  border-radius: 15px;
  margin: 0 0 40px;
}

.post h2 {
  font-size: 1.2vw;
  margin: 0 0 1vw;
  background-color: #dcdddd;
  padding: 15px;
}

.post h2 span {
  margin: 0 2vw 0 0;
}

.post p:nth-of-type(1) {
  font-size: 18px;
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 0 15px;
}

.post p:nth-of-type(1) span {
  background-color: #595757;
  padding: 8px;
  font-size: 12px;
  color: #fff;
  margin: 0 15px 0 0;
}

.post p:nth-of-type(2) {}

.archive-content {
  display: flex;
  gap: 30px;
}

.archive-content li {
  font: 1em sans-serif;
}

.archive-content li:nth-of-type(1) {
  width: 200px;
}

.archive-content li:nth-of-type(1) img {
  width: 100%;
}

.archive-content li:nth-of-type(2) {
  width: calc(100% - 200px);
}

.archive-content li:nth-of-type(2) p:nth-of-type(1) {
  font-size: 18px;
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 0 15px;
}

.archive-content li:nth-of-type(2) p:nth-of-type(1) span {
  background-color: #595757;
  color: #fff;
  padding: 8px;
  font-size: 12px;
  margin: 0 15px 0 0;
}

.archive-content li:nth-of-type(2) p:nth-of-type(2) {
  margin: 0 0 15px;
  font-size: 16px;
}

.archive-content li:nth-of-type(2) p:nth-of-type(3) {
  font-size: 14px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.archive-content li:nth-of-type(2) p:nth-of-type(3) a {
  background-color: #595757;
  color: #fff;
  padding: 8px 8px 8px 20px;
  position: relative;
}

.archive-content li:nth-of-type(2) p:nth-of-type(3) a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  transform: rotate(45deg);
}

.mw_wp_form {
  font-size: 13px;
  margin: 0 0 20px;
  /**
  * ボタン
  */
  /**
  * その項目のエラーのwrapper
  */
  /**
  * 必須マーク
  */
  /**
  * 各項目のwrapper
  */
  /**
  * 注釈
  */
}

.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}

.mw_wp_form .formend
/*管理画面内でフォームの最後のdlに class="formend" を記入*/

  {
  border-bottom: #dddddd solid 1px !important;
}

.mw_wp_form dl dt,
.mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}

.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}

.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
}

.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea,
.mw_wp_form dl dd select {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}

.mw_wp_form dl dd textarea {
  width: 90%;
}

.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}

.mw_wp_form dl dd label input[type="checkbox"],
.mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}

.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}

.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}

.mw_wp_form p.mwform-btn input:active,
.mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}

.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
  * エラーメッセージ
  */
}

.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}

.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}

.mw_wp_form .mwform-require {
  color: #EE4D89;
  font-size: 85%;
}

.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}

.mw_wp_form .mwform-note {
  font-size: 85%;
}

@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }

  .mw_wp_form dl dd {
    padding-top: 0;
    border-left: none;
  }

  .mw_wp_form dl {
    border-top: #dddddd solid 1px;
    border-left: #dddddd solid 1px;
    border-right: #dddddd solid 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
  }
}

.mw_wp_form .form_address_parts_01 {
  display: inline-block;
  width: 12%;
}

.mw_wp_form .year {
  width: 100px;
}

@media screen and (max-width: 800px) {
  .mw_wp_form .form_address_parts_01 {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
}

/* 240220add page_medical */
.rob {
  margin-left: -15px;
  margin-right: -15px;
}

.cols-1,
.coll-1,
.cols-2,
.coll-2,
.cols-3,
.coll-3,
.cols-4,
.coll-4,
.cols-5,
.coll-5,
.cols-6,
.coll-6,
.cols-7,
.coll-7,
.cols-8,
.coll-8,
.cols-9,
.coll-9,
.cols-10,
.coll-10,
.cols-11,
.coll-11,
.cols-12,
.coll-12,
.cols-user01,
.coll-user01,
.cols-user02,
.coll-user02,
.cols-user03,
.coll-user03 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.fo10 {
  font-size: 10px !important;
}

.fo16 {
  font-size: 16px !important;
}

.fo18 {
  font-size: 18px !important;
}

.fo20 {
  font-size: 20px !important;
}

.bottom-mg-10 {
  margin-bottom: 10px !important;
}

.bottom-mg-15 {
  margin-bottom: 15px !important;
}

.bottom-mg-20 {
  margin-bottom: 20px !important;
}

.bottom-mg-30 {
  margin-bottom: 30px !important;
}

.full-pad-10 {
  padding: 10px !important;
}

.full-pad-15 {
  padding: 15px !important;
}

.full-pad-20 {
  padding: 20px !important;
}

.bottom-pad-00 {
  padding-bottom: 0 !important;
}

.left-pad-30 {
  padding-left: 30px !important;
}

/*スタイル*/
.bold {
  font-weight: bold !important;
}

.lh12 {
  line-height: 1.2em !important;
}

.lh14 {
  line-height: 1.4em !important;
}

.text-center {
  text-align: center !important;
}

.full-pad-10 {
  padding: 10px !important;
}

.back-gray {
  background-color: #eeeeef !important;
}

.treatment_art01 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;

}

.fo20 {
  font-size: 20px !important;
}

.bottom-mg-15 {
  margin-bottom: 15px !important;
}

.fo-orange {
  color: #F24A3D !important;
}

.heading_back {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 1.2;
  background-color: #dcdddd;
  padding: 10px 15px;
}

.heading_btmline {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: solid 1px #585757;
  padding: 0px 5px 10px;
  font-weight: 600;
}

.font01 {
  font-family: 'Noto Serif JP', serif;
}

.fo-blue {
  color: #246 !important;
}

.fo18 {
  font-size: 18px !important;
}

.left-pad-30 {
  padding-left: 30px !important;
}

.chunk_40-20 {
  margin-bottom: 40px !important;
}

.bottom-mg-10 {
  margin-bottom: 10px !important;
}

.bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.bottom-mg-15 {
  margin-bottom: 15px !important;
}

.bottom-mg-30 {
  margin-bottom: 30px !important;
}

.under_img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: none;
}



@media (min-width: 800px) {

  .coll-1,
  .coll-2,
  .coll-3,
  .coll-4,
  .coll-5,
  .coll-6,
  .coll-7,
  .coll-8,
  .coll-9,
  .coll-10,
  .coll-11,
  .coll-12 {
    float: left;
  }

  .coll-12 {
    width: 100%;
  }

  .coll-9 {
    width: 75%;
  }

  .coll-8 {
    width: 66.66666667%;
  }

  .coll-7 {
    width: 58.33333333%;
  }

  .coll-6 {
    width: 50%;
  }

  .coll-5 {
    width: 41.66666667%;
  }

  .coll-4 {
    width: 33.33333333%;
  }

  .coll-3 {
    width: 25%;
  }

  .coll-pull-5 {
    right: 41.66666667%;
  }

  .coll-pull-4 {
    right: 33.33333333%;
  }

  .coll-pull-3 {
    right: 25%;
  }

  .coll-push-9 {
    left: 75%;
  }

  .coll-push-8 {
    left: 66.66666667%;
  }

  .coll-push-7 {
    left: 58.33333333%;
  }


  .coll-1,
  .coll-2,
  .coll-3,
  .coll-4,
  .coll-5,
  .coll-6,
  .coll-7,
  .coll-8,
  .coll-9,
  .coll-10,
  .coll-11,
  .coll-12 {
    float: left;
  }

  .hidden-l {
    display: none !important;
  }

  .treatment_art01 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1050px;
  }

  #root .treatment_art01 {
    margin-bottom: 320px;
  }

  .bottom-mg-820 {
    margin-bottom: 820px !important;
  }

  .bottom-mg-240 {
    margin-bottom: 240px !important;
  }
}

.list_disc {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.list_disc li {
  list-style: outside disc;
  font-size: 14px;
  line-height: 1.6;
}

.arrow_box .box {
  width: 45%;
}

.arrow_box .box,
.arrow_box .arrow {
  display: table-cell;
  vertical-align: middle;
}

.table-bordered {
  border-collapse: collapse;
  border: solid 1px #ccc;
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.6;
}

.table-bordered th {
  width: 20%;
  color: #FFFFFF;
  background-color: #595757;
  text-align: center;
}

.table-bordered th,
.table-bordered td {
  border: solid 1px #ccc;
  padding: 5px 10px;
  vertical-align: middle;
}

.faq_dl {
  display: table;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

.faq_dl dt {
  width: 2em;
}

.faq_dl dt,
.faq_dl dd {
  display: table-cell;
  vertical-align: top;
}

.list_indent {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
}

.list_indent li {
  text-indent: -1em;
}

.treatment_art01 li {
  font-size: 16px;
  line-height: 1.6;
}

figure {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
}

.table_gray02 TD {
  PADDING-RIGHT: 7px;
  PADDING-LEFT: 7px;
  PADDING-BOTTOM: 15px;
  PADDING-TOP: 15px;
  text-align: center;
}

.back-orange {
  background-color: #595757 !important;
}

.fo-white {
  color: #FFFFFF !important;
}

.fo-red {
  color: #cc1414 !important;
}

.inner_1050 {
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}



@media (max-width: 800px) {
  .hidden-s {
    display: none !important;
  }

  .arrow_box .box,
  .arrow_box .arrow {
    margin-bottom: 15px;
  }

  .arrow_box,
  .arrow_box .box,
  .arrow_box .arrow {
    display: block;
    width: 100%;
  }

  .medical_anchor--wrap {
    display: flex;
    flex-wrap: wrap;

    margin: 80px auto 80px;
    container-type: inline-size;
  }
}


/* ボタン */
.medical_anchor--wrap {
  display: flex;
  flex-wrap: wrap;

  margin: 80px auto 0px;
  container-type: inline-size;
}

.medical_anchor--wrap section {
  width: 23%;
  min-width: 225px;
  margin: 0 auto;
}

.medical_page--wrapper .medical_anchor {

  position: relative;
  overflow: hidden;

  text-decoration: none;
  display: inline-block;
  border: 1px solid #555;
  padding: 8px 8% 16px;
  text-align: center;
  outline: none;
  margin-bottom: 20px;
  transition: ease .2s;

  width: 100%;

}


.medical_page--wrapper .medical_anchor span {
  position: relative;
  z-index: 3;

}

.medical_page--wrapper .medical_anchor:hover span {
  color: #fff;
  opacity: 1;
}


.medical_page--wrapper .medical_anchor::before {
  content: '';

  position: absolute;
  top: 0;
  left: -190%;

  background: #757575;
  width: 190%;
  height: 100%;
  transform: skewX(-30deg);
}

.medical_page--wrapper .medical_anchor:hover {
  opacity: 1;
}

.medical_page--wrapper .medical_anchor:hover::before {
  animation: skewanime .5s forwards;
  opacity: 1;
}

.medical_page--wrapper .anchor_ttl {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1;
  position: relative;
  padding-bottom: 4px;
  color: #333;
  text-align: left;
  height: 30px;
  display: flex;
  align-items: center;
}

.medical_page--wrapper .anchor_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 1px;
  background: #58462C;
}

.medical_page--wrapper .medical_anchor .min {
  display: block;
  text-align: left;
  font-size: 17px;
}

.medical_page--wrapper .medical_anchor:hover .anchor_ttl::before {
  background: #ffffff;
}

@keyframes skewanime {
  100% {
    left: -20%;
  }
}

@container (max-width: 1000px) {
  .medical_anchor--wrap section {
    width: 30%;
    min-width: 225px;
  }

}

@container (max-width: 720px) {
  .medical_anchor--wrap section {
    width: 48%;
    min-width: 205px;
  }

  .medical_page--wrapper .medical_anchor {
    padding: 4px 4% 8px;
    text-align: center;
    outline: none;
    margin-bottom: 20px;
    transition: ease .2s;
    width: 100%;

  }

  .medical_page--wrapper .anchor_ttl {
    font-size: 20px;
    height: 48px;
  }

  .medical_page--wrapper .kara01 {
    display: none;
  }

  .business-calendar-box>div {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1%;
  }
}

@container (max-width: 440px) {
  .medical_anchor--wrap section {
    width: 100%;

  }

  .medical_anchor--wrap {
    margin: 60px auto 60px;
  }

  .medical_page--wrapper .anchor_ttl {
    height: 36px;
  }
}

/*********************************
20240902
**********************************/
.bg_inner {
  padding: 1rem 0 2rem;
  background: #EFEFEF;
}

.h3_ttl_c {
  font-size: max(2vw, 24px);
  margin-bottom: 4rem;
  line-height: 0.6;
  position: relative;
  padding-bottom: 4rem;
  text-align: center;
  font-weight: 700;
}

.h3_ttl_c::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100px;
  background: #333333;
}

/***flow_list***/
.list-flow-02 {
  border: 1px solid #dedede;
  background: #fff;
  padding: 50px;
}

.list-flow-02>li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

.list-flow-02>li+li {
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
  margin-top: 50px;
}

.list-flow-02>li+li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.list-flow-02>li+li::after {
  content: "";
  background: #fff;
  width: 75px;
  height: 22px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.list-flow-02 .list-img {
  width: 40%;
  margin: 0 0 0 50px;
}

.list-flow-02 .list-img.small {
  width: 25%;
}

.list-flow-02 .list-img.big {
  width: 50%;
}

.list-flow-02 .list-desc {
  flex: 1;
}

.list-flow-02 .list-desc .u-btn {
  position: relative;
  top: -3px;
  width: 160px;
  min-width: auto;
  margin-left: 20px;
}

.list-flow-02 .list-ttl {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 35px;
  font-family: 'Noto Serif JP', serif !important;
}

.list-flow-02 .num {
  background: #333333;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  padding: 0 5px 0 8px;
  margin: 0 25px 0 0;
  position: relative;
  color: #FFFFFF;
}

.list-flow-02 .num::after {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  right: -12px;
}

h5 {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 50px 0 40px;
}

h5.txt span {
  background: linear-gradient(transparent 70%, #CDCDCD 70%);
}

.list-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.list-point li {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(115, 146, 183, 0.11);
  box-shadow: 0 1px 20px 0 rgba(115, 146, 183, 0.11);
  padding: 35px 25px;
  text-align: center;
  width: 31%;
}

.list-point .num {
  display: inline-block;
  color: #333;
  letter-spacing: 5px;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 10px;
}

.list-point .num::after {
  content: "";
  background: #666;
  border-radius: 15px;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border_box {
  padding: 2vw;
  border: 1px solid #333333;
  margin-bottom: 6%;
}

.border_box h5 {
  margin: 0 0 40px;
}

.mb6 {
  margin-bottom: 6%;
}

.q_ttl {
  font-size: 18px !important;
}

.flex-3 {
  width: 30%
}

.flex_feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw;
}

.flex_feature .flex-3 {
  width: calc((100% - 5vw) / 3);
}

.flex-3 .sub_ttl {
  font-size: max(1.2vw, 20px);
  font-weight: 600;
  padding: 1rem 0;
  text-align: center;
}


/* ページ全体のはみ出しを抑制 */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}