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

.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;
}

* {
  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;
  }
}

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

.center {
  text-align: center;
}

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

.hide {
  display: none;
}

* {
  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;
}

.diagonal {
  font-style: italic;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s, visibility 1.2s, transform 1.2s;
}

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

header {
  background-color: #AF851E;
  color: #fff;
  height: 100px;
  width: 100%;
  transition: 0.6s;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 950px) {
  header {
    height: 80px;
    position: fixed;
    top: 0;
  }
}
header .inner {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 950px) {
  header .inner {
    justify-content: space-between;
  }
}
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 #fff;
}
header .inner .language .l_en {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header .a_1 {
  pointer-events: none;
}
header .a_2 {
  pointer-events: auto;
}
header .news {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 15px;
}
header .news span.min_text {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 950px) {
  header .news {
    display: none;
  }
  header .news span.min_text {
    display: none;
  }
}
header .btn_wrap {
  margin-right: 1.5em;
}
@media screen and (max-width: 950px) {
  header .btn_wrap {
    margin-right: 1em;
  }
}
header .btn_wrap p {
  font-weight: bold;
}
header .rsv_btn {
  border-radius: 4px;
  background-color: #fff;
  color: #AF851E;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 6px 15px;
  text-align: center;
  margin-right: 1.5em;
}
@media screen and (max-width: 950px) {
  header .rsv_btn {
    margin-right: 1em;
  }
}
header .rsv_btn a {
  line-height: 1.3;
  font-weight: bold;
}
header .nav_btn {
  height: 46px;
  cursor: pointer;
}
header .nav_btn .close_btn {
  display: none;
}
header.active {
  background-color: #fff;
  color: #AF851E;
  border-bottom: 1px solid #AF851E;
  position: fixed;
  z-index: 10000;
}
header.active .rsv_btn {
  background-color: #AF851E;
  color: #fff;
}
header.active .nav_btn .close_btn {
  display: block;
}
header.active .nav_btn .open_btn {
  display: none;
}
header.active .language .l_en {
  border-left: 1px solid #AF851E;
  border-right: 1px solid #AF851E;
}
header.active .language .l_jp {
  border-left: 1px solid #AF851E;
}

footer {
  padding: 30px 5% 20px;
  background-color: #AF851E;
  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;
}
@media screen and (min-width: 950px) {
  .hero {
    height: 52vw;
  }
  .hero > * {
    position: absolute;
  }
  .hero .header_alert {
    position: inherit;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #D3B78F;
    color: #341207;
    margin-bottom: 2rem;
  }
  .hero .header_alert span > a {
    text-decoration: underline;
  }
  .hero .main_img {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .hero .main_main-img {
    position: relative;
  }
  .hero .main_main-img .move_00 {
    position: absolute;
    top: 8.3vw;
    left: 48.5vw;
    width: 2.2vw;
  }
  .hero .main_main-img .move_01 {
    position: absolute;
    top: 14vw;
    left: 43.1vw;
    width: 13.5vw;
  }
  .hero .main_main-img .move_02 {
    position: absolute;
    top: -1.5vw;
    left: 41vw;
    width: 22vw;
  }
  .hero .main_main-img .move_03 {
    position: absolute;
    top: 4.3vw;
    left: 33.2vw;
    width: 31.7vw;
  }
  .hero .main_main-img .move_05-2 {
    position: absolute;
    top: 21vw;
    left: 39.5vw;
    width: 12.9vw;
  }
  .hero .main_tex-img {
    position: relative;
  }
  .hero .main_tex-img .move_04 {
    position: absolute;
    width: 15.8vw;
    top: 3.5vw;
    left: 3vw;
  }
  .hero .main_tex-img .move_05 {
    position: absolute;
    right: 7vw;
    top: 4.5vw;
    width: 12.5vw;
  }
  .hero #pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .hero {
    margin-top: 80px;
  }
  .hero .header_alert {
    position: absolute;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.85rem;
    font-weight: bold;
    background-color: #D3B78F;
    color: #341207;
    margin-bottom: 2rem;
    padding: 0 1.2rem;
  }
  .hero .header_alert > span a {
    text-decoration: underline;
  }
  .hero .header_alert span .header_alert01 {
    font-size: 1rem;
  }
  .hero .header_alert span .header_alert02 {
    font-size: 0.75rem;
  }
  .hero .main_img {
    margin-top: 60px;
    padding: 0 8%;
    text-align: center;
    margin-bottom: 25px;
  }
  .hero .main_img img {
    max-height: 473px;
    margin: auto;
    margin-top: 90px;
  }
  .hero .img01 {
    width: 4.7vw;
    position: absolute;
    top: 90px;
    left: 5%;
  }
  .hero .img02 {
    width: 10vw;
    position: absolute;
    top: 90px;
    right: 5%;
  }
  .hero .logo {
    height: 95px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }
  .hero .splogo {
    margin-bottom: 0;
  }
  .hero .img03 {
    max-height: 1125px;
    padding: 0 7%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .hero .img03 img {
    width: 210px;
  }
  .hero #pagetop {
    visibility: hidden;
  }
}

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

nav {
  position: fixed;
  z-index: 1000;
  top: 100px;
  width: 100%;
  background-color: #fff;
}
nav .nav_link {
  color: #AF851E;
  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 #AF851E;
}
nav .nav_link li {
  border-bottom: 1px solid #AF851E;
  padding: 12px 0;
}
nav .nav_link li .a_1 {
  pointer-events: none;
}
nav .nav_link li .a_2 {
  pointer-events: auto;
}
@media screen and (min-width: 950px) {
  nav .inner {
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    margin-bottom: 15.6vw;
  }
  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 {
    top: 80px;
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
  }
  nav .inner {
    justify-content: center;
    margin: 45px 5% 55px;
  }
  nav li {
    padding: 10px 0;
  }
  nav li .language_sp {
    display: flex;
    justify-content: center;
  }
  nav li .language_sp .l_jp_sp {
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #AF851E;
  }
  nav li .language_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 li .language_sp .l_en_sp {
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #AF851E;
    border-right: 1px solid #AF851E;
  }
  nav li .language_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 .img {
    max-width: 35%;
    margin: 0 auto 40px;
  }
}

.main_main-img .fadein {
  opacity: 0;
  animation: fadein 6s ease forwards;
}
.main_main-img .fadein-out {
  opacity: 0;
  animation: fadein 1s ease 1s 2 alternate;
}

.main_tex-img .fadein {
  opacity: 0;
  animation: fadein 6s ease forwards;
}

.main_main-img .move_00 {
  animation-delay: 2.5s;
}
.main_main-img .move_01 {
  animation-delay: 4s;
}
.main_main-img .move_02 {
  animation-delay: 5s;
}
.main_main-img .move_03 {
  animation-delay: 6s;
}
.main_main-img .move_05-2 {
  animation-delay: 9s;
}

.main_tex-img .move_04 {
  animation-delay: 7s;
}
.main_tex-img .move_05 {
  animation-delay: 8s;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  animation: load 0.5s 6s forwards;
}
.loading .load-inner {
  text-align: center;
  position: relative;
}
.loading .load-inner .load-move .move_f-1 {
  position: absolute;
  top: 20px;
  left: 35px;
}
.loading .load-inner .load-move .move_f-2 {
  position: absolute;
  top: 38px;
  left: 20px;
}
.loading .load-inner .load-move .move_f-3 {
  position: absolute;
  top: 43px;
  left: 10px;
}

@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading .load-inner .load-move .fadeIn-out {
  opacity: 0;
  animation: fadeIn-out 1s linear 0s infinite alternate;
}

.loading .load-inner .load-move .move_f-1 {
  animation-delay: 0s;
}
.loading .load-inner .load-move .move_f-2 {
  animation-delay: 0.5s;
}
.loading .load-inner .load-move .move_f-3 {
  animation-delay: 1s;
}

@keyframes fadeIn-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sub-text {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.sub-text .u_bo {
  text-decoration: underline;
}

.event-list {
  display: flex;
  max-width: 817px;
  width: 90%;
  margin: 10px auto;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .event-list {
    display: block;
    margin: 0;
  }
}
.event-list dt {
  width: 156px;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .event-list dt {
    width: 100%;
    display: flex;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 20px 0 5px;
  }
  .event-list dt::before {
    display: inline;
    content: "[";
    margin-right: 4px;
  }
  .event-list dt::after {
    display: inline;
    content: "]";
    margin-left: 4px;
  }
}
.event-list dd {
  width: calc(100% - 156px);
  text-align: left;
}
@media screen and (max-width: 950px) {
  .event-list dd {
    width: 100%;
  }
}
.event-list dd .text_m {
  font-size: 13px;
}
.event-list dd .text_s {
  font-size: 11px;
}

.end_text {
  color: #ff0000;
  font-size: 1.25rem;
  padding-bottom: 25px;
}

.text_m-2 {
  line-height: 1.3;
}

@media screen and (max-width: 950px) {
  #event .nav_text {
    padding: 20px 0;
  }
  .sub-text {
    text-align: left;
  }
  .end_text {
    font-size: 1rem;
  }
}
.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: 900px;
  width: 90%;
  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: center;
  }
}

.item {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .item.w_half {
    width: calc((100% - 48px) / 2);
  }
  .item.w_longer {
    width: 73%;
  }
}

.title_l {
  border-top: 1px solid #D3B78F;
  border-bottom: 1px solid #D3B78F;
  padding: 0.1em 0.2em;
  color: #AF851E;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
}

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

.bk_flower {
  position: relative;
}
.bk_flower::after {
  content: "";
  display: inline-block;
  max-width: 242px;
  width: 60vw;
  height: 30vw;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/title_bk_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
.bk_flower > * {
  position: relative;
  z-index: 10;
}

.l_line:link, .l_line:visited, .l_line:active {
  text-decoration: underline 1px solid;
}
@media screen and (min-width: 950px) {
  .l_line: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;
  }
}

@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: #AF851E;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 950px) {
  #sec_rsv {
    padding: 30px 0;
  }
}
#sec_rsv h3 {
  font-weight: bold;
  font-size: 39px;
  font-size: 2.4375rem;
  padding: 15px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 950px) {
  #sec_rsv h3 {
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
#sec_rsv .date {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}
#sec_rsv .rsv_btn {
  background-color: #fff;
  color: #AF851E;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 18px;
  border-radius: 4px;
  display: inline-block;
  margin: 30px auto;
}
#sec_rsv .note {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  #sec_rsv .note {
    text-align: left;
  }
}
#sec_rsv .note_en {
  text-align: left;
}

#sec_intro {
  position: relative;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
}
#sec_intro::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 70px;
  box-sizing: content-box;
  border-right: 1px solid #AF851E;
  position: absolute;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 950px) {
  #sec_intro::before {
    height: 50px;
  }
}
#sec_intro::after {
  content: "";
  display: inline-block;
  max-width: 242px;
  width: 60vw;
  height: 40vw;
  margin: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background-image: url(../images/intro_bk_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 950px) {
  #sec_intro::after {
    max-width: 60vw;
  }
}
#sec_intro .wrap {
  position: relative;
  z-index: 10;
}
#sec_intro h3 {
  font-size: 39px;
  font-size: 2.4375rem;
  padding-bottom: 15px;
  padding-top: 100px;
  border-bottom: 1px solid #D3B78F;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #sec_intro h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    padding-bottom: 10px;
    padding-top: 80px;
    margin-bottom: 25px;
  }
}
#sec_intro p.center {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 70px;
}
#sec_intro p.center span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
#sec_intro p.center .span-tx_en {
  display: inline;
}
@media screen and (max-width: 950px) {
  #sec_intro p.center {
    text-align: left;
  }
}
#sec_intro p.center_en {
  text-align: left;
}
#sec_intro h4 {
  color: #AF851E;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #sec_intro h4 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
#sec_intro h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #sec_intro h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec_intro ul {
  margin-bottom: 65px;
}
#sec_intro li {
  border-bottom: 1px solid #D3B78F;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#sec_intro li .num {
  width: 90px;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: normal;
  color: #AF851E;
}
@media screen and (max-width: 950px) {
  #sec_intro li .num {
    width: 70px;
  }
}
#sec_intro li .text {
  font-size: 16px;
  font-size: 1rem;
  width: calc(100% - 90px);
}
@media screen and (max-width: 950px) {
  #sec_intro li .text {
    width: calc(100% - 60px);
  }
}
#sec_intro li .link_btn {
  border: 1px solid #AF851E;
  color: #AF851E;
  padding: 4px 8px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 950px) {
  #sec_intro li .link_btn:hover {
    background-color: rgba(175, 133, 30, 0.3);
  }
}

.sec_main .tab_switch {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .sec_main .tab_switch {
    display: block;
  }
}
.sec_main .tab_switch li {
  cursor: pointer;
  width: calc((100% - 18px) / 4);
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
  border: 1px solid #D3B78F;
}
@media screen and (max-width: 950px) {
  .sec_main .tab_switch li {
    width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_main .tab_switch li * {
  line-height: 1.5em;
}
.sec_main .tab_switch li .inner {
  position: relative;
  z-index: 10;
  top: -15px;
  margin-bottom: -5px;
}
.sec_main .tab_switch li .num_img {
  width: 30px;
  height: 30px;
  padding: 4px;
  text-align: center;
  background-color: #AF851E;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 10px;
}
.sec_main .tab_switch li .num_img img {
  height: 100%;
}
.sec_main .tab_switch li .title {
  font-size: 16px;
  font-size: 1rem;
}
.sec_main .tab_switch li .title span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}
.sec_main .tab_switch li .period {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #AF851E;
}
.sec_main .tab_switch li.active {
  background-color: #D3B78F;
}
.sec_main .tab_switch li.active .num_img {
  background-color: #000;
}
.sec_main .tab_switch li.active .period {
  color: #000000;
}
.sec_main .tab_target_wrap {
  background-color: #D3B78F;
  padding: 40px 0 50px;
}
@media screen and (max-width: 950px) {
  .sec_main .tab_target_wrap {
    padding: 40px 0 5px;
  }
}
.sec_main .content {
  padding: 54px 94px 65px;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .sec_main .content {
    padding: 0 5%;
  }
}
.sec_main .content .title {
  display: flex;
  position: relative;
  left: -100px;
}
@media screen and (max-width: 950px) {
  .sec_main .content .title {
    flex-direction: column;
    align-items: center;
    position: static;
    text-align: center;
  }
}
.sec_main .content .title .num_img {
  height: 100px;
  width: 100px;
  background-color: #D3B78F;
  padding: 10px;
  text-align: center;
  margin-right: 50px;
}
.sec_main .content .title .num_img img {
  height: 100%;
}
@media screen and (max-width: 950px) {
  .sec_main .content .title .num_img {
    height: 75px;
    width: 75px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sec_main .content .title .title_text {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (min-width: 950px) {
  .sec_main .content .title .title_text {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 950px) {
  .sec_main .content .title .title_text {
    margin-bottom: 20px;
  }
}
.sec_main .content .title .title_text h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 950px) {
  .sec_main .content .title .title_text h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.sec_main .content .title .title_text .info {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .sec_main .content .title .title_text .info {
    flex-direction: column;
    align-items: center;
  }
}
.sec_main .content .title .title_text .period {
  padding: 0.2em 1em;
  border-right: 1px solid #D3B78F;
  border-left: 1px solid #D3B78F;
  margin-right: 1em;
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .sec_main .content .title .title_text .period {
    display: inline-block;
    margin-right: 0;
    padding: 0.6em 1em;
    margin: 5px 0 10px;
  }
}
.sec_main .content .title .title_text .date {
  font-size: 15px;
  font-size: 0.9375rem;
}
.sec_main .content .title .title_text .date span {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
}
@media screen and (max-width: 950px) {
  .sec_main .content .title .title_text .date span {
    margin: 5px 0;
  }
}
.sec_main .text01 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.sec_main .link_btn {
  text-align: center;
}
.sec_main .link_btn a {
  color: #AF851E;
  display: inline-block;
  border: 1px solid #AF851E;
  padding: 10px 14px;
  margin: 20px auto 40px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  .sec_main .link_btn a:hover {
    background-color: rgba(175, 133, 30, 0.3);
  }
}
.sec_main .link_btn .icon {
  margin-left: 10px;
}
@media screen and (max-width: 950px) {
  .sec_main .feature .item > .img {
    margin: 0 -5.4%;
  }
}
.sec_main .feature li {
  margin-bottom: 45px;
}
.sec_main .feature h5 {
  color: #ED8599;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0 6px;
}
.sec_main .feature .margin-top {
  margin-top: 26px;
}
.sec_main .feature .caption {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
.sec_main .feature .caption span {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
.sec_main .feature .caption .diagonal {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
}
.sec_main .feature .caption .diagonal_f {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
}
.sec_main .feature .caption .era {
  display: block;
}
.sec_main .feature .m-t {
  margin-top: 20px;
}
.sec_main .feature .m-t-2 {
  margin-top: 26px;
}
.sec_main .feature .period {
  font-size: 12px;
  font-size: 0.75rem;
}
.sec_main .feature_g-en {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .sec_main .main .bottom_area .flex_box {
    flex-direction: row;
    justify-content: space-between;
  }
  .sec_main .main .bottom_area li {
    margin-bottom: 30px;
  }
}
.sec_main .main .bottom_area .atarasi-class {
  margin: auto;
}
@media screen and (max-width: 950px) {
  .sec_main .main .bottom_area .atarasi-class {
    padding-bottom: 30px;
  }
}
.sec_main .main .bottom_area h4 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  color: #AF851E;
  text-align: center;
  margin-top: 40px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
  .sec_main .main .bottom_area h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
    margin-bottom: 5px;
  }
}
.sec_main .main .bottom_area .text02 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.sec_main .main .bottom_area .text02_en {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  .sec_main .main .bottom_area .text02_en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sec_main .main .bottom_area .unit {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 950px) {
  .sec_main .main .bottom_area .unit {
    width: calc((100% - 8px) / 2);
  }
}
.sec_main .main .bottom_area .period {
  margin-bottom: 14px;
}
.sec_main .main .bottom_area .caption {
  margin-top: 8px;
}
.sec_main .main .bottom_area .caption_1 {
  margin-top: 11px;
}
.sec_main .main .bottom_area .caption_2 {
  margin-top: 11px;
}
.sec_main .main .bottom_area .caption_3 {
  margin-top: 11px;
}
.sec_main .main .bottom_area .d-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
}
.sec_main .period_un {
  font-weight: bold;
}
.sec_main .content.sub {
  padding: 50px 50px 0;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .sec_main .content.sub {
    padding: 30px 5% 0;
  }
}
.sec_main .content.sub .title_l {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.sec_main .content.sub .sub_title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.sec_main .content.sub .sub_title span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin-bottom: -5px;
}
@media screen and (max-width: 950px) {
  .sec_main .content.sub .sub_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .sec_main .content.sub .sub_title span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sec_main .content.sub h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AF851E;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 20px;
}
.sec_main .content.sub h4 span {
  margin-left: 6px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 950px) {
  .sec_main .content.sub h4 {
    font-size: 26px;
    font-size: 1.625rem;
    flex-direction: column;
  }
  .sec_main .content.sub h4 span {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.sec_main .content.sub .info {
  margin-bottom: 40px;
}
.sec_main .content.sub .info .date {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 950px) {
  .sec_main .content.sub .info .date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sec_main .content.sub .info .date_sub {
  font-size: 14px;
  font-size: 0.875rem;
}
.sec_main .content.sub .info .note {
  font-size: 11px;
  font-size: 0.6875rem;
}
.sec_main .content.sub .info .venue {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 8px;
}
.sec_main .content.sub .caption {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}
@media screen and (max-width: 950px) {
  .sec_main .content.sub .caption {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
.sec_main .content.sub .caption_en {
  margin-top: 20px;
}
.sec_main .content.sub .nav_text {
  margin: 50px -50px 0;
  padding: 25px 50px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border-top: 1px solid #D3B78F;
}
@media screen and (max-width: 950px) {
  .sec_main .content.sub .nav_text {
    margin: 20px 0 0;
  }
}

.sec_info {
  background-image: url(../images/info_bk_img.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom center;
  padding: 50px 0 80px;
}
@media screen and (max-width: 950px) {
  .sec_info {
    padding: 40px 0 1px;
    background-size: 100px auto;
  }
}
.sec_info .content {
  background-color: #fff;
  border: 5px solid #D3B78F;
  padding: 45px 50px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .sec_info .content {
    padding: 35px 5% 30px;
  }
}
.sec_info hr {
  margin: 50px -50px 30px;
}
@media screen and (max-width: 950px) {
  .sec_info hr {
    margin: 30px -5% 20px;
  }
}
.sec_info .title_l {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #AF851E;
  text-align: center;
  margin-bottom: 30px;
}
.sec_info .title_l span {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 950px) {
  .sec_info .title_l {
    margin-bottom: 20px;
  }
}
.sec_info dl {
  max-width: 817px;
  width: 90%;
  margin: 10px auto;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  display: flex;
}
@media screen and (max-width: 950px) {
  .sec_info dl {
    flex-direction: column;
    width: 100%;
  }
}
.sec_info .dl-u-flex {
  display: block;
  margin-top: 30px;
}
.sec_info .dl-u-flex .dt-u-c {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.sec_info .dl-u-flex .dt-u-c::before {
  content: none;
}
.sec_info .dl-u-flex .dt-u-c::after {
  content: none;
}
.sec_info .dl-u-flex .dt-u-c p {
  color: #AF851E;
}
.sec_info .dl-u-flex dd {
  width: 100%;
}
.sec_info .dl-u-flex dd p {
  margin-bottom: 20px;
}
.sec_info .dl-u-flex dd img {
  width: 40%;
}
@media screen and (max-width: 950px) {
  .sec_info .dl-u-flex dd img {
    width: 100%;
  }
}
.sec_info .dl-u-flex dd .ev-end {
  text-align: center;
  font-size: 20px;
  color: #ff0000;
  margin-top: 30px;
}
@media screen and (max-width: 950px) {
  .sec_info .dl-u-flex dd .ev-end {
    font-size: 1rem;
  }
}
.sec_info dt {
  width: 156px;
}
@media screen and (max-width: 950px) {
  .sec_info dt {
    width: 100%;
    display: flex;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 15px 0 5px;
  }
  .sec_info dt::before {
    display: inline;
    content: "[";
    margin-right: 4px;
  }
  .sec_info dt::after {
    display: inline;
    content: "]";
    margin-left: 4px;
  }
}
.sec_info dd {
  width: calc(100% - 156px);
}
@media screen and (max-width: 950px) {
  .sec_info dd {
    width: 100%;
  }
}
.sec_info .contant dt {
  width: 264px;
}
.sec_info .contant dd {
  width: calc(100% - 264px);
}
.sec_info .text_m {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sec_info .text_m .link-w {
  text-decoration: underline;
}
.sec_info .text_s {
  font-size: 11px;
  font-size: 0.6875rem;
}
.sec_info .text_s .ht-link {
  text-decoration: underline;
}
.sec_info .text_ss {
  font-size: 12px;
  font-size: 0.75rem;
}
.sec_info .link_btn {
  margin-top: 20px;
}
.sec_info .link_btn a {
  border: 1px solid #AF851E;
  padding: 0.4em 1.5em;
  color: #AF851E;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 950px) {
  .sec_info .link_btn a:hover {
    background-color: rgba(175, 133, 30, 0.3);
  }
}
@media screen and (max-width: 950px) {
  .sec_info .link_btn {
    text-align: center;
  }
}
.sec_info .link_text {
  color: #AF851E;
}
.sec_info #access .emphasis {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
}
.sec_info #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 #D3B78F;
  padding-bottom: 4px;
  margin: 10px 0 15px;
}
@media screen and (max-width: 950px) {
  .sec_info #access .map_img {
    margin-top: 15px;
  }
}
.sec_info #access .nav_text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 950px) {
  .sec_info #access .nav_text {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.sec_info #about .flex_box {
  margin-top: 40px;
}
.sec_info #about .flex_box .img {
  margin-bottom: 8px;
}
@media screen and (max-width: 950px) {
  .sec_info #about .flex_box {
    margin-top: 20px;
  }
  .sec_info #about .flex_box .img {
    margin-top: 15px;
  }
}
.sec_info #about 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 #D3B78F;
  padding-bottom: 4px;
  margin: 25px 0 20px;
}
@media screen and (max-width: 950px) {
  .sec_info #about h6 {
    margin: 25px 0 12px;
  }
}
.sec_info #about .link_box {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sec_info #about .link_box a {
  margin-left: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  color: #AF851E;
}
@media screen and (max-width: 950px) {
  .sec_info #about .link_box {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }
  .sec_info #about .link_box a {
    margin-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.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-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: bold;
  color: #AF851E;
  border-bottom: 1px solid #AF851E;
  margin-bottom: 50px;
}
.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;
  }
}/*# sourceMappingURL=style.css.map */