body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a:hover {
  opacity: 0.7;
}

.pc-Only {
  display: inline-block;
}

.sp-Only {
  display: none;
}

.m-hibarigaoka-head {
  height: 100px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 102px 0 98px;
}

.m-hibarigaoka-head-l {
  position: relative;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.m-hibarigaoka-head-l a {
  font-size: 13px;
}

.m-hibarigaoka-head-r {
  position: relative;
}

.m-hibarigaoka-head-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 448px;
}

.m-hibarigaoka-head-list-item {
  position: relative;
}
.m-hibarigaoka-head-list-item a {
  letter-spacing: 2px;
  color: #2389af;
}

.m-hibarigaoka-mv {
  position: relative;
  background: url(/service/clinic-mall/hibarigaoka/img/mv.jpg) no-repeat;
  height: 865px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}

.m-hibarigaoka-mv-box {
  position: absolute;
  right: 19%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-hibarigaoka-mv-title {
  position: relative;
  font-size: 90px;
  text-align: right;
  letter-spacing: 10px;
  line-height: 116px;
  color: #2389af;
  margin-bottom: 10px;
}

.m-hibarigaoka-mv-txt {
  position: relative;
  font-size: 24px;
  color: #2389af;
  text-align: right;
}

.m-hibarigaoka-about {
  position: relative;
  padding: 75px 0 70px;
}

.m-hibarigaoka-about-title {
  position: relative;
  font-size: 40px;
  color: #2389af;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 42px;
}

.m-hibarigaoka-about-txt {
  position: relative;
  font-size: 16px;
  color: #2389af;
  text-align: center;
  margin-bottom: 50px;
  line-height: 33px;
}

.m-hibarigaoka-about-map {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.m-hibarigaoka-about-map iframe {
  width: 100%;
  height: 300px;
}

.m-hibarigaoka-contents {
  position: relative;
  padding: 80px 0 0px;
}
.m-hibarigaoka-contents:before {
  content: "";
  width: calc(100% - 140px);
  height: 100%;
  display: block;
  border-radius: 0 30px 0 0;
  background: #f2f2f2;
  position: absolute;
  top: 0;
}

.m-hibarigaoka-wrap {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.m-hibarigaoka-contents-title {
  position: relative;
  font-size: 40px;
  color: #2389af;
  margin-bottom: 50px;
}

.m-hibarigaoka-contents-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-hibarigaoka-contents-list-item {
  position: relative;
  max-width: 48%;
  margin-right: 1%;
  width: 100%;
  margin-bottom: 100px;
}
.m-hibarigaoka-contents-list-item:nth-child(2n) {
  margin-right: 0;
}

.m-hibarigaoka-contents-list-dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-hibarigaoka-contents-list-dt {
  position: relative;
  color: #c2d9e5;
  background: #FFF;
  padding: 10px;
  margin-right: 15px;
  font-size: 18px;
}

.m-hibarigaoka-contents-list-dd {
  position: relative;
  color: #0080ff;
  font-size: 14px;
}

.m-hibarigaoka-contents-img {
  position: relative;
  background: #FFF;
  border-radius: 30px;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.m-hibarigaoka-contents-name {
  position: relative;
  color: #2389af;
  font-size: 30px;
  margin-bottom: 30px;
}

.m-hibarigaoka-contents-tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80px;
}

.m-hibarigaoka-contents-tag-list {
  position: relative;
  background: #f7b52c;
  border-radius: 20px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 30px;
}

.m-hibarigaoka-contents-tag-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2189AF;
  color: #FFF;
  height: 60px;
  font-size: 16px;
  border-radius: 5px;
}

.m-hibarigaoka-contents-top {
  position: absolute;
  right: 83px;
  bottom: -55px;
}

.m-hibarigaoka-bnr-box {
  position: relative;
  padding: 30px 0;
}

.m-hibarigaoka-bnr-box-list {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.m-hibarigaoka-bnr-box-list-item {
  position: relative;
  width: 31%;
  margin-bottom: 20px;
}

.m-hibarigaoka-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 80px;
}

.m-hibarigaoka-footer-l {
  position: relative;
}

.m-hibarigaoka-footer-logo {
  position: relative;
}

.m-hibarigaoka-footer-r {
  position: relative;
}

.m-hibarigaoka-footer-blue {
  position: relative;
  color: #2389af;
  font-size: 14px;
  text-align: right;
  line-height: 1.5;
  margin-bottom: 10px;
}

.m-hibarigaoka-footer-copy {
  position: relative;
  color: #666666;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 1145px) {
  .m-hibarigaoka-head-l {
    display: block;
  }
  .m-hibarigaoka-head-l img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  a:hover {
    opacity: 0.7;
  }
  .pc-Only {
    display: inline-block;
  }
  .sp-Only {
    display: none;
  }
  .m-hibarigaoka {
    position: relative;
    top: -65px;
  }
  .m-hibarigaoka-head {
    height: 50px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
  .m-hibarigaoka-head-l {
    position: relative;
    width: 200px;
    display: block;
  }
  .m-hibarigaoka-head-l img {
    margin-bottom: 5px;
  }
  .m-hibarigaoka-head-r {
    position: relative;
    display: none;
  }
  .m-hibarigaoka-head-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 448px;
  }
  .m-hibarigaoka-head-list-item {
    position: relative;
  }
  .m-hibarigaoka-head-list-item a {
    letter-spacing: 2px;
    color: #2389af;
  }
  .m-hibarigaoka-mv {
    position: relative;
    background: url(/service/clinic-mall/hibarigaoka/img/mv.jpg) no-repeat;
    height: 400px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    padding: 0 15px;
  }
  .m-hibarigaoka-mv-box {
    position: absolute;
    right: 0%;
    top: 50%;
  }
  .m-hibarigaoka-mv-title {
    position: relative;
    font-size: 40px;
    text-align: right;
    letter-spacing: 10px;
    line-height: 1.5;
    color: #2389af;
    margin-bottom: 10px;
  }
  .m-hibarigaoka-mv-txt {
    position: relative;
    font-size: 20px;
    color: #2389af;
    text-align: right;
  }
  .m-hibarigaoka-about {
    position: relative;
    padding: 35px 15px;
  }
  .m-hibarigaoka-about-title {
    position: relative;
    font-size: 20px;
    color: #2389af;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 42px;
  }
  .m-hibarigaoka-about-txt {
    position: relative;
    font-size: 14px;
    color: #2389af;
    text-align: left;
    margin-bottom: 50px;
    line-height: 33px;
  }
  .m-hibarigaoka-about-txt br {
    display: none;
  }
  .m-hibarigaoka-about-map {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .m-hibarigaoka-about-map iframe {
    width: 100%;
    height: 300px;
  }
  .m-hibarigaoka-contents {
    position: relative;
    padding: 40px 15px 0px;
  }
  .m-hibarigaoka-contents:before {
    content: "";
    width: calc(100% - 0px);
    height: 100%;
    display: block;
    border-radius: 0 0px 0 0;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0px;
  }
  .m-hibarigaoka-wrap {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .m-hibarigaoka-contents-title {
    position: relative;
    font-size: 20px;
    color: #2389af;
    margin-bottom: 25px;
  }
  .m-hibarigaoka-contents-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-hibarigaoka-contents-list-item {
    position: relative;
    max-width: 100%;
    margin-right: 1%;
    width: 100%;
    margin-bottom: 50px;
  }
  .m-hibarigaoka-contents-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .m-hibarigaoka-contents-list-dl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-hibarigaoka-contents-list-dt {
    position: relative;
    color: #c2d9e5;
    background: #FFF;
    padding: 10px;
    margin-right: 15px;
    font-size: 18px;
  }
  .m-hibarigaoka-contents-list-dd {
    position: relative;
    color: #0080ff;
    font-size: 14px;
  }
  .m-hibarigaoka-contents-img {
    position: relative;
    background: #FFF;
    border-radius: 30px;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    height: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .m-hibarigaoka-contents-name {
    position: relative;
    color: #2389af;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .m-hibarigaoka-contents-tag {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .m-hibarigaoka-contents-tag-list {
    position: relative;
    background: #f7b52c;
    border-radius: 20px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 30px;
  }
  .m-hibarigaoka-contents-tag-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2189AF;
    color: #FFF;
    height: 60px;
    font-size: 16px;
    border-radius: 5px;
  }
  .m-hibarigaoka-contents-top {
    position: absolute;
    right: 0px;
    bottom: -60px;
  }
  .m-hibarigaoka-bnr-box {
    position: relative;
    padding: 30px 0;
  }
  .m-hibarigaoka-bnr-box-list {
    position: relative;
    text-align: center;
    padding: 0 15px;
  }
  .m-hibarigaoka-bnr-box-list-item {
    position: relative;
    width: 48%;
  }
  .m-hibarigaoka-footer {
    position: relative;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 15px;
  }
  .m-hibarigaoka-footer-l {
    position: relative;
    margin-bottom: 20px;
  }
  .m-hibarigaoka-footer-logo {
    position: relative;
    display: block !important;
  }
  .m-hibarigaoka-footer-r {
    position: relative;
  }
  .m-hibarigaoka-footer-blue {
    position: relative;
    color: #2389af;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .m-hibarigaoka-footer-copy {
    position: relative;
    color: #666666;
    font-size: 12px;
    text-align: left;
  }
}