@charset "utf-8";
html.wf-loading body {
  visibility: hidden;
}

body {
  font-family: "kozuka gothic pr6n", '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #414042;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  min-width: 1100px;
  background: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w10 {width: 10% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w33 {width: 33.3% !important;}
.w35 {width: 35% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}

.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}

.el_opa {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el_opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.el_brightness {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el_brightness:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.el_brightness02 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el_brightness02:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

a {
  text-decoration: none;
  color: #3C3A39;
}

a.line {
  text-decoration: underline;
}

a[href^="tel"] {
  -webkit-touch-callout: none;
  color: inherit;
  text-decoration: none;
  outline: none;
}

.ly_cont {
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
  position: relative;
}


@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

img {
  vertical-align: top;
}

img.w100 {
  width: 100%;
  height: auto;
}

.el_txt {
  line-height: 2;
}

.el_bold {
  font-weight: 700;
}

.el_f_s {
  font-size: 0.85em;
}

.el_f_l {
  font-size: 1.25em;
}

.ta_l {text-align: left !important;}
.ta_c {text-align: center !important;}
.ta_r {text-align: right !important;}

.el_link_line {
  text-decoration: underline;
  color: #8ab4b8;
}

.en {
  font-family: "maru-maru-gothic-asr-stdn", sans-serif;
}

.tsuku {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}



/******************************
 header
*******************************/
.ly_header {
  position: relative;
  z-index: 100;
}

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

.ly_header_ttl a {
  background-image: url(../images/header_logobg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 264px;
  height: 218px;
  display: inline-block;
  padding: 32px 0 0 63px;
}

/******************************
 nav
*******************************/
.el_reserve {
  position: absolute;
  bottom: 14px;
  right: 50px;
}

.el_reserve a {
  background-color: #fff;
  padding: 6px 20px;
  color: #8ab4b8;
  border-radius: 20px;
  border: 1px solid #8ab4b8;
  display: block;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el_reserve a:hover {
  border-color: #e3ccae;
  background-color: #e3ccae;
  color: #fff;
}

.el_menubtn {
  display: none;
}

.ly_nav {
  background-image: url(../images/bg_noise.png);
  background-size: 50px 50px;
  background-repeat: repeat;
  padding: 40px 165px 0 0;
  display: block;
}

.ly_nav .bl_nav_list {
  padding-left: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ly_nav .bl_nav_list > li {
  position: relative;
  padding: 20px;
}

.ly_nav .bl_nav_list > li > a {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  font-family: "fot-tsukuardgothic-std";
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .el_reserve {
    right: 30px;
  }

  .ly_nav {
    padding-right: 130px;
  }

  .ly_nav .bl_nav_list > li {
    padding: 20px 15px;
  }

  .ly_nav .bl_nav_list > li > a {
    font-size: 15px;
  }
}

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

.ly_nav .bl_nav_sublist {
  visibility: hidden;
  position: absolute;
  width: 150px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
  padding: 25px 10px;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
  border: 1px solid #8ab4b8;
  border-top: none;
  opacity: 0;
  z-index: -1;
  text-align: center;
  -webkit-transition: visibility .3s cubic-bezier(.215,.61,.355,1), opacity .3s cubic-bezier(.215,.61,.355,1), -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
  transition: visibility .3s cubic-bezier(.215,.61,.355,1), opacity .3s cubic-bezier(.215,.61,.355,1), -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
  transition: visibility .3s cubic-bezier(.215,.61,.355,1), opacity .3s cubic-bezier(.215,.61,.355,1), transform .6s cubic-bezier(.215,.61,.355,1);
  transition: visibility .3s cubic-bezier(.215,.61,.355,1), opacity .3s cubic-bezier(.215,.61,.355,1), transform .6s cubic-bezier(.215,.61,.355,1), -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}

.ly_nav .bl_nav_list li:hover .bl_nav_sublist {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

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

.ly_nav .bl_nav_sublist a {
  color: #8ab4b8;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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







/******************************
 modal
*******************************/
.modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255,255,255,0.8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
  
.modal-container {
  border-radius: 30px;
  background-image: url(../images/bg_modal.png), url(../images/bg_noise.png);
  background-position: center center, center center;
  background-repeat: no-repeat, repeat;
  background-size: cover, 50px 50px;
  height: 520px;
  width: 760px;
  overflow-y: auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
  
.modal-close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #fff; /* バツの色 */
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 3px;
}

.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}  
.modal-close:hover {
  opacity: 0.8;
}

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

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

.modal-ttl .jp {
  font-size: 28px;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  margin-bottom: 10px;
}

.modal-ttl .en {
  font-size: 15px;
  font-family: maru-maru-gothic-asr-stdn, sans-serif;
}

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

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

.modal-container .bl_contact_list li a .txt {
  font-size: 16px;
  letter-spacing: 0.25em;
}
  
.el_modal_note {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.25em;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}

.el_modal_linetxt {
  color: #fff;
  font-size: 13px;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

.el_modal_linetxt a {
  background-color: #e3ccae;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding: 4px 12px;
  border-radius: 10px;
  line-height: 1;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

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


/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  -webkit-animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
          animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
          animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  -webkit-animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
          animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
          animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}


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

.bl_kv_video {
  margin: 0 80px 80px;
  height: 46.875vw;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

@media screen and (max-width: 1100px) {
  .bl_kv_video {
    margin: 0 30px 80px;
  }
}

.bl_kv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_kv_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 376px;
  height: 136px;
}

.bl_kv .el_illust {
  margin-right: -30px;
}

.bl_thoughts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 100px;
}

.bl_thoughts_list li {
  width: 260px;
}

.bl_thoughts_list li .el_ttl {
  font-size: 22px;
  color: #8ab4b8;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.bl_thoughts_list li .el_ttl span {
  display: inline-block;
  /* border-bottom: 3px dashed #e2cbad; */
  background-image: url(../images/line_dot_100.svg);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.bl_sec_top_thoughts .el_illust {
  margin-left: -33px;
}

.bl_departments_list {
  position: relative;
  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;
}

.bl_departments_list:after {
  content: '';
  display: block;
  width: 300px;
}

.bl_departments_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  margin-bottom: 80px;
}

.bl_departments_list .bl_imgarea {
  margin-bottom: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bl_departments_list .bl_imgarea img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 30px;
}

.bl_departments_list .bl_txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bl_departments_list .bl_txtarea .el_ttl {
  margin-bottom: 20px;
}

.bl_departments_list .bl_txtarea .el_ttl .jp {
  display: block;
  color: #8ab4b8;
  font-size: 25px;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.bl_departments_list .bl_txtarea .el_ttl .en {
  font-size: 12px;
  color: #e2cbad;
  font-family: maru-maru-gothic-asr-stdn, sans-serif;
}

.bl_departments_list .bl_txtarea .el_txt {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.bl_departments_list .bl_txtarea .el_more {
  margin-top: auto;
  text-align: right;
}

.bl_departments_list .bl_txtarea .el_more a {
  font-size: 16px;
  color: #e2cbad;
  font-family: maru-maru-gothic-asr-stdn, sans-serif;
  display: inline-block;
  /* border-bottom: 3px dashed #f1e5d6;
  padding-bottom: 6px; */
  position: relative;
}

.bl_departments_list .bl_txtarea .el_more a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  /* border-bottom: 3px dashed #f1e5d6; */
  background-image: url(../images/line_dot_50.svg);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.bl_departments_list .bl_txtarea .el_more a:hover::before {
  width: 100%;
}

.bl_departments_list .bl_illust_wrap {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
}

.bl_sec_top_hours {
  padding: 50px 0;
}

.bl_sec_top_hours .ly_cont {
  padding: 60px 130px;
}

@media screen and (max-width: 1160px) {
  .bl_sec_top_hours .ly_cont {
    padding: 50px 100px;
  }
}

.bl_hourstable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  border: 3px dashed #e2cbad;
  border-radius: 30px;
  overflow: hidden;
  table-layout: fixed;
  margin-bottom: 70px;
}

.bl_hourstable th,
.bl_hourstable td {
  padding: 25px 0;
  border-right: 3px dashed #e2cbad;
  border-bottom: 3px dashed #e2cbad;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.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 {
  border-bottom: 3px dashed #e2cbad !important;
}

.bl_hourstable th.am {
  background-color: #adc9cd;
  color: #fff;
}

.bl_hourstable th.pm {
  background-color: #8ab4b8;
  color: #fff;
}

.bl_hourstable th span {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

.bl_hourstable thead th {
  color: #8ab4b8;
  letter-spacing: 0.15em;
}

.bl_hourstable thead th:nth-child(7) {
  color: #2d8dbb; /* SAT */
}

.bl_hourstable thead th:nth-child(8) {
  color: #e27252; /* SUN */
}

.bl_hourstable .ico_foot {
  width: 35px;
  height: auto;
}

.bl_hourstable .close {
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: #8ab4b8;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bl_disc_list {
  list-style: disc;
  line-height: 1.8;
  margin-left: 1em;
}

.bl_disc_list li::marker {
  color: #8ab4b8;
}

.bl_sec_top_hours .bl_txtarea {
  font-size: 14px;
}


.bl_contact_list {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_contact_list li {
  width: 124px;
  height: 120px;
}

.bl_contact_list li a {
width: 100%;
height: 100%;
border: 1px solid #e3ccae;
letter-spacing: 0.1em;
 border-radius: 30px;
 background-color: #fff;
 color: #8ab4b8;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -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;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}

.bl_contact_list li a .ico {
  margin-top: -5px;
}

.bl_contact_list li a .txt {
  font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.bl_contact_list li a:hover {
  background-color: #8ab4b8;
  color: #fff;
}





/******************************
 footer
*******************************/
.ly_footer {
  background-image: url(../images/bg_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 100px 0 30px;
  color: #fff;
  position: relative;
}

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

.bl_footer_logo img {
  width: 453px;
  height: auto;
}

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

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

.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: 57px;
  height: 54px;
}

.bl_sns_list li.el_insta a {
  border-radius: 51% 49% 55% 45% / 50% 43% 57% 50%;
}

.bl_sns_list li.el_line a {
  border-radius: 52% 48% 43% 57% / 45% 38% 62% 55%;
}

.bl_sns_list li a img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(253deg) brightness(104%) contrast(106%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(253deg) brightness(104%) contrast(106%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bl_sns_list li a:hover {
  background-color: #fff;
}

.bl_sns_list li a:hover img {
  -webkit-filter: invert(84%) sepia(24%) saturate(329%) hue-rotate(137deg) brightness(80%) contrast(84%);
          filter: invert(84%) sepia(24%) saturate(329%) hue-rotate(137deg) brightness(80%) contrast(84%);
}



.ly_footer .bl_contact_list {
  width: 100%;
  margin: 30px 0;
}

.ly_footer .bl_contact_list li {
  width: 220px;
  height: 124px;
}

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

.ly_footer .bl_contact_list li a .txt {
  letter-spacing: 0.25em;
}

.copyright {
  font-size: 12px;
  font-family: maru-maru-gothic-asr-stdn, sans-serif;
  color: #fff;
  margin-right: -60px;
  text-align: right;
}


@media screen and (max-width: 1160px) {
  .bl_footer_logo {
    margin-left: -50px;
  }
  .copyright {
    margin-right: -50px;
  }
}

/******************************
 container
*******************************/
.bl_container {
  overflow: hidden;
  padding-top: 100px;
}

.bl_sec {
  position: relative;
}

.bl_sec_ptpb {
  padding: 100px 0;
}

.bl_sec_pt {
  padding-top: 100px;
}

.bl_sec_pb {
  padding-bottom: 100px;
}

.el_lv1Heading {
  text-align: center;
  margin-bottom: 100px;
}

.el_lv1Heading span {
  display: block;
}

.el_lv1Heading .jp {
  font-size: 38px;
  line-height: 1.4;
  color: #8ab4b8;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.el_lv1Heading .en {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #e2cbad;
  font-family: maru-maru-gothic-asr-stdn, sans-serif;
}

.el_lv2Heading {
  color: #8ab4b8;
  font-size: 28px;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}

.el_lv2Heading_s {
  font-size: 26px;
}

.el_lv2Heading_l {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 60px;
}


.bl {
  position: relative;
}

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

.bl_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_sec_intro .bl_page_kv {
  margin: 0 80px 70px;
}

@media screen and (max-width: 1100px) {
  .bl_sec_intro .bl_page_kv {
    margin: 0 30px 70px;
  }
}

.bl_sec_intro .bl_page_kv img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 30px;
}

.bl_page_index {
  background-image: url(../images/bg_noise.png);
  background-size: 50px 50px;
  background-repeat: repeat;
  padding: 40px 0;
  margin: 100px 0 0;
}

.bl_page_index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_page_index ul li {
  position: relative;
}

.bl_page_index ul li+li::before {
  content: "・";
  font-size: 23px;
  font-weight: 400;
  margin: 0 1em;
  color: #fff;
}

.bl_page_index ul li a {
  color: #fff;
  font-size: 23px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  position: relative;
}

.bl_page_index ul li a::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -8px;
  /* border-top: 3px dashed #e2cbad; */
  background-image: url(../images/line_dot_100.svg);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.bl_page_index ul li a:hover::before {
  width: 100%;
}



.bl_bg_be {
  background-image: url(../images/bg_be.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 40px 0;
}

.bl_bg_be .ly_cont {
  background-color: #fff;
  border-radius: 30px;
  padding-top: 50px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1160px) {
  .bl_bg_be .ly_cont {
    margin: 0 30px;
    padding: 50px 50px 80px;
  }
}


.bl_bg_underline {
  background-image: url(../images/line_dot_50.svg);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}





/******************************
 about
*******************************/
.bl_sec_about_intro .el_lv2Heading01 {
  margin-bottom: 230px;
}
.el_illust_about {
  position: absolute;
  top: 10px;
  right: -50px;
}

.bl_about_hours_inr {
  width: 850px;
  margin: 0 auto;
}


.bl_facility_line + .bl_facility_line {
  margin-top: 80px;
}

.bl_facility_line .bl_flexwrap {
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_facility {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.bl_facility img {
  width: 100%;
  height: 340px;
  height: 26.56vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
}

@media screen and (max-width: 1100px) {
  .bl_facility_l .bl_imgarea {
    margin-left: -60px;
  }
  
  .bl_facility_r .bl_imgarea {
    margin-right: -60px;
  }
  .bl_facility img {
    height: 340px;
  }
}

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

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

.bl_facility .bl_txtarea {
  width: 370px;
}

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

.bl_facility .bl_txtarea .el_ttl {
  color: #8ab4b8;
  font-size: 24px;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}

.bl_facility .bl_txtarea .el_note {
  font-size: 16px;
  color: #e2cbad;
  font-family: maru-maru-gothic-asr-stdn, sans-serif;
  line-height: 1.8;
}

.bl_facility_3col {
  width: 100%;
}

.bl_facility_3col .bl_imgarea {
  margin-left: calc((100vw - 980px) / -2);
  margin-right: calc((100vw - 980px) / -2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  width: calc(100vw - 120px);
}

@media screen and (max-width: 1100px) {
  .bl_facility_3col .bl_imgarea {
    margin-left: -60px;
    margin-right: -60px;
    width: 100%;
  }
}

.bl_facility_3col .bl_imgarea img {
  width: 33.3%;
}

.bl_facility_3col .bl_imgarea img:first-child {
  border-radius: 0 30px 30px 0;
}

.bl_facility_3col .bl_imgarea img:nth-child(2) {
  border-radius: 30px;
  -o-object-position: left center;
     object-position: left center;
}

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

.bl_facility_3col .bl_txtarea {
  width: 100%;
}




.bl_equipment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.bl_equipment_list li {
  width: 200px;
  margin-left: 60px;
  margin-bottom: 60px;
}

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

.bl_equipment_list img {
  border: 1px solid #88b2b6;
  border-radius: 30px;
  overflow: hidden;
  display: block;
}

.bl_equipment_list .el_txt {
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}

.bl_l_btn {
  width: 480px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 30px;
}

.bl_l_btn .ly_cont {
  border-radius: 10px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.bl_l_btn a {
  padding: 40px 0;
  display: block;
  font-size: 26px;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #8ab4b8;
  border-radius: 10px;
  cursor: pointer;
}

.bl_l_btn a span {
  position: relative;
  cursor: pointer;
}

.bl_l_btn a span:before {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -8px;
  border-top: 3px dashed #e2cbad;
}

.bl_l_btn a:hover span:before {
  width: 100%;
}

.bl_sec_about_access .bl_maparea {
  width: 50%;
  height: 420px;
}

.bl_sec_about_access .bl_maparea iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.bl_sec_about_access .bl_txtarea {
  width: 420px;
}

.bl_dl02_list dt {
  font-size: 12px;
  color: #e2cbad;
  font-family: maru-maru-gothic-asr-stdn, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.bl_dl02_list dd {
  line-height: 1.8;
}

.bl_dl02_list .dd01 {font-size: 18px;}
.bl_dl02_list .dd02 {font-size: 23px;}
.bl_dl02_list .dd03 {font-size: 16px;}
.bl_dl02_list .dd04 {font-size: 15px;}

.bl_dl02_list .dd02 {
  color: #8ab4b8 !important;
  letter-spacing: 0.2em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

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

.bl_bnrarea {
  margin-bottom: 100px;
}
.bl_bnrarea .bl_flexwrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.el_lv2Heading_ss {
  font-size: 24px;
}
.el_bnr {
  margin-right: 80px;
  display: inline-block;
}
.el_bnr img {
  width: 235px;
  height: auto;
}
.el_bnr_caloo img {
  margin-top: -3px;
}


/* staff */
.bl_profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
  position: relative;
}


.bl_profile_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 420px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}

.bl_profile_txt {
  width: 560px;
}

.bl_profile_name h2,
.bl_profile_name h3 {
  color: #8ab4b8;
  letter-spacing: 0.2em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.6;
}

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

.bl_profile_name p,
.bl_profile_info p {
  font-size: 15px;
  line-height: 1.8;
}

.bl_profile_name h3 {
  font-size: 28px;
  margin: 1em 0;
}

.bl_profile_info {
  margin-top: 16px;
}

.bl_profile_history {
  margin-top: 5px;
}

.bl_profile_history th,
.bl_profile_history td {
  padding: 5px 0;
  line-height: 1.6;
}

.bl_profile_history th {
  color: #8ab4b8;
  font-size: 14px;
  padding-right: 20px;
  white-space: nowrap;
}

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

.bl_profile_message {
  border: 3px dashed #f1e5d7;
  padding: 40px 60px;
  border-radius: 30px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  line-height: 1.8;
}

.bl_l_btn_about {
  margin-bottom: 140px;
}

/******************************
 departments
*******************************/
.bl_sec_departments .bl_departments_list:after {
  width: 450px;
}
.bl_sec_departments .bl_departments_list li {
  width: 450px;
}

.bl_sec_departments .bl_departments_list .bl_imgarea img {
  height: 380px;
}

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



.bl_sec_departments_intro .bl_imgarea {
  width: calc(50% + ((100vw - 980px)/2));
  margin-left: calc(-1 * (100vw - 980px) / 2);
}

@media screen and (max-width: 1100px) {
  .bl_sec_departments_intro .bl_imgarea {
    width: calc(50% + 60px);
    margin-left: -60px;
  }
}

.bl_sec_departments_intro .bl_imgarea img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 0 30px 30px 0;
}

.bl_sec_departments_intro .bl_txtarea {
  width: 415px;
}

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

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

.bl_sec_departments_troubles .el_lv2Heading {
  text-indent: -3em;
}

.bl_sec_departments_troubles .bl_troubles_list {
  list-style: disc;
  line-height: 1.6;
  margin-left: 1em;
  padding-bottom: 30px;
}

.bl_sec_departments_troubles .bl_troubles_list li::marker {
  color: #8ab4b8;
}

.bl_sec_departments_troubles .bl_troubles_list li {
  margin-bottom: 10px;
}

.bl_sec_departments_troubles .el_illust {
  position: absolute;
  bottom: -50px;
  left: 150px;
}

.bl_sec_departments_strengths .bl_strengths_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.bl_sec_departments_strengths .bl_strengths_list li {
  width: 260px;
}

.bl_sec_departments_strengths .bl_strengths_list dt {
  color: #8ab4b8;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.bl_sec_departments_strengths .bl_strengths_list dd {
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: justify;
}

.bl_sec_departments_services .el_txt {
  width: 680px;
  margin: 0 auto;
}




/******************************
 preventive
*******************************/
.bl_sec_preventive_intro .bl_txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 320px;
  position: relative;
}
.bl_sec_preventive_intro .bl_txtarea .el_lv2Heading {
  letter-spacing: 0.12em;
  margin-bottom: 90px;
}

.el_illust_preventive {
  position: absolute;
  top: 0;
  right: -60px;
}


.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: -60px;
}

.bl_preventive_ex_list::after {
  content:'';
  display: block;
  width: 450px;
}

.bl_preventive_ex_list li {
  width: 450px;
  margin-bottom: 60px;
}


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

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

.bl_preventive_ex_list .bl_txtarea .el_ttl {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #8ab4b8;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  padding-bottom: 2px;
  /* border-bottom: 3px dashed #e2cbae; */
  background-image: url(../images/line_dot_50.svg);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: inline-block;
}

.bl_preventive_ex_list .bl_txtarea .el_term {
  font-size: 18px;
  line-height: 1.6;
  color: #8ab4b8;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

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



/******************************
 welcome
*******************************/
.bl_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_flow_list:after {
  content: '';
  display: block;
  width: 280px;
}

.bl_flow_list > li {
  width: 280px;
  position: relative;
  margin-bottom: 80px;
}

.bl_flow_list .bl_circle_wrap {
  position: absolute;
  top: -10px;
  left: -10px;
}

.bl_flow_list .el_num {
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #8ab4b8;
  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;
}

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

.bl_flow_list li:first-child .bl_circle_wrap:after {
  -webkit-transform: rotate(-37.386deg);
  transform: rotate(-37.386deg);
}


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

.bl_flow_list li:nth-child(2) .bl_circle_wrap:after {
  -webkit-transform: rotate(-308.073deg);
  transform: rotate(-308.073deg);
}

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

.bl_flow_list li:nth-child(3) .bl_circle_wrap:after {
  -webkit-transform: rotate(-53.99deg);
  transform: rotate(-53.99deg);
}

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

.bl_flow_list li:nth-child(4) .bl_circle_wrap:after {
  -webkit-transform: rotate(-223.254deg);
  transform: rotate(-223.254deg);
}

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

.bl_flow_list li:nth-child(5) .bl_circle_wrap:after {
  -webkit-transform: rotate(-246.936deg);
  transform: rotate(-246.936deg);
}

.bl_flow_list .el_ttl {
  font-size: 20px;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #8ab4b8;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 45px;
}

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

.bl_flow_list .bl_contact_list {
  width: 280px;
  margin: 20px auto 0;
}

.bl_flow_list .bl_contact_list li {
  width: 90px;
  height: 100px;
}

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

.bl_flow_list .bl_contact_list li a .txt {
  font-size: 13px;
}

.bl_flow_list .el_illust {
  margin-left: -20px;
}

.bl_sec_welcome_items .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.bl_dlpaw_list {
  line-height: 1.8;
}

.bl_sec_welcome_caution .bl_dlpaw_list {
  width: 700px;
  margin: 0 auto;
}

.bl_dlpaw_list dt {
  color: #8ab4b8;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25em;
  font-size: 20px;
}

.bl_dlpaw_list dt:before {
  content: '';
  background-image: url(../images/ico_footprint.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  right: calc(100% + 8px);
  top: 6px;
}

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

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

.bl_sec_welcome_first {
  background-image: url(../images/line_be.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 140px;
}

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

.bl_first_list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_first_list li:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.bl_sec_welcome_first .bl_first_list li:first-child .bl_imgarea {
  padding: 120px 0;
}

.bl_sec_welcome_first .bl_first_list li:nth-child(2) .bl_imgarea {
  padding: 120px 0 0;
}

.bl_first_list .bl_txtarea {
  margin: 0 15px;
}


/******************************
 column
*******************************/
.bl_column_list {
  position: relative;
  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;
}

.bl_column_list::after {
  content:'';
  display: block;
  width: 260px;
}

.bl_column_list li {
  width: 260px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bl_column_list li:nth-child(3n+4):before {
  content: "";
  width: 980px;
  height: 3px;
  /* border-top: 3px dashed #e2cbae; */
  background-image: url(../images/line_dot_50.svg);
    background-size: 8px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
  position: absolute;
  top: -60px;
  left: 0;
}

.bl_column_list li a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  width: 100%;
}

.bl_column_list .bl_txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_column_list .bl_txtarea .el_ttl {
  font-size: 23px;
  line-height: 1.4;
  color: #8ab4b8;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bl_column_list .bl_txtarea .el_cate {
  font-size: 13px;
  line-height: 1;
  color: #e2cbae;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}


.bl_column_list .bl_txtarea .el_date {
  font-size: 11px;
  line-height: 1;
  color: #8ab4b8;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  text-align: right;
}

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

.bl_column_list .bl_imgarea img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.bl_column_list a:hover .bl_imgarea img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}


.bl_sec_related_columns .bl_column_list li {
  margin-bottom: 80px;
}

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

.bl_sec_related_columns .bl_column_list .bl_txtarea .el_ttl {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: inherit;
    font-family: inherit;
    margin-bottom: 10px;
}

.wp-pagenavi .pages {
  display: none !important;
}

.bl_pagination {
  text-align: center;
  margin: 0px 0 100px;
}

.bl_pagination a,
.bl_pagination span {
  font-size: 20px;
  color: #8ab4b8;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  border: none;
  display: inline-block;
}

.bl_pagination span.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 41px;
  height: 42px;
}

.bl_pagination span.current:after {
  content: '';
  width: 41px;
  height: 42px;
  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="none" 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-transform: rotate(37.386deg);
          transform: rotate(37.386deg);
}

.bl_pagination a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 41px;
}

.bl_pagination a:hover {
  color: #e3ccae;
}


/******************************
 art_column
*******************************/
.art .bl_h1wrap {
  width: 580px;
  margin: 0 auto 70px;
}

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

.art .bl_h1wrap .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;
}

.art .bl_h1wrap .el_cate {
  font-size: 13px;
  line-height: 1;
  color: #e2cbae;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}


.art .bl_h1wrap .el_date {
  font-size: 11px;
  line-height: 1;
  color: #8ab4b8;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  text-align: right;
  margin-left: 15px;
}


.art .bl_h1wrap .el_lv1Heading span {
  font-size: 30px;
  line-height: 1.6;
  text-align: left;
}

.art_kv {
  margin: 0 -70px 80px;
}

.art_kv img {
  width: 100%;
  height: 35.15vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  border-radius: 30px;
}

@media screen and (max-width: 1140px) {
  .art_kv {
    margin: 0 -50px 80px;
  }

  .art_kv img {
    height: 450px;
  }
}

.art_content {
  width: 840px;
  margin: 0 auto;
}

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

.art_content p {
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
}

.art_content * + p {
  margin: 0.5em 0;
}

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

.art_content h1 {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}

.art_content h2 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}

.art_content h3 {
  font-size: 18px;
  line-height: 1.6;
}

.art_content h4 {
  font-size: 16px;
  line-height: 1.6;
}
.art_content h5 {
  font-size: 16px;
  line-height: 1.6;
}

.art_content h6 {
  font-size: 16px;
  line-height: 1.6;
}



.art_content a {
  color: #8ab4b8;
  text-decoration: none;
}

.art_content a:hover {
  text-decoration: underline;
}

.art_content img {
  width: 100%;
  height: auto;
}

.art_content ol {
  list-style: decimal;
}

.art_content ul {
  list-style: disc;
}

.art_content ol li,
.art_content ul li {
  list-style-position: inside;
  margin-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.8;
}

.bl_circle_wrap {
  position: relative;
  display: inline-block;
}

.bl_circle_wrap: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="none" 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;
}

.art .bl_back_wrap {
  text-align: right;
  margin: 100px auto;
  width: 840px;
}

.art .bl_back_wrap .bl_circle_wrap:after {
  width: 76px;
  height: 72px;
  -webkit-transform: rotate(289.521deg);
          transform: rotate(289.521deg);
}

.art .bl_back_wrap .bl_circle_wrap:hover:after {
  -webkit-transform: rotate(244deg);
          transform: rotate(244deg);
}

.art .bl_back_wrap a {
  font-size: 20px;
  color: #8ab4b8;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  width: 76px;
  height: 72px;
  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;
  text-indent: 5px;
}



/******************************
 trimming
*******************************/
.bl_trimming_kv .el_lv2Heading .el_ttl {
  display: block;
  margin: 10px 0 50px;
}

.bl_trimming_kv .bl_kv_logo {
  width: 184px;
  height: 223px;
}

.bl_trimming_kv .el_illust {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.bl_trimming_photos {
  margin-top: 120px;
}

.bl_trimming_photos .bl_facility_3col .bl_imgarea {
  width: 100vw;
}

@media screen and (max-width: 1100px) {
  .bl_trimming_photos .bl_facility_3col .bl_imgarea {
    width: 100%;
  }
}

.bl_sec_trimming_policy .ly_cont {
  padding-top: 80px;
}

.bl_sec_trimming_policy .el_policy_txt {
  color: #8ab4b8;
  font-size: 24px;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 100px;
  text-align: center;
}

.bl_sec_trimming_policy .bl_flexwrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_sec_trimming_policy .bl_flexwrap > * {
  width: 450px;
}

.bl_sec_trimming_policy .el_txt {
  line-height: 2.5;
}

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

.bl_stylist_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 80px;
  padding-bottom: 120px;
}

.bl_stylist_profile .bl_txtwrap {
  padding: 40px 45px;
  border: 2px dashed #f1e5d7;
  border-radius: 20px;
  width: 460px
}

.bl_stylist_profile .col01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -45px;
  right: 50px;
}

.bl_stylist_profile .col01 .el_name {
  color: #8ab4b8;
  font-size: 26px;
  letter-spacing: 0.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-right: 60px;
}

.bl_stylist_profile .col03 {
  left: 60px;
  bottom: 0;
}

.bl_stylist_profile .col04 {
  margin-top: 340px;
}

.bl_stylist_profile .bl_imgwrap {
  position: absolute;
}

.bl_trimming_insta {
  width: 420px;
  margin-bottom: 100px;
}

.bl_trimming_insta a {
  position: relative;
  padding: 30px 0;
}

.bl_trimming_insta .ico_insta {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.bl_trimming_insta .ico_follow {
  position: absolute;
  top: 15px;
  left: 30px;
  -webkit-filter: invert(84%) sepia(24%) saturate(329%) hue-rotate(137deg) brightness(80%) contrast(84%);
          filter: invert(84%) sepia(24%) saturate(329%) hue-rotate(137deg) brightness(80%) contrast(84%);
}















/* animation */
.fadeup {
  opacity: 0;
}
.fadeup.is-animated {
  -webkit-animation: fadeup 1.3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1.3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
 
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


/* 複数フェードアップ */
.fadeupwrap > * {
    opacity: 0;
}

 .fadeupwrap.is-animated > * {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadeupwrap.is-animated > *:nth-child(2){
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.fadeupwrap.is-animated > *:nth-child(3){
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.fadeupwrap.is-animated > *:nth-child(4){
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeupwrap.is-animated > *:nth-child(5){
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.fadeupwrap.is-animated > *:nth-child(6){
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fadeupwrap.is-animated > *:nth-child(7){
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.fadeupwrap.is-animated > *:nth-child(8){
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.fadeupwrap02.is-animated > *:nth-child(2){
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.fadeupwrap02.is-animated > *:nth-child(3){
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.fadeupwrap02.is-animated > *:nth-child(4){
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.fadeupwrap02.is-animated > *:nth-child(5){
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.fadeupwrap02.is-animated > *:nth-child(6){
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeupwrap02.is-animated > *:nth-child(7){
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeupwrap02.is-animated > *:nth-child(8){
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
