*:focus {
  outline: none;
}
body {
  font-family: "YakuHanJP", -apple-system, BlinkMacSystemFont, "Yu Gothic",
    "YuGothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1e2121;
  background: #fff;
  min-height: 100vh;
  width: 100%;
  min-width: 1024px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
html {
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  main#sub {
    margin-top: 66.08px;
  }
}
@media screen and (max-width: 500px) {
  main#sub {
/*     margin-top: 49.56px; */
	margin-top: 60.53px;
  }
}
a {
  text-decoration: underline;
  color: #017dcb;
}
p {
  font-size: 1.0625rem;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 1rem;
  }
}
h1 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.25rem;
  }
}
h2 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 1.25rem;
  }
}
h3 {
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  h3 {
    font-size: 1.25rem;
  }
}
h4 {
  font-size: 1rem;
}
h1,
h2,
h3,
h4 {
  line-height: 1.4;
}
p {
  line-height: 2;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}
#body {
  margin-left: 280px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
#body.bg-gray {
  background-color: #212121;
}
@media screen and (max-width: 768px) {
  #body {
    padding-top: 71px;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #body {
    padding-top: 58.5px;
  }
}
[class*="container"] {
  max-width: 1000px;
  margin: 0 auto;
}
.main-title {
  position: relative;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.9375rem;
	margin-bottom: calc(2.75rem - 0.5rem);
}
.main-title::before {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  transform: translateX(-50%);
  bottom: 0;
/*   background-color: #01aecb; */
  background-color: gray;
  width: 30px;
  height: 2px;
}
.main-title::after {
  content: "";
  position: absolute;
  left: calc(50% + 15px);
  transform: translateX(-50%);
  bottom: 0;
/*   background-color: #f09199; */
  background-color: gray;
  width: 30px;
  height: 2px;
}
.main-title .main-title__title-icon {
  position: relative;
  display: inline-block;
}
.main-title .main-title__title-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -39px;
  background-image: url(../images/icon/title-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 500px) {
  .main-title .main-title__title-icon::before {
    width: 20px;
    height: 20px;
    left: -30px;
  }
}
.main-title .main-title__title-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -39px;
  background-image: url(../images/icon/title-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 500px) {
  .main-title .main-title__title-icon::after {
    width: 20px;
    height: 20px;
    right: -30px;
  }
}
.main-title.mb {
  margin-bottom: 0.9375rem;
}
.readmore {
  text-align: center;
  margin-top: 2.75rem;
}
.readmore a {
  position: relative;
  display: inline-block;
  padding-right: 2.75rem;
  font-size: 0.875rem;
  color: #1e2121;
  text-decoration: none;
}
.readmore a::before {
  position: absolute;
  content: "";
  top: 20%;
  right: 0.9375rem;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}
.readmore a:hover::before {
  right: 0.3125rem;
}
.header-top {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.header-top p {
  font-size: 0.8125rem;
  color: #fff;
}
.header-top p a {
  color: #fff;
  text-decoration: none;
}
.header-top__left {
  flex: 1;
/*   background-color: #b2a078; */
  background-color: gray;
  padding-left: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  text-align: center;
}
.header-top__right {
  flex: 1;
/*   background-color: #797979; */
  background-color: gray;
  text-align: right;
  padding-right: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  text-align: center;
}
header .header {
  position: relative;
  background: #fff;
  display: flex;
  z-index: 100;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  header .header {
    position: fixed;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
header .header__container {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header__container {
    flex-wrap: wrap;
  }
}
header .header__logo {
  flex: 1;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  header .header__logo {
    position: relative;
    z-index: 9999;
    order: 1;
    width: 100%;
    margin-right: 0;
	  padding: 0.9375rem 0.625rem;
  }
}
header .header__logo h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
	header .header__logo h1 {
		justify-content: center;
		margin-left: 40px;
	}
}
header .header__logo img {
  border-radius: 0;
}
@media screen and (max-width: 500px) {
  header .header__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  header .header__nav {
    position: fixed;
    order: 3;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: 0.3s;
    background-color: #fff;
  }
}
header .header__login {
  margin-right: 1.25rem;
}
header .header__menu {
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  header .header__menu {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
header .header__menu:last-child {
  margin-right: 0;
}
header .header__menu-label {
  display: block;
  color: #1e2121;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header .header__menu-label {
    width: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
header .header__menu-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header__menu-top {
    margin-bottom: 1.875rem;
  }
}
header .header__menu-bottom {
  display: flex;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  header .header__menu-bottom {
    flex-direction: column;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header__menu-bottom .header__menu {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  header .header__menu-bottom .header__menu:last-child {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  header .header__menu-label--bg-white {
    border: 1px solid #000;
    padding: 0.625rem;
    border-radius: 30px;
    width: 200px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  header .header__menu-label--bg-white {
    width: 80%;
    height: 40px;
  }
}
header .header__menu-label--bg-pink {
  background-color: #f76464;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  header .header__menu-label--bg-pink {
    padding: 0.625rem;
    border-radius: 30px;
    width: 200px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  header .header__menu-label--bg-pink {
    width: 80%;
    height: 40px;
  }
}
header .header__menu-label--bg-gray {
  background-color: #eee;
  padding: 0.3125rem 0.625rem;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  header .header__menu-label--bg-gray {
    padding: 0.625rem;
    border-radius: 30px;
    width: 200px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  header .header__menu-label--bg-gray {
    width: 80%;
    height: 40px;
  }
}
header .header .sign-in p {
  line-height: 1;
}
header .header .sign-in a {
  font-size: 0.875rem;
}
header .header__toggle {
  order: 2;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header .header__toggle {
    display: flex;
  }
}
header .header__toggle-icon {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background: #041b3d;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
header .header__toggle-icon:nth-child(1) {
  top: 0;
}
header .header__toggle-icon:nth-child(2) {
  margin: 4px 0;
}
header .header__toggle-icon:nth-child(3) {
  top: 0;
}
@media screen and (max-width: 768px) {
  .open .header__nav {
    visibility: visible;
    opacity: 1;
  }
}
.open .header__toggle-icon:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .header__toggle-icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.open .header__toggle-icon:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer {
  margin-top: auto;
}
footer .footer {
/*   color: #fff; */
	color: #1E2121;
/*   background-color: #b4a378; */
  background-color: #F6F4E7;
  padding-top: 2.75rem;
}
footer .footer__border-line {
  border-bottom: 1px solid #fff;
  padding-bottom: 2.75rem;
}
footer .footer__border-line:nth-child(3) {
  margin-bottom: 0;
}
footer .footer__border-line.footer_border-line--bottom {
  padding-top: 2.75rem;
  background-color: #fff;
}
footer .footer__container {
  max-width: 550px;
}
footer .footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
@media screen and (max-width: 500px) {
  footer .footer__menu {
    flex-direction: column;
    height: auto;
  }
}
footer .footer__menu li {
  margin-right: 1.25rem;
}
@media screen and (max-width: 500px) {
  footer .footer__menu li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 500px) {
  footer .footer__menu li:first-child {
    border-top: 1px solid #fff;
  }
}
footer .footer__menu a {
  color: #fff;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer__menu a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 500px) {
  footer .footer__menu a {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
footer .footer__label {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.78125rem;
}
footer .footer__brand-list {
  margin-top: 0.78125rem;
}
@media screen and (max-width: 768px) {
  footer .footer__brand-list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
footer .footer__braidal-logo {
  margin-top: 0.78125rem;
  display: block;
}
footer .footer__item {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 500px) {
  footer .footer__item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
footer .footer__item:last-child {
  margin-bottom: 0;
}
footer .footer__item a {
  opacity: 1;
  transition: 0.2s;
}
footer .footer__item a:hover {
  opacity: 0.8;
}
footer .footer__support {
  text-align: center;
}
footer .footer__support-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.875rem;
}
footer .footer__support-menu li {
  border-right: 1px solid #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
footer .footer__support-menu li:last-child {
  border-right: 0;
}
footer .footer__support-menu a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer__support-menu a {
    font-size: 0.875rem;
  }
}
footer .footer small {
  text-align: center;
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 66.08px;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    margin-top: 52.28px;
  }
}
.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .slick-slider {
    padding-top: 0.9375rem;
  }
}
.slick-slider .slick-list a {
  opacity: 1;
  transition: 0.2s;
}
.slick-slider .slick-list a:hover {
  opacity: 0.8;
}
.slick-initialized .slick-slide {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.slick-dots {
  position: relative;
  bottom: 0;
  line-height: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.slick-dots li.slick-active button:before {
  background-color: #f09199 !important;
  transition: 0.2s;
}
.slick-dots li button:before {
  opacity: 0.1;
  transform: translate(-50%, -50%);
}
.slick-dots li button:before {
  line-height: 0;
  top: 50%;
  left: 50%;
}
.slick-dots li button:hover:before {
  opacity: 0.1;
}
.edit-time {
/*   background-color: #48616d; */
  background-color: #153f78;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 500px) {
  .edit-time {
    margin-top: 0;
	margin-bottom: 0;
  }
}
.top-message__container {
  border: 1px solid #ccc;
  padding: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-message__container {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
	padding: 0.9375rem;
  }
}
.top-message__container p {
  font-size: 1.0625rem;
}
.news {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.news__list {
  list-style: none !important;
}
.news__list li {
  border-bottom: 1px solid #707070;
}
.news__list li:first-child {
  border-top: 1px solid #707070;
}
.news__list li a {
  position: relative;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 2.75rem;
  display: block;
  color: #1e2121;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news__list li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 500px) {
  .news__list li a {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.news__list li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.9375rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .news__list li a::before {
    width: 10px;
    height: 10px;
  }
}
.news__list li a:hover::before {
  right: 0.3125rem;
}
.news__date {
  width: 150px;
  float: left;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .news__date {
    float: unset;
    width: auto;
  }
}
.news__title {
  margin-left: 150px;
  font-size: 1rem;
}
@media screen and (max-width: 500px) {
  .news__title {
    margin-top: 0.625rem;
    margin-left: 0;
  }
}
.schedule {
  /* background-color: #efefef; */
  background-color: #F6F4E7;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  .schedule__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.schedule__content-image {
  display: block;
  opacity: 1;
  transition: 0.2s;
}
.schedule__content-image:hover {
  opacity: 0.8;
}
.schedule__list {
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
  list-style: none !important;
  padding: 0 !important;
}
.schedule__item {
  padding: 0.9375rem;
  background-color: #fff;
  margin-bottom: 3.125rem;
}
.schedule__item:last-child {
  margin-bottom: 0;
}
.schedule__info {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
}
.schedule__title {
  font-size: 1.125rem;
  border-bottom: 1px solid #000;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
}
.schedule__info-text {
  font-size: 0.875rem;
  border-bottom: 1px solid #000;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
}
.schedule__ticket {
  border-bottom: 1px solid #000;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.schedule__btn-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule__btn-wrapper a {
    font-size: 0.875rem;
  }
}
.schedule__btn {
  color: #fff;
  width: 32%;
  text-align: center;
  padding: 0.9375rem 0.625rem;
  border-radius: 3px;
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .schedule__btn {
    width: 40%;
  }
}
.schedule__btn:hover {
  opacity: 0.7;
}
.schedule__btn:first-child {
  margin-right: 1.25rem;
}
.schedule__btn--blue {
  background-color: #017dcb;
}
.schedule__btn--pink {
  background-color: #eb4848;
}
.schedule-single {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.schedule-single__date {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.schedule-single__title {
  font-size: 1.25rem;
  margin-top: 0.9375rem;
  text-align: center;
}
.schedule-single__ticket {
  margin-top: 0.9375rem;
}
.schedule-single__content {
  margin-top: 2.75rem;
}
.schedule-single__content-edit {
  margin-bottom: 0.9375rem;
}
.schedule-single__sub-title {
  font-size: 1.25rem;
  background: #f3f3f3;
  padding: 0.625rem 0.9375rem 0.625rem 1.875rem;
  position: relative;
  border-radius: 3px;
  margin-bottom: 0.9375rem;
}
.schedule-single__sub-title::after {
  content: "";
  width: 5px;
  height: calc(100% - 20px);
  background: #e35b8a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9375rem;
}
.schedule-single__btn-wrapper {
  margin-top: 1.875rem;
  text-align: center;
  width: 100%;
}
.schedule-single__btn {
  display: inline-block;
  width: 500px;
  background-color: #f09931;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 5px;
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .schedule-single__btn {
    width: 80%;
  }
}
.schedule-single__btn:hover {
  opacity: 0.7;
}
.schedule-single__btn.schedule-single__btn--pink {
  background-color: #eb4848;
}
.schedule__year-title {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 3.75rem;
  margin-bottom: 0.9375rem;
  background: #b2a078;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .schedule__year-title {
    font-size: 1.25rem;
  }
}
.schedule__year-title:first-child {
  margin-top: 0;
}
.ticket {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
.ticket__item {
  width: 33.3333333333%;
  padding: 0 0.46875rem;
}
@media screen and (max-width: 500px) {
  .ticket__item {
    width: 100%;
  }
}
.ticket__label {
  text-align: center;
  padding: 0.625rem;
  color: #fff;
}
.ticket__label--blue {
  background-color: #01aecb;
}
.ticket__label--pink {
  background-color: #f09199;
}
.ticket__label--orange {
  background-color: #f09931;
}
.ticket__recruitment {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 500px) {
  .ticket__recruitment {
    margin-bottom: 0.625rem;
  }
}
.ticket__recruitment p {
  line-height: 1;
}
.ticket__age {
  font-size: 1.125rem;
}
.ticket__remaining {
  margin-top: 0.625rem;
  font-weight: 600;
}
.ticket__remaining--blue {
  color: #01aecb;
}
.ticket__remaining--pink {
  color: #f09199;
}
.ticket__remaining span:first-child {
  margin-left: 0.625rem;
  margin-right: 0.3125rem;
}
.ticket__remaining span:last-child {
  margin-left: 0.3125rem;
}
.ticket__cost {
  text-align: center;
  margin-top: 0.625rem;
}
.ticket__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  padding: 0 0.46875rem;
  margin-left: auto;
  margin-right: auto;
}
.guide {
  margin-top: 2.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .guide .wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 500px) {
  .guide .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}
.guide .wp-block-columns {
  margin-bottom: 0;
  justify-content: center;
}
.guide .wp-block-column {
  padding: 0.93755rem;
}
.guide .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.guide__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.guide__item {
  width: 50%;
  padding: 0.9375rem;
}
@media screen and (max-width: 500px) {
  .guide__item {
    width: 100%;
  }
}
.guide__item-inner {
  background-color: #f0f0f0;
  padding: 0.9375rem;
}
.guide__label {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
.guide__text {
  font-size: 0.75rem;
}
.guide__btn {
  margin-top: 0.9375rem;
  display: inline-block;
  background-color: #f09931;
  border-radius: 3px;
  padding: 0.625rem 1.875rem;
  font-size: 0.75rem;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.guide__btn:hover {
  opacity: 0.7;
}
.passport {
  margin-top: 5rem;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  .passport {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.passport .wp-block-group__inner-container {
  max-width: 640px;
}
.passport__text {
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  font-size: 0.875rem;
  text-align: center;
}
.passport__image {
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.passport__image img {
  width: 100%;
}
.newsletter {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
/*   background-color: #d3c9b1; */
  background-color: #F6F4E7;
  background-repeat: repeat;
  background-size: 150px;
}
@media screen and (max-width: 500px) {
  .newsletter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
	margin-top: 0;
  }
}
.newsletter .wp-block-group__inner-container {
  max-width: 610px;
  padding: 0.9375rem;
  background-color: #fff;
  border: 5px solid #f0f0f0;
}
.newsletter__title {
  text-align: center;
}
.newsletter p {
  font-size: 0.875rem;
}
.newsletter__form {
  text-align: center;
}
.form__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.form__item {
  flex: 1;
  padding: 0.46875rem;
}
.form__radio {
  display: flex;
}
.form__input--text-left {
  text-align: left;
}
.form__label {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
  font-weight: 600;
}
.form__label-required {
  padding: 0.3125rem;
  background-color: red;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #fff;
  margin-left: 0.3125rem;
}
.form__label-any {
  padding: 0.3125rem;
  background-color: #707070;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #fff;
  margin-left: 0.3125rem;
}
.form__label--fullwidth {
  width: 100%;
  padding-left: 0.46875rem;
  margin-bottom: 0;
}
.form__send {
  border-radius: 3px;
  background-color: #f09931;
  color: #fff;
  padding: 0.625rem;
  width: 180px;
  margin-top: 0.9375rem;
  opacity: 1;
  transition: 0.3s;
  text-align: center;
}
.form__send:hover {
  opacity: 0.7;
}
.form__send--bg-gray {
  background-color: #a8a8a8;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 500px) {
  .form__send--bg-gray {
    margin-right: 0;
  }
}
.form input {
  border: 1px solid #707070;
  width: 100%;
  padding: 0.625rem;
  border-radius: 3px;
  text-align: center;
  background-color: #fff;
}
.form textarea {
  border: 1px solid #707070;
  width: 100%;
  padding: 0.625rem;
  border-radius: 3px;
  background-color: #fff;
  text-align: left;
}
.form ::placeholder {
  color: #a8a8a8;
}
.form select {
  border: 1px solid #707070;
  background-color: #fff;
  width: 100%;
  padding: 0.625rem;
  border-radius: 3px;
  text-align: center;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  color: #a8a8a8;
}
.form select.text-black {
  color: #000;
}
.form .radio__item {
  display: flex;
  align-items: center;
  margin-right: 0.9375rem;
}
.form .radio__item:last-child {
  margin-right: 0;
}
.form .radio__item label {
  display: inline-block;
}
.form .radio__item input {
  width: auto;
}
.form .birthday__item {
  display: flex;
  align-items: center;
}
.form .birthday__item span {
  margin-left: 0.3125rem;
}
.form .checkbox label {
  display: inline-flex;
  color: #b4a378;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  max-width: 500px;
}
.form .checkbox input {
  transform: scale(1.65);
  width: auto;
  margin-right: 0.3125rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 500px) {
  .form .checkbox input {
    transform: scale(1.25);
    margin-top: 0.4125rem;
  }
}
.form__btn {
  text-align: center;
}
.form__other {
  margin-top: 1.25rem;
}
.form__other li {
  margin-bottom: 0.625rem;
}
.form__other li:last-child {
  margin-bottom: 0;
}
.form__other a {
  display: inline-block;
  color: #017dcb;
  text-decoration: underline;
}
.form__variable {
  color: red;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
.form__error-text {
  width: 100%;
  color: red;
  padding-left: 0.46875rem;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}
.page__title {
  background-color: #f6f6f6;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5625rem;
}
@media screen and (max-width: 500px) {
  .page__title {
    font-size: 1.25rem;
  }
}
.page__thumbnail-title {
  font-size: 2.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Lustria", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝",
    YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .page__thumbnail-title {
    font-size: 1.25rem;
  }
}
.page__thumbnail-title-wrapper {
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .page__thumbnail-title-wrapper {
    min-height: 60px;
  }
}
.page__thumbnail-title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.page__container {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 500px) {
  .page__container {
    margin-top: 1.875rem;
  }
}
.page__container .wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.page ul {
  line-height: 1.6;
  list-style: disc;
  padding-left: 1rem;
}
.page ul li {
  margin-bottom: 0.3125rem;
}
.page ul li:last-child {
  margin-bottom: 0;
}
.page ol {
  line-height: 1.6;
  list-style: decimal;
  padding-left: 1rem;
}
.page ol li {
  margin-bottom: 0.3125rem;
}
.page ol li:last-child {
  margin-bottom: 0;
}
.page .heading {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.9375rem;
}
.page .heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 3px;
  background-color: #b2a078;
}
.page .heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 3px;
  /* background-color: #797979; */
  background-color: #b2a078;
}
.page .border {
  border: 1px solid #cdcdcd;
  padding: 0.9375rem;
}
.register-form {
  margin: 0 auto;
  max-width: 800px;
  border: 5px solid #ededed;
  padding: 1.875rem;
}
@media screen and (max-width: 500px) {
  .register-form {
    padding: 0.9375rem;
  }
}
.register-form .form__item {
  text-align: center;
}
.register-form input {
  text-align: left;
}
.register-form select {
  text-align: left;
}
.register-form .form__wrapper {
  margin-top: 0.625rem;
}
.register-form .form__wrapper:first-child {
  margin-top: 0;
}
.register-form__text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
}
.register-form__text a {
  margin-top: 0.75rem;
  color: #017dcb;
  text-decoration: underline;
  transition: 0.1s;
  display: inline-block;
}
.register-form__text a:hover {
  color: #01aecb;
}
.login {
  max-width: 500px;
}
.profile {
  max-width: 800px;
  margin: 0 auto;
  border: 5px solid #ededed;
  padding: 1.875rem;
}
.profile h2 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.profile__item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0.625rem;
  border-bottom: 2px solid #ededed;
  overflow: auto;
}
.profile__item:first-child {
  border-top: 2px solid #ededed;
}
.profile__name {
  float: left;
  width: 150px;
  font-weight: 600;
}
.profile__value {
  margin-left: 150px;
}
.profile__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.profile__btn {
  color: #fff;
  width: 32%;
  text-align: center;
  padding: 0.9375rem 0.625rem;
  border-radius: 3px;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .profile__btn {
    width: 40%;
  }
}
.profile__btn:hover {
  opacity: 0.7;
}
.profile__btn:first-child {
  margin-right: 1.25rem;
}
.profile__btn--blue {
  background-color: #017dcb;
}
.profile__btn--pink {
  background-color: #f57979;
}
.profile__btn--orange {
  background-color: #f09931;
}
.profile__btn--gray {
  background-color: #eee;
  color: #444;
}
.reserve-end {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #f09931;
}
.faq-list .faq-list__wrapper {
  border-bottom: 1px solid #ededed;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.faq-list .faq-list__qu {
  position: relative;
  padding-left: 1.875rem;
}
.faq-list .faq-list__qu::before {
  content: "Q.";
  font-size: 1.5rem;
  font-style: italic;
  font-family: "EB Garamond", serif;
  color: #f57979;
  text-decoration: none;
  position: absolute;
  line-height: 1.5;
  top: 0;
  left: 0;
}
.faq-list .faq-list__qu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #f57979;
  border-right: solid 3px #f57979;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-list .faq-list__qu:hover {
  cursor: pointer;
  opacity: 0.7;
}
.faq-list .faq-list__an {
  margin-top: 0.625rem;
  position: relative;
  padding-left: 1.875rem;
}
.faq-list .faq-list__an::before {
  content: "A.";
  line-height: 1;
  font-size: 1.5rem;
  font-style: italic;
  color: #017dcb;
  font-family: "EB Garamond", serif;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-list .faq-list__qu.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.staff__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem !important;
  margin-right: -0.9375rem !important;
  list-style: none !important;
}
@media screen and (max-width: 768px) {
  .staff__list {
    margin-left: -0.46875rem !important;
    margin-right: -0.46875rem !important;
  }
}
.staff__item {
  width: 33.3333333333%;
  padding: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .staff__item {
    width: 50%;
    padding: 0.46875rem;
  }
}
.staff__item:hover .staff__info::before {
  right: 0.3125rem;
}
.staff__content {
  border: 2px solid #b4a378;
  display: block;
}
.staff__info {
  padding: 0.625rem;
  text-align: center;
  background-color: #b4a378;
  color: #fff;
  position: relative;
}
.staff__info::before {
  content: "";
  position: absolute;
  right: 0.9325rem;
  bottom: 0.3125rem;
  width: 30px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
  transition: 0.3s;
}
.staff__info p {
  line-height: 1;
}
.staff__info h2 {
  line-height: 1;
  font-size: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.staff__single {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.staff__single-image {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 500px) {
  .staff__single-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.staff__single-text {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 500px) {
  .staff__single-text {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.staff__single-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.875rem;
}
.staff__single-name h1 {
  margin-right: 0.9375rem;
  font-weight: 600;
}
.staff__single-name p {
  font-size: 1rem;
  line-height: 1.4;
  color: #b4a378;
}
.staff__single-edit li {
  line-height: 1.4;
}
.edit-page tbody tr {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 500px) {
  .edit-page tbody tr {
    border: 0;
  }
}
.edit-page tbody tr:first-child {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 500px) {
  .edit-page tbody tr:first-child {
    border: 0;
  }
}
@media screen and (max-width: 500px) {
  .edit-page tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.edit-page tbody th {
  padding: 0.9375rem 1.875rem;
  text-align: center;
  min-width: 180px;
  background-color: #ededed;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .edit-page tbody th {
    padding: 0.9375rem;
  }
}
.edit-page tbody td {
  padding: 0.9375rem 1.875rem;
  vertical-align: middle;
  line-height: 1.8;
}
@media screen and (max-width: 500px) {
  .edit-page tbody td {
    padding: 0.9375rem;
  }
}
.edit-page tbody a {
  color: #017dcb;
}
.edit-page tbody a:hover {
  text-decoration: underline;
}
.edit-page ul {
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.25rem;
}
.edit-page ul li {
  margin-bottom: 0.3125rem;
}
.edit-page ul li:last-child {
  margin-bottom: 0;
}
.edit-page ol {
  line-height: 1.6;
  list-style: decimal;
  margin-left: 1.25rem;
}
.edit-page ol li {
  margin-top: 1.875rem;
}
.edit-page ol strong {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.edit-page .list-underlayer {
  margin-left: 2.5rem;
}
.edit-page .fr-box {
  border: 1px solid #000;
  padding: 0.9375rem;
}
.edit-page .fr-box.fr-lgray {
  border: 1px solid gray;
}
.wpcf7 .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 500px) {
  .wpcf7 .form-wrapper {
    flex-direction: column;
  }
}
.wpcf7 .form-wrapper p {
  width: 600px;
}
@media screen and (max-width: 500px) {
  .wpcf7 .form-wrapper p {
    width: 100%;
  }
}
.wpcf7.js {
  margin: 0 auto;
  border: 5px solid #ededed;
  padding: 1.875rem 1.875rem 0;
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .wpcf7.js {
    padding: 0.9375rem 0.9375rem 0;
  }
}
.wpcf7 label {
  display: flex;
  align-items: center;
  padding-bottom: 0.46875rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .wpcf7 label {
    width: 100%;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
}
.wpcf7 input {
  line-height: 1;
}
.wpcf7 span.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .wpcf7 span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7 .form-item {
  flex: 1;
}
.wpcf7 .submit {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .wpcf7 .submit {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.wpcf7 select.wpcf7-select {
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 0.625rem;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 1rem;
}
.wpcf7 input.wpcf7-text {
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 0.625rem;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 1rem;
}
.wpcf7 input.wpcf7-previous {
  width: 260px;
  background-color: #707070;
  color: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  border-radius: 5px;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 500px) {
  .wpcf7 input.wpcf7-previous {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.wpcf7 input.wpcf7-submit {
  width: 260px;
  background-color: #d9564e;
  color: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  border-radius: 5px;
}
.wpcf7 textarea.wpcf7-textarea {
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 0.625rem;
  width: 100%;
  background-color: #f6f6f6;
  resize: vertical;
  font-size: 1rem;
}
.wpcf7 .required {
  padding: 0.3125rem;
  background-color: red;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  margin-left: 0.3125rem;
}
.wpcf7 span.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}
.has-background {
  padding: 0.9375rem;
}
.wp-block-image img {
  border-radius: 5px !important;
}
.wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
p br {
  display: block;
  content: "";
  margin: 10px 0;
}
