@charset "UTF-8";
/*

  店舗情報

*/
.intro__heading {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .intro__heading {
    font-size: 2.4rem;
  }
}

.intro__content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .intro__content {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}

.intro__content__shopimage {
  max-width: 335px;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .intro__content__shopimage {
    width: 100%;
    margin: 0 auto;
  }
}

.intro__content__shopimage__date {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.intro__content__shopimage__item {
  width: 100%;
}

.intro__content__shopimage__item__img {
  width: 100%;
}

.intro__content__detail {
  max-width: 596px;
  width: 61%;
}

@media screen and (max-width: 767px) {
  .intro__content__detail {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
}

.intro__content__detail__text {
  border: 1px solid #f19db5;
  margin: 20px 19px 0 8px;
}

@media screen and (max-width: 767px) {
  .intro__content__detail__text {
    margin: 20px 0 0;
  }
}

.intro__content__detail__text__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
}

.intro__content__detail__text__list__item {
/*  min-width: 80px;*/
  min-width: 90px;
  width: 40%;
  padding: 5px 15px;
  background: #f19db5;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  font-weight: bold;
}

.intro__content__detail__text__list__detail {
  width: 80%;
  padding: 5px 15px;
  border-bottom: 1px solid #f19db5;
  border-left: 1px solid #f19db5;
  background: #ffffff;
}

.intro__content__detail__text__list__detail span {
  font-size: 0.9rem !important;
  /*margin-left: 10px;*/
}

.intro__content__detail__text__list:last-child p {
  border-bottom: none;
}

.intro__content__detail__icon {
  margin-top: 25px;
  display: inline-block;
}

.intro__content__detail__icon li {
  width: 49px;
  float: left;
  margin: 0 8px 16px;
}

@media screen and (max-width: 767px) {
  .intro__content__detail__icon li {
    width: 45px;
    margin: 0 5px 10px;
  }
}

.intro__read {
  font-size: 1.5rem;
  margin: 0 4.5%;
}

@media screen and (max-width: 767px) {
  .intro__read {
    margin: 0;
  }
}

.intro__read__link {
  color: #E8528D;
}

/*

  コンバーションエリア

*/
.inquiry__heading {
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .inquiry__heading {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.inquiry__cv {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .inquiry__cv {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
}

.inquiry__cv2 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  /*-webkit-justify-content: space-between;*/
  /* Safari */
  /*justify-content: space-between;*/
}

@media screen and (max-width: 767px) {
  .inquiry__cv2 {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
}

.inquiry__cv__btn {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .inquiry__cv__btn {
    width: 47.5%;
    margin-bottom: 15px;
  }
  .inquiry__cv__btn:nth-child(n+3) {
    margin-bottom: 0px;
  }
}

.inquiry__textlink {
  width: 100%;
  text-align: right;
}

/*

  LINEで即日体験入店応募の流れ

*/
.line_tainyu__heading {
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  color: #00b100;
}

@media screen and (max-width: 767px) {
  .line_tainyu__heading {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.line_tainyu img {
  width: 100%;
}

/*

  募集情報

*/
.recruitment__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.recruitment__headingbox__heading {
  padding-left: 48px;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruitment__headingbox__heading {
    padding-left: 32px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.recruitment__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 38px;
  height: 29px;
  background: url(../img/common/icon_heading_recruitment.svg) no-repeat;
  background-size: 38px 29px;
}

@media screen and (max-width: 767px) {
  .recruitment__headingbox__heading:before {
    width: 27px;
    height: 21px;
    background-size: 27px 21px;
  }
}

.recruitment__text {
  border: 1px solid #f19db5;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .recruitment__text {
    margin-bottom: 40px;
  }
}

.recruitment__text__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
}

.recruitment__text__list__item {
  font-size: 1.2rem;
  min-width: 80px;
  width: 20%;
  padding: 5px 15px;
  background: #f19db5;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  font-weight: bold;
}

.recruitment__text__list__detail {
  font-size: 1.2rem;
  width: 80%;
  padding: 5px 15px;
  border-bottom: 1px solid #f19db5;
  border-left: 1px solid #f19db5;
}

.recruitment__text__list .doubleline {
  line-height: 2;
}

.recruitment__text__list:last-child p {
  border-bottom: none;
}

.recruitment__privilege {
  border: 2px solid #959595;
  padding: 38px 33px;
  margin-bottom: 70px;
}

.recruitment__privilege__readbox {
  border-bottom: 2px solid #959595;
  padding-bottom: 15px;
}

.recruitment__privilege__readbox__read {
  font-size: 1.55rem;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruitment__privilege__readbox__read {
    font-size: 1.4rem;
  }
}

.recruitment__privilege__readbox__read span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .recruitment__privilege__readbox__read span {
    font-size: 1.9rem;
  }
}

.recruitment__privilege__read {
  margin-top: 15px;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruitment__privilege__read {
    font-size: 1.8rem;
  }
}

.recruitment__privilege__read span {
  font-size: 5.4rem;
  margin-left: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .recruitment__privilege__read span {
    font-size: 3.2rem;
  }
}

.recruitment__link {
  margin-top: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .recruitment__link {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
}

.recruitment__link a {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .recruitment__link a {
    width: 100%;
    margin-bottom: 23px;
  }
  .recruitment__link a:last-child {
    margin-bottom: 0;
  }
}

.recruitment__link a p:after {
  display: none;
}

/*

  LINE

*/
.line__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.line__headingbox__heading {
  padding-left: 35px;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .line__headingbox__heading {
    padding-left: 27px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.line__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 26px;
  height: 25px;
  background: url(../img/common/icon_heading_line.svg) no-repeat;
  background-size: 26px 25px;
}

@media screen and (max-width: 767px) {
  .line__headingbox__heading:before {
    width: 22px;
    height: 21px;
    background-size: 22px 21px;
  }
}

.line__inr {
  background: url(../img/common/bg_dots_line.png) top repeat-x;
  padding-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .line__inr {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    padding-top: 20px;
  }
}

.line__inr__image {
  max-width: 200px;
  width: 21%;
}

@media screen and (max-width: 767px) {
  .line__inr__image {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.line__inr__image img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .line__inr__text {
    max-width: 730px;
    width: 74%;
  }
}

@media screen and (max-width: 979px) {
  .line__inr__text {
    width: 100%;
  }
}

.line__inr__text__read {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 30px;
}

/*

  STAFF VOICE

*/
.staffvoice__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.staffvoice__headingbox__heading {
  padding-left: 48px;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .staffvoice__headingbox__heading {
    padding-left: 32px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.staffvoice__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 38px;
  height: 29px;
  /*background: url(../img/common/icon_heading_staffvoice.svg) no-repeat;*/
  background-size: 38px 29px;
}

@media screen and (max-width: 767px) {
  .staffvoice__headingbox__heading:before {
    width: 27px;
    height: 21px;
    background-size: 27px 21px;
  }
}

.staffvoice__list__item {
  border-top: 1px solid #959595;
  padding-top: 39px;
  margin-bottom: 40px;
}

.staffvoice__list__item:last-child {
  margin-bottom: 0;
}

.staffvoice__list__item__heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
  color: #f09cb4;
}

@media screen and (max-width: 767px) {
  .staffvoice__list__item__heading {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.staffvoice__list__item__read {
  font-size: 1.5rem;
  width: 90%;
  margin: 0 auto;
}

/*

  CAST INFO

*/
.cast__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.cast__headingbox__heading {
  padding-left: 52px;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cast__headingbox__heading {
    padding-left: 37px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.cast__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 42px;
  height: 28px;
  background: url(../img/common/icon_heading_cast.svg) no-repeat;
  background-size: 42px 28px;
}

@media screen and (max-width: 767px) {
  .cast__headingbox__heading:before {
    width: 32px;
    height: 21px;
    background-size: 32px 21px;
  }
}

.cast__read {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .cast__read {
    margin-bottom: 25px;
  }
}

.cast__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.cast__list__item {
  width: 15%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .cast__list__item {
    width: 30%;
    margin-bottom: 30px;
  }
}

.cast__list__item__image {
  margin-bottom: 10px;
}

.cast__list__item__image img {
  width: 100%;
}

.cast__list__item__name {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .cast__list__item__name {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .cast__list__item__text {
    font-size: 1.2rem;
  }
}

/*

  ページ内関連リンク

*/
.pagelink__list {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .pagelink__list {
    margin-top: 0;
  }
}

.pagelink__list__item {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pagelink__list__item {
    margin-bottom: 30px;
  }
}

.pagelink__list__item:last-child {
  margin-bottom: 0;
}

.pagelink__list__item__heading {
  font-size: 2rem;
  line-height: 1.2;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pagelink__list__item__heading {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.pagelink__list__item__heading:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/common/btn_arrow_gray.svg) no-repeat;
  background-size: 14px 14px;
}

.pagelink__list__item__shoplist {
  /*display: inline-block;*/
  width: 103%;
  margin-left: -1.5%;

  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.pagelink__list__item__shoplist__shop {
  float: left;
  width: 22%;
  margin: 0 1.5% 15px;
  border:1px solid #FFFFFF;
  background-color:#FFFFFF;
  list-style:none;
}

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

  .pagelink__list__item__shoplist {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .pagelink__list__item__shoplist__shop {
    margin: 0 1.5% 15px;
    border:1px solid #FFFFFF;
    width:47%;
    background-color:#FFFFFF;
    list-style:none;
  }
  .pagelink__list__item__shoplist__shop:nth-child(n+5) {
    display: none;
  }
}

.pagelink__list__item__shoplist__shop img {
  width: 100%;
}

/*

  店舗詳細キャッチフレーズ（yumikura_mod）

*/
.catchphrase__intro__headingbox {
  padding: 25px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../img/common/bg_pattern_dots.gif) repeat;
  background-size: 15px 30px;
}

.catchphrase__intro__headingbox__heading {
  color: #595757;
  font-size: 2.3rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .catchphrase__intro__headingbox__heading {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.shop_sectionblock {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .shop_sectionblock {
    padding: 40px 0;
  }
}



.inquiry__cv__btn2 {
  width: 14%;
  margin-right: 2.0rem;
}

@media screen and (max-width: 767px) {
  .inquiry__cv__btn2 {
/*    width: 47.5%;*/
    width: 30.0%;
    margin-bottom: 15px;
    margin-right: 0.5rem;
    margin-left: 0rem;
  }
  .inquiry__cv__btn2:nth-child(n+3) {
    margin-bottom: 0px;
  }
}

.inquiry__cv__btn3 {
  width: 37.5%;
  margin-right: 2.0rem;
}

@media screen and (max-width: 767px) {
  .inquiry__cv__btn3 {
/*    width: 47.5%;*/
    width: 80.0%;
    margin-bottom: 15px;
    margin-right: 0.0rem;
    margin-left: 1.0rem;
  }
  .inquiry__cv__btn3:nth-child(n+3) {
    margin-bottom: 0px;
  }
}


.inquiry__cv3 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .inquiry__cv3 {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;

    /* Safari */
    flex-wrap: nowrap;
    -webkit-justify-content: start;
    /* Safari */
    justify-content: start;

  }
}