@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;
}
.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;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:left;}
.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: 18px 0;position: relative;}
.shop_list_btn_map a:before{
  position: absolute;content: '→';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: flex;
    text-decoration: none;
    text-align: center;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 30px;
    padding: 0;
    position: relative;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.shop_ls_btn_link a:before{
  position: absolute;
  content: '→';
  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;gap: 15px;}
#shop_list nav li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% / 7);
  max-width: 100px;
}
#shop_list nav a{
  position: relative;
  display: block;
  padding: 12px 15px;
  border-radius: 4px;
  text-align: center;
  color: var(--primary-text-color);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  letter-spacing: 0;
  background: #f4f4f4;
}
#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:15px;}
#shop_list nav a:hover{opacity:0.75;}

.shoplist_cap01 {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 400;
    display: block;
}
@media screen and (min-width: 769px){
.shoplist_cap01{
  padding-left: 1em;
  display: inline-block;
}
}
@media screen and (max-width: 768px){
  .cowork_sec{
    padding: 0 6%;
    width: 100%;
    box-sizing: border-box;
  }
  #shop_list nav ul{
    gap: 10px;
  }
}

@media screen and (max-width: 675px) {
	#shop_list nav li{width:calc((100% - 20px )/ 3);}
  .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: var(--button-cta-color);
    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: 18px 0;
    position: relative;
  }
.shop_ls_btn_now a:before{position: absolute;content: '→';font-size: 16px;right: 12px;top: calc(50% - 9px);color: #fff;line-height: 1em;}

p.oshigoto_txt01 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.oshigoto_eticket_ttl02 {
  margin-bottom: 20px;
  color: var(--point-color);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.16;
}

.tbl_hour_box{
  margin-bottom:20px;
}
.btn_tbl_hour{
  background: #002249;
  color:#fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index:8;
  cursor: pointer;
  transition: 0.8s;
}
.btn_tbl_hour:before {
  position: absolute;
  content: "→";
  font-size: 16px;
  right: 12px;
  top: calc(50% - 8px);
  color: #fff;
  line-height: 1em;
  transform: rotate(-90deg);
  transition: 0.8s;
}
.btn_tbl_hour.active{
  border-radius: 50px;
}
.btn_tbl_hour.active:before{
  transform: rotate(90deg);
}

.btn_tbl_hour_title{
  font-size:14px;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  position: relative;
  z-index: 10;
}
.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%;
}
.btn_tbl_hour_title{
  position: relative;
  z-index: 10;
}

/* 店舗一覧ページ */

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;
}
}
