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-yamahana-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-yamahana-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-yamahana-head-l a {
    font-size: 13px; }

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

.m-yamahana-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-yamahana-head-list-item {
  position: relative; }
  .m-yamahana-head-list-item a {
    letter-spacing: 2px;
    color: #25a239; }

.m-yamahana-mv {
  position: relative;
  background: url(/service/clinic-mall/sapporo-garden/img/mv.png) no-repeat;
  height: 800px;
  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-yamahana-mv-box {
  position: absolute;
  right: 19%;
  top: 32%; }

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

.m-yamahana-mv-txt {
  position: relative;
  font-size: 24px;
  color: #25a239;
  text-align: right; }

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

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

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

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

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

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

.m-yamahana-contents-title {
  position: relative;
  font-size: 40px;
  color: #25a239;
  margin-bottom: 50px; }

.m-yamahana-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-yamahana-contents-list-item {
  position: relative;
  max-width: 48%;
  margin-right: 1%;
  width: 100%;
  margin-bottom: 100px; }
  .m-yamahana-contents-list-item:nth-child(2n) {
    margin-right: 0; }

.m-yamahana-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-yamahana-contents-list-dt {
  position: relative;
  color: #c2d9e5;
  background: #FFF;
  padding: 10px;
  margin-right: 15px;
  font-size: 18px; }

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

.m-yamahana-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-yamahana-contents-name {
  position: relative;
  color: #25a239;
  font-size: 30px;
  margin-bottom: 30px; }

.m-yamahana-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-yamahana-contents-tag-list {
  position: relative;
  background: #999999;
  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-yamahana-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: #25a239;
  color: #FFF;
  height: 60px;
  font-size: 16px;
  border-radius: 5px; }

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

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

.m-yamahana-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-yamahana-bnr-box-list-item {
  position: relative;
  width: 33%;
  margin-bottom: 20px; }

.m-yamahana-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-yamahana-footer-l {
  position: relative; }

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

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

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

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

@media screen and (max-width: 1145px) {
  .m-yamahana-head-l {
    display: block; }
    .m-yamahana-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-yamahana {
    position: relative;
    top: -65px; }
  .m-yamahana-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-yamahana-head-l {
    position: relative;
    width: 200px;
    display: block; }
    .m-yamahana-head-l img {
      margin-bottom: 5px; }
  .m-yamahana-head-r {
    position: relative;
    display: none; }
  .m-yamahana-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-yamahana-head-list-item {
    position: relative; }
    .m-yamahana-head-list-item a {
      letter-spacing: 2px;
      color: #25a239; }
  .m-yamahana-mv {
    position: relative;
    background: url(/service/clinic-mall/sapporo-garden/img/mv.png) 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-yamahana-mv-box {
    position: absolute;
    right: 0%;
    top: 26%; }
  .m-yamahana-mv-title {
    position: relative;
    font-size: 40px;
    text-align: right;
    letter-spacing: 10px;
    line-height: 1.5;
    color: #25a239;
    margin-bottom: 10px; }
  .m-yamahana-mv-txt {
    position: relative;
    font-size: 20px;
    color: #25a239;
    text-align: right; }
  .m-yamahana-about {
    position: relative;
    padding: 35px 15px; }
  .m-yamahana-about-title {
    position: relative;
    font-size: 20px;
    color: #25a239;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 42px; }
  .m-yamahana-about-txt {
    position: relative;
    font-size: 14px;
    color: #25a239;
    text-align: left;
    margin-bottom: 50px;
    line-height: 33px; }
    .m-yamahana-about-txt br {
      display: none; }
  .m-yamahana-about-map {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .m-yamahana-about-map iframe {
      width: 100%;
      height: 300px; }
  .m-yamahana-contents {
    position: relative;
    padding: 40px 15px 0px; }
    .m-yamahana-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-yamahana-wrap {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
  .m-yamahana-contents-title {
    position: relative;
    font-size: 20px;
    color: #25a239;
    margin-bottom: 25px; }
  .m-yamahana-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-yamahana-contents-list-item {
    position: relative;
    max-width: 100%;
    margin-right: 1%;
    width: 100%;
    margin-bottom: 50px; }
    .m-yamahana-contents-list-item:nth-child(2n) {
      margin-right: 0; }
  .m-yamahana-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-yamahana-contents-list-dt {
    position: relative;
    color: #c2d9e5;
    background: #FFF;
    padding: 10px;
    margin-right: 15px;
    font-size: 18px; }
  .m-yamahana-contents-list-dd {
    position: relative;
    color: #0080ff;
    font-size: 14px; }
  .m-yamahana-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-yamahana-contents-name {
    position: relative;
    color: #25a239;
    font-size: 20px;
    margin-bottom: 20px; }
  .m-yamahana-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-yamahana-contents-tag-list {
    position: relative;
    background: #999999;
    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-yamahana-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: #25a239;
    color: #FFF;
    height: 60px;
    font-size: 16px;
    border-radius: 5px; }
  .m-yamahana-contents-top {
    position: absolute;
    right: 0px;
    bottom: -60px; }
  .m-yamahana-bnr-box {
    position: relative;
    padding: 30px 0; }
  .m-yamahana-bnr-box-list {
    position: relative;
    text-align: center;
    padding: 0 15px; }
  .m-yamahana-bnr-box-list-item {
    position: relative;
    width: 48%; }
  .m-yamahana-footer {
    position: relative;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 15px; }
  .m-yamahana-footer-l {
    position: relative;
    margin-bottom: 20px; }
  .m-yamahana-footer-logo {
    position: relative;
    display: block !important; }
  .m-yamahana-footer-r {
    position: relative; }
  .m-yamahana-footer-blue {
    position: relative;
    color: #25a239;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px; }
  .m-yamahana-footer-copy {
    position: relative;
    color: #666666;
    font-size: 12px;
    text-align: left; } }
