/*
Theme Name: nakada-naika-iin-01
Author: ambiton
Description: nakadanaikaiin site thema
Version: 1.0
*/
@charset "UTF-8";
body {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* padding-top: 80px; */
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #98CA9B , #7ABFB4);
}
body.noscroll {
  overflow: hidden;
}


body.single-post .entry-content ul,
body.single-post .entry-content ol {
  list-style: revert !important; /* ← ブラウザの標準スタイルに戻す */
  margin-left: 1.5em;            /* ← 左に余白をつけてマーカーを表示させる */
  padding-left: 1em;             /* ← マーカーのスペースを確保 */
}
body.single-post .entry-content ul li,
body.single-post .entry-content ol li {
  display: list-item !important; /* 念のためリストとして表示させる */
}


img {
  max-width: 100%;
  -webkit-user-drag: none; /* Chrome, Safari, Operaドラッグ禁止 */
  -khtml-user-drag: none; /* Konquerorドラッグ禁止 */
  -moz-user-drag: none; /* Firefoxドラッグ禁止 */
  max-width: 100%;
}
.wrapper {
  width: 960px;
  margin: 80px auto 0 auto;
}
/* section {
    background-color: #fff;
} */
main {
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 80px;
}
.main-subpage {
    padding-top: 80px;
}
header {
    background: linear-gradient(to right, #98CA9B , #7ABFB4);
}
/* ローディングアニメーション */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
/* ローディングアニメーションここまで*/

.header-menubar {
    background: linear-gradient(to right, #98CA9B , #7ABFB4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    z-index: 9999;
}
/* .sub-header {
    background: linear-gradient(to right, #98CA9B , #7ABFB4);
} */
header .logo {
    width: 300px;
    margin-left: 24px;
}
header .logo a:hover {
    opacity: 0.5;
}
.sm {
    display: none;
}
.pc ul {
    display: flex;
    padding-right: 32px;
}
.pc ul li a{
    margin-right: 24px;
    color: #044635;
}
.pc ul li a:hover {
    opacity: 0.5;
}
.menu-display {
    position: relative;
}

.menu-label {
    position: absolute;
    top: 45px;
    left: 10px;
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
  color: #044635; 
  font-weight: bold; /* 必要なら */
}
.site-header {
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
.site-header.hide{
    transform: translateY(-100%);
}
.header-bgc {
    /* background-color: #E8F3F5; */
     /* background: linear-gradient(90deg, rgb(152, 202, 155), rgb(122, 191, 180)); */
    height: 110vh;
    position: relative;
    background: linear-gradient(to right, #98CA9B , #7ABFB4);
    /* background: linear-gradient(-45deg, #98CA9B, #7ABFB4, #c2f9d0, #ffdea5) fixed; */
    /* background-size: 800% 800%;
    animation: GradietionAnimation 9s ease infinite; */
    /* z-index: -99; */
}
/* サブメニュー初期状態は非表示 */
nav .submenu {
  display: none;
  position: absolute;
  background: #ffffffc7;
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 10;
}
/* 親メニューのリストアイテムを相対位置に */
nav .has-submenu {
  position: relative;
}
/* ホバーで表示 */
nav .has-submenu:hover .submenu {
  display: block;
}
/* サブメニューのスタイル */
nav .submenu li {
  padding: 5px 20px;
  white-space: nowrap;
}
nav .submenu li a {
  color: #333;
  text-decoration: none;
}
nav .submenu li a:hover {
  color: #0073aa;
}
/* ▼ を常に表示 */
.has-submenu > a::after {
  content: "▼";
  font-size: 0.7em;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.menu-display {
    display: none;
}
@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.yoyaku-btn {
    position: absolute;
    bottom: 55%;
    left: 84%;
    /* position: relative; */
}
.circle-link {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;  /* テキストを垂直中央に */
  text-align: center;
  border-radius: 50%;
  /* background-color: #2ecc71; */
  background: linear-gradient(to right, #C1D84B , #D9BC5A);
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s;
  letter-spacing: 0.2em;
  background-position: 0% 50%;
}
.circle-link:hover {
  opacity: 0.8;
}
.yoyaku-btn-pc {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
/* 表示状態のとき */
.yoyaku-btn-pc.show {
  opacity: 1;
  pointer-events: auto;
}
.yoyaku-btn-pc .circle-link {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;  /* テキストを垂直中央に */
  text-align: center;
  border-radius: 50%;
  /* background-color: #2ecc71; */
  background: linear-gradient(to right, #C1D84B , #D9BC5A);
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s;
  letter-spacing: 0.2em;
  background-position: 0% 50%;
}
.circle-link:hover {
  opacity: 0.8;
}
.btn-fixed {
    display: none;
  }


  /* animation */
.fadeInUpTrigger {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}
.fadeInUpTrigger.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* 左から表示 */
.fadeInLeftTrigger {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease-out;
}
.fadeInLeftTrigger.is-show {
  opacity: 1;
  transform: translateX(0);
}
/* 右から表示 */
.fadeInRightTrigger {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease-out;
}
.fadeInRightTrigger.is-show {
  opacity: 1;
  transform: translateX(0);
}


@media (max-width: 1280px) {

}
@media (max-width: 900px) {
  .yoyaku-btn {
    display: none;
  }
  .yoyaku-btn-pc {
    display: none;
  }
  .header-bgc {
    height: 80vh;
}
.wrapper {
    width: 85vw;
}
.pc {
    display: none;
  }
  .logo a img {
    width: 200px;
  }
  .menu-display {
    display: block;
}
  .menu-display .menu-label {
    display: block;
    color: #fff;
}
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    transition: ease 0.75s;
  }
  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 28px;
  }
  .sm {
      top: 90px;
      left: 0px;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: rgba(216, 240, 232, 0.986);
      height: 90vh;         /* 高さを画面の80%に制限 */
  }
  .sm {
  overflow-y: auto;         /* 垂直方向のスクロールを有効に */
  padding: 1em;             /* 内側の余白 */
  box-sizing: border-box;   /* はみ出し防止 */
}
  .sm ul {
    flex-direction: column;
  }
  .sm ul li {
    text-align: center; 
    border-top: solid 0.5px rgba(255, 255, 255, 0.089);
    padding: 24px;
    color: #4A9589;
  }
  /* サブメニューを非表示に */
nav .sp-submenu {
  display: none;
  padding-left: 1em;
  margin-top: 8px;
  background-color: #ffffff98;
}
nav .sp-submenu li {
  text-align: left;
  width: 55vw;
}
/* メニューが開いたとき */
nav li.open > .sp-submenu {
  display: block;
}
/* ▼アイコン調整 */
.toggle-submenu {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
  margin-left: 0.5em;
}
.toggle-submenu::after {
  content: "▼";
}
.toggle-submenu.open::after {
  content: "▲";
}
  .btn-fixed {
    position: fixed;
    bottom: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 999;
    display: block;
  }

  .btn-fixed.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .btn-yoyaku {
    left: 20px;
    background-color: #4a9588f6;
    color: white;
    padding: 20px 60px;
    border-radius: 10px;
    font-size: 1.2em;
    letter-spacing: 0.5em;
  }
  .btn-page-top {
    right: 10px;
    background-color: #ffffff;
    color: #4A9589;
    border: 1.5px solid #4A9589;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    font-size: 1.1em;
    line-height: 1;
    cursor: pointer;
    text-align: center;
  }
  .end-btn-space {
    margin-bottom: 100px;
  }
}
.top-schedule {
    position: absolute;
    top: 52%;
    right: 0.5%;
}
.top-schedule img {
    width: 40vw;
}
.sp-schedule {
    display: none;
}
.header-bgc-inner {
   margin: 90px auto 0 auto ;
   position: absolute;
   top: 1%;
   position: relative;
   width: 94vw;
   height: 100vh;
   border-radius: 30px;  
   overflow: hidden;
}
.header-bgc-inner h1 {
   position: absolute;
   top: 54%;
   left: 5%;
   position: relative;
   font-size: 1.8em;
   font-weight: bold;
   color: #fff;
   letter-spacing: 0.15em;
   text-shadow: 1px 2px 3px #041801; 
}
.image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: image-switch-animation 24s infinite;
}
.src1 {
    /* background: url(../images/home/key1.jpg) no-repeat top /cover; */
    background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/home/key1.jpg);
    background-size: cover;
}
.src2 {
     background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/home/key2.jpg);
    background-size: cover;
}
.src3 {
     background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/home/key3.jpg);
    background-size: cover;
}
      /* .src4 {
        background-image: url(https://github.com/ohtasoji/sample-app/assets/16428443/389faaf0-cfdb-47c9-93a7-df0876e15682);
      }
      .src5 {
        background-image: url(https://github.com/ohtasoji/sample-app/assets/16428443/653d2463-7c13-46d6-be2a-f39432da262c);
      }
       */
.image:nth-of-type(1) {
    animation-delay: 0s;
}
.image:nth-of-type(2) {
    animation-delay: 8s;
}
.image:nth-of-type(3) {
    animation-delay: 16s;
}
/* .image:nth-of-type(4) {
    animation-delay: 15s;
}
.image:nth-of-type(5) {
    animation-delay: 20s;
} */
@keyframes image-switch-animation {
    0%{ opacity: 0;}
    10%{ opacity: 1;}
    25%{ opacity: 1;}
    45%{ opacity: 0;}
    100%{ opacity: 0;}
}
.top-information {
    background-color: #EFEFEF;
    padding: 40px 64px;
    border-radius: 18px;
}
.top-information p {
    padding-bottom: 16px;
}
.top-infor-title {
    font-size: 1.2em;
    color: #159244;
    text-align: center;
    margin-bottom: 32px;
}
.news-area {
    border-top: 1px solid #7ABFB4;
    border-bottom: 1px solid #7ABFB4;
}
.news-area-inner {
    margin: 56px auto;
    display: flex;
}
.news-area-left {
    width: 300px;
    text-align: center;
}
.news-area-left h2 {
    margin-bottom: 24px;
    font-size: 1.2em;
}
.news-area-left button a {
    background-color: #7ABFB4;
    border-radius: 5px;
    color: #ffffff;
    padding: 12px 16px;
}
.news-area-left button a:hover {
    opacity: 0.5;
}
.news-area-warp .news-list {
 margin-bottom: 24px;
}
.news-area-warp .news-list .item {
 display: flex;
}
.news-area-warp .news-list .item .date {
 margin-right: 8px;
 margin-bottom: 8px;
 font-weight: lighter;
}
.news-area-warp .news-list .item .title a:hover {
 opacity: 0.5;
}
.medicalcare {
    margin: 80px auto 0 auto;
    width: 80vw;
}
.fontwe2-en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 2.5em;
  text-align: center;
  color: #71B174;
}
.font-col-g {
    text-align: center;
    color: #71B174;
    margin-bottom: 40px;
}
.topmedical-contents {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 72px;
}
.topmedical-contents-reverse {
    flex-direction:row-reverse
}
.topmedical-title {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.topmedical-title p {
   background-color: #7ABFB4;
   font-size: 2em;
   color: #fff;
   /* padding: 20px 16px; */
   border-radius: 26px;
   width: 52px;
   height: 65px;
   text-align: center;
   padding-top: 8px;
   margin-right: 16px;
}
.topmedical-title h3 {
   color: #4A9589;
   font-size: 1.2em;
}
.topmedical-btn {
    margin: 24px auto;
}
.topmedical-btn button a {
    border: 1px solid #4A9589;
    padding: 16px;
    border-radius: 5px;
    color: #4A9589;
    font-size: 1.2em;
}
.topmedical-btn button a:hover {
    background-color: #7ABFB4;
    color: #ffffff;
}
.topmedical-contents-left {
    width: 50vw;
}
/* .topmedical-inner-right img {
    width: 40vw;
    border-radius: 45%;
} */
.topmedical-inner-right {
    background-size: cover;
    background-position: center center;
    width: 40vw;
}
.in-naika {
    width: 30vw;
    height: 55vh;
    border-radius: 45%;
    background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/common/medicalcare-naika.jpg);
    background-size: cover;
    margin-left: 24px;
}
.in-syoukaki {
    width: 30vw;
    height: 55vh;
    border-radius: 45%;
    background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/common/medicalcare-syoukaki.jpg);
    background-size: cover;
}
.in-kannzou {
    width: 30vw;
    height: 55vh;
    border-radius: 45%;
    background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/common/medicalcare-kanzou.jpg);
    background-size: cover;
    margin-left: 24px;
}
.in-naishikyou {
    width: 30vw;
    height: 55vh;
    border-radius: 45%;
    background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/common/medicalcare-naisikyou.jpg);
    background-size: cover;
}
.in-kennsa {
    width: 30vw;
    height: 55vh;
    border-radius: 45%;
    background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/common/medicalcare-kensa.jpg);
    background-size: cover;
    margin-left: 24px;
}
.sub-medical-p {
    margin: 64px 0;
    text-align: center
}
.greeting-title {
    text-align: center;
    margin-bottom: 32px;
}
.greeting-contents p {
    margin-bottom: 24px;
    line-height: 1.8;
}
.greeting-contents-inner {
    display: flex;
    justify-content: space-between;
}
.greeting-contents-inner-img {
    width: 400px;
    position: relative;
}
.greeting-contents-inner-img p {
    position: absolute;
    bottom: -50px;
    left:50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #98CA9B , #7ABFB4);
    width: 16vw;
    text-align: center;
    padding: 16px 8px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1.2em;
}

.greeting-contents-inner-img img {
    border-radius: 12px;
}
.greeting-contents-inner-text {
    width: 490px;
    line-height: 1.8;
}
footer {
    background: linear-gradient(to right, #98CA9B , #7ABFB4);
    padding: 24px 0;
    color: #ffffff;
}
.footer-logo {
    width: 25vw;
    margin-bottom: 24px;
}
.phone {
    margin-bottom: 16px;
}
.phone a {
    font-size: 2.5em;
}
.phone a:hover {
    opacity: 0.5;
}
.footer-contents {
    display: flex;
    margin-bottom: 24px;
}
.footer-address {
    margin-bottom: 24px;
}
.footer-contents-title {
    background-color: #4A9589;
    width: 100px;
    height: 40px;
    text-align: center;
    padding: 6px;
    border-radius: 10px;
    margin-right: 24px;
}
.footer-contents-text {
    margin-top: 6px;
}
.sp-only {
    display: none;
}
@media (max-width: 900px) {
.top-schedule {
    display: none;
}
.header-bgc-inner h1 {
   font-size: 1.5em;
}
.sp-only {
    display: block
}
.header-bgc-inner {
   margin-top: 80px;
   position: absolute;
   top: 5%;
   position: relative;
   width: 94vw;
   height: 70vh;
   border-radius: 30px;  
   overflow: hidden;
}
.sp-schedule {
    display: block;
}
.src1 {
    /* background: url(../images/home/key1.jpg) no-repeat top /cover; */
    background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/home/key1.jpg);
    background-size: cover;
    background-position: center;
}
.src2 {
     background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/home/key2.jpg);
    background-size: cover;
    background-position: center;
}
.src3 {
     background: linear-gradient(rgba(255, 255, 255, 0.267), rgba(151, 175, 125, 0.5)),url(images/home/key3.jpg);
    background-size: cover;
    background-position: center;
}
.topmedical-contents {
    display: block;
}
.topmedical-contents-left {
    width: 80vw;
}
/* .topmedical-inner-right img {
    width: 40vw;
    border-radius: 45%;
} */
.topmedical-inner-right {
    background-size: cover;
    background-position: center center;
    width: 80vw;
}
.in-naika, .in-syoukaki, .in-kannzou, .in-naishikyou, .in-kennsa {
    width: 80vw;
    height: 26vh;
}
.topmedical-contents-left .topmedical-btn {
    margin: 40px auto;
    text-align: center;
}
.top-information {
    background-color: #EFEFEF;
    padding: 40px 16px;
    border-radius: 18px;
}
.news-area-inner {
    display: block;
}
.news-area-left {
    margin-bottom: 64px;
}
.greeting-contents-inner {
    display: block;
}
.greeting-contents-inner-img {
    width: 80vw;
    position: relative;
}
.greeting-contents-inner-img p {
    width: 50vw;
}
.greeting-contents-inner-text {
    width: 80vw;
}
.footer-logo {
    width: 70vw;
}
.footer-contents {
    display: block;
}
.site-header {
    padding: 0px;
}
.news-area-warp .news-list .item {
 display: block;
}
}
/* subページ共通 */
.subpage-title {
   font-size: 1.5em; 
   color: #4A9589;
   margin-bottom: 24px;
   letter-spacing: 0.15rem;
}
.sub-keyv {
  position: relative;
}
.sub-keyv .about-entitle {
  position: absolute;
  bottom: -5%;
  left: 58%;
}
.sub-keyv .medical-entitle {
  position: absolute;
  bottom: -3%;
  left: 45%;
}
.sub-keyv .access-entitle {
  position: absolute;
  bottom: -5%;
  left: 18%;
}
.sub-keyv .archive-entitle {
  position: absolute;
  bottom: -5%;
  left: 48%;
}
.sub-keyv-img {
  border-radius: 20px;
}
.sub-title-text {
  color: #4A9589;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.sub-title-text p {
  font-size: 1.8em;
  margin-right: 16px;
}
.sub-title-text h3 {
  font-size: 1.2em;
}
/* スマホsubページ共通 */
@media (max-width: 900px) {
.sub-keyv {
  position: relative;
}
.sub-keyv .about-entitle {
  position: absolute;
  bottom: -10%;
  left: 40%;
  width: 40vw;
}
.sub-keyv .medical-entitle {
  position: absolute;
  bottom: -10%;
  left: 20%;
  width: 60vw;
}
.sub-keyv .access-entitle {
  position: absolute;
  bottom: -10%;
  left: 0%;
  width: 80vw;
}
.sub-keyv .archive-entitle {
  position: absolute;
  bottom: -8%;
  left: 30%;
  width: 50vw;
}
    .sub-title-text {
  display: block;
}
}
/* aboutページ */
.about-cv ul {
  margin-bottom: 40px;
}
.about-cv ul li {
  margin-bottom: 12px;
}
.about-profile {
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse
}
.about-profile-img img {
  width: 400px;
  border-radius: 10px;
}
.about-profile-img {
    /* width: 25vw; */
    position: relative;
}
.about-profile-img p {
    position: absolute;
    bottom: -30px;
    left:50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #98CA9B , #7ABFB4);
    width: 200px;
    text-align: center;
    padding: 16px 8px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1.2em;
}
.green-bg {
    background-color: #D4EBD5;
    padding-bottom: 32px;
    line-height: 2em;
}
.adjustment-area {
    padding-top: 40px;
}
.flow-area {
    background-color: #ffffff;
    margin-bottom: 32px;
    padding: 40px;
}
.flow-area-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #4A9589;
}
.flow-area-title p {
    font-size: 2.5em;
    padding-right: 16px;
}
.flow-area-title h3 {
    font-size: 1.5em;
}
.syosin {
    margin-top: 24px;
}
.grid-container {
  display: grid;
  grid-template-columns	:1fr 1fr;
  grid-template-rows	:1fr 1fr 1fr;
  gap: 5vw;
}
.grid__item h3 {
  color: #4A9589;
  font-size: 1.2em;
  margin: 16px 0;
}
.grid__item img {
  border-radius: 12px;
  width: 40vw;
}
/* スマホaboutページ */
@media (max-width: 900px) {
.about-profile {
    display:block;
}
.about-profile-img img {
  width: 80vw;
}
.about-profile-img {
    margin-bottom: 64px;
}
.grid-container {
  display: grid;
  grid-template-columns	:1fr ;
  grid-template-rows	:1fr ;
  gap: 16vw;
}
.grid__item img {
  width: 80vw;
}
}
/* access */
.google-map-address iframe {
   border-radius: 10px;
   margin-right: 24px;
}
.google-map-address {
   display: flex;
}
.howtocome {
   display: flex;
   justify-content: space-between;
   border: 2px solid #4A9589;
   border-radius: 20px;
   padding: 40px;
   margin-bottom: 40px;
}
.howtocome-img img {
   width: 450px;
}
.howtocome-title {
   font-size: 1.2em;
   color: #4A9589;
}
.howtocome-textdetail {
    margin-top: 24px;
}
.fontgreen {
    color: #4A9589;
    padding-bottom: 4px;
}
.howtocome-text {
    width: 30vw;
}
.access-schedule {
    width: 900px;
    margin: 0 auto;
}
.access-schedule-text {
    width: 900px;
    margin: 0 auto;
    text-align: right;
}
.access-schedule-text p {
    margin-top: 8px;
}
/* スマホaboutページ */
@media (max-width: 900px) {
  .google-map-address iframe {
   width: 80vw;
   margin-right: 0px;
}
  .google-map-address {
   display: block;
}
.howtocome {
   display: block;
   padding: 24px 16px;
   margin-bottom: 40px;
}
.howtocome-img img {
   width: 80vw;
}
.howtocome-textdetail {
    margin-top: 24px;
    margin-bottom: 24px;
}
.fontgreen {
    color: #4A9589;
    padding-bottom: 4px;
}
.howtocome-text {
    width: 70vw;
}
.access-schedule {
    width: 100%;
    margin: 0 auto;
}
.access-schedule-text {
    width: 80vw;
    margin: 0 auto;
    text-align: right;
}
.access-schedule-text p {
    margin-top: 8px;
}
}
/* お知らせ一覧 */
.blog-list__list-item {
  margin-bottom: 32px;
}
.blog-item__title {
  margin: 8px 0 8px 8px;
}
.news-details-ar a:hover {
  opacity: 0.5;
}
.pagenation {
  text-align: center;
}
/* // 横並びにする */
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* // ページタブの共通スタイル */
.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #4A9589;
    border-radius: 50%;
    margin-right: 25px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #4A9589;
}

/* // マウスが乗った時の、ボタンの背景の色と文字の色 */
.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}

/* // 現在のページのタブ  */
.nav-links .current {
    background: #4A9589;
    color: #FFFFFF;
    padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
    border: 1px solid #4A9589;
    color: #4A9589;
    position: relative;
}

/* // 縦線の共通CSS */
.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* // 「次へ」の前の縦線位置 */
.nav-links .next::before {
    left: -15px;
}

/* //「前へ」の後の縦線位置 */
.nav-links .prev::after {
    right: -15px;
}
.nav-links .dots {
    background: transparent;
    border: none;
}
/* お知らせ単独ページ */
.news-singlepage p {
  line-height: 2;
}
.news-singlepage h2 {
  margin-bottom: 40px;
  padding-bottom: 16px;
  font-size: 1.1em;
  border-bottom: 1px solid #4A9589;
  color: #4A9589;
}
/* .single-page-ind {
  line-height: 2;
} */
@media screen and (max-width: 766px){
  .news-singlepage h2 {
  margin-bottom: 24px;
}
}
.no404-page p {
  margin-bottom: 16px;
}
/* 下層ページ */
.sub-lower-keyv {
    display: flex;
    justify-content: space-between;
}
.sub-lower-keyv p {
    margin-bottom: 16px;
    line-height: 2;
}
.sub-lower-h2 {
    color: #4A9589;
    border-bottom: 1px solid #4A9589;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 1.2em;
}
.sub-lower-img img {
    width: 200px;
}
.sub-lower-text {
    width: 700px;
}
/* SP下層ページ */
@media (max-width: 900px) {
  .sub-lower-keyv {
    display: block;
}
.sp-indnt p {
    margin-bottom: 16px;
}
.sub-lower-img {
    margin: 0 auto 24px auto;
}
.sub-lower-img img {
    width: 40vw;
}
.sub-lower-text {
    width: 80vw;
}
}
/* 内視鏡ページ */
.sub-endoscopy-keyv {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}
.sub-endoscopy-keyv .sub-lower-img img {
    width: 340px;
    border-radius: 20px;
}
.sub-endoscopy-text {
    width: 560px;
}
.endscopy-bunner {
    margin-top: 24px;
}
.sp-endscopy-bunner {
    display: none;
}
.sub-lower-inner {
    margin-top: 40px;
}
.color-grn {
    color: #4A9589;
}
.endscopy-subtitle {
    margin-bottom: 16px;
}
.endscopy-upper li {
   margin-top: 8px;
}
/* SP内視鏡ページ */
@media (max-width: 900px) {
  .sub-endoscopy-keyv {
    display: block;
}
.sub-endoscopy-keyv .sub-lower-img img {
    width: 80vw;
}
.sub-endoscopy-text {
    width: 80vw;
}
.endscopy-bunner {
    display: none;
}
.sp-endscopy-bunner {
    display: block;
    margin: 24px auto;
}
.endscopy-upper {
   margin-top: 16px;
}
}
/* 各種検査ページ */
.kensa-disease {
    margin-bottom: 24px;
}
.kensa-kind {
    list-style: disc;
    margin-left: 20px;
}
.kensa-kind li {
    margin-top: 8px;
}
.sub-kensa-keyv {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}
.echo-disease {
    display: flex;
    margin-bottom: 24px;
}
.echo-disease p {
    padding: 4px 0;
}
.echo-flame {
   width: 92px;
   text-align: center;
   background-color: #D4EBD5;
   margin-right: 16px;
   border-radius: 30px;
}
.sub-lower-img .x-sen-img {
    width: 345px;
    border-radius: 10px;
}
.sub-lower-img .echo-img {
    width: 327px;
    border-radius: 10px;
}
/* 各種検査ページ */
@media (max-width: 900px) {
.sub-kensa-keyv {
    display: block;
}
.sub-lower-img {
    margin-top: 24px;
}
.echo-disease {
    display: block;
}
.sub-lower-img .x-sen-img {
    width: 80vw;
}
.sub-lower-img .echo-img {
    width: 80vw;
}
.lower-lh {
    line-height: 2;
}
}
