@charset "UTF-8";
/* CSS Document */
html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  background-color: #EEEEEE;
  overflow-x: hidden;
  color: #4a4a4a;
  font-family: "a-otf-ryumin-pr6n", serif;
}
@media screen and (min-width: 800px) {
  body {
    max-width: 400px;
    margin: 0 auto;
  }
}
img {}
iframe {}
.bg {}
/*Main View*/
.main {}
.main-bg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main-ttl {
  padding-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2.0em;
  letter-spacing: 0.1em;
  animation-delay: 0.2s;
}
.main-ttl__in {
  font-size: 2.4rem;
}
.main-ttl__sub {
  font-size: 1.6rem;
}
.main-name {
  text-align: center;
  line-height: 2.0em;
  font-size: 18px;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
  animation-delay: 0.4s;
}
.main-name__span {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.main-date {
  background-color: #555555;
  padding: 15px;
  text-align: center;
  width: 140px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 85px);
  animation-delay: 0.5s;
}
.main-date__in {
  color: #FFF;
  letter-spacing: 0.1em;
}
.main-img {
  width: 80%;
  height: 55%;
  max-height: 420px;
  position: absolute;
  bottom: 100px;
  left: calc(50% - 40%)
}
.main-img__in {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
/*greeting*/
.greeting {
  margin: 40px auto 20px;
  padding: 0 20px;
  position: relative;
}
.greeting-ttl {
  position: absolute;
  top: 20px;
  z-index: 1;
}
.greeting-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.greeting-top {
  padding: 40px 20px 0;
}
.greeting-top-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
.greeting-wrap {
  padding: 30px 0;
}
.greeting-txt {
  text-align: center;
  line-height: 2.0em;
}
.greeting-txt__in {
  font-size: 14px;
}
/*image*/
.image {
  margin: 20px auto;
}
.image-l {
  width: 100vw;
  height: 240px;
}
.image-l__in {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
.image--m {
  padding: 0 20px;
}
.image-m {
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
}
.image-m:last-child {
  margin-bottom: 0;
}
.image-m__in {
  width: 100%;
  height: 120px;
  object-fit: cover;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
/*profile*/
.profile {
  margin: 20px auto;
}
.profile-ttl {
  margin: 40px;
  text-align: center;
}
.profile-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.profile-content {}
.profile-item {
  display: flex;
  margin-bottom: 40px;
  padding: 0 30px;
}
.profile-item--chika {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.profile-item-image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-item-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
.profile-item__in {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}
.profile-item__in--shori {
  background-image: url()
}
.profile-item-topic {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.profile-item-topic-wrap {}
.profile-item-topic-jp {
  font-size: 16px;
  margin-bottom: 10px;
}
.profile-item-topic-en {
  font-size: 36px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.profile-item-topic-born {
  font-size: 14px;
  margin-bottom: 5px;
}
.profile-item-topic-txt{
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}
.profile-bottom {
  padding: 60px 40px;
}
.profile-bottom-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
/*Date*/
.date {
  margin: 20px auto;
}
.date-wrap {
  display: flex;
  align-items: center;
}
.date-left {
  width: 50%;
}
.date-left-img {
  width: 100%;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
.date-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-right-ttl {
  margin-bottom: 40px;
  text-align: center;
}
.date-right-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.date-right-day {
  text-align: center;
}
.date-right-day__in {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
/*Count Down*/
.countdown {
  width: 100vw;
  height: 360px;
  background-image: url("../img/img_25.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  position: relative;
  margin-bottom: 40px;
}
.countdown::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.countdown-content {
  position: relative;
  z-index: 10;
}
.countdown-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.countdown-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.countdown-date {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.countdown-time {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.countdown-time__main {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 30px;
  position: relative;
}
.countdown-time__main--d::after {
  content: "Day";
  position: absolute;
  width: 60px;
  text-align: center;
  font-size: 12px;
  bottom: -18px;
  left: 0;
}
.countdown-time__main--h::after {
  content: "Hours";
  position: absolute;
  width: 60px;
  text-align: center;
  font-size: 12px;
  bottom: -18px;
  left: 0;
}
.countdown-time__main--m::after {
  content: "Minute";
  position: absolute;
  width: 60px;
  text-align: center;
  font-size: 12px;
  bottom: -18px;
  left: 0;
}
.countdown-time__main--s::after {
  content: "Second";
  position: absolute;
  width: 60px;
  text-align: center;
  font-size: 12px;
  bottom: -18px;
  left: 0;
}
/*Information*/
.info {
  padding: 20px 20px 40px;
  text-align: center;
}
.info-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-ttl {
  margin-bottom: 40px;
}
.info-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.info-topic {
  width: 50%;
}
.info-topic:first-child {
  position: relative;
}
.info-topic:first-child ::after {
  content: "";
  display: block;
  background-color: #BCBCBC;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: calc(50% - 40%);
}
.info-topic-ttl {
  margin-bottom: 20px;
}
.info-topic-ttl__in {
  font-size: 16px;
  font-weight: 600;
}
.info-topic-start {
  margin-bottom: 15px;
}
.info-topic-start__in {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.info-topic-reception {}
.info-topic-reception__in {
  font-size: 14px;
}
.info-topic-note{
	margin-top: 20px;
	font-size: 14px;
}
/*Access*/
.access {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}
.access-content {}
.access-ttl {
  margin-bottom: 40px;
}
.access-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.access-wrap {}
.access-image {
  padding: 20px;
}
.access-image__in {
  width: 100%;
  object-fit: cover;
  height: 200px;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
.access-topic {
  padding: 10px;
}
.access-topic-hotel {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.access-topic-hotel__en {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.access-topic-hotel__in {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.access-topic-add {
  margin-bottom: 15px;
}
.access-topic-add__in {
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-size: 14px;
  text-decoration: none;
  color: #4a4a4a;
}
.access-topic-tel {
  margin-bottom: 20px;
}
.access-topic-tel__in {
  letter-spacing: 0.08em;
  font-size: 14px;
  text-decoration: none;
  color: #4a4a4a;
}
.access-map {}
.access-map iframe {
  width: 100%;
  max-width: 100%;
}
/*Form*/
.form {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.form-ttl {
  margin-bottom: 30px;
}
.form-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.form-topic {
  margin-bottom: 40px;
}
.form-topic-txt {
  margin-bottom: 40px;
  line-height: 1.6em;
}
.form-topic-txt__in {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.form-topic-txt__date {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.form-topic-main-ttl {
  margin-bottom: 20px;
}
.form-topic-main-item {}
.form-topic-main-item::after {
  content: "";
  display: block;
  background-color: #8B8B8B;
  width: 70%;
  height: 2px;
  margin: 20px auto;
}
.form-topic-main-input {}
.form-topic-link {
  margin-top: 10px;
  text-decoration: none;
  color: #4a4a4a;
  border: #4a4a4a solid 1px;
  text-align: center;
  padding: 10px 20px;
}
.form-topic-link__in {
  font-size: 16px;
}
/*After*/
.after {
	padding: 20px;
}
.after-main {
  padding: 30px;
background: #FFFFF;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.after-main-ttl {
  margin-bottom: 30px;
  text-align: center;
}
.after-main-ttl__in {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.after-main-en {
  text-align: center;
  margin-bottom: 20px;
}
.after-main-en__in {
  font-size: 22px;
  color: #A09619;
}
.after-main-jp {
  text-align: center;
  margin-bottom: 20px;
}
.after-main-jp__in {
  font-size: 14px;
}
/*Last*/
.last {
  padding: 40px;
}
.last-img {
  width: 100%;
  height: 200px;
}
.last-img__in {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
.last-txt {
  margin-top: 10px;
  text-align: center;
}
.last-txt__in {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "regina", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tan{
	width: 100%;
	height: 240px;
	position: relative;
}
.tan-img{
	position: absolute;
	top: calc(50% - 100px);
	left: 40px;
	width: 140px;
	height: 200px;
}
.tan-img__in{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.tan-txt{    position: absolute;
    top: 40%;
    right: 40px;
    font-size: 36px;
	transform: rotate(12deg);
}
.fadeInTriggerOnce {
  opacity: 0;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
	flex-direction: column;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 175px;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
.loading-ttl{
	font-weight: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.loading-txt{
	font-weight: 14px;
	letter-spacing: 0.1em;
}
.loading-img{
	display: block;
	margin: 0 auto 20px;
	width: 200px;
}