@charset "UTF-8";


/* 基本部分の変更 */
#eventbody li{
  border-left: none;
}
#eventbody h2 {
    clear: both;
    margin: 30px 0px 20px;
    padding: 10px 5px 10px 20px;
    background: #f0f0f0;
    border:none;
    /* border-left: 10px solid #313B4C; */
    font-size: 1em;
    position: relative;
}
#eventbody h2::before{
  content: '';
  width: 6px;
  height: calc(100% - 14px);
  height: -webkit-calc(100% - 14px);
  position: absolute;
  top:7px;
  left:7px;
  padding: 0;
  background:#313B4C;
}
#eventbody h3{
  margin: 1.5em 0 .5em;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
}


/* 店舗一覧に戻るボタンの設定 */
.shop--section{
  position: relative;
  margin: 0 0 50px;
}
.shopdetail--listback{
  position: sticky;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  height: 60px;
  border:1px solid #313B4C;
  background:#fff;
  border-radius: 3px;
  display: table;
  margin: 0 auto;
}
.shopdetail--listback a{
  padding: 10px 5px;
  color:#313B4C;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.shopdetail--listback a:hover{
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .shopdetail--listback a{
    font-size: 120%;
  }
}
@media screen and (max-width: 720px) {
  .shopdetail--listback{
    max-width: 70%;
    bottom: 0;
  }
}

/* 画面サイズによってflex切り替え */
.shopdetail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 45px;
}
.shopdetail>div{
  width: calc((100% - 20px) / 2 );
  width: -webkit-calc((100% - 20px) / 2 );
  margin-right: 20px;
}
.shopdetail>div:last-of-type{
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .shopdetail{  /*スマホ時のみ適用*/
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
    flex-direction: column;
  }
  .shopdetail div{
    margin:0 0 20px;
    width: 100%;
  }
  .shopdetail>div:last-of-type{
    margin: 0;
  }
}
/* 画面サイズによってflex切り替え右を300pxに */
.shopdetail--right300{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 45px;
}
.shopdetail--right300>div:first-of-type{
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  margin-right: 20px;
}
.shopdetail--right300>div:last-of-type{
  margin-right: 0;
  width: 300px;
}
@media screen and (max-width: 720px) {
  .shopdetail--right300{  /*スマホ時のみ適用*/
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
    flex-direction: column;
  }
  .shopdetail--right300 div:first-child{
    margin:0 0 20px;
    width: 100%;
  }
  .shopdetail--right300>div:last-of-type{
    margin: 0;
    width: 100%;
  }
}

/* 見出し */
.shopdetail h2{
 margin-top:0 !important;
}

/* 店舗写真 */
#eventbody li {
  margin: 0;
  padding: 0;
  border: none;
}
.shopPhoto--big{
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.shopPhoto--big>img{
  width: 100%;
  height: auto;
}
.shopPhoto--small{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 !important;
}
.shopPhoto--small>li{
  width: calc((100% - 30px) / 4 );
  width: -webkit-calc((100% - 30px) / 4 );
  margin-right: 10px !important;
  padding: 0;
}
.shopPhoto--small>li:last-of-type{
  margin-right: 0 !important;
}
.shopPhoto--small>li img{
  width: 100%;
  height: auto;
  cursor: pointer;
}
.shopPhoto--small>li img:hover{
  opacity: 0.7;
}
.shopPhoto--att{
  margin: 0;
  color:#f00;
}

/* 店舗情報テーブル */
.shopdetail--summary{
  border-collapse:  collapse;
  border:solid 1px #DDDDDD;
  margin: 0;
}
.shopdetail--summary tr, .shopdetail--summary th, .shopdetail--summary td{
  border:solid 1px #DDDDDD !important;
  padding: 8px !important;
  word-break: break-all;
}
.shopdetail--summary th{
  background: #F1F1F1 !important;
  width: 20%;
  text-align: center;
}
.shopdetail--summary .goods_type{
  font-weight: bold;
}

/* 注意協調 */
.att{
 color:#f00;
 font-weight: bold;
}

/* アクセスマップ */
.accessmap--text p{
  margin:0.5em 0 1em !important;
}
.accessmap--link{
  margin: 0.1em 0 0 !important;
}

/* 関連リンク */
.shopRelationLink{
  padding: 0px 0px 0px 20px;
  background: url(http://www.cospa.live/special/shoplist//list/imgs/m_popup.gif) 0 50% no-repeat;
}

/* 店舗ニュース */
.shopnewsList{
  margin: 20px 0 45px !important;
  border-collapse:  collapse;
}
.shopnewsList td{
  padding: 5px 0 !important;
  margin-bottom: 10px !important;
}
.shopnewsList th{
  padding: 5px 10px 5px 0 !important;
  margin-bottom: 10px !important;
  min-width: 100px;
}
@media screen and (max-width: 720px) {
  .shopnewsList th{
    width: 110px;
  }
}

/* その他店舗リスト */
.otherShopList h2{
  background:#313B4C !important;
  border:none !important;
  color:#fff !important;
  padding-left: 10px !important;
  margin-bottom: 0 !important;
}
.otherShopList--pc{
  margin: 0 0 20px !important;
}
.otherShopList--pc li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #DDDDDD !important;
  padding: 20px 0 !important;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.otherShopList--pc li:last-of-type{
  border-bottom: none !important;
}
.otherShopList--pc li>div {
    margin: 0 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.otherShopList--pc li>div>div {
    flex: 1;
}
.otherShopList--pc li>div:first-of-type{
  width: 8%;
}
.official__place {
    border: 1px solid #DDD;
    padding: 3px 0;
    text-align: center;
}
.otherShopList--sp{
  display: none;
}
.otherShopList--sp>select {
    padding: 5px;
    box-sizing: border-box;
    color: #313B4C;
    width: 100%;
    /* font-size: 16px; */
    font-size: 23px;
    margin: 20px 0;
}
@media screen and (max-width: 720px) {
  .otherShopList--pc{
    display: none;
  }
  .otherShopList--sp{
    display: block;
  }
}



/* 画面サイズによって切り替える改行やテキストの揃え */
@media screen and (min-width: 768px) {
  .pc-t-r{   /*PCの時に右揃えに*/
    text-align: right;
  }
}
.sp-d-b{  /*PC時は見えない*/
  display: none;
}
