@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:800");
img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 auto;
    padding: 0 15px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 30px 0 30px;
  }
}

h1 {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  h1 {
    padding: 20px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    padding: 15px 0 30px;
  }
}

h3 {
  background: #ccc;
  color: #fff;
  padding: 5px 15px;
  margin: 0 0 20px;
  font-size: 22px;
}

.attention {
  border: #ccc 1px solid;
  border-radius: 5px;
  padding: 0 30px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .attention {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .attention {
    max-width: 950px;
    margin-bottom: 50px;
  }
}
.attention h2 {
  text-align: center;
  color: #000;
  border-bottom: #ccc dotted 1px;
  padding: 5px 10px 15px;
  font-size: 25px;
}
.attention p {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .attention p {
    padding: 20px 0;
  }
}

.content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .main {
    width: 76%;
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sub {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sub {
    width: 23%;
  }
}

@media only screen and (max-width: 767px) {
  .topics_area .block {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .topics_area ul {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area ul {
    margin-left: -35px;
  }
}
.topics_area .topics_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics_area .topics_list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .topics_list::after {
    content: "";
    display: block;
    width: 30%;
  }
}
.topics_area .topic {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .topics_area .topic {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .topic {
    width: 30%;
    margin-bottom: 25px;
  }
}
.topics_area figure {
  width: 100%;
  background: #f1f1f1;
  margin: 0 0 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics_area figure {
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area figure {
    height: 170px;
  }
}
.topics_area figure :hover {
  opacity: 0.8;
}
.topics_area figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics_area .caption h5 {
  margin: 10px 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .topics_area .caption h5 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_area .caption h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
.topics_area .caption h5 :hover {
  text-decoration: underline;
}
.topics_area .caption h5 a {
  text-decoration: none;
  color: #000;
}
.topics_area .caption_block {
  display: flex;
}
.topics_area .caption_block p {
  margin-top: 0;
  margin-bottom: 0;
}
.topics_area .category {
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: #FF5072 solid 2px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #FF5072;
  font-weight: 700;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 17px;
  letter-spacing: 0.05em;
}
.topics_area .date {
  color: #000;
  font-size: 13px;
}

.topics_title {
  text-align: center;
  position: relative;
  background: #ffecb2;
  border-radius: 6px;
  margin-bottom: 30px;
}
.topics_title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffecb2 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
}
.topics_title h4 {
  color: #000;
  padding: 5px 15px;
  margin: 0 0 10px;
  font-size: 22px;
  font-family: 'M PLUS 1p', sans-serif;
}

.sns_title {
  text-align: center;
  position: relative;
  background: #55acee;
  border-radius: 6px;
  margin-bottom: 30px;
}
.sns_title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #55acee transparent transparent transparent;
  border-width: 7px 7px 0 7px;
}
.sns_title h4 {
  color: #000;
  padding: 5px 15px;
  margin: 0 0 10px;
  font-size: 22px;
  font-family: 'M PLUS 1p', sans-serif;
}

.more_link {
  position: absolute;
  background: #fff;
  padding: 0 10px;
  border-radius: 20px;
  top: 9px;
  right: 10px;
}
.more_link :hover {
  opacity: 0.8;
}
.more_link a {
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.more_link .arrow {
  position: relative;
  padding-left: 22px;
}
.more_link .arrow::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background: #ff8001;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.more_link .arrow::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 5px;
  margin-top: -2px;
}

.twitter {
  margin-top: 25px;
}

.access {
  margin-top: 40px;
}
.access .block {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .access .block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .access .map {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .access .map {
    width: 60%;
  }
}
.access .text {
  line-height: 25px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .access .text {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .access .text {
    width: 40%;
    margin-left: 30px;
  }
}
.access .shop_title {
  font-weight: bold;
  font-size: 18px;
}

.icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.global_head {
  margin: 0;
}
