@charset "UTF-8";
/**
* about.css
*
*/


/*
* レイアウト
*/
#admission {

}
#admission .pageHeader {
  margin-bottom: 160px;
  background-image: url(../img/admission/headerBack01.jpg);
}


/*
* 特別養護老人ホームほなみについて
*/
#body {
  margin: 0 auto 40px auto;
  padding: 0;
}
#body .wrap {
  margin: 0;
  padding: 60px 0 0 0;
}
#body section {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0 0 120px 0;
}
#body section .no {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1;
  background-color: #E56718;
}
#body section .no small {
  font-size: 28px;
}
#body section .no strong {
  font-size: 68px;
}
#body section .text {
  flex: 1;
  margin: 0 0 0 20px;
  padding: 0;
}
#body section .text h4 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  font-weight: 300;
  border-bottom: #FFC800 4px solid;
}
#body section .text p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
#body section img.pict {
  position: absolute;
  top: -60px;
  right: 0;
  object-fit: cover;
  width: 360px;
  height: 240px;
}
#body section img.arrow {
  position: absolute;
  bottom: 0;
  left: 70px;
  transform: translateX(-50%);
  width: 18px;
  height: 180px;
  z-index: -1;
}


/*
* 見学について
*/
#inspect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  max-width: 860px;
  margin: 0 auto 160px auto;
  padding: 40px 20px;
  line-height: 1;
  border: #E36728 4px solid;
  border-radius: 30px;
}
#inspect h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
}
#inspect p.body {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
#inspect p.phone {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 54px;
  font-weight: 300;
  border-bottom: #E56718 2px solid;
}
#inspect p.addr {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 300;
}


/*
* 利用料金
*/
#price {
  margin: 0 auto;
  padding: 0 0 80px 0;
  background-color: #EBEBEB;
}
#price .artHead {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ebebeb",GradientType=1);
}
#price p {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
#price a {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #E56718;
}
#price a img {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 30px;
}



/****************************************************************/



/*
* スマホ用
*/


@media screen and (max-width:993px){


  /*
  * レイアウト
  */
  #admission {

  }
  #admission .pageHeader {
    margin-bottom: 80px;
  }


  /*
  * 特別養護老人ホームほなみについて
  */
  #body {
    margin: 0 auto 40px auto;
    padding: 0;
  }
  #body .wrap {
    margin: 0;
    padding: 5vw 20px 0 20px;
  }
  #body section {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0 0 10vw 0;
  }
  #body section .no {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1;
    background-color: #E56718;
  }
  #body section .no small {
    font-size: 3vw;
  }
  #body section .no strong {
    font-size: 5vw;
  }
  #body section .text {
    flex: 1;
    margin: 0 0 0 10px;
    padding: 0;
  }
  #body section .text h4 {
    margin: 0 0 10px 0;
    padding: 0 35vw 10px 0;
    font-size: 20px;
    font-weight: 300;
    border-bottom: #FFC800 4px solid;
  }
  #body section .text p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
  }
  #body section img.pict {
    position: absolute;
    top: -8vw;
    right: 0;
    object-fit: cover;
    width: 30vw;
    height: 20vw;
  }
  #body section img.arrow {
    position: absolute;
    bottom: 0;
    left: 5vw;
    transform: translateX(-50%);
    width: 18px;
    height: 30vw;
    z-index: -1;
  }


  /*
  * 見学について
  */
  #inspect {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    max-width: 860px;
    margin: 0 auto 80px auto;
    padding: 20px 10px;
    line-height: 1;
    border: #E36728 4px solid;
    border-radius: 15px;
  }
  #inspect h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  #inspect p.body {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75;
  }
  #inspect p.phone {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 26px;
    font-weight: 300;
    border-bottom: #E56718 2px solid;
  }
  #inspect p.addr {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
  }


  /*
  * 利用料金
  */
  #price {
    margin: 0 auto;
    padding: 0 0 80px 0;
    background-color: #EBEBEB;
  }
  #price .wrap {
    padding: 0 20px;
  }
  #price p {
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
  }
  #price a {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 760px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    background-color: #E56718;
  }
  #price a img {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
  }












}
