@charset "UTF-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  clear: both;
  height: 0;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

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

:root {
  --main-color: #00a551;
  --sub-color: #f1bf36;
  --line-color: #e0e0e0;
  --text-color: #444444;
  --bg-color: #f2faf6;
  --bg-gray: #f8f8f8;
  --selection-color: rgb(0, 165, 81 , 0.1);
}

/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
@media print {
  html {
    print-color-adjust: exact;
  }

  body {
    zoom: 80%;
  }

  .fixed {
    position: inherit !important;
  }
}

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

body {
  position: relative;
  min-width: 1500px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 15px;
  }
}

a {
  color: var(--main-color);
  transition: background 0.2s, color 0.2s, opacity 0.2s, transform 0.2s;
}

a:hover {
  color: var(--sub-color);
}

a[href="tel:準備中"] {
  pointer-events: none;
}

::selection {
  background-color: var(--selection-color);
}

::-moz-selection {
  background-color: var(--selection-color);
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

/* ==================================================================================================================================

  *カラー

================================================================================================================================== */
.u-color--main {
  color: var(--main-color);
}

.u-color--sub {
  color: var(--sub-color);
}

.u-color--red {
  color: #db5555;
}

/* ==================================================================================================================================

  *表示切り替え

================================================================================================================================== */
/* --------------------------------------------------
PC
-------------------------------------------------- */
.u-pc {
  display: block !important;
}

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

/* --------------------------------------------------
SP
-------------------------------------------------- */
.u-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}

/* --------------------------------------------------
解除系
-------------------------------------------------- */
.u-clear {
  clear: both !important;
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==================================================================================================================================

  *書式

================================================================================================================================== */
.u-bold {
  font-weight: 700 !important;
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-maincolor {
  color: var(--main-color);
}

.u-subcolor {
  color: var(--sub-color);
}

.u-caution {
  color: #c52b2b;
}

.u-indent {
  position: relative;
  display: flex;
  font-size: 100%;
}

.u-indent__sign {
  flex-shrink: 0;
}

.u-yellowline {
  text-decoration: underline;
  text-decoration-color: rgb(255, 245, 157);
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.175em;
}

/* ==================================================================================================================================

  *Margin

================================================================================================================================== */
.u-u-mtem {
  margin-top: 2em !important;
}

.u-u-mbem {
  margin-bottom: 1em !important;
}

.u-mt00 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 5pc !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr80 {
  margin-right: 5pc !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 5pc !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml80 {
  margin-left: 5pc !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

/* ==================================================================================================================================

  *Padding

================================================================================================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 5pc !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr80 {
  padding-right: 5pc !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 5pc !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl80 {
  padding-left: 5px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

/* ==================================================================================================================================

  *header

================================================================================================================================== */
.l-header {
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .l-header {
    z-index: 100;
    height: 55px;
  }
}

.l-header__container {
  width: 100%;
  height: 250px;
  padding: 40px 50px 50px;
}

@media screen and (max-width: 768px) {
  .l-header__container {
    position: fixed;
    z-index: 100;
    height: auto;
    padding: 0;
  }
}

.l-header__inner {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    margin: 0;
  }
}

.l-header__box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.l-header__box--left {
  width: fit-content;
}

.l-header__box--right {
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  gap: 40px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-header__box--left {
    width: 100%;
  }

  .l-header__box--right {
    gap: 0;
  }
}

/* --------------------------------------------------
ロゴ
-------------------------------------------------- */
.l-header__logo {
  padding: 0;
}

.l-header__logo--sp {
  display: none;
  padding: 0;
}

.l-header__logo a {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    display: none;
  }

  .l-header__logo--sp {
    display: block;
    width: 100%;
    height: 55px;
    padding: 7px 10px;
    background: #ffffff;
    text-align: center;
  }

  .l-header__logo--sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .l-header__logo--sp img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    object-fit: contain;
  }
}

/* --------------------------------------------------
クリニック情報
-------------------------------------------------- */
.l-header-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .l-header-info {
    display: none;
  }
}

/* ----- 住所　----- */
.l-header-location {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-header-location__zipcode {
  display: inline-block;
  margin-right: 5px;
}

.l-header-location__postal {
  color: var(--main-color);
}

/* ----- 電話 ----- */
.l-header-tel {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  height: auto;
  padding: 12px 30px 8px;
  background: var(--main-color);
  border-radius: 10px;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.l-header-tel__text {
  margin: 0 auto 5px;
  padding: 3px 20px 2px;
  background: #ffffff;
  border-radius: 300px;
  color: var(--main-color);
  font-size: 13px;
}

.l-header-tel__number {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.2em;
}

.l-header-tel__number::before {
  content: "Tel.";
  display: inline-block;
  font-size: 80%;
}

/* ==================================================================================================================================

  *nav

================================================================================================================================== */
body.is-active {
  overflow: hidden;
}

/* --------------------------------------------------
グロナビ固定時
-------------------------------------------------- */
.l-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1500px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------
ナビゲーションコンテナー
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .l-nav__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 55px;
    background: #ffffff;
  }
}

/* --------------------------------------------------
ナビゲーションラッパー
-------------------------------------------------- */
.l-nav__wrapper {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-nav__wrapper {
    overflow: auto;
  }
}

/* --------------------------------------------------
ナビゲーションリスト
-------------------------------------------------- */
.l-nav-list {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .l-nav-list {
    flex-flow: column;
    gap: 0;
    padding: 50px 20px;
    background: var(--main-color);
  }
}

/* --------------------------------------------------
ナビゲーションアイテム
-------------------------------------------------- */
.l-nav__item {
  position: relative;
  z-index: 1;
}

.l-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  display: block;
  width: 1px;
  height: 20px;
  background: #d2d2d2;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-nav__item {
    position: relative;
    z-index: 1;
    padding: 15px 10px;
    border-top: 1px solid #ffffff;
  }

  .l-nav__item:last-child {
    border-bottom: 1px solid #ffffff;
  }

  .l-nav__item:not(:last-child)::after {
    display: none;
  }
}

/* --------------------------------------------------
ナビゲーションリンク
-------------------------------------------------- */
.l-nav__link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  width: 100%;
  color: var(--text-color) !important;
  font-size: 17px;
  text-align: center;
}

.l-nav__link--en {
  color: var(--main-color);
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .l-nav__link {
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: fit-content;
    margin-right: 30px;
    color: #ffffff !important;
    font-size: 16px;
    text-align: start;
  }

  .l-nav__link--en {
    display: none;
  }
}

/* --------------------------------------------------
プルダウン
-------------------------------------------------- */
.js-nav-pulldown {
  position: relative;
  z-index: 2;
  transform: translateZ(0); /* Safariでの挙動制御のためこちらは削除しないでください */
}

.js-nav-pulldown__box {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  z-index: 1;
  display: none;
  flex-flow: wrap;
  width: 450px;
  padding: 15px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  transform: translateX(-50%);
}

.js-nav-pulldown__box--500 {
  width: 500px;
}

.js-nav-pulldown__box--600 {
  width: 600px;
}

.js-nav-pulldown__box::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .js-nav-pulldown__box {
    box-shadow: none;
    position: static;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    background: none;
    border-radius: 0px;
    transform: translate(0);
  }
}

.fixed .js-nav-pulldown__box {
  bottom: -30px;
  transform: translate(-50%, 100%);
}

.fixed .js-nav-pulldown__box::after {
  top: -50px;
  bottom: auto;
}

.js-nav-pulldown__link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  color: var(--text-color);
  font-size: 80%;
}

.js-nav-pulldown__link:hover {
  background: var(--bg-color);
  color: var(--main-color);
}

.js-nav-pulldown__box .js-nav-pulldown__link {
  width: 100%;
}

.js-nav-pulldown__box--double .js-nav-pulldown__link {
  width: 50%;
}

.js-nav-pulldown__box--three .js-nav-pulldown__link {
  width: 33.3333333333%;
}

.js-nav-pulldown__box--four .js-nav-pulldown__link {
  width: 25%;
}

.js-nav-pulldown__box--custom .js-nav-pulldown__link {
  width: fit-content;
}

.js-nav-pulldown__box--custom .js-nav-pulldown__link::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .js-nav-pulldown__link {
    justify-content: flex-start;
    width: 100% !important;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #ffffff !important;
    font-size: 95%;
  }

  .js-nav-pulldown__link:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .js-nav-pulldown__link:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* ------ 開閉ボタン------ */
.js-nav-pulldown__button {
  position: absolute;
  top: 22px;
  right: 10px;
  left: auto;
  z-index: 2;
  display: inline-block !important;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(0);
}

.js-nav-pulldown__button::before, .js-nav-pulldown__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 1px;
  background: #ffffff;
  transition: transform 0.3s;
}

.js-nav-pulldown__button::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.js-nav-pulldown__button::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.js-nav-pulldown__button.is-active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.js-nav-pulldown__button.is-active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* --------------------------------------------------
予約ボタン
-------------------------------------------------- */
.l-nav__button {
  display: none;
}

.l-nav__button--item {
  display: block;
  padding: 20px 15px;
  color: #ffffff;
  text-align: center;
}

.l-nav__button--item:hover {
  color: #ffffff;
}

.l-nav__button--item:not(:last-child) {
  margin-bottom: 10px;
}

.l-nav__button--item--tel {
  padding: 15px 15px 20px;
  background: var(--sub-color);
  line-height: 1.65;
}

.l-nav__button--item--tel span {
  display: block;
  margin-top: 7px;
  font-size: 140%;
  line-height: 1;
  letter-spacing: 0.2em;
}

/* --------------------------------------------------
診療時間
-------------------------------------------------- */
.l-nav-hours {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-nav-hours {
    display: block;
    padding: 50px 20px;
  }
}

/* --------------------------------------------------
バナー
-------------------------------------------------- */
.l-nav-banner {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-nav-banner {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px;
  }
}

.l-nav-banner__item {
  width: 100%;
  margin: 0 auto;
}

.l-nav-banner__item:not(:last-child) {
  margin-bottom: 10px;
}

.l-nav-banner__item span {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  border: 1px solid var(--line-color);
  color: var(--text-color);
}

/* ==================================================================================================================================

  *hamburger

================================================================================================================================== */
/* --------------------------------------------------
ハンバーガーボタン
-------------------------------------------------- */
.js-hamburger {
  position: relative;
  z-index: 1;
  display: flex;
  display: none;
  flex-flow: column;
  width: 30px;
  height: 16px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 768px) {
  .js-hamburger {
    display: flex;
    width: 55px;
    min-width: 55px;
    height: 55px;
    background: var(--main-color);
  }
}

/* --------------------------------------------------
ボランのライン
-------------------------------------------------- */
.js-hamburger__line {
  position: absolute;
  right: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background: #ffffff;
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}

.js-hamburger__line:nth-of-type(1) {
  top: 0;
}

.js-hamburger__line:nth-of-type(2) {
  top: 8px;
}

.js-hamburger__line:nth-of-type(3) {
  top: 16px;
}

@media screen and (max-width: 768px) {
  .js-hamburger__line {
    position: absolute;
    right: 0;
    left: 0;
    width: 25px;
    height: 1px;
    margin: auto;
    background: #ffffff;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
  }

  .js-hamburger__line:nth-of-type(1) {
    top: 18px;
  }

  .js-hamburger__line:nth-of-type(2) {
    top: 27px;
  }

  .js-hamburger__line:nth-of-type(3) {
    top: 36px;
  }
}

/* ----- 展開時 ----- */
.is-active .js-hamburger__line:nth-of-type(1) {
  top: 7px;
  transform: rotate(205deg);
}

.is-active .js-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.is-active .js-hamburger__line:nth-of-type(3) {
  top: 7px;
  transform: rotate(-205deg);
}

@media screen and (max-width: 768px) {
  .is-active .js-hamburger__line:nth-of-type(1) {
    top: 27px;
    transform: rotate(225deg);
  }

  .is-active .js-hamburger__line:nth-of-type(2) {
    opacity: 0;
  }

  .is-active .js-hamburger__line:nth-of-type(3) {
    top: 27px;
    transform: rotate(-225deg);
  }
}

/* --------------------------------------------------
ボタンラベル
-------------------------------------------------- */
.js-hamburger__text {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}

.js-hamburger__text--open {
  opacity: 1;
}

.js-hamburger__text--close {
  opacity: 0;
}

/* ----- 展開時 ----- */
.is-active .js-hamburger__text--open {
  opacity: 0;
}

.is-active .js-hamburger__text--close {
  opacity: 1;
}

/* ==================================================================================================================================

  *固定ボタン

================================================================================================================================== */
/* --------------------------------------------------
ボタンコンテナー
-------------------------------------------------- */
.l-fixed__container {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 80px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-fixed__container {
    top: auto;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 3px;
    width: 100%;
    height: auto;
    padding: 3px;
    background: #ffffff;
    transform: translate(0, 0);
  }
}

/* --------------------------------------------------
ボタンリンク
-------------------------------------------------- */
.l-fixed-button__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  min-height: 200px;
  padding: 35px 8px 40px 12px;
  background: var(--main-color);
  border-radius: 8px 0 0 8px;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.2em;
  opacity: 0.9;
  writing-mode: vertical-lr;
}

.l-fixed-button__link:hover {
  color: #ffffff;
  opacity: 0.6;
}

.l-fixed-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: calc(100% - 5px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff;
  border-right: none;
  border-radius: 5px 0 0 5px;
  transform: translateY(-50%);
}

/* ----- 3つ目 ----- */
.l-fixed-button:nth-child(3n) .l-fixed-button__link {
  background: var(--sub-color);
}

@media screen and (max-width: 768px) {
  .l-fixed-button__link {
    height: 100%;
    min-height: 55px;
    padding: 10px 5px;
    border-radius: 5px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    opacity: 1;
    writing-mode: horizontal-tb;
  }

  .l-fixed-button__link::before {
    display: none;
  }
}

/* --------------------------------------------------
ボタンテキスト
-------------------------------------------------- */
.l-fixed-button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.l-fixed-button__text i {
  margin-top: -2px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .l-fixed-button__text {
    gap: 8px;
    font-size: 15px;
  }

  .l-fixed-button__text i {
    font-size: 12px;
  }
}

/* ==================================================================================================================================

  *レイアウト

================================================================================================================================== */
.l-container {
  max-width: 1400px;
  margin: 0 auto 120px;
  padding: 0 50px;
}

.l-container--split {
  display: flex;
  gap: 70px;
  max-width: 1500px;
  margin: 30px auto 120px;
}

.l-container--split .l-inner {
  padding: 0;
}

.l-container__contents {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-container {
    margin: 0 auto 100px;
    padding: 0;
  }

  .l-container--split {
    flex-flow: column;
    gap: 60px;
    margin: 0 auto 100px;
  }

  .l-container--split .l-inner {
    padding: 0 20px;
  }
}

/* --------------------------------------------------
セクション
-------------------------------------------------- */
.l-section:not(:last-child) {
  margin-bottom: 100px;
}

/* --------------------------------------------------
インナー
-------------------------------------------------- */
.l-inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

.l-inner--1300 {
  max-width: 1400px;
}

.l-inner--1400 {
  max-width: 1500px;
}

.l-inner--1500 {
  max-width: 1600px;
}

.l-inner--two-column {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

/* --------------------------------------------------
テキストマージン
-------------------------------------------------- */
.l-text > *:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2.5em;
}

.l-text > *:not(h1, h2, h3, h4, h5):last-child {
  margin: 0;
}

/* ==================================================================================================================================

  *ページトップ

================================================================================================================================== */
.js-pagetop {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 50;
  display: none;
}

@media screen and (max-width: 768px) {
  .js-pagetop {
    right: 20px;
    bottom: 85px;
  }
}

/* --------------------------------------------------
インナー
-------------------------------------------------- */
.js-pagetop_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0 0 5px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 10px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.js-pagetop_inner:hover {
  background: #ffffff;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  .js-pagetop_inner {
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 0 0 1px;
    border-radius: 7px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}

/* --------------------------------------------------
テキスト
-------------------------------------------------- */
.js-pagetop__text {
  font-size: 16px;
}

.js-pagetop__text::before {
  content: "\f106";
  display: block;
  margin-bottom: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .js-pagetop__text {
    font-size: 12px;
  }

  .js-pagetop__text::before {
    margin-bottom: 2px;
    font-size: 11px;
  }
}

/* ==================================================================================================================================

  *footer

================================================================================================================================== */
.l-footer {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer::before {
    height: 350px;
  }
}

.l-footer__inner {
  display: flex;
  gap: 80px;
  padding: 100px 50px 0;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-flow: column;
    padding: 50px 20px;
  }
}

/* --------------------------------------------------
クリニック情報
-------------------------------------------------- */
.l-footer-info {
  width: 50%;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .l-footer-info {
    width: 100%;
  }
}

/* ----- ロゴ ----- */
.l-footer-info__logo {
  width: 80%;
  max-width: 430px;
  height: auto;
  margin: 10px auto 60px;
}

@media screen and (max-width: 768px) {
  .l-footer-info__logo {
    width: 80%;
    max-width: 350px;
  }
}

/* ----- クリニック情報 ----- */
.l-footer-address dl {
  display: flex;
  align-content: center;
  gap: 25px;
}

.l-footer-address dl:not(:last-child) {
  margin-bottom: 20px;
}

.l-footer-address dt, .l-footer-address dd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer-address dt {
  flex-shrink: 0;
  width: 120px;
  min-width: 120px;
  height: 60px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  font-weight: normal;
  color: var(--main-color);
  font-size: 17px;
}

.l-footer-address dd {
  flex-flow: column;
  align-items: flex-start;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .l-footer-address {
    width: 100%;
  }

  .l-footer-address dl {
    flex-flow: column;
    gap: 15px;
  }

  .l-footer-address dl:not(:last-child) {
    margin-bottom: 30px;
  }

  .l-footer-address dt {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 15px;
  }

  .l-footer-address dd {
    align-items: center;
  }
}

/* ----- 電話番号 ----- */
.l-footer-address__number a {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .l-footer-address__number a {
    font-size: 30px;
  }
}

/* ----- 診療時間 ----- */
.l-footer-hours {
  width: 100%;
  margin-top: 40px;
}

/* ----- SNS ----- */
.l-footer-sns {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.l-footer-sns__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.l-footer-sns__item a {
  display: block;
  color: var(--main-color);
  font-size: 26px;
  line-height: 1;
}

.l-footer-sns__item a:hover {
  opacity: 0.5;
}

/* --------------------------------------------------
画像
-------------------------------------------------- */
.l-footer-images {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}

.l-footer-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-footer-images {
    width: 100%;
    height: 300px;
  }
}

/* ==================================================================================================================================

  *連携病院

================================================================================================================================== */
.l-affiliations__inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 0 auto;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .l-affiliations__inner {
    flex-flow: column;
    padding: 50px 20px;
  }
}

.l-affiliations__title {
  flex-shrink: 0;
}

.l-affiliations__title--en {
  display: block;
  color: var(--main-color);
  font-size: 130%;
}

.l-affiliations__title--jp {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 200%;
}

.l-affiliations__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-affiliations__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.l-affiliations__item {
  width: 100%;
}

.l-affiliations__link {
  display: block;
  width: 100%;
  height: 100%;
}

.l-affiliations__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  background-color: var(--bg-color);
  border: 1px solid var(--line-color);
  text-align: center;
  pointer-events: none;
  transition: background 0.2s;
}

.l-affiliations__link:hover span {
  background-color: #ffffff;
}

.l-affiliations__link img {
  pointer-events: none;
  transition: opacity 0.2s;
}

.l-affiliations__link:hover img {
  opacity: 0.8;
}

/* ==================================================================================================================================

  *バナー

================================================================================================================================== */
.l-banner {
  background: #ffffff;
}

.l-banner__inner {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
  padding: 70px 50px 50px;
}

@media screen and (max-width: 768px) {
  .l-banner__inner {
    flex-flow: column;
    padding: 50px 20px;
  }
}

.l-banner__title {
  flex-shrink: 0;
}

.l-banner__title--en {
  display: block;
  color: var(--main-color);
  font-size: 130%;
}

.l-banner__title--jp {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 200%;
}

.l-banner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-banner__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.l-banner__item {
  width: 100%;
}

.l-banner__link {
  display: block;
  width: 100%;
  height: 100%;
}

.l-banner__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 20px 15px;
  background-color: var(--bg-gray);
  color: #bebebe;
  text-align: center;
  pointer-events: none;
  transition: background 0.2s;
}

.l-banner__link:hover span {
  background-color: #ffffff;
}

.l-banner__link img {
  pointer-events: none;
  transition: opacity 0.2s;
}

.l-banner__link:hover img {
  opacity: 0.8;
}

/* ==================================================================================================================================

  *Google Map　・　イラストマップ　・　カレンダー

================================================================================================================================== */
.l-footer__maps {
  width: 100%;
  height: 500px;
}

.l-footer__maps iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer__maps {
    height: 300px;
  }
}

.l-footer__calendar-text {
  margin-top: 20px;
}

/* ==================================================================================================================================

  *コピーライト

================================================================================================================================== */
.l-footer-copy {
  padding: 0 20px 50px;
  text-align: center;
}

.l-footer-copy small {
  color: var(--main-color);
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .l-footer-copy {
    padding: 30px 20px 90px;
  }

  .l-footer-copy small {
    font-size: 11px;
  }
}

/* ==================================================================================================================================

  *テーブル

================================================================================================================================== */
/* --------------------------------------------------
基本設定
-------------------------------------------------- */
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

table th, table td {
  width: auto;
  padding: 10px;
  border: 1px solid var(--line-color);
  text-align: center;
  vertical-align: middle;
}

table th {
  background: var(--bg-color);
}

table th p, table td p {
  margin: 0 !important;
}

/* --------------------------------------------------
Scrollhint
-------------------------------------------------- */
.scrolltable {
  overflow: visible !important;
}

@media screen and (max-width: 768px) {
  .scrolltable {
    overflow: auto !important;
  }

  .scrolltable > table {
    min-width: 800px;
    min-height: 170px;
    background: none !important;
  }

  .scroll-hint-icon {
    top: 50% !important;
    left: 50% !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 135px !important;
    height: 100px !important;
    transform: translate(-50%, -50%) !important;
  }
}

/* --------------------------------------------------
診療時間
-------------------------------------------------- */
.c-office-hour__title {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  background: var(--bg-color);
  text-align: center;
}

.c-office-hour__table {
  width: 100%;
}

.c-office-hour__table th, .c-office-hour__table td {
  padding: 25px 5px;
  background: none;
  border: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.75;
}

.c-office-hour__table th {
  width: 200px;
  padding-left: 15px !important;
}

.c-office-hour__table th span {
  display: block;
  color: #aeaeae;
  font-size: 12px;
}

.c-office-hour__table td {
  color: var(--main-color);
  text-align: center;
}

.c-office-hour__table tr:nth-child(1) th, .c-office-hour__table tr:nth-child(1) td {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
}

.c-office-hour__table tr:nth-child(1) td {
  color: var(--text-color);
}

.c-office-hour__table tr:nth-child(2) th {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.c-office-hour__table tr:nth-child(2) th, .c-office-hour__table tr:nth-child(2) td {
  padding: 25px 5px 10px;
  border-top: 1px solid var(--line-color);
}

.c-office-hour__table tr:last-child th {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.c-office-hour__table tr:last-child th, .c-office-hour__table tr:last-child td {
  padding: 10px 5px 25px;
  border-bottom: 1px solid var(--line-color);
}

@media screen and (max-width: 768px) {
  .c-office-hour__table {
    width: 100%;
  }

  .c-office-hour__table th, .c-office-hour__table td {
    padding: 15px 5px;
  }

  .c-office-hour__table th {
    width: 120px;
    padding-left: 5px !important;
    font-size: 15px;
  }

  .c-office-hour__table td {
    font-size: 15px;
  }

  .c-office-hour__table tr:nth-child(2) th {
    font-size: 15px;
  }

  .c-office-hour__table tr:nth-child(2) th, .c-office-hour__table tr:nth-child(2) td {
    padding: 15px 5px 5px;
  }

  .c-office-hour__table tr:last-child th {
    font-size: 15px;
  }

  .c-office-hour__table tr:last-child th, .c-office-hour__table tr:last-child td {
    padding: 5px 5px 15px;
  }
}

.c-office-hour__note {
  margin-top: 25px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-office-hour__note {
    margin-top: 20px;
    padding-left: 15px;
    font-size: 13px;
  }
}

.c-office-hour__closed {
  color: #db4141;
}

.c-office-hour__caution {
  margin-top: 10px;
  font-size: 13px;
}

/* ==================================================================================================================================

  *メインボタン

================================================================================================================================== */
/* --------------------------------------------------
ボタンラッパー
-------------------------------------------------- */
.c-buttun__wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.c-buttun__wrapper--center {
  justify-content: center;
}

/* --------------------------------------------------
メインボタン
-------------------------------------------------- */
.c-main-button--center {
  text-align: center;
}

.c-main-button a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 15px 45px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 1000px;
  color: #ffffff;
  letter-spacing: 0.15em;
  text-align: center;
  transition: color 0.2s, background 0.2s;
}

.c-main-button a:hover {
  background: #ffffff;
  color: var(--main-color);
}

.c-main-button a::before {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  transform: translateY(-50%);
  transition: right 0.2s;
}

.c-main-button a:hover::before {
  right: 17px;
}

@media screen and (max-width: 768px) {
  .c-main-button a {
    padding: 12px 40px;
  }
}

/* ==================================================================================================================================

  *検索フォーム

================================================================================================================================== */
.c-search {
  width: 100%;
}

.c-search__form {
  z-index: 2;
  display: block;
}

.c-search__form label {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background: #f0f0f0;
  border-radius: 300px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-search__form--header {
  width: 250px;
  margin: 0 0 0 auto;
}

.c-search__form--header label {
  background: rgb(255, 255, 255);
}

.c-search__form--nav label {
  background: #ffffff;
}

.c-search__text {
  width: 100%;
  padding: 14px 20px 15px 45px;
  border-radius: 300px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.c-search__text--header {
  padding: 10px 20px 10px 45px;
  color: var(--text-color);
}

.c-search__text--header::placeholder {
  color: var(--text-color);
}

.c-search__btn {
  position: absolute;
  top: 49%;
  left: 20px;
  font-size: 13px;
  transform: translateY(-50%);
}

.c-search__btn--header {
  color: var(--main-color);
}
