@charset "utf-8";

/* メイン画像
--------------------------------*/
.mainvisual {
  background: url(img/mv_img.jpg) center no-repeat;
}

/*
u = unique
.u-title01 = .unique_title01
*/

/* 見出し
--------------------------------*/
/*u-title01*/
.u-title01 {
  /*flex*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*others*/
  margin-left: auto;
  margin-right: auto;
  width: 176px;
  height: 176px;
  background: url(img/u-title_bg01.png) center/contain no-repeat;
}
.u-title01 .word {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
/*u-title02*/
.u-title02 {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  background: url(img/u-title_bg02.jpg) top center no-repeat #8bc882;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
.u-title02::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 3px solid #fff;
}
/*u-title03*/
.u-title03 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #8bc882;
}

/* flex box
--------------------------------*/
/*u-flex01*/
.u-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 60px 60px;
}
.u-flex01_item {
  width: calc(100% / 2 - 30px);
}
/*u-flex02*/
.u-flex02 {
  /*flex*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 50px;
  /*others*/
  position: relative;
  z-index: 1;
}
.u-flex02::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, transparent),
    color-stop(50%, #634d34),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent 0,
    #634d34 50%,
    transparent 100%
  );
}
.u-flex02_item01 {
  width: 176px;
}
.u-flex02_item02 {
  width: calc(100% - (176px + 50px));
  padding-top: 40px;
}
.u-flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px 60px;
}
.u-flex03_item {
  width: calc(100% / 2 - 30px);
  max-width: 450px;
}

/* 院内紹介
--------------------------------*/
.clinic_item01 {
}
.clinic_item01 p {
  width: calc(54% - 40px);
}
.clinic_item02 {
  width: 46%;
  margin-left: auto;
  margin-top: -230px;
}
.clinic_item04 {
}
.clinic_item05 {
}
.clinic_item06 {
}
.clinic_item06 p {
  width: calc(76% - 40px);
  margin-left: auto;
}
.clinic_item07 {
  position: relative;
  z-index: 1;
  width: 38%;
  margin-right: auto;
  margin-top: -300px;
}
.clinic_item08 {
}
.clinic_item08 p {
  width: calc(62% - 40px);
}
.clinic_item09 {
  position: relative;
  z-index: 1;
  width: 38%;
  margin-left: auto;
  margin-top: -300px;
}
.clinic_item10 {
}

/* 設備紹介
--------------------------------*/
.facility_item01 {
  width: 66%;
}
.facility_item02 {
  width: calc(34% - 40px);
}
.facility_item03 {
  width: 48%;
}
.facility_item04 {
  width: calc(52% - 40px);
}
.facility_item05 {
  width: 50%;
}
.facility_item06 {
  width: calc(50% - 40px);
}
.facility_text01 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*================================
ノートPC大 1680px～0px
================================*/
@media (max-width: 1680px) {
  /*下層ページのコンテンツの幅では不使用*/
}

/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {
  /*下層ページのコンテンツの幅では不使用*/
}

/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {
  /* flex box
	--------------------------------*/
  /*u-flex02*/
  .u-flex02_item01 {
    width: 100%;
  }
  .u-flex02_item02 {
    width: 100%;
  }

  /* 院内紹介
	--------------------------------*/
  .clinic_item06 {
    width: 80%;
    margin-left: auto;
  }
  .clinic_item08 {
    width: 80%;
  }
  .clinic_item08 p {
    width: calc(72% - 40px);
  }
  .clinic_item13 img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
  /* 見出し
	--------------------------------*/
  .u-title01 {
    width: 148px;
    height: 148px;
  }

  /* flex box
	--------------------------------*/
  .u-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 40px;
  }
  .u-flex01_item {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .u-flex03_item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* 院内紹介
	--------------------------------*/
  .clinic_item01 p {
    width: 100%;
  }
  .clinic_item02 {
    width: 100%;
    max-width: 450px;
    margin-top: 0;
    margin-right: auto;
  }
  .clinic_item03 {
  }
  .clinic_item04 {
  }
  .clinic_item05 {
  }
  .clinic_item06 {
    width: 100%;
  }
  .clinic_item06 p {
    width: 100%;
  }
  .clinic_item07 {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-top: 0;
  }
  .clinic_item08 {
    width: 100%;
  }
  .clinic_item08 p {
    width: 100%;
  }
  .clinic_item09 {
    max-width: 450px;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
  }

  /* 設備紹介
	--------------------------------*/
  .facility_item01,
  .facility_item02,
  .facility_item03,
  .facility_item04,
  .facility_item05,
  .facility_item06 {
    width: 100%;
  }
}

/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {
  /* 見出し
	--------------------------------*/
  .u-title01 {
    width: 125px;
    height: 125px;
  }
  .u-title01 .word {
    font-size: 2rem;
  }

  /* flex box
	--------------------------------*/
}
