@charset "utf-8";


/*------------------------------------------*/
/*common
/*------------------------------------------*/

body {
  max-width: 1200px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media ( max-width: 767px ) {

  .pc {
    display: none;
  }

  .sp  {
    display: block;
  }

}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main {
  width: 100%;
  margin: 0 auto;
}

/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  margin: 0 auto;
  max-width: 724px;
}

.l_header {
  padding: 10px 0 5px;
  text-align: center;
}

@media ( min-width: 768px ) {

  .l_header {
    padding: 30px 0 20px;
  }

}

/*------------------------------------------*/
/*campaign
/*------------------------------------------*/

.campaign {
  background: #7bd3cd;
  padding: 40px 0 10px;
  text-align: center;
}

.campaign h2 {
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff791;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.campaign h2:before,
.campaign h2:after {
  content: "";
  height: 4px;
  flex-grow: 1;
  border-radius: 10px;
  background-color: #fff791;
}

.campaign h2:before {
  margin-right: 1rem;
}

.campaign h2:after {
  margin-left: 1rem;
}

.cv {
  padding: 20px 0;
}

.cv h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 5px;
}

.cv_tel {
  font-family: "Fira Sans", sans-serif;
  color: #fff791;
  font-weight: 500;
  font-size: 4.6rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 42px;
  margin-bottom: 5px;
}

.cv_tel:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cv .time {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

@media ( min-width: 768px ) {

  .campaign {
    padding: 60px 0 15px;
  }
  
  .campaign h2 {
    font-size: 4.5rem;
    margin: 0 auto 30px;
    max-width: 510px;
  }
  
  .campaign h2:before,
  .campaign h2:after {
    height: 5px;
  }
  
  .campaign h2:before {
    margin-right: 1rem;
  }
  
  .campaign h2:after {
    margin-left: 1rem;
  }

  .campaign img {
    max-width: 646px;
  }
  
  .cv {
    padding: 40px 0;
  }
  
  .cv h3 {
    font-size: 3.4rem;
    margin-bottom: 0;
  }
  
  .cv_tel {
    font-size: 8.2rem;
    padding-left: 70px;
    margin-bottom: 0;
  }
  
  .cv_tel:before {
    width: 63px;
    height: 63px;
  }
  
  .cv .time {
    font-size: 2.5rem;
  }

}

/*------------------------------------------*/
/*about
/*------------------------------------------*/

.about {
  padding: 40px 0;
}

.about h2 {
  color: #131313;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 20px;
}

.about p {
  font-size: 1.7rem;
  color: #131313;
  text-align: justify;
  line-height: 1.8;
}

@media ( min-width: 768px ) {

  .about {
    padding: 120px 0;
  }

  .about .inner {
    max-width: 870px;
  }
  
  .about h2 {
    font-size: 4.7rem;
    margin-bottom: 30px;
  }
  
  .about p {
    font-size: 2.6rem;
    line-height: 1.8;
  }

}

/*------------------------------------------*/
/*feature
/*------------------------------------------*/

.feature {
  padding: 0 0 60px;
  background: url(../img/common/img_wave.svg) no-repeat center top/contain, #fffde4; 
}

.feature h2 {
  text-align: center;
  margin-bottom: 20px;
}

.feature h2 img {
  max-width: 212px;
}

.feature .anchor-link {
  display: flex;
  justify-content: center;
}

@media ( min-width: 768px ) {

  .feature {
    padding: 0 0 100px;
    background: url(../img/common/img_wave_pc.svg) no-repeat center top/contain, #fffde4; 
  }
  
  .feature h2 {
    margin-bottom: 40px;
  }
  
  .feature h2 img {
    max-width: 424px;
  }

}

/*------------------------------------------*/
/*living
/*------------------------------------------*/

.living {
  border-top: 6px solid #ec6d81;
  background: #fce6e4;
  padding: 40px 0 60px;
  position: relative;
}

.living h2 {
  text-align: center;
}

.living h2 img {
  position: absolute;
  max-width: 140px;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  z-index: 100;
}

.living .note {
  color: #ec6d81;
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.living .box {
  margin-top: 15px;
  background: #fff;
  position: relative;
}

.living h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.living .lyon h3 {
  width: 30%;
  height: 32%;
  top: 5.8%;
  left: 4.8%;
  font-size: 1.8rem;
  line-height: 1.4;
}

.living .aams h3 {
  width: 19%;
  height: 31%;
  top: 6.0%;
  left: 4.0%;
  font-size: 2.25rem;
}

.living .common h3 {
  width: 94%;
  height: 3.8%;
  top: 1.0%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.3rem;
}

.living .room h3.main {
  width: 94%;
  height: 3.8%;
  top: 2.0%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.2rem;
}

.living .room h3.sub {
  width: 34%;
  height: 6.1%;
  top: 38%;
  left: 51%;
  font-size: 2.2rem;
}

.living .facility h3 {
  width: 94%;
  height: 14.5%;
  top: 4.0%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.3rem;
}

.living h4 {
  color: #ec6d81;
  font-weight: bold;
  position: absolute;
  letter-spacing: -.04em;
}

.living .lyon h4 {
  font-size: 2.9rem;
  top: 10.0%;
  left: 38%;
}

.living .aams h4 {
  font-size: 3.6rem;
  top: 5.0%;
  left: 25%;
}

.living h4 span {
  color: #3e3a39;
  display: block;
  margin-top: 7px;
}

.living .lyon h4 span {
  font-size: 1.3rem;
}

.living .aams h4 span {
  font-size: 1.5rem;
}

.living .text {
  position: absolute;
  font-size: 1.6rem;
  color: #3e3a39;
  line-height: 21px;
}

.living .lyon .text {
  top: 45%;
  width: 52%;
  height: 50%;
  left: 4.5%;
}

.living .aams .text {
  top: 46%;
  width: 44%;
  height: 50%;
  left: 4.5%;
}

.living .common .text {
  top: 77.5%;
  width: 86%;
  height: 21%;
  left: 0;
  right: 0;
  margin: auto;
}

.living .room .text {
  top: 47%;
  width: 40%;
  height: 46%;
  left: 52%;
}

.living .facility .text {
  top: 28%;
  width: 86%;
  height: 63%;
  left: 0;
  right: 0;
  margin: auto;
}

@media ( min-width: 768px ) {

  .bg {
    background: #fffde4;
    padding-bottom: 80px;
  }

  .living {
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
    border-top: 13px solid #ec6d81;
    padding: 60px 0 100px;
  }
  
  .living h2 img {
    max-width: 220px;
    top: -50px;
  }
  
  .living .note {
    font-size: 3.3rem;
    line-height: 1.2;
  }
  
  .living .box {
    margin-top: 30px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .living .lyon h3 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  
  .living .aams h3 {
    font-size: 3.5rem;
  }
  
  .living .common h3 {
    font-size: 3.6rem;
  }
  
  .living .room h3.main {
    font-size: 3.5rem;
  }
  
  .living .room h3.sub {
    font-size: 3.5rem;
  }
  
  .living .facility h3 {
    font-size: 3.6rem;
  }
  
  .living .lyon h4 {
    font-size: 4.6rem;
  }
  
  .living .aams h4 {
    font-size: 5.7rem;
  }
  
  .living .lyon h4 span {
    font-size: 2.0rem;
  }
  
  .living .aams h4 span {
    font-size: 2.3rem;
  }
  
  .living .text {
    font-size: 2.5rem;
    line-height: 33px;
  }
  
}


/*------------------------------------------*/
/*medical
/*------------------------------------------*/

.medical {
  border-top: 6px solid #90c31f;
  background: #eef5e3;
  padding: 40px 0 60px;
  position: relative;
}

.medical h2 {
  text-align: center;
}

.medical h2 img {
  position: absolute;
  max-width: 193px;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  z-index: 100;
}

.medical .note {
  color: #90c31f;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.medical .box {
  margin-top: 15px;
  background: #fff;
  position: relative;
}

.medical .text {
  position: absolute;
  font-size: 1.6rem;
  color: #3e3a39;
  line-height: 24px;
  top: 33%;
  width: 86%;
  height: 27%;
  left: 0;
  right: 0;
  margin: auto;
}

.medical h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  height: 11%;
  top: 64%;
  left: 0;
  font-size: 3.8rem;
  line-height: 1;
}

.medical h3 span {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 5px;
}

@media ( min-width: 768px ) {

  .medical {
    border-top: 13px solid #90c31f;
    padding: 60px 0 100px;
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
  }
    
  .medical h2 img {
    max-width: 304px;
    top: -50px;
  }
  
  .medical .note {
    font-size: 4.1rem;
    line-height: 1.2;
  }
  
  .medical .box {
    margin-top: 30px;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .medical .text {
    font-size: 2.5rem;
    color: #3e3a39;
    line-height: 33px;
  }
  
  .medical h3 {
    width: 100%;
    font-size: 6.0rem;
  }
  
  .medical h3 span {
    font-size: 3.3rem;
    margin-bottom: 10px;
  }

}

/*------------------------------------------*/
/*food
/*------------------------------------------*/

.food {
  border-top: 6px solid #ed6d34;
  background: #fff2e6;
  padding: 40px 0;
  position: relative;
}

.food h2 {
  text-align: center;
}

.food h2 img {
  position: absolute;
  max-width: 264px;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  z-index: 100;
}

.food .note {
  color: #ed6d34;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.food .box {
  margin-top: 15px;
  background: #fff;
  position: relative;
}

.food .text {
  position: absolute;
  font-size: 1.6rem;
  color: #3e3a39;
  line-height: 21px;
  top: 48%;
  width: 86%;
  height: 48.9%;
  left: 0;
  right: 0;
  margin: auto;
}

@media ( min-width: 768px ) {

  .food {
    border-top: 13px solid #ed6d34;
    padding: 60px 0;
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
  }
    
  .food h2 img {
    max-width: 417px;
    top: -50px;
  }
  
  .food .note {
    font-size: 4.1rem;
    line-height: 1.2;
  }
  
  .food .box {
    margin-top: 30px;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .food .text {
    font-size: 2.5rem;
    line-height: 33px;
  }

}

/*------------------------------------------*/
/*price
/*------------------------------------------*/

.price {
  padding: 40px 0;
}

.price h2 {
  font-size: 2.75rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.price .box {
  width: 92%;
  margin: auto;
  max-width: 500px;
}

.price .month span {
  display: inline-block;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 7px 12px;
  border-radius: 5px;
  background: #248783;
  margin-bottom: 10px;
}

.price .month strong {
  display: block;
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: -.07em;
}

.price .detail {
  background: #e7f1f1;
  border-radius: 5px;
  padding: 20px;
  margin-top: 15px;
}

.price dt {
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  width: 75px;
  border-radius: 5px;
  background: #248783;
  margin-bottom: 10px;
}

.price dt.space {
  letter-spacing: 1em;
  text-indent: 1em;
}

.price dd {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: -.07em;
  line-height: 1.2;
  margin-bottom: 15px;
}

.price dd span {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-left: 3px;
  letter-spacing: 0;
}

.price dd.indent {
  text-indent: -2em;
  margin-left: 2em;
}

.price dd:last-of-type {
  font-size: 2.3rem;
  margin-bottom: 0;
}

@media ( min-width: 768px ) {

  .price {
    padding: 100px 0;
  }
  
  .price h2 {
    font-size: 4.5rem;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  
  .price .month span {
    font-size: 3.9rem;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  .price .month strong {
    font-size: 8.1rem;
    letter-spacing: -.07em;
  }
  
  .price .detail {
    border-radius: 10px;
    padding: 40px 30px;
    margin-top: 30px;
  }
  
  .price dt {
    font-size: 2.4rem;
    padding: 10px 0;
    width: 120px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  .price dt.space {
    letter-spacing: .8em;
    text-indent: .8em;
  }
  
  .price dd {
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  
  .price dd span {
    font-size: 2.5rem;
    margin-left: 5px;
  }
  
  .price dd.indent {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
  
  .price dd:last-of-type {
    font-size: 3.7rem;
  }

}

/*------------------------------------------*/
/*info
/*------------------------------------------*/

.info {
  padding: 40px 0 20px;
}

.info h2 {
  font-size: 2.7rem;
  letter-spacing: -.07em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.info .box {
  width: 96%;
  margin: auto;
  max-width: 680px;
}

.info-cv {
  padding: 20px 0;
}

.info-cv h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

.info-cv_tel {
  font-family: "Fira Sans", sans-serif;
  color: #45bcb4;
  font-weight: 500;
  font-size: 4.4rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 42px;
}

.info-cv_tel:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/common/icon_tel_g.svg) no-repeat center/contain;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.info dt {
  font-size: 1.8rem;
  color: #45bcb4;
  margin: 0 0 5px;
  padding-top: 15px;
  font-weight: bold;
  border-top: 1px solid #c9c9c9;
}

.info dt.space {
  letter-spacing: 1em;
}

.info dd {
  font-size: 1.7rem;
  line-height: 21px;
  letter-spacing: -.04em;
  padding-bottom: 15px;
}

.info iframe {
  margin-top: 12px;
}

@media ( min-width: 768px ) {

  .info {
    padding: 0 0 20px;
  }
  
  .info h2 {
    font-size: 4.6rem;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  
  .info-cv {
    padding: 40px 0;
    text-align: center;
  }
  
  .info-cv h3 {
    font-size: 2.8rem;
    margin-bottom: 3px;
    text-align: center;
  }
  
  .info-cv_tel {
    font-size: 8.3rem;
    padding-left: 70px;
  }
  
  .info-cv_tel:before {
    width: 63px;
    height: 63px;
  }

  .info-cv .time {
    font-size: 2.0rem;
    text-align: center;
  }
  
  .info dt {
    font-size: 2.6rem;
    margin: 0 0 10px;
    padding-top: 25px;
  }
    
  .info dd {
    font-size: 2.6rem;
    line-height: 30px;
    padding-bottom: 25px;
  }
  
  .info iframe {
    margin-top: 20px;
    height: 280px;
  }

}

/*------------------------------------------*/
/*contact
/*------------------------------------------*/

.contact {
  padding: 40px 0 20px;
  text-align: center;
  background: #fff8ca;
  border-bottom: 1px solid #333;
}

.btn {
  display: inline-block;
  background: #ec6d81;
  border-radius: 100px;
  border: 3px solid #fff;
  outline: 3px solid #ec6d81;
  text-align: center;
  max-width: 345px;
  width: 100%;
  position: relative;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-decoration: none;
}

.btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.contact h3 {
  color: #333;
  font-size: 1.6rem;
}

.contact .cv_tel {
  color: #45bcb4;
}

.contact .cv_tel:before {
  background: url(../img/common/icon_tel_g.svg) no-repeat center/contain;
}

.contact .time {
  color: #333;
}

@media ( min-width: 768px ) {

  .contact {
    padding: 60px 0 20px;
    border-bottom: 2px solid #333;
  }
  
  .btn {
    border: 5px solid #fff;
    outline: 5px solid #ec6d81;
    text-align: center;
    max-width: 666px;
    line-height: 100px;
    font-size: 3.4rem;
    letter-spacing: -.03em;
  }
  
  .btn:after {
    width: 24px;
    height: 32px;
    right: 4%;
  }
  
  .contact h3 {
    font-size: 3.3rem;
  }

}

/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer {
  padding-top: 20px;
}

footer .logo {
  max-width: 125px;
  display: block;
  margin: 0 auto 20px;
}

footer .logo-text {
  max-width: 240px;
  display: block;
  margin: 0 auto 20px;
}

footer .copyright {
  padding: 10px 0 100px;
  font-size: 1.1rem;
  text-align: center;
}

@media ( min-width: 768px ) {

  footer {
    padding-top: 40px;
  }
  
  footer .logo {
    max-width: 250px;
    margin: 0 auto 40px;
  }
  
  footer .logo-text {
    max-width: 480px;
    margin: 0 auto 40px;
  }
  
  footer .copyright {
    padding: 10px 0 180px;
    font-size: 1.8rem;
    text-align: center;
  }

}

/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 90px;
  right: 10px;
  font-size: 70%;
  font-weight: 800;
  z-index: 1000;
  opacity: 0;
  transition: .3s;
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
}

.show {
  opacity: 1!important;
}

@media ( min-width: 768px ) {

  #page-top {
    bottom: 160px;
  }

}

/*------------------------------------------*/
/*fixed
/*------------------------------------------*/
.fixed {
  height: 85px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/ptn_yellow.gif);
}

@media ( min-width: 768px ) {

  .fixed {
    height: 150px;
  }

}

/*------------------------------------------*/
/*event
/*------------------------------------------*/
h2.event {
  max-width: 710px;
  line-height: 1.2;
}

img.event {
  margin-bottom: 40px;
}

@media ( min-width: 768px ) {

  img.event {
    margin-bottom: 7%;
  }

}