@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;
}

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

  *基本設定

================================================================================================================================== */
body {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

body, .is-fixed .l-nav__list {
  min-width: 1400px;
}

@media screen and (max-width: 640px) {
  body, .l-nav {
    min-width: auto;
  }
}
.lp {
  overflow: hidden;
}

.p-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 640px) {
  .p-inner {
    padding: 0 20px;
  }
}
/* ==================================================================================================================================

  *header

================================================================================================================================== */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

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

@media screen and (max-width: 640px) {
  .l-header__inner {
    align-items: center;
    gap: 0;
  }
}
/* --------------------------------------------------
ロゴ
-------------------------------------------------- */
.l-header__logo {
  z-index: 10;
  padding: 20px 0 0 40px;
}
.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: 640px) {
  .l-header__logo {
    display: none;
  }
}
.l-header__logo--sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-header__logo--sp {
    display: block;
    width: 100%;
    height: 55px;
    background: #ffffff;
    text-align: center;
  }
  .l-header__logo--sp a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 8px 10px;
  }
  .l-header__logo--sp img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
}
/* --------------------------------------------------
ボタン
-------------------------------------------------- */
.l-header-buttons {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}

.l-header-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 0 25px;
}
.l-header-button__tel {
  padding: 15px 25px 0;
}
.l-header-button__official {
  background: #3771a6;
}
.l-header-button__web {
  background: #47a0bd;
}
.l-header-button__line {
  background: #6a8e3c;
}

@media screen and (max-width: 640px) {
  .l-header-buttons {
    display: none;
  }
}
.l-header-button__text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}
.l-header-button__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-button__text--number i {
  font-size: 20px;
}
.l-header-button__text--en {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.l-header-button__text--big {
  font-size: 18px;
}

/* --------------------------------------------------
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: 640px) {
  .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;
  }
}
/* ==================================================================================================================================

  *ナビゲーション

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

.l-nav {
  position: absolute;
  top: 120px;
  right: 20px;
  z-index: 11;
}

/* --------------------------------------------------
ナビゲーションコンテナー
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .l-nav__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: auto;
  }
}
/* --------------------------------------------------
ナビゲーションラッパー
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .l-nav__wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 60px 20px;
  }
}
/* --------------------------------------------------
ナビゲーションリスト
-------------------------------------------------- */
.l-nav__list {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 640px) {
  .l-nav__list {
    flex-flow: column;
    gap: 0;
  }
}
.l-nav-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .l-nav-item {
    padding: 15px 20px;
    border-bottom: 1px solid var(--line-color);
  }
}
.l-nav-item__title--en {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #98d7eb;
  font-size: 12px;
}
.l-nav-item__title--jp {
  color: #ffffff;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .l-nav-item__title--en {
    display: none;
  }
  .l-nav-item__title--jp {
    color: var(--text-color);
    font-size: 15px;
  }
}
/* --------------------------------------------------
固定時のナビゲーション
-------------------------------------------------- */
.is-fixed .l-nav__list {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 15px 10px;
  background: white;
}
.is-fixed .l-nav-item__title--jp {
  color: var(--text-color);
}

/* --------------------------------------------------
WEB予約
-------------------------------------------------- */
.l-nav__reserve {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-nav__reserve {
    display: block;
    margin-top: 30px;
  }
  .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: 17px 15px 23px;
    background: var(--sub-color);
    line-height: 1.65;
  }
  .l-nav__reserve--item--tel span {
    display: block;
    margin-top: 5px;
    font-size: 150%;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .l-nav__reserve--item--web {
    background: #47a0bd;
    font-size: 18px;
  }
  .l-nav__reserve--item--line {
    background: #6a8e3c;
    font-size: 18px;
  }
}
/* --------------------------------------------------
診療時間
-------------------------------------------------- */
.l-nav-hours {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-nav-hours {
    display: block;
    margin-top: 30px;
    background: #ffffff;
  }
}
/* --------------------------------------------------
バナー
-------------------------------------------------- */
.l-nav-banner {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-nav-banner {
    display: block;
    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: 100;
  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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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;
}

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

  *診療時間

================================================================================================================================== */
.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-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  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;
  }
}
/* ==================================================================================================================================

  *固定ボタン

================================================================================================================================== */
/* --------------------------------------------------
スマホ下部
-------------------------------------------------- */
.l-fixed {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 3px;
    width: 100%;
    height: 60px;
    padding: 3px;
    background: #ffffff;
  }
}
.l-fixed-button {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3px 5px;
  color: #ffffff;
}
.l-fixed-button:hover {
  color: #ffffff;
}
.l-fixed-button--web {
  background: #47a0bd;
}
.l-fixed-button--line {
  background: #6a8e3c;
}
.l-fixed-button--access {
  background: #47bda5;
}
.l-fixed-button--tel {
  padding: 5px 5px 3px;
  background: var(--sub-color);
}

i {
  margin: 0 auto 1px;
  font-size: 11px;
}

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

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

  *タイトル

================================================================================================================================== */
.p-title {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.p-title--gradation {
  background: linear-gradient(to right, #d2e7dc, #cce8ee);
}

@media screen and (max-width: 640px) {
  .p-title {
    padding: 50px 20px;
  }
}
.p-title__jp {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 1;
  width: 100%;
  color: #222222;
  font-size: 40px;
  line-height: 1.5;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .p-title__jp {
    font-size: 24px;
  }
}
.p-title__en {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #87bccf;
  font-size: 110px;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0.2;
}
.p-title__en--white {
  color: #ffffff;
  opacity: 0.4;
}
.p-title__en--reason {
  font-size: 130px;
}

@media screen and (max-width: 640px) {
  .p-title__en {
    font-size: 50px;
  }
}
/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
/* --------------------------------------------------
MVのベース
-------------------------------------------------- */
.p-mainvisual {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .p-mainvisual {
    height: calc(100svh - 115px);
    margin-top: 55px;
  }
}
.p-mainvisual__inner {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 120px;
}

@media screen and (max-width: 640px) {
  .p-mainvisual__inner {
    bottom: 20px;
    padding: 0 25px;
  }
}
/* --------------------------------------------------
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);
  }
}
.p-mainvisual-img__item.is-active {
  z-index: 3;
  animation: fadeVertical 1s ease-in-out forwards 6s;
}

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

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

/* --------------------------------------------------
MVの画像
-------------------------------------------------- */
.p-mainvisual-img {
  position: relative;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .p-mainvisual-img {
    flex-flow: column;
  }
}
.p-mainvisual-img__list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-mainvisual-img__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 9, 26, 0.5);
}
.p-mainvisual-img__list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 10;
  display: block;
  width: 841px;
  height: 1018px;
  background: url(../images/lp/mainvisual_logo.svg) no-repeat center/cover;
  opacity: 0.1;
  transform: translateY(-50%);
}

.p-mainvisual-img__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-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%);
}
.p-mainvisual-img__item picture img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

/* --------------------------------------------------
キャッチコピー
-------------------------------------------------- */
.p-mainvisual__catch {
  color: #ffffff;
  letter-spacing: 0.25em;
}
.p-mainvisual__catch--main {
  margin-bottom: 20px;
  font-size: 43px;
  line-height: 1.6;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
}
.p-mainvisual__catch--sub {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #bee0eb;
  font-size: 18px;
  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: 640px) {
  .p-mainvisual__catch--main {
    font-size: 22px;
  }
  .p-mainvisual__catch--sub {
    font-size: 13px;
  }
}
.p-mainvisual-banner {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .p-mainvisual-banner {
    margin-top: 20px;
  }
}
.p-mainvisual-banner-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: fit-content;
  height: 100%;
  padding: 10px 20px;
  background: rgba(16, 31, 65, 0.7);
  border: 1px solid #111a2e;
}

@media screen and (max-width: 400px) {
  .p-mainvisual-banner-item {
    width: 100%;
  }
}
.p-mainvisual-banner-item__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-mainvisual-banner-item__title {
    font-size: 12px;
  }
}
.p-mainvisual-banner-item__icon {
  flex-shrink: 0;
  max-width: 70px;
  background: #001432;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .p-mainvisual-banner-item__icon {
    max-width: 40px;
  }
}
/* ==================================================================================================================================

  *お問い合わせ

================================================================================================================================== */
.p-reserve {
  display: flex;
}

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

@media screen and (max-width: 640px) {
  .p-reserve-item {
    flex: 1;
  }
  .p-reserve-item a {
    padding: 20px 0 40px;
  }
}
.p-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;
}
.p-reserve-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
}
.p-reserve-item__link:hover::before {
  transform: scale(1.1);
}

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

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

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

@media screen and (max-width: 640px) {
  .p-reserve-item__title {
    font-size: 22px;
    text-align: start;
  }
  .p-reserve-item__title span {
    display: block;
    font-size: 80%;
  }
}
.p-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;
}
.p-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予約 ----- */
.p-reserve-item__web a::before {
  background: linear-gradient(rgba(110, 110, 110, 0.5), rgba(110, 110, 110, 0.5)), url(../images/lp/reserve_webyoyaku_img.jpg) no-repeat center/cover;
}
.p-reserve-item__web .p-reserve-item__icon {
  background: #47a0bd;
}

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

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

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

  *このような症状の方大腸カメラ検査をお勧めします

================================================================================================================================== */
.p-symptom-content {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom left, #e0f1f5, #c2e1e8);
}
.p-symptom-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 1375px;
  height: 100%;
  background: url(../images/lp/symptom_img.png) no-repeat left/cover;
}

@media screen and (max-width: 640px) {
  .p-symptom-content {
    padding: 50px 0 70px;
  }
  .p-symptom-content::before {
    width: 900px;
    opacity: 0.4;
  }
}
.p-symptom-box {
  position: relative;
  z-index: 2;
  width: 75%;
}

@media screen and (max-width: 640px) {
  .p-symptom-box {
    width: 100%;
  }
}
.p-symptom-title {
  margin-bottom: 45px;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-symptom-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-symptom__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-symptom__list {
    display: block;
  }
}
.p-symptom-item {
  display: flex;
  gap: 15px;
  padding: 10px 20px 20px;
  border-bottom: 1px solid rgba(221, 243, 248, 0.5);
}

@media screen and (max-width: 640px) {
  .p-symptom-item {
    padding: 10px;
  }
}
.p-symptom-item__icon {
  max-width: 40px;
}

@media screen and (max-width: 640px) {
  .p-symptom-item__icon {
    max-width: 18px;
  }
}
.p-symptom-item__text {
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .p-symptom-item__text {
    font-size: 16px;
  }
}
.p-symptom-bg__text {
  position: absolute;
  bottom: -30px;
  left: 50px;
  z-index: 2;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 160px;
  line-height: 1;
  opacity: 0.3;
}

@media screen and (max-width: 640px) {
  .p-symptom-bg__text {
    bottom: -10px;
    left: 0;
    font-size: 60px;
  }
}
/* ==================================================================================================================================

  *大腸カメラでわかる病気

================================================================================================================================== */
.p-disease-content {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom left, #e0f1f5, #c2e1e8);
}
.p-disease-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1375px;
  height: 100%;
  background: url(../images/lp/disease_img.png) no-repeat right/cover;
}

@media screen and (max-width: 640px) {
  .p-disease-content {
    padding: 50px 0 70px;
  }
  .p-disease-content::before {
    width: 900px;
    opacity: 0.3;
  }
}
.p-disease-box {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .p-disease-box {
    width: 100%;
  }
}
.p-disease-title {
  margin-bottom: 45px;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-disease-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-disease__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-disease__list {
    display: block;
  }
}
.p-disease-item {
  display: flex;
  gap: 15px;
  padding: 10px 20px 20px;
  border-bottom: 1px solid rgba(54, 77, 106, 0.5);
}

@media screen and (max-width: 640px) {
  .p-disease-item {
    padding: 10px;
  }
}
.p-disease-item__icon {
  max-width: 40px;
}

@media screen and (max-width: 640px) {
  .p-disease-item__icon {
    max-width: 18px;
  }
}
.p-disease-item__text {
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .p-disease-item__text {
    font-size: 16px;
  }
}
.p-disease-bg__text {
  position: absolute;
  right: 50px;
  bottom: -30px;
  z-index: 2;
  color: #ffffff;
  font-size: 160px;
  line-height: 1;
  opacity: 0.3;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .p-disease-bg__text {
    right: auto;
    bottom: -10px;
    left: 0;
    font-size: 60px;
  }
}
/* ==================================================================================================================================

  *大腸カメラ検査をお勧めする理由

================================================================================================================================== */
.p-reason {
  position: relative;
}
.p-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.p-reason::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 465px;
  height: 100%;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .p-reason::after {
    width: 40px;
  }
}
.p-reason-content {
  display: flex;
}

@media screen and (max-width: 640px) {
  .p-reason-content {
    flex-direction: column;
    gap: 30px;
  }
}
.p-reason__text {
  width: 50%;
  height: 100%;
  margin-top: auto;
}
.p-reason__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #ffffff;
}
.p-reason__text p {
  max-width: 830px;
  margin-left: auto;
  padding: 70px 130px 100px 50px;
  font-size: 20px;
  line-height: 2.2;
}

@media screen and (max-width: 640px) {
  .p-reason__text {
    order: 2;
    width: 100%;
    padding: 0 20px 50px;
    font-size: 14px;
  }
  .p-reason__text::after {
    display: none;
  }
  .p-reason__text p {
    padding: 0;
    font-size: 17px;
  }
}
.p-reason__img {
  width: 50%;
  height: auto;
  margin-top: auto;
}
.p-reason__img img {
  width: 100%;
  height: 100%;
  min-height: 630px;
  max-height: 630px;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .p-reason__img {
    order: 1;
    width: calc(100% - 40px);
    height: auto;
    margin: 0 0 0 auto;
  }
  .p-reason__img img {
    min-height: auto;
    max-height: none;
  }
}
/* ==================================================================================================================================

  *大腸カメラ検査をお勧めする理由

================================================================================================================================== */
/* --------------------------------------------------
大きい方
-------------------------------------------------- */
.p-feature-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 125px;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 640px) {
  .p-feature-item {
    flex-flow: column-reverse;
    gap: 30px;
    padding: 50px 0 50px 30px;
  }
}
.p-feature-item__container {
  display: flex;
  gap: 35px;
  width: 50%;
  max-width: 650px;
}

@media screen and (max-width: 640px) {
  .p-feature-item__container {
    gap: 20px;
    width: 100%;
    padding: 0 20px 0 10px;
  }
}
.p-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: 640px) {
  .p-feature-item__number {
    font-size: 15px;
  }
}
.p-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: 640px) {
  .p-feature-item__line {
    height: calc(100% - 200px);
  }
}
.p-feature-item__inner {
  position: relative;
  z-index: 1;
  padding: 15px 0 0;
}

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

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

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

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

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

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

@media screen and (max-width: 640px) {
  .p-feature-item:nth-child(even) {
    flex-direction: column-reverse;
    padding: 50px 30px 50px 0px;
  }
  .p-feature-item:nth-child(even) .p-feature-item__container {
    flex-direction: row-reverse;
    padding: 0 0 0 20px;
  }
}
/* ----- 2番目のアイテム ----- */
.p-feature-item:nth-child(2) {
  background: #eaf3f6;
}
.p-feature-item:nth-child(2) .p-feature-item__number-bg {
  color: #ffffff;
  opacity: 1;
}

/* ----- 3番目のアイテム ----- */
.p-feature-item:nth-child(3) {
  background: #f2f2f2;
}
.p-feature-item:nth-child(3) .p-feature-item__number-bg {
  color: #ffffff;
  opacity: 1;
}

/* --------------------------------------------------
小さい方
-------------------------------------------------- */
.p-feature-small__list {
  counter-reset: number 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-feature-small__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.p-feature-small-item {
  position: relative;
  display: flex;
  padding: 25px 30px 25px 50px;
  background: linear-gradient(rgba(162, 220, 231, 0.7), rgba(162, 220, 231, 0.7)), url(../images/lp/feature_05_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(2) {
  background: linear-gradient(rgba(175, 213, 238, 0.7), rgba(175, 213, 238, 0.7)), url(../images/lp/feature_06_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(3) {
  background: linear-gradient(rgba(162, 220, 231, 0.7), rgba(162, 220, 231, 0.7)), url(../images/lp/feature_07_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(4) {
  background: linear-gradient(rgba(175, 213, 238, 0.7), rgba(175, 213, 238, 0.7)), url(../images/lp/feature_08_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(5) {
  background: linear-gradient(rgba(162, 220, 231, 0.7), rgba(162, 220, 231, 0.7)), url(../images/lp/feature_09_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(6) {
  background: linear-gradient(rgba(175, 213, 238, 0.7), rgba(175, 213, 238, 0.7)), url(../images/lp/feature_10_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(7) {
  background: linear-gradient(rgba(162, 220, 231, 0.7), rgba(162, 220, 231, 0.7)), url(../images/lp/feature_11_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(8) {
  background: linear-gradient(rgba(175, 213, 238, 0.7), rgba(175, 213, 238, 0.7)), url(../images/lp/feature_12_img.jpg) no-repeat center/cover;
}
.p-feature-small-item:nth-child(9) {
  background: linear-gradient(rgba(162, 220, 231, 0.7), rgba(162, 220, 231, 0.7)), url(../images/lp/feature_13_img.jpg) no-repeat center/cover;
}
.p-feature-small-item::after {
  content: "0" counter(number);
  counter-increment: number 1;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 1;
  color: #ffffff;
  font-size: 180px;
  line-height: 1;
  opacity: 0.15;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
}
.p-feature-small-item:nth-child(n+5)::after {
  content: counter(number);
}

@media screen and (max-width: 640px) {
  .p-feature-small-item {
    padding: 25px 20px 25px 20px;
  }
  .p-feature-small-item::after {
    bottom: -20px;
    font-size: 140px;
  }
}
.p-feature-small-item__inner {
  padding: 40px 50px 40px 30px;
}

@media screen and (max-width: 640px) {
  .p-feature-small-item__inner {
    padding: 10px 50px 10px 10px;
  }
}
.p-feature-small-item__title {
  min-height: 100px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.65;
}

@media screen and (max-width: 640px) {
  .p-feature-small-item__title {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.p-feature-small-item__number {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 640px) {
  .p-feature-small-item__number {
    font-size: 16px;
  }
}
.p-feature-small-item__line {
  display: inline-block;
  width: 2px;
  height: calc(100% - 180px);
  margin: 0;
  margin: 15px auto 0;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .p-feature-small-item__line {
    height: calc(100% - 130px);
  }
}
/* ==================================================================================================================================

  *大腸カメラ検査の流れ

================================================================================================================================== */
.p-flow {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  background: linear-gradient(to bottom, #ffffff, #e2f1f3);
}

@media screen and (max-width: 640px) {
  .p-flow {
    padding: 0 0 50px;
  }
}
.p-flow-message {
  margin-bottom: 50px;
  padding: 15px;
  background: #47a0bd;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-flow-message {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 16px;
    text-align: start;
  }
}
.p-flow-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .p-flow-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-flow-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
}
.p-flow-item__inner--method {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .p-flow-item__inner {
    display: flex;
    flex-flow: column;
    gap: 30px;
  }
  .p-flow-item__inner--method {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
.p-flow-item__title {
  font-size: 32px;
  line-height: 1;
}
.p-flow-item__title .--number {
  display: inline-block;
  margin-right: 10px;
  background: linear-gradient(to right, #84c8a4, #8dd4dc);
  -webkit-background-clip: text;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 640px) {
  .p-flow-item__title {
    font-size: 24px;
  }
  .p-flow-item__title .--number {
    margin-right: 10px;
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-flow-item__textbox {
    width: 100%;
  }
}
.p-flow-item__text {
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .p-flow-item__text {
    font-size: 16px;
  }
}
.p-flow-item__img {
  flex-shrink: 0;
  width: calc(50% - 50px);
}

@media screen and (max-width: 640px) {
  .p-flow-item__img {
    width: 100%;
  }
}
.p-flow-method {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.p-flow-method__title {
  padding: 10px;
  background: #87ccb6;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
.p-flow-method__title--blue {
  background: #8cd3d9;
}

@media screen and (max-width: 640px) {
  .p-flow-method__title {
    padding: 10px;
    font-size: 18px;
  }
}
.p-flow-method__text {
  height: 100%;
  padding: 25px 30px 30px;
  background: #cee9e3;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
.p-flow-method__text--blue {
  background: #d0ecef;
}

@media screen and (max-width: 640px) {
  .p-flow-method__text {
    padding: 25px 30px 30px;
    font-size: 16px;
  }
}
.p-flow-caution {
  margin: 25px 0 50px;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .p-flow-caution {
    margin: 15px 0 30px;
    font-size: 14px;
    text-align: start;
  }
}
/* --------------------------------------------------
テキストアニメーション
-------------------------------------------------- */
@keyframes flowing-y {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.p-text-slider {
  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;
}
.p-text-slider ul {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin: 0;
  padding: 0;
  transform: none;
  animation: flowing-y 100s linear infinite;
}
.p-text-slider 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: 640px) {
  .p-text-slider ul li {
    font-size: 60px;
  }
}
/* ==================================================================================================================================

  *大腸カメラ検査の費用

================================================================================================================================== */
.p-cost {
  padding-bottom: 100px;
  background: url(../images/lp/cost_bg.jpg) no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  .p-cost {
    padding-bottom: 50px;
  }
}
.p-cost-inner {
  max-width: 1260px;
}

.p-cost-table {
  width: 100%;
  font-size: 24px;
  text-align: center;
  table-layout: auto;
  border-collapse: collapse;
}
.p-cost-table .gray td {
  background: #e9e9e9;
}
.p-cost-table th, .p-cost-table td {
  padding: 20px 60px;
  background: #f2f2f2;
  border: 1px solid #ffffff;
  text-align: center;
}
.p-cost-table th.type, .p-cost-table td.type {
  background: #367287;
  color: #ffffff;
}
.p-cost-table th.blue, .p-cost-table td.blue {
  background: #59a6c1;
  color: #ffffff;
}
.p-cost-table th.green, .p-cost-table td.green {
  background: #67ada9;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .p-cost-table {
    width: 700px;
    font-size: 18px;
  }
  .p-cost-table th, .p-cost-table td {
    padding: 20px 15px;
  }
}
.p-cost__asterisk {
  margin: 20px 0;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .p-cost__asterisk {
    font-size: 13px;
    text-align: left;
  }
}
/* ==================================================================================================================================

  *footer

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

/* --------------------------------------------------
クリニック情報
-------------------------------------------------- */
.l-footer-info__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 640px) {
  .l-footer-info__inner {
    padding: 0 20px;
  }
}
.l-footer-info {
  padding: 80px 0;
  background: linear-gradient(to right, #f7f7f7, #e2f1f3);
}

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

@media screen and (max-width: 640px) {
  .l-footer-info__box {
    flex-direction: column;
    margin-top: 40px;
  }
}
/* ----- 医院概要 ----- */
.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: 640px) {
  .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: 640px) {
  .l-footer-address__number a {
    font-size: 22px;
  }
}
.l-footer-hours {
  width: 50%;
  padding-left: 100px;
}

@media screen and (max-width: 640px) {
  .l-footer-hours {
    width: 100%;
    padding-left: 0;
  }
}
/* --------------------------------------------------
オフィシャルバナー
-------------------------------------------------- */
.l-footer-info__oficial-banner {
  max-width: 600px;
  height: auto;
  margin: 50px auto 0;
}
.l-footer-info__oficial-banner a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
Google map
-------------------------------------------------- */
.l-footer__maps {
  width: 100%;
  height: 450px;
}
.l-footer__maps iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .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: 640px) {
  .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;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (max-width: 640px) {
  .l-banner__inner {
    flex-flow: column;
    padding: 40px 20px;
  }
}
.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .l-footer-info__logo {
    width: 80%;
    max-width: 350px;
  }
}
.l-footer__under--right {
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 640px) {
  .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: 640px) {
  .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;
}