@charset "utf-8";
/****************************
ページ共通
****************************/
/* 本体 */
.page-wrap {
  margin: 0 auto;
  max-width: 960px;
  min-height: 100vh;
  padding: 0 15px;
}

/* ページタイトル */
.page-title {
  margin: 60px 0 50px;
}
.page-title h1 {
  background-color: #00a496;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* パンくずリスト */
.breadcrumbsWrap {
  background-color: #fbfdff;
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #ccc;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;  
  padding: 5px 15px 8px;
  font-size: 12px;
  
}
.breadcrumbs .arrow {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa;
  margin-right: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
}
.breadcrumbs i {
  font-size: 12px;
}

/*************
診療内容
*************/
.about-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.about-image {
  margin-top: 50px;
}
.about-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.about-text-under {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.about-image-box {
  display: flex;
  margin-top: 30px;
}
.about-image-box img {
  width: 50%;
  object-fit: cover;
}
.about-image-box-one {
  border-radius: 10px 0 0 10px;
}
.about-image-box-two {
  border-radius: 0 10px 10px 0;
}
.about-con-two-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-con-two-box h2 {
  text-align: center;
  margin-bottom: 30px;
}
.about-con-two-box p {
  text-align: left;
}
.about-con-two-image {
  margin-top: 30px;
}
.about-con-two-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-contents h2 {
  text-align: center;
  margin-bottom: 30px;
}
.about-contents-box {
  margin-bottom: 30px;
  background-color: #dddddd;
  padding: 20px;
  border-radius: 10px;
}
.about-contents-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.about-contents-box:last-child {
  margin-bottom: 0;
}
.about-contents-text {
  margin-top: 20px;
}
.about-contents-text p {
  line-height: 2.2;
}
.about-contents-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-second-top-text {
  display: flex;
  flex-direction: column;
}
.about-second-top-text h2 {
  text-align: center;
  margin-bottom: 30px;
}
.about-second-top-text p {
  line-height: 2.2;
}
.about-second-list {
  margin-top: 20px;
  padding: 30px 15px;
  background-color: #f8f5e3;
  border-radius: 10px;
}
.about-second-list li {
  display: flex;
  margin-bottom: 15px;
  font-weight: bold;
}
.about-second-list li:last-child {
  margin-bottom: 0;
}
.about-second-list span {
  font-size: 14px;
  margin-right: 10px;
  color: #00a496;
}


/**************
料金について
**************/
.fee-top-box-image {
  display: flex;
  border-radius: 10px;
  margin-top: 50px;
}
.fee-top-box-image img {
  object-fit: cover;
  width: 50%;
  max-height: 400px;
}
.fee-top-box-image-one {
  border-radius: 10px 0 0 10px;
}
.fee-top-box-image-two {
  border-radius: 0 10px 10px 0;
}
.fee-contents-top {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.fee-contents li {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 50px;
}
.fee-contents li:last-child {
  margin-bottom: 0;
}
.fee-contents-title h3 {
  color: #00a496;
  text-align: center;
}
.fee-contents-image {
  margin-top: 20px;
}
.fee-contents-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.fee-contents-text {
  margin-top: 20px;
}
.fee-contents-text-three-inner {
  width: 100%;
}
.fee-contents-text-three {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  line-height: 2.2;
}
.fee-contents-text-three table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  font-size: 16px;
}
.fee-contents-text-three tr {
  border-bottom: solid 1px #333;
}
.fee-contents-text-three tr:last-child {
  border: none;
}
.fee-contents-text-three-inner-one {
  text-align: center;
  background-color: #f8f5e3;
  padding: 10px;
}
.fee-contents-text-three-inner-two {
  text-align: right;
  background-color: #fbfdff;
  padding: 10px;
}
.fee-three-text-last {
  margin-top: 10px;
  text-align: right;
}
.fee-three-text-last p {
  font-size: 12px;
}
.fee-bt {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.fee-bt a {
 display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a496;
  color: #fff;
  border-radius: 15px;
  min-width: 200px;
  height: 50px;
  font-weight: bold;
  padding: 10px;
  transition: .5s;
}
.fee-bt a:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/**************
メニュー紹介
**************/
.menu-one-img {
  margin-top: 50px;
}
.menu-one-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.menu-main-title {
  text-align: center;
  margin-bottom: 30px;
}
.menu-main-title h2 {
  color: #00a496;
}
.menu-two-text {
  display: flex;
  justify-content: center;
}
.menu-list-box {
  background-color: #f8f5e2;
  padding: 30px 15px;
  border-radius: 10px;
}
.menu-list-main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.menu-list-main:last-child {
  margin-bottom: 0;
}
.menu-list-main p {
  font-size: 16px;
  
}
.menu-list-box i {
  margin-right: 10px;
  display: flex;
  align-items: center;
  line-height: 1.9;
}
.menu-time-title {
  text-align: center;
  margin-bottom: 20px;
}
.menu-time-text {
  text-align: center;
}
.menu-time-text p {
  font-size: 16px;
}
.menu-fee-table table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  font-size: 16px;
}
.menu-fee-table tr {
  border-bottom: solid 1px #333;
}
.menu-fee-table tr:last-child {
  border: none;
}
.menu-fee-one {
  text-align: center;
  background-color: #f8f5e3;
  padding: 10px;
}
.menu-fee-two {
  text-align: right;
  background-color: #fbfdff;
  padding: 10px;
}
.menu-fee-text {
  margin-top: 10px;
}
.menu-fee-text p {
  font-size: 12px;
  text-align: right;
}
.menu-flow-main {
  border: solid 1px #cccccc;
  border-radius: 10px;
  padding: 30px;
}
.menu-flow-list i {
  margin: 30px 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.menu-flow-list li:last-child i {
  display: none;
}
.menu-flow-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.menu-flow-text {
  margin-top: 20px;
}
.menu-flow-text h3 {
  margin-bottom: 20px;
}
.menu-others {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.menu-others-box {
  width: 100%;
}
.menu-others-image {
  width: 100%;
  margin-bottom: 20px;
}
.menu-others-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.manu-others-main {
  display: flex;
  justify-content: center;
}
/******************
スタッフ
******************/
.staff-box-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0 auto;
}
.staff-box-text-main {
  line-height: 2.2;
}
.staff-info {
  border: solid 1px #dddddd;
  border-top: none;
  margin-bottom: 50px;
}
.staff-name-box {
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #dddddd;
  padding: 20px 30px;
}
.staff-name-title {
  color: #00a496;
}
.staff-name {
  font-size: 20px;
}
.staff-box-text-two-under {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-box-text-two-under p {
  display: flex;
  justify-content: left;
  font-size: 18px;
  margin-bottom: 15px;
  color: #00a496;
}
.staff-box-text-two-under li {
  font-size: 13px;
}
.staff-main-list-box p {
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
}
.staff-box-text-two-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-box-text-two-top p {
  font-size: 15px;
}
.staff-box-text-two-top li {
  font-size: 14px;
}
.staff-main-list-box {
  margin-bottom:15px;
}
.staff-main-list-box:last-child {
  margin-bottom:0;
}

.staff-box-text {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-box-text:last-child {
  margin-bottom: 0;
} 
.staff-box-text h3 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  border-top:solid 3px #ddd;
}
.staff-box-text p {
  line-height: 1.8;
}

.staff-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/**********
アクセス
**********/
.access-top-text-image {
  width: 100%;
  margin-top: 50px;
}
.access-top-text-image img {
  width:100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.access-map {
  margin-top: 30px;
}
.access-title h2 {
  color: #00a496;
  margin-bottom: 30px;
  text-align: center;
}
.access-map iframe{
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
.access-map-text {
  margin-top: 20px;
  text-align: center;
}
.access-map-text h4 {
  font-size: 18px !important;
  color: #00a496;
}
.access-map-text p {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.access-map-text a {
  font-size: 16px;
  margin-top: 10px;
  color: #00a496;
  letter-spacing: 0.05em;
}
.access-map-text a:hover {
  text-decoration: underline;
}
.access-time {
  border-top: solid 1px #ccc;
  text-align: center;
  margin-top: 30px;
  padding: 20px 20px 0;
}
.access-traffic {
  background-color: #f8f5e3;
  padding: 15px;
  border-radius: 10px;
}
.access-traffic-text {
  padding: 20px;
  background-color: #fbfdff;
}
.access-traffic-text-top {
  border-radius: 10px;
}
.access-traffic-text-area {
  margin-bottom: 20px;
}
.access-traffic-text-area:last-child {
  margin-bottom: 0;
}
.access-traffic-text-area h4 {
  margin-bottom: 10px;
}
.access-traffic-text h4 {
  color: #00a496;
}
.access-traffic-text p {
  line-height: 2.2;
}


/******************
よくある質問
******************/
.question-main {
  border: solid 1px #dddddd;
  padding: 30px;
  width: 100%;
  margin-bottom: 50px;
}
.question-main:last-child {
  margin-bottom: 0;
}
.question-main h3 {
  margin-bottom: 30px;
  text-align: center;
}
.question-box {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.question-box:last-child {
  margin-bottom: 0;
}
.question-box summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 15px 10px 42px;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.question-box summary .fa-circle-question {
  position: absolute;
  left: 14px;
  font-size: 14px;
  color: #75bbff;
}
.question-box summary .fa-chevron-down {
  font-size: 14px;
  transition: transform .3s;
}
.question-box[open] summary .fa-chevron-down {
  transform: rotatez(180deg);
}
.question-box p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 28px 10px 15px;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.question-box[open] p {
  transform: none;
  opacity: 1;
}


/************
ブログ
************/
.blog-page-top-text {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.blog-page-title h2 {
  color: #00a496;
}
.blog-page-category {
  margin-right: 20px;
  letter-spacing: 0.02em;
  transition: 0.5s;
  display: flex;
}
.blog-page-category a {
  display: block;
  padding: 5px 10px;
  color: #00a496;
  background-color: #fbfdff;
  border: solid 1px #00a496;
  font-weight: 600;
  border-radius: 10px;
  margin-left: 5px;
}
.blog-page-category a:first-child {
  margin-left: 0;
}
.blog-page-category a:hover {
  opacity: 0.5;
}
.blog-page-date i {
  margin-right: 8px;
}
.blog-page-date {
  letter-spacing: 0.02em;
  color: #00a496;
}
.blog-page-box {
  margin-top: 30px;
}
.blog-page-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.blog-page-text-box {
  margin-top: 30px;
  line-height: 2.2;
}
.blog-page-contents-title {
  text-align: center;
}
.blog-page-contents-title h3 {
  color: #00a496;
  font-size: 20px;
}
.blog-contents-image-box {
  margin-top: 20px;
}
.blog-contents-image-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 10px;
}
.blog-contents-text {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.blog-page-video {
  margin-top: 50px;
}
.blog-page-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/********** 
症状別
**********/
.sick-one {
  border: solid 1px #dddddd;
}
.sick-cat a {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  padding: 10px;
  background-color: aqua;
  transition: .5s;
}
.sick-cat a:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.sick-one-image {
  margin-bottom: 30px;
}
.sick-one-image img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sick-page-text-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sick-page-text-box h3,
.sick-two-title h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.sick-one-list {
  background-color: #eeeeee;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
}
.sick-one-list li {
  font-size: 14px;
}
.sick-two-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sick-slider-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sick-one-list-m {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.sick-one-list-m:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 20px;
  width: 20px;
  line-height: 1.7;
}
.sick-one-list-m span {
  flex: 1;
  min-width: 0;
  line-height: 1.7;
}
/********************* 
インフォメーション
*********************/
.info-page-box {
  margin-top: 20px;
}
.info-contents {
  background-color: #f8f5e3;
  padding: 20px;
  border-radius: 10px;
}
.info-contents-text {
  line-height: 2.4;
}
.info-contents img {
  border-radius: 10px;
}

/*************
お客様の声
*************/
.review-top-text {
  text-align: center;
}
.review-top-text p {
  margin-top: 10px;
  line-height: 2.2;
}
.review-box {
  margin-top: 30px;
}
.review-main {
  border-bottom: solid 1px #ccc;
  padding: 30px 20px;
}
.review-main:first-child {
  border-top: solid 1px #ccc;
}
 .review-image {
  text-align: center;
 }
.review-image img {
  width: 160px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.review-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.review-text h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #00a496;
}
.review-sub-text-top {
  margin-bottom: 5px;
  font-weight: bold;
}
.review-sub-two {
  margin-top: 20px;
  background-color: #f8f5e3;
  padding: 15px;
  border-radius: 10px;
}
.review-sub-text-box {
  display: flex;
  font-weight: bold;
}
.review-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/**************
アーカイブ
**************/
.archive-page-box {
  margin-top: 30px;
  padding: 0 30px;
}
.archive-page h2 {
  text-align: center;
}
.archive-page-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.archive-page-image {
  width: 100%;
  height: 50%;
  overflow: hidden;
  aspect-ratio: 5/3
}
.archive-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.archive-page-text-box {
  height: 50%;
  background-color: #fbfdff;
  border: solid 1px #ccc;
  border-top:none;
  border-radius: 0 0 10px 10px;
}
.archive-page-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-radius: 0 0 10px;
}
.archive-sick-text {
  display: flex;
  justify-content:center;
  align-items:center;
}
.archive-page-text-date {
  font-size: 12px;
}
.archive-page-text-date i {
  margin-right: 5px;
}
.archive-page-text-title {
  font-size: 16px;
  color: #00a496;
}
.page-nation {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.page-nation ul {
  display: flex;
}
.page-nation li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.page-nation li:last-child {
  margin-right: 0;
}
.page-nation a,
.page-nation .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.page-nation a {
  background-color: #00a496;
  color: #fff;
}
.page-nation .current {
  background-color: #f8f5e2;
  color: #333;
}
.page-nation li:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/**************
404ページ
**************/
.notfound-image {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 10px;
}
.notfound-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.notfound-box {
  background-color: #f8f5e3;
  border-radius: 10px;
  margin-top: 50px;
  padding: 20px;
}
.notfound-title h2 {
  text-align: center;
  font-size: 16px;
}
.notfound-text {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.notfound-text li {
  margin-bottom: 15px;
}

/***************************
メディアスクリーン600px以上
***************************/
@media screen and (min-width:600px){
  /* メニュー紹介 */
  .menu-fee-text p {
    font-size: 14px;
  }
  /* アクセス */
  .access-map iframe {
    height: 400px;
  }

  /* アーカイブ */
  .archive-page-box {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 2%;
  }
  .archive-page-main {
    margin-bottom: 0;
  }
}


/****************************
メディアスクリーン768px以上
****************************/
@media screen and (min-width:768px){
  .menu-main-title {
  margin-bottom: 50px;
}
  /* 当院について */
  .about-second-list {
    padding: 50px;
  }
  .about-contents-box h3 {
    font-size: 24px;
  }
  /* メニュー紹介 */
  .menu-one-img img {
    height: 350px;
  }
  .menu-flow-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%,1fr));
    align-items: center;
    gap: 4%;
    padding: 40px;
  }
  .menu-flow-text h3 {
    font-size: 24px;
    text-align: center;
  } 
  .menu-flow-text {
    margin-top: 0;
  }
  .menu-list-main-box {
    display: flex;
    justify-content: center;
  }
  .menu-others-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%,1fr));
    gap: 4%;
  }
  /* メニュー単体 */
  .menu-list-box {
    padding: 50px;
  }
  /* スタッフ紹介 */
  .staff-box {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 5%;
  }

  /* アクセス */
  .access-traffic {
    padding: 40px;
  }
  .access-traffic-text {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%,1fr));
    gap: 4%;
    padding: 40px;
  }
  .access-traffic-text-area {
    margin-bottom: 0;
  }

  /* よくある質問 */
  .question-box summary {
    font-size: 18px;
    padding: 15px 28px 15px 42px;
  }
  .question-box summary .fa-circle-question,
  .question-box summary .fa-chevron-down {
    font-size: 18px;
  }
  .question-box p {
    font-size: 18px;
  }
  /* 症状別 */
  .sick-page-text-box h3,
  .sick-two-title h3 {
    font-size: 26px;
  }
  .sick-cat a {
    min-width: 150px;
  }
  .sick-one-list {
    padding: 50px 40px;
  }
  .sick-one-list ul {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(46%,1fr));
    gap: 4%;
    line-height: 2;
  }
  .sick-one-list li,
  .sick-two-text p {
    font-size: 16px;
  }
  /* お客様の声 */
  .review-main {
    border: solid 1px #ccc;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  .review-main:last-child {
    margin-bottom: 0;
  }
  .review-sub-two {
    margin-top: 30px;
  }
  .review-sub-one {
    display: flex;
    justify-content: space-between;
  }
  .review-image img {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .review-text-box {
    display: initial;
  }
}


/****************************
メディアスクリーン834px以上
****************************/
@media screen and (min-width:834px) {
  /* ページ共通 */
  .page-title {
    margin-bottom: 70px;
  }
  .page-title h1 {
    font-size: 32px;
    height: 70px;
  }

  /* 診療内容 */
  .about-image {
    margin-top: 70px;
  }
  .about-image-box {
    margin-top: 70px;
  }
  .about-contents-box {
    padding: 40px;
    margin-bottom: 70px;
  }
  .about-contents-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .about-contents-box:nth-child(2n) .about-contents-main  {
    flex-direction: row-reverse;
  }
  .about-contents-text {
    margin-top: 0;
  }
  .about-contents-image {
    width: calc(50% - 15px);
  }
  .about-contents-text {
    width: calc(50% - 15px);
  }
  .about-second-list span {
    font-size: 16px;
  }
  /* メニュー紹介 */
  .menu-time-text p {
    font-size: 18px;
  }

  /* 料金について */
  .fee-contents-image-box {
    display: flex;
    justify-content: space-between;
  }
  .fee-contents li {
    margin-bottom: 70px;
  }
  .fee-contents-image {
    width: calc(50% - 20px);
  }
  .fee-contents-text {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .fee-contents-text-three table {
    font-size: 18px;
  }
  .fee-three-text-last p {
    font-size: 14px;
  }
  
  /* アクセス */
  .access-map iframe {
    height: 500px;
  }
  .access-map-text p {
    line-height: 3;
  }
  .access-time {
    padding-top: 30px;
  }
  /* ブログ */
  .blog-page-contents-title h3 {
    font-size: 24px;
  }
  .blog-page-contents,
  .blog-page-video {
    margin-bottom: 50px !important;
  }
  .blog-page-image-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%,1fr));
    gap: 4%;
  }
  .blog-page-image {
    width: 100%;
  }
  .blog-page-text-box {
    width: 100%;
    margin-top: 0;
  }
  .blog-page-text-box p {
    font-size: 16px;
  }
  .blog-contents-image-box {
    display: flex;
    justify-content: space-between;
  }
  .blog-contents-image-box img {
    width: calc(50% - 15px);
  }
  .blog-contents-image-box p {
    width: calc(50% - 15px);
    font-size: 16px;
  }
  .blog-contents-text p {
    font-size: 16px;
  }
  .blog-page-list .blog-slider-box {
    margin-top: 30px;
  }

  /* インフォメーション */
  .info-page-contents-title h3 {
    font-size: 24px;
  }
  .info-contents {
    padding: 40px;
  }
  .info-contents-text p {
    font-size: 16px;
  }
  
  /* お客様の声 */
  .review-top-text p {
    margin-top: 30px;
    line-height: 2.4;
  }
  .review-text h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  /* アーカイブ */
  .archive-page-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    gap: 2%;
  }
  .archive-page-text-date {
    font-size: 14px !important;
  }
  .archive-page-text-title {
    font-size: 18px;
    line-height: 1.5;
    color: #00a496;
  }
  /* 404 */
  .notfound-title h2 {
    font-size: 22px;
  }
}


/****************************
メディアスクリーン1200px以上
****************************/
@media screen and (min-width:1200px) {
  /* ページ共通 */
  .page-title {
    margin: 100px 0 70px;
  }
  .page-title h1 {
    font-size: 36px;
    height: 90px;
  }
  .bread-box li,.bread-box li i {
    font-size: 14px;
  }
}