@charset "UTF-8";
.f_calibri {
  font-family: "Calibri", "Calibri", sans-serif;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: medium;
  font-weight: normal;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  /* 1. ロングタップ時のメニュー表示を禁止 (iOS Safari) */
  -webkit-touch-callout: none;
  /* 2. ドラッグを禁止 (Chrome / Safari / Edge) */
  -webkit-user-drag: none;
  /* 3. テキストや画像の選択を禁止 */
  -webkit-user-select: none;
  user-select: none;
}

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

a {
  cursor: pointer;
  display: inline-block;
  transition: 0.25s;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 950px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc-only {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.img img {
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.f_gothic {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
}

.f_mincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif !important;
}

* {
  box-sizing: border-box;
  line-height: 1.75em;
}
@media screen and (max-width: 950px) {
  * {
    line-height: 1.5em;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
}

.js-fade, .js-fade-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2.5s, visibility 2.5s, transform 2.5s;
}
@media screen and (max-width: 950px) {
  .js-fade, .js-fade-top {
    transition: opacity 3s, visibility 3s, transform 3s;
  }
}

.js-fade-top {
  transition: opacity 4s, visibility 4s, transform 4s;
}

.img_title {
  transition: opacity 4.5s, visibility 4.5s, transform 4.5s;
}

.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 950px) {
  .is-show {
    transition-delay: 0.5s;
  }
  .is-show.delay-1 {
    transition-delay: 1s;
  }
  .is-show.delay-2 {
    transition-delay: 1.7s;
  }
}

@media screen and (min-width: 950px) {
  .is-show.js-fade-top.delay-1 {
    transition-delay: 2.5s;
  }
  .is-show.js-fade-top.delay-2 {
    transition-delay: 4s;
  }
  .is-show.js-fade-top.delay-3 {
    transition-delay: 5.5s;
  }
}

header {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  height: 100px;
  width: 100%;
  transition: 0.6s;
}
@media screen and (max-width: 950px) {
  header {
    height: 80px;
    background-color: #638A32;
    border-bottom: 1px solid #638A32;
    position: fixed;
    top: 0;
    z-index: 500;
  }
}
header .inner {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
}
header .inner .language {
  display: flex;
}
@media screen and (max-width: 950px) {
  header .inner .language {
    display: none;
  }
}
header .inner .language .l_jp {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #638A32;
}
header .inner .language .l_en {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 30px;
  border-left: 1px solid #638A32;
  border-right: 1px solid #638A32;
}
header .a_1 {
  pointer-events: none;
}
header .a_2 {
  pointer-events: auto;
}
header .logo {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  pointer-events: none;
}
header .rsv_btn_w {
  margin-right: 1.5em;
}
header .rsv_btn_w .rsv_btn {
  margin-right: 0;
}
header .rsv_btn_w .note {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 950px) {
  header .rsv_btn_w .note {
    color: #fff;
  }
}
header .rsv_btn {
  border-radius: 4px;
  background-color: #638A32;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 8px 20px;
  margin-right: 1.5em;
  text-align: center;
  transition: 0.1s;
  cursor: pointer;
  border: 1px solid #638A32;
}
header .rsv_btn a {
  line-height: 1.3;
}
header .rsv_btn:hover {
  background-color: #fff;
  color: #638A32;
}
@media screen and (max-width: 950px) {
  header .rsv_btn {
    background-color: #fff;
    color: #638A32;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 1em;
  }
}
header .rsv_pr {
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  margin-right: 1.1em;
}
header .rsv_pr span {
  display: block;
}
@media screen and (max-width: 950px) {
  header .rsv_pr {
    display: none;
  }
}
header .nav_btn {
  height: 46px;
  cursor: pointer;
}
header .nav_btn .close_btn {
  display: none;
}
@media screen and (max-width: 950px) {
  header .nav_btn img {
    height: 100%;
  }
}
header.active {
  background-color: #fff;
}
@media screen and (max-width: 950px) {
  header.active .rsv_btn_w .note {
    color: #638A32;
  }
}
@media screen and (max-width: 950px) {
  header.active .rsv_btn {
    color: #fff;
    background-color: #638A32;
  }
}
header.active .nav_btn .close_btn {
  display: block;
}
header.active .nav_btn .open_btn {
  display: none;
}

footer {
  padding: 30px 0 20px;
  background-color: #638A32;
  text-align: center;
  color: #fff;
}
footer .link {
  margin: 30px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .link li {
  border-left: 1px solid #fff;
  padding: 0 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
footer .link li:last-child {
  border-right: 1px solid #fff;
}
footer .link li a {
  line-height: 1;
}
@media screen and (max-width: 950px) {
  footer .link {
    flex-wrap: wrap;
  }
  footer .link li {
    padding: 0 0.8em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1em;
  }
}
footer .copyright {
  font-size: 10px;
  font-size: 0.625rem;
}

.hero {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .hero {
    height: 35.4vw;
    /*
      .img_title {
        z-index: 50;
        width: 100%;
        top: 55px;
        left: 15px;
        text-align: center;
        img {
          margin: auto;
        }
      }
      .img_title_bk {
        z-index: 0;
        width: 100%;
        text-align: center;
        img {
          width: 400px;
          margin: auto;
        }
      }
      .img01 {
        z-index: 20;
        top: 40px;
        right: calc(50% + 82px);
        width: 800px;
      }
      .img02 {
        z-index: 20;
        top: 490px;
        left: calc(50% + 70px);
        width: 775px;
      }
      .img03 {
        z-index: 20;
        top: 20px;
        left: calc(50% + 475px);
        width: 250px;
      }
      .logo {
        z-index: 20;
        width: 100%;
        height: 96px;
        text-align: center;
        img {
          margin: auto;
        }
      }
      .img_text01 {
        z-index: 20;
        top: 205px;
        left: calc(50% + 270px);
        width: 100px;
      }
      .img_text02 {
        z-index: 20;
        bottom: 55px;
        right: calc(50% + 30px);
        width: 500px;
      }

      .caption {
        @include fz(12);
        text-align: center;
        margin-top: 22px;
      }
    */
  }
  .hero > * {
    position: absolute;
  }
  .hero .main-img_1 {
    position: absolute;
    top: 1vw;
    left: 13vw;
    z-index: 100;
    text-align: center;
  }
  .hero .main-img_1 img {
    width: 26vw;
  }
  .hero .main-img_1 p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 950px) and (max-width: 1510px) {
  .hero .main-img_1 p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 1510px) {
  .hero .main-img_1 .img-kai {
    display: none;
  }
}
@media screen and (min-width: 950px) and (max-width: 1577px) {
  .hero .main-img_1 .p-en {
    font-size: 8px;
    line-height: 1;
  }
}
@media screen and (min-width: 950px) {
  .hero .main-img_2 {
    position: absolute;
    bottom: 0.5vw;
    right: 16vw;
    z-index: 100;
    text-align: center;
  }
  .hero .main-img_2 img {
    width: 26vw;
  }
  .hero .main-img_2 p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 950px) and (max-width: 1510px) {
  .hero .main-img_2 p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 1510px) {
  .hero .main-img_2 .img-kai {
    display: none;
  }
}
@media screen and (min-width: 950px) and (min-width: 1577px) {
  .hero .main-img_2 .img-kai_en {
    display: none;
  }
}
@media screen and (min-width: 950px) and (max-width: 1577px) {
  .hero .main-img_2 .p-en {
    font-size: 8px;
    line-height: 1;
  }
}
@media screen and (min-width: 950px) {
  .hero .main-img_3 {
    position: absolute;
    top: 1vw;
    right: 16vw;
    z-index: 100;
    text-align: center;
  }
  .hero .main-img_3 img {
    width: 9vw;
  }
  .hero .main-img_3 p {
    text-align: center;
    line-height: 1.25;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 950px) and (max-width: 1510px) {
  .hero .main-img_3 p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 1510px) {
  .hero .main-img_3 .img-kai {
    display: none;
  }
}
@media screen and (min-width: 950px) and (min-width: 1577px) {
  .hero .main-img_3 .img-kai_en {
    display: none;
  }
}
@media screen and (min-width: 950px) and (max-width: 1577px) {
  .hero .main-img_3 .p-en {
    font-size: 8px;
    line-height: 1;
  }
}
@media screen and (min-width: 950px) {
  .hero .main-img_4 {
    position: absolute;
    left: 37vw;
    top: -1vw;
  }
  .hero .main-img_4 img {
    width: 25vw;
  }
  .hero .main-img_5 {
    position: absolute;
    left: 42vw;
    top: 1.5vw;
  }
  .hero .main-img_5 img {
    width: 14.5vw;
  }
  .hero .main-img_6 {
    position: absolute;
    left: 6.5vw;
    bottom: 2vw;
  }
  .hero .main-img_6 img {
    width: 9vw;
  }
}
@media screen and (max-width: 950px) {
  .hero {
    margin-top: 80px;
  }
}

.top_period {
  background-color: #E6E6E6;
  padding: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 950px) {
  .top_period {
    display: none;
  }
}

nav {
  position: absolute;
  z-index: 1000;
  top: 100px;
  width: 100%;
  background-color: #fff;
}
nav .nav_link {
  color: #638A32;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  border-top: 1px solid #638A32;
}
nav .nav_link li {
  border-bottom: 1px solid #638A32;
}
nav .nav_link li a {
  width: 100%;
  padding: 12px 0;
}
nav .nav_link li a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
@media screen and (max-width: 950px) {
  nav .nav_link li a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 950px) {
  nav .inner {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  nav .img {
    width: 270px;
    margin-right: 90px;
  }
  nav .nav_link {
    width: 400px;
  }
  nav .l-l-sp {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  nav {
    position: fixed;
    top: 80px;
  }
  nav .inner {
    justify-content: center;
    margin: 45px 5% 55px;
  }
  nav .img {
    max-width: 35%;
    margin: 0 auto 40px;
  }
  nav .l-l-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .l-l-sp .l_jp_sp {
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #638A32;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
    padding-left: 15px;
  }
  nav .l-l-sp .l_jp_sp a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
  }
  nav .l-l-sp .l_en_sp {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #638A32;
    border-right: 1px solid #638A32;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    padding-left: 15px;
  }
  nav .l-l-sp .l_en_sp a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
  }
  nav .a_1 {
    pointer-events: none;
  }
  nav .a_2 {
    pointer-events: auto;
  }
}

#to-top {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
}
@media screen and (min-width: 950px) {
  #to-top {
    cursor: pointer;
  }
}
@media screen and (max-width: 950px) {
  #to-top {
    bottom: 25px;
    right: 15px;
    visibility: hidden;
  }
}

.cookie_popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.cookie_popup .close-btn {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  padding: 7px;
  line-height: 0.7;
  position: absolute;
  top: -39px;
  right: 0;
}
.cookie_popup .cookie_inner {
  background-color: rgba(0, 0, 0, 0.85);
  padding-bottom: 15px;
  padding: 20px 20px 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cookie_popup .cookie_inner .cookie-text p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
}
.cookie_popup .cookie_inner .cookie-text p .cookie-bold {
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-text p .cookie-url {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 950px) {
  .cookie_popup .cookie_inner .cookie-text p {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
.cookie_popup .cookie_inner .cookie-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.cookie_popup .cookie_inner .cookie-button #cookie-accept {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.cookie_popup .cookie_inner .cookie-button #cookie-accept:hover {
  opacity: 0.5;
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-button #cookie-accept {
    width: 100%;
  }
}
.cookie_popup .cookie_inner .cookie-button #cookie-decline {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.cookie_popup .cookie_inner .cookie-button #cookie-decline:hover {
  opacity: 0.5;
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-button #cookie-decline {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .cookie_popup .cookie_inner .cookie-button {
    padding-top: 0;
  }
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-button {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .cookie_popup .cookie_inner {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wrap {
  max-width: 1000px;
  width: 86%;
  margin: auto;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .flex_box {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.h_line {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .h_line {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 950px) {
  .h_line {
    margin-bottom: 35px;
  }
}
.h_line::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #638A32;
  margin: 0 auto 15px;
}
@media screen and (max-width: 950px) {
  .h_line::before {
    height: 35px;
  }
}

hr {
  border: none;
  border-top: 1px solid #AF851E;
}

.link_download a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  color: #AF851E;
  border: 1px solid #AF851E;
  padding: 10px 14px;
}
@media screen and (max-width: 950px) {
  .link_download a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.link_download a:hover {
  background-color: rgba(175, 133, 30, 0.3);
}
.link_download .icon {
  margin-left: 10px;
}

.l_line, a.l_line:link {
  text-decoration: underline 1px solid;
}
.l_line:hover, a.l_line:link:hover {
  text-decoration: none;
}

.l_line_white:link, .l_line_white:visited, .l_line_white:active {
  text-decoration: underline 0.5px solid;
  -webkit-text-decoration: underline; /* Safari対応 */
}
@media screen and (min-width: 950px) {
  .l_line_white:hover {
    text-decoration: none;
  }
}

strong {
  font-weight: bold;
  color: #AF851E;
}

span.f_it {
  font-style: italic;
}

@media screen and (max-width: 950px) {
  .link-f-size {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 425px) {
  .link-f-size {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#sec_rsv {
  background-color: #638A32;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 950px) {
  #sec_rsv {
    padding: 30px 0;
  }
}
#sec_rsv .wrap {
  max-width: 900px;
}
#sec_rsv .title {
  margin-bottom: 25px;
}
#sec_rsv .title h3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 950px) {
  #sec_rsv .title h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 950px) {
  #sec_rsv .title h3 {
    padding: 0 0 10px;
    font-size: 1.5rem;
  }
}
#sec_rsv .title p {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 950px) {
  #sec_rsv .title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec_rsv .rsv_btn {
  background-color: #fff;
  color: #638A32;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 18px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.1s;
  border: 1px solid #fff;
}
#sec_rsv .rsv_btn:hover {
  background-color: #638A32;
  color: #fff;
}
#sec_rsv .info {
  text-align: center;
  border: 1px solid #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  #sec_rsv .info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#sec_rsv .note {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (max-width: 950px) {
  #sec_rsv .note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#sec_intro {
  padding-bottom: 20px;
}
@media screen and (min-width: 950px) {
  #sec_intro .wrap {
    max-width: none;
    width: auto;
  }
}
#sec_intro .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 950px) {
  #sec_intro .text_box {
    width: 50%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 950px) {
  #sec_intro .text_box {
    margin-bottom: 50px;
  }
}
#sec_intro .text_box .text {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
}
#sec_intro .text_box .link_btn {
  margin-top: 25px;
}
#sec_intro .caption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #sec_intro .caption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 950px) {
  #sec_intro .item {
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
#sec_intro .img_box01 {
  display: flex;
  justify-content: space-between;
  height: 488px;
  position: relative;
}
@media screen and (min-width: 950px) {
  #sec_intro .img_box01 {
    width: 30%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 950px) {
  #sec_intro .img_box01 {
    height: 350px;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
  }
}
#sec_intro .img_box01 .item {
  width: calc((100% - 100px) / 3);
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 950px) {
  #sec_intro .img_box01 .item {
    width: calc((100% - 112px) / 3);
  }
}
#sec_intro .img_box01 .item_en {
  display: block;
}
#sec_intro .img_box01 img {
  max-height: 100%;
}
#sec_intro .img_box01 .caption {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 950px) {
  #sec_intro .img_box01 .caption {
    position: relative;
    bottom: -0.6em;
  }
}
#sec_intro .img_box01_en {
  width: 100%;
}
@media screen and (min-width: 950px) {
  #sec_intro .img_area {
    position: relative;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
  }
  #sec_intro .img_area::before {
    content: "";
    width: 80%;
    height: 720px;
    background-color: #F0E7DA;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 0;
  }
  #sec_intro .img_area > * {
    width: 50%;
    margin-bottom: 30px;
  }
  #sec_intro .img_area .item {
    text-align: center;
  }
  #sec_intro .img_area .img_box03 img {
    width: 50%;
  }
  #sec_intro .img_area .img_box03 .item + .item {
    margin-top: 30px;
  }
  #sec_intro .img_area .img_box04 {
    display: flex;
    justify-content: space-between;
    padding-left: 57px;
    padding-right: 43px;
  }
  #sec_intro .img_area .img_box04 .item {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 950px) {
  #sec_intro .img_area .img_box02, #sec_intro .img_area .img_box05 {
    margin-right: -8%;
    margin-left: -8%;
  }
}
#sec_intro .note {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  width: 86%;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  #sec_intro .note {
    text-align: center;
  }
}

#sec_overview h3.h_line {
  margin-bottom: 45px;
}
#sec_overview h3.h_line::before {
  background-color: #AF851E;
}
#sec_overview dl {
  border-bottom: 1px solid #AF851E;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
}
#sec_overview dt {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 165px;
}
@media screen and (max-width: 950px) {
  #sec_overview dt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 950px) {
  #sec_overview dt {
    width: 100%;
    display: flex;
    margin-bottom: 2px;
  }
  #sec_overview dt::before {
    content: "[";
    margin-right: 4px;
  }
  #sec_overview dt::after {
    content: "]";
    margin-left: 4px;
  }
}
#sec_overview dd {
  font-size: 15px;
  font-size: 0.9375rem;
  width: calc(100% - 165px);
}
@media screen and (max-width: 950px) {
  #sec_overview dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  #sec_overview dd {
    width: 100%;
  }
}
#sec_overview .note {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 950px) {
  #sec_overview .note {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#sec_overview .dl_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 950px) {
  #sec_overview .dl_wrap {
    margin-bottom: 60px;
  }
}
#sec_overview .content_sub {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  text-align: center;
  background-color: #F0E7DA;
  margin-bottom: 80px;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub {
    margin-bottom: 60px;
  }
}
#sec_overview .content_sub .inner {
  width: 90%;
  margin: auto;
}
#sec_overview .content_sub h4 {
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #AF851E;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#sec_overview .content_sub .title_sub {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub .title_sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec_overview .content_sub .title_sub span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub .title_sub span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
#sec_overview .content_sub .title {
  font-size: 34px;
  font-size: 2.125rem;
  color: #AF851E;
  margin: 15px 0;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
#sec_overview .content_sub .title span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub .title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#sec_overview .content_sub .period {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub .period {
    font-size: 16px;
    font-size: 1rem;
  }
}
#sec_overview .content_sub .note {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub .note {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#sec_overview .content_sub hr {
  border-color: #fff;
  margin-top: 35px;
}
#sec_overview .content_sub .announce {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 25px 5%;
}
@media screen and (max-width: 950px) {
  #sec_overview .content_sub .announce {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.i-event {
  border: 1px solid #AF851E;
  margin-top: 50px;
  margin-bottom: 50px;
}
.i-event .i-event-inner {
  width: 80%;
  margin: 30px auto;
}
.i-event .i-event-inner .title_l {
  padding: 0.3em 0.5em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  color: #AF851E;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  border-top: 1px solid #AF851E;
  border-bottom: 1px solid #AF851E;
  line-height: 1.4;
}
.i-event .i-event-inner .event-tex {
  margin-top: 30px;
}
.i-event .i-event-inner .event-tex p {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
.i-event .i-event-inner .event-tex img {
  width: 40%;
}
@media screen and (max-width: 950px) {
  .i-event .i-event-inner .event-tex img {
    width: 100%;
  }
}
.i-event .i-event-inner .event-tex .ev-end {
  margin-top: 30px;
  font-size: 20px;
  color: #ff0000;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .i-event .i-event-inner .event-tex .ev-end {
    font-size: 1rem;
  }
}

#sec_access .item {
  width: 40%;
}
@media screen and (max-width: 950px) {
  #sec_access .item {
    width: 100%;
  }
}
#sec_access h5.emphasis {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: bold;
}
#sec_access .address {
  font-size: 14px;
  font-size: 0.875rem;
}
#sec_access h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  color: #AF851E;
  border-bottom: 1px solid #AF851E;
  padding-bottom: 4px;
  margin: 20px 0 15px;
}
#sec_access .map_img {
  width: 50%;
}
@media screen and (max-width: 950px) {
  #sec_access .map_img {
    width: 100%;
    margin-top: 15px;
  }
}
#sec_access .text_s {
  font-size: 12px;
  font-size: 0.75rem;
}
#sec_access hr {
  margin: 50px 0;
}

#contact {
  margin-bottom: 85px;
}
#contact h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#contact .link_btn {
  margin-top: 25px;
  font-weight: bold;
  padding: 8px 12px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  transition: 0.1s;
}
#contact .link_btn:hover {
  background-color: #000000;
  color: #fff;
}

#sec_tenji {
  background-color: #e8dcbf;
  padding: 50px 0;
}
@media screen and (max-width: 950px) {
  #sec_tenji {
    padding: 30px 0;
  }
}

.wrap {
  max-width: 900px;
}
.wrap .t-text_1,
.wrap .t-text_2 {
  text-align: center;
}
.wrap .t-text_1 p,
.wrap .t-text_2 p {
  color: #622a00;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.wrap .t-text_1 .t-text_title,
.wrap .t-text_2 .t-text_title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 950px) {
  .wrap .t-text_1 .t-text_title,
  .wrap .t-text_2 .t-text_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.wrap .t-text_1 .t-text_title .t-m-title,
.wrap .t-text_2 .t-text_title .t-m-title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 950px) {
  .wrap .t-text_1 .t-text_title .t-m-title,
  .wrap .t-text_2 .t-text_title .t-m-title {
    font-size: 1.3rem;
  }
}
.wrap .t-text_1 {
  margin-bottom: 30px;
}

.main-poli_inner {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media screen and (max-width: 950px) {
  .main-poli_inner {
    padding-top: 140px;
  }
}
.main-poli_inner .poli_title {
  font-size: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  color: #638A32;
  border-bottom: 1px solid #638A32;
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .main-poli_inner .poli_title {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.main-poli_inner .poli-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-poli_inner .poli-sec .sub-poli_title {
  font-weight: bold;
}
.main-poli_inner .poli-sec .sub-poli_title span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 3px;
}
.main-poli_inner .poli-sec .link_un, .main-poli_inner .poli-sec a.link_un:link {
  text-decoration: underline 1px solid;
  -webkit-text-decoration: underline 1px solid;
}
.main-poli_inner .poli-sec .link_un:hover, .main-poli_inner .poli-sec a.link_un:link:hover {
  text-decoration: none;
}
@media screen and (max-width: 950px) {
  .main-poli_inner .poli-sec .link_un, .main-poli_inner .poli-sec a.link_un:link {
    text-decoration: none;
    border-bottom: 1px solid #000;
  }
}

.eng #sec_intro .img_box01 .item {
  align-items: flex-start;
}
.eng #sec_intro .img_box01 .caption {
  margin-top: 0;
}
@media screen and (min-width: 950px) {
  .eng #sec_intro .img_box01 .caption {
    top: 0;
  }
}/*# sourceMappingURL=style.css.map */