@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1rem;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
  }
}

body {
  margin: 0 !important;
}

.content {
  max-width: 1000px;
  margin: 0 auto;
}

.hero img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .aisatsu {
    margin: 15px 0;
    padding: 20px;
    border: solid 5px #bfbfbf;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .aisatsu {
    margin: 15px 0px;
    padding: 3%;
    color: #333;
    border: solid 3px #bfbfbf;
    line-height: 1.8;
  }
}

.tsuhanlink {
  text-align: center;
  background-color: #008abc;
  padding: 10px;
  font-size: x-large;
  margin: 10px 0;
  border-radius: 10px;
}

.notice {
  background: #fff;
}
.notice__head {
  background: #fff;
  position: relative;
  padding: 1em 0.7em;
  font-size: 1.4rem;
  font-weight: bold;
}
.notice::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.notice::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.notice__head::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.notice__head::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .notice {
    margin: 15px 0;
    padding: 20px;
    border: solid 5px #bfbfbf;
    font-size: 1rem;
  }
  .notice .ul {
    margin: 0;
    padding: 0;
  }
  .notice .li {
    display: flex;
    align-items: baseline;
    font-size: larger;
  }
}
@media only screen and (max-width: 767px) {
  .notice {
    margin: 15px 0px;
    padding: 0;
    background: #f1f1f1;
    color: #333;
    font-size: 0.9rem;
  }
  .notice .ul {
    margin: 0px;
    padding: 0px;
  }
  .notice .li {
    display: flex;
    align-items: baseline;
    padding-top: 2px;
    line-height: 1.5;
  }
  .notice .li span {
    font-weight: bold;
    color: #5c0030;
  }
}

.innerTitle {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #000000;
}

.storename {
  position: relative;
  height: 50px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  line-height: 50px;
}

.storename .heading .caption {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #b3b3b3;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .storename .heading .caption {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .storename .heading .caption {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
.storename .heading .caption::before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color: #b3b3b3;
}

.storename .heading .title {
  float: left;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .storename .heading .title {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .storename .heading .title {
    font-size: 0.9rem;
    font-weight: normal;
  }
}

@media only screen and (min-width: 768px) {
  .tempoInfo {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .tempoInfo {
    display: block;
    margin: 20px 0px 0px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .twitter {
    display: block;
    margin: 0;
    padding: 0;
    width: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .twitter {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    padding: 0px 6px;
    border: solid 3px #800019;
  }
}
.twitter h3 {
  margin: 5px 0;
  padding: 20px 0;
  background: #f1f1f1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .map {
    display: block;
    margin: 0;
    padding: 0;
    width: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    display: block;
    border: solid 3px #003d84;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    padding: 6px;
  }
}
.map h3 {
  margin: 5px 0;
  padding: 20px 0;
  background: #f1f1f1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .t-info {
    display: block;
    margin: 0;
    padding: 0;
    width: 49.5%;
    height: 450px;
  }
  .t-info table {
    width: 100%;
    height: 100%;
  }
  .t-info table th, .t-info table td {
    border: solid 1px #ddd;
    padding: 8px 4px;
    line-height: 1.6;
    font-size: 0.9rem;
  }
  .t-info table th span, .t-info table td span {
    font-weight: bold;
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .t-info {
    display: block;
    border: solid 3px #003d84;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    padding: 0 6px 6px;
  }
  .t-info table {
    border-collapse: collapse;
    width: 100%;
    line-height: 1.5;
  }
  .t-info table th {
    background: #f1f1f1;
    text-align: center;
  }
  .t-info table th, .t-info table td {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 4px 2px;
    font-size: 0.8rem;
  }
  .t-info table th span, .t-info table td span {
    font-weight: bold;
    color: #0d0d0d;
  }
}
.t-info h3 {
  margin: 5px 0;
  padding: 20px 0;
  background: #f1f1f1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.topics {
  color: #000;
}
.topics .ttl-sub {
  border-bottom: solid #000 5px;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 120px 0;
  }
}
.topics__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics__list__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__list__item {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__item {
    width: 23.5%;
    margin: 0 0 40px;
  }
  .topics__list__item:hover .topics__list__ttl {
    color: #ff0000;
  }
  .topics__list__item:hover .topics__list__ttl a {
    color: #ff0000;
  }
  .topics__list__item:hover .topics__list__date {
    color: #ff0000;
  }
  .topics__list__item:hover .topics__list__pic img {
    transform: scale(1.1);
  }
}
.topics__list__pic {
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__list__pic {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__pic {
    margin: 0 0 17px;
  }
}
.topics__list__pic img {
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .topics__list__pic img {
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__pic img {
    height: 190px;
    transition: 0.4s;
  }
}
.topics__list__ttl {
  overflow: hidden;
  text-shadow: 0 0 3px #ddd;
}
@media only screen and (max-width: 767px) {
  .topics__list__ttl {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__ttl {
    margin: 0 0 15px;
    transition: 0.4s;
  }
}
.topics__list__ttl a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .topics__list__ttl a {
    transition: 0.4s;
  }
}
.topics__list__ttl a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__list__date {
  color: #777;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics__list__date {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__date {
    font-size: 0.95rem;
    transition: 0.4s;
  }
}
.topics__link {
  border: 2px solid #000;
  background-color: #dddddd;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__link {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 0.9rem;
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link {
    width: 450px;
    height: 75px;
    line-height: 75px;
    transition: 0.4s;
    cursor: pointer;
    margin: 30px auto 0;
  }
  .topics__link:hover {
    background-color: lightgray;
  }
  .topics__link:hover::before {
    right: 34px;
  }
  .topics__link:hover::after {
    right: 21px;
  }
}
.topics__link::before {
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .topics__link::before {
    width: 6px;
    height: 6px;
    top: 23.5px;
    right: 33.5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link::before {
    width: 8px;
    height: 8px;
    top: 32.5px;
    right: 41.5px;
    transition: 0.4s;
  }
}
.topics__link::after {
  content: "";
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .topics__link::after {
    width: 25px;
    height: 25px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link::after {
    width: 30px;
    height: 30px;
    right: 28px;
    transition: 0.4s;
  }
}
.topics__link a {
  color: #000;
}
.topics__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topics__nav {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__nav {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    margin: 0 0 45px;
  }
}
.topics__nav .tab {
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: #000 solid 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    margin: 0 3px 10px;
    padding: 14px 0 12px;
    width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    margin: 0 6px 17px;
    padding: 14px 0 13px;
    width: 145px;
  }
}
.topics__nav .tab:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .topics__nav .text_s {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .text_s {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__nav .text_ss {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .text_ss {
    font-size: 13px;
  }
}
.topics__nav .narrow-active {
  background: #000;
  color: #fff;
}

.topics__nav .narrow-active:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */