@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*--------------------------------------------------------------
フラット02 ブルー 1カラム
---------------------------------------------------------------*/
html{
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  color: #4e5665;
  line-height: 2.0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------
リンク
---------------------------------------------------------------*/
/*リンクカラー*/
a {
  color:#3d9be9;
}
a:hover{
  color: #025eab;
}
/*電話番号*/
a.tel-link {
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}
/*リンクボタン*/
a.link-btn {
  color: #3d9be9;
  line-height: 1.0;
  padding: 0.3em 0.6em 0.35em 0.7em;
  border: 1px solid #3d9be9;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}
a.link-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  margin-left: 4px;
}
a.link-btn:hover {
  color: #fff;
  background: #9ecdf4;
}

/*--------------------------------------------------------------
article
---------------------------------------------------------------*/
.mainArticles .article {
  padding-bottom: 0;
  border-bottom: none;
}

.mainArticles .article p {
  margin-bottom: 1.0em;
  text-align: justify;
}

/*--------------------------------------------------------------
image
---------------------------------------------------------------*/
.mainArticles .article img {
  width: 100%;
}
/*記事によっては大きすぎる画像の縮小*/
.mainArticles .article.scale50 .image {
  max-width: 200px;
}

/*--------------------------------------------------------------
標準table
---------------------------------------------------------------*/
.article table p {
  margin: 0;
}
.article table {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  margin: 10px auto;
  width: 100%;
}
.article table td,
.article table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.article table th {
  background-color: #f7f7f7;
  text-align: center;
}

/*--------------------------------------------------------------
title / topMenu / mainImage
---------------------------------------------------------------*/
#wrap_body {
  padding-top: 0;
}
#title {
  width: 100%;
  height: 160px;
  padding: 0;
  background: #fff;
}
#topMenu {
  top: 90px;
  background: none;
}
#mainImage {
  background: #fff;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #mainServices h2 {
  font-size: 2.0em;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: none;
  margin: 0 calc(50% - 50vw) 30px;
  padding: 1.2em 4%;
  background: #9ecdf4;
}
#mainArticles h2 strong {
  font-size: 18px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.4em;
}
.mainContents .article h3, .mainContents div.gallery h3, #listTopics h2 {
  font-size: 2.0em;
  text-align: center;
  margin: 45px 0;
}
#listTopics h2 {
  border-bottom: none;
}
#mainArticles div[id^="blog"] h2 {
  font-size: 1.6em;
  color: #4e5665;
  font-weight: 400;
  background: none;
}
#mainArticles div[id^="blog"] h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c9";
  color: #b1dae7;
  font-weight: bold;
  margin-right: 0.2em;
}
.mainContents .article h3, .mainContents div.gallery h3, #listTopics h2 {
  position: relative;
  z-index: +1;
}
.mainContents .article h3::before, .mainContents div.gallery h3::before, #listTopics h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c9";
  font-size: 0.7em;
  font-weight: bold;
  color: #b1dae7;
  position: absolute;
  top: -1.2em;
  left: calc(50% - 0.5em);
  z-index: -1;
}
.mainContents .article h4 {
  display: flex;
  font-size: 1.3em;
  font-weight: 500;
  color: #3d9be9;
  margin: 0 0 0.7em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid;
}
.mainContents .article h5 {
  font-size: 1.15em;
  font-weight: 500;
  color: #3d9be9;
  line-height: 1.4;
  padding: 0.2em 0.5em;
  border: 1px solid #b1dae7;
  margin-bottom: 0.7em;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
p strong, .lead-text {
  font-size: 120%;
  font-weight: 500;
  color: #3d9be9;
}
p.envelope {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 500;
  background: #9ecdf4;
  padding:0.5em 0.7em 0.7em;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title h1 {
  width: 270px;
  height: 52px;
  position: absolute;
  top: 26px;
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175999849978101.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 90px;
  background: url("/materials/176003112023401.png") right center no-repeat;
  background-size: 270px;
}
#title .description {
  text-indent: -9999px;
  visibility: hidden;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer {
  background: none;
  margin: 5px auto;
}
#topMenu .topMenu li a {
  font-size: 17px;
  color: #4e5665;
  font-weight: 400;
}

/*--------------------------------------------------------------
mainTopics
---------------------------------------------------------------*/
#mainTopics {
  border-bottom: none;
  border: 1px solid #9ecdf4;
  border-radius: 8px;
  padding-bottom: 30px;
}
#mainTopics h2 {
  font-size: 1.6em;
  color: #9ecdf4;
  border-bottom: 1px solid #b1dae7;
  margin: 30px 2%;
}
.mainTopics .topics {
  border-bottom: none;
}
.mainTopics .topics li h3 {
  font-size: 17px;
}
.mainTopics .topics li, #mainTopics .topics .description, .mainTopics .topics li .description {
  font-size: 15px;
  color: #4e5665;
}
#mainTopics .topics li .date {
  display: inline-block;
  font-size: 14px;
  color: #777;
  padding: 5px 8px;
  border: 1px solid #9ecdf4;
  border-radius: 2px;
}
#mainTopics .topics h3 {
  font-size: 17px;
}
#mainTopics .topics h3 a, .mainTopics .topics li h3 a {
  color: #9ecdf4;
}
#mainTopics .topics h3 a:hover, .mainTopics .topics li h3 a:hover {
  color: #3d9be9;
}
#mainTopics .topics li .more a, .mainTopics .topics li .more a {
  font-size: 15px;
  color: #fff;
  background: #9ecdf4;
  border: 1px solid #9ecdf4;
  padding: 3px 14px 5px 14px;
}
#mainTopics .topics li .more a:hover, .mainTopics .topics li .more a:hover {
  color: #3d9be9;
  background: #fff;
  border: 1px solid #3d9be9;
}
#mainTopics .listview {
  font-size: 16px;
}
#mainTopics .listview a {
  background-size: 10px;
}
#mainTopics .listview a:hover {
  color: #3d9be9;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
#sideContents {
  background: #9ecdf4;
}
.sideServices h2, .sideMobile h2, .sideBlogCategories h2, .sideBlogDates h2 {
  font-size: 1.0em;
  font-weight: 500;
  color: #eff8fe;
}
.sideServices h2, .sideMobile h2 {
  background: none;
  padding-left: 0;
}
.sideServices h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f022";
  color: #eff8fe;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.0;
  vertical-align: -0.2em;
  margin-right: 8px;
}
.sideMobile h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  color: #eff8fe;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.0;
  vertical-align: -0.2em;
  margin-right: 8px;
}
.sideBlogCategories h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f4ad";
  color: #eff8fe;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.3;
  margin-right: 8px;
  background: none;
}
.sideBlogCategories h2:after, .sideBlogDates h2:after {
  display: none;
}
.sideBlogDates h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  color: #eff8fe;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-right: 8px;
  background: none;
}
.sideServices ul li a, .sideBlogCategories a, .sideBlogDates a, .sideMobile p {
  font-size: 0.9em;
  text-decoration: none;
}
.sideServices ul li a:hover, .sideBlogCategories a:hover, .sideBlogDates a:hover {
  color: #025eab;
  text-decoration: underline;
}

#sideContact {
  width: 350px;
  left: 315px;
}
#sideContact a {
  width: 350px;
  background-image: unset;
  background: #3d9be9;
  border-radius: 8px; 
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
#sideContact a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 20px;
}
#sideContact a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 15px;
}
#sideContact a:hover {
  color: #fff;
  background: #b1dae7;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
.footer li a {
  font-size: 16px;
  color: #555;
}
.footer li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #9ecdf4;
  margin-right: 4px;
}
.footer .copyright {
  font-size: 14px;
}
  
/*--------------------------------------------------------------
article col2
---------------------------------------------------------------*/
.mainArticles .article.col2 {
  width: 49.7%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 50px 0;
}
.mainArticles .article.col2 .article_outer {
  padding: 3%;
}
.mainArticles .article.col2 h3 {
  font-size: 1.35em;
  font-weight: 600;
  color: #3d9be9;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  min-height: 3.0em;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.mainArticles .article.col2 h3 strong {
  display: inline-block;
  font-size: 150%;
  font-weight: 300;
  margin-right: 20px;
}
.mainArticles .article.col2 h3::before {
  display: none;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
注意書き　※
---------------------------------------------------------------*/
ul.kome {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.9em;
  line-height: 1.6;
  padding: 0.7em;
  background: #f7f7f7;
  margin: 10px 0;
}
ul.kome li {
  margin-left: 1.0em;
  text-indent: -1.0em;
}
ul.kome li::before {
  content: "※";
}

/*--------------------------------------------------------------
診療内容
---------------------------------------------------------------*/
ul.menu-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1.0em 1.2em;
  background: #eff8fe;
  border: 2px solid #9ecdf4;
  border-radius: 4px;
}
ul.menu-row li a {
  font-size: 1.1em;
  font-weight: 600;
  color: #4e5665;
  text-decoration: none;
  position: relative;
}
ul.menu-row li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c9";
  font-weight: bold;
  color: #3d9be9;
  margin-right: 0.3em;
}
ul.menu-row li a:hover {
  color: #3d9be9;
}

/*--------------------------------------------------------------
診療時間
---------------------------------------------------------------*/
.article table.timeTable {
  border: 1px solid #3d9be9;
  border-collapse: separate;
  border-radius: 4px;
  overflow: hidden;
}
.article table.timeTable th, .article table.timeTable td {
  border: none;
  border-bottom: 1px solid #3d9be9;
  border-right: 1px solid #3d9be9;
}
.article table.timeTable th {
  background: #9ecdf4;
}
.article table.timeTable td {
  text-align: center;
}
.article table.timeTable tr:last-child th, .article table.timeTable tr:last-child td {
  border-bottom: none;
}
.article table.timeTable tr:first-child th {
  border-bottom: 1px solid #3d9be9;
}
.article table.timeTable thead tr:first-child th:last-child {
  border-right: none;
}
.article table.timeTable tbody tr:nth-child(1) td:last-child,
.article table.timeTable tbody tr:nth-child(2) td:last-child {
  border-right: none;
}

/*--------------------------------------------------------------
table simple border
---------------------------------------------------------------*/
.article table.simpleBorder,
.article table.simpleBorder th,
.article table.simpleBorder td {
  border: none;
}
.article table.simpleBorder {
  border-top: 1px solid #9ecdf4;
}
.article table.simpleBorder th,
.article table.simpleBorder td {
  border-bottom: 1px solid #9ecdf4;
}
.article table.simpleBorder th {
  background: #eff8fe;
}

/*--------------------------------------------------------------
お問い合わせブロック
---------------------------------------------------------------*/
.mainArticles .article.contact-block img {
  max-width: 100%;
}
.mainArticles .contact-block .contact-info-box {
  display: flex;
  justify-content: space-between;
}
.mainArticles .contact-block .contact-info-box div {
  width: 48%;
}
.mainArticles .article p.contact-lead-copy {
  font-size: 1.7em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #b1dae7;
  padding: 8px 12px;
}