@charset "UTF-8";
/* reset styles */
/*=========================================================================
BASIC
=========================================================================*/
/*----------------------------------------------------------------------*/
body {
  background: #dbdbda;
}
@media screen and (max-width:768px) {
  body.open {
    overflow: hidden;
    z-index: -1;
  }
}

/*----------------------------------------------------------------------*/
.d_none {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .for_pc {
    display: none !important;
  }
}
/*----------------------------------------------------------------------*/
.hover, #info_tel a:hover, #timelineBloc a:hover, #btn_newsLink a:hover, #btn_anchorNext a:hover, #globalNavi #linkSns:hover, #siteName a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/*----------------------------------------------------------------------*/
.funwari, #access_addBox.one_period p.tel_num a, a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*----------------------------------------------------------------------*/
.vel_center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------------------------------------------------------------------*/
.flexs, ul#new_commer_infoList, dl.staff_data_bloc, ul#facilityList, dl#information_notesBloc, dl#greeting_infoBloc, #globalNavi ul#naviList, #globalNavi {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*----------------------------------------------------------------------*/
.img_basic, .bloc_object img, .new_commer_photo img, dl.staff_data_bloc dt img, .facility_photo img, #info_tel img, #info_tel a, #timelineBloc a, #btn_newsLink a, #btn_newsLink img, dl#greeting_infoBloc dt img, #btn_anchorNext a, #btn_anchorNext img, #view_capBox img, #viewPhoto img, #viewPhoto, #sp_navi_infoBloc dl#navi_addBox dt img, #globalNavi #linkSns a, #globalNavi #linkSns img, #siteName a, #siteName img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------------------*/
#Wrapper {
  width: 100%;
  height: auto;
  min-height: 1000px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  #Wrapper.open:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/*----------------------------------------------------------------------*/
#mainContents {
  width: 100%;
  margin: 0 auto;
  height: auto;
  z-index: 2;
  position: relative;
  background: #dbdbda;
  padding-bottom: 90px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #mainContents {
    padding-bottom: 12%;
  }
}

/*----------------------------------------------------------------------*/
.section_basic {
  max-width: 1080px;
  margin: 0 auto;
  width: 88%;
  height: auto;
  padding: 60px 0 0;
}
@media screen and (max-width:768px) {
  .section_basic {
    padding: 12% 0 0;
  }
}

/*----------------------------------------------------------------------*/
.section_title {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
  color: #B889C5;
  font-size: 48px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1025px) {
  .section_title {
    font-size: clamp(38px, 2.501vw, 48px);
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section_title {
    font-size: clamp(28px, 3.71vw, 38px);
  }
}
@media screen and (max-width:768px) {
  .section_title {
    font-size: clamp(22px, 4.947vw, 38px);
    margin-bottom: 6%;
  }
}
.section_title span {
  position: relative;
  z-index: 1;
}
.section_title span:before, .section_title span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_title span:before {
  left: -1.5em;
  background-image: url("../img/title_leftdog.png");
}
.section_title span:after {
  right: -1.5em;
  background-image: url("../img/title_rightcat.png");
}

/*----------------------------------------------------------------------*/
.one_period {
  width: 100%;
  height: auto;
  margin: 0 auto 45px;
  line-height: 1.8;
  font-size: 18px;
}
.one_period:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .one_period {
    font-size: clamp(16px, 0.9379vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .one_period {
    font-size: 1.562vw;
  }
}
@media screen and (max-width:768px) {
  .one_period {
    margin-bottom: 6%;
    font-size: clamp(11px, 1.822vw, 14px);
  }
}
.one_period p {
  margin-bottom: 1.5%;
  line-height: 1.8;
  font-size: 18px;
}
.one_period p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .one_period p {
    font-size: clamp(16px, 0.9379vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .one_period p {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:768px) {
  .one_period p {
    font-size: clamp(11px, 1.822vw, 14px);
  }
}
.one_period a {
  text-decoration: none;
  color: #f00;
}
.one_period a:hover {
  text-decoration: underline;
}
.one_period:last-of-type {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------*/
table.open_infotable {
  width: 100%;
}
table.open_infotable th, table.open_infotable td {
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  padding: 0.5em 1em;
  color: #B889C5;
  border-bottom: 1px solid #B889C5;
}
table.open_infotable th img, table.open_infotable td img {
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  table.open_infotable th, table.open_infotable td {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table.open_infotable th, table.open_infotable td {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:768px) {
  table.open_infotable th, table.open_infotable td {
    font-size: clamp(10px, 1.822vw, 14px);
  }
}
table.open_infotable th td, table.open_infotable td td {
  font-weight: 900;
  color: #1E9697;
  width: -5.7142857143%;
}
table.open_infotable th td:first-of-type, table.open_infotable td td:first-of-type {
  text-align: left;
  font-weight: 400;
  color: #B889C5;
  padding-left: 0;
  width: 22%;
}
table.open_infotable th tr:last-of-type td, table.open_infotable td tr:last-of-type td {
  border-bottom: 0;
  font-weight: 400;
  color: #B889C5;
}

.oveflowbox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: scroll;
}
.oveflowbox::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.oveflowbox::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.oveflowbox::-webkit-scrollbar-thumb {
  background-color: #1E9697;
}

.table_cap {
  color: #1E9697;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .table_cap {
    font-size: clamp(12px, 1.822vw, 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .table_cap {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:768px) {
  .table_cap {
    font-size: 2.343vw;
  }
}

@media screen and (max-width:768px) {
  #sp_navi_infoBloc .table_cap {
    font-size: clamp(10px, 1.822vw, 14px);
    margin-top: 6%;
  }
}
/* ======================================================================
HEADER
======================================================================*/
#Header {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  /*----------------------------------------------------------------------*/
}
#Header.shadow {
  background: rgba(184, 137, 197, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:768px) {
  #Header.shadow {
    background: #B889C5;
  }
}
@media screen and (max-width:768px) {
  #Header {
    height: 60px;
  }
  #Header.with_bg {
    background: #B889C5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#Header .head_inner {
  width: 94%;
  height: 90px;
  margin: 0 auto;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
@media screen and (max-width:768px) {
  #Header .head_inner {
    height: 60px;
    padding: 0 0;
  }
}

/* ======================================================================
HEADER > LOGO
======================================================================*/
#siteName {
  width: 28%;
  height: auto;
  margin-right: 3%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  #siteName {
    position: absolute;
    z-index: 100;
    left: 3%;
    right: auto;
    top: 50%;
    width: 75%;
    max-width: 380px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ======================================================================
GLOBAL NAVI
======================================================================*/
#menu-trigger {
  display: none;
}
@media screen and (max-width:768px) {
  #menu-trigger {
    display: block;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }
  #menu-trigger img {
    width: 100%;
    height: auto;
    display: block;
  }
  #menu-trigger:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
}

/*----------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  #menu-trigger span {
    position: absolute;
    z-index: 1;
    left: 60%;
    width: 40%;
    height: 2px;
    background: #DADDD4;
    border-radius: 100vh;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  #menu-trigger span:before {
    content: "";
    position: absolute;
    left: -60%;
    top: 50%;
    width: 4px;
    height: 4px;
    border: 2px solid #DADDD4;
    border-radius: 100vh;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #menu-trigger span:first-of-type {
    top: 32%;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  #menu-trigger span:nth-of-type(3) {
    top: 68%;
  }
}

#menu-trigger.active span {
  top: 50%;
  left: 50%;
  width: 50%;
}
#menu-trigger.active span:before {
  content: none;
}
#menu-trigger.active span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
#menu-trigger.active span:nth-of-type(2) {
  width: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

/*----------------------------------------------------------------------*/
#globalNavi {
  width: 69%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*----------------------------------------------------------------------*/
}
@media screen and (max-width:768px) {
  #globalNavi {
    position: fixed;
    display: block;
    width: 100%;
    padding: 0px 0 15vh;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    right: -100%;
    top: 60px;
    z-index: -99;
    background: #B889C5;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #globalNavi.open {
    opacity: 1;
    z-index: 99;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#globalNavi ul#naviList {
  list-style-type: none;
  width: 78%;
  height: auto;
  margin-right: 3%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  #globalNavi ul#naviList {
    display: block;
    margin: 0 auto;
    width: 90%;
    display: block;
  }
}
#globalNavi ul#naviList li {
  font-size: clamp(13px, 0.8333vw, 16px);
  margin-left: 3%;
}
@media screen and (max-width:768px) {
  #globalNavi ul#naviList li {
    font-size: clamp(12px, 1.822vw, 14px);
    margin: 0 auto;
    border-bottom: 1px solid #DADDD4;
  }
  #globalNavi ul#naviList li:first-of-type {
    border-top: 1px solid #DADDD4;
  }
}
#globalNavi ul#naviList li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  #globalNavi ul#naviList li:first-of-type {
    margin: 0 auto;
  }
}
#globalNavi ul#naviList li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #globalNavi ul#naviList li a {
    padding: 1em 1em;
    display: block;
  }
}
#globalNavi ul#naviList li a:hover {
  color: #FF7B22;
}
#globalNavi #linkSns {
  width: 19%;
  height: auto;
  max-width: 160px;
}
@media screen and (max-width:768px) {
  #globalNavi #linkSns {
    width: 90%;
    margin: 4% auto 0;
  }
}

/*----------------------------------------------------------------------*/
#sp_navi_infoBloc {
  display: none;
}
@media screen and (max-width:768px) {
  #sp_navi_infoBloc {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
    overflow: hidden;
  }
}
#sp_navi_infoBloc dl#navi_addBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4%;
  border-top: 1px solid #DADDD4;
  margin: 6% auto;
  color: #fff;
  font-size: clamp(12px, 1.822vw, 14px);
}
#sp_navi_infoBloc dl#navi_addBox dt {
  width: 40%;
  height: auto;
  margin-right: 4%;
}
#sp_navi_infoBloc dl#navi_addBox dd {
  color: #fff;
  width: 56%;
  height: auto;
  font-size: clamp(10px, 1.822vw, 14px);
}
#sp_navi_infoBloc dl#navi_addBox dd p {
  color: #fff;
}
#sp_navi_infoBloc dl#navi_addBox #navi_add_title {
  font-size: clamp(15px, 2.343vw, 18px);
  margin-bottom: 2%;
  color: #fff;
}
#sp_navi_infoBloc #open_infoBox {
  background: #fff;
  padding: 4%;
}
#sp_navi_infoBloc #open_infoBox table.open_infotable {
  width: 80%;
  margin: 0 auto;
}
#sp_navi_infoBloc #open_infoTitle {
  color: #B889C5;
  font-size: clamp(15px, 2.343vw, 18px);
  margin-bottom: 1%;
  text-align: center;
}

/* ======================================================================
FIRST VIEW
======================================================================*/
#firstView {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #B889C5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  #firstView {
    padding-top: 60px;
  }
}

/*----------------------------------------------------------------------*/
#viewPhoto {
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#viewPhoto img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:768px) {
  #viewPhoto img {
    -o-object-position: bottom center;
       object-position: bottom center;
    /*

    background-image: url('../img/sp_main_visual.jpg');
    background-position:bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    */
  }
}

/*----------------------------------------------------------------------*/
#view_capBox {
  position: absolute;
  left: 30%;
  top: 55%;
  width: 46%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#view_capBox img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:768px) {
  #view_capBox {
    left: 50%;
    top: 28%;
    width: 90%;
  }
}

/*----------------------------------------------------------------------*/
#btn_anchorNext {
  display: none;
}
#btn_anchorNext img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  #btn_anchorNext {
    width: 12%;
    max-width: 60px;
    height: auto;
    position: fixed;
    z-index: 1;
    display: block;
    left: 50%;
    bottom: 3%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ======================================================================
SECTION #01：GREETING
======================================================================*/
dl#greeting_infoBloc {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  dl#greeting_infoBloc {
    display: block;
  }
}
dl#greeting_infoBloc dt, dl#greeting_infoBloc dd {
  height: auto;
}
@media screen and (max-width:768px) {
  dl#greeting_infoBloc dt, dl#greeting_infoBloc dd {
    margin: 0 auto;
  }
}
dl#greeting_infoBloc dt {
  width: 30%;
  margin-right: 4%;
}
dl#greeting_infoBloc dt img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  dl#greeting_infoBloc dt {
    width: 68%;
    max-width: 414px;
    margin: 0 auto 4%;
  }
}
@media screen and (max-width:414px) {
  dl#greeting_infoBloc dt {
    width: 100%;
  }
}
dl#greeting_infoBloc dd {
  width: 66%;
}
@media screen and (max-width:768px) {
  dl#greeting_infoBloc dd {
    width: 100%;
  }
}
dl#greeting_infoBloc dd p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 1.2em;
}
dl#greeting_infoBloc dd p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  dl#greeting_infoBloc dd p {
    font-size: clamp(12px, 1.367vw, 14px);
  }
}
@media screen and (max-width:768px) {
  dl#greeting_infoBloc dd p {
    font-size: clamp(11px, 1.822vw, 14px);
  }
}

/* ======================================================================
SECTION #02：お知らせ
====================================================================== */
#News {
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  #News {
    padding-bottom: 9%;
  }
}

/*----------------------------------------------------------------------*/
#news_linkBox {
  position: relative;
  z-index: 1;
  width: 78%;
  height: auto;
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (max-width:768px) {
  #news_linkBox {
    width: 100%;
    max-height: inherit;
  }
}
#news_linkBox:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 5%;
  top: 46%;
  width: 19%;
  height: 32%;
  background-image: url("../img/sns_illust.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  #news_linkBox:before {
    width: 38%;
    height: 28%;
    background-size: contain;
    left: 90%;
    top: 13%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 415px) and (max-width: 570px) {
  #news_linkBox:before {
    width: 28%;
    height: 18%;
    top: 18%;
  }
}
@media screen and (max-width:414px) {
  #news_linkBox:before {
    width: 28%;
    height: 18%;
    top: 19.5%;
  }
}
#news_linkBox p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 1.2em;
}
#news_linkBox p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_linkBox p {
    font-size: clamp(12px, 1.367vw, 14px);
  }
}
@media screen and (max-width:768px) {
  #news_linkBox p {
    font-size: clamp(11px, 1.822vw, 14px);
  }
}

/*----------------------------------------------------------------------*/
#btn_newsLink {
  width: 50%;
  margin: 2.5em auto;
}
@media screen and (max-width:768px) {
  #btn_newsLink {
    width: 68%;
    max-width: 380px;
    margin: 9% auto;
  }
}
@media screen and (max-width:414px) {
  #btn_newsLink {
    margin-top: 12%;
  }
}
/*----------------------------------------------------------------------*/
#timelineBloc iframe,
#timelineBloc img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
}

#timelineBloc img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ======================================================================
SECTION #03：診察内容
====================================================================== */
dl#information_notesBloc {
  width: 90%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  dl#information_notesBloc {
    display: block;
    margin-bottom: 4%;
    width: 100%;
  }
}
dl#information_notesBloc dt {
  width: 63%;
  margin-right: 5%;
}
@media screen and (max-width:768px) {
  dl#information_notesBloc dt {
    width: 100%;
    margin: 0 auto 4%;
  }
}
dl#information_notesBloc dd {
  width: 32%;
}
@media screen and (max-width:768px) {
  dl#information_notesBloc dd {
    width: 60%;
    margin: 0 auto 4%;
  }
}

/*----------------------------------------------------------------------*/
#info_tel {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
}
#info_tel a, #info_tel span {
  display: block;
  margin-top: 2%;
}
/*----------------------------------------------------------------------*/
#info_notesBloc.one_period {
  width: 90%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  #info_notesBloc.one_period {
    margin-bottom: 6%;
  }
}

/* ======================================================================
SECTION #04：施設案内
====================================================================== */
#Facility .section_basic {
  width: 90%;
  max-width: 1080px;
}

/*----------------------------------------------------------------------*/
ul#facilityList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul#facilityList.with_notes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
}
ul#facilityList li {
  width: 47.5%;
  height: auto;
  margin: 0 5% 5% 0;
}
ul#facilityList li:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  ul#facilityList li {
    width: 100%;
    margin: 0 auto 5%;
  }
  ul#facilityList li:nth-of-type(even) {
    margin: 0 auto 5%;
  }
  ul#facilityList li.tate .facility_photo {
    width: 70%;
  }
}

/*----------------------------------------------------------------------*/
.facility_photo {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 3%;
}
@media screen and (max-width:768px) {
  .facility_photo {
    margin-bottom: 2%;
    max-width: 414px;
  }
}

/*----------------------------------------------------------------------*/
.facility_name {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #1E9697;
}
@media screen and (min-width: 1025px) {
  .facility_name {
    font-size: clamp(26px, 1.563vw, 30px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .facility_name {
    font-size: 2.539vw;
  }
}
@media screen and (max-width:768px) {
  .facility_name {
    font-size: clamp(18px, 3.125vw, 24px);
  }
}
.with_notes .facility_name {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .with_notes .facility_name {
    margin-bottom: 4%;
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .one_period.in_facility {
    width: 90%;
  }
}
/* ======================================================================
SECTION #05：スタッフ紹介
====================================================================== */
#Staff .section_basic {
  width: 90%;
  max-width: 1080px;
}

/*----------------------------------------------------------------------*/
.staff_data_text, dl.staff_data_bloc dd p, dl.staff_data_bloc dd {
  line-height: 1.6;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .staff_data_text, dl.staff_data_bloc dd p, dl.staff_data_bloc dd {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .staff_data_text, dl.staff_data_bloc dd p, dl.staff_data_bloc dd {
    font-size: 1.757vw;
  }
}
@media screen and (max-width:768px) {
  .staff_data_text, dl.staff_data_bloc dd p, dl.staff_data_bloc dd {
    font-size: clamp(11px, 1.822vw, 14px);
  }
}

/*----------------------------------------------------------------------*/
dl.staff_data_bloc {
  width: 100%;
  height: auto;
  margin: 0 auto 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  dl.staff_data_bloc {
    width: 100%;
    margin-bottom: 6%;
    display: block;
  }
}
dl.staff_data_bloc dt, dl.staff_data_bloc dd {
  height: auto;
}
dl.staff_data_bloc dt {
  width: 38%;
  margin-right: 4%;
}
@media screen and (max-width:768px) {
  dl.staff_data_bloc dt {
    width: 100%;
    max-width: 414px;
    margin: 0 auto 4%;
  }
}
dl.staff_data_bloc dd {
  width: 58%;
}
@media screen and (max-width:768px) {
  dl.staff_data_bloc dd {
    width: 90%;
    margin: 0 auto;
  }
}
dl.staff_data_bloc dd p {
  margin-bottom: 0.8em;
}
dl.staff_data_bloc dd p:last-of-type {
  margin-bottom: 0;
}
dl.staff_data_bloc#twoLayout {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
dl.staff_data_bloc#twoLayout dd {
  width: 48%;
}
dl.staff_data_bloc#twoLayout dd:first-of-type {
  margin-right: 4%;
}
@media screen and (max-width:768px) {
  dl.staff_data_bloc#twoLayout dd {
    width: 90%;
    margin: 0 auto 6%;
  }
  dl.staff_data_bloc#twoLayout dd:first-of-type {
    margin: 0 auto 6%;
  }
  dl.staff_data_bloc#twoLayout dd:last-of-type {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------------------------*/
.staf_name {
  font-size: 30px;
  line-height: 120%;
  color: #1E9697;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1025px) {
  .staf_name {
    font-size: clamp(26px, 1.563vw, 30px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .staf_name {
    font-size: 2.539vw;
  }
}
@media screen and (max-width:768px) {
  .staf_name {
    text-align: center;
    font-size: clamp(18px, 3.125vw, 24px);
  }
}
.staf_name p {
  font-size: 20px;
  color: #1E9697;
}
@media screen and (min-width: 1025px) {
  .staf_name p {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .staf_name p {
    font-size: 1.757vw;
  }
}
@media screen and (max-width:768px) {
  .staf_name p {
    font-size: clamp(11px, 1.822vw, 14px);
  }
}

/*----------------------------------------------------------------------*/
ul#new_commer_infoList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul#new_commer_infoList li {
  width: 30%;
  height: auto;
  margin: 0 3% 0% 0;
}
ul#new_commer_infoList li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  ul#new_commer_infoList li {
    width: 48%;
    margin: 0 4% 6% 0;
  }
  ul#new_commer_infoList li:nth-of-type(3n) {
    margin-right: 4%;
  }
  ul#new_commer_infoList li:nth-of-type(even) {
    margin-right: 0;
  }
}

/*----------------------------------------------------------------------*/
.new_commer_photo {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 3%;
}
@media screen and (max-width:768px) {
  .new_commer_photo {
    width: 90%;
    margin-bottom: 2%;
  }
}

/*----------------------------------------------------------------------*/
.new_commer_name {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #1E9697;
}
@media screen and (min-width: 1025px) {
  .new_commer_name {
    font-size: clamp(26px, 1.563vw, 30px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .new_commer_name {
    font-size: 2.539vw;
  }
}
@media screen and (max-width:768px) {
  .new_commer_name {
    font-size: clamp(18px, 3.125vw, 24px);
  }
}

.new_commer_notes {
  font-size: 18px;
  color: #1E9697;
}
@media screen and (min-width: 1025px) {
  .new_commer_notes {
    font-size: clamp(14px, 0.937vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .new_commer_notes {
    font-size: 1.464vw;
  }
}
@media screen and (max-width:768px) {
  .new_commer_notes {
    font-size: clamp(11px, 1.822vw, 14px);
  }
  .new_commer_notes br {
    display: none;
  }
}

/* ======================================================================
SECTION #06：よくある質問
====================================================================== */
ul#faqList {
  list-style-type: none;
  width: 80%;
  height: auto;
  max-width: 760px;
  margin: 0 auto;
}
ul#faqList li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #B889C5;
}
ul#faqList li:first-of-type dl.faqContainer {
  padding-top: 0;
}
@media screen and (max-width:768px) {
  ul#faqList {
    width: 100%;
  }
}

/*----------------------------------------------------------------------*/
dl.faqContainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
}
dl.faqContainer dt, dl.faqContainer dd {
  position: relative;
  z-index: 1;
  padding-left: 1.6em;
}
dl.faqContainer dt p, dl.faqContainer dd p {
  line-height: 160%;
}
dl.faqContainer dt:before, dl.faqContainer dd:before {
  position: absolute;
  left: 0;
  top: 0em;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (min-width: 1025px) {
  dl.faqContainer dt:before, dl.faqContainer dd:before {
    font-size: clamp(20px, 1.25vw, 24px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  dl.faqContainer dt:before, dl.faqContainer dd:before {
    font-size: 2.148vw;
  }
}
@media screen and (max-width:768px) {
  dl.faqContainer dt:before, dl.faqContainer dd:before {
    font-size: clamp(15px, 3.125vw, 20px);
  }
}
dl.faqContainer dt {
  margin-bottom: 10px;
}
dl.faqContainer dt p {
  color: #1E9697;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  dl.faqContainer dt p {
    font-size: clamp(20px, 1.25vw, 24px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  dl.faqContainer dt p {
    font-size: 2.148vw;
  }
}
@media screen and (max-width:768px) {
  dl.faqContainer dt p {
    font-size: clamp(11px, 1.822vw, 14px);
  }
}
@media screen and (max-width:768px) {
  dl.faqContainer dt {
    margin-bottom: 1%;
  }
}
dl.faqContainer dt:before {
  content: "Q.";
  color: #1E9697;
}
@media screen and (max-width:768px) {
  dl.faqContainer dt:before {
    top: -0.3em;
  }
}
dl.faqContainer dd p {
  padding: 0 1em;
  line-height: 160%;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  dl.faqContainer dd p {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  dl.faqContainer dd p {
    font-size: 1.757vw;
  }
}
@media screen and (max-width:768px) {
  dl.faqContainer dd p {
    font-size: clamp(11px, 1.822vw, 14px);
  }
}
dl.faqContainer dd a {
  color: #B889C5;
  text-decoration: underline;
}
dl.faqContainer dd a:hover {
  color: #f00;
  text-decoration: none;
}
dl.faqContainer dd:before {
  content: "A.";
  top: -0.2em;
}
@media screen and (max-width:768px) {
  dl.faqContainer dd:before {
    top: -0.3em;
  }
}
@media screen and (max-width:768px) {
  dl.faqContainer {
    padding: 4% 0;
  }
}

/* ======================================================================
SECTION #07：アクセス
====================================================================== */
/*----------------------------------------------------------------------*/
#access_addBox.one_period {
  width: 90%;
  height: auto;
  max-width: 768px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:414px) {
  #access_addBox.one_period {
    width: 100%;
  }
}
#access_addBox.one_period p {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  #access_addBox.one_period p {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #access_addBox.one_period p {
    font-size: 1.757vw;
  }
}
@media screen and (max-width:768px) {
  #access_addBox.one_period p {
    font-size: clamp(11px, 1.822vw, 18px);
  }
}
#access_addBox.one_period p.tel_num span, #access_addBox.one_period p.tel_num a {
  padding-left: 1.4em;
  position: relative;
  z-index: 1;
}
#access_addBox.one_period p.tel_num span:before, #access_addBox.one_period p.tel_num a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.1em;
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#access_addBox.one_period p.tel_num a {
  color: #B889C5;
  text-decoration: underline;
}
#access_addBox.one_period p.tel_num a:hover {
  color: #f00;
  text-decoration: none;
}
#access_addBox.one_period.type01:after {
  content: "";
  position: absolute;
  right: 22%;
  top: 0;
  background-image: url("../img/access_illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  width: 10%;
  height: 100%;
}
@media screen and (max-width:768px) {
  #access_addBox.one_period.type01:after {
    left: 90%;
    width: 20%;
    height: 130%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*----------------------------------------------------------------------*/
#access_mapBox {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin: 30px calc(50% - 50vw);
  overflow: hidden;
  padding-bottom: 46%;
}
@media screen and (max-width:768px) {
  #access_mapBox {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
#access_mapBox iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

/*----------------------------------------------------------------------*/
.bloc_object {
  z-index: 1;
  height: auto;
}
.bloc_object.access01 {
  position: absolute;
  left: 74%;
  top: -20%;
  width: 15%;
  height: 40%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .bloc_object.access01 {
    left: 80%;
    top: 0%;
  }
}
.bloc_object.access02 {
  width: 40%;
  margin: 30px auto 0;
  max-width: 300px;
}
@media screen and (max-width:768px) {
  .bloc_object.access02 {
    margin-top: 4%;
    width: 40%;
  }
}

/* ======================================================================
FOOTER
====================================================================== */
#Footer {
  background: #202933;
  width: 100%;
  height: auto;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  #Footer {
    padding: 4% 0;
  }
}
#Footer .foot_inner {
  width: 90%;
  height: auto;
  max-width: 1080px;
  margin: 0 auto;
}
#Footer #Copy {
  text-align: center;
  line-height: 120%;
  color: #FFDBB0;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  #Footer #Copy {
    font-size: clamp(14px, 0.937vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #Footer #Copy {
    font-size: 1.464vw;
  }
}
@media screen and (max-width:768px) {
  #Footer #Copy {
    font-size: 2.083vw;
  }
}
#Footer #Copy span {
  padding-left: 1em;
}
@media screen and (max-width:768px) {
  #Footer #Copy span {
    padding: 0;
    display: block;
    font-size: 1.8229vw;
  }
}/*# sourceMappingURL=contents.css.map */