@charset "UTF-8";

/* 営業時間一覧 */

:root {
  --main-color: #002249;
  --font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
}

.oshigoto_eticket_ttl02 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN",Yu Gothic,Meiryo, sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.oshigoto_eticket_ttl02:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background: #ffcf05;
    left: 0;
    top: calc(50% - 9px);
}

.shop_list{padding: 60px 0;box-sizing: border-box;}
.shop_list_bx{display: flex;flex-wrap: wrap;}
.shop_list_it{width: calc((100% - 30px) / 3);margin: 0 15px 20px 0;background: #f5f5f5;border-radius: 10px;padding: 17px 20px 20px 20px ;box-sizing: border-box;}
.shop_list_it:nth-child(3n+3){margin-right: 0;}
.shop_list_ttl{font-size: 16px;color: #000;line-height: 24px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;font-weight: bold;margin-bottom: 6px;}
.shop_list_ttl_sub01{font-size: 12px;}
.shop_list p.oshigoto_txt01{margin-bottom: 20px;text-align:center;}
.shop_list_h{display: flex;font-size: 14px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;margin-bottom: 11px;}
.shop_list_h dt{width: 60px;margin-right: 10px;}
.shop_list_h dd{width: calc(100% - 70px);}
.shop_list_btn_map:hover,.shop_ls_btn_now:hover,.shop_ls_btn_link{opacity: 0.8;}
.shop_list_btn_map a{background: #002249;font-size: 14px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;font-weight: bold;display: block;text-decoration: none;text-align: center;color: #fff;border-radius: 30px;padding: 9px 0;position: relative;}
.shop_list_btn_map a:before{position: absolute;content: '\276F';font-size: 16px;right: 12px;top: calc(50% - 9px);color: #fff;line-height: 1em;}
.shop_ls_btn_now{
  margin-bottom: 12px;
  margin-top: 10px;
}
.shop_ls_btn_link a{
  background: unset;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: bold;display: block;
  text-decoration: none;
  text-align: center;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 30px;
  padding: 9px 0;
  position: relative;
}
.shop_ls_btn_link a:before{
  position: absolute;
  content: '\276F';
  font-size: 16px;
  right: 12px;
  top: calc(50% - 9px);
  color: var(--main-color);
  line-height: 1em;
}

#shop_list nav{margin-bottom:20px;}
#shop_list nav ul{display:flex;flex-wrap: wrap;justify-content:left;}
#shop_list nav li{display:flex;flex-wrap: wrap;justify-content: center;margin-right:10px;margin-bottom:10px;width:calc((100% - 40px )/ 5);}
#shop_list nav li:nth-child(5n){margin-right:0;}
#shop_list nav a{position: relative;display:block;padding:10px 10px 10px 25px;border:2px solid #eee;border-radius:3px;text-align: center;color:#555;text-decoration:none;width:100%;letter-spacing: 0;}
#shop_list nav a:before{position: absolute;content: "";background: url("/images/oshigotopasela/icon_mappin-gray.svg") no-repeat;width: 16px;height: 20px;top:50%;-webkit-transform:translateY(-50%);left:25px;}
#shop_list nav a:hover{opacity:0.75;}
@media screen and (max-width: 675px) {
	#shop_list nav li{width:calc((100% - 20px )/ 3);}
	#shop_list nav li:nth-child(5n){margin-right:10px;}
	#shop_list nav li:nth-child(3n){margin-right:0;}
	#shop_list nav a:before{left:15px;}

  .shop_list_bx{}
  .shop_list_it{width: 100%;margin-bottom: 10px;margin-right: 0;}
  .totop img{width: 50px;}
  #header #gnavi_sp .logo_oshigotopasela{text-align: center;position: relative;top: -40px;margin-bottom: -20px;}
  #header #gnavi_sp .logo_oshigotopasela img{max-width: 50%;margin: 0 auto;}
  #gnavi_sp ul{flex-wrap: wrap;width: 90%;margin:0 auto;}
  #gnavi_sp ul li{width: 100%;border: none;}
  #gnavi_sp ul li:nth-child(2n+1){border-right: none;}
  #gnavi_sp ul li a{display:block;border-bottom: 1px solid #5f748d;padding:3%;}
  #gnavi_sp ul li:last-child a,
  #gnavi_sp ul li:last-child{border-bottom: none;}
  #gnavi_sp ul::after{border-top: none;}

}
@media screen and (max-width: 370px) {
	#shop_list nav a{padding:10px;}
	#shop_list nav a:before{display:none;}
}

.shop_ls_btn_nowct_txt{font-size: 12px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;margin: 12px auto 4px auto;text-align: center;}
.shop_ls_btn_now a{background: #FFCF05;font-size: 14px;font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;font-weight: bold;display: block;text-decoration: none;text-align: center;color: #002249;border-radius: 30px;padding: 9px 0;position: relative;}
.shop_ls_btn_now a:before{position: absolute;content: '\276F';font-size: 16px;right: 12px;top: calc(50% - 9px);color: #002249;line-height: 1em;}

p.oshigoto_txt01 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.shoplist_cap01 {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.oshigoto_eticket_ttl02 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN",Yu Gothic,Meiryo, sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.tbl_hour_box{
  margin-bottom:20px;
}
.btn_tbl_hour{
  background: #002249;
  color:#fff;
  text-align: center;
  border-radius: 20px 20px 3px 4px;
  position: relative;
  z-index:8;
  cursor: pointer;
  pointer-events: none;
}
.btn_tbl_hour:before {
  display: none;
  position: absolute;
  content: "";
  font-size: 16px;
  right: 12px;
  top: calc(50% - 8px);
  color: #fff;
  line-height: 1em;
  width: 5px;
  height: 5px;
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
.btn_tbl_hour.active:before{
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  top: calc(50% - 4px);
}

.btn_tbl_hour_title{
  font-size:14px;
  font-weight: bold;
  text-align: center;
  padding: 9px 0;
  position: relative;
  z-index: 10;
}
.bb{
  height: 17px;
  position: absolute;
  width: 100%;
  top:23px;
  left:0;
  background: #002249;
  z-index: 5;
}
.btn_tbl_hour_cap{
  font-size:12px;
  text-align: center;
}
.acc_tbl_hour{
  background: #fff;
  font-size:14px;
  position: relative;
  width:100%
}
.acc_tbl_hour::before{
  position: absolute;
  height: 20px;
  width:100%;
  background: #002249;
  content: none;
  top:-20px;
  z-index:5;
  transition: all 2.8s;
}
.acc_tbl_hour.active::before{
  content: "";
  transition: all 2.8s;
}
.acc_tbl_hour table{
  width:100%;
}
.acc_tbl_hour td{
  padding:3px 7px;
  font-weight: bold;
  border-bottom:solid 2px #F5F5F5;
}
td.td_day{
  padding-left:10px;
}
.td_dow{
  width:30%;

}
.td_hour{
  text-align: center;
  width: 50%;
}
.shoplist_cap01{
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}
.btn_tbl_hour_title{
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px){
  .cowork_sec{
    padding: 0 6%;
    width: 100%;
    box-sizing: border-box;
  }
  .btn_tbl_hour{
    pointer-events: all;
    border-radius: 20px;
  }
  .acc_tbl_hour{
    display: none;
  }
  .shoplist_cap01{
    text-align: left;
  }
  .btn_tbl_hour:before {
    display: block;
  }
  .bb{
    display: none;
  }
}

/* 店舗一覧ページ */

body#shop_index .coworking_service {
  padding: 30px 0 0 0;
}
body#shop_index .oshigoto_eticket_ttl02:first-child {
  margin-top: 0;
}
.shop_list_bx .tbl_hour_box_02 {
  margin-bottom: 13px;
}
.shop_list_bx .shop_add_title {
  font-size: 14px;
  font-weight: 600;
}
.shop_list_bx .shop_add {
  font-size: 12px;
  margin-bottom: 13px;
}

body#shop_index .shop_list_it {
  width: calc((100% - 112px) / 4);
}
body#shop_index .shop_list_it:nth-child(3n+3) {
    margin-right: 15px;
}
.btn_tbl_hour_title_02 {
  font-size: 14px;
  font-weight: 600;
}
.acc_tbl_hour_02 {
  font-size: 12px;
}
body#shop_index .td_hour {
  text-align: left;
}
body#shop_index td.td_day {
  padding-left: 0;
}
@media screen and (max-width: 768px){
body#shop_index .shop_list_it {
  width: 100%;
}
.shop_list_it iframe {
  width: 100%;
}
body#shop_index .shop_list_it:nth-child(3n+3) {
  margin-right: 0;
}
}
