@charset "UTF-8";
/*
使い方
 @include mixins.mq(sp) {
    font-size: 14px;
  }
*/
/* ======================================
   iPhone / iOS Safari Reset CSS
====================================== */
/* box-sizing を統一 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 余白リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* iOS Safari の文字サイズ自動調整を無効化 */
html {
  -webkit-text-size-adjust: 100%;
}

/* デフォルトフォント（iPhone向け） */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Arial, sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

/* リストのスタイルを消す */
ol, ul {
  list-style: none;
}

/* リンクの装飾リセット（青色・下線対策） */
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 画像の下の隙間対策 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* button, input の iOS デフォルト装飾を消す */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* ボタンのハイライト無効化 */
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フォームフォーカス時の青枠対策（必要に応じて） */
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* iOS Safari の電話番号自動リンク対策 */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* details / summary の三角を消す（Safari） */
summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

body {
  margin: 0 auto;
}
@media (max-width: 768px) {
  body {
    margin: 0;
  }
}

.inner {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.c-inner {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-inner {
    width: 90%;
  }
}

.c-content {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .c-content {
    padding: 3em 0;
  }
}

ol, ul {
  list-style: none;
  padding: 0;
}

/* ロゴベース */
.logoMark {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-color: #ee788c;
}
@media (max-width: 768px) {
  .logoMark {
    width: auto;
    height: auto;
    max-width: 50%;
    margin: 0;
  }
}
.logoMark a {
  pointer-events: none;
  cursor: default;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .logoMark a {
    padding: 0;
  }
}
.logoMark span {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  font-weight: 500;
}
.logoMark span.f16 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
@media (max-width: 768px) {
  .logoMark span.f16 {
    display: inline;
    margin-bottom: 3px;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    margin-right: -0.2em;
  }
}
.logoMark span.f12 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .logoMark span.f12 {
    display: inline;
    padding-bottom: 4px;
    margin-bottom: 3px;
    border-bottom: 0;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
  }
}
.logoMark span.f10 {
  padding-bottom: 8px;
  margin-bottom: 7px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .logoMark span.f10 {
    display: inline;
    padding-bottom: 4px;
    margin-bottom: 3px;
    border-bottom: 0;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
  }
}
.logoMark span.f11 {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .logoMark span.f11 {
    display: inline-block;
    border-top: 1px solid #fff;
    font-size: 2rem;
    letter-spacing: 0.5em;
    margin-right: -0.5em;
    padding: 5px;
    margin-top: 5px;
    width: calc(100% - 10px);
  }
}

/*
ヘッダー
*/
.l-header {
  margin-top: 20px;
}
.p-header {
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  z-index: 10;
  position: relative;
  /* ロゴヘッダー */
  /* コンタクト */
}
@media (max-width: 768px) {
  .p-header {
    height: 60px;
    justify-content: space-between;
  }
}
.p-header .logoMark {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-color: #ee788c;
  position: relative;
  left: 0;
}
@media (max-width: 768px) {
  .p-header .logoMark {
    width: auto;
    height: auto;
    max-width: 48%;
    margin: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .p-header .logoMark span.f11 {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .p-header .logoMark a {
    display: block;
  }
}
.p-header .main_copy {
  position: absolute;
  left: 50px;
  top: 10px;
}
@media (max-width: 768px) {
  .p-header .main_copy {
    display: none;
  }
}
.p-header-contact__pc {
  display: block;
}
@media (max-width: 768px) {
  .p-header-contact__pc {
    display: none;
  }
}
.p-header-contact__pc a {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #ee788c;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
}
.p-header-contact__sp {
  display: none;
  padding: 5px;
}
@media (max-width: 768px) {
  .p-header-contact__sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-header-contact__sp a {
    padding: 5px;
    display: flex;
    border: 1px solid #ee788c;
    border-radius: 10px;
    text-align: center;
    color: #ee788c;
    text-decoration: none;
    line-height: 1.2;
    font-size: 0.8rem;
  }
  .p-header-contact__sp a span:not(.txt) {
    display: block;
  }
}
.p-header-contact__sp .webreservatio {
  display: none;
}
.p-header .webreservatio {
  position: absolute;
  right: 20px;
  top: 465px;
}
@media (max-width: 768px) {
  .p-header .webreservatio {
    display: none;
  }
}

/* ロゴヘッダー */
.l-footer .logoMark {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-color: #ee788c;
}
@media (max-width: 768px) {
  .l-footer .logoMark {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.l-footer .logoMark a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0 5%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .l-footer .logoMark a {
    padding: 0 5%;
    text-decoration: none;
  }
}
.l-footer .logoMark span {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 0;
  font-weight: 500;
  line-height: 1;
}
.l-footer .logoMark span.f16 {
  margin-bottom: 5px;
  font-size: 2rem;
  letter-spacing: 0.4em;
  margin-right: -0.4em;
}
@media (max-width: 768px) {
  .l-footer .logoMark span.f16 {
    margin-bottom: 3px;
    letter-spacing: 0.4em;
    margin-right: -0.4em;
    font-size: 1.2rem;
  }
}
.l-footer .logoMark span.f12 {
  padding-bottom: 0;
  margin-bottom: 7px;
  font-size: 2rem;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .l-footer .logoMark span.f12 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}
.l-footer .logoMark span.f10 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .l-footer .logoMark span.f10 {
    letter-spacing: 0.15em;
    padding: 5px;
    width: calc(100% - 10px);
    font-size: 1.2rem;
  }
}
.l-footer .logoMark span.f11 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .l-footer .logoMark span.f11 {
    border-top: 1px solid #fff;
    letter-spacing: 0.1em;
    padding: 5px;
    width: calc(100% - 10px);
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
.l-footer .footer-addr {
  margin: 20px auto;
  text-align: center;
}
.l-footer .footer-addr .tel {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.copyright {
  margin: 30px 0;
  text-align: center;
  font-size: 12px;
}

.no-scroll {
  overflow: hidden;
}

/*メニュー*/
/*pc*/
.p-header-menu {
  box-sizing: border-box;
  /*padding: 0 35px;*/
  padding: 0;
  margin: 0 auto;
  /*width: 860px;*/
  width: auto;
}
.p-header-menu__list {
  display: flex;
  justify-content: space-between;
}
.p-header-menu__list > li > a {
  display: block;
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.p-header-menu__list > li > a span {
  margin-top: 1em;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #ee788c;
}
.p-header-menu__list > li ul {
  padding: 20px 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-header-menu__list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    transition: 0.4s;
    z-index: 100;
    padding: 80px 20px;
  }
}

.p-header-menu ul {
  list-style: none;
}

.p-header-menu li ul li a {
  font-size: 15px;
}
@media (max-width: 768px) {
  .p-header-menu li {
    margin-bottom: 20px;
  }
}

.p-header-menu a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

/* active */
/*SP*/
/*バーガー*/
.p-header-btn {
  display: none;
}
@media (max-width: 768px) {
  .p-header-btn {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 13%;
    height: 60px;
    position: relative;
    background: #000;
    border: none;
    cursor: pointer;
    color: #fff;
  }
  .p-header-btn span {
    position: absolute;
  }
  .p-header-btn span:not(.txt) {
    position: absolute;
    width: 50%;
    height: 3px;
    background: #fff;
    left: 25%;
    transition: 0.3s;
  }
  .p-header-btn span:nth-child(1) {
    top: 9px;
  }
  .p-header-btn span:nth-child(2) {
    top: 18px;
  }
  .p-header-btn span:nth-child(3) {
    top: 27px;
  }
  .p-header-btn span.txt {
    top: 38px;
    font-size: 0.6rem;
    text-align: center;
  }
  .p-header-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }
  .p-header-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .p-header-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
  }
}

/* スクロール防止 */
body.no-scroll {
  overflow: hidden;
}

.sp-header-menu {
  box-sizing: border-box;
  padding: 10px 6.666% 50px;
  width: 100%;
  height: calc(100vh - 83px);
  background-color: #fff;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  top: 60px;
  display: none;
  z-index: 10000;
}

.sp-header-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  display: block;
}

.sp-header-menu__list > li {
  border-bottom: 1px solid #e4e4e4;
}

.sp-header-menu__list > li > a {
  box-sizing: border-box;
  padding: 1em 0;
  color: #2a2a2a;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  text-decoration: none;
}

.sp-header-menu__list .accordion {
  position: relative;
}

.sp-header-menu__list .accordion > a {
  position: relative;
}

.sp-header-menu__list .accordion span {
  box-sizing: border-box;
  padding: 11px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2a2a2a;
  text-align: center;
}

.sp-header-menu__list .accordion span.opened {
  transform: rotate(45deg);
}

.sp-header-menu__list .service .accordion, .sp-header-menu__list .facility .accordion {
  display: flex;
  justify-content: space-between;
}

.sp-header-menu__btn {
  margin-top: 30px;
  margin-bottom: 35px;
  width: 100%;
  font-size: 1.3rem;
}

.sp-header-menu__btn:first-of-type {
  background-color: #ee788c;
}

.sp-header-menu__btn.line {
  background: #00B900;
  margin-bottom: 0;
}

.p-accordion {
  margin-top: 1em;
  display: none;
}

.p-accordion a {
  box-sizing: border-box;
  margin-bottom: 2em;
  padding-left: 1em;
  position: relative;
  color: #707070;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.p-header-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  top: 12px;
}

.p-header-btn.active span:nth-child(2) {
  opacity: 0;
}

.p-header-btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  top: 28px;
}

/* overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 50;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

#main-v {
  position: relative;
  height: 465px;
}
#main-v img {
  width: 1080px;
  height: 550px;
  position: relative;
  top: -85px;
  background: #b8b8b8;
}
@media (max-width: 768px) {
  #main-v img {
    width: 100%;
    height: auto;
    top: 0;
  }
}
@media (max-width: 768px) {
  #main-v {
    height: 260px;
  }
}

.l-kv {
  display: none;
}

.ttlh2 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: 0.5rem;
  margin-bottom: 40px;
}

/* 下の3ドット */
.ttlh2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #f48c9a;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: -12px 0 0 #f48c9a, 12px 0 0 #f48c9a;
}

.p-concept p {
  text-align: center;
}
@media (max-width: 768px) {
  .p-concept p {
    text-align: left;
  }
  .p-concept p br {
    display: none;
  }
}

.pc_flex_wrp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pc_flex_wrp {
    display: block;
  }
}

/*診療時間 アクセス テーブル*/
.p-topAccess {
  width: 45%;
}
@media (max-width: 768px) {
  .p-topAccess {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-topAccess .ttlh2 {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-topAccess .ttlh2 {
    display: block;
  }
}
.p-topAccess .ttlh2::after {
  position: relative;
  top: 16px;
  /* bottom: 0; */
  left: 7%;
}
@media (max-width: 768px) {
  .p-topAccess .ttlh2::after {
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 0;
  }
}
.p-topAccess__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 750px) {
  .p-topAccess__table {
    width: 100%;
  }
}
.p-topAccess__table tbody th:first-child {
  font-size: 15px;
}
.p-topAccess__table th,
.p-topAccess__table td {
  box-sizing: border-box;
  padding: 0.5em;
  border: 1px solid #e4e4e4;
  /*color: #707070;*/
  text-align: center;
  background: #fff5f4;
}
@media screen and (max-width: 750px) {
  .p-topAccess__table th,
  .p-topAccess__table td {
    font-size: 0.9rem;
  }
}
.p-topAccess__table th:first-child {
  width: 120px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-topAccess__table th:first-child {
    padding: 0;
    width: 23%;
    font-size: 0.95rem;
  }
}
.p-topAccess__table th:first-child {
  padding: 5px;
}
.p-topAccess__table thead th, .p-topAccess__table thead td {
  background: #f48c9a;
  color: #fff;
}
.p-topAccess__info dl {
  display: flex;
  margin: 10px 0;
}
.p-topAccess__info dl dt {
  width: 22%;
}
.p-topAccess__info dl dd {
  width: 80%;
  margin: 0;
}
.p-topAccess iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .p-topAccess iframe {
    height: 200px;
  }
}

.p-topService__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-topService__list {
    display: block;
  }
}
.p-topService-item {
  width: 24%;
  margin-bottom: 40px;
}
.p-topService-item a {
  text-decoration: none;
  font-size: 0;
  display: block;
  pointer-events: none;
  cursor: default;
}
.p-topService-item__img {
  line-height: 0;
}
.p-topService-item__img img {
  width: 100%;
  height: auto;
}
.p-topService-item .ttlh3 {
  padding: 10px 0;
  background: #f48c9a;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-topService-item {
    width: 85%;
    margin: 0 auto 20px;
  }
}/*# sourceMappingURL=main.css.map */