@charset "utf-8";
/* CSS Document */
.wrapper {
  background-color: #F6F8F9;
}
.section-top {
  margin-bottom: 60px;
}
.section-top__lead {
  margin: 50px 24px;
  font-weight: 600;
  text-align: left;
}
.section-favorite_outer {
  max-width: 480px;
  background-color: #FFF;
  padding: 40px 20px 0;
  margin: 0 auto 60px;
  position: relative;
}
.favorite-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 30px;
}
.section-favorite__title {
  position: absolute;
  left: 20px;
}
.list-item {
  width: 100%;
  margin-bottom: 30px;
}
.favorite-description {
  margin-top: 15px;
}
.list-item span {
  font-size: 1.3rem;
}
.section-access__outer {
  max-width: 480px;
  background-color: #FFF;
  padding: 40px 20px 20px;
  margin: 0 auto 60px;
  position: relative;
}
.access__title {
  position: absolute;
  left: 20px;
}
.section-access address {
  font-style: normal;
  margin: 50px 0 40px;
  text-align: left;
}
.access-map {
  height: 330px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
.section-topics {
  background-color: #FFF;
  max-width: 480px;
  padding: 40px 20px 0px;
  margin: 0 auto;
  position: relative;
}
.topics__title {
  position: absolute;
  left: 20px;
  top: 40px;
}
.section-topics ol {
  list-style: none;
  margin-top: 60px;
  border-top: solid 1px #333;
  padding: 30px 0;
}
.section-topics ol li {
  margin-bottom: 35px;
  text-align: left;
}
.section-topics ol li:last-child {
  margin-bottom: 0;
}
.section-topics li time {
  font-weight: 600;
}
.section-topics li time::after {
  content: ": ";
}
.section-topics h3 {
  display: inline;
}
.footer {
  height: 228px;
  background-image: url("../images/mobile_footer_bg.jpg");
  margin-top: 60px;
  padding: 46px 40px 20px;
}
.footer-logo {
  display: none;
}
.footer__site-map ul {
  display: flex;
  max-width: 480px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
}
.footer ul li {
  list-style: none;
  font-weight: 600;
}
.footer ul li a {
  color: #333;
  text-decoration: none;
}
.footer-sns__links ul {
  display: flex;
  max-width: 122px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
}
.copyright {
  font-weight: 600;
}
@media (min-width:768px) {
  .header {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 70px;
    position: relative;
  }
  .header img {
    position: relative;
    left: 0px;
    top: 12px;
    width: 200px;
  }
  .section-top__lead {
    text-align: center;
  }
  .section-favorite_outer {
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .section-favorite__title {
    position: absolute;
    top: -29px;
  }
  .list-item {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
  }
  .list-image {
    flex-shrink: 0;
  }
  .list-image__width {
    width: 90%;
  }
  .list-item__description {
    text-align: left;
    padding: 35px;
  }
  .section-access__outer {
    max-width: 1040px;
    margin: 60px auto;
    padding: 0 0 60px;
    box-sizing: border-box;
  }
  .access-wrapper {
    max-width: 840px;
    padding: 20px 60px 0;
  }
  .access__title {
    position: absolute;
    left: auto;
    right: 40px;
    top: 60px;
  }
  .section-access address {
    text-align: right;
    margin: 40px 0;
  }
  .section-topics {
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-topics ol {
    border-top: none;
  }
  .section-topics ol {
    border-top: solid 16px #dae656;
    margin-top: 34px;
    width: 97%
  }
  .footer {
    max-height: 131px;
    padding: 0;
    box-sizing: border-box;
  }
  .footer-wrapper {
    max-width: 1040px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .footer-logo {
    display: block;
    height: 46px;
    margin-top: 20px;
  }
  .footer__site-map {
    max-width: 60%;
    max-height: 20px;
    margin: 0 auto;
    padding-right: 50px;
  }
  .footer__site-map ul li {
    padding: 0 30px 0;
  }
  .footer__site-map ul li {
    border-right: solid 1px #333;
  }
  .footer__site-map ul li:last-child {
    border-right: none;
  }
  .footer-sns__links {
    left: auto;
    right: 100px;
  }
  .footer-sns__links ul li {
    margin: 0 20px 0 0;
  }
  .footer-sns__links ul li:last-child {
    margin: 0;
  }
  .footer-sns__links ul {
    margin: 30px 0;
  }
}
@media (max-width:850px) {
  .list-item {
    width: 80%;
    margin: 0 auto 30px;
  }
  .footer__site-map ul li {
    padding: 0 10px;
  }
}
@media (max-width:1040px) {
  .access-wrapper {
    margin-right: 90px;
  }
}
@media (max-width:768px) {
  .access-wrapper {
    margin-right: 0;
  }
  /* ハンバーガーアイコン */
  #nav-drawer {
    padding: 12px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 50%;
    background-color: #FFF;
    height: 100%;
    text-align: left;
    padding: 15px 0 0 35px;
    transform: translateX(-110%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    margin-bottom: 100px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 30px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    display: block;
    transform: translateX(0%);
  }
}