@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 {
  box-sizing: border-box;
  padding: 40px 0;
  /**
  *  タイトル
  */
}
section:nth-child(even) {
  background-color: #faf7ed;
}
section .title {
  margin-top: 30px;
}
section .subtitle {
  color: #b6006e;
  font-family: "GENJ", sans-serif;
  font-size: 24px;
  margin: 0 auto 30px;
}
section .subtitle.pchide {
  display: none;
}
@media screen and (max-width: 767px) {
  section .subtitle {
    font-size: 18px;
  }
  section .subtitle.pchide {
    display: block;
    margin: 15px auto 10px;
  }
}
section .subtitle > span {
  border-left: 1px solid #b6006e;
  border-right: 1px solid #b6006e;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  padding: 0 15px;
}

/**
*  新店情報
*/
.info {
  border-collapse: collapse;
  width: 100%;
  /**
  *  table
  */
}
@media screen and (max-width: 767px) {
  .info {
    display: block;
  }
}
.info_button {
  margin: 35px auto 0;
  text-align: center;
}
.info_button a {
  background-color: #b6006e;
  border: 1px solid #b6006e;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: auto;
  max-width: 220px;
  padding: 7px 10px;
  position: relative;
  text-decoration: none;
}
.info_button a:hover {
  background-color: #fff;
  color: #b6006e;
}
.info_button a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .info tbody,
  .info tr,
  .info th,
  .info td {
    display: block;
  }
}
.info th,
.info td {
  border-bottom: 1px dotted #cdcdcd;
  box-sizing: border-box;
  vertical-align: top;
}
.info th {
  padding: 15px 10px 15px 0;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .info th {
    border-bottom: 0;
    padding: 10px 0 0;
    width: 100%;
  }
}
.info td {
  position: relative;
}
.info td::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #b6006e;
  font-size: 16px;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 40%;
  top: calc(50% - 8px);
  right: 0;
}
.info td a {
  box-sizing: border-box;
  color: #787878;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .info td a {
    padding: 10px;
  }
}
.info td a:hover {
  text-decoration: underline;
}

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