/* ----------------------------------------------------------
 * 店舗情報
 *
 *---------------------------------------------------------- */

/* main_shop
------------------------------------------------- */

.section_shop {
  width: 90%;
  margin: 0 auto;
}

.section_shop .shop_unit {
  border: 1px solid #f5a195;
  padding: 12px;
  position: relative;
  margin-bottom: 15px;
}

.section_shop .shop_unit:last-child {
  margin-bottom: 0;
}

.section_shop .shop_unit .box_a {
  width: 100%;
  margin-bottom: 15px;
}

.section_shop .shop_unit .box_a img {
  width: 100%;
}

.section_shop .shop_unit .box_b {
  width: 100%;
}

.section_shop .shop_unit .box_b .category {
  font-size: 14px;
  border-bottom: 2px solid #e92e14;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-bottom: 5px;
}

.section_shop .shop_unit .box_b .name {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 8px;
}

.section_shop .shop_unit .box_b .info {
  font-size: 14px;
  color: #e92e14;
  background: #fce0dc;
  padding: 8px;
  margin-bottom: 12px;
}

.section_shop .shop_unit .box_b .icon {
  margin-bottom: 10px;
}

.section_shop .shop_unit .box_b table {
  margin-bottom: 34px;
  border: none;
  width: 100%;
}

.section_shop .shop_unit .box_b table td {
  padding-bottom: 8px;
  padding-right: 8px;
  vertical-align: top;
}

.section_shop .shop_unit .box_b table td.wide {
  width: 10%;
}

.section_shop .shop_unit .box_b table td .day,
.section_shop .shop_unit .box_b table td .night {
  display: block;
  text-align: left;
}

.section_shop .shop_unit .box_b table td .day {
  background: url(../shop/img/icon_day.png) no-repeat 3px 5px;
  background-size: 15px auto;
  padding: 0 10px 0 20px;
  font-size: 16px;
  font-weight: normal;
}

.section_shop .shop_unit .box_b table td .night {
  background: url(../shop/img/icon_night.png) no-repeat 2px 5px;
  background-size: 15px auto;
  margin-top: 12px;
  padding: 0 10px 4px 20px;
  font-size: 16px;
  font-weight: normal;
}

.section_shop .shop_unit .more {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}

/* detail
------------------------------------------------- */
.section_shop .shop_unit_detail {
  border: 1px solid #f5a195;
  padding: 12px;
  width: 95%;
  margin: 0 auto 20px;
}

.section_shop .shop_unit_detail .category {
  font-size: 14px;
  /* border-bottom: 2px solid #e92e14;
  padding-bottom: 8px; */
  margin-bottom: 10px;
  padding-left: 8px;
}

.section_shop .shop_unit_detail .name {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 8px;
  border-top: 2px solid #e92e14;
  padding-top: 8px;
}

.section_shop .shop_unit_detail .info {
  font-size: 14px;
  color: #e92e14;
  background: #fce0dc;
  padding: 8px;
  margin-bottom: 12px;
}

.section_shop .shop_unit_detail .icon {
  margin-bottom: 32px;
}

.section_shop .shop_unit_detail .unit01 {
  margin-bottom: 30px;
}

.section_shop .shop_unit_detail .unit01 .box_a {
  width: 100%;
}

.section_shop .shop_unit_detail .unit01 .box_b {
  width: 100%;
}

.section_shop .shop_unit_detail .unit01 .box_b .access {
  background: #e92e14 url(../shop/img/icon_access.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .unit01 .box_b .address {
  background: #e92e14 url(../shop/img/icon_address.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 5px 5px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .shop_info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 20px;
}

.section_shop .shop_unit_detail .shop_info td {
  padding: 5px;
  background: #eaeaea;
}

.section_shop .shop_unit_detail .shop_info td.time {
  background: #313131 url(../shop/img/icon_time.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 0 5px 20px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  width: 30%;
}

.section_shop .shop_unit_detail .shop_info td .day,
.section_shop .shop_unit_detail .shop_info td .night {
  display: block;
  text-align: left;
}

.section_shop .shop_unit_detail .shop_info td .day {
  background: url(../shop/img/icon_day.png) no-repeat 3px 5px;
  background-size: 15px auto;
  padding: 5px 10px 5px 20px;
  font-size: 10px;
  font-weight: normal;
}

.section_shop .shop_unit_detail .shop_info td .night {
  background: url(../shop/img/icon_night.png) no-repeat 2px 7px;
  background-size: 15px auto;
  margin-top: 6px;
  padding: 5px 10px 5px 20px;
  font-size: 10px;
  font-weight: normal;
}

.section_shop .shop_unit_detail .shop_info td.rest {
  background: #313131 url(../shop/img/icon_rest.png) no-repeat 5px 50%;
  background-size: 13px auto;
  padding: 5px 0 5px 20px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .shop_info td.price {
  background: #313131 url(../shop/img/icon_price.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 0 5px 20px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .shop_info td.table {
  background: #313131 url(../shop/img/icon_table.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 0 5px 20px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .shop_info td.tobaco {
  background: #313131 url(../shop/img/icon_tobaco.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 0 5px 20px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .shop_info td.card {
  background: #313131 url(../shop/img/icon_card.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 0 5px 20px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .free {
  border-top: 2px solid #313131;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_shop .shop_unit_detail .cv_box {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.section_shop .shop_unit_detail .cv_box li:nth-child(1) {
  font-size: 18px;
}

.section_shop .shop_unit_detail .cv_box li:nth-child(1) span {
  font-size: 29px;
}

.section_shop .shop_unit_detail .cv_box li:nth-child(2) {
}

.section_shop .shop_unit_detail .unit02 .box_a {
  width: 100%;
}

.section_shop .shop_unit_detail .unit02 .box_b {
  width: 100%;
}

.section_shop .shop_unit_detail .unit02 .box_a .access {
  background: #e92e14 url(../shop/img/icon_access.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .unit02 .box_a .address {
  background: #e92e14 url(../shop/img/icon_address.png) no-repeat 5px 50%;
  background-size: 15px auto;
  padding: 5px 5px 5px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.section_shop .shop_unit_detail .unit02 .box_b iframe {
  width: 100%;
  height: 270px;
}

/* ----------------------------------------------------------
 * 採用
 *
 *---------------------------------------------------------- */
.section_recruit .section_message {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.section_recruit .section_message .txt p {
  font-size: 4.375vw;
  margin-bottom: 20px;
  text-align: left;
}

.section_recruit .section_message .txt p.lead {
  font-size: 6.5vw;
  color: #e92e14;
  margin-bottom: 20px;
  text-align: center;
}

.section_recruit .section_message h2.title02 {
  font-size: 10.5vw;
  color: #e92e14;
  text-align: center;
  line-height: 1;
  margin-bottom: 12px;
}

.section_recruit .section_message .sub {
  font-size: 4.375vw;
  color: #e92e14;
  text-align: center;
  margin-bottom: 20px;
}

.section_recruit .section_message .ph {
  width: 100%;
  margin: 20px auto;
}

.section_recruit .section_reason {
  width: 100%;
}

.section_recruit .section_reason .tit {
  width: 100%;
  margin: 0 auto 15px;
}

.section_reason .title {
  font-size: 7vw;
  margin: 10px auto 10px;
  text-align: center;
  color: #c9321c;
  width: 95%;
}

.section_reason .txt_area {
  font-size: 4.375vw;
  margin: 0 auto 30px;
  width: 90%;
  text-align: justify;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.section_recruit .section_reason .txt p {
  width: 90%;
  font-size: 4.375vw;
  margin: 0 auto 20px;
  text-align: left;
}

.section_recruit .section_reason .txt p:last-child {
  margin-bottom: 20px;
}

.section_recruit .section_reason .txt p.tit_03 {
  width: 72px;
  margin: 47px auto 20px;
}

.section_recruit .section_reason .txt p.tit_04 {
  font-size: 34px;
  color: #e92e14;
  margin-bottom: 30px;
}

.section_recruit .section_reason .txt p.lead {
  font-size: 6vw;
  color: #e92e14;
  margin-bottom: 20px;
}

.ent_btn {
  height: 68px;
  margin: 0 auto;
  width: 90%;
}

.ent_btn a {
  display: block;
  text-align: center;
  background: #c9321c;
  text-decoration: none;
  color: #fff;
  line-height: 1em;
  position: relative;
  font-size: 17px;
  height: 68px;
  padding-top: 18px;
  border-radius: 0px;
}

.btn_lead {
  text-align: center;
  font-size: 10px;
  width: 95%;
  margin: 5px auto 0;
}

.section_recruit .section_people .tit {
  width: 100%;
  margin: 20px auto;
}

.section_recruit .section_people {
  margin-bottom: 20px;
}

.slick_container {
  width: 100%; /* 任意の値 */
  margin: 0 auto; /* 任意の値 */
  position: relative;
}

.slick_container .slider div {
  margin-left: 18px;
}

.slick-prev,
.slick-next {
  width: 65px; /* 画像幅 */
  height: 65px; /* 画像高さ */
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
button.slick-prev,
button.slick-next {
  z-index: 900;
}
.slick-prev {
  left: 50%;
  margin-left: 100px;
}
.slick-next {
  right: 50%;
  margin-right: 100px;
}

.slick-arrow {
  z-index: 900; /* 値は適当に */
}

.section_recruit .section_yoko {
  width: 95%;
  margin: 0 auto;
}

.section_recruit .section_yoko .tit {
  text-align: center;
  margin-bottom: 5px;
  font-size: 8vw;
}

.section_recruit .section_yoko .yoko {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 40px;
  font-size: 4.375vw;
}

.section_recruit .section_yoko .yoko th {
  padding: 8px;
  background: #313131;
  color: #fff;
  text-align: center;

}

.section_recruit .section_yoko .yoko td {
  padding: 5%;
  background: #eaeaea;
}

.section_recruit .section_yoko .tit02 {
  text-align: center;
  margin-top: 82px;
  margin-bottom: 32px;
  font-size: 8vw;
}

.section_recruit .section_yoko .flow {
  width: 100%;
  margin: 0 auto 40px;
}

.section_recruit .section_yoko .flow_txt {
  text-align: center;
  margin-bottom: 60px;
}

.section_people {
  width: 95%;
  margin: 0 auto 50px;
  overflow-x: hidden;
}

.section_people .tit img {
  width: 100%;
  margin-top: 20px;
}

.section_people dl {
  /*border-bottom: 1px dotted #2d2d2d;*/
}

.section_people dl:last-child {
  border-bottom: none;
}
.section_people .unit {
  margin-bottom: 20px;
}

.section_people dt {
  position: relative;
  font-size: 14px;
  padding: 10px 30px 10px 10px;
  border-top: 1px solid #c9321c;
  /*border-bottom: 1px solid #c9321c;*/
  /*border-bottom: 1px dotted transparent;*/
}

.section_people dt.last {
  border-bottom: 1px solid #c9321c;
}

.section_people .unit dt:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../recruit/img/icon_faq02.png) 0 0 no-repeat;
  background-size: 15px 15px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  position: absolute;
}
.section_people dt.active:after {
  background: url(../recruit/img/icon_faq01.png) 0 0 no-repeat;
}

.section_people dl:nth-child(1) dt p {
  background: url(../recruit/img/staff01.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(2) dt p {
  background: url(../recruit/img/staff02.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(3) dt p {
  background: url(../recruit/img/staff03.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(4) dt p {
  background: url(../recruit/img/staff04.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(5) dt p {
  background: url(../recruit/img/staff05.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(6) dt p {
  background: url(../recruit/img/staff06.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(2) dt p {
  background: url(../recruit/img/staff02.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(3) dt p {
  background: url(../recruit/img/staff03.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(4) dt p {
  background: url(../recruit/img/staff04.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(5) dt p {
  background: url(../recruit/img/staff05.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.section_people dl:nth-child(6) dt p {
  background: url(../recruit/img/staff06.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}


.test .section_people dl:nth-child(1) dt p {
  background: url(../recruit/img_test/staff01.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.test .section_people dl:nth-child(2) dt p {
  background: url(../recruit/img_test/staff02.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.test .section_people dl:nth-child(3) dt p {
  background: url(../recruit/img_test/staff03.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.test .section_people dl:nth-child(4) dt p {
  background: url(../recruit/img_test/staff04.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.test .section_people dl:nth-child(5) dt p {
  background: url(../recruit/img_test/staff05.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}

.test .section_people dl:nth-child(6) dt p {
  background: url(../recruit/img_test/staff06.jpg) no-repeat 0 50%;
  background-size: auto 100%;
  height: 70px;
}




.section_people dd {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 20px 20px 20px;
  display: none;
  font-size: 13px;
  overflow-x: hidden;
  background: rgba(235, 46, 21 ,0.04);
}

.section_people dd::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: -2px;
  border-left: 15px solid black;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.section_people dd::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  right: -2px;
  border-left: 15px solid black;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.section_people dd ul.faq_img {
  display: block;
  margin-bottom: 0;
}

.section_people dd .faq_img li {
  float: left;
  margin-right: 2%;
  width: 49%;
}

.section_people dd .faq_img li:nth-child(2n) {
  margin-right: 0;
}

.section_people .btn_more {
  margin-top: 10px;
  margin-left: 0px;
}

.section_people dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.section_people dd .txt {
  font-size: 4.375vw;
}

.section_people dd .catch {
  font-size: 6vw;
  color: #c9321c;
	margin-bottom: 10px;
}

.section_people dd .tits {
  color: #c9321c;
  font-size: 4.375vw;
  margin: 10px 0;
}
