@charset "UTF-8";
/*******************************************
    /css/shops_details.css
*******************************************/
#shops_details {
  /*------------------------------------------
  	店舗情報枠
  ------------------------------------------*/
  /*------------------------------------------
  	求人
  ------------------------------------------*/
  /*------------------------------------------
  	マップ
  ------------------------------------------*/
  /*------------------------------------------
  	店舗情報
  ------------------------------------------*/
  /*------------------------------------------
  	店舗情報テーブル
  ------------------------------------------*/
  /*------------------------------------------
  	バナーエリア
  ------------------------------------------*/
}
#shops_details .sp {
  display: block;
}
@media screen and (min-width: 751px) {
  #shops_details .sp {
    display: none;
  }
}
#shops_details .pc {
  display: none;
}
@media screen and (min-width: 751px) {
  #shops_details .pc {
    display: block;
  }
}
#shops_details .main_visual_area .tit {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  text-shadow: 0px 0px 10px #000000;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 751px) {
  #shops_details .main_visual_area .tit {
    top: 60%;
    font-size: 6rem;
  }
}
#shops_details .detail {
  margin-bottom: 4em;
}
@media screen and (min-width: 751px) {
  #shops_details .detail {
    display: grid;
    grid-template-columns: 540px 1fr;
    gap: 60px;
  }
}
#shops_details .recruit.is-top {
  margin-bottom: 4em;
}
@media screen and (min-width: 751px) {
  #shops_details .recruit.is-top {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  #shops_details .recruit.is-bottom {
    margin: 20px auto 0;
  }
}
#shops_details .recruit_tit {
  font-weight: bold;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  #shops_details .recruit_tit {
    width: 100%;
    padding: 0.5em 1em;
    background: #555;
    color: #fff;
    margin: 0;
  }
}
#shops_details .recruit_tit:before, #shops_details .recruit_tit:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
@media screen and (min-width: 751px) {
  #shops_details .recruit_tit:before, #shops_details .recruit_tit:after {
    content: none;
  }
}
#shops_details .recruit_tit:before {
  margin-right: 0.4em;
}
#shops_details .recruit_tit:after {
  margin-left: 0.4em;
}
#shops_details .map {
  margin: 1em auto;
}
@media screen and (min-width: 751px) {
  #shops_details .map {
    margin-bottom: 0;
  }
}
#shops_details .map iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 751px) {
  #shops_details .map iframe {
    height: 450px;
  }
}
#shops_details .info_tit {
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 2.5rem;
  line-height: 2.9rem;
}
#shops_details .info_tit img {
  display: block;
  width: auto;
  height: 25px;
}
@media screen and (min-width: 751px) {
  #shops_details .info_tit img {
    height: 50px;
  }
}
#shops_details .shops {
  margin: 0px 0px 30px;
  padding-top: 5px;
  padding-left: 10px;
  position: relative;
  border-left: solid 4px #DC4013;
}
#shops_details .shops_name {
  display: inline-block;
  margin-right: 5px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
#shops_details .shops_status {
  display: inline-block;
  margin-right: 5px;
}
#shops_details .shops_status.is-open {
  font-size: 1.7rem;
  color: #eb1c24;
}
#shops_details .shops_status.is-closed {
  font-size: 1.7rem;
  color: #005c9b;
}
#shops_details .shops_status.is-others {
  font-size: 1.2rem;
  padding: 2px 10px;
  color: #fff;
  background-color: #0a8200;
}
#shops_details .shops_status.is-timealert {
  font-size: 1.2rem;
  padding: 2px 10px;
  color: #fff;
  background-color: #DC4013;
}
#shops_details .shops_status.is-hide {
  display: none;
}
#shops_details .shops_status-alert {
  display: inline-block;
  font-size: 1.7rem;
  color: #eb1c24;
}
#shops_details .shops_time-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
#shops_details .shops_time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 24px;
  border-radius: 100vmax;
  padding: 1px 14px;
  background-color: #DC4013;
  color: #fff;
  font-size: 1.3rem;
}
#shops_details .shops_time.is-24::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/shops/icon/icon_24.svg") no-repeat border-box center/cover;
}
#shops_details .shops_time.is-temporary {
  color: #333;
  background-color: rgb(200, 200, 200);
}
#shops_details .icons {
  bottom: 10px;
  display: flex;
  justify-content: end;
  gap: 5px;
}
#shops_details .icons_item img {
  width: auto;
  height: 26px;
}
#shops_details .info_table {
  width: 100%;
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 750px) {
  #shops_details .info_table {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #shops_details .info_table_row, #shops_details .info_table_data {
    display: block;
  }
}
#shops_details .info_table_row {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 751px) {
  #shops_details .info_table_row {
    display: table;
    width: 100%;
  }
}
#shops_details .info_table_row:first-of-type {
  padding-top: 1em;
}
#shops_details .info_table_row.is-block {
  display: block;
}
#shops_details .info_table_row.is-block .info_table_data {
  display: block;
}
#shops_details .info_table_tit {
  background: #DC4013;
  color: #fff;
  font-weight: bold;
  width: auto;
  display: inline-block;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 751px) {
  #shops_details .info_table_tit {
    padding: 0 0.5em;
    text-align: left;
    width: 6.5em;
  }
}
@media screen and (min-width: 751px) {
  #shops_details .info_table_data {
    padding: 0 1em;
    text-align: left;
    width: 100%;
  }
}
#shops_details .info_table_data.is-open_time {
  position: relative;
}
#shops_details .info_table_data .bold {
  font-weight: bold;
}
#shops_details .info_table_data h3 {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #shops_details .btn_list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  #shops_details .btn_list li {
    width: 48%;
  }
}
#shops_details .btn {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 0.5em;
  padding: 0.5em 30px 0.5em 1em;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}
#shops_details .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #DC4013;
  border-right: 1px solid #DC4013;
  transform: rotate(45deg);
}
#shops_details .status {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  margin-bottom: 5px;
  border-radius: 14px;
  padding: 1px 14px;
  color: #fff;
}
#shops_details .status.is-open {
  background-color: #eb1c24;
}
#shops_details .status.is-closed {
  background-color: #005c9b;
}
#shops_details .status.is-others {
  background-color: #0a8200;
}
#shops_details .status.is-hide {
  display: none;
}
#shops_details .status.is-table {
  position: relative;
  color: #DC4013;
}
#shops_details .payment_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#shops_details .payment_list:not(:first-of-type) {
  margin-top: 10px;
}
#shops_details .payment_item img {
  width: auto;
  height: 30px;
}
#shops_details .info_data_table {
  border: 1px solid #ccc;
}
#shops_details .info_data_table:first-of-type {
  margin-top: 20px;
}
#shops_details .info_data_table:not(:first-of-type) {
  margin-top: 14px;
}
@media screen and (min-width: 751px) {
  #shops_details .info_data_table_row {
    display: grid;
    grid-template-columns: 104px 1fr;
  }
}
@media screen and (min-width: 751px) {
  #shops_details .info_data_table_row:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
}
#shops_details .info_data_table_tit, #shops_details .info_data_table_txt {
  padding: 10px 20px;
}
#shops_details .info_data_table_tit {
  color: #FFF;
  background-color: #DC4013;
}
@media screen and (min-width: 751px) {
  #shops_details .info_data_table_tit {
    border-right: 1px solid #ccc;
  }
}
#shops_details .banner_area {
  margin-top: 3em;
  padding-top: 0;
}
@media screen and (min-width: 751px) {
  #shops_details .banner_area {
    margin: 90px auto -90px;
    /*nearby_shopありのときmargin-top:100px;*/
    padding: 50px 0;
    /*nearby_shopありのとき削除*/
    background: #eee;
  }
}
@media screen and (min-width: 751px) {
  #shops_details .banner_area ul {
    display: flex;
    justify-content: center;
  }
}
#shops_details .banner_area ul li {
  width: 100%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 751px) {
  #shops_details .banner_area ul li {
    width: auto;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 751px) {
  #shops_details .banner_area ul li:last-child {
    margin-right: 0;
  }
}
#shops_details .banner_area ul li img {
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=shops_details.css.map */