@charset "UTF-8";
/*-------------------------------------------------------------
リセット
-------------------------------------------------------------*/
/*variable*/
/*variable*/
/*variable*/
/*mixin*/
/*beforeやafterの共通項目*/
/*mixin*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.is-inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*-------------------------------------------------------------
library：他から使用したCSS
-------------------------------------------------------------*/
.slick-slide {
  height: auto !important;
}

.slick-list {
  padding-left: 0 !important;
}

.slick-dots-customize {
  width: 90%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 16px;
}
.slick-dots-customize li + li {
  margin-left: 12px;
}
.slick-dots-customize li button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 8px;
  color: transparent;
  background-color: #def1fb;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  outline: none;
  cursor: pointer;
}
.slick-dots-customize li.slick-active button {
  background-color: #5d95b7;
}

@media (hover: hover) {
  .slick-dots-customize li button:hover {
    background-color: #b1e1fb;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots-customize {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .slick-dots-customize li + li {
    margin-left: 20px;
  }
}
/*-------------------------------------------------------------
library：他から使用したCSS
-------------------------------------------------------------*/
.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slider__nav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.slider-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.slider-bullet__text {
  color: #fff;
  font-size: 0.65rem;
  margin-right: 1rem;
}
.slider canvas {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/*-------------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:top;*/
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align:top;*/
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
}

table, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

img {
  vertical-align: top;
  border: 0;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

input[type=text], input[type=submit], textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-------------------------------------------------------------
common
-------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px;
  min-width: 375px;
  color: #141414;
  position: relative;
  background-color: #fff;
  line-height: 1.8;
}

h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}

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

a {
  text-decoration: none;
  color: #141414;
  cursor: pointer;
}

p > a {
  color: #5EB736;
  text-decoration: underline;
  opacity: 1;
}

ul li {
  line-height: 1.6;
}

table th, table td {
  line-height: 1.6;
}

input {
  border: none;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  color: #c3c3c3;
}
input::-moz-placeholder {
  color: #c3c3c3;
}
input:-ms-input-placeholder {
  color: #c3c3c3;
}
input::-ms-input-placeholder {
  color: #c3c3c3;
}
input::placeholder {
  color: #c3c3c3;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@media (hover: hover) {
  a img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a img:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
}
/*-------------------------------------------------------------
l-：layer/大枠のレイアウトを整える
-------------------------------------------------------------*/
.l-section__wrap {
  padding: 70px 8% 90px;
  margin: 0 auto;
}
.l-section--main-header .l-section__wrap {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.l-section--first .l-section__wrap {
  padding-top: 10px !important;
}

/*-------------------------------------------------------------
Utility/プロパティ単体での指定を補助
-------------------------------------------------------------*/
.u-br-1300 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .u-br-1300 {
    display: block;
  }
}
/*-------------------------------------------------------------
component/Projectに組み込める
-------------------------------------------------------------*/
.c-button {
  display: block;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #181818;
  border-radius: 25px;
}
.c-button__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.c-button-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px 8px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 55, 0.5);
          box-shadow: 0 0 5px rgba(55, 55, 55, 0.5);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 999;
}
.c-button-menu span {
  position: relative;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #141414;
}
.c-button-menu span:before, .c-button-menu span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #141414;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  left: 0;
}
.c-button-menu span:before {
  top: -8px;
}
.c-button-menu span:after {
  bottom: -8px;
}
.c-button-menu--close span {
  background-color: transparent;
}
.c-button-menu--close span:before {
  -webkit-transform: translateY(8px) rotate(30deg);
          transform: translateY(8px) rotate(30deg);
}
.c-button-menu--close span:after {
  -webkit-transform: translateY(-8px) rotate(-30deg);
          transform: translateY(-8px) rotate(-30deg);
}
.c-button-menu.is--fixed {
  position: fixed;
  visibility: visible;
  top: 0;
  right: 0;
  background-color: #181818;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.c-button-menu.is--fixed.is--none {
  opacity: 0;
  visibility: hidden;
}
.c-button-menu.is-bg {
  background-color: #fff;
}

/*-------------------------------------------------------------
project / 大きめのパーツ
-------------------------------------------------------------*/
/*/////共通/////*/
.p-body__inner {
  display: grid;
  grid-template-columns: 1fr minmax(400px, 0.5fr) minmax(460px, 1fr);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.p-body.is-noScroll {
  overflow: hidden;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #E2EEF2;
  position: sticky;
  overflow-y: auto;
}

.p-main-header__logo {
  display: block;
  width: 70%;
  max-width: 280px;
  margin: 0 auto;
}
.p-main-header__menu {
  display: none;
}
.p-main-header__title {
  margin: 40px 0 20px;
  text-align: center;
  color: #7589bd;
}
.p-main-header__title__english {
  display: block;
  font-size: clamp(22px, 2vw, 26px);
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.p-main-header__title__japanese {
  display: block;
  margin: 5px auto 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25em;
}
.p-main-header__title02 {
  margin-top: 10px;
  font-size: 20px;
  color: #545FA1;
  letter-spacing: 0.3em;
  text-align: center;
}
.p-main-header__title-detail {
  margin-top: 24px;
  padding: 15px 15px 17px;
  text-align: center;
  color: #fff;
  background-color: #5d95b7;
}
.p-main-header__title-detail__english {
  display: block;
  font-size: clamp(22px, 2vw, 26px);
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.p-main-header__title-detail__japanese {
  display: block;
  margin: 5px auto 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.p-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  padding: 50px 0 30px;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  padding: 0 4%;
  background-color: #E2EEF2;
  overflow: hidden;
  z-index: 888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: auto;
}
.p-menu.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-menu.is-show {
  opacity: 1;
  visibility: visible;
}

.p-navigation {
  width: 50%;
  min-width: 280px;
  max-width: 480px;
  padding: 30px 0;
  margin: 0 auto;
}
.p-navigation__logo {
  display: block;
  width: 70%;
  max-width: 240px;
  margin: 0 auto;
}
.p-navigation__button {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 5%;
  grid-template-columns: minmax(140px, 0.4fr) minmax(140px, 0.4fr);
  margin-top: 50px;
}
.p-navigation__button__contents {
  display: block;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #181818;
  border-radius: 25px;
}
.p-navigation__button__contents__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.p-navigation__bnr {
  display: block;
  margin-top: 20px;
}
.p-navigation__sns {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 10%;
  grid-template-columns: minmax(33px, 1fr) minmax(33px, 1fr) minmax(33px, 1fr) minmax(33px, 1fr);
  width: 60%;
  max-width: 340px;
  min-width: 240px;
  margin: 50px auto;
}
.p-navigation__sns__contents {
  width: 100%;
}
.p-navigation--sp .p-navigation__logo {
  width: 50%;
}

.p-main {
  background-color: #fff;
}

.p-photo {
  height: 100vh;
  position: sticky;
  top: 0;
}

.p-access {
  background-color: #5d95b7;
  color: #fff;
}
.p-access__title {
  margin-bottom: 40px;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.p-access__googleMap {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.p-access__contents + .p-access__contents {
  margin-top: 40px;
}
.p-access__contents__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-access__contents__text {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-access__contents__img {
  display: block;
  margin-top: 20px;
}
.p-access__contents__textLink {
  display: block;
  text-decoration: underline;
  color: #fff;
}

.p-footer {
  display: none;
  padding: 25px 0 82px;
}
.p-footer__sns {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 10%;
  grid-template-columns: minmax(33px, 1fr) minmax(33px, 1fr) minmax(33px, 1fr) minmax(33px, 1fr);
  width: 50%;
  max-width: 290px;
  min-width: 220px;
  margin: 0 auto;
}
.p-footer__sns__contents {
  width: 100%;
}
.p-footer__button {
  position: fixed;
  bottom: 2%;
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 5%;
  grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr);
  width: 100%;
  padding: 0 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer__button__contents {
  display: block;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #181818;
  border-radius: 25px;
}
.p-footer__button__contents__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.p-footer__button.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-footer__button.is-show {
  opacity: 1;
  visibility: visible;
}

.p-slider {
  width: 100%;
  height: 100%;
}
.p-slider__contents {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-slider--sp .p-slider__contents {
  height: 120vw;
}

/*/////TOPページ/////*/
.p-mv {
  padding: clamp(50px, 4.5vw, 100px) 0 clamp(70px, 6vw, 120px);
}
.p-mv__menu {
  display: none;
}
.p-mv__copy {
  text-align: center;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-mv__title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  letter-spacing: 0.25em;
}
.p-mv__title__logo {
  width: 60%;
  margin-top: 30px;
}
.p-mv__title__img {
  display: block;
  width: 65%;
  max-width: 380px;
  margin: clamp(30px, 2.2vw, 50px) auto 0;
}
.p-mv__title__text {
  display: block;
  margin-top: 25px;
  color: #7589bd;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
}
.p-mv__day {
  display: block;
  width: 68%;
  margin: 30px auto;
}
.p-mv__bodyCopy {
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
.p-mv__photo {
  display: none;
}

.p-recommend {
  background-color: #5d95b7;
  color: #fff;
}
.p-recommend__title {
  text-align: center;
  margin-bottom: 40px;
}
.p-recommend__title__english {
  display: block;
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.p-recommend__title__japanese {
  display: block;
  margin: 10px auto 0;
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 400;
  letter-spacing: 0.25em;
}
.p-recommend__bnr {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.p-recommend__button {
  width: 80%;
  margin: 30px auto 0;
}

.p-news {
  background-color: #C1D1E3;
  color: #fff;
}
.p-news__top-wrap {
  padding: 40px 8% 40px;
  margin: 0 auto;
}
.p-news__title {
  color: #38566A;
  margin-bottom: 40px;
}
.p-news__title__english {
  display: block;
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.p-news a {
  color: #38566A;
}
.p-news a time {
  display: block;
  margin: 5px 0 3px;
}
.p-news a p {
  text-decoration: underline;
  margin-bottom: 20px;
}
.p-news__button {
  width: 80%;
  margin: 30px auto 0;
}

.p-about__contents + .p-about__contents {
  margin-top: 70px;
}
.p-about__title {
  margin-bottom: 40px;
  color: #38566a;
  font-size: clamp(22px, 1.5vw, 28px);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-about__text {
  margin: 20px 0;
  font-size: 14px;
  color: #38566a;
}
.p-about__image {
  margin: 40px 0;
}
.p-about__union {
  display: block;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}
.p-about *:last-of-type {
  margin-bottom: 0;
}

.p-doctor__title {
  margin-bottom: 40px;
  color: #38566a;
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.p-doctor__doctor + .p-doctor__doctor {
  margin-top: 60px;
}
.p-doctor__doctor__photo {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
}
.p-doctor__doctor__day {
  width: 80%;
  max-width: 320px;
  margin: 20px auto 0;
  padding: 4px 10px 6px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background-color: #38566a;
}
.p-doctor__doctor__title {
  margin: 20px auto 0px;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 10px 0;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  color: #38566a;
  text-align: center;
}
.p-doctor__doctor__title__career {
  padding: 0 15px 8px;
  font-size: 14px;
  border-bottom: 1px #38566a solid;
  width: 100%;
  letter-spacing: 0.25em;
}
.p-doctor__doctor__title__name {
  padding: 0 15px 0;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.05em;
}
.p-doctor__doctor__text {
  margin: 15px 0;
  color: #38566a;
  text-align: center;
}
.p-doctor__doctor__title-sub {
  margin: 30px 0 20px;
  padding: 4px 15px 6px;
  border: 1px #38566a solid;
  border-radius: 5px;
  color: #38566a;
  text-align: center;
}
.p-doctor__doctor__list {
  display: grid;
  gap: 8px 0;
}
.p-doctor__doctor__list li {
  color: #38566a;
  font-size: clamp(13px, 1vw, 16px);
}

/*/////おすすめ一覧ページ/////*/
.p-recommend-list {
  color: #38566A;
}
.p-recommend-list__bnr {
  display: grid;
  gap: 15px;
}
.p-recommend-list__button {
  margin-top: 40px;
}
.p-recommend-list .camp-title {
  margin: 0 auto 25px;
}
.p-recommend-list .camp-title h3 {
  padding: 0 4%;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}
.p-recommend-list .camp-title time {
  padding: 0 4%;
  display: block;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 18px;
}
.p-recommend-list .camp-title p {
  padding: 0 4%;
  text-align: center;
  line-height: 1.6;
}

/*/////お知らせ一覧ページ/////*/
.p-news-list li {
  padding: 5px 10px;
  border-bottom: 1px dashed #C5CDD2;
}
.p-news-list li a {
  color: #38566A;
}
.p-news-list li a time {
  display: block;
  margin: 5px 0 3px;
}
.p-news-list li a p {
  text-decoration: underline;
  margin-bottom: 20px;
}

/*/////お知らせ詳細・おすすめ詳細ページ/////*/
.p-news-detail {
  padding: 30px 4% 70px;
  color: #38566A;
}
.p-news-detail .margin-bottom30 {
  margin-bottom: 30px;
}
.p-news-detail .margin-bottom20 {
  margin-bottom: 10px;
}
.p-news-detail .margin-bottom10 {
  margin-bottom: 10px;
}
.p-news-detail .margin-bottom0 {
  margin-bottom: 0;
}
.p-news-detail .card {
  background-color: #E2EEF2;
  border-radius: 10px;
  padding: 30px 15px;
}
.p-news-detail .card img {
  width: 100%;
}
.p-news-detail .detail-wrap {
  padding: 0 4% 20px;
  margin: 0 auto;
}
.p-news-detail time {
  display: block;
  margin: 5px 0 3px;
}
.p-news-detail h3 {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-news-detail h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.p-news-detail h5 {
  color: #fff;
  background-color: #5D92B4;
  border-radius: 20px;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 15px;
}
.p-news-detail h6 {
  text-align: center;
  margin-bottom: 30px;
}
.p-news-detail section {
  margin-bottom: 50px;
}
.p-news-detail p {
  margin-bottom: 20px;
}
.p-news-detail .number-list {
  counter-reset: number; /*数字をリセット*/
}
.p-news-detail .number-list li {
  position: relative;
  padding-left: 45px;
  font-weight: bold;
}
.p-news-detail .number-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #5D92B4;
  color: #fff;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  top: 2px;
}
.p-news-detail .number-list li p {
  font-weight: normal;
}
.p-news-detail .subtitle {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.p-news-detail .inner-img {
  display: block;
  margin: 0 auto 30px;
  width: 80%;
}
.p-news-detail .img-shadow {
  -webkit-filter: drop-shadow(3px 3px 3px #aaa);
          filter: drop-shadow(3px 3px 3px #aaa);
}
.p-news-detail .point {
  padding: 15px;
  border: 2px #38566A solid;
  border-radius: 10px;
  position: relative;
}
.p-news-detail .point li {
  position: relative;
  left: 0;
  text-align: left;
  padding-left: 45px;
  margin-bottom: 20px;
}
.p-news-detail .point li p {
  margin-bottom: 0;
}
.p-news-detail .point li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/img/ico/ico_point.svg") no-repeat center;
}
.p-news-detail .point li:last-of-type {
  margin-bottom: 0;
}
.p-news-detail .person {
  position: relative;
}
.p-news-detail .person li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px #C1CAD0;
}
.p-news-detail .faq {
  border-bottom: solid 1px #C1CAD0;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.p-news-detail .faq:last-of-type {
  border-bottom: none;
}
.p-news-detail .faq dt, .p-news-detail .faq dd {
  position: relative;
  padding-left: 45px;
}
.p-news-detail .faq dt:before, .p-news-detail .faq dd:before {
  border-radius: 50%;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}
.p-news-detail .faq dt {
  margin-bottom: 20px;
}
.p-news-detail .faq dt:before {
  content: "Q";
  background: #38566A;
}
.p-news-detail .faq dd:before {
  content: "A";
  background: #C42C76;
}
.p-news-detail .precautions {
  padding: 25px;
  margin: 0 10px;
  border: 1px #D3566A solid;
  border-radius: 10px;
  position: relative;
}
.p-news-detail .precautions h4 {
  font-weight: bold;
  color: #D3566A;
  margin-bottom: 10px;
}
.p-news-detail .precautions span {
  display: block;
  font-size: 16px;
  color: #D3566A;
  margin-bottom: 20px;
}
.p-news-detail .precautions li {
  position: relative;
  left: 0;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.p-news-detail .precautions li:before {
  content: "";
  background: #D3566A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
}
.p-news-detail .slider {
  width: 100%;
  height: 100%;
}
.p-news-detail .slider .slider-contents {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-news-detail .slider .slider-contents img {
  width: 100%;
  margin-bottom: 0 !important;
}
.p-news-detail .slider .slider-contents p {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #5d95b7;
  color: #fff;
  padding: 5px 0;
}
.p-news-detail .slider .slider-contents .down-arrow {
  width: 0;
  height: 0;
  border-bottom: solid 15px transparent;
  border-top: solid 15px #5d95b7;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  display: block;
  margin: 25px auto 10px;
}

/*/////施術一覧ページ/////*/
.p-price-list {
  color: #38566A;
}
.p-price-list h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #7589bd;
  width: 100%;
  padding: 5px 0;
  margin-top: 50px;
  margin-bottom: 20px;
}
.p-price-list h4 {
  font-size: 18px;
  text-align: center;
  border: 1px solid #395669;
  border-radius: 10px;
  padding: 5px 0;
  margin: 40px 0 25px;
}
.p-price-list h5 {
  font-size: 16px;
  text-align: center;
  margin: 25px 0 25px;
}
.p-price-list__local-nav {
  gap: 15px;
  background-color: #5d95b7;
  width: 100%;
  padding: 20px 30px;
  margin-top: 30px;
  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;
}
.p-price-list__local-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  line-height: 1.2;
  width: 47%;
  height: 50px;
  border-radius: 30px;
}
.p-price-list__local-nav li a {
  color: #38566a;
}
.p-price-list table {
  width: 100%;
  border: 1px solid #C5CDD2;
  margin-bottom: 15px;
  border-radius: 10px;
  font-weight: bold;
}
.p-price-list table th {
  position: relative;
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #C5CDD2;
}
.p-price-list table th mark {
  font-size: 12px;
  color: #38566a;
  background-color: #fff;
  padding: 3px 6px;
  margin-right: 10px;
  border-radius: 3px;
}
.p-price-list table td {
  padding: 5px 10px;
  text-align: right;
  border-bottom: 1px dashed #C5CDD2;
}
.p-price-list table tr .note {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  border-bottom: none;
}
.p-price-list table tr:last-child td {
  border-bottom: none;
}
.p-price-list table span {
  color: #D16873;
}
.p-price-list table del {
  -webkit-text-decoration: line-through 1px solid #9DAAB5;
          text-decoration: line-through 1px solid #9DAAB5;
}
.p-price-list table .onlyAB {
  padding-left: 50px;
}
.p-price-list table .onlyAB:before {
  content: "";
  background-image: url("../img/ico/ico_onlyAB.png");
  position: absolute;
  background-size: 60px;
  width: 60px;
  height: 60px;
  top: -15px;
  left: -20px;
}
.p-price-list table .item-note {
  display: inline;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px;
}
.p-price-list__button {
  margin-top: 40px;
}

@media (hover: hover) {
  .c-button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-button:hover {
    opacity: 0.6;
  }
  .c-button-menu {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-button-menu:hover {
    opacity: 0.6;
  }
  .p-navigation__button__contents {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-navigation__button__contents:hover {
    opacity: 0.6;
  }
  .p-navigation__sns__contents {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-navigation__sns__contents:hover {
    opacity: 0.6;
  }
  .p-footer__button__contents {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-footer__button__contents:hover {
    opacity: 0.6;
  }
}
@media screen and (max-height: 700px) {
  .p-header {
    display: block;
  }
  .p-menu {
    display: block;
  }
}
@media screen and (width <= 1300px) {
  .p-body__inner {
    display: grid;
    grid-template-columns: 100px 1fr minmax(350px, 1.5fr);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .p-header {
    display: block;
  }
  .p-mv__title {
    width: 65%;
  }
  .p-mv__title__logo {
    display: block;
    margin: clamp(18px, 1vw, 30px) auto 0;
    width: 85%;
  }
  .p-mv__title__img {
    width: 95%;
  }
}
@media screen and (width <= 1300px) and (width >= 980px) {
  .p-navigation {
    width: 90%;
    min-width: auto;
    max-width: auto;
  }
  .p-navigation__logo {
    display: none;
  }
  .p-navigation__button {
    grid-auto-flow: row;
    gap: 5%;
    grid-template-columns: none;
    margin-top: 0;
  }
  .p-navigation__button__contents {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }
  .p-navigation__bnr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-navigation__sns {
    grid-auto-flow: row;
    grid-template-columns: none;
    width: 38px;
    max-width: auto;
    min-width: auto;
    margin: 60px auto;
  }
}
@media screen and (max-width: 980px) {
  .p-body__inner {
    display: grid;
    grid-template-columns: 0 minmax(350px, 1fr) minmax(350px, 1fr);
  }
  .p-mv__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 30px;
    left: calc(50% - 8vw);
  }
  .p-main-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 30px;
    left: calc(50% - 8vw);
  }
  .p-main-header__logo {
    margin: 0;
  }
}
@media screen and (width <= 760px) {
  .p-body__inner {
    display: block;
  }
  .p-header {
    display: none;
  }
  .p-main {
    width: 100%;
  }
  .p-mv {
    padding: clamp(40px, 12vw, 100px) 0 0;
    border-top-width: 8px;
  }
  .p-mv__title {
    width: 40%;
    min-width: 180px;
    font-size: clamp(18px, 4vw, 26px);
  }
  .p-mv__title__logo {
    width: 80%;
  }
  .p-mv__title__img {
    width: 100%;
    margin: clamp(30px, 2.2vw, 50px) auto 0;
  }
  .p-mv__menu {
    top: 20px;
    right: 10px;
    left: auto;
  }
  .p-mv__photo {
    display: block;
    margin: clamp(40px, 12vw, 100px) auto 0;
  }
  .p-main-header__menu {
    top: 20px;
    right: 10px;
    left: auto;
  }
  .p-menu {
    width: 100%;
  }
  .p-campaign {
    padding: clamp(40px, 3vw, 100px) 0 0;
  }
  .p-campaign__arrow {
    display: none;
  }
  .p-campaign__coupon {
    margin-top: clamp(40px, 3vw, 100px);
  }
  .p-footer {
    display: block;
  }
  .p-photo {
    display: none;
  }
}