@charset "UTF-8";
/* CSS Document */
.header {
  height: 50px;
  background-color: #ddd4da;
  position: relative;
}
.header p {
  font-size: 2rem;
  font-weight: 600;
  color: #657c62;
  position: absolute;
  top: 14px;
  padding-left: 24px;
}
.header__navigation {
  display: none;
}
@media (max-width:480px) {
  /* ハンバーガーアイコン */
  #nav-drawer {
    padding: 13px 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: 3px;
    width: 25px;
    background-color: #7f7f7f;
    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: #7f7f7f;
    opacity: 0.8;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #ddd4da;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #657c62;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #7f7f7f;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media(min-width:480px) {
  .header {
    min-height: 50px;
    box-sizing: border-box;
  }
  .header__text {
    max-width: 1040px;
    margin: 0 auto;
  }
  .header p {
    font-size: 2.0rem;
    font-weight: 600;
    top: 14px;
  }
  .header__navigation {
    display: block;
    text-align: right;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 40px;
    padding-top: 14px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: 600;
    color: #7f7f7f;
  }
}
.main {
  background-color: #ddd4da;
  padding-bottom: 100px;
}
@media(min-width:1040px) {
  .main {
    padding-bottom: 120px;
  }
}
.section-top__image {
  height: 380px;
  background-image: url("../images/top/top_image.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section-top h1 {
  font-size: 2.5rem;
  position: absolute;
  top: 166px;
  width: 100%;
  color: #333;
}
@media(min-width:480px) {
  .section-top__image {
    height: 700px;
  }
  .section-top h1 {
    font-size: 4.7rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding: 350px 0 0;
    color: #000;
  }
}
.section-dream {
  margin: 80px 0;
  padding: 0 24px;
}
.section-dream h2 {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #8b9688;
}
@media(min-width: 480px) {
  .section-dream {
    margin-bottom: 100px;
  }
  .section-dream h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 6.0rem;
  }
}
.section-favorite h2 {
  color: #6d6b6b;
  margin-bottom: 30px;
}
.section-favorite__museum,.section-favorite__shrine,.section-favorite__travel {
  margin: 30px 24px 30px 24px;
  list-style: none;
}
.section-favorite__travel {
  margin-bottom: 80px;
}
.section-favorite__picture-museum,.section-favorite__picture-travel,.section-favorite__picture-shrine {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0;
}
.section-favorite img,.section-favorite__museum-content,.section-favorite__shrine-content,.section-favorite__travel-content {
  width: 327px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  vertical-align: bottom;
}
.section-favorite__museum-content {
  background-color: #bfc8d7;
  border-radius: 0 0 20px 20px;
}
.section-favorite__shrine-content {
  background-color: #bfc8d7;
  margin-top: 0;
  border-radius: 0 0 20px 20px;
}
.section-favorite__travel-content {
  background-color: #bfc8d7;
  margin-top: 0;
  border-radius: 0 0 20px 20px;
}
.section-favorite__title-museum {
  color: #6d6b6b;
  font-size: 1.8rem;
  padding: 13px 20px 13px 20px;
}
.section-favorite__title-shrine {
  color: #6d6b6b;
  font-size: 1.8rem;
  padding: 15px 20px 20px;
}
.section-favorite__title-travel {
  color: #6d6b6b;
  font-size: 1.8rem;
  padding: 13px 20px 13px 20px;
}
.section-favorite h3 {
    padding: 15px 0 10px 30px;
    font-size: 2.2rem;
  }
.section-favorite p {
  color: #6d6b6b;
  font-size: 2.0rem;
  line-height: 3.0rem;
  padding: 0 40px 40px 40px;
}
@media(min-width: 1040px) {
  .section-favorite {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .section-favorite h2 {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
  .section-favorite__museum,.section-favorite__shrine,.section-favorite__travel {
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .section-favorite img {
    width: 500px;
    height: 255px;
    margin-right: 15px;
  }
  .section-favorite__shrine {
    flex-flow: row-reverse;
  }
  /*/ここまで */
  .section-favorite__picture-museum {
    border-radius: 20px 0 0 0;
    margin-bottom: 25px;
  }
  .section-favorite__museum-content {
    border-radius: 0 20px 0 0px;
  }
  .section-favorite__picture-shrine {
    margin-bottom: 25px;
    border-radius: 0;
  }
  .section-favorite__picture-travel {
    max-width: 500px;
    margin-right: 39px;
    border-radius: 0px 0 0 20px;
  }
  .section-favorite__museum-content {
    width: 500px;
    background-color: #bfc8d7;
    border-radius: 0 20px 0px 0px;
  } 
  .section-favorite__travel-content {
    width: 500px;
    background-color: #bfc8d7;
    border-radius: 0 0px 20px 0px;
  }
  .section-favorite__shrine-content {
    width: 500px;
    background-color: #bfc8d7;
    border-radius: 0 0px 0px 0px; 
    margin-right: 25px;
  }
  .section-favorite h3 {
    padding: 40px 0 40px 45px;
    font-size: 3.6rem;
  }
  .section-favorite ul li p {
    font-weight: bolder;
    font-size: 2.0rem;
    line-height: 200%;
    margin: 30px 0;
  }
  .section-favorite ul li p {
    margin: 0;
    padding-top: 30px;
  }
}

@media(max-width: 1040px){
  .section-favorite img,.section-favorite__museum-content,.section-favorite__shrine-content,.section-favorite__travel-content {
    height: 160px;
  }
  .section-favorite p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 10px 10px 10px ;
  }
    .section-favorite p:first-of-type, .section-favorite p:last-of-type{
    padding: 0px 10px 10px ;
  }
  .section-favorite__title-shrine {
    margin-bottom: 10px;
  }
}
.section-hometown {
  margin: 0 auto 80px;
  color: #6d6b6b;
}
.section-hometown h2 {
  margin-bottom: 30px;
}
.section-hometown__map {
  background-color: #bfc8d7;
  margin: 0 24px;
  padding: 30px 0;
}
.section-hometown address {
  font-style: normal;
  color: #6d6b6b;
  margin-bottom: 30px;
}
.section-access__break:after {
  content: "\A";
  white-space: pre;
}
.section-hometown iframe {
  border: solid 6px #9e9e9e;
  height: 313px;
  width: 313px;
  overflow: hidden;
  border-radius: 50%;
  object-position: center;
}
@media(min-width: 1040px) {
  .section-hometown {
    margin-bottom: 100px;
    box-sizing: border-box;
  }
  .section-hometown h2 {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
  .section-hometown address {
    line-height: 3.5rem;
    font-size: 2rem;
    font-weight: bolder;
    margin: 200px 60px 200px 0px;
    float: right;
  }
  .section-access__break:after {
    content: "";
  }
  .section-hometown__map {
    max-width: 1040px;
    margin: 0 auto;
    height: 505px;
    padding: 0;
  }
  .section-hometown iframe {
    margin: 74px;
  }
}
.section-history h2 {
  color: #6d6b6b;
  margin-bottom: 30px;
}
.section-history ol {
  background-color: #bfc8d7;
  margin: 0px 25px 0;
  list-style-type: none;
  padding: 30px 30px 0;
}
.section-history ol li {
  padding-bottom: 50px;
  text-align: left;
  color: #6d6b6b;
  font-size: 1.6rem;
}
.section-history ol li p {
  font-weight: bolder;
}
@media(min-width: 1040px) {
  .section-history {
    margin: 0 auto;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-history h2 {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
  .section-history ol {
    max-width: 1040px;
    margin: 0 auto;
    height: 505px;
    padding: 0;
  }
  .section-history ol li {
    line-height: 3.5rem;
    font-size: 2.0rem;
    padding: 30px 0 40px 30px;
  }
}
.footer {
  min-height: 200px;
  background-color: #7f7f7f;
  padding-top: 52px;
  padding-bottom: 20px;
  font-weight: 600;
}
.footer__site-map {
  margin-bottom: 50px;
}
.footer__site-map h2 {
  display: none;
}
.footer__site-map li {
  margin: 0 10px;
  display: inline-block;
}
.footer__site-map li a {
  text-decoration: none;
  color: #fff;
}
.footer__site-map li a:visited {
  color: #fff;
}
.footer__sns_links {
  margin-bottom: 80px;
}
.footer__sns_links li {
  display: inline-block;
  width: 20px;
  margin: 0 10px;
}
.footer__sns_links li img {
  width: 100%;
}
.footer small {
  color: #FFF;
}
@media(min-width: 1040px) {
  .footer {
    margin: 0;
    padding: 0;
  }
  .footer__container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
  }
  .footer__site-map {
    float: left;
  }
  .footer__site-map h2 {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    margin-right: 16px;
  }
  .footer__site-map ul {
    display: inline-block;
    margin-left: 10px;
  }
  .footer__site-map li {
    margin: 0;
    display: block;
  }
  .footer__sns_links {
    float: right;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
}