body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
}

footer {
  width: 100%;
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
}

.wrapper {
  min-height: 1vh;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none !important;
  cursor: pointer;
  color: #008dd6;
}
.card-text a{
  color:#6f6f71;
  display: block;

}

p.card-text a:hover{
  color:#6f6f71;
  text-decoration: underline !important;
  opacity: 0.6;
  display: block;
}

main {
  position: relative;
  height: 100%;
}

#vueapp {
  min-height: 100vh;
}

.pointer {
  cursor: pointer;
}

.bg-white {
  background-color: #ffffff;
}

.bg-green {
  background-color: #18A976;
}

.bg-lightgreen {
  background-color: #5EC39F;
}

.bg-boldgreen {
  background-color: #18a977;
}

.bg-grey {
  background-color: #e5e5e5;
}

.bg-lightgrey {
  background-color: #fafafa;
}

.bg-august {
  background-color: #ebe8d3 !important;
}

.bg-august2 {
  background-color: #e2e691 !important;
}

.btn-green {
  background-color: #26a976;
}

.font-white {
  color: #ffffff;
}

.font-green {
  color: #26a976;
}

.font-lightgreen {
  color: #5EC39F !important;
}

.font-boldgreen {
  color: #18a977;
}

.font-content {
  color: #3d8e00;
}

.font-nav {
  color: #18A976 !important
}

.font-red {
  color: #ff0a0a;
}

.font-news-red {
  color: #D43D39;
}

.font-grey {
  color: #9c9999;
}

.font-ubuntu {
  font-family: "Ubuntu", sans-serif;
}

.font-10 {
  font-size: 10px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}

.card-footer:last-child{
  border-radius:0px 0px 15px 15px !important;
}

.nav-box {
  border-top: 2rem #18A976 solid;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
}


p.title-sub{
  border:1px solid;
  padding:0 5px;
  font-size:0.7em;
  vertical-align:text-top;
  border-radius:5px;
  font-family:源ノ角ゴシック JP;
}

.title-medeical{
  font-size: 20px;
  font-family: serif;
 }

 .title-kojin{
  font-size: 28px;
  font-family: serif;
 }

 .slogan{
  font-size: 20px;
  font-family: serif;
 }

/* Main Page */
.logo a {
  color: #fff;
}
.logo a:hover {
  color: #fff;
}

.btn-main a {
  color: #000;
}

.btn-main a:hover {
  color: #000;
}


/* Sidebar Menu */
.sidebar {
  height: 100%;
  width: 400px;
  right: -400px;
  position: fixed;
  overflow: auto;
  opacity: 0;
  top: 0;
  z-index: 4;
  background-color: #fff;
  transition: all 350ms ease;
  text-align: center;
  padding-top: 6rem;
}

.sidebar-parent-active,
.sidebar a.active,
.sidebar a:hover.active {
  color: #02a976;
  font-weight: bold;
}


.icon-page-up {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

.btn_click {
  position: relative;
  height: 40px;
  background:#18A976;
  text-align: center;
  border-radius: 8px;
  font-size:14px;
  font-family:serif;
  line-height: 3;
}

.click{
  width: 16px;
  position:absolute;
  top:30%;
  right:10px;
}

.btn-menu {
  width: 100%;
  height: 65px;
  position: relative;
  background:linear-gradient(#5aa32cd9,#57A019,#429903) ;
  text-align: center;
  padding: 1rem 0;
  border-radius: 20px;
  line-height: 1.2;
  font-family:serif;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}



/* Responsive */
@media screen and (max-width: 991.98px) {
  .font-18,
  .font-20,
  .font-22,
  .font-24,
  .font-25 {
    font-size: 16px !important;
  }
  .icon-page-up {
    right: 10px;
  }
  .btn_click{
    font-size: 13px;
    padding-right:1em;
  }
}

@media screen and (min-width:768px) and (max-width: 991.98px) {
  .hospital{
    font-size:15px;
    }
    .image_icon{
      margin-right:0.1rem;
    }
}


@media screen and (max-width: 767.98px) {
  .nav-right {
    position: relative;
    right: auto;
    top: auto;
  }

  .content-info h2 {
    min-width: 100%;
  }

  .btn-main-first {
    margin-bottom: 0;
  }

  .slogan{
    font-size: 18px;
    }

    .main{
        margin-top: 6rem;
    }
}

@media screen and (max-width: 575.98px) {
  .title-medeical{
    font-size:13px;
  }
  .title-kojin{
    font-size: 19px;
  }
  .slogan{
    font-size: 13px;
    }

}

@media screen and (min-width: 767.98px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none!important;
    color: unset;
  }
}

/* 初代iPhoneSEなど横幅が狭いデバイス用の特別対応 */
@media screen and (max-width: 360px) {
  .iphone-se-font-13 {
    font-size: 13px!important;
  }
  .iphone-se-font-14 {
    font-size: 14px!important;
  }
  .iphone-se-font-15 {
    font-size: 15px!important;
  }
  .iphone-se-font-19 {
    font-size: 19px!important;
  }

  .slogan{
    font-size: 12px;
    }
}

