@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes arrow {
  0% {
    right: 37px;
  }
  30% {
    right: 22px;
  }
  90% {
    right: 22px;
  }
  100% {
    right: 37px;
  }
}
@keyframes arrow {
  0% {
    right: 37px;
  }
  30% {
    right: 22px;
  }
  90% {
    right: 22px;
  }
  100% {
    right: 37px;
  }
}
.fade_in01 {
  -webkit-animation: fadein 1s 0.3s forwards;
          animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 1.8s 1s forwards;
          animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
  }
}
.ext_lr {
  -webkit-animation: extendright 0.5s 0.3s forwards;
          animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
  -webkit-animation: extendright 0.5s 0.7s forwards;
          animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
  -webkit-animation: extendright 0.5s 1.1s forwards;
          animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
  -webkit-animation: extendright 0.5s 11s forwards;
          animation: extendright 0.5s 11s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
html {
  scroll-padding-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  color: #E5E5E5;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  line-height: 1.5;
  background-color: #D5DEE3;
  background-image: url(../img/common/bg.webp);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

body {
  overflow-x: clip;
  background: #171b24;
}

.main {
  padding-top: 130px;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.6px;
}
@media print, screen and (max-width: 1023.9px) {
  .main {
    padding-top: 100px;
  }
}

.child-mv {
  margin-top: 20px;
}
.child-mv iframe {
  width: 100%;
}

.contents-wrap {
  max-width: 1000px;
}

.addrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 650px;
  margin: 50px auto;
}
@media print, screen and (max-width: 1023.9px) {
  .addrs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0;
  }
}
.addrs p {
  font-size: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .addrs p {
    margin-bottom: 30px;
    text-align: center;
    line-height: 2;
  }
}

.addrsBt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #666;
  border-radius: 50px;
  margin-left: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .addrsBt {
    font-size: 13px;
    margin-left: 0;
  }
}
.addrsBt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  width: 290px;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.addrsBt a:hover {
  opacity: 0.6;
}
.addrsBt span {
  width: 15px;
  display: block;
  margin-left: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .addrsBt span {
    width: 12px;
    margin-left: 7px;
  }
}

.accSec {
  overflow: hidden;
  padding-bottom: 150px;
}
@media print, screen and (max-width: 1023.9px) {
  .accSec {
    padding-bottom: 80px;
  }
}
.accSec figure.-mt {
  margin-top: 70px;
}
@media print, screen and (max-width: 1023.9px) {
  .accSec figure.-mt {
    margin-top: 35px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .accSec figure {
    width: 80%;
    margin-inline: auto;
  }
}

.accH3 {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 180px;
}
@media print, screen and (max-width: 1023.9px) {
  .accH3 {
    margin-top: 80px;
    font-size: 18px;
  }
}
.accH3 span {
  width: 18px;
  display: block;
  margin-right: 11px;
}
@media print, screen and (max-width: 1023.9px) {
  .accH3 span {
    width: 15px;
    margin-right: 6px;
  }
}

.accH4 {
  font-size: 20px;
  margin: 90px 0 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accH4:after {
  content: "";
  width: calc(100% - 150px);
  height: 1px;
  margin-left: 20px;
  background: #444;
}
@media print, screen and (max-width: 1023.9px) {
  .accH4 {
    margin: 40px 0 30px;
    font-size: 17px;
  }
}
.accH4.-none:after {
  content: none;
}

.parking {
  margin-top: 80px;
  background: #21252e;
  padding: 50px;
  border: 1px solid #4a4d54;
}
@media print, screen and (max-width: 1023.9px) {
  .parking {
    padding: 24px 15px;
    margin-top: 80px;
  }
}
.parking li {
  font-size: 15px;
  margin: 5px 0;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.parking li:before {
  content: "・";
}
@media print, screen and (max-width: 1023.9px) {
  .parking li {
    font-size: 11.5px;
    margin: 8px 0;
  }
}

.parkH3 {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .parkH3 {
    font-size: 18px;
  }
}
.parkH3 span {
  width: 28px;
  display: block;
  margin-right: 11px;
  margin-top: 2px;
}
@media print, screen and (max-width: 1023.9px) {
  .parkH3 span {
    width: 20px;
  }
}

.parkLead {
  font-size: 15px;
  margin: 30px 0;
  line-height: 2;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .parkLead {
    font-size: 11.5px;
    margin: 18px 0 25px;
  }
}

.gmap {
  color: #000;
}
.gmap h3 {
  margin-bottom: 7px;
}

.parking-btn a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: 320px;
  height: 50px;
  border: 1px solid #FFF;
  border-radius: 100px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.parking-btn a:hover {
  opacity: 0.6;
}
@media print, screen and (max-width: 1023.9px) {
  .parking-btn a {
    width: 90%;
    font-size: 12px;
    height: 42px;
  }
}