@charset "utf-8";
/* CSS Document */
.info_main-content {
width: 100%;
margin: 20px 0;
padding: 0 calc(5% - 8px) 20px;
box-sizing: border-box;
box-sizing: border-box;
}

.info_hd{
text-align: center;
display: block;
box-sizing: border-box;
padding: 0.25em;
background-color: #070707;
color: #FFFFFF;
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}

.info_main-content h4 {
  margin-bottom: 1em;
}

.info_main-content > .info_content > table {
  border: solid 1px #000000 !important;
  border-collapse: collapse !important;
}
.info_main-content > .info_content > table th {
  font-size: 13px;
  border: solid 1px #fff;
}

.info_main-content > .info_content > table thead {
  font-size: 13px;
  border: solid 2px #000 !important;
}
.info_main-content > .info_content > table td {
  border: solid 1px #000000 !important;
  vertical-align: middle !important;
  text-align: center;
  font-size: 14px;
}
.info_main-content > .info_content > table tr td:nth-child(3) {
  text-align: left;
}
.area {
  text-align: left !important;
}

.title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.2em;
}

.info_date,
.info_date_l {
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}

.info_content hr {
  color: #ccc;
  size: 1px;
}

.info_content p {
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 1em;
}

.info_list {
  margin: 0;
  padding: 0px;
  font-size: 15px;
}

.info_list_li {
  margin-bottom: 5px;
}

.br-pc {
  display: none;
}
.br-sp {
  display: block;
}

.span_sp {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 10px;
}

/*PCスタイル*/
@media only screen and (min-width : 1025px) {
.info_main-content{
max-width: 880px;
margin: 20px auto 40px;
padding: 0 1em;
}
}

@media (max-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media (max-width: 480px) {
  .info_main-content > .info_content > table tr th:nth-of-type(1) {
    width: 30% !important;
  }
}

/*年末年始*/

.web_title,.shop_title{

text-align: center;
    display: block;
    box-sizing: border-box;
    padding: 0.25em;
    background-color: #e6e6fa;
    color: #191970;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.title_hd{
color: #005682;
font-weight: 600;
display: block;
}

.shop_link{
color: #005682;
border-bottom: #005682 solid 1px;
}
