/*
Theme Name:本田医院 NEW 2025
Theme URI:https://hondaclinic-yonago.com/
Author:
Author URI: https://yoshida-designbu.com
License:
*/

/*--------------
リセットCSS
--------------*/

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

br.clear {
  clear: both;
}

/*リセットcssここまで*/


/*--------------
common
--------------*/

html {
  font-size: 62.5%;
}

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

:root {
  --color-White: #fff;
  --color-Black: #333;
  --color-Pink: #f997b2;
  --color-LightPinkLight: #feeff3;
  --color-Blue: #3c9dff;
  --color-LightBlue: #f5faff;
  --font-16px: 1.6rem;
  --font-18px: 1.8rem;
  --font-20px: 2rem;
  --font-22px: 2.2rem;
  --font-regular: 400;
  --font-medium: 500;
  --font-bold: 700;
  --font-ZenKakuAntique: "Zen Kaku Gothic Antique", '游ゴシック', 'YuGothic', 'Yu Gothic', sans-serif;
  --font-ZenMaru: "Zen Maru Gothic", '游ゴシック', 'YuGothic', 'Yu Gothic', sans-serif;
}

body {
  background-color: var(--color-White);
  color: var(--color-Black);
  font-family: var(--font-ZenKakuAntique);
  font-size: var(--font-16px);
  line-height: 1.6;
  font-weight: var(--font-regular);
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: var(--color-Black);
}

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

picture {
  display: block;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.link {
  display: block;
}

.hidden {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width:768px) {

  :root {
    --font-16px: 1.4rem;
    --font-18px: 1.6rem;
    --font-20px: 1.8rem;
    --font-22px: 2rem;
  }

  .flex-box {
    display: block;
  }

}

@media screen and (max-width:521px) {

  :root {
    --font-18px: 1.4rem;
    --font-20px: 1.6rem;
    --font-22px: 1.8rem;
  }

}


/*----- breadcrumbs/pageTop -----*/

.breadcrumbs {
  text-align: left;
  font-size: min(1rem, 2.4vw);
  margin: auto;
  padding: min(1.4rem) min(10rem, 5vw);
  letter-spacing: .08em;
}

.breadcrumbs span {
  padding: 0 2px;
}

.breadcrumbs a {
  text-decoration: underline;
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
}

/*----- googleMap/youtube -----*/

.googleMap {
  position: relative;
  padding-bottom: 50.25%;
  overflow: hidden;
}

.googleMap iframe,
.googleMap object,
.googleMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 62.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----- not found -----*/

#notFoundSec {
  margin-top: 250px;

  @media screen and (max-width:1024px) {

    margin-top: 200px;

    @media screen and (max-width:521px) {

      margin-top: 120px;

    }

  }
}

.notFoundSec__title {
  text-align: center;
  color: var(--color-Blue);
  font-weight: var(--font-medium);
  font-size: 100px;
  line-height: 1;

  @media screen and (max-width:521px) {

    font-size: 80px;

  }
}

.notFoundSec__title span {
  margin-top: 1%;
  display: block;
  font-size: 40%;
}

.notFoundSec__text {
  margin-top: 50px;
  text-align: center;
  font-size: var(--font-18px);
  line-height: 2;

  @media screen and (max-width:521px) {

    margin-top: 30px;

  }
}

.notFoundSec__button a {
  margin: 50px auto 0;

  @media screen and (max-width:521px) {

    margin-top: 30px;

  }
}

/*----- thumbnail -----*/

.thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 72.25%;
}

.thumbnail img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}


/*--------------
loading
--------------*/

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--color-White);
  text-align: center;
}

#loading_box {
  max-width: 300px;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loadingText {
  color: #5284b1;
  font-size: var(--font-22px);
  font-family: var(--font-ZenMaru);
}


/*--------------
header
--------------*/

.headerPc {
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding: 40px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  background: var(--color-White);
}

.headerLogo {
  width: 230px;
}

.headerLogo a:hover {
  opacity: 0.5;
}

.headerPc__menuList {
  display: flex;
  gap: 20px;
  align-items: center;
}

.headerPc__menuList li a {
  font-size: var(--font-20px);
  font-weight: var(--font-medium);
  font-family: var(--font-ZenMaru);
}

.headerPc__menuList li a:hover {
  color: var(--color-Blue);
}

.headerPc__menuList .headerPc__reservation a {
  line-height: 1;
  color: var(--color-White);
  background-color: var(--color-Blue);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 20px;
}

.headerPc__menuList .headerPc__reservation a::before {
  content: "";
  background: url(./img/common/tell-icon.svg) center left no-repeat;
  background-size: contain;
  display: block;
  width: 15px;
  height: 20px;
}

.headerPc__menuList .headerPc__reservation a:hover {
  color: var(--color-White);
  opacity: 0.5;
}

.hamburger,
.globalMenuSp {
  display: none;
}

/* contactInfo(footerと共通) */

.contactInfo {
  margin-top: 25px;
  border-radius: 10px;
  padding: 30px;
  background-color: var(--color-LightBlue);
  display: flex;
  justify-content: center;
}

.contactInfo li {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.contactInfo li:first-of-type {
  margin-top: 0;
}

.contactInfo__Title {
  font-weight: var(--font-medium);
  display: flex;
  align-items: center;
  gap: 5px;
}

.contactInfo__Title::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-Blue);
}

.contactInfo__telNum, .contactInfo__telTime {
  border-left: 1px solid var(--color-Blue);
  padding-left: 20px;
  margin-left: 20px;
}

.contactInfo__telNum a {
  font-size: min(3.8rem, 2.8vw);
  line-height: 1;
  font-weight: var(--font-medium);
  color: var(--color-Blue);
}

.contactInfo__telNum a:hover {
  opacity: 0.5;
}

.contactInfo__telTime {
  font-size: var(--font-22px);
  line-height: 1.4;
  font-weight: var(--font-medium);
  color: var(--color-Blue);
}

.contactInfo__telTime span {
  font-size: 70%;
}

/* ここまで共通 */


@media screen and (max-width:1210px) {

  .headerLogo {
    width: 180px;
  }

  .headerPc__menuList {
    gap: 15px;
  }

  .headerPc__menuList li a {
    font-size: min(18px, 1.6vw);
  }

  .headerPc__menuList .headerPc__reservation a {
    font-size: var(--font-16px);
  }

}


@media screen and (max-width:1024px) {

  .headerPc {
    padding: 30px 5%;
    z-index: 10;
  }

  .headerLogo a {
    width: 100%;
    height: 100%;
  }

  .headerLogo a img {
    width: auto;
    height: 100%;
  }

  .headerPc__menu {
    display: none;
  }

  .hamburger .globalMenuSp {
    display: block;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 11;
    cursor: pointer;
    text-align: center;
    top: 40px;
    right: 5%;
    width: 40px;
    height: 30px;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: var(--color-Blue);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 48%;
  }

  .hamburger span:nth-child(3) {
    bottom: 0;
  }

  .hamburger.active span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .globalMenuSp {
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: var(--color-White);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }

  .globalMenuSp.active {
    opacity: 100;
    visibility: visible;
    overflow-y: scroll;
  }

  .globalMenuSp-wrapper {
    margin: 130px 5% 0;
  }

  .globalMenuSp-list li {
    margin-bottom: 22px;
    border-bottom: 1px solid rgb(51 51 51 / 20%);
    padding-bottom: 22px;
  }

  .globalMenuSp-list li:last-of-type {
    margin-bottom: 0;
  }

  .globalMenuSp-list li a {
    display: block;
    font-size: var(--font-20px);
    font-weight: var(--font-medium);
    color: var(--color-Black);
    position: relative;
  }

  .globalMenuSp-list li a::after {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background: url(./img/common/circleArrow-blue.svg);
    background-repeat: no-repeat;
    background-size: 1.2em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .gMenu__infoInner {
    margin-top: 25px;
  }

  /* contactInfo(ハンバーガーと共通) */

  .contactInfo__telNum a {
    font-size: 3.8rem;
  }

  /* ここまで */

}


@media screen and (max-width:768px) {

  .headerPc {
    padding: 20px 5%;
  }

  .hamburger {
    top: 30px;
  }

  .globalMenuSp-wrapper {
    margin: 115px 5% 0;
  }

}


@media screen and (max-width:521px) {

  .headerLogo {
    width: 160px;
  }

  .hamburger {
    top: 26px;
    width: 35px;
    height: 25px;
  }

  .globalMenuSp-wrapper {
    margin: 100px 5% 0;
  }

  /* contactInfo(ハンバーガーと共通) */

  .contactInfo {
    margin-top: 20px;
    padding: 20px;
  }

  .contactInfo li {
    display: block;
    margin-top: 20px;
  }

  .contactInfo__Title {
    justify-content: center;
  }

  .contactInfo__telNum, .contactInfo__telTime {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .contactInfo__telNum a {
    display: block;
    margin-top: 5px;
    font-size: 3.2rem;
    text-align: center;
  }

  .contactInfo__telTime {
    font-size: 2.2rem;
    text-align: center;
  }

  /* ここまで */

  .gMenu__infoInner {
    margin-bottom: 30px;
  }

}


/*--------------
KV
--------------*/

.kv {
  margin-top: 142px;
  margin-right: 5%;
  display: flex;
}

.kv__imageList {
  width: 80%;
}

.kv__image {
  width: 100%;
  height: 600px;
  border-radius: 0 40px 40px 0;
  background: url(./img/top/kv-mainImage.jpg) center center no-repeat;
  background-size: cover;
}

.kv__copy {
  margin-left: 3%;
}

.kv__copy p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.4rem;
  font-size: min(3.4rem, 2.8vw);
  line-height: 2;
  letter-spacing: 4px;
  font-weight: var(--font-medium);
  font-family: var(--font-ZenMaru);
}

@media screen and (max-width:1200px) {

  .kv {
      margin-top: 130px;
      display: flex;
  }

}

@media screen and (max-width:768px) {

  .kv {
    display: block;
    margin-top: 90px;
    margin-right: 0;
  }

  .kv__imageList {
    width: 95%;
  }

  .kv__image {
    height: 350px;
    border-radius: 0 20px 20px 0;
  }

  .kv__copy {
    width: 90%;
    margin: 30px auto 0;
  }

  .kv__copy p {
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 2.8rem;
  }

}

@media screen and (max-width:521px) {

  .kv {
    margin-top: 82px;
  }

  .kv__image {
    height: 250px;
  }

  .kv__copy {
    margin: 20px auto 0;
  }

  .kv__copy p {
    font-size: min(2rem, 5.2vw);
    letter-spacing: 3px;
  }

}


/*--------------
トップ
--------------*/

.topSec {
  margin-top: 100px;
  position: relative;
}

.topTitle {
  font-family: var(--font-ZenMaru);
  font-weight: var(--font-medium);
  line-height: 1;
}

.topSubTitle {
  margin-top: 10px;
  line-height: 1;
  font-size: var(--font-22px);
  font-weight: var(--font-medium);
  color: var(--color-Blue);
}

.linkButton a {
  display: block;
  background: url(./img/common/circleArrow-blue.svg) right center no-repeat;
  background-size: contain;
  width: fit-content;
  margin-left: auto;
  padding-right: 2em;
  text-align: right;
}

.linkButton a:hover {
  color: var(--color-Blue);
}

/* 動きの設定 */

.scroll-fadeIn,
.scroll-slideIn {
  opacity: 0;
}

.scroll-fadeIn.animated {
  animation: scroll-fadeIn 1s ease-in-out forwards;
}

@keyframes scroll-fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-slideIn.animated {
  animation: scroll-slideIn 1.5s ease-in-out forwards;

  @media screen and (max-width:768px) {
    animation: scroll-slideIn 1s ease-in-out forwards;
  }

}

@keyframes scroll-slideIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}

/* ここまで */

@media screen and (max-width:768px) {

  .topSec {
    margin-top: 80px;
  }

}

@media screen and (max-width:768px) {

  .topSec {
    margin-top: 50px;
  }

}


/*--------------
お知らせ
--------------*/

.topSec--importantNews,
.topSec--news {
  max-width: 1440px;
  width: 90%;
  margin: 100px auto 0;
}

/*----- 重要なお知らせ -----*/

.topSec--importantNews {
  background: var(--color-LightPinkLight);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.topSec--importantNews h2 {
  width: 160px;
  border-radius: 5px;
  background-color: var(--color-Pink);
  color: var(--color-White);
  font-size: var(--font-18px);
  font-weight: var(--font-medium);
  font-family: var(--font-ZenMaru);
  line-height: 2.2;
  text-align: center;
}

.importantNews__list {
  width: calc(100% - 180px);
}

.importantNews__list li {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(195, 195, 195, 0.5);
  padding-bottom: 25px;
}

.importantNews__list li:last-of-type {
  margin-bottom: 0;
}

.importantNews__list li a {
  display: flex;
  gap: 20px;
  font-size: var(--font-20px);
  font-weight: var(--font-medium);
}

.importantNews__list li a:hover {
  color: var(--color-Pink);
}

.importantNews__list li a p {
  width: 100%;
  padding-right: 2em;
  position: relative;
}

.importantNews__list li a p::after {
  content: "";
  background-image: url(./img/common/circleArrow-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.importantNews__list li a time {
  margin-right: 10px;
}

/*----- お知らせ共通(カテゴリーページ) -----*/

.news__listItem a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgb(51 51 51 / 20%);
  padding-bottom: 25px;
  font-size: var(--font-20px);
  font-weight: var(--font-medium);
}

.news__listItem a:hover {
  color: var(--color-Blue);
}

.news__listItem:last-of-type a {
  margin-bottom: 0;
}

.news__listTitle {
  padding-right: 2em;
  position: relative;
}

.news__listTitle::after {
  content: "";
  background-image: url(./img/common/circleArrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*----- お知らせ -----*/

.topNews__container {
  display: flex;
  justify-content: space-between;
}

.topTitleGroup--news {
  padding-right: 50px;
  border-right: 1px solid var(--color-Black);
}

.topTitleGroup--news .topTitle {
  font-size: 3.2rem;
}

.topNews__main {
  width: calc(100% - 180px);
  padding-left: 50px;
}

.news__list--top .news__listTitle {
  width: 100%;
}

.topNews__button {
  margin-top: 50px;
}


@media screen and (max-width:768px) {

  .topSec--importantNews,
  .topSec--news {
    margin: 50px auto 0;
  }

  /* 重要なお知らせ */

  .topSec--importantNews {
    display: block;
    margin-top: 100px;
    padding: 3%;
  }

  .topSec--importantNews h2 {
    width: 100%;
  }

  .importantNews__list {
    width: 100%;
    margin-top: 20px;
  }

  .importantNews__list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .importantNews__list li a {
    display: block;
  }

  .importantNews__list li a p {
    margin-top: 1%;
  }

  .importantNews__list li a p::after {
    width: 25px;
    height: 26px;
  }

  /*----- お知らせ共通(カテゴリーページ) -----*/

  .news__listItem a {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .news__listTitle {
    margin-top: 1%;
  }

  ul.news__list .news__listTitle::after {
    width: 25px;
    height: 26px;
  }

  /* お知らせ */

  .topNews__container {
    display: block;
  }

  .topTitleGroup--news {
    padding-right: 0;
    border-right: 0;
  }

  .topTitleGroup--news .topTitle {
    font-size: 2.8rem;
  }

  .topNews__main {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .topNews__button {
    margin-top: 30px;
  }

}

@media screen and (max-width:521px) {

  .topSec--importantNews,
  .topSec--news {
    margin: 40px auto 0;
  }

  /* 重要なお知らせ */

  .topSec--importantNews {
    margin-top: 60px;
    padding: 4%;
  }

  .importantNews__list {
    margin-top: 15px;
  }

  .importantNews__list li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(195, 195, 195, 0.5);
    padding-bottom: 15px;
  }

  .importantNews__list li a time {
    display: block;
  }

  .importantNews__list li a p::after {
    width: 20px;
    height: 21px;
  }

  .importantNews__list::after {
    width: 20px;
    height: 20px;
    top: initial;
    bottom: 0;
    transform: initial;
  }

  /*----- お知らせ共通(カテゴリーページ) -----*/

  .news__listItem a {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  ul.news__list .news__listTitle::after {
    width: 20px;
    height: 21px;
  }

  /* お知らせ */

  .topTitleGroup--news .topTitle {
    font-size: 2.4rem;
  }

}


/*--------------
診療案内
--------------*/

.topSec--guide,
.topSec--facilityQa {
  padding: 100px 0;
  background-color: var(--color-LightBlue);
}

.topGuide__main,
.topFacilityQa__main {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.topGuide__item {
  width: 30%;
}

.topGuide__item:nth-of-type(2) {
  animation-delay: 0.2s;
}

.topGuide__item:nth-of-type(3) {
  animation-delay: 0.4s;
}

.topGuide__image {
  border-radius: 10px;
  overflow: hidden;
}

.topGuide__imageContainer {
  position: relative;
}

.topGuide__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: 0.4s;
}

.topGuide__imageContainer a:hover .topGuide__image img {
  scale: 1.1;
}

.topGuide__imageDeco {
  width: 20%;
  height: 20%;
  border-radius: 10px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-LightBlue);
}

.topGuide__imageDeco::before,
.topGuide__imageDeco::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(./img/top/top-guideImageDeco.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.topGuide__imageDeco::before {
  top: -10px;
  right: 0;
}

.topGuide__imageDeco::after {
  bottom: 0;
  left: -10px;
}

.topGuide__imageDeco img {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.topGuide__imageContainer a:hover .topGuide__imageDeco img {
  transform: translate(-30%, -50%);
}

.topGuide__title {
  font-size: 3.2rem;
  font-weight: var(--font-medium);
  font-family: var(--font-ZenMaru);
  line-height: 1;
  margin-top: 20px;
}

.topGuide__text {
  margin-top: 20px;
}

@media screen and (max-width:768px) {

  .topSec--guide,
  .topSec--facilityQa {
    padding: 60px 0;
  }

  .topGuide__main {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6vw;
  }

  .topGuide__item {
    width: 46%;
  }

  .topGuide__item:nth-of-type(3) {
    animation-delay: initial;
  }

  .topGuide__title {
    font-size: 2.8rem;
  }

  .topGuide__text {
    margin-top: 15px;
  }

}

@media screen and (max-width:521px) {

  .topSec--guide,
  .topSec--facilityQa {
    padding: 50px 0;
  }

  .topGuide__main {
    gap: 40px;
  }

  .topGuide__item {
    width: 100%;
  }

  .topGuide__item:nth-of-type(2) {
    animation-delay: initial;
  }

  .topGuide__image {
    height: 56vw;
    overflow: hidden;
  }

  .topGuide__imageDeco {
    height: 20%;
    height: 30%;
  }

  .topGuide__title {
    margin-top: 15px;
    font-size: 2.4rem;
  }

}


/*--------------
当院について
--------------*/

.topAbout__main {
  display: flex;
  align-items: center;
  margin-right: 5%;
}

.topAbout__image {
  width: 50%;
  max-height: 500px;
  height: 60vw;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  position: relative;
}

.topAbout__image img {
  height: 100%;
  object-fit: cover;
  object-position: right;
  display: block;
}

.topAbout__text {
  max-width: 650px;
  width: 42%;
  margin-left: 7%;
}

.topTitleGroup--about,
.topTitleGroup--column {
  border-left: 1px solid var(--color-Blue);
  padding-left: 20px
}

.topTitleGroup--about .topTitle,
.topTitleGroup--column .topTitle {
  font-size: 4.2rem;
}

.topAbout__textInner {
  font-size: var(--font-18px);
  line-height: 2;
  margin-top: 25px;
}

.topAbout__button {
  margin-top: 25px;
}

@media screen and (max-width:768px) {

  .topAbout__main {
    display: block;
    margin-right: 0;
  }

  .topAbout__image {
    width: 95%;
  }

  .topAbout__text {
    max-width: initial;
    width: 90%;
    margin: 40px auto 0;
  }

  .topTitleGroup--about, 
  .topTitleGroup--column {
    padding-left: 10px;
  }

  .topTitleGroup--about .topTitle,
  .topTitleGroup--column .topTitle {
    font-size: 3.8rem;
  }

  .topAbout__textInner {
    margin-top: 15px;
  }

  .topAbout__button {
    margin-top: 15px;
  }

}

@media screen and (max-width:521px) {

  .topAbout__text {
    margin: 25px auto 0;
  }

  .topTitleGroup--about .topTitle,
  .topTitleGroup--column .topTitle {
    font-size: 3.2rem;
  }

}


/*--------------
診療案内、よくあるご質問
--------------*/

.topFacilityQa {
  width: 47%;
}

.topTitleGroup--facilityQa {
  display: flex;
  gap: 20px;
}

.topTitleGroup--facilityQa .topTitle {
  font-size: 3.6rem;
}

.topFacilityQa__image {
  margin-top: 30px;
}

.topFacilityQa__image {
  border-radius: 20px;
  overflow: hidden;
}

.topFacilityQa__text {
  margin-top: 20px;
}

.topFacilityQa__button {
  margin-top: 25px;
}

@media screen and (max-width:1024px) {

  .topTitleGroup--facilityQa {
    display: block;
  }

}

@media screen and (max-width:768px) {

  .topFacilityQa {
    width: 48%;
  }

  .topTitleGroup--facilityQa .topTitle {
    font-size: 3.2rem;
  }

  .topFacilityQa__image {
    margin-top: 25px;
  }

  .topFacilityQa__button {
    margin-top: 20px;
  }

}

@media screen and (max-width:521px) {

  .topFacilityQa__main {
    display: block;
  }

  .topFacilityQa {
    width: 100%;
    margin-top: 50px;
  }

  .topFacilityQa:first-of-type {
    margin-top: 0;
  }

  .topTitleGroup--facilityQa .topTitle {
    font-size: 2.8rem;
  }

  .topFacilityQa__image {
    margin-top: 20px;
  }

  .topFacilityQa__text {
    margin-top: 15px;
  }

}


/*--------------
コラム
--------------*/

.topColumn__main {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.topColumn__titleBox {
  width: 190px;
}

.topColumn__swiper {
  overflow: hidden;
  width: calc(100% - 260px);
}

/*----- ここからコラム共通(カテゴリーページ) -----*/

.column__listItem a:hover .thumbnail img {
  transform: translate(-50%, -50%) scale(1.2);
}

.column__listItem a .date, .column__listItem a .column__title {
  transition: 0.4s;
}

.column__listItem a:hover .date, .column__listItem a:hover .column__title {
  color: var(--color-Blue);
}

.column__titleArea {
  margin-top: 20px;
}

.column__dateArea {
  display: flex;
  gap: 10px;
  font-weight: var(--font-medium);
}

.column__dateArea .date {
  font-size: var(--font-18px);
}

.column__title {
  margin-top: 10px;
  font-size: var(--font-20px);
  font-weight: var(--font-medium);
}

/*----- ここまでコラム共通(カテゴリーページ) -----*/

.column__list--top .column__listItem {
  width: 400px;
}

.topSec--column .swiper-scrollbar {
  background-color: var(--color-LightBlue);
  height: 6px;
  position: relative;
  width: 100%;
  margin-top: 60px;
  left: 0;
}
.topSec--column .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--color-Blue);
  border-radius: 3px;
}

.topColumn__button {
  margin: 50px 5% 0 0;
}

@media screen and (max-width:768px) {

  .topColumn__main {
    display: block;
  }

  .topColumn__titleBox, .topColumn__swiper {
    width: 100%;
  }

  .topColumn__listContainer {
    margin-top: 25px;
  }

  .column__list--top .column__listItem {
    width: 300px;
  }

  .topSec--column .swiper-scrollbar {
    height: 5px;
    margin-top: 40px;
  }

  .topColumn__button {
    margin-top: 30px;
  }

}

@media screen and (max-width:521px) {

  .column__list--top .column__listItem {
    width: 250px;
  }

  .column__titleArea {
    margin-top: 10px;
  }

  .column__title {
    margin-top: 5px;
  }

  .topSec--column .swiper-scrollbar {
    margin-top: 30px;
  }

}


/*--------------
footer
--------------*/

.footer__container {
  max-width: 1440px;
  width: 90%;
  margin: 200px auto 0;
}

.footerBanner__list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.footerBanner__listItem {
  max-width: 500px;
  width: 48%;
}

.footerBanner__listItem a:hover {
  opacity: 0.5;
}

.footer__map {
  margin-top: 80px;
}

.footer__mapButton a {
  font-weight: var(--font-medium);
  color: var(--color-Blue);
  margin-top: 1em;
}

.footer__mapButton a:hover {
  opacity: 0.5;
}

.footer__main {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.footer__info {
  width: 40%;
}

.footer__logo {
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
}

.footer__modalText {
  display: block;
  background: url(./img/common/circleArrow-blue.svg) right center no-repeat;
  background-size: contain;
  width: fit-content;
  margin: 20px 0 0 auto;
  padding-right: 2em;
  text-align: right;
  transition: 0.4s;
  cursor: pointer;
}

.footer__modalText:hover {
  color: var(--color-Blue);
}

.footer__schedule {
  width: 56%;
}

.footer__scheduleTable {
  width: 100%;
}

.footer__scheduleTable th,
.footer__scheduleTable td {
  padding: 0.6em 0.8em;
  font-weight: var(--font-medium);
  text-align: center;
}

.footer__scheduleTable th {
  border: 2px solid #c3c3c3;
  background-color: #3c9dff;
  color: var(--color-LightPinkLight);
}

.footer__scheduleTable td {
  border: 2px solid rgba(195, 195, 195, 0.3);
}

.footer__scheduleTable__tr03 td {
  border-bottom: 2px solid #c3c3c3;
}

.footer__scheduleTable__tdNormal {
  color: var(--color-Blue);
}

.footer__scheduleTable__tdNote {
  color: var(--color-Pink);
}

.footer__scheduleNote {
  margin-top: 15px;
}

.footer__scheduleNote li {
  padding-left: 1em;
  text-indent: -1em;
}

.footer__scheduleNote li::before {
  content: "●";
  color: var(--color-Pink);
}

.footer__copyright {
  font-size: 14px;
  margin-top: 50px;
  padding-bottom: 20px;
  color: var(--color-Blue);
  text-align: center;
}

/* modal(当院の書面掲示事項について) */

#modal__footerVisit {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

#modal__footerVisit__content {
  margin: auto;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display:flex;
  justify-content: center;
  align-items: center;
}

#modal__footerVisit__window {
  max-width: 1080px;
  width: 90%;
  max-height: 80vh;
  margin: auto;
  border-radius: 20px;
  padding: 50px;
  background-color: var(--color-White);
  position: relative;

  display: flex;
  flex-direction: column;
}

#footerVisit__close {
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: 0.4s;
  position: absolute;
  top: -30px;
  right: -30px;
}

#footerVisit__close:hover {
  opacity: 0.5;
}

.modal__footerTitle {
  font-size: 2.8rem;
  font-weight: var(--font-bold);
  text-align: center;
}

.modal__footerList {
  margin-top: 40px;
  overflow-y: auto;
  flex-grow: 1;
}

.modal__footerListItem {
  margin-top: 1.5em;
}

.modal__footerListItem:first-of-type {
  margin-top: 0;
}

.modal__footerSubTitle {
  padding-left: 1em;
  font-size: var(--font-22px);
  font-weight: var(--font-bold);
  font-family: var(--font-ZenMaru);
  position: relative;
}

.modal__footerSubTitle::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-Blue);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.modal__footerTextInner {
  margin-top: 0.5em;
}


@media screen and (max-width:1024px) {

  .footer__container {
    margin: 150px auto 0;
  }

  .footer__main {
    display: block;
  }

  .footer__info {
    width: 100%;
  }

  .footer__schedule {
    width: 100%;
    margin-top: 30px;
  }

}

@media screen and (max-width:768px) {

  .footerBanner__list {
    justify-content: space-between;
    gap: initial;
  }

  .footer__map {
    margin-top: 60px;
  }

  .footer__scheduleTable th {
    border: 1px solid #c3c3c3;
  }

  .footer__scheduleTable td {
    border: 1px solid rgba(195, 195, 195, 0.3);
  }

  .footer__scheduleTable__tr03 td {
    border-bottom: 1px solid #c3c3c3;
  }

  /* modal(当院の書面掲示事項について) */

  #modal__footerVisit__window {
    padding: 40px;
  }

  .modal__footerTitle {
    font-size: 2.4rem;
  }

  .modal__footerSubTitle::before {
    width: 6px;
    height: 6px;
  }

  .modal__footerList {
    margin-top: 30px;
  }

  #footerVisit__close {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
  }

}

@media screen and (max-width:521px) {

  .footerBanner__list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footerBanner__listItem {
    width: 100%;
  }

  .footer__map {
    margin-top: 50px;
  }

  .footer__container {
    margin: 80px auto 0;
  }

  .footer__modalText {
    margin-top: 15px;
  }

  .footer__scheduleTable {
    font-size: 1.3rem;
  }

  .footer__scheduleTable th,
  .footer__scheduleTable td {
    padding: 0.4em 0.6em;
    font-size: min(13px, 3.4vw);
  }

  .footer__scheduleTable .footer__scheduleTable__thColumn {
    width: 1em;
    padding: 3em calc(0.5em + min(13px, 3.4vw));
    position: relative;
  }

  .footer__scheduleTable .footer__scheduleTable__thColumn span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer__copyright {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  /* modal(当院の書面掲示事項について) */

  #modal__footerVisit__window {
    padding: 6%;
  }

  .modal__footerTitle {
    font-size: 2rem;
  }

  .modal__footerList {
    margin-top: 20px;
  }

  #footerVisit__close {
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
  }

}