@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 220%;
  font-feature-settings: "palt";
  background: #f8f8f8;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

.wrap {
  display: flex;
}

header {
  width: 180px;
  border-right: #e6e6e6 solid 1px;
  padding: 100px 47px;
  height: 100vh;
}
header .in {
  position: fixed;
}
header .in h1 {
  width: 86px;
  position: fixed;
  z-index: 20;
  top: 100px;
}
header .in nav.pcs {
  position: fixed;
  top: 400px;
}
header .in nav.pcs ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
header .in nav.pcs ul li {
  writing-mode: vertical-rl;
  margin-bottom: 48px;
}
header .in nav.pcs ul li a {
  display: block;
  width: 50%;
  padding: 0 6px;
}
header .in nav.pcs ul li a:hover {
  opacity: 0.5;
}

@media (max-height: 950px) {
  nav.pcs {
    display: none;
  }
}
.main {
  width: calc(100% - 180px);
}

.head_humburger {
  position: fixed;
  bottom: 40px;
  left: 64px;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  z-index: 99;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .head_humburger {
    display: block;
    right: 0;
    top: 45vh;
    padding-top: 20px;
    width: 70px;
    height: 70px;
  }
  .head_humburger:after {
    top: 70px;
    right: 14px;
    letter-spacing: 2px;
  }
  .js_humburgerOpen .head_humburger:after {
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .head_humburger {
    display: block;
    right: 0;
    top: 45vh;
    padding-top: 20px;
    width: 70px;
    height: 70px;
  }
  .head_humburger:after {
    top: 70px;
    right: 0px;
    letter-spacing: 2px;
  }
}
.head_humburger_wrapper {
  margin-bottom: 5px;
  width: 46px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .head_humburger_wrapper {
    margin-bottom: 5px;
    width: 46px;
  }
}
.head_humburger_text {
  font-size: 12px;
}

.js_humburgerOpen .head_humburger_text.head_humburger_text__menu,
.head_humburger_text.head_humburger_text__close {
  display: none;
}

.js_humburgerOpen .head_humburger_text.head_humburger_text__close {
  display: block;
}

@media screen and (max-width: 768px) {
  .head_humburger_text {
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .head_humburger_text svg path {
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}
@media screen and (max-width: 768px) {
  .js_humburgerOpen .head_humburger_text svg path {
    fill: #000;
  }
}
.head_humburger span.head_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 13px;
  height: 1px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.head_humburger span.head_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .head_humburger span.head_humburger_bar {
  background: #000;
  margin: 0 auto 7px;
}
.js_humburgerOpen .head_humburger span.head_humburger_bar.top {
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .head_humburger span.head_humburger_bar.middle {
  opacity: 0;
}
.js_humburgerOpen .head_humburger span.head_humburger_bar.bottom {
  transform: translateY(-7px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .head_humburger span.head_humburger_bar {
    left: 0;
    top: 0;
    background: #000;
  }
}
.head_humburgerButton.head_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.head_humburgerButton__close span.head_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}
.head_humburgerButton__close span.head_humburger_bar.top {
  transform: translateY(5px) rotate(-45deg);
}
.head_humburgerButton__close span.head_humburger_bar.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  top: 0;
  right: 100%;
  height: 100vh;
  background-color: #fff;
  background: #FFFFFF;
  width: 100%;
  z-index: 19;
  padding-top: 160px;
  box-sizing: border-box;
  transition: all 600ms ease-out;
  transform: translateZ(100%) translateX(0);
  overflow: auto;
}

.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
  width: 100%;
  right: 0px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .navi {
    padding: 100px 5% 0;
  }
  .js_humburgerOpen .navi {
    width: 100%;
  }
}
.navi_inner {
  display: flex;
  justify-content: center;
}

.navi_item {
  position: relative;
  margin-bottom: 28px;
  font-size: 28px;
  white-space: nowrap;
  margin: 0 48px;
}
.navi_item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0;
  writing-mode: vertical-rl;
}
.navi_item a:hover {
  opacity: 0.6;
}

.navi_item_s {
  position: relative;
  margin-bottom: 28px;
  font-size: 18px;
  white-space: nowrap;
  margin: 0 10px;
}
.navi_item_s a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0;
  writing-mode: vertical-rl;
}
.navi_item_s a:hover {
  opacity: 0.6;
}
.navi_item_s.op_innerLink {
  cursor: pointer;
}

.access_btn {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .navi_item {
    margin: 0 10vw;
  }
}
.head_spChildNavOpen {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 20;
  transition: all 200ms ease-out;
  transform-origin: center;
  padding: 10px;
}

.js_openParent.js_fire > .head_spChildNavOpen {
  transform: rotate(180deg);
}
.js_openParent.js_fire > .head_spChildNavOpen > .head_spChildNavOpen_wrapper:after {
  transform: rotate(90deg);
  opacity: 0;
}

.head_spChildNavOpen_wrapper {
  position: relative;
  width: 16px;
  height: 16px;
  transition: all 200ms ease-out;
  transform-origin: center;
}
.head_spChildNavOpen_wrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
}
.head_spChildNavOpen_wrapper:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 1px);
  transition: all 200ms ease-out;
}

.nav_child {
  background: #252528;
  padding: 24px 0;
  transition: max-height 0.3s ease-in-out;
}

.nav_child_item {
  position: relative;
  font-size: 90%;
}
.nav_child_item:last-child {
  margin-bottom: 0px;
}
.nav_child_item a {
  color: #000;
  padding: 12px 32px;
  font-size: 15px;
}
.nav_child_item a:hover {
  color: var(--sitecolor);
}
.nav_child_item:last-child a {
  border: none;
}

.js_openSwitch {
  cursor: pointer;
}

.js_openTarget {
  display: none;
}

.btn {
  display: flex;
  justify-content: flex-end;
}
.btn a {
  display: block;
  border: #dcdddd solid 1px;
  background: url(/assets/images/SVG/arrow.svg) no-repeat calc(100% - 20px) 50%/6px 7px;
  width: 240px;
  text-align: center;
  padding: 8px;
}

.inner {
  width: 1000px;
  margin: auto;
}

/* =================================================================

    トップページ

================================================================= */
.mv {
  background: url(/assets/images/2x/mv.jpg) no-repeat 50% 50%/cover;
  height: 100vh;
}
.mv img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: auto;
  /* 高さを自動調整 */
}

#sec01 {
  padding: 100px 0;
}
#sec01 h2 {
  width: 176px;
  margin: 0 auto 85px;
}
#sec01 .txt2 {
  margin: 70px 0;
  padding: 45px 0 20px;
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
}
#sec01 .txt2 ul {
  display: flex;
  gap: 80px;
  margin-bottom: 24px;
  justify-content: center;
}
#sec01 .txt2 ul li {
  font-size: 20px;
}
#sec01 rt {
  font-size: 10px;
}

#sec02 .inner {
  padding: 167px 0;
}
#sec02 .inner .base {
  display: flex;
}
#sec02 .inner .base h2 {
  width: 40%;
  font-size: 28px;
  writing-mode: vertical-lr;
}
#sec02 .inner .base .body .btn {
  margin-top: 84px;
}

#sec03 .inner {
  padding: 80px 0 167px 0;
}
#sec03 .inner h2 {
  font-size: 28px;
  writing-mode: vertical-lr;
  width: 30px;
  margin: 0 auto 70px;
}
#sec03 .inner .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#sec03 .inner .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#sec03 .inner .base {
  display: flex;
  padding: 70px 0;
}
#sec03 .inner .base .body {
  width: 70%;
}
#sec03 .inner .base .body .names span {
  font-size: 20px;
}
#sec03 .inner .base .btn_wrap {
  width: 30%;
}

.ic img {
  width: 100%;
  overflow: hidden;
}

.lows h1.pagename {
  width: 86px;
  margin: 186px auto;
  background: url(/assets/images/SVG/h1_bg.svg) no-repeat 0 0;
  writing-mode: vertical-lr;
  font-size: 30px;
  padding: 52px 0 0 24px;
}

.event #sec1 {
  padding-bottom: 150px;
}
.event #sec1 .base {
  display: flex;
}
.event #sec1 .base h2 {
  width: 20%;
  writing-mode: vertical-lr;
  font-size: 28px;
}
.event #sec1 .base .body {
  width: 80%;
}
.event #sec1 .base .body table {
  border-top: #e6e6e6 solid 1px;
}
.event #sec1 .base .body table th,
.event #sec1 .base .body table td {
  width: 50%;
  border-bottom: #e6e6e6 solid 1px;
  padding: 24px;
  font-size: 20px;
  font-weight: 400;
}
.event #sec2 {
  padding-bottom: 150px;
}
.event #sec2 .base {
  display: flex;
  padding: 200px 0;
}
.event #sec2 .base h2 {
  width: 20%;
  writing-mode: vertical-lr;
  font-size: 28px;
}
.event #sec2 .base .body {
  width: 80%;
}
.event #sec2 .base .body dl {
  border-top: #e6e6e6 solid 1px;
  padding: 40px 24px;
}
.event #sec2 .base .body dl dt {
  font-size: 20px;
  font-weight: 400;
}
.event #sec2 .base .body dl dd {
  font-size: 15px;
}
.event #sec2 .base .body p {
  padding: 134px 0 0 0;
  text-align: center;
  border-top: #e6e6e6 solid 1px;
}

.legends img {
  width: 100%;
  height: auto;
}
.legends #sec1 {
  padding-bottom: 150px;
}
.legends #sec1 p {
  font-size: 20px;
  padding-top: 90px;
  text-align: center;
}
.legends #sec2 {
  padding-bottom: 150px;
}
.legends #sec3 .base {
  padding: 130px 0 150px;
}
.legends .base {
  display: flex;
}
.legends .base h2 {
  width: 20%;
  writing-mode: vertical-lr;
  font-size: 28px;
}
.legends .base .body {
  width: 80%;
}

.item {
  padding-bottom: 150px;
}
.item img {
  width: 100%;
  height: auto;
}
.item .base {
  display: flex;
}
.item .base h2 {
  width: 20%;
  writing-mode: vertical-lr;
  font-size: 28px;
}
.item .base .body {
  width: 80%;
  text-align: center;
}
.item .base .body .two_col {
  display: flex;
  gap: 2%;
}
.item .base .body .two_col .blk {
  width: 48%;
}
.item .base .body .three_col {
  display: flex;
  gap: 2%;
}
.item .base .body .three_col .blk {
  width: 31%;
}
.item .base .body .sec {
  margin-bottom: 70px;
}
.item .base .body .thum {
  margin-bottom: 16px;
}
.item .base .body h3 {
  font-size: 20px;
  font-weight: 400;
}
.item .base .body .price {
  font-size: 14px;
}
.item .base .body p {
  font-size: 13px;
  line-height: 150%;
  margin-top: 10px;
}
.item .base .body .txt {
  text-align: left;
  font-size: 14px;
  margin-top: 16px;
  line-height: 180%;
}
.item .base .body a {
  text-decoration: underline;
}
.item .ic2 {
  background: #fff;
  padding: 80px;
  margin-bottom: 100px;
}

footer {
  background: #fff;
  padding: 130px 0;
  font-size: 15px;
}
footer .inner {
  width: 1000px;
  margin: auto;
}
footer .inner .base {
  display: flex;
}
footer .inner .base .f_logo {
  width: 86px;
  margin-right: 196px;
}
footer .inner .base .f_menu {
  width: 718px;
  display: flex;
}
footer .inner .base .f_menu .f_navi {
  margin-right: 185px;
}
footer .inner .base .f_menu .f_navi li a {
  display: block;
  margin: 10px 0 20px;
}
footer .inner .base .f_menu .f_navi li a:hover {
  opacity: 0.6;
}
footer .inner .base .f_menu .f_contact .t {
  margin: 10px 0;
}
footer .inner .base .f_menu .f_contact .num {
  font-size: 28px;
  background: url(../images/SVG/tel.svg) no-repeat 0 6px/15px 20px;
  padding: 0 0 0 24px;
  letter-spacing: 2px;
}
footer .inner .base .f_menu .f_contact .time {
  text-align: center;
  font-size: 12px;
}
footer .inner .base .f_menu .f_contact .txt {
  font-size: 13px;
  margin-top: 20px;
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* =======================================================================================================================

    スマホ

======================================================================================================================= */
@media screen and (max-width: 768px) {
  .wrap {
    display: block;
  }
  header {
    width: 100%;
    background: #fff;
    border-right: #e6e6e6 solid 1px;
    padding: 0;
    height: 50vh;
  }
  header .in {
    position: relative;
    width: 100%;
  }
  header .in h1 {
    width: 86px;
    position: relative;
    z-index: 20;
    top: 80px;
  }
  header .in nav.pcs {
    display: none;
  }
  header .sp_head .s_logo_home {
    text-align: center;
    width: 100%;
  }
  header .sp_head .s_logo_home h1 {
    display: block;
    width: 10vh;
    margin: auto;
  }
  header .sp_head .s_logo h1 {
    top: 20px;
    width: 40%;
    left: 24px;
  }
  .hamburger-menu {
    width: 56px;
    height: 56px;
    position: absolute;
    border: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    right: 10px;
    top: 13px;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 1px;
    background: #242424;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 77px;
    width: 100%;
    z-index: 9999;
    padding-bottom: 24px;
  }
  .navigation__list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 240px;
  }
  .navigation__link {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 16px 0 0 24px;
    transition: 0.5s;
    border-top: #e6e6e6 solid 1px;
    font-size: 15px;
  }
  .navigation__link.bnone {
    border: none;
  }
  .sps {
    margin-bottom: 16px;
  }
  .access_btn {
    width: calc(200px - 16%);
    padding-left: 16%;
  }
  .navigation__link_s {
    font-size: 12px;
    padding-left: 48px;
  }
  .navigation__link_s a {
    display: block;
  }
  .navigation__link_s.sps {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
@media screen and (max-width: 768px) {
  .main {
    width: calc(100% - 0px);
  }
  .inner {
    width: 100%;
  }
  .lows h1.pagename {
    width: 70px;
    margin: 40px auto 0;
    background: url(/assets/images/SVG/h1_bg.svg) no-repeat 0 0;
    writing-mode: vertical-lr;
    font-size: 20px;
    padding: 52px 0 0 14px;
  }
  .btn {
    display: flex;
    justify-content: flex-end;
  }
  .btn a {
    display: block;
    border: #dcdddd solid 1px;
    background: url(/assets/images/SVG/arrow.svg) no-repeat calc(100% - 20px) 50%/6px 7px;
    width: 200px;
    text-align: center;
    padding: 4px;
    font-size: 13px;
    margin: auto;
  }
  .mv {
    background: url(/assets/images/2x/mv.jpg) no-repeat 50% 50%/cover;
    height: 100vw;
  }
  .mv img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: auto;
    /* 高さを自動調整 */
  }
  #sec01 {
    padding: 45px 24px;
    font-size: 14px;
  }
  #sec01 h2 {
    width: 100%;
    margin: 0 auto 45px;
    font-size: 16px;
    width: 130px;
    line-height: 0;
  }
  #sec01 .txt2 {
    margin: 40px 0;
    padding: 24px 0;
    border-top: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
  }
  #sec01 .txt2 ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    justify-content: center;
  }
  #sec01 .txt2 ul li {
    font-size: 16px;
  }
  #sec01 rt {
    font-size: 10px;
  }
  #sec02 .inner {
    padding: 70px 0;
  }
  #sec02 .inner .base {
    display: block;
  }
  #sec02 .inner .base h2 {
    width: 100%;
    margin: 0 auto 45px;
    font-size: 20px;
    width: 40px;
    line-height: 180%;
  }
  #sec02 .inner .base .body {
    padding: 0 24px;
    font-size: 14px;
  }
  #sec02 .inner .base .body .btn {
    margin-top: 40px;
  }
  #sec03 .inner {
    padding: 0 0 80px 0;
  }
  #sec03 .inner h2 {
    width: 100%;
    margin: 0 auto 45px;
    font-size: 20px;
    width: 40px;
    line-height: 180%;
  }
  #sec03 .inner .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #sec03 .inner .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #sec03 .inner .base {
    display: block;
    padding: 40px 24px;
  }
  #sec03 .inner .base .body {
    width: 100%;
    font-size: 14px;
  }
  #sec03 .inner .base .body .names span {
    font-size: 16px;
  }
  #sec03 .inner .base .btn_wrap {
    margin-top: 24px;
    width: 100%;
  }
  .event #sec1 {
    padding: 70px 24px;
  }
  .event #sec1 .base {
    display: block;
  }
  .event #sec1 .base h2 {
    width: 100%;
    margin: 0 auto 45px;
    font-size: 16px;
    width: 6px;
    line-height: 0;
  }
  .event #sec1 .base .body {
    width: 100%;
  }
  .event #sec1 .base .body table {
    border-top: #e6e6e6 solid 1px;
  }
  .event #sec1 .base .body table th,
  .event #sec1 .base .body table td {
    width: 50%;
    border-bottom: #e6e6e6 solid 1px;
    padding: 8px;
    font-size: 10px;
    font-weight: 400;
  }
  .event #sec2 {
    padding-bottom: 70px;
  }
  .event #sec2 .base {
    display: block;
    padding: 70px 0 40px;
  }
  .event #sec2 .base h2 {
    width: 100%;
    margin: 0 auto 45px;
    font-size: 16px;
    width: 10px;
    line-height: 0;
  }
  .event #sec2 .base .body {
    width: 100%;
  }
  .event #sec2 .base .body dl {
    border-top: #e6e6e6 solid 1px;
    padding: 24px 24px;
  }
  .event #sec2 .base .body dl dt {
    font-size: 14px;
    font-weight: 400;
  }
  .event #sec2 .base .body dl dd {
    font-size: 11px;
    line-height: 180%;
  }
  .event #sec2 .base .body p {
    padding: 24px 0 0 0;
    text-align: center;
    border-top: #e6e6e6 solid 1px;
    font-size: 11px;
  }
  .item .base {
    display: block;
    padding: 40px 24px;
  }
  .item .base h2 {
    width: 100%;
    margin: 0 auto 45px;
    font-size: 16px;
    width: 7px;
    line-height: 0;
  }
  .item .base .body {
    width: 100%;
  }
  .item .base .body .sec {
    margin-bottom: 0;
  }
  .item .base .body .thum {
    margin-bottom: 8px;
  }
  .item .base .body h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
  .item .base .body .price {
    font-size: 10px;
    line-height: 150%;
    margin-top: 10px;
  }
  .item .base .body p {
    font-size: 10px;
    line-height: 150%;
    margin-top: 10px;
  }
  .item .base .body .txt {
    text-align: left;
    font-size: 10px;
    margin-top: 16px;
    line-height: 180%;
  }
  .item .base .body .mb24 {
    margin-bottom: 24px;
  }
  .item .ic2 {
    background: #fff;
    padding: 80px;
    margin-bottom: 100px;
  }
  .legends img {
    width: 100%;
    height: auto;
  }
  .legends #sec1 {
    padding: 40px 0;
  }
  .legends #sec1 p {
    font-size: 14px;
    padding: 40px 24px;
    text-align: center;
  }
  .legends #sec2 {
    padding-bottom: 70px;
  }
  .legends #sec3 .base {
    padding: 60px 0 150px;
  }
  .legends .base {
    display: block;
    padding: 0 24px;
  }
  .legends .base h2 {
    font-size: 16px;
    width: 31px;
    margin: 0 auto 40px;
  }
  .legends .base .body {
    width: 100%;
    font-size: 14px;
    padding: 0 24px;
  }
  footer {
    background: #fff;
    padding: 60px 24px;
    font-size: 11px;
  }
  footer .inner {
    width: auto;
    margin: auto;
  }
  footer .inner .base {
    display: block;
  }
  footer .inner .base .f_logo {
    width: 42px;
    margin: 0 auto 24px;
  }
  footer .inner .base .f_menu {
    width: auto;
    display: block;
  }
  footer .inner .base .f_menu .f_navi {
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .inner .base .f_menu .f_navi li a {
    display: block;
    margin: 10px 0 10px;
  }
  footer .inner .base .f_menu .f_navi li a:hover {
    opacity: 0.6;
  }
  footer .inner .base .f_menu .f_contact .t {
    margin: 10px 0;
  }
  footer .inner .base .f_menu .f_contact .num {
    font-size: 28px;
    background: url(../images/SVG/tel.svg) no-repeat 0 6px/15px 20px;
    padding: 0 0 0 24px;
    letter-spacing: 2px;
  }
  footer .inner .base .f_menu .f_contact .time {
    text-align: left;
    font-size: 12px;
  }
  footer .inner .base .f_menu .f_contact .txt {
    font-size: 12px;
    margin-top: 20px;
  }
  .lows header {
    height: 77px;
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */