@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #333;
  text-align: left;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.opacity, .elio__detail .link, .page-id-15 .section_navi .list_navi li a {
  transition: 0.3s;
}
.opacity:hover, .elio__detail .link:hover, .page-id-15 .section_navi .list_navi li a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

header {
  padding: 50px 0 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header {
    padding: 5% 0 0 5%;
  }
}
@media screen and (max-width: 767px) {
  header.header_top {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header.header_top .header_logo {
    width: 144px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}

.header_logo {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 60px;
  }
}

#footer {
  padding: 7.5em 0 5em;
  background: url(../images/bg_navi.png);
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 5em 0 2em;
  }
}

.list_footer_banner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 50px;
  max-width: 780px;
  margin: 0 auto 7.5em;
}
@media screen and (max-width: 767px) {
  .list_footer_banner {
    gap: 20px 10%;
    margin: 0 0 5em;
  }
}
.list_footer_banner li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_footer_banner li {
    width: 40%;
    justify-content: center;
  }
}

.list_footer_navi {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 20px 0;
  max-width: 780px;
  margin: 0 auto 3em;
}
.list_footer_navi li {
  line-height: 1;
  border-left: 1px solid #A3A3A3;
}
@media screen and (max-width: 767px) {
  .list_footer_navi li {
    width: 50%;
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .list_footer_navi li:last-child, .list_footer_navi li.border {
    border-right: 1px solid #A3A3A3;
  }
}
.list_footer_navi li a {
  display: inline-block;
  padding: 0 1em;
  color: #A3A3A3;
  font-size: 0.93em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_footer_navi li a {
    padding: 0 0 0 10px;
    font-size: 0.86em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .list_footer_navi li a:hover {
    color: #eee;
  }
}

/* reCAPTCHAバッジ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha_text {
  color: #A3A3A3;
  font-size: 0.87em;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 3em 0 0;
  margin: 0 0 1em;
  border-top: 1px solid #A3A3A3;
}
@media screen and (max-width: 767px) {
  .grecaptcha_text {
    font-size: 0.8em;
    text-align: left;
    padding: 2em 90px 0 0;
  }
}
.grecaptcha_text a {
  color: #A3A3A3;
  text-decoration: underline;
}

.copy {
  color: #A3A3A3;
  font-size: 0.93em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 0.8em;
    text-align: left;
  }
}

.section_wrap {
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 5em 0;
  }
}
.section_wrap.top {
  padding-top: 3em;
}

.section:not(:last-child) {
  margin: 0 0 7.5em;
}
@media screen and (max-width: 767px) {
  .section:not(:last-child) {
    margin: 0 0 5em;
  }
}

.inner {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}
.inner_s {
  max-width: 1000px;
}
.inner_m {
  max-width: 1140px;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

#main {
  width: 74%;
}
@media screen and (max-width: 767px) {
  #main {
    width: 100%;
    margin: 0 0 4em;
  }
}

#sub {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #sub {
    width: 100%;
  }
}

.bg_gray {
  background-color: #f7f7f7;
}

.ttl_cmn {
  text-align: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    margin: 0 0 2em;
  }
}
.ttl_cmn .en {
  font-family: "Barlow", sans-serif;
  font-size: 2.125em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn .en {
    font-size: 2em;
  }
}

.low_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  padding: 50px 0 0;
  background: url(../images/bg_ttl.jpg) no-repeat center/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .low_ttl {
    height: 135px;
    padding: 20px 90px 0;
  }
}
.low_ttl .en {
  font-family: "Barlow", sans-serif;
  font-size: 4.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 0.12em;
}
@media screen and (max-width: 767px) {
  .low_ttl .en {
    font-size: 1.75em;
    letter-spacing: 0.06em;
    margin: 0 0 0.25em;
  }
}
.low_ttl .ttl {
  font-size: 1.12em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .low_ttl .ttl {
    font-size: 1em;
  }
}

.ttl_sub {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5em;
}

.txt_center {
  text-align: center;
}
.txt_center:not(:last-child) {
  margin: 0 0 3em;
}

.list_news:not(:last-child) {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .list_news:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_news li {
  border-bottom: 1px solid #A3A3A3;
}
@media screen and (max-width: 767px) {
  .list_news li {
    padding: 0 0 1em;
  }
}
.list_news li:not(:last-child) {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_news li:not(:last-child) {
    margin: 0 0 1.25em;
  }
}
.list_news li a {
  display: flex;
  padding: 0.75em 0;
}
@media screen and (max-width: 767px) {
  .list_news li a {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .list_news li a:hover {
    opacity: 0.7;
  }
}
.list_news li a .date {
  width: 140px;
  font-family: "Barlow", sans-serif;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .list_news li a .date {
    display: block;
    font-size: 1em;
    margin: 0 0 0.25em;
  }
}
.list_news li a .ttl {
  width: calc(100% - 140px);
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_news li a .ttl {
    display: block;
    width: 100%;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1em;
    font-weight: 400;
  }
}

.list_news_02:not(:last-child) {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .list_news_02:not(:last-child) {
    margin: 0 0 2em;
  }
}
.list_news_02 li {
  border-bottom: 1px solid #A3A3A3;
}
@media screen and (max-width: 767px) {
  .list_news_02 li {
    padding: 0 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .list_news_02 li:not(:last-child) {
    margin: 0 0 1.25em;
  }
}
.list_news_02 li.empty {
  border: none;
}
.list_news_02 li a {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25em 0;
}
@media screen and (max-width: 767px) {
  .list_news_02 li a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .list_news_02 li a:hover {
    opacity: 0.7;
  }
}
.list_news_02 li a .date {
  width: 140px;
  font-family: "Barlow", sans-serif;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .list_news_02 li a .date {
    width: 90px;
    font-size: 1em;
    margin: 0 0 0.5em;
  }
}
.list_news_02 li a .cat {
  width: calc(100% - 140px);
  font-family: "Barlow", sans-serif;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .list_news_02 li a .cat {
    width: calc(100% - 90px);
    font-size: 1em;
  }
}
.list_news_02 li a .ttl {
  width: 100%;
  padding: 5px 0 0 140px;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_news_02 li a .ttl {
    padding: 0;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1em;
    font-weight: 400;
  }
}

.section_side:not(:last-child) {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .section_side:not(:last-child) {
    margin: 0 0 2em;
  }
}

.ttl_side {
  font-family: "Barlow", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 0 0 0.25em;
  margin: 0 0 1em;
  border-bottom: 1px solid #A3A3A3;
}
@media screen and (max-width: 767px) {
  .ttl_side {
    font-size: 1.33em;
  }
}

.list_side li:not(:last-child) {
  margin: 0 0 1em;
}
.list_side li:not(:last-child).current-cat a {
  color: #333;
}
.list_side li:not(:last-child).current-cat a::before {
  opacity: 1;
}
.list_side li a {
  display: block;
  padding: 0 30px 0 0;
  color: #818181;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_side li a {
    display: inline-block;
  }
}
.list_side li a::before {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../images/arrow_right.svg) no-repeat right/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .list_side li a:hover {
    color: #333;
  }
  .list_side li a:hover::before {
    opacity: 1;
  }
}
.list_side li .en {
  font-family: "Barlow", sans-serif;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .list_side li .en {
    font-size: 1em;
  }
}
.list_side li .ttl {
  font-size: 0.93em;
}

.list_archive li:not(:last-child) {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_archive li:not(:last-child) {
    margin: 0 0 0.5em;
  }
}
.list_archive li a {
  color: #818181;
  font-family: "Barlow", sans-serif;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .list_archive li a {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .list_archive li a:hover {
    color: #333;
  }
}

.button {
  text-align: center;
}
.button a {
  display: inline-block;
  padding: 0 40px 0 0;
  background: url(../images/arrow_circle_right.svg) no-repeat right/30px 30px;
  font-family: "Barlow", sans-serif;
  font-size: 1.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .button a {
    font-size: 1.33em;
  }
}
@media screen and (min-width: 768px) {
  .button a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.button_reserve {
  display: none;
  position: fixed;
  right: 0;
  bottom: 86px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .button_reserve {
    bottom: 65px;
  }
}
.button_reserve a {
  display: block;
  width: 164px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button_reserve a {
    width: 100px;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .button_reserve a:hover {
    transform: translateX(5px);
  }
}

#page_top {
  display: none;
  width: 46px;
  height: 46px;
  background: url(../images/page_top.svg) no-repeat center/contain;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 15px;
  }
}

#list_breadcrumb {
  color: #4C4948;
  font-size: 0.81em;
  line-height: 1.8;
  padding: 2em 0 0;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    font-size: 0.733em;
    letter-spacing: 0.04em;
  }
}
#list_breadcrumb .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#list_breadcrumb a {
  color: #4C4948;
}

.wp-pagenavi {
  margin: 70px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 50px 0 0;
    gap: 10px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #A3A3A3;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
    font-size: 0.93em;
  }
}
.wp-pagenavi a:hover {
  background-color: #000;
}
.wp-pagenavi .current {
  background-color: #000;
}

.list_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 0 0;
  margin: 5em auto 0;
  border-top: 1px solid #A3A3A3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    display: block;
    margin: 3em 0 0;
    padding: 1.5em 0 4.5em;
  }
}
.list_pagination li {
  font-size: 0.87em;
  line-height: 1.5;
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 20px;
  background: url(../images/arrow_left.svg) no-repeat left/8px 16px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev a {
    margin: 0 0 1em;
  }
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle a {
    display: inline-block;
    padding: 1em 3em;
    border-radius: 50px;
    background-color: #A3A3A3;
    color: #fff;
    font-weight: 700;
  }
}
.list_pagination li.next {
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next a {
  padding-right: 20px;
  background: url(../images/arrow_right.svg) no-repeat right/8px 16px;
}
.list_pagination li a {
  display: inline-block;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .list_pagination li a {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .list_pagination li a:hover {
    opacity: 1;
  }
}

.fade {
  opacity: 0;
}
.fade.animated {
  animation: fade 1s forwards;
}

.fade_up {
  opacity: 0;
}
.fade_up.animated {
  animation: fade_up 1s forwards;
}
.fade_up_02 {
  opacity: 0;
}
.fade_up_02.animated {
  animation: fade_up 1s 0.25s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_02.animated {
    animation: fade_up 1s forwards;
  }
}
.fade_up_03.animated {
  opacity: 0;
}
.fade_up_03.animated.animated {
  animation: fade_up 1s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_03.animated.animated {
    animation: fade_up 1s forwards;
  }
}
.fade_up_delay {
  opacity: 0;
}
.fade_up_delay.animated {
  animation: fade_up 1s 0.25s forwards;
}

.fade_zoom {
  opacity: 0;
  transform: scale(1.02);
  filter: blur(10px);
}
.fade_zoom.animated {
  animation: zoom 1.75s ease forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoom {
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes pop {
  50% {
    transform: translateY(3px);
  }
}
.mv {
  height: 100vh;
  min-height: 700px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .mv {
    max-height: 780px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: auto;
    min-height: 500px;
    aspect-ratio: 375/550;
  }
}

.main_img {
  width: 100%;
  height: 100%;
  background: url(../images/main_img.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .main_img {
    background-image: url(../images/main_img_sp.jpg);
  }
}

.section_moon {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 5vw;
  bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_moon {
    padding: 15px;
    font-size: 0.9em;
    bottom: 5vw;
  }
}
.section_moon .img_moon {
  width: 100px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .section_moon .img_moon {
    width: 70px;
    margin: 5px auto;
  }
}
.section_moon .day {
  font-family: "Barlow", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.02em;
}

.section_navi {
  padding: 2em 0;
  background: url(../images/bg_navi.png);
}
@media screen and (max-width: 767px) {
  .section_navi {
    padding: 1em 0;
    background-size: 750px;
  }
}

.list_navi {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_navi {
    flex-wrap: wrap;
  }
}
.list_navi.col_06 {
  max-width: 1300px;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .list_navi.col_06 li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_navi.col_06 li:nth-child(3n+1) a {
    border-left: 1px solid #4C4948;
  }
  .list_navi.col_06 li:nth-child(-n+3) {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #4C4948;
  }
}
@media screen and (max-width: 767px) {
  .list_navi.col_02 li {
    width: 50%;
  }
  .list_navi.col_02 li:nth-child(2n+1) a {
    border-left: 1px solid #4C4948;
  }
  .list_navi.col_02 li:nth-child(-n+2) {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #4C4948;
  }
}
.list_navi li {
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .list_navi li {
    border-right: 1px solid #4C4948;
  }
  .list_navi li:first-child {
    border-left: 1px solid #4C4948;
  }
}
@media screen and (max-width: 767px) {
  .list_navi li:first-child a {
    border-left: 1px solid #4C4948;
  }
}
.list_navi li a {
  display: block;
  height: 100%;
  padding: 80px 0 10px;
  color: #D3D4D5;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_navi li a {
    padding: 50px 0 5px;
    border-right: 1px solid #4C4948;
    background-size: 50px;
    font-size: 0.86em;
  }
}
@media screen and (min-width: 768px) {
  .list_navi li a:hover::before {
    animation: pop 0.5s ease forwards;
  }
}
.list_navi li a::before {
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_navi li a::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .list_navi li a::before {
    transition: 0.3s;
  }
}
.list_navi li a.icon_01::before {
  background-image: url(../images/icon_01.png);
}
.list_navi li a.icon_02::before {
  background-image: url(../images/icon_02.png);
}
.list_navi li a.icon_03::before {
  background-image: url(../images/icon_03.png);
}
.list_navi li a.icon_04::before {
  background-image: url(../images/icon_04.png);
}
.list_navi li a.icon_05::before {
  background-image: url(../images/icon_05.png);
}
.list_navi li a.icon_06::before {
  background-image: url(../images/icon_06.png);
}
.list_navi li a.icon_07::before {
  background-image: url(../images/icon_07.png);
}
.list_navi li a.icon_08::before {
  background-image: url(../images/icon_08.png);
}
.list_navi li a.icon_09::before {
  background-image: url(../images/icon_09.png);
}
.list_navi li a.icon_10::before {
  background-image: url(../images/icon_10.png);
}
.list_navi li a.icon_11::before {
  background-image: url(../images/icon_11.png);
}
.list_navi li a.icon_12::before {
  background-image: url(../images/icon_12.png);
}
.list_navi li a.icon_13::before {
  background-image: url(../images/icon_13.png);
}
.list_navi li a.icon_14::before {
  background-image: url(../images/icon_14.png);
}
.list_navi li a.icon_15::before {
  background-image: url(../images/icon_15.png);
}
.list_navi li a.icon_16::before {
  background-image: url(../images/icon_16.png);
}
.list_navi li a.icon_17::before {
  background-image: url(../images/icon_17.png);
}
.list_navi li a.icon_18::before {
  background-image: url(../images/icon_18.png);
}
.list_navi li a.icon_19::before {
  background-image: url(../images/icon_19.png);
}
.list_navi li a.icon_20::before {
  background-image: url(../images/icon_20.png);
}
.list_navi li a span {
  display: block;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .list_navi li a span {
    font-size: 0.8em;
    letter-spacing: 0;
  }
}

.button_wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .button_wrap .button {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.slide_pickup {
  margin: -20px 0 0;
}
@media screen and (max-width: 767px) {
  .slide_pickup {
    margin: -10px 10px 2em;
  }
}
.slide_pickup:not(.is-overflow) .splide__list {
  justify-content: center;
}
.slide_pickup li {
  padding: 20px 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide_pickup li {
    padding: 10px 20px 0;
  }
}
.slide_pickup li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .slide_pickup li a:hover .img img {
    transform: scale(1.08);
  }
}
.slide_pickup li a::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/icon_pickup.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .slide_pickup li a::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .slide_pickup li a::before {
    width: 60px;
    height: 60px;
    left: 10px;
  }
}
.slide_pickup li .img {
  aspect-ratio: 6/4;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.slide_pickup li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .slide_pickup li .img img {
    transform: scale(1.001);
    transition: 0.4s;
  }
}
.slide_pickup li .ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .slide_pickup li .ttl {
    font-size: 1.13em;
  }
}
.slide_pickup li .txt {
  font-size: 0.93em;
  text-align: center;
}
.slide_pickup .splide__arrow {
  background-color: #fff;
}
.slide_pickup .splide__arrow.splide__arrow--prev {
  left: -40px;
}
@media screen and (max-width: 767px) {
  .slide_pickup .splide__arrow.splide__arrow--prev {
    left: -20px;
  }
}
.slide_pickup .splide__arrow.splide__arrow--next {
  right: -40px;
}
@media screen and (max-width: 767px) {
  .slide_pickup .splide__arrow.splide__arrow--next {
    right: -20px;
  }
}

.section_access {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .section_access {
    margin: 0 0 2em;
  }
}
.section_access .access {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_access .access .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_access .access .img {
    width: 100%;
    margin: 0 0 1em;
  }
}
.section_access .access .desc {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_access .access .desc {
    width: 100%;
  }
}
.section_access .access .txt {
  font-size: 1.12em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .section_access .access .txt {
    font-size: 1em;
  }
}
.section_access .access .tel {
  margin: 0 0 0.25em;
}
.section_access .access .tel a {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/icon_tel.svg) no-repeat left/20px 20px;
  font-family: "Barlow", sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .section_access .access .tel a {
    padding: 0 0 0 20px;
    background-size: 15px 15px;
    font-size: 1.5em;
  }
}
.section_access .access .mail {
  font-size: 1.12em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section_access .access .mail {
    font-size: 1em;
  }
}

.map {
  aspect-ratio: 13/6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map {
    aspect-ratio: 3/2;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fee {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 3em;
}
.fee .img {
  width: calc(100% - 360px);
}
@media screen and (max-width: 767px) {
  .fee .img {
    width: 100%;
    margin: 0 0 2em;
  }
}
.fee .desc {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .fee .desc {
    width: 100%;
  }
}
.fee .desc .note {
  font-size: 0.93em;
  margin: 1em 0 0;
}

.dlist_fee {
  width: 100%;
  margin: auto;
}
.dlist_fee.mb {
  margin-bottom: 2em;
}
.dlist_fee > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #A3A3A3;
  padding: 0 0 0.5em;
  position: relative;
}
.dlist_fee > div:not(:last-child) {
  margin: 0 0 1em;
}
.dlist_fee > div::before {
  content: "";
  width: 110px;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dlist_fee > div dt, .dlist_fee > div dd {
  font-size: 1.12em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dlist_fee > div dt, .dlist_fee > div dd {
    font-size: 1em;
  }
}

.info {
  margin: 0 0 2em;
}
.info .ttl {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .info .ttl {
    font-size: 1.13em;
    line-height: 1.6;
    margin: 0 0 0.75em;
  }
}
.info .txt {
  font-size: 1.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info .txt {
    font-size: 1em;
    text-align: left;
  }
}

.box {
  display: flex;
  justify-content: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .box {
    margin: 0 0 2em;
  }
}
.box p {
  padding: 1em 2em;
  border: 1px solid #A3A3A3;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box p {
    width: 100%;
    padding: 1em;
    font-size: 1em;
  }
}
.box p span {
  display: block;
  font-size: 0.8em;
}

.button_star {
  text-align: center;
}
.button_star a {
  display: inline-block;
  padding: 10px 30px 10px 60px;
  border-bottom: 1px solid #A3A3A3;
  background: url(../images/icon_13.png) no-repeat top left/50px, url(../images/arrow_right.svg) no-repeat right/8px 16px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .button_star a {
    padding: 8px 20px 8px 50px;
    background-size: 40px, 8px 16px;
    font-size: 1.33em;
  }
}
@media screen and (min-width: 768px) {
  .button_star a:hover {
    opacity: 0.7;
    letter-spacing: 0.08em;
    border-color: #000;
  }
}

.ttl_private {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl_private {
    font-size: 1em;
  }
}

.txt_private {
  font-size: 1.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_private {
    font-size: 1em;
    text-align: left;
  }
}
.txt_private:not(:last-child) {
  margin: 0 0 2em;
}

.slide_img {
  margin: 0 0 3em;
}

.bg_fee img {
  width: 100%;
}

.article_top {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .article_top {
    margin: 0 0 2em;
  }
}
.article_top .info {
  margin: 0 0 0.75em;
}
.article_top .info .date {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .article_top .info .date {
    font-size: 0.93em;
  }
}
.article_top .info .cat {
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
  border-left: 1px solid #333;
  font-family: "Barlow", sans-serif;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .article_top .info .cat {
    font-size: 0.86em;
  }
}
.article_top .ttl {
  font-size: 1.68em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .article_top .ttl {
    font-size: 1.33em;
  }
}

.article_contents {
  word-break: break-all;
}
.article_contents img {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .article_contents img {
    max-height: 500px;
    margin: 0 0 20px;
  }
}
.article_contents blockquote {
  padding: 1.5em;
  margin: 0;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .article_contents blockquote {
    font-size: 0.93em;
  }
}
.article_contents blockquote:not(:last-child) {
  margin: 0 0 2em;
}
.article_contents table {
  width: 100%;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .article_contents table {
    font-size: 0.93em;
  }
}
.article_contents table:not(:last-child) {
  margin: 0 0 2em;
}
.article_contents table th,
.article_contents table td {
  padding: 0.75em;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .article_contents table th,
  .article_contents table td {
    padding: 0.5em;
    font-size: 0.93em;
  }
}
.article_contents a {
  text-decoration: underline;
}
.article_contents h2 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .article_contents h2 {
    font-size: 1.2em;
  }
}
.article_contents h2:not(:first-child) {
  margin-top: 2em;
}
.article_contents h3 {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.6;
  margin: 2em 0 0.75em;
}
@media screen and (max-width: 767px) {
  .article_contents h3 {
    font-size: 1.06em;
  }
}
.article_contents p {
  line-height: 2;
}
.article_contents p:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .article_contents p:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.article_contents p img {
  margin-bottom: 0;
}
.article_contents iframe {
  max-width: 100%;
}
.article_contents iframe:not(:last-child) {
  margin: 0 0 2em;
}
.article_contents ul {
  padding: 0 0 0 20px;
}
.article_contents ul:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .article_contents ul:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.article_contents ul li {
  list-style: disc;
  line-height: 1.75;
}
.article_contents ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
.article_contents ol {
  padding: 0 0 0 20px;
}
.article_contents ol:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .article_contents ol:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.article_contents ol li {
  list-style: decimal;
  line-height: 1.75;
}
.article_contents ol li:not(:last-child) {
  margin: 0 0 0.5em;
}

.contact_top {
  margin: 0 0 3em;
}
.contact_top .ttl {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .contact_top .ttl {
    font-size: 1em;
  }
}
.contact_top .tel {
  line-height: 1;
  text-align: center;
  margin: 0 0 0.5em;
}
.contact_top .tel a {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/icon_tel.svg) no-repeat left/20px 20px;
  font-family: "Barlow", sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .contact_top .tel a {
    padding: 0 0 0 20px;
    background-size: 15px 15px;
    font-size: 1.5em;
  }
}
.contact_top .time {
  font-size: 1.18em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_top .time {
    font-size: 1em;
  }
}
.contact_top .note {
  font-size: 0.93em;
  text-align: center;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  .contact_top .note {
    font-size: 0.86em;
  }
}

.contact_form {
  max-width: 800px;
  margin: auto;
}
.contact_form .row {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .contact_form .row {
    margin: 0 0 2em;
  }
}
.contact_form .row .ttl {
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 0.75em;
}

.required {
  display: inline-block;
  background: #4C4948;
  color: #fff;
  font-size: 0.8em;
  padding: 0 0.5em;
  margin: 0 0 0 1em;
}

.scrollbox {
  height: 15em;
  padding: 1.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #F2F2F2;
  font-size: 0.93em;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .scrollbox {
    height: 200px;
    padding: 1em;
    font-size: 0.93em;
    line-height: 1.8;
  }
}
.scrollbox p:not(:last-child) {
  margin: 0 0 1.5em;
}

.consent {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .consent {
    letter-spacing: 0.04em;
  }
}
.consent .wpcf7-list-item {
  margin: 0;
}
.consent .required {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #F2F2F2;
  font-family: inherit;
  line-height: 1.7;
}
input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
  background-color: #fee;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, select {
    font-size: 1.07em;
  }
}

input.input_s {
  width: 12em;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  display: inline-flex;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]::after {
  content: "";
  width: 15px;
  height: 10px;
  border-left: 3px solid #4C4948;
  border-bottom: 3px solid #4C4948;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox]::after {
    width: 12px;
    height: 8px;
    top: 4px;
    left: 4px;
  }
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

.submit_wrap {
  text-align: center;
}
.submit_wrap .wpcf7-spinner {
  display: block;
  margin: 1em auto 0;
}

.submit {
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 1.5em 0;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
  border: none;
  background: #707070;
  color: #fff;
  font-weight: 700;
}

.submit.wpcf7-submit:disabled {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .submit:hover {
    opacity: 0.8;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 768px) {
  .txt_contact {
    text-align: center;
  }
}

/* 2024 06 00　価格改定に伴う改修 */
.special .inner {
  background-color: #cccccc;
  padding: 2em 5%;
}
.special h2 {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.special p {
  text-align: center;
}
.special p a {
  text-decoration: underline;
}
.special.pt {
  padding-top: 5em;
}

.fee_box,
input[name=fee_accordion],
input[name=fee_accordion_2] {
  display: none;
}

.fee_box {
  border: 2px solid #000;
  padding: 3.75em 5%;
  width: 100%;
  margin-bottom: 3em;
}

.fee_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.fee_tab label {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  width: 50%;
  padding: 1em 0.25em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fee_tab label {
    font-size: 1.125em;
  }
}

input[name=fee_accordion]:checked + label,
input[name=fee_accordion_2]:checked + label {
  background-color: #000;
  color: #fff;
}

input#list01:checked ~ #list01_content,
input#list02:checked ~ #list02_content,
input#list11:checked ~ #list11_content,
input#list12:checked ~ #list12_content {
  display: block;
}

.image_private {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 3em;
}
.image_private img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_fee {
  display: block;
  overflow: hidden;
  aspect-ratio: 10/4;
}
.bg_fee img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.page-id-15 .section_navi {
  padding: 5em 0;
}
.page-id-15 .section_navi .list_navi li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-id-15 .section_navi .list_navi li {
    width: 50%;
  }
}
.page-id-15 .section_navi .list_navi li a {
  height: auto;
}
.page-id-15 .section_navi .list_navi li .links {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .page-id-15 .section_navi .list_navi li .links {
    border-right: 1px solid #4C4948;
  }
}
.page-id-15 .section_navi .list_navi li .links a {
  display: block;
  border: 1px solid #4C4948;
  padding: 0.5em 1em;
  text-align: center;
  margin-bottom: 1em;
}
.page-id-15 .section_navi .list_navi li .links a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-id-15 .section_navi .list_navi li:first-child .links {
    border-left: 1px solid #4C4948;
  }
}

.list_private_content {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .list_private_content {
    flex-direction: column;
    gap: 1.5em;
  }
}
.list_private_content li {
  width: 100%;
}
.list_private_content li p {
  padding: 2em 0;
  color: #fff;
}

.fes_banner img {
  position: fixed;
  bottom: 1vw;
  left: 1px;
  z-index: 9999;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .fes_banner img {
    width: 90px;
  }
}
/* 2025 07 00　ディズニー　エリオ　星空上映 */
.elio {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.elio:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/elio_bg.jpg) no-repeat center top/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.elio__decoration {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/elio_01.png) no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.elio__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  mix-blend-mode: soft-light;
}
.elio__container {
  position: relative;
  padding: 265px min(5vw, 75px) 150px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .elio__container {
    padding-top: 150px;
  }
}
.elio__main_visual {
  margin-bottom: 50px;
}
.elio__date {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 50px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.elio__date span {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .elio__date {
    font-size: 8vw;
  }
}
.elio__ttl {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.57;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .elio__ttl {
    font-size: 1.4rem;
  }
}
.elio__lead {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 48px;
}
.elio__outline {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.elio__outline .item {
  display: flex;
  align-items: baseline;
  padding: 25px 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .elio__outline .item {
    flex-direction: column;
    padding: 25px 0;
  }
}
.elio__outline dt {
  flex-shrink: 0;
  width: 112px;
}
@media screen and (max-width: 767px) {
  .elio__outline dt {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .elio__outline dd {
    font-size: 0.9375rem;
  }
}
.elio__outline dd a {
  color: inherit;
}
.elio__outline + p {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 0.875rem;
}
.elio__detail {
  width: 100%;
  max-width: 1220px;
  margin: 7.5rem auto 0;
  display: flex;
  align-items: flex-start;
  gap: 6.02%;
}
@media screen and (max-width: 767px) {
  .elio__detail {
    flex-direction: column;
    gap: 1.5em;
    margin: 5rem auto 0;
  }
}
.elio__detail .image {
  flex-shrink: 0;
  width: 36.88%;
}
@media screen and (max-width: 767px) {
  .elio__detail .image {
    width: 100%;
  }
}
.elio__detail .text {
  flex-grow: 1;
}
.elio__detail .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .elio__detail .ttl {
    font-size: 1.6rem;
  }
}
.elio__detail .date {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 1rem 0 0;
}
.elio__detail .para {
  margin-top: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.875;
}
.elio__detail .para p:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .elio__detail .para {
    font-size: 0.9375rem;
  }
}
.elio__detail .link {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #fff;
  gap: 16px;
}
.elio__detail .link:after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background: url(../images/elio_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .elio__detail .link {
    font-size: 0.9375rem;
  }
  .elio__detail .link:after {
    width: 18px;
  }
}