@charset "UTF-8";
@import url("https://use.typekit.net/mxq5frb.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes bgRotate {
  from {
    background-position: center center;
    transform: rotate(0deg);
  }
  to {
    background-position: center center;
    transform: rotate(360deg);
  }
}
#mv {
  position: relative;
  overflow: hidden;
}
#mv h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 49.83766vw;
}
@media screen and (max-width: 860px) {
  #mv h1 {
    width: 105%;
    transform: translate(-50%, 0%);
    top: 34%;
  }
}
#mv .ill {
  position: absolute;
  bottom: -5%;
}
@media screen and (max-width: 860px) {
  #mv .ill {
    bottom: -3%;
  }
}
#mv .ill.ill_l {
  left: 0;
  width: 27.824675vw;
}
@media screen and (max-width: 860px) {
  #mv .ill.ill_l {
    width: 65vw;
    max-width: none;
    position: absolute;
    left: -18vw;
  }
}
#mv .ill.ill_r {
  right: 1vw;
  width: 26.75324675vw;
}
@media screen and (max-width: 860px) {
  #mv .ill.ill_r {
    width: 65vw;
    max-width: none;
    position: absolute;
    right: -18vw;
    bottom: -5%;
  }
}
#mv .lang {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 860px) {
  #mv .lang {
    top: 0;
    right: 1vw;
    position: fixed;
    z-index: 999;
  }
}
#mv .lang a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(0px, 1.2987vw, 20px);
  border-radius: 10px;
  background-color: rgb(7, 123, 110);
  box-shadow: 0px 6px 0px 0px rgb(16, 17, 26);
  border: 4px solid #10142a;
  line-height: 1;
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 860px) {
  #mv .lang a {
    font-size: 4.513vw;
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }
}
#mv .lang a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/image/common/arrow.png) no-repeat center/contain;
  display: block;
  margin-left: 10px;
}
@media screen and (max-width: 860px) {
  #mv .prople {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
#mv .bg {
  position: relative;
}
#mv .bg .abso {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
#mv .bg .sp-wave {
  position: absolute;
  bottom: 0;
  left: 0;
}

nav {
  border-bottom: 0.51948vw solid #10142a;
  box-shadow: 0px 0.77922vw 0px 0px rgba(0, 0, 0, 0.1);
}
nav .txt {
  color: #ffe8bc;
  font-size: 1.5584415584vw;
  background: #f15600;
  border-top: 0.51948vw solid #10142a;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  nav .txt {
    font-size: 3.993vw;
    border-width: 8px;
  }
}
nav .txt p {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 300s linear infinite;
  letter-spacing: 0.1em;
}
nav .txt p span {
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
nav .txt p .inner {
  display: inline-block;
  font-family: "sybarite", serif;
  padding-right: 0.5em;
}
nav .logo {
  width: 33.344155844vw;
}
nav #nav_inner {
  position: relative;
  z-index: 4;
}
nav #nav_inner .bg {
  position: relative;
}
nav #nav_inner .bg img:first-child {
  position: absolute;
  left: 0;
  bottom: 100%;
}
nav #nav_inner .logo {
  width: 33.344155844vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 860px) {
  nav #nav_inner .logo {
    width: 90%;
    top: -27%;
  }
}
nav #nav_inner .flex {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  padding: 0 4.22vw;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  nav #nav_inner .flex {
    display: block;
    z-index: 5;
    bottom: 13%;
  }
}
nav #nav_inner .flex ul {
  display: flex;
  font-size: 1.9vw;
}
@media screen and (max-width: 860px) {
  nav #nav_inner .flex ul {
    font-size: 5.2vw;
    justify-content: center;
  }
}
nav #nav_inner .flex ul li {
  display: flex;
  align-items: center;
}
nav #nav_inner .flex ul li a {
  color: #10142a;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 860px) {
  nav #nav_inner .flex ul li a {
    display: block;
    width: 6em;
    text-align: center;
  }
}
nav #nav_inner .flex ul:first-child li::after, nav #nav_inner .flex ul:last-child li::before {
  content: "★";
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #f15600;
  display: block;
  margin: 0 2.66233766vw;
  letter-spacing: 0;
  font-size: 0.8276em;
}
@media screen and (max-width: 860px) {
  nav #nav_inner .flex ul:first-child li:first-child:before, nav #nav_inner .flex ul:last-child li:last-child:after {
    content: "★";
    font-family: "kozuka-gothic-pr6n", sans-serif;
    color: #f15600;
    display: block;
    margin: 0 2.66233766vw;
    letter-spacing: 0;
    font-size: 0.8276em;
  }
}

#taxi {
  margin-bottom: 140px;
}
@media screen and (max-width: 860px) {
  #taxi {
    margin-bottom: 60px;
  }
}
#taxi .rela {
  position: relative;
  margin: 80px auto;
  width: 84%;
}
@media screen and (max-width: 860px) {
  #taxi .rela {
    width: 100%;
    margin: 30px auto 0;
  }
}
#taxi .rela .taxi {
  width: 21.329211%;
  position: absolute;
  top: 24.5%;
  left: -3%;
}
#taxi .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 860px) {
  #taxi .btnBox {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  #taxi .btnBox {
    margin-top: 30px;
  }
}
#taxi .btnBox .finger {
  width: clamp(0px, 7.4675vw, 115px);
}
@media screen and (max-width: 860px) {
  #taxi .btnBox .finger {
    display: none;
  }
}
#taxi .btnBox .finger:last-of-type {
  transform: scale(-1, 1);
}
#taxi .btnBox a {
  position: relative;
  margin: 0 40px;
  transition: 0.5s;
  width: clamp(0px, 51.948vw, 800px);
  text-align: center;
  background-image: -ms-linear-gradient(0deg, rgb(210, 75, 0) 0%, rgb(0, 96, 84) 100%);
  background: linear-gradient(90deg, rgb(210, 75, 0) 0%, rgb(0, 96, 84) 100%);
  display: block;
  color: #fff;
  font-size: clamp(0px, 2.922vw, 45px);
  border-radius: 99999px;
  padding: 0.6em clamp(0px, 0.64935vw, 20px);
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #taxi .btnBox a {
    margin: 0 auto;
    font-size: 6vw;
    width: 90%;
    padding: 0.7em 0.1em;
  }
}
#taxi .btnBox a img {
  width: clamp(0px, 0.38961vw, 6px);
  position: absolute;
  right: clamp(0px, 0.64935vw, 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  #taxi .btnBox a img {
    display: none;
  }
}
#taxi .btnBox a::after {
  content: "";
  width: calc(100% + clamp(0px, 0.38961vw, 6px));
  height: calc(100% + clamp(0px, 0.38961vw, 6px));
  border: clamp(0px, 0.38961vw, 6px) solid #101220;
  display: block;
  border-radius: 99999px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 13px 0px 0px rgb(0, 0, 0);
  transition: 0.5s;
}
@media screen and (max-width: 860px) {
  #taxi .btnBox a::after {
    border-width: 4px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
#taxi .btnBox a:hover {
  margin: 0 20px;
}
#taxi .btnBox a:hover::after {
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}

#about {
  background: url(/image/about/bg.png) repeat;
  padding: 85px 0 70px;
}
@media screen and (max-width: 860px) {
  #about {
    padding: 40px 0;
  }
}
@media screen and (max-width: 860px) {
  #about article {
    display: block;
  }
}
#about article .txt {
  width: 45%;
}
@media screen and (max-width: 860px) {
  #about article .txt {
    width: 100%;
  }
}
#about article .txt .ttl {
  font-size: 6.8rem;
  font-size: clamp(0px, 4.4155844vw, 68px);
  line-height: 1.16;
  font-weight: 800;
  color: #101220;
}
@media screen and (max-width: 860px) {
  #about article .txt .ttl {
    font-size: 11.9vw;
  }
}
#about article .txt p {
  margin-top: 2rem;
  color: #fff;
  font-family: "magno-sans-variable", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.7rem;
}
@media screen and (max-width: 860px) {
  #about article .txt p {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 1rem;
  }
}
#about article .img {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #about article .img {
    width: 100%;
    margin-top: 2.8rem;
  }
}
#about article .img img {
  position: relative;
}
#about article .img .ill {
  position: absolute;
  bottom: -2%;
  right: -10%;
  width: 32%;
}
@media screen and (max-width: 860px) {
  #about article .img .ill {
    right: -2%;
  }
}
#about .flex2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 85px auto 0;
}
@media screen and (max-width: 860px) {
  #about .flex2 {
    display: block;
    margin: 30px auto;
  }
}
#about .flex2 h3 {
  font-size: clamp(0px, 3.051948vw, 47px);
  width: 37%;
}
@media screen and (max-width: 860px) {
  #about .flex2 h3 {
    font-size: 9vw;
    width: 100%;
  }
}
#about .flex2 ul {
  font-size: 2.7rem;
  font-size: clamp(0px, 1.753246vw, 27px);
  color: #fff;
  width: 56%;
  font-family: "magno-sans-variable", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  #about .flex2 ul {
    font-size: 2.4rem;
    width: 100%;
    margin-top: 1rem;
  }
}
#about .flex2 ul li {
  list-style: disc;
  margin-left: 1em;
  line-height: 1.7;
  line-height: 1.26;
}
#about .flex2 ul li + li {
  margin-top: 0.5em;
}
#about .border-txt {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.26;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  #about .border-txt {
    display: block;
  }
}
#about .border-txt img {
  width: 21%;
  margin-top: -3%;
  margin-left: -4%;
}
@media screen and (max-width: 860px) {
  #about .border-txt img {
    margin-top: -10px;
    margin-left: auto;
    margin-right: -2%;
  }
}
#about .border-txt p {
  font-size: clamp(0px, 2.727vw, 42px);
  padding: 10px 0;
  text-align: center;
  border-top: 4px solid #101220;
  border-bottom: 4px solid #101220;
  line-height: 1.26;
  width: 82%;
}
@media screen and (max-width: 860px) {
  #about .border-txt p {
    width: 100%;
    font-size: 7vw;
  }
}

#menu .ttl {
  font-size: 8.961vw;
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 860px) {
  #menu .ttl {
    margin-top: 60px;
    font-size: 11.11vw;
    margin-bottom: 30px;
  }
}
#menu .ttl::before, #menu .ttl::after {
  content: "";
  height: 0.5844vw;
  width: 100%;
  display: block;
  background: #10142a;
}
@media screen and (max-width: 860px) {
  #menu .ttl::before, #menu .ttl::after {
    height: 6px;
  }
}
#menu .ttl::before {
  margin-right: 25px;
}
@media screen and (max-width: 860px) {
  #menu .ttl::before {
    margin-right: 10px;
  }
}
#menu .ttl::after {
  margin-left: 25px;
}
@media screen and (max-width: 860px) {
  #menu .ttl::after {
    margin-left: 10px;
  }
}
#menu .menu_cont {
  margin-top: 30px;
  width: 95%;
  max-width: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border: 0.51948vw solid #10142a;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #menu .menu_cont {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top-width: 6px;
    border-bottom: none;
    margin-top: 0;
  }
  #menu .menu_cont:last-child {
    border-bottom: 6px solid #10142a;
  }
}
#menu .menu_cont .bg {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: scale(3);
}
#menu .menu_cont:nth-of-type(1) .bg {
  background: url(/image/menu/bg01.jpg) no-repeat center/cover;
}
#menu .menu_cont:nth-of-type(2) .bg {
  background: url(/image/menu/bg02.png) no-repeat center/cover;
}
#menu .menu_cont:nth-of-type(3) .bg {
  background: url(/image/menu/bg03.jpg) no-repeat center/cover;
}
#menu .menu_cont:nth-of-type(4) .bg {
  background: url(/image/menu/bg04.jpg) no-repeat center/cover;
}
#menu .menu_cont h3 {
  font-size: clamp(0px, 22vw, 340px);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  z-index: 1;
}
#menu .menu_cont .img {
  padding: 170px 0;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 41.55%;
}
@media screen and (max-width: 860px) {
  #menu .menu_cont .img {
    width: 90%;
    padding: 0;
    margin-top: 18vw;
  }
}
#menu .menu_cont .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  max-width: 940px;
  width: 90%;
}
@media screen and (max-width: 860px) {
  #menu .menu_cont .txt {
    position: relative;
    transform: none;
    left: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10vw;
    padding-bottom: 30px;
  }
}
#menu .menu_cont .txt::before {
  content: "";
  display: block;
  background: url(/image/menu/kakko_L.png) no-repeat center/contain;
  width: 60px;
  height: 187px;
  flex-shrink: 0;
  margin-right: 10%;
}
@media screen and (max-width: 860px) {
  #menu .menu_cont .txt::before {
    display: none;
  }
}
#menu .menu_cont .txt::after {
  content: "";
  display: block;
  background: url(/image/menu/kakko_R.png) no-repeat center/contain;
  width: 60px;
  height: 187px;
  flex-shrink: 0;
  margin-left: 7%;
}
@media screen and (max-width: 860px) {
  #menu .menu_cont .txt::after {
    display: none;
  }
}
#menu .menu_cont .txt p {
  color: #fff;
  font-family: "magno-sans-variable", sans-serif;
  font-style: italic;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  #menu .menu_cont .txt p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
#menu .menu_cont .txt p strong {
  font-size: 4.1rem;
  display: block;
  font-family: "sybarite", serif;
  width: -moz-fit-content;
  width: fit-content;
}
#menu .menu_cont .txt p strong small {
  font-size: 0.78em;
}

#others {
  margin-top: 140px;
}
@media screen and (max-width: 860px) {
  #others {
    margin-top: 60px;
  }
}
#others .ttl {
  text-align: center;
  font-size: clamp(0px, 5.38961vw, 83px);
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  #others .ttl {
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
    font-size: 11.11vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 860px) {
  #others .ttl::before, #others .ttl::after {
    content: "";
    width: 100%;
    display: block;
    background: #10142a;
    height: 6px;
  }
}
@media screen and (max-width: 860px) {
  #others .ttl::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 860px) {
  #others .ttl::after {
    margin-left: 10px;
  }
}
#others .ill {
  position: absolute;
  max-width: 244px;
  width: 15.844vw;
  z-index: 3;
  top: -100px;
  left: -2vw;
}
@media screen and (max-width: 860px) {
  #others .ill {
    display: none;
  }
}
#others .sliderBox {
  margin-left: -17px;
  margin-right: -17px;
  position: relative;
}
#others .sliderBox .slide-arrow {
  background: url(/image/menu/others/prev.png) no-repeat center/contain;
  width: clamp(0px, 4.5454vw, 70px);
  height: clamp(0px, 4.5454vw, 70px);
  position: absolute;
  top: clamp(0px, 11vw, 170px);
  z-index: 3;
}
@media screen and (max-width: 860px) {
  #others .sliderBox .slide-arrow {
    width: 8vw;
    height: 8vw;
    top: 38vw;
  }
}
#others .sliderBox .slide-arrow.prev-arrow {
  left: 0;
}
#others .sliderBox .slide-arrow.next-arrow {
  right: 0;
  transform: rotate(180deg);
}
#others .sliderBox .cont .inner {
  padding: 0 17px;
  box-sizing: border-box;
}
#others .sliderBox .cont .inner h3 {
  font-size: clamp(0px, 1.948vw, 30px);
  margin: 20px 0 0px;
}
@media screen and (max-width: 860px) {
  #others .sliderBox .cont .inner h3 {
    font-size: 8.33vw;
  }
}
#others .sliderBox .cont .inner p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 860px) {
  #others .sliderBox .cont .inner p {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

#access {
  background: url(/image/access/bg.png) repeat center/cover;
  margin-top: calc(140px + 4.123vw);
  padding-bottom: 80px;
  width: 95%;
  max-width: none;
}
@media screen and (max-width: 860px) {
  #access {
    margin-top: 60px;
    width: 100%;
  }
}
#access .ttl {
  text-align: center;
  font-size: 8.24675vw;
  top: -0.5em;
  margin-bottom: -0.5em;
  line-height: 1;
  position: relative;
  margin-top: 0.5em;
}
@media screen and (max-width: 860px) {
  #access .ttl {
    font-size: 11.11vw;
  }
}
#access .flex {
  align-items: stretch;
  margin-top: 70px;
}
@media screen and (max-width: 860px) {
  #access .flex {
    display: block;
    margin-top: 30px;
  }
}
#access .txt {
  font-family: "magno-sans-variable", sans-serif;
  width: 45%;
}
@media screen and (max-width: 860px) {
  #access .txt {
    width: 100%;
  }
}
#access .txt dl {
  display: flex;
  padding: 20px 0;
  border-top: 2px solid #101220;
}
#access .txt dl:last-of-type {
  border-bottom: 2px solid #101220;
}
#access .txt dl.center {
  align-items: center;
}
#access .txt dl dt {
  width: clamp(0px, 2.7922vw, 43px);
  flex-shrink: 0;
  margin-right: clamp(0px, 1vw, 20px);
}
@media screen and (max-width: 860px) {
  #access .txt dl dt {
    width: 7vw;
    margin-right: 3vw;
  }
}
#access .txt dl dd {
  font-weight: 700;
  font-size: clamp(0px, 2.46753246vw, 38px);
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #access .txt dl dd {
    font-size: 5.96vw;
  }
}
#access .txt dl dd a {
  color: #f15600;
  text-decoration: underline;
}
#access .txt dl dd a[href^="tel:"] {
  color: #101220;
  text-decoration: none;
}
#access .txt dl dd img {
  max-width: 223px;
}
@media screen and (max-width: 860px) {
  #access .txt dl dd img {
    max-width: 150px;
  }
}
#access .txt dl dd .star {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #f15600;
  font-size: 0.63em;
  display: inline-block;
  vertical-align: middle;
}
#access .txt dl dd .time {
  color: #fff;
  background: #101220;
  line-height: 1;
  font-size: 0.68em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.1em 0.25em;
  margin: 0 0.5em;
}
#access .map {
  width: 45%;
}
@media screen and (max-width: 860px) {
  #access .map {
    width: 100%;
    margin-top: 30px;
  }
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 860px) {
  #access .map iframe {
    aspect-ratio: 4/3;
  }
}
#access .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 860px) {
  #access .btnBox {
    display: block;
    margin-top: 30px;
  }
}
#access .btnBox .finger {
  width: clamp(0px, 7.4675vw, 115px);
}
@media screen and (max-width: 860px) {
  #access .btnBox .finger {
    display: none;
  }
}
#access .btnBox .finger:last-of-type {
  transform: scale(-1, 1);
}
#access .btnBox a {
  position: relative;
  margin: 0 40px;
  transition: 0.5s;
  width: clamp(0px, 51.948vw, 800px);
  text-align: center;
  background-image: -ms-linear-gradient(0deg, rgb(210, 75, 0) 0%, rgb(0, 96, 84) 100%);
  background: linear-gradient(90deg, rgb(210, 75, 0) 0%, rgb(0, 96, 84) 100%);
  display: block;
  color: #fff;
  font-size: clamp(0px, 2.922vw, 45px);
  border-radius: 99999px;
  padding: 0.6em clamp(0px, 0.64935vw, 20px);
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #access .btnBox a {
    margin: 0 auto;
    font-size: 6vw;
    width: 90%;
    padding: 0.7em 0.1em;
  }
}
#access .btnBox a img {
  width: clamp(0px, 0.38961vw, 6px);
  position: absolute;
  right: clamp(0px, 0.64935vw, 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  #access .btnBox a img {
    display: none;
  }
}
#access .btnBox a::after {
  content: "";
  width: calc(100% + clamp(0px, 0.38961vw, 6px));
  height: calc(100% + clamp(0px, 0.38961vw, 6px));
  border: clamp(0px, 0.38961vw, 6px) solid #101220;
  display: block;
  border-radius: 99999px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 13px 0px 0px rgb(0, 0, 0);
  transition: 0.5s;
}
@media screen and (max-width: 860px) {
  #access .btnBox a::after {
    border-width: 4px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
#access .btnBox a:hover {
  margin: 0 20px;
}
#access .btnBox a:hover::after {
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}

#map .ttl {
  position: relative;
  width: 74.83766vw;
  margin: 0 auto;
  transform: translateY(50%);
  max-width: 1152.5px;
}
@media screen and (max-width: 860px) {
  #map .ttl {
    width: 90%;
  }
}
#map .mapBox {
  border-bottom: 0.51948vw solid #10142a;
  border-top: 0.51948vw solid #10142a;
}
#map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 44/15;
  display: block;
}
@media screen and (max-width: 860px) {
  #map iframe {
    aspect-ratio: 4/3;
  }
}

footer {
  padding: 50px 0;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 25px 0;
  }
}
footer .flex {
  align-items: center;
}
footer .flex .copy {
  font-family: "magno-sans-variable", sans-serif;
  font-weight: 900;
  font-size: 3.3rem;
}
@media screen and (max-width: 860px) {
  footer .flex .copy {
    font-size: 2.8rem;
  }
}
footer .flex .sns {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  footer .flex .sns {
    margin-left: auto;
  }
}
footer .flex .sns li {
  width: 55.5px;
  margin: 0px 8px;
}
@media screen and (max-width: 860px) {
  footer .flex .sns li {
    width: 30px;
    margin: 0 4px;
  }
}
footer .flex .retop a {
  transform: rotate(-90deg);
  background: url(/image/common/finger.png) no-repeat center/contain;
  width: 92px;
  height: 92px;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .flex .retop a {
    width: 60px;
    height: 60px;
    margin-right: -4vw;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #769614;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#loading.hide {
  opacity: 0;
  visibility: hidden;
}
#loading .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}
#modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #fff;
  border: 6px solid #fff;
  text-align: center;
  max-width: 880px;
  width: 95%;
  box-sizing: border-box;
}
#modal .modal_inner h2 {
  background: #101220;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 1em 10px;
  font-size: clamp(0px, 5.22727vw, 46px);
  line-height: 1.65;
}
#modal .modal_inner .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: clamp(0px, 3.1818vw, 28px);
  font-weight: 700;
  padding: 1.7em 2em 1.5em;
}
@media screen and (max-width: 860px) {
  #modal .modal_inner .txt {
    padding: 1.2em;
  }
}
#modal .modal_inner .address {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: left;
  border: 6px solid #101220;
  margin: 0 2em 2.6em;
  font-size: clamp(0px, 3.1818vw, 28px);
  font-weight: 700;
  padding: 1em;
}
@media screen and (max-width: 860px) {
  #modal .modal_inner .address {
    margin: 0 1.2em 2em;
    border-width: 3px;
  }
}/*# sourceMappingURL=style.css.map */