@charset "UTF-8";

/* 1, Elements  */
body {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  body.front-page {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin: 0;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.8em;
}

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

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

table th {
  padding: 5px;
  border: 1px solid #777;
  /* background-color: #efefef; */
}

table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

strong,
.highlight {
  position: relative;
  background: linear-gradient(transparent 50%, #F6FFA2 50% 95%, transparent 95%);
  font-style: normal;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.5;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.5;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 1.5;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.5;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.5;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0px 10px 20px;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }

  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* 2, Contents */
/* 基本 */
.l-container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1090px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1090px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}

/* SP&paddingなし */
@media screen and (max-width: 767px) {
  .l-container-sp-padding {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 下層ページ */
.l-container-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1090px) {
  .l-container-page {
    width: 100%;
    padding: 0 20px;
  }
}

/* 投稿ページ */
.l-container-post {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
}

@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 0px 20px 0 20px;
  }
}

.l-container-large {
  width: 100%;
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}

.l-header__area1 {
  display: flex;
  justify-content: space-between;
  height: 80px;
}

.l-header__left {
  display: flex;
  width: 310px;
  max-width: 30%;
  margin: 0px 20px 0 0;
}

@media screen and (max-width: 767px) {
  .l-header__left {
    width: 250px;
    max-width: 250px;
  }
}

.l-header__right {
  width: 780px;
  max-width: 70%;
  padding: 17px 0 0px 0;
}

@media screen and (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}

.l-header-branding {
  margin: 12px 0px 0 0px;
  padding: 0px 0;
}

.l-header-branding img {
  width: 100%;
}

@media screen and (max-width: 1090px) {
  .l-header-branding {
    margin: 22px 0px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-branding {
    width: 240px;
  }
}

.l-header-branding>a:hover {
  opacity: 1;
}

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

.l-header-banner__item {
  position: relative;
  height: 45px;
  padding: 0 20px;
}

.l-header-banner__item:nth-child(3) {
  padding: 0;
}

@media screen and (max-width: 1090px) {
  .l-header-banner__item {
    padding: 0 20px;
  }
}

.l-header-banner__item:first-child {
  padding: 0 20px;
}

.l-header-banner__item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 47px;
  background-color: #d3d3d3;
}

@media screen and (max-width: 1090px) {
  .l-header-banner__item:first-child {
    padding: 0 20px;
  }
}

.l-header-banner__item:last-child::after {
  display: none;
}

.l-header-banner__item>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Navi */
.l-gnav {
  display: flex;
  justify-content: center;
  position: relative;
  height: 65px;
  margin: 0;
  padding: 0px 0px 0 0px;
  background-color: rgb(43 94 156 / 90%);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .l-gnav {
    display: none;
  }
}

/* スクロール時のヘッダーの挙動 */
.l-header-area1Wrap {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
  transition: 0.3s ease;
}

/* 上のスクロール時の固定 */
.l-header-area1Wrap.is-fixed {
  position: fixed;
  top: 0;
}

.l-header-area1Wrap.is-fixed+.l-gnav {
  top: 80px;
}

.l-header-area1Wrap.is-move {
  transform: translateY(-100%);
}

/* スクロール時に固定する */
.l-gnav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-gnav.is-move {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}

.l-single-content p {
  margin-bottom: 2em;
  line-height: 2;
}

.l-single-content img {
  margin-bottom: 1.5em;
}

.l-single-content ul,
.l-single-content ol {
  margin-bottom: 2em;
  line-height: 1.5;
}

.l-single-content h2 {
  margin: 2em 0 1em 0;
  font-size: 28px;
  line-height: 1.5;
}

.l-single-content h3 {
  margin: 2em 0 1em 0;
  font-size: 24px;
  line-height: 1.5;
}

.l-single-content h4 {
  margin: 2em 0 1em 0;
  font-size: 21px;
  line-height: 1.5;
}

.l-single-content h5 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  line-height: 1.5;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 110px 0 250px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    padding: 20px 0px;
  }
}

.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  color: #000;
  text-align: center;
  font-size: 20px;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers {
    width: 25px;
    height: 25px;
    padding-top: 6px;
    font-size: 14px;
  }
}

.l-blog-pagenation .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.l-blog-pagenation .page-numbers.prev,
.l-blog-pagenation .page-numbers.next {
  width: 100px;
  font-size: 18px;
  font-weight: 400;
}

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

  .l-blog-pagenation .page-numbers.prev,
  .l-blog-pagenation .page-numbers.next {
    width: 74px;
    font-size: 12px;
  }
}

.l-blog-pagenation .page-numbers.prev {
  position: absolute;
  top: 20px;
  left: 50px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev {
    left: 0px;
  }
}

.l-blog-pagenation .page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #494c50;
  border-right: 1px solid #494c50;
  transform: rotate(-135deg);
}

.l-blog-pagenation .page-numbers.next {
  position: absolute;
  top: 20px;
  right: 50px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next {
    right: 0px;
  }
}

.l-blog-pagenation .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #494c50;
  border-right: 1px solid #494c50;
  transform: rotate(45deg);
}

/* ブログ 個別記事
--------------------------- */
.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #494c50;
  border-bottom: 1px solid #494c50;
  margin: 110px 0 250px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .l-single-pagenation {
    font-size: 14px;
  }
}

.l-single-pagenation__prev,
.l-single-pagenation__next {
  width: 33.3%;
}

.l-single-pagenation__prev>a,
.l-single-pagenation__next>a {
  display: inline-block;
  position: relative;
}

.l-single-pagenation__prev a {
  padding-left: 35px;
}

.l-single-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

.l-single-pagenation__next a {
  padding-right: 35px;
}

.l-single-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.l-single-pagenation__center {
  width: 33.3%;
}

.l-single-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(106, 75, 75, 0.03);
}

@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 100%;
  }
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.l-page__content-outer {
  /* margin-bottom: 150px; */
  /* overflow-x: hidden; */
}

/* Sidebar */
.l-sidebar {
  width: 300px;
}

footer {
  position: relative;
}

/* 医院情報 */
.l-footer-information {
  padding: 130px 0 130px 0;
  background: url("../img/front_info01.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-footer-information {
    padding: 20px 0 20px 0;
  }
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01 {
    padding-bottom: 0;
  }
}

.l-footer-information-block01__content {
  width: 50%;
  padding: 50px 0 20px 20px;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__content {
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 20px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__content {
    padding: 28px 18px 0 18px;
  }
}

.l-footer-information-block01__content-inner {
  width: 450px;
  max-width: 100%;
  margin: auto;
}

.l-footer-information-block01__brand {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted rgb(154 154 154 / 40%);
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__brand {
    text-align: center;
  }

  .l-footer-information-block01__brand img {
    width: 280px;
  }
}

.l-footer-information-block01__address {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__address {
    margin-bottom: 3px;
  }
}

.l-footer-information-block01__train {
  margin-bottom: 25px;
  font-size: 13px;
  color: #135072;
  line-height: 1.38;
  letter-spacing: 1px;
}

.l-footer-information-block01__train ul li {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.l-footer-information-block01__train ul li p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin-top: 10px;
}

.l-footer-information-block01__train ul li p span {
  font-weight: 700;
}

.l-footer-information-block01__table01 {
  width: 100%;
  padding: 10px 18px 13px 10px;
  background-color: #2B5E9C;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}

@media screen and (max-width: 375px) {
  .l-footer-information-block01__table01 {
    padding: 10px 2px 13px 2px;
  }
}

.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0;
}

.l-footer-information-block01__table01 table th {
  padding: 5px 5px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  /* background-color: #645143; */
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.l-footer-information-block01__table01 table th span {
  margin-right: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table th span {
    margin-right: 0px;
  }
}

.l-footer-information-block01__table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table td {
    padding: 0 5px;
  }
}

.l-footer-information-block01__table01 table .p-table01-first {
  padding: 0 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-first {
    padding: 0 6px 0 13px;
    font-size: 11px;
  }
}

.l-footer-information-block01__table01 table tbody tr:last-child th,
.l-footer-information-block01__table01 table tbody tr:last-child td {
  border-bottom: none;
}

.l-footer-information-block01__memo {
  margin-bottom: 40px;
  display: block;
  line-height: 1.4;
  margin: 0px 0 10px 0;
  font-size: 13px;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__memo {
    /* text-align: center; */
  }
}

.l-footer-information-block01__info {
  display: flex;
  margin-bottom: 20px;
  border: solid 1px #c3c3c3;
    padding: 15px 25px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__info {
    flex-wrap: wrap;
  }
}

.l-footer-information-block01__contact-text {
  width: 108px;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
  font-size: 13px;
  font-weight: 600;
  line-height: 2.7;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__contact-text {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}

.l-footer-information-block01__tel {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel {
    text-align: center;
  }
}

.l-footer-information-block01__tel>a {
  display: block;
  padding: 4px 0 3px 30px;
  background: url("../img/icon_tel2.png") no-repeat 0% 0px;
  background-size: 21px auto;
  font-size: 32px;
  font-family: "dinr_R", sans-serif;
  line-height: 1;
  letter-spacing: 0em;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel>a {
    display: inline-block;
  }
}

.l-footer-information-block01__reserve a {
  display: block;
  width: 100%;
  padding: 18px 10px 17px 10px;
  border: 1px solid #353c3c;
  text-align: center;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-weight: 600;
  color: #353c3c;
}

.l-footer-information-block01__img {
  width: 50%;
}

.l-footer-information-block01__img img {
  aspect-ratio: 1 / 1.62;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__img {
    width: 100%;
    text-align: center;
  }
}

.l-footer-information-block01__map {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__map iframe {
    width: 100%;
    height: 375px;
  }
}

.l-footer-information-block01__video {
  padding: 60px 0 60px 0;
  background: rgba(109, 113, 113, 0.1);
}

.l-footer-information-block01__video-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-footer-information-block01__video iframe {
  display: block;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

/* Footer */
.l-footer-area {
  padding: 40px 0 15px 0;
  background-color: #104b6f;
  /* background-color: #60B5DA; */
  /* background-image: linear-gradient(180deg, #60b5da 0%, #26aee5 100%); */
}

@media screen and (max-width: 767px) {
  .l-footer-area {
    padding: 30px 0 50px 0;
  }
}

.l-footer-area .menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* margin-top: 50px; */
  margin-bottom: 70px;
  padding: 0;
}

@media screen and (max-width: 1090px) {
  .l-footer-area .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li {
    width: 100%;
  }
}

.l-footer-area .menu>li>a {
  display: block;
  position: relative;
  padding: 18px 30px 17px 30px;
  color: #fff;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
}

.l-footer-area .menu>li>a:hover {
  opacity: 1;
  color: #88aabd;
}

.l-footer-area .menu>li>a>span {
  display: block;
  font-size: 12px;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.75;
}

.l-footer-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.l-footer-block01__privacy {
  width: 175px;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__privacy {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.l-footer-block01__privacy>a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 17.5px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__privacy>a {
    width: 175px;
    margin: auto;
  }
}

.l-footer-block01__copylight {
  /* font-size: 11px; */
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__copylight {
    margin: auto;
  }
}

.blog h1 {
  /* font-size: 30px; */
}

footer .bnr-block li {
  margin: 10px 10px;
}
.footer-bnr-block ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin-top: 4rem;
}
.footer-bnr-block ul li img {
  max-width:700px;
}
@media screen and (max-width:767px) {
  .footer-bnr-block ul {
    margin-top: 2rem
  }
  .footer-bnr-block ul li img {
    max-width:100%;
  }
}
