@charset "UTF-8";
.grecaptcha-badge { visibility: hidden; }

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}
	h1.notfound {
	margin-top:100px;
}

#gallery p.ibWrap {
	font-size: 1.8rem;
	text-align:center;
	margin-bottom:30px;
}
#gallery table {
	margin-bottom: 30px;
	padding: 0;
}
#gallery td.ibWrap {
	font-size: 12px;
	text-align: left;
	padding: 0;
	vertical-align: top;
}
#gallery .red {
	font-size: 1.4rem;
	color: #ff0000;
}

#trip p.ibWrap {
	font-size: 1.8rem;
	text-align:center;
	margin-bottom:30px;
}
#trip table {
  max-width:700px;
  margin-bottom:30px;
}
#trip td.ibWrap {
	font-size:12px;
	text-align:left;
}
#trip .red {
  font-size: 1.4rem;
  color: #ff0000;
}

#form dt {
	text-align:left;
}

#form .wpcf7-text {
	width: 100% ;
	height: 40px;
}
#form .wpcf7 textarea {
	width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  body {
    font-size: 1.4rem;
  }
.leadArea__head h1 {
  font-size:1.8em;
}
	h1.notfound {
	font-size:18px; 
}
#trip p.ibWrap {
	font-size: 1.6rem;
}
}

* {
  box-sizing: border-box;
}

p, ul, ol, li {
  margin: 0 0 1.75em;
}

ul, ol {
  padding-left: 1.5em;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a,
.hasLink,
button {
  transition: 0.5s ease;
  cursor: pointer;
}

a:hover,
.hasLink:hover,
button:hover {
  opacity: 0.6;
}

a[href^="tel:"],
a[href^="mailto:"],
a.nocolor {
  color: inherit;
  text-decoration: inherit;
}

table {
  border-collapse: collapse;
}

.ibWrap {
  text-align:center;
}

.ibWrap > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  .sp-only {
    display: none !important;
  }
}

.container-l {
  position: relative;
  max-width: 160rem;
  margin: auto;
  padding: 0 2rem;
}

.container {
  position: relative;
  max-width: 104rem;
  margin: auto;
  padding: 0 2rem;
}

.c-f-red {
  color: #ff0000;
}

.c-mb-05em {
  margin-bottom: 0.5em !important;
  text-align:left;
}

.header {
  position: absolute;
  z-index: 800;
  inset: 7.3rem 0 auto;
  pointer-events: none;
}

.header-l {
  position: relative;
  max-width: 160rem;
  margin: auto;
  padding: 0 2rem;
  z-index: 1;
  justify-content: space-between;
  display: flex;
}

.header__logo {
  pointer-events: all;
  max-width: 20%;
}
.header__btn {
  position: fixed;
  z-index: 1200;
  top: 6.3rem;
  right: min(10%, 13.4rem);
}
.header__navi {
  position: fixed;
  pointer-events: all;
  top: 25px;
  right: 30px;
}
.gNavi {
  font-size: 1vw;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
.gNavi__logo, .header__btn, .menuIcon, .menuIcon__line {
  display:none;
}
.header::after {
    content: '';
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(84, 84, 84, 0));
    pointer-events: none;
}
}

.gNavi > ul {
  display: flex;
  grid-template-columns: 100%;
  gap: 1.5em;
  list-style: none;
  padding: 0;
}
.gNavi > ul > li {
  margin: 0;
}
.gNavi a {
  color: inherit;
  text-decoration: inherit;
}

@media screen and (max-width: 768px) {
.header {
  position: absolute;
  z-index: 800;
  inset: 7.3rem 0 auto;
  pointer-events: none;
}
.header__navi {
  position: fixed;
  inset: 0;
  z-index: 1100;
  transition: 0.5s ease;
  padding: 6rem 2rem;
  overflow: auto;
  pointer-events: all;
}
.header__btn {
  position: fixed;
  z-index: 1200;
  top: 6.3rem;
  right: min(10%, 13.4rem);
}
.header__navi {
  position: fixed;
  inset: 0;
  z-index: 1100;
  transition: 0.5s ease;
  padding: 6rem 2rem;
  overflow: auto;
  pointer-events: all;
}
body:not(.gNaviOpen) .header__navi {
  opacity: 0;
  transform: translateY(-2rem);
  pointer-events: none;
}
.header__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  transition: 0.5s ease;
  background: #081942;
  pointer-events: all;
}
body:not(.gNaviOpen) .header__overlay {
  opacity: 0;
  pointer-events: none;
}
  .header {
    top: 3rem;
  }
  .header__btn {
    top: 3rem;
    right: 2rem;
  }
.menuIcon {
  position: relative;
  width: 4.3rem;
  height: 4.3rem;
  margin-left: auto;
  padding: 0;
  background: none;
  border: none;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem #000000);
  pointer-events: all;
}
.menuIcon__line {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.menuIcon__line:nth-child(2) {
  transform: translateY(-1.25rem);
}
.menuIcon__line:nth-child(3) {
  transform: translateY(1.25rem);
}
body.gNaviOpen .menuIcon__line {
  height: 2px;
}
body.gNaviOpen .menuIcon__line:nth-child(1) {
  transform: scale(0, 1);
}
body.gNaviOpen .menuIcon__line:nth-child(2) {
  transform: rotate(30deg);
}
body.gNaviOpen .menuIcon__line:nth-child(3) {
  transform: rotate(-30deg);
}
.gNavi {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.gNavi > ul {
  display: inline-grid;
  grid-template-columns: 100%;
  gap: 1.5em;
  list-style: none;
  padding: 0;
}
.gNavi > ul > li {
  margin: 0;
  line-height: 1;
}
.gNavi a {
  color: inherit;
  text-decoration: inherit;
}
.gNavi__logo {
  margin-bottom: 4rem;
}
}

.footerArea {
  background: #081942;
  color: #ffffff;
  margin-top: 7rem;
}

.footer {
  text-align: center;
  padding: 4.4rem 2rem;
}
.footer__logo {
  margin-bottom: 2rem;
}
.footer__name {
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
}
.footer__addr {
  line-height: 3rem;
}

.scrollButton {
  position: absolute;
  top: 0;
  right: 2rem;
  width: clamp(5.4rem, 10vw, 7.4rem);
  aspect-ratio: 2/1;
  overflow: hidden;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.scrollButton::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
.scrollButton::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border: solid #000;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg) skew(15deg, 15deg);
}

.copyright {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 4rem;
}

.linkButton {
  margin: 6.5rem 0;
  text-align: center;
}
.linkButton a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38.5rem;
  max-width: 100%;
  height: 8rem;
  border: 1px solid #000000;
  background: #ffffff;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0.5em 1em;
  color: inherit;
  text-decoration: none;
  transition: 0.5s ease;
}
.linkButton a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: 0;
  height: 100%;
  background: #081942;
  transition: 0.5s ease;
}
.linkButton a:hover {
  opacity: 1;
  color: #ffffff;
}
.linkButton a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .linkButton a {
    font-size: 1.8rem;
  }
}

.fv {
  position: relative;
  z-index: 1;
  height: 40rem;
  margin-bottom: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.fv__bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv__catch {
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 30rem;
    max-height: 60vw;
    margin-bottom: 8rem;
  }
}
.fv-top {
  height: 100rem;
  max-height: 80vw;
}
@media screen and (max-width: 768px) {
  .fv-top {
    height: 50rem;
  }
}

.leadArea {
  text-align: center;
}
.leadArea__head {
  margin-bottom: 7.2rem;
}
.leadArea__head h2 {
  font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .leadArea__head {
    margin-bottom: 5.4rem;
  }
  .leadArea__head h2 {
    font-size: 3rem;
  }
}

.dotList {
  margin: 0;
}
.dotList > li {
  margin: 0;
}

.infoList {
  display: grid;
  grid-template-columns: 18rem 1fr;
  line-height: 5rem;
}
.infoList > dd {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .infoList {
    grid-template-columns: 100%;
    line-height: 2;
  }
  .infoList > dt {
    font-weight: 700;
  }
  .infoList > dd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}

.topLinks {
  margin-top: 8.5rem;
}
.topLinks > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem 6.5rem;
  list-style: none;
  padding: 0;
}
.topLinks > ul > li {
  width: calc((100% - 6.5rem) / 2);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topLinks {
    margin-top: 6rem;
  }
  .topLinks > ul {
    flex-direction: column;
    max-width: 60rem;
    margin: auto;
    gap: 3rem;
  }
  .topLinks > ul > li {
    width: 100%;
  }
}

.imgLink {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: min(6vw, 3rem);
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
}
.imgLink::before {
  content: "";
  position: absolute;
  inset: 1.8rem;
  border: 1px solid #ffffff;
}
.imgLink__text {
  position: absolute;
  inset: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.imgLink__bg {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  aspect-ratio: 75/30;
}
.imgLink__bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
a:hover .imgLink__bg img {
  transform: scale(1.1);
}
@media screen and (max-width: 450px) {
  .imgLink::before {
    inset: 1rem;
  }
  .imgLink__text {
    inset: 2rem;
  }
}

.gallery {
  margin-top: 3rem;
}
.gallery > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery > ul > li {
  width: 32rem;
  max-width: calc(50% - 0.8rem);
  margin: 0;
}
@media screen and (max-width: 450px) {
  .gallery > ul > li {
    max-width: 100%;
  }
}

.galleryBox {
  text-align: center;
  line-height: 1.4;
}
.galleryBox__img {
  margin-bottom: 1rem;
}
.galleryBox__title {
  font-size: 1.4rem;
}
.galleryBox__artist {
  font-size: 1.2rem;
}

.pdfList {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 4rem 0;
}
.pdfList__link {
  display: block;
  padding-right: 2rem;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2em;
}
.pdfList__link:hover {
  text-decoration: underline;
}
.pdfList__addr {
  display: block;
}
.pdfList__name {
  display: block;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .pdfList {
    max-width: 45rem;
    margin: auto;
    grid-template-columns: 100%;
  }
}

.form-head {
  margin-bottom: 6rem;
}

.caut {
  font-size: 1.4rem;
  color: #ff0000;
}

.inquiryForm {
  max-width: 64rem;
  margin: auto;
}

.inquiryList {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5em 0.5em;
}
.inquiryList > dt {
  padding: 0.1em 0 0;
}
.inquiryList > dt.required::after {
  content: "※";
  color: #ff0000;
}
.inquiryList > dd {
  margin: 0;
  padding: 0;
}
.inquiryList input, .inquiryList textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #d4d4d4;
  font-size: 1em;
  font-weight: inherit;
}
.inquiryList input:-moz-placeholder-shown, .inquiryList textarea:-moz-placeholder-shown {
  background: #d4d4d4;
}
.inquiryList input:placeholder-shown, .inquiryList textarea:placeholder-shown {
  background: #d4d4d4;
}
.inquiryList input[type=checkbox] {
  width: auto;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .inquiryList {
    grid-template-columns: 100%;
    gap: 0;
  }
  .inquiryList > dd {
    margin-bottom: 1.5em;
  }
}

.formZip {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.formZip #zip-btn {
  width: 80px;
  height: 30px;
  flex-shrink: 0;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 0;
}

.confirm-caut,
.form-caut {
  font-size: 0.8em;
  color: #ff0000;
}

.form-policy {
  text-align: center;
  margin-bottom: 1em;
}
.form-policy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
.form-policy a {
  color: inherit;
}

.wpcf7-submit{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  max-width: 100%;
  height: 4.5rem;
  background: #000000;
  color: #fff;
  border: none;
  letter-spacing: 0.7em;
  padding: 0 0 0 0.7em;
  margin: 4rem auto 0.5em;
  text-decoration: none;
}
.wpcf7-spinner {
    visibility: hidden !important;
}
[type=submit] {
    transition: 0.5s ease;
    cursor: pointer;
}
[type=submit]:hover {
	opacity:0.6;
}
/*# sourceMappingURL=style.css.map */