@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : bougain2023.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* Font-family - Japanese */
/* Font-family - English02 */
/* カラー設定 */
.box_lang, .con_information .box_information, .con_about .box_about, .con_tower .box_tower, .con_ticket .box_ticket,
.con_ticket .box_gourmet,
.con_gourmet .box_ticket,
.con_gourmet .box_gourmet, .con_event .box_event, .con_experience ul.box_experience, .con_time .box_time, .con_bnr .box_bnr, .con_copy {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_lang, .con_information .box_information, .con_about .box_about, .con_tower .box_tower, .con_ticket .box_ticket,
  .con_ticket .box_gourmet,
  .con_gourmet .box_ticket,
  .con_gourmet .box_gourmet, .con_event .box_event, .con_experience ul.box_experience, .con_time .box_time, .con_bnr .box_bnr, .con_copy {
    width: 95%;
  }
}

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

/* Opacity */
/* Hover animation */
/* テキストリンク */
/* ホワイトボタン */
/* ベージュ（緑ホバー） */
/* ベージュ（オレンジバー） */
/* 緑（緑ホバー02） */
/* 緑グラデーション */
/* タブ用緑グラデーション */
/* ホワイトグラデーション */
/* 中見出し */
/* 小見出し */
/* 超小見出し */
/* スマホで画像になる見出し */
@font-face {
  font-family: "Zen Maru Gothic Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf) format("truetype");
  src: url(../fonts/ZenMaruGothic-Light.woff) format("woff");
  src: url(../fonts/ZenMaruGothic-Light.woff2) format("woff");
  display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf) format("truetype");
  src: url(../fonts/ZenMaruGothic-Regular.woff) format("woff");
  src: url(../fonts/ZenMaruGothic-Regular.woff2) format("woff");
  display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf) format("truetype");
  src: url(../fonts/ZenMaruGothic-Medium.woff) format("woff");
  src: url(../fonts/ZenMaruGothic-Medium.woff2) format("woff");
  display: swap;
  font-style: normal;
}
.txt_fsz17 {
  font-size: 122%;
}

.txt_center {
  text-align: center;
}

.btn_basic a {
  display: inline-flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  font-size: 115%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #603816;
  border-radius: 999px;
  background-color: #e4dcae;
  border: 4px solid #e4dcae;
  padding: 14px 2.5em;
  text-decoration: none;
  position: relative;
  transition: all .5s ease-in-out;
  min-width: 330px;
  max-width: 95%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .btn_basic a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .btn_basic a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .btn_basic a {
    min-width: 90%;
  }
}
.btn_basic a::after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  position: relative;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}
.btn_basic a:hover {
  background-color: transparent;
  border: 4px solid #b8ad71;
}
.btn_basic a:hover::after {
  right: 1em;
}

/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  height: auto !important;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg {
    background-size: cover;
    background-position: center 0;
  }
}

#contents {
  overflow: hidden;
}
#contents::before {
  display: none;
}

.box_lang {
  position: relative;
}
@media only screen and (min-width: 641px) {
  .box_lang {
    padding-block: 6.25em;
  }
}
@media print {
  .box_lang {
    padding-block: 6.25em;
  }
}
.ie8 .box_lang {
  padding-block: 6.25em;
}
@media only screen and (max-width: 640px) {
  .box_lang {
    padding-block: 3.75em;
  }
}
.box_lang ul {
  display: block;
  justify-content: space-evenly;
  gap: 1em;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 640px) {
  .box_lang ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.box_lang ul li {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .box_lang ul li:last-of-type::after {
    content: none;
  }
}
@media print {
  .box_lang ul li:last-of-type::after {
    content: none;
  }
}
.ie8 .box_lang ul li:last-of-type::after {
  content: none;
}
@media only screen and (max-width: 640px) {
  .box_lang ul li:nth-child(2n)::after {
    content: none;
  }
}
.box_lang ul li a {
  color: #603816;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 1.35em;
  padding-block: .5em;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease-in-out;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .box_lang ul li a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 640px) {
  .box_lang ul li a {
    font-size: 1em;
  }
}
.box_lang ul li a:hover {
  --neon-text-color: #e9c3e4;
  text-shadow: -0.1rem -0.1rem 1rem #fff, 0.1rem 0.1rem 1rem #e9c3e4, 0 0 1rem var(--neon-text-color), 0 0 2rem var(--neon-text-color), 0 0 3rem var(--neon-text-color), 0 0 4rem var(--neon-text-color), 0 0 5rem var(--neon-text-color);
  transition: all .5s ease-in-out;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro h2 {
  width: 164px;
}

@media only screen and (max-width: 640px) {
  .img_title {
    margin-bottom: 1em;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
.con_menu {
  position: relative;
}
@media only screen and (min-width: 641px) {
  .con_menu {
    padding: 0px 1em;
  }
}
@media print {
  .con_menu {
    padding: 0px 1em;
  }
}
.ie8 .con_menu {
  padding: 0px 1em;
}
.con_menu .box_menu {
  margin: 0 auto;
  max-width: fit-content;
  width: 100%;
  padding-block: 0 3em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .con_menu .box_menu {
    padding-block: 0 2em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_menu .box_menu {
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.con_menu .box_menu ul {
  display: flex;
  justify-content: space-between;
  gap: .5em;
}
@media only screen and (max-width: 640px) {
  .con_menu .box_menu ul {
    padding-inline: 1em;
    white-space: nowrap;
  }
}
.con_menu .box_menu ul li {
  width: auto;
}
@media only screen and (max-width: 640px) {
  .con_menu .box_menu ul li {
    width: 100%;
  }
}
.con_menu .box_menu ul li:nth-child(odd) a {
  background: #fff url(../bougain/images/ic_circle_pink.png) no-repeat center center/contain;
}
.con_menu .box_menu ul li:nth-child(even) a {
  background: #fff url(../bougain/images/ic_circle_green.png) no-repeat center center/contain;
}
.con_menu .box_menu ul li > a {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  color: #826b58;
  padding: 1em 1em calc(1em + 9px);
  position: relative;
  transition: all .5s ease-in-out;
  text-align: center;
  text-decoration: none;
  height: 160px;
  width: 160px;
}
@media only screen and (max-width: 640px) {
  .con_menu .box_menu ul li > a {
    height: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .con_menu .box_menu ul li > a {
    width: 140px;
  }
}
.con_menu .box_menu ul li > a::after {
  content: '▼';
  font-size: clamp(6px, 1vw, 8px);
  position: absolute;
  bottom: 12px;
  transition: all .5s ease-in-out;
}
.con_menu .box_menu ul li > a > img {
  max-height: 60px;
  max-height: 21.05263%;
  width: auto;
}
.con_menu .box_menu ul li > a span {
  font-size: clamp(10px, 1vw, 12px) !important;
  line-height: 1.59091 !important;
  font-weight: 600;
}
.con_menu .box_menu ul li > a:hover {
  opacity: .7;
  transition: all .5s ease-in-out;
}
.con_menu .box_menu ul li > a:hover::after {
  bottom: 7px;
  transition: all .5s ease-in-out;
}

section {
  position: relative;
}
section.bg {
  background-color: #f9f6ee;
  margin-top: 7px;
  position: relative;
}
section.bg:before, section.bg:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 14px;
  z-index: 1;
}
section.bg:before {
  top: -7px;
  background: url(../bougain/images/ic_border.png) no-repeat;
}
section.bg:after {
  bottom: -7px;
  background: url(../bougain/images/ic_border.png) no-repeat;
}
section .inner {
  padding-block: 7em;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  section .inner {
    padding-block: 6em 4em;
  }
}
section .inner + [class^="box-"] {
  position: relative;
  z-index: 1;
}
section .box_tbl table {
  margin-top: 2em;
  width: 100%;
}
section .box_tbl table tr th {
  font-weight: 400;
  background-color: #ffd3d5;
  padding: 8.5px 0px;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  section .box_tbl table tr th {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  section .box_tbl table tr th {
    width: 25%;
  }
}
section .box_tbl table tr td {
  padding: 8.5px 20px;
  border-top: 1px dotted #ffd3d5;
  border-bottom: 1px dotted #ffd3d5;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: left;
  width: 80%;
}
@media only screen and (max-width: 640px) {
  section .box_tbl table tr td {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  section .box_tbl table tr td {
    width: 75%;
  }
}
section .box_tbl table tr td a img {
  width: 80%;
}
section .box_tbl table tr td .txt_s {
  font-size: 90%;
}
section .box_tbl.purple table tr th {
  background-color: #f1d5ee;
}
section .box_tbl.purple table tr td {
  border-top: 1px dotted #f1d5ee;
  border-bottom: 1px dotted #f1d5ee;
}
section h3.img_title {
  background: url(../bougain/images/bg_title.png) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 1em 0;
  text-align: center;
}
section h3.img_title span {
  font-size: 150%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  section h3.img_title span {
    font-size: 136%;
  }
}
@media only screen and (max-width: 640px) {
  section h3.img_title span {
    font-size: 122%;
  }
}
html[lang="en"] section h3.img_title span {
  line-height: 1.5;
  padding-block: .5em 1em;
}
section h3.img_title.long-txt {
  background: url(../bougain/images/bg_title-long.png) no-repeat center/contain;
}
@media only screen and (max-width: 640px) {
  section h3.img_title.long-txt {
    background: url(../bougain/images/bg_title-long-sp.png) no-repeat center/110%;
  }
}
section h3.img_title.long-txt-wide {
  background: url(../bougain/images/bg_title-long-sp.png) no-repeat center/contain;
}
@media only screen and (max-width: 640px) {
  section h3.img_title.long-txt-wide {
    background: url(../bougain/images/bg_title-long-sp.png) no-repeat center/90%;
  }
  html[lang="en"] section h3.img_title.long-txt-wide {
    background-size: 110%;
  }
}
section h4.img_title {
  background: url(../bougain/images/bg_title-blue.png) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  margin-bottom: 1em;
  padding: 1em 0;
  text-align: center;
}
section h4.img_title span {
  font-size: 115%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  section h4.img_title span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  section h4.img_title span {
    font-size: 100%;
  }
}
section h4.img_title.long-txt {
  background: url(../bougain/images/bg_title-blue-long.png) no-repeat center/contain;
}
@media only screen and (max-width: 640px) {
  section h4.img_title.long-txt {
    background: url(../bougain/images/bg_title-blue-long-sp.png) no-repeat center/90%;
  }
}
section h4.img_title.long-txt-wide {
  background: url(../bougain/images/bg_title-blue-long-sp.png) no-repeat center/contain;
}
@media only screen and (max-width: 640px) {
  section h4.img_title.long-txt-wide {
    background: url(../bougain/images/bg_title-blue-long-sp.png) no-repeat center/90%;
  }
}
@media only screen and (max-width: 1024px) {
  html[lang="en"] section h4.img_title.long-txt-wide {
    background-size: 110%;
  }
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  padding: 0px 1em;
  position: relative;
}
.con_information .js-flower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* 花びらがページ内の他の要素に干渉しないように */
}
.con_information .js-flower .flower {
  opacity: .05;
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: cover;
}
.con_information .js-flower .pattern01 {
  animation: fall1 10s ease-in infinite, sway1 10s ease-in-out infinite;
}
.con_information .js-flower .pattern02 {
  animation: fall2 11s ease-in infinite, sway2 11s ease-in-out infinite;
}
.con_information .js-flower .pattern03 {
  animation: fall1 13s ease-in infinite, sway1 13s ease-in-out infinite;
}
.con_information .js-flower .pattern04 {
  animation: fall2 8s ease-in infinite, sway2 8s ease-in-out infinite;
}
.con_information .js-flower .pattern05 {
  animation: fall5 18s ease-in infinite, sway-reversed1 18s ease-in-out infinite;
}
.con_information .js-flower .pattern06 {
  animation: fall6 12s ease-in infinite, sway-reversed2 12s ease-in-out infinite;
}
.con_information .js-flower .pattern07 {
  animation: fall7 16s ease-in infinite, sway-reversed1 16s ease-in-out infinite;
}
.con_information .js-flower .pattern08 {
  animation: fall8 15s ease-in infinite, sway-reversed2 15s ease-in-out infinite;
}
@keyframes fall1 {
  0% {
    transform: rotate(0deg);
    top: 100%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes fall2 {
  0% {
    transform: rotate(0deg);
    top: 60%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes fall3 {
  0% {
    transform: rotate(0deg);
    top: 30%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes fall4 {
  0% {
    transform: rotate(0deg);
    top: 80%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes fall5 {
  0% {
    transform: rotate(0deg);
    top: 80%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes fall6 {
  0% {
    transform: rotate(0deg);
    top: 25%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes fall7 {
  0% {
    transform: rotate(0deg);
    top: 90%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes fall8 {
  0% {
    transform: rotate(0deg);
    top: 120%;
  }
  100% {
    transform: rotate(360deg);
    top: -15%;
  }
}
@keyframes sway1 {
  0% {
    left: -5%;
  }
  100% {
    left: 120%;
  }
}
@keyframes sway2 {
  0% {
    left: -5%;
  }
  100% {
    left: 80%;
  }
}
@keyframes sway3 {
  0% {
    right: -5%;
  }
  100% {
    right: 60%;
  }
}
@keyframes sway4 {
  0% {
    right: -5%;
  }
  100% {
    right: 30%;
  }
}
@keyframes sway-reversed1 {
  0% {
    right: -5%;
  }
  100% {
    right: 120%;
  }
}
@keyframes sway-reversed2 {
  0% {
    right: -5%;
  }
  100% {
    right: 80%;
  }
}
@keyframes sway-reversed3 {
  0% {
    right: -5%;
  }
  100% {
    right: 60%;
  }
}
@keyframes sway-reversed4 {
  0% {
    right: -5%;
  }
  100% {
    right: 30%;
  }
}
.con_information.js-bgIntroLeft {
  overflow: hidden;
}
.con_information.js-bgIntroLeft::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 656px;
  max-width: 35%;
  background: url(../bougain/images/bg_flower_left_1.png) no-repeat top left;
  height: 100%;
  background-size: contain;
  transition: all 2s ease-in-out;
  opacity: 0;
  z-index: -1;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_information.js-bgIntroLeft::before {
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information.js-bgIntroLeft::before {
    max-width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information.js-bgIntroLeft::before {
    transition: all 1s ease-in-out;
  }
}
.con_information.js-bgIntroLeft.is-loaded::before {
  opacity: .8;
  transition: all 2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .con_information.js-bgIntroLeft.is-loaded::before {
    transition: all 1s ease-in-out;
  }
}
.con_information.js-bgIntroRight {
  overflow: hidden;
}
.con_information.js-bgIntroRight::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 660px;
  max-width: 35%;
  background: url(../bougain/images/bg_flower_right.png) no-repeat top right;
  height: 100%;
  background-size: contain;
  opacity: 0;
  transition: all 3s ease-in-out;
  z-index: -1;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_information.js-bgIntroRight::after {
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information.js-bgIntroRight::after {
    max-width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information.js-bgIntroRight::after {
    transition: all 1s ease-in-out;
  }
}
.con_information.js-bgIntroRight.is-loaded::after {
  opacity: .8;
  transition: all 2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .con_information.js-bgIntroRight.is-loaded::after {
    transition: all 1s ease-in-out;
  }
}
.con_information .box_information {
  max-width: 1440px;
  position: relative;
}
.con_information .box_information::before {
  content: url(../bougain/images/ic_circle_3.png);
  animation: rotateAnimation 50s ease-in-out infinite;
  position: absolute;
  top: -15%;
  right: -10%;
  z-index: -1;
}
.con_information .box_information::after {
  content: url(../bougain/images/ic_circle_3.png);
  animation: rotateAnimation 50s ease-in-out infinite;
  position: absolute;
  bottom: -6%;
  left: -10%;
  z-index: -1;
}
.con_information .box_information .box_title {
  margin-top: 5em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_title {
    margin-top: 3.5em;
  }
}
.con_information .box_information .box_title h2.st_catch {
  font-size: clamp(40, 10vw, 100px);
  font-size: clamp(30px, 24.600px + 3.2vw, 65px);
}
.con_information .box_information .box_title h2.st_catch span {
  color: #e34761;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 0 0 20px #fff;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
}
.con_information .box_information .box_title h2.st_catch span.md {
  font-size: .8em;
}
.con_information .box_information .box_title h2.st_catch span.sm {
  font-size: .6em;
}
.con_information .box_information .box_title h2.st_catch + .txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.5em;
  letter-spacing: .05em;
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_title h2.st_catch + .txt {
    font-size: 1.15em;
  }
}
.con_information .box_information .box_price {
  margin-top: 8rem;
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price {
    margin-top: 4em;
  }
}
.con_information .box_information .box_price .st_large {
  font-size: 272%;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_information .box_information .box_price .st_large {
    font-size: 243%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price .st_large {
    font-size: 172%;
  }
}
.con_information .box_information .box_price .st_large .fsz_large {
  display: block;
  font-size: 1.5em;
  line-height: 1.4;
}
.con_information .box_information .box_price .st_large .fsz_medium {
  line-height: 1.4;
  font-size: 1.2em;
}
.con_information .box_information .box_price .st_large .fsz_small {
  color: #e34761;
  font-weight: bold;
  display: block;
  font-size: clamp(14px, 65%, 24px);
}
.con_information .box_information .box_price > table {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price > table {
    margin-bottom: 4em;
  }
}
.con_information .box_information .box_price table {
  border-collapse: separate;
  margin-top: 1em;
  margin-inline: auto;
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price table {
    font-size: 108%;
  }
}
.con_information .box_information .box_price table tr th, .con_information .box_information .box_price table tr td {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em;
  vertical-align: center;
  text-align: center;
}
.con_information .box_information .box_price table tr th {
  border-bottom: 5px solid var(--table-color, #fee4e4);
  width: fit-content;
}
.con_information .box_information .box_price table tr td {
  border-bottom: 1px solid var(--table-color, #fee4e4);
  padding-left: 1em;
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price table.sp-break tr th, .con_information .box_information .box_price table.sp-break tr td {
    display: block;
    width: 100% !important;
  }
  .con_information .box_information .box_price table.sp-break tr th {
    border-bottom: 0;
    padding-block: 1em .5em;
  }
  .con_information .box_information .box_price table.sp-break tr td {
    padding-block: 0 .5em;
  }
}
.con_information .box_information .box_price table.border_grid th {
  background-color: var(--table-color, #fee4e4);
  border: 1px solid var(--table-color, #fee4e4);
  border-bottom: 5px solid var(--table-color, #fee4e4);
  border-right: 1px solid #fff;
}
.con_information .box_information .box_price table.border_grid th:last-of-type {
  border-right: 1px solid var(--table-color, #fee4e4);
}
.con_information .box_information .box_price table.border_grid td {
  border: 1px solid var(--table-color, #fee4e4);
  border-top: 0;
}
.con_information .box_information .box_price table.border_grid th, .con_information .box_information .box_price table.border_grid td {
  padding: .5em 1em;
}
.con_information .box_information .box_price .box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_information .box_information .box_price .box_flex {
    justify-content: center;
    gap: 5%;
  }
}
.con_information .box_information .box_price .box_flex .box_items {
  margin-bottom: 6em;
  max-width: 30%;
  width: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_information .box_information .box_price .box_flex .box_items {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price .box_flex .box_items {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_information .box_information .box_price .box_flex .box_items {
    max-width: 47.5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price .box_flex .box_items {
    max-width: 100%;
  }
}
.con_information .box_information .box_price .box_flex .box_items h3 {
  text-align: center;
}
.con_information .box_information .box_price .box_flex .box_items h3 span {
  background-color: var(--area-color, #ff6f87);
  border-radius: 999px;
  color: #fff;
  font-size: 1.2em;
  padding: .5em 2em;
}
.con_information .box_information .box_price .box_flex .box_items .box_btn {
  margin-top: 2em;
  text-align: center;
}
.con_information .box_information .box_price .box_flex .box_items.daytime {
  --area-color: #ffa56f;
  --table-color: #ffdac4;
}
.con_information .box_information .box_price .box_flex .box_items.night {
  --area-color: #966ec7;
  --table-color: #e0cafa;
}
.con_information .box_information .box_price .box_btn {
  text-align: center;
  margin-bottom: 1em;
}
.con_information .box_information .box_price .box_btn:last-of-type {
  margin-bottom: 9em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_information .box_information .box_price .box_btn:last-of-type {
    margin-bottom: 6em;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .box_information .box_price .box_btn:last-of-type {
    margin-bottom: 6em;
  }
}
.con_information .box_information .box_price .box_btn.kenmin a {
  background-color: #abb58b !important;
  border: 4px solid #abb58b !important;
}
.con_information .box_information .box_price .box_btn.kenmin a:hover {
  background-color: transparent !important;
  border: 4px solid #6b754a !important;
}

/* -----------------------------------------------------------
	.con_about
----------------------------------------------------------- */
.con_about .box_about {
  padding-bottom: 4em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about {
    padding-bottom: 1em;
  }
}
.con_about .box_about .bn {
  text-align: center;
  margin-bottom: 5em;
}
.con_about .box_about .box_first {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first {
    display: block;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first {
    margin-bottom: 1em;
  }
}
.con_about .box_about .box_first .img {
  width: 52.36364%;
  order: 2;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first .img {
    width: 52.36364%;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .img {
    width: 100%;
  }
}
.con_about .box_about .box_first .img::after {
  content: url(../bougain/images/img_sub_1.1.png);
  position: absolute;
  z-index: 1;
  bottom: -130px;
  right: 15px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first .img::after {
    width: 185px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first .img::after {
    bottom: -80px;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .img::after {
    bottom: -50px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first .img::after {
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .img::after {
    right: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .img::after {
    content: url(../bougain/images/img_sub_1.1-sp.png);
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .img img {
    width: 100%;
  }
}
.con_about .box_about .box_first .box_info {
  width: 42.54545%;
  position: relative;
  padding: 34px 0px;
  margin-top: 16px;
  align-self: flex-start;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first .box_info {
    width: 42.54545%;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .box_info {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first .box_info {
    padding: 1em 0px;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .box_info {
    padding: 1em 0px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_first .box_info {
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .box_info {
    margin-top: 3em;
  }
}
.con_about .box_about .box_first .box_info::before, .con_about .box_about .box_first .box_info::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../bougain/images/ic_border_1.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .box_info::before, .con_about .box_about .box_first .box_info::after {
    display: none;
  }
}
.con_about .box_about .box_first .box_info::before {
  top: 0px;
}
.con_about .box_about .box_first .box_info::after {
  bottom: 0px;
}
.con_about .box_about .box_first .st span {
  font-size: 150%;
}
@media only screen and (min-width: 641px) {
  .con_about .box_about .box_first .st {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
  }
}
@media print {
  .con_about .box_about .box_first .st {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
  }
}
.ie8 .con_about .box_about .box_first .st {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_first .st img, .con_about .box_about .box_first .st span {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
}
.con_about .box_about .box_second {
  margin: 0 auto;
  width: 977px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second {
    display: block;
  }
}
.con_about .box_about .box_second::after {
  content: url(../bougain/images/ic_circle_1.png);
  position: absolute;
  z-index: -1;
  top: -83px;
  left: -146px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_second::after {
    left: -0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second::after {
    left: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second::after {
    display: none;
  }
}
.con_about .box_about .box_second .img {
  width: 42.57932%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_second .img {
    width: 42.57932%;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second .img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second .img {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second .img img {
    width: 100%;
  }
}
.con_about .box_about .box_second .box_info {
  width: 52.30297%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_second .box_info {
    width: 52.30297%;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second .box_info {
    width: 100%;
  }
}
.con_about .box_about .box_second .box_info::after {
  content: url(../bougain/images/ic_bee.png);
  position: absolute;
  z-index: -1;
  top: 30%;
  right: 5%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_about .box_about .box_second .box_info::after {
    top: 8%;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second .box_info::after {
    top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .box_second .box_info::after {
    display: none;
  }
}

/* -----------------------------------------------------------
	.con_tower
----------------------------------------------------------- */
.con_tower .box_tower {
  max-width: 1400px;
  padding: 86px 0px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower {
    padding: 4em 0px;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower {
    padding: 2em 0px;
  }
}
.con_tower .box_tower .box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box {
    display: block;
  }
}
.con_tower .box_tower .box > .img {
  width: 44.35714%;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box > .img {
    width: 44.35714%;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box > .img {
    width: 100%;
  }
}
.con_tower .box_tower .box > .img::before {
  content: url(../bougain/images/img_2.1_sub.png);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -24%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box > .img::before {
    left: -30px;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box > .img::before {
    left: -1em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_tower .box_tower .box > .img::before {
    content: url(../bougain/images/img_2.1_sub-sp.png);
    bottom: -30px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .con_tower .box_tower .box > .img::before {
    bottom: 20px;
  }
}
.con_tower .box_tower .box .box_sub {
  width: 52.71429%;
  padding-top: 38px;
  padding-right: 1em;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box .box_sub {
    width: 52.71429%;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box .box_sub {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub {
    padding-top: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub {
    padding-right: 0px;
  }
}
.con_tower .box_tower .box .box_sub::after {
  content: url(../bougain/images/ic_circle_2.png);
  position: absolute;
  z-index: 0;
  top: 45%;
  right: -5%;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub::after {
    display: none;
  }
}
.con_tower .box_tower .box .box_sub .box_info {
  margin-bottom: 2em;
  padding-left: 93px;
  width: 560px;
  max-width: 100%;
  width: 560px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box .box_sub .box_info {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub .box_info {
    padding-left: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box .box_sub .box_info {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub .box_info {
    width: 100%;
  }
}
.con_tower .box_tower .box .box_sub .box_info .img_title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box .box_sub .box_info .img_title {
    margin-bottom: 0.2em;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub .box_info .img_title {
    margin-bottom: 0.2em;
  }
}
.con_tower .box_tower .box .box_sub .box_info table {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 44px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box .box_sub .box_info table {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub .box_info table {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_tower .box_tower .box .box_sub .box_info table {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub .box_info table {
    margin-bottom: 1em;
  }
}
.con_tower .box_tower .box .box_sub .box_info table tr th {
  font-weight: 400;
  background: #ffd3d5;
  padding: 8.5px 0px;
  width: 23%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub .box_info table tr th {
    padding: 0.5em 0.5em;
  }
}
.con_tower .box_tower .box .box_sub .box_info table tr td {
  padding: 8.5px 40px;
  border-top: 1px dotted #ffd3d5;
  border-bottom: 1px dotted #ffd3d5;
  width: 77%;
}
@media only screen and (max-width: 640px) {
  .con_tower .box_tower .box .box_sub .box_info table tr td {
    padding: 0.5em 0.5em;
  }
}

/* -----------------------------------------------------------
	.con_ticket / con_gourmet 共通レイアウト
----------------------------------------------------------- */
.con_ticket .box_ticket,
.con_ticket .box_gourmet,
.con_gourmet .box_ticket,
.con_gourmet .box_gourmet {
  max-width: 1100px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_ticket .box_ticket,
  .con_ticket .box_gourmet,
  .con_gourmet .box_ticket,
  .con_gourmet .box_gourmet {
    text-align: left;
  }
}
.con_ticket .box_ticket.box_event .box .img_title,
.con_ticket .box_ticket.box_event .img,
.con_ticket .box_ticket.box_event .box_info .txt,
.con_ticket .box_gourmet.box_event .box .img_title,
.con_ticket .box_gourmet.box_event .img,
.con_ticket .box_gourmet.box_event .box_info .txt,
.con_gourmet .box_ticket.box_event .box .img_title,
.con_gourmet .box_ticket.box_event .img,
.con_gourmet .box_ticket.box_event .box_info .txt,
.con_gourmet .box_gourmet.box_event .box .img_title,
.con_gourmet .box_gourmet.box_event .img,
.con_gourmet .box_gourmet.box_event .box_info .txt {
  margin: 0;
  text-align: left;
}
.con_ticket .box_ticket .img_title,
.con_ticket .box_gourmet .img_title,
.con_gourmet .box_ticket .img_title,
.con_gourmet .box_gourmet .img_title {
  margin-bottom: 19px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_ticket .box_ticket .img_title,
  .con_ticket .box_gourmet .img_title,
  .con_gourmet .box_ticket .img_title,
  .con_gourmet .box_gourmet .img_title {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .con_ticket .box_ticket .img_title,
  .con_ticket .box_gourmet .img_title,
  .con_gourmet .box_ticket .img_title,
  .con_gourmet .box_gourmet .img_title {
    margin-bottom: 1em;
  }
}
.con_ticket .box_ticket .img,
.con_ticket .box_gourmet .img,
.con_gourmet .box_ticket .img,
.con_gourmet .box_gourmet .img {
  margin-block: 50px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_ticket .box_ticket .img,
  .con_ticket .box_gourmet .img,
  .con_gourmet .box_ticket .img,
  .con_gourmet .box_gourmet .img {
    margin-block: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .con_ticket .box_ticket .img,
  .con_ticket .box_gourmet .img,
  .con_gourmet .box_ticket .img,
  .con_gourmet .box_gourmet .img {
    margin-block: 1em;
  }
}
.con_ticket .box_ticket .box_info,
.con_ticket .box_gourmet .box_info,
.con_gourmet .box_ticket .box_info,
.con_gourmet .box_gourmet .box_info {
  margin-inline: auto;
  max-width: 777px;
}
.con_ticket .box_ticket .box_info .txt,
.con_ticket .box_gourmet .box_info .txt,
.con_gourmet .box_ticket .box_info .txt,
.con_gourmet .box_gourmet .box_info .txt {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .con_ticket .box_ticket .box_info .txt,
  .con_ticket .box_gourmet .box_info .txt,
  .con_gourmet .box_ticket .box_info .txt,
  .con_gourmet .box_gourmet .box_info .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_ticket .box_ticket .box_info .txt,
  .con_ticket .box_gourmet .box_info .txt,
  .con_gourmet .box_ticket .box_info .txt,
  .con_gourmet .box_gourmet .box_info .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_ticket .box_ticket .box_info .txt,
  .con_ticket .box_gourmet .box_info .txt,
  .con_gourmet .box_ticket .box_info .txt,
  .con_gourmet .box_gourmet .box_info .txt {
    margin-bottom: 1em;
  }
}
.con_ticket .box_ticket .box_info .txt:has(.fsz-md),
.con_ticket .box_gourmet .box_info .txt:has(.fsz-md),
.con_gourmet .box_ticket .box_info .txt:has(.fsz-md),
.con_gourmet .box_gourmet .box_info .txt:has(.fsz-md) {
  margin-bottom: 0;
}
.con_ticket .box_ticket .box_info .txt .fsz-md,
.con_ticket .box_gourmet .box_info .txt .fsz-md,
.con_gourmet .box_ticket .box_info .txt .fsz-md,
.con_gourmet .box_gourmet .box_info .txt .fsz-md {
  padding-inline: .5em;
  font-size: 1.1em;
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, #fde3ee 65%, #fde3ee 100%);
  text-shadow: 0 0 2px #f9f6ee;
}
.con_ticket .box_ticket .box_info .box_btn,
.con_ticket .box_gourmet .box_info .box_btn,
.con_gourmet .box_ticket .box_info .box_btn,
.con_gourmet .box_gourmet .box_info .box_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-block: 2em;
}
.con_ticket .box_ticket .box_info .box_btn + .txt_note,
.con_ticket .box_gourmet .box_info .box_btn + .txt_note,
.con_gourmet .box_ticket .box_info .box_btn + .txt_note,
.con_gourmet .box_gourmet .box_info .box_btn + .txt_note {
  color: #e13333;
  font-weight: 600;
  text-align: left;
  width: fit-content;
  margin-inline: auto;
  padding-left: 1em;
  text-indent: -1em;
}

/* -----------------------------------------------------------
	.con_event
----------------------------------------------------------- */
.con_event .box_event {
  max-width: 1275px;
  margin-block: 3em 5em;
}
@media only screen and (max-width: 640px) {
  .con_event .box_event {
    margin-block: 2em 5em;
  }
}
.con_event .box_event .box {
  display: flex;
  justify-content: center;
  gap: 5%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .con_event .box_event .box {
    display: block;
  }
}
.con_event .box_event .box::before {
  content: url(../bougain/images/ic_circle_3.png);
  animation: rotateAnimation 50s ease-in-out infinite;
  position: absolute;
  top: -15%;
  right: -3%;
}
.con_event .box_event .box .img {
  width: 47.5%;
}
@media only screen and (max-width: 640px) {
  .con_event .box_event .box .img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .con_event .box_event .box .img {
    margin-bottom: 1em;
  }
}
.con_event .box_event .box .img img {
  border-radius: 1em;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .con_event .box_event .box .img img {
    width: 100%;
  }
}
.con_event .box_event .box .box_info {
  width: 47.5%;
}
@media only screen and (max-width: 640px) {
  .con_event .box_event .box .box_info {
    width: 100%;
  }
}
.con_event .box_event .box .box_info .img_title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_event .box_event .box .box_info .img_title {
    margin-bottom: 0.2em;
  }
}
@media only screen and (max-width: 640px) {
  .con_event .box_event .box .box_info .img_title {
    margin-bottom: 0.2em;
  }
}
@media only screen and (min-width: 641px) {
  .con_event .box_event .box.reversed {
    flex-direction: row-reverse;
  }
  .con_event .box_event .box.reversed::before {
    right: auto;
    left: -3%;
  }
}
@media print {
  .con_event .box_event .box.reversed {
    flex-direction: row-reverse;
  }
  .con_event .box_event .box.reversed::before {
    right: auto;
    left: -3%;
  }
}
.ie8 .con_event .box_event .box.reversed {
  flex-direction: row-reverse;
}
.ie8 .con_event .box_event .box.reversed::before {
  right: auto;
  left: -3%;
}
.con_event .bn {
  padding-bottom: 5em;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_next
----------------------------------------------------------- */
.con_next {
  background: url(../bougain/images/bg-nextEvent.jpg) no-repeat left top/cover;
  animation: slideBackground 30s linear infinite;
}
.con_next .con_title .title_large {
  text-align: center;
}
.con_next .con_title .title_large span {
  font-size: 272%;
  color: #ddbb39;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_next .con_title .title_large span {
    font-size: 243%;
  }
}
@media only screen and (max-width: 640px) {
  .con_next .con_title .title_large span {
    font-size: 172%;
  }
}
.con_next .box_next .box {
  align-items: center;
}
.con_next .box_next .box::before {
  content: url(../bougain/images/ic_circle_3.png);
  z-index: -1;
}
.con_next .box_next .box .img {
  text-align: center;
}
.con_next .box_next .box .img img {
  border: 1px solid #ddbb39;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.con_next .box_next .box .box_info .st {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 272%;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_next .box_next .box .box_info .st {
    font-size: 215%;
  }
}
@media only screen and (max-width: 640px) {
  .con_next .box_next .box .box_info .st {
    font-size: 172%;
  }
}
.con_next .box_next .box .box_info .st span {
  color: #fff;
}
.con_next .box_next .box .box_info .st .fsz-small {
  display: block;
}
@media only screen and (min-width: 641px) {
  .con_next .box_next .box .box_info .st .fsz-small {
    font-size: clamp(14px, 65%, 24px);
  }
}
@media print {
  .con_next .box_next .box .box_info .st .fsz-small {
    font-size: clamp(14px, 65%, 24px);
  }
}
.ie8 .con_next .box_next .box .box_info .st .fsz-small {
  font-size: clamp(14px, 65%, 24px);
}
.con_next .box_next .box .box_info .txt {
  color: #ffe9a8;
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.con_next .box_next .box .box_info .txt.txt {
  margin-top: 1em;
}
.con_next .box_next .box .box_info .box_btn {
  margin: 2em auto 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_next .box_next .box .box_info .box_btn {
    margin: 2em auto 0;
  }
}
.con_next .box_next .box .box_info .box_btn a {
  transition: all .5s ease-in-out;
}
.con_next .box_next .box .box_info .box_btn a span {
  transition: all .5s ease-in-out;
}
.con_next .box_next .box .box_info .box_btn a:hover {
  border: 4px solid #fff;
  transition: all .5s ease-in-out;
}
.con_next .box_next .box .box_info .box_btn a:hover span {
  transition: all .5s ease-in-out;
  color: #fff;
}
.con_next .box_next .box .box_info .box_btn a:hover::after {
  color: #fff;
}

/* -----------------------------------------------------------
	.con_experience
----------------------------------------------------------- */
.con_experience .con_title {
  margin-bottom: 3em;
}
@media only screen and (max-width: 640px) {
  .con_experience .con_title {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .con_experience .con_title {
    margin-top: 2em;
  }
}
.con_experience ul.box_experience {
  max-width: 1400px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 5em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .con_experience ul.box_experience {
    margin-bottom: 3em;
  }
}
.con_experience ul.box_experience:last-of-type {
  margin-bottom: 0;
}
.con_experience ul.box_experience::before {
  content: url(../bougain/images/ic_circle_3.png);
  animation: rotateAnimation 50s ease-in-out infinite;
  position: absolute;
  top: -15%;
  right: -3%;
  z-index: -1;
}
.con_experience ul.box_experience li {
  max-width: 520px;
}
@media only screen and (max-width: 640px) {
  .con_experience ul.box_experience li {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_experience ul.box_experience li {
    margin-bottom: 4em;
  }
}
.con_experience ul.box_experience li h5.title_small {
  margin-block: 1.5em 1em;
  text-align: center;
}
.con_experience ul.box_experience li h5.title_small span {
  font-size: 115%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_experience ul.box_experience li h5.title_small span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .con_experience ul.box_experience li h5.title_small span {
    font-size: 108%;
  }
}

/* -----------------------------------------------------------
	.con_time
----------------------------------------------------------- */
.con_time .con_title {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_time .con_title {
    margin-bottom: 0.2em;
  }
}
@media only screen and (max-width: 640px) {
  .con_time .con_title {
    margin-bottom: 0.2em;
  }
}
.con_time .box_time {
  max-width: 1400px;
  margin-bottom: 5em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_time .box_time {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 640px) {
  .con_time .box_time {
    margin-bottom: 2em;
  }
}
.con_time .box_time .img {
  text-align: center;
}
.con_time .box_time .box_info table {
  width: 100%;
  margin-top: 27px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_time .box_time .box_info table {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_time .box_time .box_info table {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_time .box_time .box_info table {
    margin-bottom: 1em;
  }
}
.con_time .box_time .box_info table tr:nth-child(odd).sun {
  background-color: #ffecef;
}
.con_time .box_time .box_info table tr:nth-child(even).sun {
  background-color: #fff7f8;
}
.con_time .box_time .box_info table tr:nth-child(odd).night {
  background-color: #efe8f2;
}
.con_time .box_time .box_info table tr:nth-child(even).night {
  background-color: #f9f6fa;
}
.con_time .box_time .box_info table tr th, .con_time .box_time .box_info table tr td {
  border: 5px solid #fff;
  color: #fa536d;
  font-weight: bold;
  padding: 1em;
}
.con_time .box_time .box_info table tr th {
  font-size: 143%;
  width: 30%;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_time .box_time .box_info table tr th {
    font-size: 129%;
  }
}
@media only screen and (max-width: 640px) {
  .con_time .box_time .box_info table tr th {
    font-size: 115%;
  }
}
.con_time .box_time .box_info table tr td {
  font-size: 129%;
  width: 70%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_time .box_time .box_info table tr td {
    font-size: 115%;
  }
}
@media only screen and (max-width: 640px) {
  .con_time .box_time .box_info table tr td {
    font-size: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .con_time .box_time .box_info table tr td .flex {
    display: flex;
    align-items: center;
  }
}
@media print {
  .con_time .box_time .box_info table tr td .flex {
    display: flex;
    align-items: center;
  }
}
.ie8 .con_time .box_time .box_info table tr td .flex {
  display: flex;
  align-items: center;
}
.con_time .box_time .box_info table tr td .flex .note {
  background-color: #f3683a;
  color: #fff;
  margin-right: 1em;
  padding: .5em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_time .box_time .box_info table tr td .flex .note {
    display: block;
    margin-bottom: .25em;
  }
}
.con_time .box_time .box_info table tr td .flex .note .fsz-sm {
  color: #fff;
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .con_time .box_time .box_info table tr td .flex .note .fsz-sm {
    display: inline-block;
  }
}
.con_time .box_time .box_info table tr td .flex .note .fsz-lg {
  color: #fff;
}
.con_time .box_time .box_info table tr td .flex .note .yellow {
  color: #ffef9a;
}
.con_time .box_time .box_info table tr td .fsz-sm {
  display: block;
  font-size: clamp(12px, 1vw, 15px);
}
.con_time .box_time .box_info table tr .night2 {
  background: #d8ecdf;
}
.con_time .box_time .box_info table tr .night3 {
  background: #eff7f0;
}
@media only screen and (max-width: 640px) {
  .con_time .box_time .box_info .txt {
    text-align: center;
  }
}
.con_time .box_time .box_info .view_sp {
  margin: 0 auto;
  width: 291px;
  max-width: 80%;
}
.con_time .box_time .bn {
  margin-top: 6%;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_bnr
----------------------------------------------------------- */
.con_bnr {
  margin-bottom: 5em;
}
.con_bnr .img_title {
  text-align: center;
  margin-bottom: 3em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_bnr .img_title {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .con_bnr .img_title {
    margin-bottom: 0;
  }
}
.con_bnr .box_bnr {
  max-width: 1275px;
  display: flex;
  justify-content: center;
  gap: 2em;
}
@media only screen and (max-width: 640px) {
  .con_bnr .box_bnr {
    gap: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_bnr .box_bnr {
    flex-direction: column;
  }
}

/* -----------------------------------------------------------
	.con_copy
----------------------------------------------------------- */
.con_copy {
  margin-bottom: 80px;
}
.con_copy h3 {
  margin-bottom: 20px;
  color: #c39643;
  font-size: 122%;
  font-weight: normal;
}

/* -----------------------------------------------------------
	汎用パーツ
----------------------------------------------------------- */
main * {
  color: #603816;
  font-family: "Zen Maru Gothic Regular";
  line-height: 2;
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  main * {
    font-size: 98%;
  }
}
main .txt {
  line-height: 1.8;
  letter-spacing: 1px;
}
main img {
  height: auto;
  width: auto;
}
main span.note {
  color: #f1895e;
  font-weight: bold;
}

.box_list {
  margin-block: 2em;
}
@media only screen and (max-width: 640px) {
  .box_list {
    text-align: center;
  }
}
.box_list ul {
  border: 2.5px dashed #ffd3d5;
  display: inline-block;
  padding: 1.5em 3em;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .box_list ul {
    padding: 1.5em 2em;
  }
}
.box_list ul li {
  color: #f1895e;
  margin-bottom: 0;
  list-style-type: disc;
  width: 100%;
}
.box_list ul li span {
  color: #191e00;
}
.box_list + .box_btn {
  justify-content: flex-start;
}

.js-fadeIn {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}
.js-fadeIn.is-loaded {
  opacity: 1;
  transform: translate(0, 0);
}

.js-fadeLeft {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transform: translate(-50px, 0);
}
.js-fadeLeft.is-loaded {
  opacity: 1;
  transform: translate(0, 0);
}

.js-fadeRight {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transform: translate(50px, 0);
}
.js-fadeRight.is-loaded {
  opacity: 1;
  transform: translate(0, 0);
}

/* アニメーションの定義 */
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideBackground {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}
.js-bgAnimationLeft {
  overflow: hidden;
}
.js-bgAnimationLeft::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 382px;
  max-width: 35%;
  background: url(../bougain/images/bg_flower_left_3.png) no-repeat top left;
  height: 100%;
  background-size: contain;
  transition: all 2s ease-in-out;
  transform: translateY(-70%) rotate(-45deg);
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .js-bgAnimationLeft::before {
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .js-bgAnimationLeft::before {
    max-width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .js-bgAnimationLeft::before {
    transform: translateY(-20%) rotate(-5deg);
    transition: all 1s ease-in-out;
  }
}
.js-bgAnimationLeft.is-loaded::before {
  transform: translateY(0) rotate(0deg);
  opacity: .75;
  transition: all 2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .js-bgAnimationLeft.is-loaded::before {
    transition: all 1s ease-in-out;
  }
}

.js-bgAnimationRight {
  overflow: hidden;
}
.js-bgAnimationRight::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 382px;
  max-width: 35%;
  background: url(../bougain/images/bg_flower_right_2.png) no-repeat top right;
  height: 100%;
  background-size: contain;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  opacity: 0;
  transition: all 3s ease-in-out;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .js-bgAnimationRight::after {
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .js-bgAnimationRight::after {
    max-width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .js-bgAnimationRight::after {
    transform: translateY(-20%) rotate(5deg);
    transition: all 1s ease-in-out;
  }
}
.js-bgAnimationRight.is-loaded::after {
  transform: translateY(0) rotate(0deg);
  opacity: .75;
  transition: all 2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .js-bgAnimationRight.is-loaded::after {
    transition: all 1s ease-in-out;
  }
}

/*----------------------------------------------------
	モーダル
----------------------------------------------------*/
.note_important {
  position: relative;
  background: #eee9e6;
  max-width: 665px;
  margin: 20px auto;
  min-height: 20em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.note_important .box_inner:first-child {
  margin-top: 0;
}
.note_important .box_inner .txt_intro .txt {
  line-height: 1;
  padding: .5em;
  color: #022c43;
  line-height: 2;
  font-size: 286%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .note_important .box_inner .txt_intro .txt {
    font-size: 215%;
  }
}
@media only screen and (max-width: 640px) {
  .note_important .box_inner .txt_intro .txt {
    font-size: 179%;
  }
}
.note_important .box_inner .txt_intro .txt.top {
  padding: 0.5em 0;
  font-size: 1em;
  background-color: #191e00;
  margin: 0 auto 1em;
  width: 50%;
  color: #fff;
}
.note_important .box_inner .txt_intro .ttl_basic {
  color: #c94c38;
  font-size: 1.8em;
}
.note_important .box_inner .img {
  margin: 0 auto 1.5em;
}
.note_important .box_inner .btn_basic {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: -webkit-fill-available;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  .note_important .box_inner .btn_basic {
    height: -webkit-fill-available;
  }
}
.note_important .box_inner .btn_basic a {
  height: inherit;
  display: block;
}
.note_important .box_inner .btn_basic a:hover {
  background-color: #ffffff1a;
}
.note_important .btn_close_wrap {
  width: auto;
  height: auto;
  color: #fff;
}
.note_important .btn_close_wrap .line {
  display: inline-block;
  position: relative;
}
.note_important .btn_close_wrap .line span {
  display: block;
}
.note_important .btn_close_wrap .line span:before, .note_important .btn_close_wrap .line span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-top: 0;
  margin-left: -40px;
  background: #1d1d1d;
}
.note_important .btn_close_wrap .line span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-30deg);
}
.note_important .btn_close_wrap .line span:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-150deg);
}
.note_important .btn_close_wrap .txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}
