@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #444;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

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 {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#contents #side {
  width: 23%;
  max-width: 230px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents #side {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

#main {
  width: 74%;
  max-width: 740px;
}
@media only screen and (max-width: 834px) {
  #main {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}

#main #col_main {
  width: 100%;
}

#side #col_side2 {
  width: 100% !important;
}

.pankuzu {
  max-width: 1020px;
  margin: 7px auto 0 auto;
  padding: 0 10px;
  font-size: 13px;
  text-align: left;
  color: #444;
}
@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu a {
  color: #80c8d0 !important;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_contents #global_header {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .error_contents #global_header {
    margin-bottom: 40px;
  }
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #80c8d0;
}
.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 40px;
  background: transparent;
}
@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 48px;
  }
}

.index_contents header#global_header {
  margin-bottom: 50px !important;
}

#header {
  width: 100%;
  padding: 15px 0;
  border-top: 10px solid #edfbff;
}
@media only screen and (max-width: 834px) {
  #header {
    padding: 10px 0;
    border-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    padding: 0;
  }
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #header .inner {
    display: block;
  }
}
#header #siteID {
  width: 19%;
  max-width: 190px;
}
@media only screen and (max-width: 834px) {
  #header #siteID {
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 1111111;
    width: 130px;
  }
}
#header #siteID a {
  opacity: 1;
}
#header #hedInfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hedInfo {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  #header #hedInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    background: #fff;
  }
}
#header #hedInfo .linkTel {
  width: 200px;
  margin-right: 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hedInfo .linkTel {
    width: 220px;
  }
}
@media only screen and (max-width: 640px) {
  #header #hedInfo .linkTel {
    width: 280px;
  }
}
#header #hedInfo .linkTel li {
  margin-bottom: 5px;
  line-height: 1;
}
#header #hedInfo .linkTel li:last-of-type {
  margin-bottom: 0;
}
#header #hedInfo .linkTel .ttl {
  padding: 3.5px 2px;
  background: #80c8d0;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
#header #hedInfo .linkTel .telstyle {
  font-size: 20px;
  font-weight: bold;
  color: #80c8d0;
  letter-spacing: 1px;
}
#header #hedInfo .linkTel .telstyle:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-top: -2px;
  background: url(../images/contents/icon_tel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header #hedInfo .linkTel .time {
  font-size: 11px;
  font-weight: bold;
  color: #869fa5;
}
#header #hedInfo .linkTel .time i {
  margin-right: 5px;
}
#header #hedInfo .yoyaku {
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  #header #hedInfo .cont {
    display: none;
  }
}

#nav_global {
  position: relative;
}
@media only screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}
#nav_global:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/contents/navBottom.png) no-repeat;
  background-size: cover;
}
#nav_global #gnavi {
  display: flex !important;
  justify-content: flex-start;
}
#nav_global #gnavi li {
  flex-grow: 1;
  position: relative;
  line-height: 1;
}
#nav_global #gnavi li a {
  position: relative;
  display: block;
  padding: 10px 0 25px 0;
  color: #444;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 600;
}
#nav_global #gnavi li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #80c8d0;
}
#nav_global #gnavi li .sub {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 300px;
  background-color: #fff;
  z-index: 100;
}
#nav_global #gnavi li .sub li {
  border-bottom: 1px solid #ccc;
}
#nav_global #gnavi li .sub li:last-of-type {
  border-bottom: 0;
}
#nav_global #gnavi li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
#nav_global #gnavi li .sub li a:after {
  display: none;
}

.spNav {
  display: none;
}
@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  position: relative;
  overflow: hidden;
}
#mainArea #slider {
  width: 100%;
}
#mainArea #slider li img {
  width: 100%;
  height: auto;
}
#mainArea #mainTxt {
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea #mainTxt {
    top: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #mainTxt {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1780px) {
  #mainArea #mainTxt img {
    width: 38% !important;
  }
}
@media only screen and (max-width: 834px) {
  #mainArea #mainTxt img {
    width: 95% !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-container .mean-bar {
  background: #80c8d0 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #80c8d0 !important;
}

.mean-container .mean-nav .inner {
  padding: 0 !important;
}

.mean-container .mean-nav ul li a {
  padding: 1% 5% !important;
  border-top: 1px solid #5bb8c2 !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li ul li a {
  width: 100% !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  background: transparent;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer {
    padding-bottom: 90px;
  }
}
footer#global_footer a {
  font-size: 13px;
  text-decoration: none;
}
footer#global_footer #nav_footer {
  padding: 10px;
  background: #80c8d0;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #nav_footer {
    padding: 1px;
  }
}
footer#global_footer #nav_footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #nav_footer ul {
    display: none;
  }
}
footer#global_footer #nav_footer li {
  padding: 0 15px;
  line-height: 2;
}
footer#global_footer #nav_footer li a {
  text-decoration: none;
  color: #fff;
}
footer#global_footer #copy {
  display: block;
  padding: 4px 10px;
  font-size: 13px;
}
footer#global_footer #copy a {
  text-decoration: none;
  color: #444;
}
footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
sidemenu
------------------------------------------------------------ */
@media only screen and (max-width: 834px) {
  #side #col_side2 {
    padding: 4%;
    background: #f8f8f8;
  }
}
#side .banner {
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #side .banner {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #side .side02 {
    display: flex;
    flex-wrap: wrap;
  }
  #side .side02 .gnav {
    width: 49%;
    margin-right: 2%;
  }
  #side .side02 .gnav:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #side .side03 {
    display: flex;
    flex-wrap: wrap;
  }
  #side .side03 .gnav-bnr {
    width: 30%;
    margin-right: 5%;
  }
  #side .side03 .gnav-bnr:nth-of-type(3n) {
    margin-right: 0;
  }
}
#side .linkTel {
  padding: 10px;
  border-radius: 3px;
  background: #80c8d0;
  text-align: center;
  color: #fff;
}
#side .linkTel a {
  color: #fff;
}
#side .linkTel li {
  margin-bottom: 7px;
  line-height: 1;
}
#side .linkTel li:last-of-type {
  margin-bottom: 0;
}
#side .linkTel .ttl {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 990px) {
  #side .linkTel .ttl {
    font-size: 14px;
  }
}
#side .linkTel .telstyle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 990px) {
  #side .linkTel .telstyle {
    font-size: 19px;
  }
}
#side .linkTel .telstyle:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: -3px;
  background: url(../images/contents/icon_sideTel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#side .linkTel .time {
  padding: 1.5px 0;
  border-radius: 3px;
  background-color: #fff;
  font-size: 11px;
  color: #80c8d0;
}
#side .linkTel .time i {
  margin-right: 5px;
}
@media only screen and (max-width: 990px) {
  #side .linkTel .time .brNone {
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #side .linkTel .time .brNone {
    display: inline;
  }
}
#side .linkTel .txt {
  font-size: 11px;
}
@media only screen and (max-width: 990px) {
  #side .linkTel .txt {
    text-align: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #side .linkTel .txt {
    text-align: center;
  }
}
#side .yoyaku {
  border-radius: 3px;
  border: 1px solid #80c8d0;
  text-align: center;
}
#side .yoyaku a {
  display: block;
  background: #fff;
}
#side .yoyaku p {
  background: #80c8d0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  #side .yoyaku p {
    font-size: 16px;
  }
}
#side address {
  padding: 15px;
  background: #f8f8f8;
  border-top: 5px solid #80c8d0;
  border-bottom: 5px solid #80c8d0;
}
@media only screen and (max-width: 834px) {
  #side address {
    background: #fff;
  }
}
#side address li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
}
#side address li:last-of-type {
  margin-bottom: 0;
}
#side address .gmap {
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #side address .gmap iframe {
    height: 100px;
  }
}
#side address .ttl {
  margin-bottom: 10px;
  border-top: 1px solid #53b9c3;
  border-bottom: 1px solid #53b9c3;
  font-weight: bold;
  color: #53b9c3;
  text-align: center;
}
#side address .linkTel {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-align: left;
}
#side address .linkTel a {
  font-weight: bold;
  color: #444;
}
#side address .linkTel:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  margin-top: -3px;
  background: url(../images/contents/icon_sideTel02.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#side address .access {
  position: relative;
  padding-left: 13px;
}
#side address .access:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: #80c8d0;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 2px;
}
#side address .cont a {
  display: block;
  padding: 4.5px 3px;
  border-radius: 3px;
  background: #ffc051;
  color: #fff;
  text-align: center;
}
#side .diabetes {
  padding: 10px;
  background: #fff;
  border: 1px solid #80c8d0;
  border-radius: 3px;
  text-align: center;
}
#side .diabetes img {
  width: 100% !important;
  margin-bottom: 7px;
  border-radius: 3px;
}
#side .diabetes .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #80c8d0;
}
@media only screen and (max-width: 990px) {
  #side .diabetes .ttl {
    font-size: 16px;
  }
}
#side .diabetes p {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}
#side .diabetes a {
  display: block;
  padding: 7.5px 3px;
  border-radius: 3px;
  background: #80c8d0;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 990px) {
  #side .diabetes a {
    font-size: 13px;
  }
}
#side .sidBnr a {
  position: relative;
  display: block;
  border-radius: 3px;
  text-align: center;
}
#side .sidBnr a img {
  width: 100% !important;
}
#side .sidBnr a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  #side .sidBnr a p {
    font-size: 16px;
  }
}
#side .bnrGrn a {
  border: 1px solid #80d0ad;
}
#side .bnrGrn a p {
  background: #80d0ad;
}
#side .bnrBlue a {
  border: 1px solid #66a9d8;
}
#side .bnrBlue a p {
  background: #66a9d8;
}
#side .bnrGld a {
  border: 1px solid #b4b070;
}
#side .bnrGld a p {
  background: #b4b070;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl h2 {
  position: relative;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .topTtl h2 {
    font-size: 20px;
  }
}

/* contents */
.wrap_news h2 {
  display: inline-block;
  min-width: 180px;
  background: #80c8d0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.wrap_news .news {
  max-height: 300px;
  overflow-x: auto;
  margin-right: 1.3%;
  padding: 20px;
  border: 1px solid #dff1f3;
}
@media only screen and (max-width: 640px) {
  .wrap_news .news {
    max-height: 350px;
  }
}
.wrap_news .news dl {
  display: block !important;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.wrap_news .news dl dt, .wrap_news .news dl dd {
  width: 100%;
  padding: 0 !important;
  border: none !important;
  font-weight: bold;
}
.wrap_news .news dl dt {
  font-size: 16px;
  color: #80c8d0;
}
.wrap_news .news dl dd {
  font-size: 18px;
}

.topGreet {
  border: 1px solid #869fa5;
  background-size: cover;
}
.topGreet .bgWh {
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #869fa5;
}
.topGreet h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  font-size: 20px;
  line-height: 1;
}
.topGreet h2 .sub {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
}
.topGreet h2 .sub + br {
  display: none !important;
}
.topGreet h2 .fsB {
  font-size: 36px;
}
@media only screen and (max-width: 640px) {
  .topGreet h2 .fsB {
    font-size: 20px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 640px) {
  .btn_shinryou {
    max-width: 360px;
    margin: 0 auto;
  }
}
.btn_shinryou ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .btn_shinryou ul {
    display: block;
  }
}
.btn_shinryou li {
  position: relative;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 25px;
  overflow: inherit !important;
}
@media only screen and (max-width: 640px) {
  .btn_shinryou li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.btn_shinryou li:nth-of-type(3n) {
  margin-right: 0;
}
.btn_shinryou li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/contents/kazari_slash02.png);
  background-size: cover;
}
.btn_shinryou li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 7.5px 5px;
  background: #fff;
  border: 1px solid #869fa5;
  font-size: 20px;
  font-weight: bold;
  color: #80c8d0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .btn_shinryou li a {
    padding: 15px 10px;
  }
}
.btn_shinryou li a .sub {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  .btn_shinryou02 {
    max-width: 360px;
    margin: 0 auto;
  }
}
.btn_shinryou02 ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .btn_shinryou02 ul {
    display: block;
  }
}
.btn_shinryou02 li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .btn_shinryou02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.btn_shinryou02 li:nth-of-type(even) {
  margin-right: 0;
}
.btn_shinryou02 li a {
  position: relative;
  display: block;
  padding: 9% 8%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.btn_shinryou02 li a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.topInfo {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .topInfo {
    display: block;
  }
}
.topInfo .box {
  width: 49%;
}
@media only screen and (max-width: 640px) {
  .topInfo .box {
    width: 100%;
  }
}
.topInfo .txt {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .topInfo .txt {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .topInfo .txt .tblInfo td {
    padding: 0 5px !important;
  }
}
@media only screen and (max-width: 640px) {
  .topInfo .txt .tblInfo td:first-of-type {
    background: #80c8d0;
  }
  .topInfo .txt .tblInfo td:first-of-type div {
    font-weight: bold;
    color: #fff;
  }
}
@media only screen and (max-width: 640px) {
  .topInfo .gmap iframe {
    height: 250px;
  }
}

.tblTime td {
  padding: 2.5px 0 !important;
  font-size: 13px;
}

.reason h3 {
  position: relative;
  margin-right: 35%;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .reason h3 {
    margin-right: 0;
    font-size: 16px;
  }
}
.reason h3 .num {
  margin-right: 10px;
  font-style: oblique;
  font-size: 30px;
  font-weight: 400;
  color: rgba(134, 159, 165, 0.5);
}
@media only screen and (max-width: 640px) {
  .reason h3 .num {
    font-size: 18px;
  }
}
.reason h3:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 20%;
  height: 1px;
  background: #80c8d0;
}
.reason img {
  max-width: 30% !important;
  width: 100% !important;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 640px) {
  .reason img {
    max-width: 100% !important;
    margin: 0 auto 10px auto;
  }
}

.wrapOther {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .wrapOther {
    display: block;
  }
}
.wrapOther .box {
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #80c8d0;
}
@media only screen and (max-width: 640px) {
  .wrapOther .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wrapOther .box:nth-of-type(even) {
  margin-right: 0;
}
.wrapOther .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 72%;
  height: 5px;
  background: url(../images/contents/kazari_slash.png);
  background-size: cover;
}
.wrapOther .box img {
  width: 100% !important;
  margin-bottom: 10px;
  border-radius: 3px;
}
.wrapOther .box h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #80c8d0;
  line-height: 1;
}
.wrapOther .box p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.wrapOther .box .btn a {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 8.5px 5px;
  background: #80c8d0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.wrapCont {
  background-size: cover;
}
.wrapCont .bgWh {
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #80c8d0;
}
@media only screen and (max-width: 990px) {
  .wrapCont .bgWh {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapCont .bgWh {
    padding: 20px;
  }
}
.wrapCont h2 {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .wrapCont h2 {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.wrapCont .flex {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .wrapCont .flex {
    display: block;
  }
}
.wrapCont .flex .box {
  width: 49%;
  margin-right: 2%;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .wrapCont .flex .box {
    width: 100%;
    margin-right: 0;
  }
}
.wrapCont .flex .box:nth-of-type(even) {
  margin-right: 0;
}
.wrapCont .flex .box td {
  padding: 0 8% !important;
}
@media only screen and (max-width: 640px) {
  .wrapCont .flex .box .linkTel {
    margin-bottom: 10px;
  }
}
.wrapCont .flex .box .ttl {
  padding: 1.5px 10px !important;
}
.wrapCont .flex .box .ttl div {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.wrapCont .flex .box .telStyle {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.wrapCont .flex .box .telStyle div {
  font-size: 30px;
  font-weight: bold;
  color: #80c8d0;
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (max-width: 990px) {
  .wrapCont .flex .box .telStyle div {
    font-size: 22px;
  }
}
.wrapCont .flex .box .telStyle div:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -4px;
  margin-right: 6px;
  background: url(../images/contents/icon_tel.png);
  background-size: cover;
  vertical-align: middle;
}
.wrapCont .flex .box .subTtl .bg {
  display: block;
  margin-bottom: 3px;
  padding: 2.5px;
  background: #869fa5;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.wrapCont .flex .box .time div {
  font-size: 13px;
  font-weight: bold;
  color: #869fa5;
  line-height: 1.5;
  letter-spacing: -1.2px;
}
.wrapCont .flex .box .txt {
  padding-top: 5px !important;
  padding-bottom: 15px !important;
}
.wrapCont .flex .box .txt div {
  font-size: 11px;
  font-weight: bold;
  color: #869fa5;
}
.wrapCont .flex .box .net td {
  padding: 0 !important;
}
.wrapCont .flex .box .net a {
  display: block;
  width: 100% !important;
}
.wrapCont .flex .box .cont a {
  display: block;
  padding: 11.5px 5px;
  border-radius: 3px;
  background: #ffc051;
  font-weight: bold;
  color: #fff;
}

/* ------------------------------------------------------------
clinical-info.html
------------------------------------------------------------ */
.greet ul {
  display: flex;
  flex-direction: row-reverse;
}
.greet ul li:first-of-type {
  width: 30%;
  margin-left: 2%;
}
.greet ul li:first-of-type div {
  text-align: center;
}
.greet ul li:first-of-type img {
  width: 100% !important;
}
.greet ul li:nth-of-type(2) {
  width: 68%;
}

@media only screen and (max-width: 640px) {
  .gmap02 iframe {
    height: 250px;
  }
}

/* ------------------------------------------------------------
gallery.html
------------------------------------------------------------ */
.btnAnc ul {
  display: flex;
  flex-wrap: wrap;
}
.btnAnc li {
  margin-right: 2%;
  margin-bottom: 10px;
}
.btnAnc li a {
  position: relative;
  display: block;
  padding: 0px 15px 0px 40px;
  background-color: #b4b070;
  border-radius: 3px;
  color: #fff;
}
.btnAnc li a:before {
  content: "\f0ab";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 15px;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

form .annot {
  margin: 0 !important;
  text-align: right;
}

.contact_contents #global_header {
  margin-bottom: 80px;
}

.form_wrap.message {
  margin: 0 !important;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.blog .fa, .blog .fas {
  font-family: "Font Awesome 5 Pro" !important;
}
.blog h1 {
  background-color: #53b9c3;
  padding: 50px 10px 30px 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .blog h1 {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 25px;
  }
}
.blog #form_calendar, .blog #contents {
  min-width: auto !important;
}
.blog aside h3 {
  background: #80c8d0;
  font-weight: bold;
  color: #fff;
}
.blog aside li {
  padding: 0 !important;
  font-size: 14px;
  text-align: left;
}
.blog aside a {
  display: block;
  padding: 10px;
}
.blog aside a:hover {
  text-decoration: none;
  color: #53b9c3;
}
.blog #form_calendar th {
  font-size: 10px !important;
}
.blog #contents .date {
  color: #999;
}
.blog #contents article {
  margin-bottom: 50px;
}
.blog #contents article > ul li a {
  font-size: 13px;
}
.blog #contents h2 {
  position: relative;
  padding: 10px 10px 10px 17px;
  background: #66a9d8;
  border-left: 3px solid #d9e9f5;
  color: #fff;
}
.blog #contents h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d9e9f5;
}
.blog #contents h2 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .blog #contents h2 span {
    font-size: 18px;
  }
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex03 {
  display: flex;
}
.flex03 .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .flex03 .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.flex03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.flex03 .box img {
  width: 100% !important;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    font-size: 22px;
  }
}
.ttl01 h3 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.ttl01 h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.ttl01 h5 {
  font-weight: bold;
  line-height: 1.3;
}
.ttl01 h2 {
  position: relative;
  padding: 10px 10px 10px 17px;
  background: #80c8d0;
  color: #fff;
}
.ttl01 h2:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: rotate(135deg);
}
.ttl01 h3 {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 4px double #80c8d0;
  color: #53b9c3;
}
.ttl01 h3:after {
  display: none;
}
.ttl01 h4 {
  padding-bottom: 5px;
  border-bottom: 2px dotted #869fa5;
  color: #869fa5;
}
.ttl01 h5 {
  position: relative;
  padding-left: 32px;
}
.ttl01 h5:before, .ttl01 h5:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.ttl01 h5:before {
  top: 0;
  left: 0;
  z-index: 1;
  background: #ffc051;
}
.ttl01 h5:after {
  top: 4px;
  left: 8px;
  background: #80d0ad;
}

.ttlH1 {
  background-color: #53b9c3;
}
.ttlH1 h1 {
  padding: 50px 10px 30px 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .ttlH1 h1 {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .ttlH1 h1 {
    font-size: 25px;
  }
}
.ttlH1 h1:empty {
  display: none;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnOrg a {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 3px;
  background: #ffc051;
  font-weight: bold;
  color: #fff;
}

.pdf a {
  position: relative;
}
.pdf a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 10px;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.pntTxt {
  font-size: 18px;
  font-weight: bold;
}

.lineOrg p {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 192, 81, 0.6) 60%);
}

.pntTxt02 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 192, 81, 0.6) 60%);
}

.pntTxt03 {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #7effc7 60%);
}

.bdrDbl {
  border: 4px double #80c8d0;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img_r img {
  max-width: 30% !important;
  width: 100% !important;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 640px) {
  .img_r img {
    max-width: 100% !important;
    margin: 0 auto;
  }
}

.img100 li {
  width: 100%;
}
.img100 img {
  width: 100% !important;
}

.img02 ul {
  display: flex;
  flex-wrap: wrap;
}
.img02 li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.img02 li:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 48px !important;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .tbl01 td {
    text-align: center !important;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.listDots li, .listDots02 li {
  position: relative;
  margin-right: 50px;
  padding-left: 25px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .listDots li, .listDots02 li {
    width: 100%;
    margin-right: 0;
  }
}
.listDots li:before, .listDots02 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.listDots02 li {
  width: 49%;
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .listDots02 li {
    width: 100%;
    margin-right: 0;
  }
}
.listDots02 li:nth-of-type(even) {
  margin-right: 0;
}

.listOut li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .listOut li {
    width: 100%;
    margin-right: 0;
  }
}
.listOut li:before {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  color: #80c8d0;
  top: 0;
  left: 0;
  display: block;
}

.check li {
  position: relative;
  width: 49%;
  margin-right: 2%;
  padding-left: 25px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .check li {
    width: 100%;
    margin-right: 0;
  }
}
.check li:before {
  content: "\f14a";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #ffc051;
}
.check li:nth-of-type(even) {
  margin-right: 0;
}

.check02 li {
  position: relative;
  padding-left: 25px;
  line-height: 2;
}
.check02 li:before {
  content: "\f14a";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #ffc051;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4, .mg_t0 h5 {
  margin-top: 0 !important;
}

.tdNone td {
  border: none !important;
}

.anc {
  clear: none !important;
}
.anc div {
  margin-top: -130px;
  padding-top: 130px;
}

@media only screen and (max-width: 640px) {
  .spLeft td, .spLeft p {
    text-align: left !important;
  }
}/*# sourceMappingURL=assets.css.map */