@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-break: strict;
  font-size: 1.6rem;
}

ol.browser-default li {
  list-style-type: decimal;
  margin-bottom: 1.5rem;
}

li {
  list-style: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.hide {
  display: none;
}

.align-right {
  text-align: right;
}

@media (max-width: 959px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .pc-only {
    display: inherit;
  }
}

@media (max-width: 959px) {
  .sp-only {
    display: inherit;
  }
}
@media (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

.container, .p-index__date, .p-index__content, .p-index__schedule, .p-index__footer, .p-index__news, .p-single {
  margin: auto;
}
@media (max-width: 959px) {
  .container, .p-index__date, .p-index__content, .p-index__schedule, .p-index__footer, .p-index__news, .p-single {
    width: calc(100% - 60px);
    max-width: 708px;
  }
}
@media (min-width: 960px) {
  .container, .p-index__date, .p-index__content, .p-index__schedule, .p-index__footer, .p-index__news, .p-single {
    width: 900px;
    max-width: calc(100% - 60px);
  }
}

.comingsoon {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 2.8rem;
}

body {
  background-color: #000;
  color: #fff;
}

.js-fadein {
  opacity: 0;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.js-fadein .js-fadein-img {
  -webkit-filter: blur(10rem);
          filter: blur(10rem);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.js-fadein.is-inview {
  opacity: 1;
}
.js-fadein.is-inview .js-fadein-img {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto;
}
@media (max-width: 959px) {
  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem auto;
  }
}

.button, .button--small {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 233, 0)), color-stop(50%, rgb(223, 163, 0)), color-stop(50%, rgb(213, 156, 0)), to(rgb(213, 156, 0)));
  background: -webkit-linear-gradient(top, rgb(255, 233, 0) 0%, rgb(223, 163, 0) 50%, rgb(213, 156, 0) 50%, rgb(213, 156, 0) 100%);
  background: linear-gradient(180deg, rgb(255, 233, 0) 0%, rgb(223, 163, 0) 50%, rgb(213, 156, 0) 50%, rgb(213, 156, 0) 100%);
  text-align: center;
  color: #fff;
  padding: 2rem 3rem;
  display: block;
  width: 360px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 3rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3rem * 0.001 * 0);
}
@media (max-width: 959px) {
  .button, .button--small {
    padding: 1rem 1.5rem;
    margin: 0;
    display: block;
    width: 100%;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(2rem * 0.001 * 0);
  }
}
.button:hover, .button--small:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.75;
}
.button--small {
  text-align: center;
  color: #fff;
  padding: 1rem 1.5rem;
  margin: 5rem auto;
  display: block;
  width: 240px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.8rem * 0.001 * 0);
}

.p-index__fv img {
  width: 100%;
}
.p-index__date {
  text-align: center;
}
.p-index__date h2 {
  font-size: 4rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(4rem * 0.001 * 0);
}
@media (max-width: 959px) {
  .p-index__date h2 {
    font-size: 2.4rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(2.4rem * 0.001 * 0);
  }
}
.p-index__date img {
  display: block;
  margin: 2rem auto;
}
.p-index__content__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0;
}
@media (max-width: 959px) {
  .p-index__content__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-index__content__row__image {
  width: 32rem;
}
@media (max-width: 959px) {
  .p-index__content__row__image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-index__content__row__text {
  width: calc(100% - 32rem);
  padding-left: 3rem;
}
@media (max-width: 959px) {
  .p-index__content__row__text {
    width: 100%;
    padding: 0;
  }
}
.p-index__content__row__text h2 {
  font-size: 2.4rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(2.4rem * 0.001 * 0);
}
@media (max-width: 959px) {
  .p-index__content__row__text h2 {
    font-size: 1.8rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(1.8rem * 0.001 * 0);
  }
}
.p-index__content__row__text h2 small {
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.5rem * 0.001 * 0);
}
@media (max-width: 959px) {
  .p-index__content__row__text h2 small {
    font-size: 1.4rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(1.4rem * 0.001 * 0);
  }
}
.p-index__content__row__text a img {
  width: 3rem;
}
.p-index__content iframe {
  display: block;
  margin: 5rem auto;
}
.p-index__content__bottom {
  text-align: center;
  margin: 2rem auto 6rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.3rem * 0.001 * 0);
}
.p-index__photo {
  margin: 5rem auto;
}
.p-index__photo img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index__schedule {
  padding: 5.6rem 0;
}
.p-index__schedule h2 {
  text-align: center;
  color: #dfa634;
  font-size: 4rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(4rem * 0.001 * 0);
}
@media (max-width: 959px) {
  .p-index__schedule h2 {
    font-size: 2.4rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(2.4rem * 0.001 * 0);
  }
}
.p-index__schedule__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin: 6rem auto;
  padding: 4rem 0 0;
  border-top: 1px solid #727272;
}
@media (max-width: 959px) {
  .p-index__schedule__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
}
.p-index__schedule__row__col {
  width: 50%;
}
@media (max-width: 959px) {
  .p-index__schedule__row__col {
    width: 100%;
  }
}
.p-index__schedule__row__col h3 {
  font-size: 2.8rem !important;
}
.p-index__schedule__row__col h3 small {
  font-size: 2rem !important;
}
.p-index__schedule__row__col table {
  border-spacing: 0;
  margin: 2rem 0;
}
.p-index__schedule__row__col table th,
.p-index__schedule__row__col table td {
  border-top: 1px solid #b2b2b2;
  padding: 0.5rem;
}
.p-index__schedule h3 {
  font-size: 3rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(3rem * 0.001 * 0);
}
@media (max-width: 959px) {
  .p-index__schedule h3 {
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(2rem * 0.001 * 0);
  }
}
.p-index__schedule__date {
  padding: 2rem 0;
  border-top: 5px solid #dfa634;
  color: #dfa634;
}
.p-index__schedule__date img {
  height: 6rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 959px) {
  .p-index__schedule__date {
    height: 8rem;
  }
}
.p-index__schedule__date img {
  max-height: 100%;
}
.p-index__schedule__table {
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 959px) {
  .p-index__schedule__table {
    margin-bottom: 2rem;
  }
}
.p-index__schedule__table tr {
  border-top: 1px dashed #888;
}
@media (max-width: 959px) {
  .p-index__schedule__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index__schedule__table tr:last-child {
  border-bottom: 1px dashed #888;
}
.p-index__schedule__table th,
.p-index__schedule__table td {
  padding: 0.5rem 0;
  font-size: 2rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(2rem * 0.001 * 0);
}
@media (max-width: 959px) {
  .p-index__schedule__table th,
  .p-index__schedule__table td {
    font-size: 1.4rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(1.4rem * 0.001 * 0);
  }
}
.p-index__schedule__table th {
  width: 10rem;
}
.p-index__schedule__hotel h4 {
  margin-top: 1rem;
}
.p-index__schedule__hotel ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-index__schedule__hotel ul img {
  width: 3.2rem;
  margin-right: 1rem;
}
.p-index__footer {
  text-align: center;
  margin-top: 3.6rem;
  padding-top: 2.4rem;
}
@media (max-width: 959px) {
  .p-index__footer {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(1.2rem * 0.001 * 0);
  }
}
.p-index__footer__logo {
  margin: 3.6rem auto;
}
.p-index__footer__logo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
.p-index__footer a {
  color: #fff;
  margin: 0 1rem;
}
.p-index__footer img {
  height: 4rem;
}
@media (max-width: 959px) {
  .p-index__footer img {
    height: 3rem;
  }
}
@media (max-width: 959px) {
  .p-index__about {
    padding: 0 2rem;
  }
}
.p-index__about h2 {
  text-align: center;
  color: #dfa634;
}
.p-index__about table {
  margin: auto;
  border-spacing: 0;
}
.p-index__about table th,
.p-index__about table td {
  padding: 1rem;
  border-bottom: 1px solid #b2b2b2;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-index__akiyoshido {
  background: url(img/akiyoshido-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 8rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-index__akiyoshido__content {
  width: 80vw;
  text-align: center;
}
@media (max-width: 959px) {
  .p-index__akiyoshido__content {
    width: calc(100% - 4rem);
  }
}
.p-index__akiyoshido__content h2 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 2.4rem;
  text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 959px) {
  .p-index__akiyoshido__content h2 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.p-index__akiyoshido__content p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.5);
  margin-bottom: 2.4rem;
}
@media (max-width: 959px) {
  .p-index__akiyoshido__content p {
    font-size: 1.5rem;
  }
}

.p-index__gallery {
  margin: 4rem auto 5rem;
}

.p-index__news {
  padding: 8rem 0;
}
.p-index__news h2 {
  color: #dfa634;
  font-size: 4.8rem;
  margin-bottom: 2.8rem;
  text-align: center;
}
@media (max-width: 959px) {
  .p-index__news h2 {
    font-size: 3.2rem;
  }
}
.p-index__news h2 a {
  font-size: 1.6rem;
  color: #fff;
}
.p-index__news h2 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
.p-index__news__more {
  text-align: right;
  margin-top: 2.4rem;
}
.p-index__news__more a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.4rem;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.p-index__news__more a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.p-index__news__list {
  border-bottom: 1px solid #727272;
}
.p-index__news__list__child {
  color: #fff;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index__news__list__child:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: rotate(45deg) translate(-25px, 30px);
          transform: rotate(45deg) translate(-25px, 30px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  font-weight: bold;
}
.p-index__news__list__child:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
.p-index__news__list__child__date {
  font-size: 1.6rem;
}
.p-index__news__list__child__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 959px) {
  .p-index__news__list__child__title {
    font-size: 1.6rem;
  }
}

.p-single {
  margin: 10rem auto;
}
.p-single__title {
  color: #dfa634;
  margin-bottom: 2.8rem;
  font-size: 4.8rem;
}
@media (max-width: 959px) {
  .p-single__title {
    font-size: 3.6rem;
  }
}