@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
/***
*  セクション・タイトル
*/
section {
  /**
  *  タイトル
  */
}
section:nth-child(even) {
  background-color: unset;
}
section .subtitle {
  color: #4176e5;
  font-family: "Noto Sans CJK JP", sans-serif;
}

/**
*  新店情報
*/
#main .info {
  border-collapse: collapse;
  width: 100%;
  /**
  *  table
  */
}
@media screen and (max-width: 767px) {
  #main .info {
    display: block;
    padding: 0 10px;
  }
}
#main .info_button a {
  background-color: #4176e5;
  border: 1px solid #4176e5;
}
#main .info_button a:hover {
  color: #4176e5;
}
#main .info_button a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 10px;
  padding-right: 0;
}
#main .info tr {
  background: url(../media/images/2022/top/news-arrow.svg) no-repeat;
  background-position: calc(100% - 24px) calc(50% + 4px);
  background-size: 8px;
  border-bottom: 1px solid #b6b4b9;
}
@media screen and (max-width: 767px) {
  #main .info tr {
    background-position: calc(100% - 7px) 50%;
    background-size: 7.5px;
  }
}
#main .info tr th, #main .info tr td {
  border-bottom: none;
}
#main .info tr th {
  padding: 26px 10px 20px 0;
  color: #4176e5;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main .info tr th {
    padding: 10px 35px 0 0;
    font-size: 12px;
    line-height: calc(37 / 24);
    text-align: left;
  }
}
#main .info tr td {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main .info tr td {
    font-size: 14px;
    line-height: calc(42 / 28);
  }
}
#main .info tr td::after {
  content: none;
}
#main .info tr td a {
  padding: 26px 55px 20px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  #main .info tr td a {
    padding: 0 35px 5px 0;
  }
}
#main .info tr td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #main section.sec.sec1 {
    padding-top: 0;
  }
}
#main section.sec.sec1 ul {
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #main section.sec.sec1 ul {
    margin: -25px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 ul {
    margin: -25px 10px 0;
  }
}
#main section.sec.sec1 ul li {
  border-bottom: 1px solid #b6b4b9;
}
#main section.sec.sec1 ul li a {
  display: flex;
  text-decoration: none;
  background: url(../media/images/2022/top/news-arrow.svg) no-repeat;
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  #main section.sec.sec1 ul li a {
    justify-content: flex-start;
    align-items: center;
    padding: 26px 55px 20px 0;
    background-position: calc(100% - 24px) calc(50% + 4px);
    background-size: 8px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 ul li a {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 35px 5px 0;
    background-position: calc(100% - 7px) 50%;
    background-size: 7.5px;
    min-height: 75.5px;
  }
}
#main section.sec.sec1 ul li a:hover {
  opacity: 0.7;
}
#main section.sec.sec1 ul li a span.date {
  display: block;
  color: #4176e5;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  #main section.sec.sec1 ul li a span.date {
    flex: 0 1 107px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 ul li a span.date {
    font-size: 12px;
    line-height: calc(37 / 24);
  }
}
#main section.sec.sec1 ul li a span.title {
  display: block;
  color: #000;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #main section.sec.sec1 ul li a span.title {
    flex: 1 1 auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 ul li a span.title {
    font-size: 14px;
    line-height: calc(42 / 28);
  }
  #main section.sec.sec1 ul li a span.title::before, #main section.sec.sec1 ul li a span.title::after {
    content: none;
    display: none;
  }
}

/*# sourceMappingURL=2022-info.css.map */
