@charset "UTF-8";
/*******************************************************************/
/*******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  background-color: #00a4ff;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #ffffff;
  padding: 0px;
}

p {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
  max-width: 1024px;
  background-color: #00a4ff;
  margin: 0 auto 80px auto;
}

header {
  background-image: url("../img/header_bg.png");
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 51.24%;
  position: relative;
}

.box_contens {
  width: 100%;
  margin: 0 auto;
}

.headline {
  width: 52%;
  margin: 60px auto 28px auto;
}
@media only screen and (max-width:640px) {
  .headline {
    width: 90%;
    margin: 24px auto 24px auto;
  }
}
.headline img {
  width: 100%;
}

.box_info {
  width: calc(86% - 64px);
  max-height: 116px;
  overflow-y: scroll;
  padding: 12px 32px;
  background-color: #ffffff;
  border-radius: 12px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) {
  .box_info {
    height: 144px;
  }
}
.box_info ul {
  list-style: none;
  padding-left: 0;
  color: #333333;
  margin: 0;
}
.box_info li {
  font-size: 1.4rem;
  margin-bottom: 12px;
  display: flex;
}
@media only screen and (max-width:640px) {
  .box_info li {
    display: block;
  }
}
.box_info li span {
  display: block;
}
@media only screen and (max-width:640px) {
  .box_info li span {
    display: inline-block;
  }
}

.tag_new {
  display: inline-block;
  border-radius: 8px;
  background-color: #f42e07;
  color: #ffffff;
  margin-right: 1em;
  height: 32px;
  width: 120px;
  line-height: 32px;
  text-align: center;
}

.tag_end {
  display: inline-block;
  padding: 4px 24px;
  border-radius: 8px;
  background-color: #5b5756;
  color: #ffffff;
  margin-right: 1em;
}

.tag_info {
  display: inline-block;
  padding: 4px 24px;
  border-radius: 8px;
  background-color: #036438;
  color: #ffffff;
  margin-right: 1em;
}

.info_date {
  margin-right: 1em;
  line-height: 32px;
}

.box_attraction {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.box_attraction img {
  width: 100%;
}

.link_btn {
  color: #ffffff;
  position: absolute;
  top: 34%;
  left: 22.5%;
  font-size: 1.4rem;
}
@media only screen and (min-width:641px) and (max-width:900px) {
  .link_btn {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:640px) {
  .link_btn {
    font-size: 1rem;
    top: 33%;
  }
}
.link_btn a {
  color: #ffffff;
}

.story_left {
  text-align: left;
  line-height: 1.8;
  margin: 60px 0;
  padding-left: 2em;
}
@media only screen and (min-width:641px) and (max-width:900px) {
  .story_left {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:640px) {
  .story_left {
    font-size: 1.4rem;
  }
}

.story_right {
  text-align: right;
  line-height: 1.8;
  margin: 60px 0;
  padding-right: 2em;
}
@media only screen and (min-width:641px) and (max-width:900px) {
  .story_right {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:640px) {
  .story_right {
    font-size: 1.4rem;
  }
}

footer {
  background-color: #00a4ff;
  color: #ffffff;
  width: 100%;
  padding: 24px 0;
  text-align: center;
  font-size: 1.6rem;
}

.nav_footer {
  width: 96%;
  max-width: 1024px;
  margin: 24px auto;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.nav_footer li {
  display: block;
  font-size: 1.6rem;
  padding: 4px 8px;
}
.nav_footer li a {
  color: #ffffff;
}
.nav_footer li a:link, .nav_footer li a:visited, .nav_footer li a:hover, .nav_footer li a:active {
  color: #ffffff;
}

.bg_story_1 {
  background-image: url("../img/story_1.png");
  background-repeat: no-repeat;
  background-size: 10% auto;
  background-position: right 1em bottom 1em;
}
@media only screen and (max-width:640px) {
  .bg_story_1 {
    background-size: 16% auto;
  }
}

.bg_story_2 {
  background-image: url("../img/story_2.png");
  background-repeat: no-repeat;
  background-size: 16% auto;
  background-position: left 1em top 0;
  height: 180px;
}
@media only screen and (max-width:640px) {
  .bg_story_2 {
    height: 120px;
    background-size: 20% auto;
  }
}

.display_pc {
  display: block;
}
@media only screen and (max-width:640px) {
  .display_pc {
    display: none;
  }
}

.display_sp {
  display: none;
}
@media only screen and (max-width:640px) {
  .display_sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */