/*----------------------------------------------------
facility
----------------------------------------------------*/
#main b {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}

#main .inner_cont .title .box div {
  display: inline-block;
  text-align: left;
  height: calc(100% - 25.2px);
  position: relative;
}
#main .inner_cont .title .box div h2 {
  line-height: 0.9em;
  padding-top: 23%;
  display: block;
}
#main .inner_cont .title .box div h2 span {
  letter-spacing: 0.1em;
}
#main .inner_cont .title .box div a {
  margin-top: 80px;
  display: inline-block;
  border: #9f9fa0 1px solid;
  width: 180px;
  padding: 7px 15px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main .inner_cont .title .box div a::after {
  background: url(../../common/images/pct_link_a.png);
  width: 11px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  content: "";
}
#main .inner_cont .title .box div a:hover {
  background-color: #f8f6f4;
  opacity: 1;
}

.faci_list .faci_title {
  display: none;
}
.faci_list .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.faci_list .flexbox .photo {
  width: 62.5%;
}
.faci_list .flexbox .photo .slider {
  width: 100%;
  margin-bottom: 15px;
}
.faci_list .flexbox .photo .thumbs {
  width: 100%;
}
.faci_list .flexbox .photo .thumbs .slick-slide img {
  opacity: 0.5;
}
.faci_list .flexbox .photo .thumbs .slick-slide img:hover {
  cursor: pointer;
}
.faci_list .flexbox .photo .thumbs .slick-current img {
  opacity: 1 !important;
}
.faci_list .flexbox .photo .thumbs .slick-track li {
  border-right: solid white 5px;
}
.faci_list .flexbox .text {
  width: calc(37.5% - 65px);
  font-size: 15px;
}
.faci_list .flexbox .text h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 55px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  line-height: 2em;
  position: relative;
}
.faci_list .flexbox .text h3::after {
  content: "";
  width: 1px;
  height: 27px;
  border-left: 1px solid #1d1d1f;
  margin: 10px 0 10px 27px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faci_list .flexbox .text h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.faci_list .flexbox .text h4 span {
  font-size: 14px;
  display: block;
}
.faci_list .flexbox .text p {
  margin-bottom: 35px;
  text-align: justify;
}
.faci_list .flexbox .text ol li {
  text-indent: -15px;
  margin: 0 0 5px 15px;
  line-height: 150%;
  font-size: 14px;
}
.faci_list .flexbox .text .link_in_btn {
  max-width: 205px;
}

#work {
  padding: 0px 100px 90px 100px;
}
#work .service {
  padding: 36px 0;
  border-top: 1px solid #1d1d1f;
  border-bottom: 1px solid #1d1d1f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#work .service img {
  width: 300px;
}
#work .service div {
  font-size: 14px;
  width: calc(100% - 400px);
  padding-right: 50px;
}
#work .service div h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

#faci {
  padding: 0px 100px 80px 100px;
}
#faci h2 {
  font-size: 57px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
  margin-bottom: 40px;
}
#faci h2 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  font-size: clamp(14px, 1.8vw, 16px);
  display: block;
  letter-spacing: 0.5rem;
  padding-left: 5px;
}
#faci .shop .photo {
  width: calc(50% + 5px);
}
#faci .shop .text {
  width: 45%;
}
#faci .shop .text h4 {
  font-size: 18px;
}
#faci .shop .text p {
  margin-bottom: 20px;
}
#faci .shop .text ol {
  margin-bottom: 30px;
}
#faci .shop .text ol li:first-child {
  font-size: 15px;
  margin-bottom: 15px;
}
#faci #other .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0px;
}
#faci #other .flexbox h3 {
  width: 200px;
  font-size: 18px;
  font-weight: 600;
}
#faci #other .flexbox .text {
  width: calc(100% - 200px);
}
#faci #other .flexbox .text dl {
  border-top: solid #9c9c9d 1px;
  font-size: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#faci #other .flexbox .text dl dt {
  width: 250px;
  border-bottom: solid #9c9c9d 1px;
  font-weight: 600;
  padding: 17px 0 17px 10px;
}
#faci #other .flexbox .text dl dt:last-child {
  width: 100%;
}
#faci #other .flexbox .text dl dd {
  width: calc(100% - 260px);
  border-bottom: solid #9c9c9d 1px;
  padding: 17px 0;
  font-size: 14px;
}
#faci #other .flexbox .text dl dd a {
  text-decoration: underline;
}

@media screen and (max-width: 1360px) {
  #main .inner_cont .title .photo {
    height: 390px;
    background: url(../images/main_sp.jpg) top center no-repeat;
    background-size: auto 100%;
  }
  #main .inner_cont .title .photo.pc img {
    display: none;
  }
  #main .inner_cont .title .box div h2 {
    padding-top: 81px;
  }
}
@media screen and (max-width: 900px) {
  #main {
    position: relative;
    padding: 60px 0 0 0;
  }
  #main .inner_cont {
    padding: 0 0 0 0;
    position: relative;
  }
  #main .inner_cont .title {
    display: block;
  }
  #main .inner_cont .title .photo {
    width: 100%;
    height: auto;
  }
  #main .inner_cont .title .box {
    width: 100%;
    padding: 30px 30px 0 30px;
  }
  #main .inner_cont .title .box h1 {
    display: none;
  }
  #main .inner_cont .title .box div {
    display: block;
    width: calc(100% - 60px);
  }
  #main .inner_cont .title .box div h2 {
    text-align: left;
    padding: 0;
    font-size: 46px;
    margin-bottom: 15px;
    display: block;
  }
  #main .inner_cont .title .box div a {
    margin-top: 0;
    width: calc(100% - 32px);
    margin-bottom: 20px;
    position: relative;
  }
  #main .inner_cont .text {
    width: 100%;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
  }
  #main .inner_cont .text::before {
    display: none;
  }
  #main .inner_cont .text h3 {
    font-size: 17px;
    letter-spacing: 0.02rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 160%;
  }
  #main .inner_cont .text p {
    padding-right: 0px;
  }
  .faci_list .faci_inner {
    position: relative;
    display: none;
  }
  .faci_list .faci_title {
    position: relative;
    display: block;
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f6f4f1;
    border-bottom: solid #9f9fa0 1px;
    cursor: pointer;
  }
  .faci_list .faci_title span {
    font-size: 12px;
    display: block;
  }
  .faci_list .faci_title::after {
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background: url(../../common/images/arrow.png) top left;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    transition: 0.4s;
  }
  .faci_list .faci_title.active::after {
    transform: rotate(-180deg);
    transition: 0.4s;
  }
  .faci_list .flexbox {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .faci_list .flexbox .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .faci_list .flexbox .photo .slider {
    padding-right: 0;
    margin-bottom: 7px;
  }
  .faci_list .flexbox .text {
    width: 100%;
    font-size: 15px;
    text-align: justify;
  }
  .faci_list .flexbox .text h3 {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.6;
    padding-bottom: 0;
    font-weight: 600;
  }
  .faci_list .flexbox .text h3::after {
    content: none;
  }
  .faci_list .flexbox .text h4 {
    display: none;
  }
  .faci_list .flexbox .text p {
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .faci_list .flexbox .text ol {
    margin-bottom: 30px;
  }
  .faci_list .flexbox .text ol li {
    font-size: 14px;
    text-indent: -14px;
    margin: 0 0 5px 14px;
    line-height: 150%;
  }
  .faci_list .flexbox .text .link_in_btn {
    max-width: 100%;
    box-sizing: border-box;
  }
  #work {
    padding: 30px 30px 12px 30px;
  }
  #work .service {
    flex-direction: column;
    border: none;
    padding-top: 20px;
  }
  #work .service img {
    width: 100%;
  }
  #work .service div {
    width: 100%;
    padding: 0;
  }
  #work .service div h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
  }
  #work .service div p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
  }
  #faci {
    padding: 30px 30px 80px 30px;
  }
  #faci h2 {
    text-align: left;
    padding: 0;
    font-size: 46px;
    margin-bottom: 15px;
    display: block;
  }
  #faci .faci_list .faci_inner {
    position: relative;
    display: none;
  }
  #faci .faci_list .faci_list_title {
    position: relative;
    display: block;
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f6f4f1;
    border-bottom: solid #9f9fa0 1px;
    cursor: pointer;
  }
  #faci .faci_list .faci_list_title::after {
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background: url(../../common/images/arrow.png) top left;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    transition: 0.4s;
  }
  #faci .faci_list .faci_list_title.active::after {
    transform: rotate(-180deg);
    transition: 0.4s;
  }
  #faci .faci_list .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #faci .faci_list .text {
    width: 100%;
  }
  #faci .faci_list .text h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #faci .faci_list .text ol li {
    font-size: 14px !important;
  }
  #faci #other .flexbox h3 {
    display: none;
  }
  #faci #other .flexbox .text {
    width: 100%;
  }
  #faci #other .flexbox .text dl {
    font-size: 14px;
    letter-spacing: 0;
  }
  #faci #other .flexbox .text dl dt {
    width: 100%;
    padding: 15px 10px 5px 10px;
    border-bottom: 0;
  }
  #faci #other .flexbox .text dl dd {
    width: 100%;
    padding: 0 10px 15px 10px;
  }
}/*# sourceMappingURL=style.css.map */