@charset "utf-8";
@media screen and (max-width: 768px) {
body {
  min-width: auto;
  font-size: 13px;
}

.ly_cont {
  width: 82%;
  padding: 0;
  min-width: auto;
}

.sp_ta_l {text-align: left;}
.sp_ta_c {text-align: center;}
.sp_ta_r {text-align: right;}

.el_txt {
  text-align: justify;
}

/******************************
 header
*******************************/
.ly_header {
  height: 70px;
  background-image: url(../images/bg_noise.png);
  background-size: 25px 25px;
  background-repeat: repeat;
}

.ly_header_ttl {
  position: absolute;
  top: 0;
  left: 0;
}

.ly_header_ttl a {
  background-image: url(../images/header_logobg_sp.png);
  width: 147px;
  height: 130px;
  padding: 10px 0 0 25px;
}

.ly_header_ttl a img {
  width: 81px;
  height: auto;
}

/******************************
 nav
*******************************/
.el_reserve {
  top: 0;
  bottom: 0;
  right: 60px;
  margin: auto;
  display: inline-block;
  width: 49px;
  height: 46px;
}

.el_reserve:after {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.7 44.678"><path d="M41.2,23.828c0,11.239-9.111,20.35-20.35,20.35-11.239,0-20.35-9.111-20.35-20.35,0-11.239,9.111-23.329,20.35-23.329,11.239,0,20.35,12.09,20.35,23.328Z" fill="%23ffffff" stroke="%2389b3b7" stroke-width="1" stroke-miterlimit="10"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 49px;
  height: 46px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.el_reserve a {
  font-size: 12px;
  letter-spacing: 0.1em;
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 49px;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.el_reserve a:hover {
  background-color: transparent;
  color: #8ab4b8;
}




.el_menubtn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  z-index: 100000;
  width: 60px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}

.el_menubtn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  width: 25px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.el_menubtn .top {
-webkit-transform: translateY(-7px);
        transform: translateY(-7px);
}

.el_menubtn .bottom {
-webkit-transform: translateY(7px);
        transform: translateY(7px);
}

.menu_open .el_menubtn .top {
-webkit-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}

.menu_open .el_menubtn .middle {
  display: none;
}

.menu_open .el_menubtn .bottom {
-webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}


.ly_nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow-y: scroll;
  height: 100%;
  z-index: 100;
  padding: 0;
  display: none;
  background-image: url(../images/bg_nav_sp.png);
  background-size: cover;
  background-position: center;
}

.ly_nav .ly_nav_inr {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10%;
}

.ly_nav .bl_nav_list {
  padding-left: 0;
      -ms-flex-pack: end;
          -webkit-box-pack: start;
              justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}

.ly_nav .bl_nav_list > li {
  padding: 0;
}

.ly_nav .bl_nav_list > li > a {
  font-size: 17px;
  margin: 0;
  padding: 10px 0;
}

.ly_nav .bl_nav_list > li > a:hover {
  color: #fff;
}


.ly_nav .bl_nav_sublist {
  visibility: visible;
  position: relative;
  width: auto;
  top: inherit;
  left: inherit;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  opacity: 1;
  z-index: 1;
  text-align: left;
  margin-bottom: 10px;
}

.ly_nav .bl_nav_list li:hover .bl_nav_sublist {
  -webkit-transform: none;
          transform: none;
}

.ly_nav .bl_nav_sublist li + li {
  margin-top: 5px;  
}

.ly_nav .bl_nav_sublist a {
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  margin-left: 15px;
}

.ly_nav .bl_nav_sublist a:before {
  content: '・';
}

.ly_nav .bl_nav_sublist a:hover {
  color: #fff;
}

.ly_nav .bl_sns_list {
  margin: 30px 0;
}

.ly_nav .bl_sns_list li + li {
  margin-left: 12px;
}

.ly_nav .bl_sns_list li a {
  width: 35px;
  height: 34px;
}

.ly_nav .bl_sns_list li.el_insta a img {
  width: 17px;
}

.ly_nav .bl_sns_list li.el_line a img {
  width: 23px;
}

.ly_nav .bl_contact_list li {
  width: 19.33vw;
  height: 70px;
}

.ly_nav .bl_contact_list li a .ico img {
  width: 30px;
}

.ly_nav .bl_contact_list li a .txt {
  font-size: 11px;
}






/******************************
 modal
*******************************/
.modal-container {
  border-radius: 15px;
  background-image: url(../images/bg_modal_sp.png), url(../images/bg_noise.png);
  background-size: cover, 25px 25px;
  max-height: 400px;
  height: 55vh;
  width: 82%;
  padding: 30px;
}
  
.modal-close {
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
}

.modal-close::before,
.modal-close::after {
  width: 20px;
  height: 1px;
}


.modal-ttl {
  margin-bottom: 20px;
  text-align: center;
}

.modal-ttl span {
  display: block;
  color: #fff;
}

.modal-ttl .jp {
  font-size: 17px;
  margin-bottom: 10px;
}

.modal-ttl .en {
  font-size: 9px;
}

.modal-container .bl_contact_list {
  width: 240px;
  margin-bottom: 20px;
}

.modal-container .bl_contact_list li {
  width: 75px;
  height: 75px;
}

.modal-container .bl_contact_list li a .txt {
  font-size: 10px;
  letter-spacing: 0.13em;
}
  
.el_modal_note {
  font-size: 13px;
  letter-spacing: 0.2em;
}

.el_modal_linetxt {
  font-size: 9px;
}

.el_modal_linetxt a {
  margin-left: 0;
  margin-top: 5px;
}


/******************************
 index
*******************************/
.bl_kv {
  margin-top: -40px;
}

.bl_kv_video {
  margin: 0 4% 30px;
  height: 133vw;
  border-radius: 15px;
}

.bl_kv_logo {
  width: 277px;
  height: 87px;
}

.bl_kv .el_illust {
  margin-top: 10px;
  margin-right: 0;
}

.bl_kv .el_illust img {
  width: 51.2vw;
  height: auto;
}

.bl_sec_top_thoughts .el_lv2Heading {
  font-size: 20px;
}

.bl_thoughts_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0 0;
}

.bl_thoughts_list li {
  width: 100%;
  margin-bottom: 40px;
}

.bl_thoughts_list li .el_ttl {
  font-size: 16px;
  margin-bottom: 10px;
}

.bl_thoughts_list li .el_ttl span {
  /* border-bottom: 2px dashed #e2cbad; */
  background-size: 4px 1.5px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.bl_sec_top_thoughts .el_illust {
  margin-left: -14%;
}

.bl_sec_top_thoughts .el_illust img {
  width: 113vw;
}

.bl_sec_top_departments {
  padding-top: 10px;
}

.bl_departments_list:after {
  width: 47.5%;
}

.bl_departments_list li {
  width: 47.5%;
  margin-bottom: 35px;
}

.bl_departments_list .bl_imgarea {
  margin-bottom: 18px;
}

.bl_departments_list .bl_imgarea img {
  height: 135px;
  border-radius: 15px;
}

.bl_departments_list .bl_txtarea .el_ttl {
  margin-bottom: 10px;
  line-height: 1;
}

.bl_departments_list .bl_txtarea .el_ttl .jp {
  font-size: 16px;
}

.bl_departments_list .bl_txtarea .el_ttl .en {
  font-size: 6px;
}

.bl_departments_list .bl_txtarea .el_txt {
  font-size: 12px;
  margin-bottom: 15px;
}

.bl_departments_list .bl_txtarea .el_more a {
  font-size: 12px;
}

.bl_departments_list .bl_txtarea .el_more a::before {
  bottom: -4px;
  width: 100%;
  height: 2px;
  /* border-bottom: 2px dashed #f1e5d6; */
  background-size: 4px 1.5px;
}


.bl_departments_list .bl_illust_wrap img {
  width: 32.8vw;
  max-width: 180px;
  height: auto;
}


.bl_hourstable {
  font-size: 10px;
  border: 1px dashed #e2cbad;
  border-radius: 15px;
  margin-bottom: 25px;
}

.bl_hourstable th,
.bl_hourstable td {
  padding: 12px 0;
  border-right: 1px dashed #e2cbad;
  border-bottom: 1px dashed #e2cbad;
}

.bl_hourstable tr th:last-child,
.bl_hourstable tr td:last-child {
  border-right: none;
}

.bl_hourstable tr:last-child th,
.bl_hourstable tr:last-child td {
  border-bottom: none;
}

.bl_hourstable thead tr th {
  padding: 6px 0;
  border-bottom: 1px dashed #e2cbad !important;
}

.bl_hourstable th.am,
.bl_hourstable th.pm {
  font-size: 11px;
}

.bl_hourstable .ico_foot {
  width: 14px;
}

.bl_hourstable .close {
  width: 8px;
  height: 2px;
}

.bl_sec_top_hours .bl_flexwrap,
.bl_sec_about_hours .bl_flexwrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_disc_list {
  line-height: 1.6;
}

.bl_sec_top_hours .bl_txtarea,
.bl_sec_about_hours .bl_txtarea {
  font-size: 12px;
  margin-bottom: 25px;
}

.bl_sec_top_hours .bl_btnarea,
.bl_sec_about_hours .bl_btnarea {
  width: 100%;
  margin: 0 auto;
}

.bl_contact_list {
  width: 100%;
}

.bl_contact_list li {
  width: 23%;
  height: 65px;
}

.bl_contact_list li a {
 border-radius: 15px;
}

.bl_contact_list li a .ico img {
  width: 27px;
  height: auto;
}

.bl_contact_list li a .txt {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}




/******************************
 footer
*******************************/
.ly_footer {
  background-image: url(../images/bg_footer_sp.png);
  padding: 50px 0 14px;
}

.ly_footer .bl_flexwrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bl_footer_logo {
  margin-left: -5px;
}

.bl_footer_logo img {
  width: 210px;
}

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

.bl_sns_list li + li {
  margin-left: 10px;
}

.bl_sns_list li a {
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 32px;
  height: 31px;
}

.bl_sns_list li.el_insta a img {
  width: 15px;
  height: auto;
}

.bl_sns_list li.el_line a img {
  width: 21px;
  height: auto;
}

.ly_footer .bl_contact_list {
  margin: 20px 0;
}

.ly_footer .bl_contact_list li {
  width: 19.33vw;
  height: 70px;
}

.ly_footer .bl_contact_list li a .ico img {
  width: 30px;
}

.ly_footer .bl_contact_list li a .txt {
  font-size: 11px;
  letter-spacing: 0.05em;
}


.copyright {
  font-size: 7px;
  margin-right: -15px;
}

/******************************
 container
*******************************/
.bl_container {
  padding-top: 60px;
}

.bl_sec_ptpb {
  padding: 50px 0;
}

.bl_sec_pt {
  padding-top: 50px;
}

.bl_sec_pb {
  padding-bottom: 50px;
}


.el_lv1Heading {
  margin-bottom: 35px;
}

.el_lv1Heading .jp {
  font-size: 21px;
  margin-bottom: 10px;
}

.el_lv1Heading .en {
  font-size: 9px;
}

.el_lv2Heading {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.el_lv2Heading_s {
  font-size: 16px;
}

.el_lv2Heading_l {
  font-size: 20px;
}

.bl + .bl {
  margin-top: 50px;
}

.bl_flexwrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


.bl_sec_intro .bl_page_kv {
  width: 92%;
  margin: 0 4% 30px;
}

.bl_sec_intro .bl_page_kv img {
  width: 100%;
  height: 295px;
  border-radius: 15px;
}


.bl_page_index {
  padding: 20px 0;
  margin: 50px 0 0;
  background-size: 25px 25px;
}

.bl_page_index .ly_cont {
  width: 96%;
}

.bl_page_index ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_page_index ul li {
  position: relative;
}

.bl_page_index ul li+li::before {
  content: "";
  display: none;
  margin: 0;
}

.bl_page_index ul li a {
  font-size: 15px;
  padding: 10px;
  display: inline-block;
}

.bl_page_index ul li a::before {
  opacity: 0;
}

.bl_bg_be {
  background-size: 170% auto;
  padding: 20px 0;
}

.bl_bg_be .ly_cont {
  border-radius: 15px;
  padding: 30px 4% 50px;
  width: 88%;
  margin: 0 auto;
}

.bl_bg_underline {
  background-size: 4px 1.5px;
}



/******************************
 about
*******************************/
.bl_sec_about_intro .el_lv2Heading01 {
  margin-bottom: 40px;
}
.el_illust_about {
  position: relative;
  top: initial;
  right: initial;
  width: 283px;
  height: auto;
  margin-bottom: 60px;
}

.bl_about_hours_inr {
  width: 100%;
}

.bl_facility_line + .bl_facility_line,
.bl_facility + .bl_facility {
  margin-top: 30px;
}

.bl_facility_line .bl_flexwrap {
  gap: 0;
}

.bl_facility {
  width: 100%;
}

.bl_facility .bl_imgarea {
  margin-bottom: 10px;
  
}

.bl_facility_l .bl_imgarea {
  margin-left: calc((100vw - 82%) / -2); 
}

.bl_facility_r .bl_imgarea {
  margin-right: calc((100vw - 82%) / -2); 
}

.bl_facility img {
  height: 45.33vw;
}

.bl_facility_l .bl_imgarea img {
  border-radius: 0 15px 15px 0;
}

.bl_facility_r .bl_imgarea img {
  border-radius: 15px 0 0 15px;
}

.bl_facility .bl_txtarea {
  width: 100%;
}

.bl_facility_r .bl_txtarea {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.bl_facility .bl_txtarea .el_ttl {
  font-size: 16px;
  margin-bottom: 0;
}

.bl_facility .bl_txtarea .el_txt {
  font-size: 12px;
}

.bl_facility .bl_txtarea .el_note {
  font-size: 11px;
}

.bl_facility_3col {
  width: 100%;
}

.bl_facility_3col .bl_imgarea {
  margin-left: -9vw; 
  margin-right: -9vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100vw;
}


.bl_facility_3col .bl_imgarea img {
  width: 91vw;
}

.bl_facility_3col .bl_imgarea img:first-child,
.bl_facility_3col .bl_imgarea img:nth-child(3) {
  border-radius: 0 15px 15px 0;
}

.bl_facility_3col .bl_imgarea img:nth-child(2) {
  border-radius: 15px 0 0 15px;
  margin-left: 9vw;
}

.bl_facility .bl_imgarea img + img {
  margin-top: 15px;
}

.bl_facility_l .bl_imgarea img.sp {
  border-radius: 15px 0 0 15px;
  position: relative;
  left: 17vw;
}




.bl_equipment_list li {
  width: 31.666%;
  margin-left: 2.5% !important;
  margin-bottom: 25px;
}

.bl_equipment_list li:nth-child(3n+1) {
  margin-left: 0 !important;
}

.bl_equipment_list img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.bl_equipment_list .el_txt {
  font-size: 9px;
  margin-top: 10px;
  line-height: 1.4;
}

.bl_l_btn {
  width: 260px;
  border-radius: 15px;
  padding: 15px;
}

.bl_l_btn .ly_cont {
  border-radius: 5px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.bl_l_btn a {
  padding: 20px 0;
  font-size: 15px;
  border-radius: 5px;
}

.bl_l_btn a span:before {
  bottom: -5px;
  border-top: 2px dashed #e2cbad;
}

.bl_sec_about_access .bl_maparea {
  width: 100%;
  height: 280px;
}

.bl_sec_about_access .bl_txtarea {
  width: 100%;
}

.bl_dl02_list dt {
  font-size: 10px;
  margin-bottom: 2px;
  margin-top: 20px !important;
}

.bl_dl02_list dd {
  line-height: 1.8;
}

.bl_dl02_list .dd01 {font-size: 13px;}
.bl_dl02_list .dd02 {font-size: 19px;}
.bl_dl02_list .dd03 {font-size: 13px;}
.bl_dl02_list .dd04 {font-size: 12px;}

.bl_dl02_list .dd02 a {
  pointer-events: none;
  color: #8ab4b8;
}

.bl_bnrarea {
  margin-bottom: 50px;
}
.bl_bnrarea .bl_flexwrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.el_lv2Heading_ss {
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.bl_bnr01 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.el_bnr {
  margin-right: 0;
}
.el_bnr img {
  width: 36vw;
}
.el_bnr_ipet img {
  width: 36.4vw;
}
.el_bnr_caloo img {
  margin-top: 0;
}




/* staff */
.bl_profile_wrap {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_profile_img {
  width: 50%;
}

.bl_profile_img .staff_fukui {width: 37.86vw;}
.bl_profile_img .staff_takeoka {width: 42.13vw;margin-left: -10vw;}
.bl_profile_img .staff_hirabayashi {width: 38.66vw;}
.bl_profile_img .staff_ichimata {width: 34.66vw;}

.bl_profile_txt {
  width: 100%;
}

.bl_profile_name {
  position: absolute;
  top: 13px;
  left: 50%;
}

.bl_profile_name h2 {
  font-size: 13px;
  margin-bottom: 5px;
}

.bl_profile_name p,
.bl_profile_info p {
  font-size: 11px;
}

.bl_profile_name h3 {
  font-size: 18px;
  margin: 0.5em 0 0;
}

.bl_profile_info {
  margin-top: 30px;
  width: 100%;
}

.bl_profile_history {
  margin-top: 0;
  width: 100%;
}

.bl_profile_history th,
.bl_profile_history td {
  padding: 2px 0;
}

.bl_profile_history th {
  font-size: 11px;
  padding-right: 20px;
}

.bl_profile_history td {
  font-size: 12px;
}

.bl_profile_message {
  border: 2px dashed #f1e5d7;
  padding: 20px 15px;
  border-radius: 15px;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  line-height: 1.8;
  text-align: justify;
  width: 110%;
  margin-left: -5%;
}

.bl_l_btn_about {
  margin-bottom: 50px;
}

/******************************
 departments
*******************************/
.bl_sec_departments .bl_departments_list li {
  width: 100%;
}

.bl_sec_departments .bl_departments_list .bl_imgarea img {
  height: 34.67vw;
}

.bl_sec_departments .bl_departments_list .bl_txtarea {
  margin: 0;
}

.bl_sec_departments .bl_departments_list .bl_illust_wrap {
  text-align: center;
}

.bl_sec_departments .bl_departments_list .bl_illust_wrap img {
  width: 100%;
  max-width: 271px;
}


.bl_sec_departments_intro .bl_imgarea {
  width: 106%;
  margin: 0 -3% 30px;
}

.bl_sec_departments_intro .bl_imgarea img {
  width: 100%;
  height: 295px;
  border-radius: 15px;
}

.bl_sec_departments_intro .bl_txtarea {
  width: 100%;
}

.bl_sec_departments_intro .el_lv2Heading {
  margin-bottom: 20px;
}

.bl_sec_departments_intro .bl_txtarea .el_txt {
  line-height: 1.8;
}

.bl_sec_departments_troubles {
  background-image: url(../images/line_dot_50.svg);
  background-size: 4px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.bl_sec_departments_troubles .el_lv2Heading,
.bl_sec_departments_troubles .bl_troubles_list {
  padding-left: 0;
}


.bl_sec_departments_troubles .el_lv2Heading {
  text-indent: 0;
  margin-bottom: 120px;
}

.bl_sec_departments_troubles .el_lv2Heading span {
  text-indent: 3em;
  display: inline-block;
}


.bl_sec_departments_troubles .bl_troubles_list {
  padding-bottom: 60px;
}

.bl_sec_departments_troubles .el_illust {
  bottom: initial;
  top: 0;
  top: 30px;
  left: initial;
  right: -5%;
  width: 170px;
  height: auto;
}

.bl_sec_departments_troubles .el_illust_cardiology {
  top: 40px;
}

.bl_sec_departments_troubles .el_illust_spaying {
  top: -10px;
  right: -10%;
}



.bl_sec_departments_strengths .bl_strengths_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
}

.bl_sec_departments_strengths .el_lv2Heading {
  margin-bottom: 40px;
}

.bl_sec_departments_strengths .bl_strengths_list li {
  width: 100%;
}

.bl_sec_departments_strengths .bl_strengths_list li + li {
  margin-top: 35px;
}

.bl_sec_departments_strengths .bl_strengths_list dt {
  font-size: 15px;
  margin-bottom: 10px;
}

.bl_sec_departments_strengths .bl_strengths_list dd {
  line-height: 1.8;
  font-size: 12px;
  letter-spacing: 0.15em;
}



.bl_sec_departments_services .el_txt {
  width: 92.4%;
}






/******************************
 preventive
*******************************/
.bl_sec_preventive_intro .bl_txtarea {
  min-height: auto;
}

.bl_sec_preventive_intro .bl_txtarea .el_lv2Heading {
  letter-spacing: 0.25em;
  margin-bottom: 20px;
}

.el_illust_preventive {
  position: relative;
  top: initial;
  right: initial;
  width: 100%;
  max-width: 307px;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 40px;
}





.bl_preventive_ex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
}

.bl_preventive_ex_list::after {
  content:'';
  display: block;
  width: 100%;
}

.bl_preventive_ex_list li {
  width: 100%;
  margin-bottom: 30px;
}


.bl_preventive_ex_list .bl_imgarea {
  margin-bottom: 0px;
}

.bl_preventive_ex_list .bl_imgarea img {
  width: 70px;
  height: 70px;
}

.bl_preventive_ex_list .bl_txtarea .el_ttl {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 2px;
  background-size: 4px 1.5px;
}

.bl_preventive_ex_list .bl_txtarea .el_term {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 2px;
}

.bl_preventive_ex_list .bl_txtarea .el_txt {
  font-size: 12px;
  line-height: 1.8;
}


/******************************
 welcome
*******************************/
.bl_flow_list {
  width: 83.33%;
  margin: 0 auto;
}

.bl_flow_list:after {
  width: 100%;
}

.bl_flow_list > li {
  width: 100%;
  margin-bottom: 40px;
}

.bl_flow_list .bl_circle_wrap {
  top: -2px;
  left: 0;
}

.bl_flow_list .el_num {
  font-size: 13px;
}

.bl_flow_list li:first-child .bl_circle_wrap:after,
.bl_flow_list li:first-child .el_num {
  width: 20px;
  height: 21px;
}

.bl_flow_list li:nth-child(2) .bl_circle_wrap:after,
.bl_flow_list li:nth-child(2) .el_num {
  width: 20px;
  height: 20px;
}

.bl_flow_list li:nth-child(3) .bl_circle_wrap:after,
.bl_flow_list li:nth-child(3) .el_num {
  width: 20px;
  height: 21px;
}

.bl_flow_list li:nth-child(4) .bl_circle_wrap:after,
.bl_flow_list li:nth-child(4) .el_num {
  width: 20px;
  height: 21px;
}

.bl_flow_list li:nth-child(5) .bl_circle_wrap:after,
.bl_flow_list li:nth-child(5) .el_num {
  width: 21px;
  height: 20px;
}

.bl_flow_list .el_ttl {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.bl_flow_list .el_txt {
  font-size: 12px;
}

.bl_flow_list .bl_contact_list {
  width: 100%;
  margin: 10px auto 0;
}

.bl_flow_list .bl_contact_list li {
  width: 30%;
  height: 75px;
}

.bl_flow_list .bl_contact_list li a {
  border: none;
}

.bl_flow_list .bl_contact_list li a .ico img {
  width: 40px;
}

.bl_flow_list .bl_contact_list li a .txt {
  font-size: 11px;
  letter-spacing: 0.25em;
}

.bl_flow_list .el_illust {
  margin-left: 0;
}

.bl_flow_list .el_illust img {
  width: 112%;
  margin-left: -6%;
}

.bl_sec_welcome_items .bl_txtarea {
  font-size: 11px;
}

.bl_sec_welcome_items .bl_disc_list {
  font-size: 12px;
}

.bl_sec_welcome_caution .bl_dlpaw_list {
  width: 100%;
  padding-left: 15px;
}

.bl_dlpaw_list dt {
  font-size: 15px;
}

.bl_dlpaw_list dt:before {
  width: 10px;
  height: 10.5px;
  right: calc(100% + 4px);
  top: 8px;
}

.bl_dlpaw_list dd + dt {
  margin-top: 30px;
}

.bl_dlpaw_list dd {
  font-size: 13px;
}

.bl_sec_welcome_first {
  background-image: url(../images/line_be_sp.png);
  padding-top: 70px;
}

.bl_sec_welcome_first .ly_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_sec_welcome_first .el_lv2Heading {
  margin-bottom: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.bl_first_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_first_list li {
  width: 100%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}


.bl_first_list .bl_imgarea img {
  width: 100%;
  height: auto;
}

.bl_sec_welcome_first .bl_first_list li:first-child .bl_imgarea {
  padding: 0 1% 40px;
}

.bl_sec_welcome_first .bl_first_list li:nth-child(2) .bl_imgarea {
  padding: 40px 6%;
}

.bl_first_list .bl_txtarea {
  margin: 0;
}


/******************************
 column
*******************************/
.bl_column_list::after {
  display: none;
}

.bl_column_list li {
  width: 100%;
  margin-bottom: 80px;
}

.bl_column_list li:nth-child(3n+4):before {
  display: none;
}

.bl_column_list .bl_txtarea .el_ttl {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.bl_column_list .bl_txtarea .bl_flexwrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bl_column_list .bl_txtarea .el_cate {
  font-size: 8px;
  margin-right: 10px;
}


.bl_column_list .bl_txtarea .el_date {
  font-size: 7px;
}

.bl_column_list .bl_imgarea {
  margin-top: 10px;
}

.bl_column_list .bl_imgarea img {
  height: 160px;
  height: 42.66vw;
  border-radius: 15px;
}

.bl_sec_related_columns .bl_column_list li {
  width: 44%;
  margin-bottom: 30px;
}

.bl_sec_related_columns .bl_column_list::after {
  width: 44%;
}


.bl_sec_related_columns .bl_column_list .bl_imgarea {
  margin-top: 10px;
}

.bl_sec_related_columns .bl_column_list .bl_txtarea .el_ttl {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1.6;
}

.bl_sec_related_columns .bl_column_list .bl_txtarea .el_date {
  display: none;
}

.bl_sec_related_columns .bl_column_list .bl_imgarea img {
  height: 21.3vw;
  border-radius: 0;
}


.bl_pagination {
  margin: 0px 0 50px;
}

.bl_pagination a,
.bl_pagination span {
  font-size: 14px;
}

.bl_pagination span.current,
.bl_pagination span.current:after {
  width: 27px;
  height: 28px;
}

.bl_pagination a {
  width: 27px;
}











/******************************
 art_column
*******************************/
.art .bl_h1wrap {
  width: 100%;
  margin: 0 auto 20px;
}

.art .bl_h1wrap .el_lv1Heading {
  margin-bottom: 15px;
}

.art .bl_h1wrap .el_cate {
  font-size: 10px;
}

.art .bl_h1wrap .el_date {
  font-size: 7px;
  margin-left: 10px;
}

.art .bl_h1wrap .el_lv1Heading span {
  font-size: 16px;
}

.art_kv {
  margin: 0 -3% 40px;
}

.art_kv img {
  height: 78.66vw;
  border-radius: 15px;
}

.art_content {
  width: 100%;
}

.art_content > * {
  margin: 30px 0;
}

.art_content p {
  font-size: 13px;
}

.art_content p.el_f_s {
  font-size: 11px;
}

.art_content h1 {
  font-size: 19px;
}

.art_content h2 {
  font-size: 17px;
}

.art_content h3 {
  font-size: 16px;
}

.art_content h4 {
  font-size: 15px;
}

.art_content h5 {
  font-size: 15px;
}

.art_content h6 {
  font-size: 15px;
}

.art_content pre {
  line-height: 1.7;
}

.art_content ol li,
.art_content ul li {
  line-height: 1.6;
}



.art .bl_back_wrap {
  margin: 50px auto;
  width: 100%;
}

.art .bl_back_wrap .bl_circle_wrap:after {
  width: 57px;
  height: 53px;
}

.art .bl_back_wrap a {
  font-size: 13px;
  width: 57px;
  height: 53px;
  text-indent: 5px;
}


/******************************
 trimming
*******************************/
.bl_trimming_kv .bl_kv_logo {
  width: 110px;
  height: 133px;
}

.bl_trimming_kv .el_lv2Heading {
  margin-bottom: 10px;
}

.bl_trimming_kv .el_illust {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 30px;
}

.bl_trimming_kv .el_illust img {
  width: 234px;
  height: auto;
}

.bl_trimming_photos {
  margin-top: 60px;
}

.bl_trimming_photos .bl_facility_line + .bl_facility_line, 
.bl_trimming_photos .bl_facility + .bl_facility {
  margin-top: 10px;
}

.bl_trimming_photos .bl_facility_3col img {
  width: 57.33vw;
}
.bl_trimming_photos .bl_facility_3col img:nth-child(2) {
  width: 56vw;
  border-radius: 15px;
  margin-left: 22vw;
}
.bl_trimming_photos .bl_facility_3col img:nth-child(3) {
  border-radius: 15px 0 0 15px;
  margin-left: 42.67vw;
}

.bl_sec_trimming_policy .ly_cont {
  padding: 30px 6%;
}

.bl_sec_trimming_policy .el_lv2Heading {
  margin-bottom: 10px;
}

.bl_sec_trimming_policy .el_policy_txt {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.bl_sec_trimming_policy .bl_flexwrap > * {
  width: 100%;
}

.bl_sec_trimming_policy .bl_flexwrap .bl_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_sec_trimming_policy .el_txt,
.bl_sec_trimming_stylist .el_txt {
  line-height: 1.8;
  font-size: 12px;
}

.bl_sec_trimming_policy .el_illust {
  margin: 40px 0 30px;
}

.bl_sec_trimming_policy .el_illust img {
  width: 185px;
  height: auto;
}

.bl_stylist_profile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-bottom: 0;
}

.bl_stylist_profile .bl_txtwrap {
  padding: 20px 25px;
  border: 1.5px dashed #f1e5d7;
  border-radius: 17px;
  width: 100%
}

.bl_stylist_profile > * + * {
  margin-top: 30px !important;
}

.bl_stylist_profile .col01 {
  top: initial;
  right: initial;
}

.bl_stylist_profile .col01 .el_name {
  font-size: 20px;
  margin-right: 30px;
}

.bl_stylist_profile .col01 img {
  width: 107px;
  height: auto;
}

.bl_stylist_profile .col03 {
  left: initial;
  bottom: initial;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 20px;
}

.bl_stylist_profile .col03 img {
  width: 180px;
  height: auto;
}

.bl_stylist_profile .bl_imgwrap {
  position: relative;
}

.bl_trimming_insta {
  width: 210px;
  margin-bottom: 60px;
}

.bl_trimming_insta a {
  padding: 15px 0;
}

.bl_trimming_insta .ico_insta {
  width: 25px;
  height: auto;
}

.bl_trimming_insta .ico_follow {
  top: 6px;
  left: 13px;
  width: 31px;
  height: auto;
}



}
