/* ========================================
	リシェントのdefault.htm用
======================================== */

.header_inner {
  justify-content: space-between;
}
.header_title {
  margin: 0;
}

.contents_inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #4b4949;
}
.contents_block .contents_title {
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 2px solid #4b4949;
}
.contents_block .contents_desc {
  width: 100%;
  padding: 1rem 0 0;
  font-size: 1.1rem;
  line-height: 1.4;
}
.contents_block .contents_subtitle {
  width: 100%;
  margin: 1rem 0 0;
  padding: .5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  background: #666;
  color: #fff;
}
.contents_area {
  width: 100%;
  margin: 1rem 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.contents_item {
  width: 60%;
  padding: 1rem;
  display: flex;
  flex-flow: row nowrap;
  color: #fff;
}
.contents_item.instructions {
  width: 40%;
  display: block;
}
.contents_area.concierge .contents_item {
  display: block;
  border: 4px solid #ef7a00;
}
.contents_area.concierge .instructions {
  background: #ef7a00;
}
.contents_area.gousei_app .contents_item {
  border: 4px solid #8b2;
  flex-flow: row nowrap;
  color: #4b4949;
}
.contents_area.gousei_app .instructions {
  background: #8b2;
  color: #fff;
}
.contents_area.rakuraku .contents_item {
  display: block;
  border: 4px solid #037;
}
.contents_area.rakuraku .instructions {
  background: #037;
}
.contents_area.mitsumori .contents_item {
  border: 4px solid #888;
}
.contents_area.mitsumori .instructions {
  background: #888;
  display: block;
}
.title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 1rem;
}
.leader {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 1rem;
}
.desc {
  font-size: 1.1rem;
  padding: 0 0 1rem;
  line-height: 1.6;
}
.contents_area .note_block {
  margin: .5rem 0;
}
.contents_area .note_text {
  font-size: .9rem;
  line-height: 1.3;
}
.contents_area .note_text + .note_text {
  margin-top: 0.3rem;
}
.image_area {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.contents_area.gousei_app .image_area {
  width: 33.33%;
}
.contents_area.gousei_app .link_area {
  width: 66.67%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents_area.mitsumori .image_area {
  width: 25%;
}
.start_btn_area {
  width: 75%;
}
.image_area img {
  width: 100%;
  max-width: 611px;
}
.contents_area.gousei_app .image_area img {
  max-width: 136px;
}
.contents_area.mitsumori .image_area img {
  max-width: 107px;
}
.start_btn {
  width: 80%;
  max-width: 20rem;
  margin: 1rem auto 0;
  padding: .5rem 1rem .3rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.start_btn_area .start_btn {
  max-width: none;
}
.start_btn .btn_text {
  padding-right: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.contents_area.concierge .start_btn {
  background: #ef7a00;
}
.contents_area.gousei_app .start_btn {
  background: #8b2;
}
.contents_area.rakuraku .start_btn {
  background: #037;
}
.contents_area.mitsumori .start_btn {
  width: 100%;
  background: #888;
}
.btn_next_arrow img {
  height: 1.5rem;
  width: auto;
}
.qrcode_title {
  width: 100%;
  text-align: center;
  font: 1.1rem bold;
  background: #888;
  color: #ffffff;
}
.qrcode_block {
  padding: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.qrcode_area {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.qrcode_text {
  margin-top: 12.5px;
}
.qrcode.text {
  width: 100%;
  padding: .5rem;
  text-align: center;
}
.qrcode_image {
  width: 100%;
  padding: .5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.badge_store {
  height: 50px;
  margin: 12.5px;
}
@media only screen and (max-width: 1299.99px) {
  .contents_area.gousei_app .image_area {
    width: 28%;
  }
  .contents_area.gousei_app .link_area {
    width: 72%;
  }
  .contents_area.gousei_app .image_area img {
    max-width: 100px;
  }
  .contents_area.mitsumori .image_area img {
    max-width: 90px;
  }
  .badge_store {
    height: 40px;
    margin: 10px;
  }
}
@media only screen and (max-width: 959.99px) {
  .contents_inner {
    display: block;
  }
  .contents_block .contents_title {
    font-size: 2rem;
  }
  .contents_block .contents_subtitle {
    font-size: 1.4rem;
  }
  .contents_area {
    display: block;
  }
  .contents_item {
    width: 100%;
    padding: .5rem;
    margin: 0;
  }
  .contents_item.instructions {
    width: 100%;
    margin: 1rem 0 0;
  }
  .badge_store {
    height: 50px;
    margin: 12.5px;
  }
  .start_title {
    font-size: 1.1rem;
  }
  .start_btn {
    font-size: 1.3rem;
  }
  .start_btn .btn_text {
    padding-right: .5rem;
  }
  .btn_next_arrow img {
    height: 1.3rem;
  }
}
@media only screen and (max-width: 719.99px) {
  .badge_store {
    height: 35px;
    margin: 9px;
  }
}
@media only screen and (max-width: 519.99px) {
  .contents_block .contents_title {
    font-size: 1.8rem;
  }
  .contents_block .contents_subtitle {
    font-size: 1.3rem;
  }
  .contents_desc {
    font-size: 1rem;
  }
  .badge_store {
    height: 30px;
    margin: 8px;
  }
  .title {
    font-size: 1.4rem;
    padding: 0 0 .5rem;
  }
  .leader {
    font-size: 1.1rem;
    padding: 0 0 .5rem;
  }
  .desc {
    font-size: 1rem;
    padding: 0 0 .5rem;
  }
  .start_btn {
    font-size: 1.2rem;
  }
  .start_btn .btn_text {
    font-size: 1rem;
  }
  .qrcode_block {
    padding: .5rem;
  }
}
@media only screen and (max-width: 374.99px) {
  .contents_block .contents_title {
    font-size: 1.6rem;
  }
  .title {
    font-size: 1.3rem;
  }
  .leader {
    font-size: 1rem;
  }
  .desc {
    font-size: 0.9rem;
  }
  .start_btn {
    font-size: 1.1rem;
  }
  .qrcode_block {
    padding: .5rem 0;
  }
  .contents_area.gousei_app .image_area img {
    max-width: 70px;
  }
  .contents_area.mitsumori .image_area img {
    max-width: 60px;
  }
}