@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
}

#header {
  width: 100%;
  text-align: center;
}
#header img {
  max-width: 100%;
  height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
:root {
  --color-red: #ff0000;
}

.container {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.container * {
  box-sizing: border-box;
}
.container img {
  width: 100%;
  height: auto;
  display: block;
}
.container a {
  text-decoration: none;
  transition: 0.3s;
}
.container .navi {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.container .navi a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.container .navi a.active div {
  font-weight: 600;
}
.container .navi a.active div:nth-of-type(1) {
  opacity: 1;
}
.container .navi a.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 0, 0, 0.1);
}
.container .navi a.no-link {
  pointer-events: none;
  cursor: default;
  color: #989898;
}
.container .navi a.no-link div:nth-of-type(1), .container .navi a.no-link div:nth-of-type(2) {
  color: #989898;
}
.container .navi a:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}
.container .navi a div:nth-of-type(1) {
  width: 3em;
  font-size: min(4vw, 18px);
  line-height: 1.8;
  font-weight: 900;
  opacity: 0.5;
  color: var(--color-red);
}
.container .navi a div:nth-of-type(2) {
  font-size: min(3.2vw, 12px);
  line-height: 1;
  color: #333;
}
.container .navi a div span {
  font-size: 116%;
}
.container .navi a div br {
  display: none;
}
.container .cover {
  width: 100%;
  position: relative;
  background-color: #fafafa;
  padding-bottom: 1em;
}
.container .cover_img {
  width: 100%;
  position: relative;
}
.container .cover figure {
  width: 100%;
  height: 53.33vw;
}
.container .cover figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% top;
}
.container .cover_img p {
  font-size: min(3.4vw, 13px);
  padding-top: 0.5em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  background-color: #fafafa;
  line-height: 1.5;
}
.container .cover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5vw;
  height: 100%;
  background-color: var(--color-red);
}
.container .cover_title {
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 1em;
  background-color: #fff;
}
.container .cover_title::before, .container .cover_title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.container .cover_title::before {
  width: 2.5vw;
  height: 100%;
  background-color: var(--color-red);
}
.container .cover_title::after {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  left: auto;
  background-image: url(bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.container .cover_title .sub, .container .cover_title h1, .container .cover_title p {
  position: relative;
  z-index: 1;
  width: min(90%, 500px);
  margin: auto;
}
.container .cover_title h1 {
  margin-top: 6vw;
  margin-bottom: 12vw;
}
.container .cover_title p {
  padding: 0 5%;
  font-weight: 600;
}
.container section {
  padding-top: 60px;
}
.container section h2 {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  font-size: min(5.6vw, 32px);
  text-align: center;
  font-weight: 800;
  line-height: 1.65;
}
.container section h2::before, .container section h2::after {
  content: "";
  position: absolute;
  background-color: var(--color-red);
}
.container section h2::before {
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
}
.container section h2::after {
  width: 10px;
  height: 10px;
  bottom: -7px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.container section p {
  width: 90%;
  margin: auto;
  text-indent: 1em;
}
.container section p + p {
  margin-top: 1.5em;
}
.container section .figure {
  width: 90%;
  margin: 40px auto;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.container section .figure p {
  text-indent: 0;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 1em;
}
.container .tour {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.container .tour a {
  display: block;
  width: min(90%, 600px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.container .foot {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.container .foot a {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
}
.container .foot a:nth-of-type(1) {
  width: min(66%, 300px);
  margin-bottom: 40px;
}
.container .foot a:nth-of-type(2) {
  font-size: 18px;
  margin-top: 20px;
  color: var(--color-red);
}
.container .foot p + p {
  margin-top: 1em;
}
.container .foot p:nth-of-type(1) {
  font-size: 18px;
}
.container .foot p:nth-of-type(2) {
  line-height: 1.6;
}
.container .note {
  width: 90%;
  max-width: 600px;
  margin: auto;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1400px;
    margin: auto;
  }
  .container .navi {
    flex-direction: row;
    width: min(98%, 900px);
    padding: 0 1px;
    background-color: #989898;
    gap: 1px;
  }
  .container .navi a {
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding-left: 8px;
    background-color: #fff;
  }
  .container .navi a.active {
    pointer-events: none;
  }
  .container .navi a.active::before {
    height: 100%;
  }
  .container .navi a:hover div:nth-of-type(2) {
    font-weight: 600;
  }
  .container .navi a:hover {
    background: #fff7f6;
  }
  .container .navi a:not(:last-child) {
    border-bottom: none;
  }
  .container .navi a div:nth-of-type(1) {
    line-height: 1.5;
  }
  .container .navi a div:nth-of-type(2) {
    font-size: min(1.3vw, 12px);
    line-height: 1.3;
    color: #333;
  }
  .container .navi a div br {
    display: block;
  }
  .container .cover {
    padding-bottom: 40px;
  }
  .container .cover figure {
    height: auto;
  }
  .container .cover_img p {
    font-size: 13px;
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    position: absolute;
    bottom: 1em;
    left: 1em;
    text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.8);
  }
  .container .cover_title {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .container .cover_title::after {
    width: 38.5%;
    background-position: top right;
  }
  .container .cover_title .sub, .container .cover_title h1, .container .cover_title p {
    position: relative;
    z-index: 1;
    width: 78%;
    margin: auto;
  }
  .container .cover_title h1 {
    margin-top: 3%;
    margin-bottom: 5%;
  }
  .container .cover_title p {
    padding: 0;
    max-width: 780px;
  }
  .container section {
    padding-top: 110px;
  }
  .container section h2 {
    max-width: 750px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .container section p {
    max-width: 750px;
  }
  .container section .figure {
    max-width: 880px;
    margin: 60px auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
  }
  .container section .figure img {
    width: 96%;
    display: block;
    margin: auto;
  }
  .container section .figure p {
    max-width: 600px;
    margin-top: 50px;
    font-size: 14px;
  }
  .container .tour {
    margin-top: 100px;
    gap: 30px;
  }
  .container .tour a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  }
  .container .foot {
    margin: 120px auto;
  }
  .container .foot a {
    position: relative;
  }
  .container .foot a:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .container .foot a:nth-of-type(2) {
    font-size: 20px;
    padding: 0 10px;
    z-index: 1;
  }
  .container .foot a:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--color-red);
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    z-index: -1;
  }
  .container .foot a:hover:nth-of-type(1) {
    opacity: 0.7;
  }
  .container .foot a:hover:nth-of-type(2) {
    color: #fff;
  }
  .container .foot a:hover:nth-of-type(2)::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .container .foot p:nth-of-type(1) {
    font-size: 20px;
  }
}