@charset "UTF-8";
/*--------------------------------------



--------------------------------------*/
.mainSlideWrap img {
  width: 100%;
}

.slideItem {
  position: relative;
  padding: 0 0 48.9%;
  text-decoration: none;
  display: block;
}
.slideItem img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.sp-selected-button {
  background: #FFAE44;
}

/*--------------------------------------



--------------------------------------*/
.indexNews {
  padding: 60px 0 70px;
}

.indexNewsTitle {
  position: relative;
  font-size: calc(1.425rem + 1.575vw);
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 40px;
}
.indexNewsTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 5px;
  background: #FFAE44;
  bottom: 0;
}

.indexNewsWrap {
  margin: 0 0 45px;
}

.indexNewsLink {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #FFAE44;
  transition: 0.3s;
  border-radius: 26px;
  min-height: 50px;
  box-shadow: 3px 3px 0 #EE8C42;
  max-width: 280px;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
}
.indexNewsLink:hover {
  box-shadow: 0 0 0 #EE8C42;
}

/*--------------------------------------

--------------------------------------*/
.indexBnWrap {
  margin-bottom: 80px;
}

.indexBn {
  transition: all 0.3s;
}
.indexBn:hover {
  opacity: 0.8;
}

/*--------------------------------------

--------------------------------------*/
.indexEventOuter {
  position: relative;
}

.indexEvent {
  margin: 0 0 100px;
}

.indexEventOuter {
  overflow: hidden;
}

.indexBgItem01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1561px;
  max-width: 1561px;
  z-index: -1;
}

.indexBgItem02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1877px;
  max-width: 1877px;
  z-index: -1;
}

/*--------------------------------------



--------------------------------------*/
.memberBg {
  background: #F9F9F9;
  padding: 60px 0 100px;
}

.blog {
  margin: 0 0 30px;
}

.blogOuter {
  padding: 25px 20px 50px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
}

.blogListLink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #FFAE44;
  box-shadow: 3px 3px 0 #ee8c42;
  transition: 0.3s;
  border-radius: 26px;
  padding: 15px;
  text-decoration: none;
}
.blogListLink:hover {
  box-shadow: 0 0 0 #ee8c42;
}

.blogInnerTitle {
  font-size: calc(1.375rem + 1.125vw);
  font-weight: 700;
  border-bottom: solid 1px #FFAE44;
  margin: 0 0 20px;
  padding: 0 0 2px;
}

.joinOuter {
  padding: 25px 20px 50px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
}

.joinDis {
  margin: 0 0 40px;
}

.joinLink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #FFAE44;
  box-shadow: 3px 3px 0 #ee8c42;
  transition: 0.3s;
  border-radius: 26px;
  padding: 15px;
  text-decoration: none;
}
.joinLink:hover {
  box-shadow: 0 0 0 #ee8c42;
}

.joinImg {
  margin: 0 0 10px;
}

.joinTitle {
  font-size: calc(1.375rem + 1.125vw);
  font-weight: 500;
  color: #FFAE44;
  margin: 0 0 15px;
}

.memberBgWhite {
  background: #fff;
  padding: 60px 0 100px;
}

.coopRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 580px;
  margin: 0 auto;
}

.coopFacility {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  transition: 0.3s;
  text-decoration: none;
  color: #444;
  width: 100%;
}
.coopFacility:hover {
  opacity: 0.8;
}

.coopFacility + .coopFacility {
  margin: 25px 0 0;
}

.coopLinkTitle {
  font-size: calc(1.325rem + 0.675vw);
  font-weight: 500;
}

/*--------------------------------------



--------------------------------------*/
.facilityBg {
  position: relative;
  padding: 50px 0;
}

.facilityBgImg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.facilityBgImg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFAE44;
  opacity: 0.56;
}
.facilityBgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.facilityWrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 45px 25px 35px;
}

.facilityTitle {
  position: relative;
  font-size: calc(1.425rem + 1.575vw);
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.facilityTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 5px;
  background: #FFAE44;
  bottom: 0;
}

.facilityText {
  max-width: 980px;
  margin: 0 auto 15px;
}

.facilityItem {
  margin: 0 0 15px;
}

.facilityLink {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
}
.facilityLink:hover {
  opacity: 0.8;
}

.facilityName {
  font-size: calc(1.265rem + 0.135vw);
  border: solid 1px #CCCCCC;
  padding: 10px;
  background: #fff;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.facilityCoop {
  color: #fff;
  background: #FFAE44;
  border: solid 0;
  font-weight: bold;
}

.facilityHospital {
  color: #fff;
  background: #61D2DB;
  border: solid 0;
  font-weight: bold;
}

.facilityIno {
  color: #fff;
  background: #70A5D9;
  border: solid 0;
  font-weight: bold;
}

.facilitySakura {
  color: #fff;
  background: #F9A1A1;
  border: solid 0;
  font-weight: bold;
}

.facilityHidamari {
  color: #fff;
  background: #EEBE1F;
  border: solid 0;
  font-weight: bold;
}

/*--------------------------------------



--------------------------------------*/
.indexSns {
  padding: 60px 0 0;
}

.snsTitle {
  font-size: calc(1.325rem + 0.675vw);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 40px;
}
.snsTitle::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #707070;
  display: inline-block;
  transform: rotate(-15deg);
  margin: 0 15px 0 0;
}
.snsTitle::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #707070;
  display: inline-block;
  transform: rotate(15deg);
  margin: 0 0 0 15px;
}

.snsList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.snsItem:nth-of-type(2) {
  margin: 0 40px 0 45px;
}

.snsLink {
  display: inline-block;
  transition: 0.3s;
}
.snsLink:hover {
  opacity: 0.8;
}
@media (min-width: 1000px){
  .indexNewsTitle {
    font-size: 3rem;
  }
  .blogInnerTitle {
    font-size: 2.5rem;
  }
  .joinTitle {
    font-size: 2.5rem;
  }
  .coopLinkTitle {
    font-size: 2rem;
  }
  .facilityTitle {
    font-size: 3rem;
  }
  .facilityName {
    font-size: 1.4rem;
  }
  .snsTitle {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 500px){
  .facilityList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0 0;
  }
  .facilityItem {
    width: calc(50% - 20px);
    margin: 0 20px 15px 0;
  }
}
@media print, screen and (min-width: 768px){
  .indexNews {
    padding: 60px 0 110px;
  }
  .indexBnWrap {
    margin-bottom: 100px;
  }
  .facilityItem {
    width: calc(25% - 25px) !important;
    margin: 0 25px 15px 0 !important;
  }
}
@media print, screen and (min-width: 960px){
  .indexEvent {
    margin: 0 0 170px;
  }
  .memberRow {
    display: flex;
    justify-content: space-between;
  }
  .blog {
    margin: 0;
    width: calc(50% - 10px);
  }
  .join {
    width: calc(50% - 10px);
  }
  .coopRow {
    max-width: 100%;
  }
  .coopFacility {
    width: calc(50% - 10px);
  }
  .coopFacility + .coopFacility {
    margin: 0;
  }
  .facilityBg {
    padding: 135px 0;
  }
  .facilityWrap {
    padding: 60px 30px;
  }
  .facilityText {
    margin: 0 auto 50px;
  }
  .indexSns {
    padding: 80px 0 0;
  }
}

/*# sourceMappingURL=index.css.map*/