@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: #87bccf;
  --sub-color: #85ccad;
  --line-color: #e0e0e0;
  --text-color: #222222;
  --bg-color: #eaf7f9;
  --bg-gray: #f8f8f8;
  --selection-color: rgb(117, 95, 82,10%);
  --base-container: 1200px;
}

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

  *基本設定

================================================================================================================================== */
@media print {
  html {
    print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Shippori Mincho", 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: 900px) {
  body {
    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;
}

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

  *表示切り替え

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

@media screen and (max-width: 900px) {
  .u-pc {
    display: none !important;
  }
}
/* --------------------------------------------------
1200px以下
-------------------------------------------------- */
.u-sp--1200 {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .u-sp--1200 {
    display: block !important;
  }
}
/* --------------------------------------------------
SP
-------------------------------------------------- */
.u-sp {
  display: none !important;
}

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

@media screen and (max-width: 900px) {
  .u-sp--640 {
    display: block !important;
  }
}
/* --------------------------------------------------
SP
-------------------------------------------------- */
.u-sp--640 {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .u-sp--640 {
    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: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .l-header {
    position: fixed;
    z-index: 100;
    height: 55px;
    overflow: hidden;
  }
}
.l-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .l-header__inner {
    align-items: center;
    gap: 0;
  }
}
/* --------------------------------------------------
ロゴ
-------------------------------------------------- */
.l-header__logo {
  z-index: 10;
  padding: 20px 0 0 40px;
}
.l-header__logo--sp {
  display: none;
}
.l-header__logo a {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .l-header__logo {
    max-width: 450px;
  }
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    display: none;
  }
  .l-header__logo--sp {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 5px;
    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: 90%;
    max-width: 300px;
    height: auto;
  }
}
/* --------------------------------------------------
ヘッダーボタン
-------------------------------------------------- */
.l-header-button {
  flex-shrink: 0;
}

.l-header-button__inner {
  display: flex;
  justify-content: flex-end;
}

.l-header-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px 0;
}
.l-header-item__web {
  padding: 0 25px;
  background: #47a0bd;
}
.l-header-item__line {
  padding: 0 25px;
  background: #6a8e3c;
}

@media screen and (max-width: 900px) {
  .l-header-item {
    display: none;
  }
}
.l-header-item__text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}
.l-header-item__text--number {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
}
.l-header-item__text--number i {
  font-size: 20px;
}
.l-header-item__text--en {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.l-header-item__text--big {
  font-size: 18px;
}

/* --------------------------------------------------
スマホボタン
-------------------------------------------------- */
.l-header-item-sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-header-item-sp {
    display: block;
  }
}
.l-header-item-sp__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 55px;
  padding: 7px 0 0;
  background: var(--sub-color);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
}
.l-header-item-sp__text i {
  font-size: 13px;
}

/* --------------------------------------------------
h1
-------------------------------------------------- */
.l-heading-h1 {
  z-index: 2;
  width: 500px;
  margin: 20px 0 0 auto;
  padding: 0 20px;
  color: #ffffff;
  font-size: 10px;
  text-align: right;
}
.l-heading-h1--sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-heading-h1 {
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    background: var(--bg-color);
    font-size: 10px;
  }
  .l-heading-h1--sp {
    display: block;
    color: var(--text-color);
    text-align: center;
  }
}
/* --------------------------------------------------
ナビゲーション
-------------------------------------------------- */
.l-header-nav__list {
  display: flex;
  gap: 50px;
}

.l-header-nav__item {
  position: relative;
  z-index: 1;
}
.l-header-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  display: block;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}

.l-header-nav__link {
  color: #ffffff;
  font-size: 14px;
}
.l-header-nav__link:hover {
  color: #ffffff;
  opacity: 0.5;
}

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

  *nav

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

/* --------------------------------------------------
PC時の固定
-------------------------------------------------- */
.l-nav-fixed {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px 35px;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to right, #f7f7f7, #e2f1f3);
}
.l-nav-fixed.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  background: linear-gradient(to right, rgba(247, 247, 247, 0.9), rgba(226, 241, 243, 0.9));
}

@media screen and (max-width: 1240px) {
  .l-nav-fixed {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav-fixed {
    display: none;
  }
}
.l-nav__item {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .l-nav__item {
    position: relative;
    z-index: 1;
    padding: 15px 5px;
    border-bottom: 1px solid #ffffff;
  }
}
.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 {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #47a0bd;
  font-size: 12px;
}

@media screen and (max-width: 1240px) {
  .l-nav__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .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: 15px;
    text-align: center;
  }
  .l-nav__link--en {
    display: none;
  }
}
/* --------------------------------------------------
プルダウン
-------------------------------------------------- */
.js-nav-pulldown {
  position: relative;
  z-index: 3;
}
.js-nav-pulldown--full {
  position: static;
}

.js-nav-pulldown__box {
  box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  z-index: 1;
  display: none;
  flex-flow: wrap;
  gap: 5px;
  height: fit-content;
  padding: 10px;
  background: rgb(255, 255, 255);
  transform: translateX(-50%);
}
.js-nav-pulldown__box--400 {
  grid-template-columns: repeat(2, 1fr);
  width: 400px;
}
.js-nav-pulldown__box--500 {
  grid-template-columns: repeat(2, 1fr);
  width: 500px;
}
.js-nav-pulldown__box--600 {
  grid-template-columns: repeat(2, 1fr);
  width: 600px;
}
.js-nav-pulldown__box--700 {
  grid-template-columns: repeat(2, 1fr);
  width: 700px;
}
.js-nav-pulldown__box--full {
  left: 50%;
  grid-template-columns: repeat(4, 1fr);
  width: 90svw;
}
.js-nav-pulldown__box::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 900px) {
  .js-nav-pulldown__box {
    box-shadow: none;
    position: static;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    background: none;
    transform: translate(0);
  }
}
.fixed .js-nav-pulldown__box {
  bottom: -30px;
  transform: translate(-50%, 100%);
}
.fixed .js-nav-pulldown__box::after {
  top: -50px;
  bottom: auto;
}
.fixed .js-nav-pulldown__box--full {
  bottom: -10px;
}

.js-nav-pulldown__link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  background: #f4f4f4;
  color: var(--text-color);
  font-size: 90%;
}
.js-nav-pulldown__link:hover {
  background: #e5eef1;
  color: #47a0bd;
}
.js-nav-pulldown__link::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 900px) {
  .js-nav-pulldown__link {
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 5px solid var(--sub-color);
    border-radius: 0;
    color: #ffffff !important;
    font-size: 95%;
    text-align: start;
  }
  .js-nav-pulldown__link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .js-nav-pulldown__link:not(:last-child) {
    margin-bottom: 5px;
  }
}
/* ------ 開閉ボタン------ */
.js-nav-pulldow__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-pulldow__button::before, .js-nav-pulldow__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 1px;
  background: #ffffff;
  transition: transform 0.3s;
}
.js-nav-pulldow__button::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.js-nav-pulldow__button::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.js-nav-pulldow__button.is-active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.js-nav-pulldow__button.is-active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

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

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

/* --------------------------------------------------
ナビゲーショントップ
-------------------------------------------------- */
.l-nav__top {
  padding: 10px 20px 40px;
  background: #47a0bd;
}

/* --------------------------------------------------
診療案内
-------------------------------------------------- */
.l-nav-medical__lsit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.l-nav-medical__link {
  color: #ffffff !important;
}
.l-nav-medical__link span {
  display: block;
  margin: 5px auto 0;
  font-size: 13px;
  text-align: center;
}

.l-nav__bottom {
  padding: 40px 20px;
}

/* --------------------------------------------------
予約ボタン
-------------------------------------------------- */
.l-nav__reserve--item {
  display: block;
  padding: 20px 15px;
  color: #ffffff;
  text-align: center;
}
.l-nav__reserve--item:hover {
  color: #ffffff;
}
.l-nav__reserve--item:not(:last-child) {
  margin-bottom: 10px;
}
.l-nav__reserve--item--tel {
  padding: 15px 15px 20px;
  background: var(--sub-color);
  line-height: 1.65;
}
.l-nav__reserve--item--tel span {
  display: block;
  margin-top: 7px;
  font-size: 140%;
  line-height: 1;
  letter-spacing: 0.2em;
}
.l-nav__reserve--item--web {
  background: var(--main-color);
  font-size: 18px;
}
.l-nav__reserve--item--line {
  background: #06c755;
  font-size: 18px;
}

/* --------------------------------------------------
診療時間
-------------------------------------------------- */
.l-nav-hours {
  margin-top: 30px;
  background: #ffffff;
}

/* --------------------------------------------------
バナー
-------------------------------------------------- */
.l-nav-banner {
  max-width: 450px;
  margin: 50px auto 0;
}

.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: 900px) {
  .js-hamburger {
    display: flex;
    width: 55px;
    min-width: 55px;
    height: 55px;
    background: #47a0bd;
  }
}
/* --------------------------------------------------
ボランのライン
-------------------------------------------------- */
.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: 900px) {
  .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: 900px) {
  .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 {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 3px;
    width: 100%;
    height: 65px;
    padding: 3px;
    background: #ffffff;
  }
}
.l-fixed-button {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 5px 0;
  color: #ffffff;
}
.l-fixed-button:hover {
  color: #ffffff;
}
.l-fixed-button--web {
  background: var(--main-color);
}
.l-fixed-button--line {
  background: #06c755;
}
.l-fixed-button--tel {
  padding: 10px 5px 0;
  background: var(--sub-color);
}

i {
  margin: 0 auto 2px;
  font-size: 12px;
}

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

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

  *レイアウト

================================================================================================================================== */
.l-container {
  display: flex;
}

/* --------------------------------------------------
セクション
-------------------------------------------------- */
.l-section {
  margin-bottom: 100px;
}

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

@media screen and (max-width: 900px) {
  .l-inner {
    padding: 0 20px;
  }
}
/* --------------------------------------------------
テキストマージン
-------------------------------------------------- */
.l-text > *:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2em;
}
.l-text > *:not(h1, h2, h3, h4, h5):last-child {
  margin: 0;
}

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

  *ページトップ

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

@media screen and (max-width: 900px) {
  .js-pagetop {
    right: 15px;
    bottom: 75px;
  }
}
/* --------------------------------------------------
インナー
-------------------------------------------------- */
.js-pagetop_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0 0 5px;
  background: #47a0bd;
  border: 1px solid #47a0bd;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.js-pagetop_inner:hover {
  background: #ffffff;
  color: #47a0bd;
}

@media screen and (max-width: 900px) {
  .js-pagetop_inner {
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 0 0 1px;
  }
}
/* --------------------------------------------------
テキスト
-------------------------------------------------- */
.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: 900px) {
  .js-pagetop__text {
    font-size: 12px;
  }
  .js-pagetop__text::before {
    margin-bottom: 2px;
    font-size: 11px;
  }
}
/* ==================================================================================================================================

  *footer

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

.l-footer-reserve {
  display: flex;
}

@media screen and (max-width: 900px) {
  .l-footer-reserve {
    flex-flow: column;
  }
}
.l-footer-reserve-item {
  flex: 1;
}

@media screen and (max-width: 900px) {
  .l-footer-reserve-item {
    flex: 1;
  }
  .l-footer-reserve-item a {
    padding: 40px 0 60px;
  }
}
.l-footer-reserve-item__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 65px 0 80px;
  text-align: center;
  overflow: hidden;
  transition: background 0.2s;
}
.l-footer-reserve-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
}
.l-footer-reserve-item__link:hover::before {
  transform: scale(1.1);
}

.l-footer-reserve-item__inner {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin: 0 0 45px;
}

@media screen and (max-width: 640px) {
  .l-footer-reserve-item__inner {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}
.l-footer-reserve-item__icon {
  display: block;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .l-footer-reserve-item__icon {
    width: 50px;
    height: 50px;
  }
}
.l-footer-reserve-item__title {
  color: #ffffff;
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
.l-footer-reserve-item__title span {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .l-footer-reserve-item__title {
    font-size: 22px;
    text-align: start;
  }
  .l-footer-reserve-item__title span {
    display: block;
    font-size: 80%;
  }
}
.l-footer-reserve-item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 210px;
  height: 60px;
  margin: 0 auto;
  padding: 3px 20px 7px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
}
.l-footer-reserve-item__button--tel {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  padding: 3px 20px 4px;
  font-size: 32px;
  letter-spacing: 0.1em;
}

/* ----- WEB予約 ----- */
.l-footer-reserve-item__web a::before {
  background: linear-gradient(rgba(110, 110, 110, 0.5), rgba(110, 110, 110, 0.5)), url(../images/common/reserve_web.jpg) no-repeat center/cover;
}
.l-footer-reserve-item__web .l-footer-reserve-item__icon {
  background: #47a0bd;
}

/* ----- LINE予約 ----- */
.l-footer-reserve-item__line a::before {
  background: linear-gradient(rgba(110, 110, 110, 0.5), rgba(110, 110, 110, 0.5)), url(../images/common/reserve_line.jpg) no-repeat center/cover;
}
.l-footer-reserve-item__line .l-footer-reserve-item__icon {
  background: #79b42f;
}

/* ----- LINE予約 ----- */
.l-footer-reserve-item__tel a::before {
  background: linear-gradient(rgba(110, 110, 110, 0.5), rgba(110, 110, 110, 0.5)), url(../images/common/reserve_tel.jpg) no-repeat center/cover;
}
.l-footer-reserve-item__tel .l-footer-reserve-item__icon {
  background: #3c8e59;
}
.l-footer-reserve-item__tel .l-footer-reserve-item__button {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
}

/* --------------------------------------------------
クリニック情報
-------------------------------------------------- */
.l-footer-info {
  padding: 80px 0;
  background: linear-gradient(to right, #e2f6eb, #e2f1f3);
}

.l-footer-info__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

@media screen and (max-width: 900px) {
  .l-footer-info__box {
    flex-direction: column;
  }
}
/* ----- 医院概要 ----- */
.l-footer-address {
  width: 50%;
  padding-right: 100px;
  border-right: 1px solid #ffffff;
}
.l-footer-address th, .l-footer-address td {
  padding: 0 0 25px;
  background: none;
  border: none;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
}
.l-footer-address th {
  display: inline-block;
}
.l-footer-address td {
  width: 80%;
}

@media screen and (max-width: 900px) {
  .l-footer-address {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .l-footer-address th, .l-footer-address td {
    font-size: 14px;
  }
  .l-footer-address td {
    width: 70%;
  }
}
/* ----- クリニック名 ----- */
.l-footer-address__clinic {
  margin-bottom: 15px;
  font-size: 18px;
}

/* ----- 電話番号 ----- */
.l-footer-address__number a {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  .l-footer-address__number a {
    font-size: 22px;
  }
}
.l-footer-hours {
  width: 50%;
  padding-left: 100px;
}

@media screen and (max-width: 900px) {
  .l-footer-hours {
    width: 100%;
    padding-left: 0;
  }
}
/* --------------------------------------------------
Google map
-------------------------------------------------- */
.l-footer__maps {
  width: 100%;
  height: 450px;
}
.l-footer__maps iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .l-footer__maps {
    height: 300px;
  }
}
.l-footer__calendar-text {
  margin-top: 20px;
}

.l-footer-access {
  margin-top: 20px;
}

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

  *連携病院

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

.l-affiliations__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px;
}

@media screen and (max-width: 900px) {
  .l-affiliations__inner {
    flex-flow: column;
    padding: 50px 20px;
  }
}
.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: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  width: 100%;
  max-width: 1000px;
}

.l-affiliations__item {
  width: calc(33.3333333333% - 13.3333333333px);
}

.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: 20px 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: space-between;
  margin: 0 auto;
  padding: 70px 50px;
}

@media screen and (max-width: 900px) {
  .l-banner__inner {
    flex-flow: column;
    padding: 30px 20px 60px;
  }
}
.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: 600px) {
  .l-banner__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.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: #eeeeee;
  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;
}

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

  *footer 下側

================================================================================================================================== */
.l-footer-under {
  padding: 30px 0;
  background: linear-gradient(to right, #e2f6eb, #e2f1f3);
}

@media screen and (max-width: 900px) {
  .l-footer-under {
    padding: 10px 20px 70px;
  }
}
/* --------------------------------------------------
コピーライト
-------------------------------------------------- */
.l-footer-copy {
  text-align: center;
}
.l-footer-copy small {
  color: #222222;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .l-footer-copy small {
    font-size: 11px;
  }
}
.l-footer-under__inner {
  display: flex;
  justify-content: space-between;
  padding: 60px 50px 150px;
}

@media screen and (max-width: 900px) {
  .l-footer-under__inner {
    flex-flow: column;
    gap: 50px;
    padding: 50px 20px 140px;
  }
  .l-footer-under__inner::before {
    width: calc(100% - 40px);
  }
}
.l-footer-under__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background: var(--line-color);
  transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
  .l-footer-under__inner::before {
    width: calc(100% - 40px);
  }
}
/* --------------------------------------------------
ロゴ
-------------------------------------------------- */
.l-footer-info__logo {
  max-width: 430px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .l-footer-info__logo {
    width: 80%;
    max-width: 350px;
  }
}
.l-footer__under--right {
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 900px) {
  .l-footer__under--right {
    gap: 60px;
  }
}
/* --------------------------------------------------
SNS
-------------------------------------------------- */
.l-footer-sns {
  position: relative;
  z-index: 1;
}

.l-footer-sns__inner {
  margin: 0 auto;
  padding: 20px 50px;
}

.l-footer-sns__list {
  display: flex;
  justify-content: flex-end;
  gap: 17px;
}

@media screen and (max-width: 900px) {
  .l-footer-sns__list {
    justify-content: center;
  }
}
.l-footer-sns__item a {
  display: block;
  color: var(--main-color);
  font-size: 23px;
  line-height: 1;
}
.l-footer-sns__item a:hover {
  opacity: 0.5;
}

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

  *テーブル

================================================================================================================================== */
/* --------------------------------------------------
基本設定
-------------------------------------------------- */
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: 900px) {
  .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 .blue {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #4d6ba4;
}
.c-office-hour .blue::before {
  content: "*";
  position: absolute;
  top: -2px;
  right: -2px;
  font-size: 65%;
}
.c-office-hour .brown {
  color: #a07b5b;
}
.c-office-hour .light-brown {
  color: #cac19a;
}

.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%;
  border-spacing: 0;
}
.c-office-hour__table th, .c-office-hour__table td {
  padding: 15px 5px;
  background: none;
  border: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.75;
}
.c-office-hour__table th {
  width: 150px;
  padding-left: 15px !important;
}
.c-office-hour__table th span {
  display: block;
  color: #aeaeae;
  font-size: 12px;
}
.c-office-hour__table td {
  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 #888888;
  border-bottom: 1px solid #888888;
}
.c-office-hour__table tr:nth-child(2) th, .c-office-hour__table tr:nth-child(2) td {
  border-top: 1px solid #888888;
}
.c-office-hour__table tr:last-child th, .c-office-hour__table tr:last-child td {
  border-bottom: 1px solid #888888;
}
.c-office-hour__table tr:last-child td {
  color: #47a0bd;
}
.c-office-hour__table tr:last-child td:last-child {
  color: #222222;
}

.c-office-hour__note {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  font-size: 17px;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .c-office-hour__note {
    font-size: 12px;
  }
}
.c-office-hour__closed {
  order: 2;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #222222;
  color: #db4141;
}

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

@media screen and (max-width: 900px) {
  .c-office-hour__table th, .c-office-hour__table td {
    padding: 10px 0;
    font-size: 13px;
  }
  .c-office-hour__table th {
    width: 120px;
    padding-left: 5px !important;
  }
  .c-office-hour__table tr:nth-child(1) th, .c-office-hour__table tr:nth-child(1) td {
    padding: 15px 5px;
  }
  .c-office-hour__table tr:nth-child(2) th, .c-office-hour__table tr:nth-child(2) td {
    padding: 15px 5px 7.5px;
  }
  .c-office-hour__table tr:nth-child(3) th, .c-office-hour__table tr:nth-child(3) td {
    padding: 7.5px 5px;
  }
  .c-office-hour__table tr:last-child th, .c-office-hour__table tr:last-child td {
    padding: 7.5px 5px 15px;
  }
  .c-office-hour__note {
    padding-left: 10px;
  }
  .c-office-hour__closed {
    font-size: 12px;
  }
  .c-office-hour__caution {
    font-size: 12px;
  }
}
/* ==================================================================================================================================

  *メインボタン

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

/* --------------------------------------------------
メインボタン
-------------------------------------------------- */
.c-main-buttun--center {
  text-align: center;
}
.c-main-buttun a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 55px 5px 0;
  color: var(--text-color);
  font-size: 110%;
  letter-spacing: 0.15em;
  transition: color 0.2s;
}
.c-main-buttun a:hover {
  background: #ffffff;
  color: var(--sub-color);
}
.c-main-buttun a::before {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0 0 0 2px;
  background: var(--bg-color);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  font-size: 80%;
  transform: translateY(-50%);
  transition: background 0.2s, color 0.2s;
}
.c-main-buttun a:hover::before {
  background: #dbf6eb;
  color: var(--sub-color);
}

@media screen and (max-width: 900px) {
  .c-main-buttun a {
    padding: 5px 45px 5px 0;
    font-size: 15px;
  }
  .c-main-buttun a:hover {
    color: var(--main-color);
  }
  .c-main-buttun a::before {
    width: 35px;
    height: 35px;
    font-size: 90%;
  }
  .c-main-buttun a:hover::before {
    background: var(--main-color);
    color: #ffffff;
  }
}
/* --------------------------------------------------
サブボタン
-------------------------------------------------- */
.c-sub-buttun {
  /* 準備中 */
}
.c-sub-buttun--center {
  text-align: center;
}
.c-sub-buttun a {
  position: relative;
  display: inline-block;
  padding: 6px 50px 8px 40px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 300px;
  color: #ffffff;
  font-size: 100%;
  letter-spacing: 0.15em;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}
.c-sub-buttun a:hover {
  background: #ffffff;
  color: var(--main-color);
}
.c-sub-buttun a::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 0 0 0 2px;
  background: #ffffff;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  font-size: 12px;
  transform: translateY(-50%);
  transition: background 0.2s, color 0.2s;
}
.c-sub-buttun a:hover::after {
  background: var(--main-color);
  color: #ffffff;
}
.c-sub-buttun--coming a {
  pointer-events: none;
}
.c-sub-buttun--coming a::before {
  content: "準備中";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 300px;
  color: #ffffff;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 900px) {
  .c-sub-buttun a {
    padding: 6px 35px 8px 25px;
    font-size: 12px;
    text-align: center;
  }
  .c-sub-buttun a::after {
    right: 8px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
/* ==================================================================================================================================

  *検索フォーム

================================================================================================================================== */
.c-search__form {
  z-index: 2;
  display: block;
}
.c-search__form label {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background: #f2f2f2;
  border-radius: 300px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-search__form--header label {
  background: rgba(255, 255, 255, 0.2);
}
.c-search__form--nav label {
  background: rgb(255, 255, 255);
}

.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: 9px 20px 10px 45px;
  color: #ffffff;
}
.c-search__text--header::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.c-search__btn {
  position: absolute;
  top: 49%;
  left: 20px;
  font-size: 13px;
  transform: translateY(-50%);
}
.c-search__btn--header {
  color: rgba(255, 255, 255, 0.7);
}
@charset "UTF-8";
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
.front {
  overflow: hidden;
}

.f-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 900px) {
  .f-inner {
    padding: 0 20px;
  }
}
/* --------------------------------------------------
ボタン
-------------------------------------------------- */
.f-button a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 0 10px 60px;
  color: #4eb588;
  font-size: 16px;
  letter-spacing: 0.15em;
  transition: color 0.2s;
}
.f-button a:hover {
  color: var(--main-color);
}
.f-button a::before {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0 0 1px 1px;
  background: #85ccad;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0;
  transform: translateY(-50%);
  transition: background 0.2s, color 0.2s;
}
.f-button a:hover::before {
  background: var(--main-color);
  color: #ffffff;
}
.f-button--small a {
  padding: 3px 0 7px 55px;
}
.f-button--small a::before {
  width: 40px;
  height: 40px;
  padding: 0 0 1px 1px;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .f-button a {
    padding: 5px 0 5px 40px;
    font-size: 13px;
  }
  .f-button a::before {
    width: 30px;
    height: 30px;
  }
}
/* --------------------------------------------------
背景
-------------------------------------------------- */
.f-bg {
  width: 100%;
  background: linear-gradient(to right, #e2f6eb, #e2f1f3);
}

@keyframes flowing-y {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.f-wrap {
  position: relative;
}

.f-wrap-flow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: -1;
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
}
.f-wrap-flow ul {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
  margin: 0;
  padding: 0;
  transform: none;
  animation: flowing-y 200s linear infinite;
}
.f-wrap-flow ul li {
  display: inline-block;
  padding: 0 10px;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #87bccf;
  font-size: 150px;
  line-height: 1;
  opacity: 0.2;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 900px) {
  .f-wrap-flow ul li {
    font-size: 80px;
  }
}
/* ==================================================================================================================================

  *タイトル

================================================================================================================================== */
/* --------------------------------------------------
ベース設定
-------------------------------------------------- */
.f-title {
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.65;
}

.f-title__jp {
  color: #222222;
}

.f-title__en {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #87bccf;
}

/* --------------------------------------------------
横並び
-------------------------------------------------- */
.f-title--horizontal {
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .f-title--horizontal {
    flex-flow: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.f-title--horizontal .f-title__jp {
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .f-title--horizontal .f-title__jp {
    font-size: 26px;
  }
}
.f-title--horizontal .f-title__en {
  position: relative;
  top: -5px;
  padding: 0 0 0 30px;
  font-size: 20px;
}
.f-title--horizontal .f-title__en::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 0;
  display: block;
  width: 1px;
  height: 17px;
  background: var(--main-color);
  transform: rotate(30deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .f-title--horizontal .f-title__en {
    font-size: 18px;
  }
}

/* --------------------------------------------------
縦並び
-------------------------------------------------- */
.f-title__vertical {
  flex-flow: column;
  gap: 10px;
  margin: 0 auto 50px;
  text-align: center;
}
.f-title__vertical .f-title__jp {
  font-size: 46px;
}
@media screen and (max-width: 900px) {
  .f-title__vertical .f-title__jp {
    font-size: 26px;
  }
}
.f-title__vertical .f-title__en {
  font-size: 23px;
}
@media screen and (max-width: 900px) {
  .f-title__vertical .f-title__en {
    font-size: 18px;
  }
}

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

  *メインビジュアル

================================================================================================================================== */
/* --------------------------------------------------
MVのアニメーション
-------------------------------------------------- */
@keyframes fadeVertical {
  0% {
    opacity: 1;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  100% {
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes moveActive {
  0% {
    left: calc(50% - 30px);
  }
  100% {
    left: calc(50% - 60px);
  }
}
@keyframes moveNext {
  0% {
    left: 50%;
  }
  100% {
    left: calc(50% - 30px);
  }
}
.f-mainvisual-img__item.is-active {
  z-index: 3;
  animation: fadeVertical 1s ease-in-out forwards 6s;
}

.f-mainvisual-img__item.is-active picture {
  animation: moveActive 7s linear infinite;
}

.f-mainvisual-img__item.is-next picture {
  z-index: 2;
  animation: moveNext 7s linear infinite;
}

/* --------------------------------------------------
MVのベース
-------------------------------------------------- */
.f-mainvisual {
  position: relative;
  z-index: 1;
  height: calc(100vh - 100px);
  min-height: 700px;
  overflow: hidden;
}
.f-mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
  .f-mainvisual {
    height: calc(100svh - 55px);
  }
}
.f-mainvisual__inner {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  padding: 0 70px;
}

@media screen and (max-width: 900px) {
  .f-mainvisual__inner {
    bottom: 70px;
    padding: 0 25px;
  }
}
.f-mainvisual__catch {
  color: #ffffff;
  letter-spacing: 0.25em;
}
.f-mainvisual__catch--main {
  margin-bottom: 40px;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 1;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
}
.f-mainvisual__catch--sub {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 900px) {
  .f-mainvisual__catch--main {
    font-size: 30px;
  }
  .f-mainvisual__catch--sub {
    font-size: 14px;
  }
}
/* --------------------------------------------------
MVの画像
-------------------------------------------------- */
.f-mainvisual-img {
  position: relative;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .f-mainvisual-img {
    flex-flow: column;
  }
}
.f-mainvisual-img__list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-mainvisual-img__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.f-mainvisual-img__item picture {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  transform: translate(-50%, -50%);
}
.f-mainvisual-img__item picture img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

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

  *ポップアップ

================================================================================================================================== */
.f-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: none;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .f-popup {
    top: 55px;
    bottom: auto;
  }
}
.f-popup-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
  background: rgba(193, 228, 213, 0.9);
}

@media screen and (max-width: 900px) {
  .f-popup-inner {
    flex-flow: column;
    gap: 10px;
    padding: 15px 50px;
  }
}
.f-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background: #85ccad;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.f-popup-close:hover {
  background: #6aa98d;
}
.f-popup-close::before, .f-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #ffffff;
}
.f-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.f-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .f-popup-close {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .f-popup-close::before, .f-popup-close::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ffffff;
  }
}
.f-popup-item {
  display: block;
  max-width: 600px;
  margin: 0;
}
.f-popup-item:hover {
  opacity: 0.7;
}

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

  *バナーエリア

================================================================================================================================== */
.f-banner__inner {
  max-width: 1150px;
  padding: 100px 50px 80px;
}

@media screen and (max-width: 900px) {
  .f-banner__inner {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 20px 20px;
  }
}
.f-banner__list-top {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}

.f-banner__list-bottom {
  margin: 35px 0 0;
  padding: 0 30px;
}

@media screen and (max-width: 900px) {
  .f-banner__list-bottom {
    margin: 20px 0 0;
    padding: 0;
  }
}
#f-banner .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
#f-banner .splide__arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#f-banner .splide__arrow span::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #92cadc;
  font-size: 20px;
  line-height: 1;
  transition: color 0.2s;
}
#f-banner .splide__arrow--prev {
  left: 0;
}
#f-banner .splide__arrow--prev span::before {
  content: "\f104";
}
#f-banner .splide__arrow--next {
  right: 0;
}
#f-banner .splide__arrow--next span::before {
  content: "\f105";
}

@media screen and (max-width: 900px) {
  #f-banner .splide__arrow {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #f-banner .splide__slide:not(:last-child) {
    margin: 0 auto 20px;
  }
}
.f-banner-item a:hover {
  opacity: 0.7;
}

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

  *ニュース

================================================================================================================================== */
.f-news {
  position: relative;
  z-index: 1;
}
.f-news::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 280px;
  background: linear-gradient(to right, #e2f6eb, #e2f1f3);
}

.f-news__inner {
  padding: 100px 50px 190px;
}

@media screen and (max-width: 900px) {
  .f-news__inner {
    padding: 50px 20px 150px;
  }
}
.f-news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .f-news__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .f-news-button {
    margin: 40px auto 0;
    text-align: center;
  }
}
.f-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 50px 0 0;
}

@media screen and (max-width: 1200px) {
  .f-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .f-news__list {
    gap: 15px;
  }
}
.f-news-item a {
  display: block;
  height: 100%;
  padding: 30px;
  background: #f9f9f9;
}

@media screen and (max-width: 900px) {
  .f-news-item a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 600px) {
  .f-news-item a {
    padding: 15px;
  }
}
.f-news-item__date {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #72b3ca;
  font-size: 17px;
}

@media screen and (max-width: 900px) {
  .f-news-item__date {
    font-size: 12px;
  }
}
.f-news-item__title {
  padding: 10px 0 20px;
  border-bottom: 1px solid #d1d1d1;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  color: #222222;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .f-news-item__title {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
.f-news-item__text {
  padding: 20px 0 0;
  color: #555555;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .f-news-item__text {
    padding: 10px 0 0;
    font-size: 13px;
  }
}
.f-news__bg {
  height: 280px;
  margin: -90px 0 -70px;
}

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

  *インフォメーション

================================================================================================================================== */
.f-info {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: -70px auto 0;
  overflow: hidden;
}

.f-info__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  gap: 130px;
  max-width: none;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 900px) {
  .f-info__inner {
    flex-flow: column;
    gap: 40px;
    margin: 0 auto;
    padding: 0 20px 0 0;
  }
}
/* --------------------------------------------------
左側
-------------------------------------------------- */
.f-info__img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: 600px;
  overflow: hidden;
}

.f-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 50% left 50%;
}

@media screen and (max-width: 900px) {
  .f-info__img {
    width: calc(100% - 20px);
    min-height: auto;
    max-height: 400px;
    margin: -50px auto 0 0;
  }
  .f-info__img img {
    object-position: left bottom;
  }
}
/* --------------------------------------------------
右側
-------------------------------------------------- */
.f-info__right {
  flex-shrink: 0;
  width: 55%;
  max-width: 550px;
  margin: 150px 0 0;
}

@media screen and (max-width: 900px) {
  .f-info__right {
    order: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 20px;
  }
}
/* ----- 医院概要 ----- */
.f-info-address {
  margin-top: 40px;
}
.f-info-address th, .f-info-address td {
  padding: 0 0 25px;
  background: none;
  border: none;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
}
.f-info-address th {
  display: inline-block;
}
.f-info-address td {
  width: 80%;
}

.f-info-address__button {
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .f-info-address th, .f-info-address td {
    font-size: 14px;
  }
  .f-info-address td {
    width: 65%;
  }
}
/* ----- 電話番号 ----- */
.f-info-address__number a {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  .f-info-address__number a {
    font-size: 22px;
  }
}
/* ==================================================================================================================================

  *当院の内視鏡検査について

================================================================================================================================== */
.f-about {
  padding: 130px 0 70px;
}

/* --------------------------------------------------
メッセージ
-------------------------------------------------- */
.f-about-message {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .f-about-message {
    flex-direction: column;
    gap: 20px;
  }
}
.f-about-message__left {
  width: calc(50% + 60px);
  background: linear-gradient(to right, #e2f6eb, #e2f1f3);
}

@media screen and (max-width: 900px) {
  .f-about-message__left {
    order: 2;
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
  }
}
.f-about-message__text {
  max-width: 760px;
  margin: 0 0 0 auto;
  padding: 80px 100px 80px 50px;
  font-size: 18px;
}
.f-about-message__text p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 900px) {
  .f-about-message__text {
    padding: 30px 20px;
    font-size: 15px;
  }
}
.f-about-message__img {
  display: grid;
  width: calc(50% - 80px);
  height: 500px;
  overflow: hidden;
}
.f-about-message__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (max-width: 900px) {
  .f-about-message__img {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    min-height: auto;
    margin: 0 0 0 auto;
  }
}
/* --------------------------------------------------
リンク
-------------------------------------------------- */
.f-about__inner {
  max-width: 1400px;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 900px) {
  .f-about__inner {
    padding: 0 20px;
  }
}
.f-about__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .f-about__bottom {
    gap: 50px;
  }
}
@media screen and (max-width: 900px) {
  .f-about__bottom {
    flex-direction: column;
    gap: 30px;
  }
}
.f-about__bottom-left {
  width: calc(50% - 120px);
  max-width: 480px;
}

@media screen and (max-width: 900px) {
  .f-about__bottom-left {
    width: 100%;
  }
}
.f-about-pulldown__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #a0a0a0;
  color: #222222;
  cursor: pointer;
}

.f-about-pulldown__icon {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #92cadc;
  border-radius: 50%;
  transition: background 0.2s;
}

.f-about-pulldown__title {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .f-about-pulldown__title {
    font-size: 18px;
  }
}
.f-about-pulldown__buttuon {
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}
.f-about-pulldown__buttuon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 15px;
  height: 1px;
  background-color: #a0a0a0;
}
.f-about-pulldown__buttuon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 1px;
  height: 15px;
  background-color: #a0a0a0;
  transition: transform 0.3s, opacity 0.3s;
}
.f-about-pulldown__buttuon.is-active::after {
  opacity: 0;
  transform: rotate(90deg);
}

.f-about-pulldown__content {
  display: none;
  padding: 15px 20px;
  background: linear-gradient(135deg, rgb(247, 247, 247), rgb(226, 241, 243));
}

.f-about-pulldown__link {
  display: block;
  width: fit-content;
  color: var(--text-color);
  font-size: 90%;
}
.f-about-pulldown__link:not(:last-child) {
  margin-bottom: 10px;
}
.f-about-pulldown__link:before {
  content: "-";
}

.f-about__bottom-right {
  width: 880px;
  margin-right: -130px;
}

@media screen and (max-width: 900px) {
  .f-about__bottom-right {
    width: 100%;
    margin: 0;
  }
}
.f-about__bg-text {
  position: relative;
  z-index: -1;
  margin-top: -30px;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #87bccf;
  font-size: 160px;
  line-height: 1;
  letter-spacing: 10px;
  opacity: 0.2;
}

@media screen and (max-width: 1200px) {
  .f-about__bg-text {
    font-size: 120px;
  }
}
@media screen and (max-width: 900px) {
  .f-about__bg-text {
    margin-top: 0;
    font-size: 40px;
  }
}
/* ==================================================================================================================================

  *診療のご案内

================================================================================================================================== */
.f-medical {
  position: relative;
  z-index: 1;
  padding: 0 0 150px;
  overflow: hidden;
}
.f-medical::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 450px);
  background: linear-gradient(to right, rgb(226, 246, 235), rgb(226, 241, 243));
}

@media screen and (max-width: 640px) {
  .f-medical {
    padding: 0 0 100px;
  }
}
.f-medical__bg-text {
  position: absolute;
  right: 0;
  bottom: -35px;
  z-index: -1;
  color: #ffffff;
  font-size: 160px;
  line-height: 1;
  letter-spacing: 10px;
  white-space: nowrap;
  opacity: 0.7;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .f-medical__bg-text {
    font-size: 80px;
  }
}
@media screen and (max-width: 900px) {
  .f-medical__bg-text {
    bottom: -5px;
    font-size: 60px;
  }
}
/* --------------------------------------------------
背景が写真のもの
-------------------------------------------------- */
.f-medical-img__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 70px;
}

@media screen and (max-width: 900px) {
  .f-medical-img__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
}
.f-medical-img-item {
  position: relative;
  z-index: 1;
  height: fit-content;
  overflow: hidden;
}
.f-medical-img-item:nth-child(odd) {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .f-medical-img-item {
    height: 100%;
  }
  .f-medical-img-item:nth-child(odd) {
    margin-top: 0;
  }
}
.f-medical-img-item__link {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
}

.f-medical-img-item__bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.f-medical-img-item__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(127, 127, 127, 0.4);
}
.f-medical-img-item__bg img {
  transition: transform 0.4s;
}

.f-medical-img-item__link:hover .f-medical-img-item__bg img {
  transform: scale(1.08);
}

@media screen and (max-width: 900px) {
  .f-medical-img-item__bg {
    position: absolute;
    top: 0;
  }
}
.f-medical-img-item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 20px 20px 50px;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .f-medical-img-item__text {
    position: relative;
    top: 0;
    height: 100%;
    padding: 30px 10px;
  }
}
.f-medical-img-item__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.65;
  text-align: center;
}
.f-medical-img-item__title span {
  display: block;
  font-size: 70%;
}
.f-medical-img-item__title--en {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #c9e6ef;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .f-medical-img-item__title {
    font-size: 18px;
  }
  .f-medical-img-item__title--en {
    margin: 0 auto auto;
    font-size: 12px;
  }
}
.f-medical-img-item__button {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 210px;
  margin: 20px auto 0;
  padding: 5px 30px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.f-medical-img-item__button::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.2s, color 0.2s;
}

@media screen and (max-width: 900px) {
  .f-medical-img-item__button {
    max-width: 400px;
    margin: 20px auto 0;
    padding: 5px 30px;
    font-size: 14px;
  }
}
/* --------------------------------------------------
アイコンだけのもの
-------------------------------------------------- */
.f-medical-icon__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 70px;
}

@media screen and (max-width: 900px) {
  .f-medical-icon__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.f-medical-icon-item__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background: #92cadc;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  .f-medical-icon-item__icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
.f-medical-icon-item__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 40px 20px 25px;
  background: #ffffff;
  border: 1px solid #c2d9e0;
  color: var(--text-color);
  line-height: 1.6;
}
.f-medical-icon-item__link::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1;
  transform: translateY(-50%);
}

.f-medical-icon-item__title {
  font-size: 20px;
}
.f-medical-icon-item__title span {
  display: block;
  font-size: 70%;
  line-height: 1.3;
}

@media screen and (max-width: 900px) {
  .f-medical-icon-item__title {
    font-size: 16px;
  }
}
/* --------------------------------------------------
プルダウンのもの
-------------------------------------------------- */
.f-medical-pulldown {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 50px auto 0;
}

@media screen and (max-width: 600px) {
  .f-medical-pulldown {
    grid-template-columns: repeat(1, 1fr);
  }
}
.f-medical-pulldown__cotainer {
  height: fit-content;
  background: #ffffff;
  border: 1px solid #c2d9e0;
}

@media screen and (max-width: 900px) {
  .f-medical-pulldown__cotainer {
    padding: 10px 10px 15px;
  }
}
.f-medical-pulldown__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px 0;
  margin: 0 40px 0 0;
  padding: 20px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .f-medical-pulldown__header {
    justify-content: center;
    margin: 0;
    padding: 0 0 10px;
  }
}
.f-medical-pulldown__img {
  flex-shrink: 0;
  width: 260px;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 900px) {
  .f-medical-pulldown__img {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
  }
  .f-medical-pulldown__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.f-medical-pulldown__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin: 0 25px 0 0;
  background: #92cadc;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  .f-medical-pulldown__icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
  }
}
.f-medical-pulldown__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .f-medical-pulldown__title {
    font-size: 18px;
  }
}
.f-medical-pulldown__buttuon {
  position: absolute;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}
.f-medical-pulldown__buttuon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 15px;
  height: 1px;
  background-color: #a0a0a0;
}
.f-medical-pulldown__buttuon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 1px;
  height: 15px;
  background-color: #a0a0a0;
  transition: transform 0.3s, opacity 0.3s;
}
.f-medical-pulldown__buttuon.is-active::after {
  opacity: 0;
  transform: rotate(90deg);
}

@media screen and (max-width: 900px) {
  .f-medical-pulldown__buttuon {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 20px;
  }
}
.f-medical-pulldown__content {
  display: none;
  margin: 10px auto 0;
  padding: 25px 15px 20px;
  border-top: 1px solid #c2d9e0;
}

.f-medical-pulldown-list {
  display: flex;
  flex-flow: wrap;
  gap: 15px 25px;
}

.f-medical-pulldown-list__item:not(:last-child) {
  font-size: 90%;
}

.f-medical-pulldown-list__link {
  color: var(--text);
}
.f-medical-pulldown-list__link::before {
  content: "-";
}

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

  *メッセージ

================================================================================================================================== */
.f-message__container {
  position: relative;
  z-index: 1;
  padding: 115px 0 90px;
}

@media screen and (max-width: 900px) {
  .f-message__container {
    padding: 80px 0;
  }
}
/* ----- パララックス ----- */
.f-message__parallax {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.f-message__parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.f-message__parallax video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.f-message__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  font-size: 42px;
  text-align: center;
}
.f-message__title--en {
  margin: 10px 0 15px;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #c9e6ef;
  font-size: 17px;
  text-align: center;
}
.f-message__title--text {
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .f-message__title {
    font-size: 26px;
  }
  .f-message__title--en {
    font-size: 12px;
  }
  .f-message__title--text {
    font-size: 14px;
  }
}
.f-message__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
  width: fit-content;
  margin-top: 340px;
  grid-template-areas: "item1 ." "item2 item3" "item4 item5";
}

@media screen and (max-width: 900px) {
  .f-message__list {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 100px;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6";
  }
}
.f-message-item {
  width: fit-content;
  min-width: 330px;
}
.f-message-item:nth-child(1) {
  grid-area: item1;
}
.f-message-item:nth-child(2) {
  grid-area: item2;
}
.f-message-item:nth-child(3) {
  grid-area: item3;
}
.f-message-item:nth-child(4) {
  grid-area: item4;
}
.f-message-item:nth-child(5) {
  grid-area: item5;
}
.f-message-item a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 0;
  border-bottom: 1px solid #a0a0a0;
}
.f-message-item a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-50%);
  transition: right 0.4s;
}
.f-message-item a:hover::after {
  right: 12px;
}

@media screen and (max-width: 900px) {
  .f-message-item {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
}
.f-message-item__icon {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: #325b69;
  border-radius: 50%;
  transition: background 0.4s;
}

.f-message-item__title {
  color: #ffffff;
  font-size: 20px;
}

.f-message-item a:hover .f-message-item__icon {
  background: #467686;
}

@media screen and (max-width: 900px) {
  .f-message-item__title {
    font-size: 15px;
  }
}
.f-message-banner {
  position: relative;
  z-index: 1;
  display: block;
}
.f-message-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to right, #f7f7f7, #e2f1f3);
}

.f-inner--message-banner {
  max-width: 1200px;
  padding: 100px 50px;
}

@media screen and (max-width: 900px) {
  .f-inner--message-banner {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }
}
/* ==================================================================================================================================

  *無限スライダ

================================================================================================================================== */
.infinitySlider {
  margin: 0 0 100px;
}
.infinitySlider .splide__slide {
  width: 380px !important;
}
.infinitySlider .splide__slide:nth-child(odd) {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .infinitySlider {
    margin: 50px 0;
  }
  .infinitySlider .splide__slide {
    width: 270px !important;
  }
  .infinitySlider .splide__slide:nth-child(odd) {
    margin-top: 40px;
  }
}
/* ==================================================================================================================================

  *当院の特徴

================================================================================================================================== */
/* --------------------------------------------------
大きい方
-------------------------------------------------- */
/* ----- 文章 ----- */
.f-features__inner {
  max-width: none;
  padding: 0;
}

.f-feature-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 125px;
  padding: 0 0 0 50px;
}
.f-feature-item:not(:last-child) {
  margin: 0 0 50px;
}

@media screen and (max-width: 900px) {
  .f-feature-item {
    flex-flow: column-reverse;
    gap: 30px;
    padding: 0 0 0 30px;
  }
  .f-feature-item:not(:last-child) {
    margin: 0 0 50px;
  }
}
.f-feature-item__container {
  display: flex;
  gap: 35px;
  width: 50%;
  max-width: 650px;
}

@media screen and (max-width: 900px) {
  .f-feature-item__container {
    gap: 20px;
    width: 100%;
    padding: 0 20px 0 10px;
  }
}
.f-feature-item__number {
  position: relative;
  z-index: 1;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 600;
  color: #87bccf;
  font-size: 20px;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 900px) {
  .f-feature-item__number {
    font-size: 15px;
  }
}
.f-feature-item__line {
  display: inline-block;
  width: 1px;
  height: calc(100% - 130px);
  margin: 0;
  margin: 15px auto 0;
  background: #87bccf;
}

@media screen and (max-width: 900px) {
  .f-feature-item__line {
    height: calc(100% - 200px);
  }
}
.f-feature-item__inner {
  position: relative;
  z-index: 1;
  padding: 15px 0 0;
}

.f-feature-item__number-bg {
  position: absolute;
  top: -50px;
  right: -10px;
  color: #94d1e7;
  font-size: 210px;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.2;
}

@media screen and (max-width: 900px) {
  .f-feature-item__number-bg {
    top: -20px;
    right: 10px;
    font-size: 100px;
  }
}
.f-feature-item__title {
  font-size: 42px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .f-feature-item__title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.f-feature-item__text {
  margin-top: 30px;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .f-feature-item__text {
    font-size: 15px;
  }
}
.f-feature-item__button {
  display: flex;
  justify-content: flex-end;
  gap: 45px;
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .f-feature-item__button {
    gap: 20px;
  }
}
/* ----- 写真 ----- */
.f-feature-item__img {
  flex-shrink: 0;
  width: calc(50% - 25px);
  height: 460px;
}
.f-feature-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  .f-feature-item__img {
    flex-shrink: 0;
    width: 100%;
    height: auto;
  }
  .f-feature-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* ----- 画像が左 ----- */
.f-feature-item:nth-child(even) {
  flex-direction: row-reverse;
  padding: 0 50px 0 0;
}
.f-feature-item:nth-child(even) .f-feature-item__container {
  flex-direction: row-reverse;
}

@media screen and (max-width: 900px) {
  .f-feature-item:nth-child(even) {
    flex-direction: column-reverse;
    padding: 0 30px 0 0;
  }
  .f-feature-item:nth-child(even) .f-feature-item__container {
    flex-direction: row-reverse;
    padding: 0 0 0 20px;
  }
}
/* --------------------------------------------------
小さい方
-------------------------------------------------- */
.f-feature-small {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(255, 255, 255), #e2f1f3);
}

.f-feature-small__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

@media screen and (max-width: 900px) {
  .f-feature-small__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.f-inner--feature-small {
  max-width: 1400px;
  padding: 80px 50px 100px;
}

@media screen and (max-width: 900px) {
  .f-inner--feature-small {
    padding: 50px 20px 80px;
  }
}
.f-feature-small-item__container {
  position: relative;
  z-index: 1;
}

.f-feature-small__number {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 600;
  color: #87bccf;
  font-size: 20px;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 900px) {
  .f-feature-small__number {
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 1;
    font-size: 11px;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}
.f-feature-small__line {
  display: inline-block;
  flex-shrink: 0;
  width: 1px;
  height: 100px;
  margin: 0;
  margin: 15px auto 0;
  background: #87bccf;
}

@media screen and (max-width: 900px) {
  .f-feature-small__line {
    display: none;
  }
}
.f-feature-small__title {
  margin-top: 20px;
  padding: 0 50px 0 0;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .f-feature-small__title {
    padding: 0;
    font-size: 15px;
  }
}
.f-feature-small__buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.f-features__bg-text {
  position: absolute;
  right: 0px;
  bottom: -35px;
  z-index: -1;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 160px;
  line-height: 1;
  letter-spacing: 10px;
  white-space: nowrap;
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  .f-features__bg-text {
    bottom: -10px;
    font-size: 50px;
    letter-spacing: 0.1em;
  }
}