@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

.header {
  max-width: 1030px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .header {
    padding: 0;
  }
}
.header .h-inner {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  z-index: 100;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .header .h-inner {
    position: fixed;
    padding: 14px 0 13px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .h-inner .logo {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  width: 73px;
}
@media screen and (max-width: 640px) {
  .header .h-inner .logo {
    width: 82px;
    display: block;
    margin: 0 auto;
  }
}
.header .h-inner nav {
  display: inline-block;
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .header .h-inner nav .nav-menu {
    width: 100%;
    z-index: 90;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: -100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
    overflow: hidden;
  }
}
.header .h-inner nav .nav-menu > ul {
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 50px;
}
@media screen and (max-width: 640px) {
  .header .h-inner nav .nav-menu > ul {
    display: block;
    padding: 200px 0;
    overflow: auto;
    margin-left: 0;
  }
}
.header .h-inner nav .nav-menu > ul li + li {
  margin-left: 50px;
}
@media screen and (max-width: 640px) {
  .header .h-inner nav .nav-menu > ul li + li {
    margin-left: 0;
    margin-top: 90px;
  }
}
.header .h-inner nav .nav-menu > ul li.sns {
  width: 24px;
  height: 24px;
  padding-top: 1px;
}
@media screen and (max-width: 640px) {
  .header .h-inner nav .nav-menu > ul li.sns {
    width: 43px;
    height: 43px;
    margin: 90px auto 0;
  }
}
.header .h-inner nav .nav-menu > ul li a {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .header .h-inner nav .nav-menu > ul li a {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.24em;
  }
}
.header .h-inner nav #btn-check {
  position: absolute;
  left: -50vh;
}
@media screen and (max-width: 640px) {
  .header .h-inner nav .sp-menu-btn {
    position: fixed;
    top: 30px;
    right: 14px;
    right: 6%;
    height: 15px;
    width: 15px;
    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;
    cursor: pointer;
    z-index: 95;
  }
  .header .h-inner nav .sp-menu-btn span {
    content: "";
    display: block;
    height: 3px;
    width: 15px;
    background-color: #000;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .h-inner nav .sp-menu-btn span::before {
    content: "";
    display: block;
    height: 3px;
    width: 15px;
    background-color: #000;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 6px;
  }
  .header .h-inner nav .sp-menu-btn span::after {
    content: "";
    display: block;
    height: 3px;
    width: 15px;
    background-color: #000;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 6px;
  }
  .header .h-inner nav #btn-check:checked ~ .sp-menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .header .h-inner nav #btn-check:checked ~ .sp-menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .header .h-inner nav #btn-check:checked ~ .sp-menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  .header .h-inner nav #btn-check:checked ~ .nav-menu {
    top: 0;
    left: 0;
  }
}

.main {
  max-width: 1030px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 95px;
}
@media screen and (max-width: 640px) {
  .main {
    margin: 72px auto 95px;
    padding: 0;
  }
}
.main .swiper {
  padding-bottom: 53px;
}
.main .swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #707070;
  opacity: unset;
  margin: 0 10px !important;
}
.main .swiper .swiper-pagination-bullet-active {
  background-color: #000;
}
.main .m-contents {
  max-width: 700px;
  margin: 110px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main .m-contents {
    margin: 50px auto 0;
    padding: 0 14px;
  }
}
.main .m-contents h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .main .m-contents h2 {
    font-size: 2rem;
  }
}
.main .m-contents-head {
  width: 432px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main .m-contents-head {
    max-width: 346px;
    width: 95%;
    margin: 0 auto;
  }
}
.main .m-contents .sec-access {
  margin-top: 100px;
}
.main .m-contents .sec-access .map {
  margin-top: 30px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-access .map {
    margin-top: 20px;
  }
}
.main .m-contents .sec-access .map iframe {
  width: 100%;
  height: 100%;
}
.main .m-contents .sec-access .text {
  margin-top: 30px;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-access .text {
    margin-top: 15px;
  }
}
.main .m-contents .sec-access .text a {
  color: #fff;
  background-color: #000;
  padding: 5px 12px 5px 35px;
  font-size: 1.4rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-access .text a {
    font-size: 1rem;
    padding: 6px 9px 6px 27px;
  }
}
.main .m-contents .sec-access .text a::before {
  content: "";
  background: url(../../img/map.svg) center center no-repeat;
  width: 16px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-access .text a::before {
    width: 13px;
    height: 17px;
    left: 9px;
  }
}
.main .m-contents .sec-access .text p {
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-access .text p {
    margin-top: 15px;
  }
}
.main .m-contents .sec-guid {
  margin-top: 100px;
}
.main .m-contents .sec-guid__contents {
  margin-top: 30px;
  text-align: left;
}
.main .m-contents .sec-guid__contents .guid-list {
  background: #DDD;
  cursor: pointer;
  letter-spacing: 0.025em;
  border-radius: 11px;
}
.main .m-contents .sec-guid__contents .guid-list + .guid-list {
  margin-top: 15px;
}
.main .m-contents .sec-guid__contents .guid-q {
  font-weight: 600;
  position: relative;
  padding: 25px 20px 25px 20px;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-q {
    font-size: 1.5rem;
    padding: 27px 20px 27px 20px;
  }
}
.main .m-contents .sec-guid__contents .guid-q::after {
  content: "";
  background: url(../../img/guid-q.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main .m-contents .sec-guid__contents .guid-q.open::after {
  content: "";
  background: url(../../img/guid-a.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main .m-contents .sec-guid__contents .guid-a {
  font-size: 1.5rem;
  line-height: 1.86;
  display: none;
  position: relative;
  margin-top: 5px;
  padding: 30px 20px 25px 20px;
  font-weight: 500;
}
.main .m-contents .sec-guid__contents .guid-a::before {
  content: "";
  background-color: #000;
  width: 95%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a {
    font-size: 1.5rem;
  }
}
.main .m-contents .sec-guid__contents .guid-a p + p {
  margin-top: 10px;
}
.main .m-contents .sec-guid__contents .guid-a .logo {
  width: 235px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a .logo {
    width: 205px;
  }
}
.main .m-contents .sec-guid__contents .guid-a .logo + p {
  margin-bottom: 30px;
}
.main .m-contents .sec-guid__contents .guid-a-ours {
  max-width: 590px;
  width: 100%;
  margin: 40px auto 0;
}
.main .m-contents .sec-guid__contents .guid-a-ours li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .m-contents .sec-guid__contents .guid-a-ours li + li {
  margin-top: 15px;
}
.main .m-contents .sec-guid__contents .guid-a-ours li .image {
  width: 216px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a-ours li .image {
    width: 152px;
  }
}
.main .m-contents .sec-guid__contents .guid-a-ours li .image01 {
  width: 168px;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a-ours li .image01 {
    width: 118px;
  }
}
.main .m-contents .sec-guid__contents .guid-a-ours li .image02 {
  width: 216px;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a-ours li .image02 {
    width: 152px;
  }
}
.main .m-contents .sec-guid__contents .guid-a-ours li .image03 {
  width: 172px;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a-ours li .image03 {
    width: 121px;
  }
}
.main .m-contents .sec-guid__contents .guid-a-ours li .image04 {
  width: 180px;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a-ours li .image04 {
    width: 127px;
  }
}
.main .m-contents .sec-guid__contents .guid-a-ours li p {
  font-size: 1.5rem;
  margin-left: 20px;
  width: 340px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .main .m-contents .sec-guid__contents .guid-a-ours li p {
    max-width: 200px;
    margin-left: 15px;
    width: calc(100% - 165px);
    font-size: 1.3rem;
    line-height: 1.46;
  }
}
.main .follow {
  text-align: center;
  margin-top: 100px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .main .follow {
    margin-top: 50px;
    font-size: 2rem;
  }
}
.main .insta {
  width: 44px;
  height: 44px;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .main .insta {
    margin: 25px auto 0;
  }
}

.footer {
  background-color: #000000;
  padding: 42px 0 20px;
  text-align: center;
}
.footer__logo {
  width: 108px;
  margin: 0 auto;
}
.footer__copy {
  margin-top: 50px;
  color: #fff;
  opacity: 0.75;
  font-size: 1rem;
}

.animate-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.animate-fadein.action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */