/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: #333;
}

img {
  vertical-align: bottom;
}

li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

header .header-title {
  display: flex;
  align-items: center;
  margin: 30px auto;
  max-width: 70%;
  height: 10px;
}
header .header-title .header-logo {
  font-size: 1.5rem;
}
header .nav {
  background-color: #333333;
}
header .nav ul {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
header .nav ul li {
  margin-left: 30px;
}
header .nav ul li a {
  color: white;
  font-size: 0.7rem;
}

@media (max-width: 599px) {
  header .header-title {
    margin: 20px auto;
    max-width: 70%;
    height: 10px;
  }
  header .header-title .header-logo {
    font-size: 1.5rem;
  }
  header .nav {
    background-color: #333333;
  }
  header .nav ul {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
  }
  header .nav ul li {
    margin-left: 5px;
  }
  header .nav ul li a {
    color: white;
    font-size: 0.7rem;
  }
}
.into {
  width: 70%;
  margin: 50px auto;
}
.into .place-list {
  display: flex;
  justify-content: space-between;
}
.into .place-list .place-item .place-image img {
  width: 300px;
}
.into .place-list .place-item p {
  text-align: center;
}
.into .place-list .place-item p a {
  border-bottom: 1px solid black;
}

@media (max-width: 599px) {
  .into {
    width: 70%;
    margin: 50px auto;
  }
  .into .place-list {
    display: block;
  }
  .into .place-list .place-item {
    margin-top: 50px;
  }
  .into .place-list .place-item .place-image img {
    width: 350px;
    text-align: center;
  }
  .into .place-list .place-item p {
    text-align: center;
    margin-top: 10px;
  }
  .into .place-list .place-item p a {
    border-bottom: 1px solid black;
  }
}
.category .category-inner {
  margin: 30px auto;
  max-width: 60%;
  display: flex;
}
.category .category-inner .content .content-card {
  width: 75%;
}
.category .category-inner .content .content-card li {
  margin: 30px 0 30px;
}
.category .category-inner .content .content-card li img {
  width: 600px;
}
.category .category-inner .content .content-card li p {
  text-align: center;
}
.category .category-inner .side-area {
  width: 40%;
  margin-left: 50px;
}
.category .category-inner .side-area .side-area-card .name .image {
  text-align: center;
}
.category .category-inner .side-area .side-area-card .name .image img {
  width: 100px;
  border-radius: 50%;
}
.category .category-inner .side-area .side-area-card .name .text h3 {
  text-align: center;
  margin: 30px 0 30px;
}
.category .category-inner .side-area .side-area-card .name .text p {
  font-size: 0.8rem;
  font-weight: 700;
}
.category .category-inner .side-area .side-area-card .ranking .title h3 {
  text-align: center;
  margin: 30px 0 30px;
}
.category .category-inner .side-area .side-area-card .ranking .title p {
  font-size: 0.8rem;
  font-weight: 700;
}
.category .category-inner .side-area .side-area-card .ranking .ranking-inner .image {
  text-align: center;
}
.category .category-inner .side-area .side-area-card .ranking .ranking-inner .image img {
  width: 300px;
}
.category .category-inner .side-area .side-area-card .ranking .ranking-inner .content p {
  font-size: 0.8rem;
}
.category .category-inner .side-area .side-area-card .archive .archive-inner .title {
  text-align: center;
}
.category .category-inner .side-area .side-area-card .archive .archive-inner .content .date {
  border-top: 1px solid black;
  padding-bottom: 5px;
}
.category .category-inner .side-area .side-area-card .archive .archive-inner .content p {
  border-bottom: 1px solid black;
  padding: 5px;
}

@media (max-width: 599px) {
  .category .category-inner {
    margin: 30px auto;
    max-width: 70%;
    display: block;
  }
  .category .category-inner .content .content-card {
    width: 100%;
  }
  .category .category-inner .content .content-card li {
    margin: 30px 0 30px;
  }
  .category .category-inner .content .content-card li img {
    width: 350px;
  }
  .category .category-inner .content .content-card li p {
    text-align: center;
  }
  .category .category-inner .side-area {
    width: 100%;
    margin-left: 0px;
  }
  .category .category-inner .side-area .side-area-card .name .image {
    text-align: center;
  }
  .category .category-inner .side-area .side-area-card .name .image img {
    width: 150px;
    border-radius: 50%;
  }
  .category .category-inner .side-area .side-area-card .name .text h3 {
    text-align: center;
    margin: 30px 0 30px;
  }
  .category .category-inner .side-area .side-area-card .name .text p {
    font-size: 0.8rem;
    font-weight: 700;
  }
  .category .category-inner .side-area .side-area-card .ranking .title h3 {
    text-align: center;
    margin: 30px 0 30px;
  }
  .category .category-inner .side-area .side-area-card .ranking .title p {
    font-size: 0.8rem;
    font-weight: 700;
  }
  .category .category-inner .side-area .side-area-card .ranking .ranking-inner .image {
    text-align: center;
  }
  .category .category-inner .side-area .side-area-card .ranking .ranking-inner .image img {
    width: 300px;
  }
  .category .category-inner .side-area .side-area-card .ranking .ranking-inner .content p {
    font-size: 0.8rem;
  }
  .category .category-inner .side-area .side-area-card .archive .archive-inner .title {
    text-align: center;
  }
  .category .category-inner .side-area .side-area-card .archive .archive-inner .content .date {
    margin: 15px 0 15px;
    border-bottom: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.footer {
  background-color: #f7f7f7;
}
.footer .footer-inner {
  width: 70%;
  margin: 0px auto;
  padding: 50px 0 50px;
}
.footer .footer-inner .footer-content {
  display: flex;
  justify-content: space-between;
}
.footer .footer-inner .footer-content .about {
  width: 33%;
}
.footer .footer-inner .footer-content .about h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.footer .footer-inner .footer-content .menu {
  width: 33%;
  margin: 0px 20px 0px;
}
.footer .footer-inner .footer-content .menu h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.footer .footer-inner .footer-content .menu p {
  border-top: 0.5px solid black;
  padding: 5px;
}
.footer .footer-inner .footer-content .menu .last {
  border-bottom: 0.5px solid black;
}
.footer .footer-inner .footer-content .twitter {
  width: 33%;
}
.footer .footer-inner .footer-content .twitter h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.footer .copyright {
  text-align: center;
  margin-top: 0px;
}

@media (max-width: 599px) {
  .footer {
    background-color: #f7f7f7;
  }
  .footer .footer-inner {
    width: 80%;
    margin: 0px auto;
    padding: 50px 0 50px;
  }
  .footer .footer-inner .footer-content {
    display: block;
  }
  .footer .footer-inner .footer-content .about {
    width: 100%;
  }
  .footer .footer-inner .footer-content .about h3 {
    font-weight: 700;
    margin-bottom: 30px;
  }
  .footer .footer-inner .footer-content .menu {
    width: 100%;
  }
  .footer .footer-inner .footer-content .menu h3 {
    font-weight: 700;
    margin-bottom: 30px;
  }
  .footer .footer-inner .footer-content .twitter {
    width: 100%;
  }
  .footer .footer-inner .footer-content .twitter h3 {
    font-weight: 700;
    margin-bottom: 30px;
  }
  .footer .copyright {
    text-align: center;
    margin-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */