@charset "utf-8";
/* //FV */
.fv-wrap {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 300px;
  background: url(../images/facilities/fv-sp.jpg) no-repeat center center/cover;
}
.fv-copy {
  position: absolute;
  top: 10%;
  left: 90%;
  transform: translate(-90%, -10%);
  width: 18vw;
}
@media all and (min-width: 576px) {
  .fv-copy {
    width: 100px;
  }
}
@media all and (min-width: 992px) {
  .fv-wrap {
    background: url(../images/facilities/fv.jpg) no-repeat center center/cover;
  }
  .fv-copy {
    left: 80%;
    transform: translate(-80%, -10%);
    width: 80px;
}
}


/* about */
.sec-about-h2{
  margin-bottom: 3.125rem;
}
.sec-about-desc1{
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 2.25rem;
  width: 400px;
  max-width: 100%;
}
.sec-about-desc2{
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.777777777;
}
.sec-about-img img{
  border-radius: 20px;
}
.sec-about-details-titlewrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.sec-about-details-title{
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1rem 0.5rem 1rem 2.25rem;
  color: #9acc73;
  margin-bottom: 0;
}
.sec-about-details-title::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 100%;
  background: #9acc73;
  border-radius: 30px;
}
.sec-about-details-desc{
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.sec-about-details{
  row-gap: 30px;
}
.sec-about-details:not(:last-of-type){
  margin-bottom: 3rem;
}
.facilities-h2{
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
  .sec-about-h2{
    margin-bottom: 3.75rem;
  }
  .sec-about-details-titlewrap{
    margin-bottom: 2rem;
  }
  .sec-about-details:not(:last-of-type){
    margin-bottom: 4.375rem;
  }
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
  .sec-about-row{
    margin-left: -30px;
    margin-right: -30px;
  }
  .sec-about-col{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 380px) {
  .sec-about-desc1{
    font-size: 1rem;
  }
}
/* //about */


/* 施設概要 */
.facilities-dl{
  display: flex;
  margin-bottom: 10px;
}
.facilities-dl dt, .facilities-dl dd{
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.facilities-dl dt{
  width: 100px;
}
.facilities-dl dd{
  width: calc(100% - 100px);
  margin-bottom: 0;
}
.policy{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-top: 3.125rem;
  margin-bottom: 30px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facilities-name{
  margin-bottom: 1rem;
}
.facilities-address{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.sec-about-details-number img{
  height: 30px;
}
@media all and (min-width: 576px) {
  .sec-about-details-number img{
    height: auto;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .policy{
    max-width: 492px;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (max-width: 575px) {
  .sec-about-details .sec-about-img{
    padding-left: 0;
    padding-right: 0;
  }
  .sec-about-details .sec-about-img img{
    border-radius: 0;
    width: 100%;
  }
}
/* //施設概要 */





/* //富山城南病院介護医療院 */
.tjmlc .fv-wrap {
  background: url(../images/facilities/jonan-care/fv-sp.jpg) no-repeat center center/cover;
}
.tjmlc .fv-copy {
  top: 10%;
  left: 10%;
  transform: translate(-10%, -10%);
  width: 80px;
}
.tjmlc .sec-about-details-title {
  color: #ed6d34;
}
.tjmlc .sec-about-details-title::before {
    background: #ed6d34;
}
@media all and (min-width: 992px) {
  .tjmlc .fv-wrap {
    background: url(../images/facilities/jonan-care/fv.jpg) no-repeat center center/cover;
  }
  .tjmlc .fv-copy {
    left: 18%;
    transform: translate(-18%, -10%);
}
}

/* //もなみデイサービス */
.mods .fv-wrap {
  background: url(../images/facilities/mods/fv-sp.jpg) no-repeat center center/cover;
}
.mods .fv-copy {
  top: 10%;
  left: 85%;
  transform: translate(-85%, -10%);
  width: 80px;
}
.mods .sec-about-details-title{
  color: #d95097;
}
.mods .sec-about-details-title::before{
  background: #d95097;
}
@media all and (min-width: 992px) {
  .mods .fv-wrap {
    background: url(../images/facilities/mods/fv.jpg) no-repeat center center/cover;
  }
  .mods .fv-copy {
    left: 85%;
    transform: translate(-85%, -10%);
}
}

/* //シルバーケア城南 */
.scjn .fv-wrap {
  background: url(../images/facilities/scjn/fv-sp.jpg) no-repeat center center/cover;
}
.scjn .fv-copy {
  top: 10%;
  left: 85%;
  transform: translate(-85%, -10%);
  width: 80px;
}
.scjn .sec-about-details-title{
  color: #ea545d;
}
.scjn .sec-about-details-title::before{
  background: #ea545d;
}
@media all and (min-width: 992px) {
  .scjn .fv-wrap {
    background: url(../images/facilities/scjn/fv.jpg) no-repeat center center/cover;
  }
  .scjn .fv-copy {
    left: 85%;
    transform: translate(-85%, -10%);
}
}

/* //シルバーケア今泉 */
.scim .fv-wrap {
  background: url(../images/facilities/scim/fv-sp.jpg) no-repeat center center/cover;
}
.scim .fv-copy {
  top: 10%;
  left: 85%;
  transform: translate(-85%, -10%);
  width: 80px;
}
.scim .sec-about-details-title{
  color: #eb6ea5;
}
.scim .sec-about-details-title::before{
  background: #eb6ea5;
}
@media all and (min-width: 992px) {
  .scim .fv-wrap {
    background: url(../images/facilities/scim/fv.jpg) no-repeat center center/cover;
  }
  .scim .fv-copy {
    left: 85%;
    transform: translate(-85%, -10%);
}
}

/* //グループホーム城南 */
.ghjn .fv-wrap {
  background: url(../images/facilities/ghjn/fv-sp.jpg) no-repeat center center/cover;
}
.ghjn .fv-copy {
  top: 10%;
  left: 85%;
  transform: translate(-85%, -10%);
  width: 80px;
}
.ghjn .sec-about-details-title{
  color: #718cc7;
}
.ghjn .sec-about-details-title::before{
  background: #718cc7;
}
@media all and (min-width: 992px) {
  .ghjn .fv-wrap {
    background: url(../images/facilities/ghjn/fv.jpg) no-repeat center center/cover;
  }
  .ghjn .fv-copy {
    left: 85%;
    transform: translate(-85%, -10%);
}
}

/* //シニアライフ　もなみ */
.slmo .fv-wrap {
  background: url(../images/facilities/slmo/fv-sp.jpg) no-repeat center center/cover;
}
.slmo .fv-copy {
  top: 10%;
  left: 85%;
  transform: translate(-85%, -10%);
  width: 80px;
}
.slmo .sec-about-details-title{
  color: #387d39;
}
.slmo .sec-about-details-title::before{
  background: #387d39;
}
@media all and (min-width: 992px) {
  .slmo .fv-wrap {
    background: url(../images/facilities/slmo/fv.jpg) no-repeat center center/cover;
  }
  .slmo .fv-copy {
    left: 85%;
    transform: translate(-85%, -10%);
}
}

/* //城南内科介護医療院 */
.jnmlc .fv-wrap {
  background: url(../images/facilities/jnmlc/fv-sp.jpg) no-repeat center center/cover;
}
.jnmlc .fv-copy {
  top: 10%;
  left: 85%;
  transform: translate(-85%, -10%);
  width: 80px;
}
.jnmlc .sec-about-details-title{
  color: #54c3f1;
}
.jnmlc .sec-about-details-title::before{
  background: #54c3f1;
}
@media all and (min-width: 992px) {
  .jnmlc .fv-wrap {
    background: url(../images/facilities/jnmlc/fv.jpg) no-repeat center center/cover;
  }
  .jnmlc .fv-copy {
    left: 85%;
    transform: translate(-85%, -10%);
}
}

/* //城南通所リハビリセンター */
.jnrc .fv-wrap {
  background: url(../images/facilities/jnrc/fv-sp.jpg) no-repeat center center/cover;
}
.jnrc .fv-copy {
  top: 10%;
  left: 85%;
  transform: translate(-85%, -10%);
  width: 80px;
}
.jnrc .sec-about-details-title{
  color: #edc300;
}
.jnrc .sec-about-details-title::before{
  background: #edc300;
}
@media all and (min-width: 992px) {
  .jnrc .fv-wrap {
    background: url(../images/facilities/jnrc/fv.jpg) no-repeat center center/cover;
  }
  .jnrc .fv-copy {
    left: 85%;
    transform: translate(-85%, -10%);
}
}

/* 城南内科クリニック */
.jncl .fv-wrap {
  background: url(../images/facilities/jncl/fv-sp.jpg) no-repeat center center/cover;
}
.jncl .fv-copy {
  top: 10%;
  left: 10%;
  transform: translate(-10%, -10%);
  width: 80px;
}
.jncl .sec-about-details-title{
  color: #38A1DB;
}
.jncl .sec-about-details-title::before{
  background: #38A1DB;
}
@media all and (min-width: 992px) {
  .jncl .fv-wrap {
    background: url(../images/facilities/jncl/fv.jpg) no-repeat center center/cover;
  }
  .jncl .fv-copy {
    left: 18%;
    transform: translate(-18%, -10%);
}
}


/* セクション３の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}