@charset "UTF-8";
/******************
html&body
*******************/
html {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "MS PGothic", sans-serif;
  color: rgb(46, 46, 46);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "MS PGothic", sans-serif;
}

a {
  color: rgb(46, 46, 46);
  font-family: "MS PGothic", sans-serif;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

html::-webkit-scrollbar {
  display: none;
}

style {
  margin: 0 !important;
}

a {
  display: block;
}

img {
  width: 100%;
  display: block;
  height: auto;
}

.ab {
  position: absolute;
}

/******************
header
*******************/
header {
  display: flex;
  align-items: center;
  height: 70px;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
header .logo {
  width: 200px;
}
header .logo a {
  width: 150px;
  margin: 0 auto;
}
header .logo a img {
  filter: drop-shadow(1px 1px 10px white);
}
header .nav {
  display: flex;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  padding-left: 30px;
  margin-right: 20px;
}
header .nav li {
  list-style: none;
}
header .nav li a {
  padding: 15px 20px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}
header .nav .entry {
  background: #f58322;
  margin-left: 30px;
  border-radius: 0 10px 10px 0;
}

.menu-list {
  position: relative;
}

.hover-menu {
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 180px;
  background-color: white;
  transform: translate(-50%, 0);
  text-align: center;
  border-radius: 0 0px 10px 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 15px;
  pointer-events: none;
}
.hover-menu a {
  padding: 0px 20px !important;
  margin: 12px 0;
}
.hover-menu::after {
  width: 200px;
  height: 15px;
  background-color: white;
  content: "";
  position: absolute;
  top: -9px;
  left: -10px;
}

.hover-menu.small {
  width: 130px;
}

.menu-list.point:hover .hover-menu {
  transition: 0.2s;
  opacity: 1;
  pointer-events: all;
}

/******************
スマホメニュー
*******************/
/******************
coming soon
*******************/
.comingsoon {
  position: relative;
}
.comingsoon::before {
  position: absolute;
  content: "";
  background-image: url(../../src/home/comingsoon.webp?date=241219);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

/******************
footer
*******************/
.footer-navi {
  width: 800px;
  max-width: 90%;
  margin: 30px auto;
  margin-bottom: 100px;
}

.navi-box {
  display: flex;
  gap: 2.5%;
  margin: 50px 0;
}
.navi-box a {
  width: 50%;
}
.navi-box a img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.f-contact {
  background-color: #9af0ff;
  position: relative;
  margin: 50px 0;
  border: solid 3px #1b1464;
  border-radius: 10px;
  padding: 10px;
}
.f-contact h4 {
  text-align: center;
  padding: 20px 0 40px 0;
}
.f-contact .arrow {
  width: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

footer {
  background-image: url("../../src/home/bg4.webp?date=241219");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-box {
  width: 500px;
  padding: 50px 0;
  margin: 0 auto;
}

.address {
  width: 300px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
.address a {
  margin: 10px 0 0 0;
}

.logo2 {
  border-bottom: solid 2px #42210b;
}

.copy {
  text-align: center;
  padding: 20px 0;
  background: #603813;
  color: white;
}

/******************
h2
*******************/
.h2 {
  width: 100%;
  text-align: center;
  margin: 50px 0;
  position: relative;
  z-index: 3;
  margin-top: 70px;
  margin-bottom: 30px;
}
.h2 h2 {
  color: white;
  fill: white;
  stroke: #1b1464;
  stroke-width: 5;
  paint-order: stroke;
  text-shadow: 1px 1px #1b1464, 2px 2px #1b1464, 3px 3px #1b1464;
  stroke-miterlimit: 5;
  stroke-linejoin: round;
  font-size: 15px;
  paint-order: stroke fill;
  margin: 0;
}
.h2 svg {
  overflow: visible;
  width: 320px;
  position: relative;
}
.h2 .tspan {
  letter-spacing: -0.12em;
}

::-webkit-full-page-media,
:future,
:root .h2 h2 {
  text-shadow: 3px 3px #1b1464 !important;
}

.hamburger {
  display: none;
}

footer {
  position: relative;
  height: auto;
}
footer .insta-links {
  position: absolute;
  width: 150px;
  top: 0;
  right: 10px;
  margin: 5px;
  margin-top: 15px;
}
footer .insta-links .insta2 {
  width: 150px;
  padding: 5px;
}

@media screen and (max-width: 1200px) {
  header .nav {
    padding-left: 10px;
  }
  header .nav li a {
    padding: 15px 10px;
  }
  header .nav .entry {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  header .nav {
    padding-left: 7px;
  }
  header .nav li a {
    padding: 15px 7px;
    font-size: 12px;
  }
  header .nav .entry {
    margin-left: 7px;
  }
  .hover-menu::after {
    top: -12px;
  }
}
@media screen and (max-width: 870px) {
  .hamburger {
    display: block;
  }
  .a-check {
    width: 200px;
  }
  header nav {
    display: none;
  }
  .footer-box {
    width: 400px;
    max-width: 90%;
    padding-bottom: 20px;
  }
  footer .insta-links {
    position: static;
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 20px;
  }
  nav.nav-list ul {
    display: block;
    margin: 0% auto;
  }
  nav.nav-list ul li {
    width: auto;
    margin: 10% auto;
  }
  nav.nav-list ul li a {
    display: block;
  }
  .nav-list {
    display: none;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    margin: 0;
    background: white;
    z-index: 900;
    box-shadow: -0.1em -0.2em 0.3em rgba(0, 0, 0, 0.399);
    box-shadow: 0.2em 0.2em 2em black;
  }
  .nav-list a {
    width: 150px;
    margin: 0 auto;
    margin: 3% auto;
    margin-top: 9%;
  }
  .nav-list a img {
    width: 100%;
    display: block;
  }
  div.btn-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .nav-box {
    margin-top: 10%;
    background-color: white;
    width: 60%;
    margin: 0 auto;
    padding: 5% 0;
    border-radius: 2em;
    margin-top: 7%;
  }
  div.btn-icon span {
    display: block;
    height: 2.5px;
    width: 90%;
    background: rgb(46, 46, 46);
    transition: 0.35s ease-in-out;
    border-radius: 9999px;
    z-index: 1000;
  }
  div.btn {
    left: auto;
    width: 35px;
    height: 32px;
    position: fixed;
    top: 3px;
    right: 5px;
    cursor: pointer;
    z-index: 950;
    margin: 5px;
    padding: 4px 3px;
    border-radius: 0.5em;
  }
  .btn.open {
    box-shadow: none;
  }
  .open div.btn-icon span:nth-of-type(1) {
    transform: translateY(8px) rotate(315deg);
  }
  .open div.btn-icon span:nth-of-type(2) {
    width: 0;
    left: 50%;
  }
  .open div.btn-icon span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-315deg);
  }
  .nav-list {
    width: 400px;
  }
  .open div.btn-icon span {
    width: 100%;
    box-shadow: none;
    background-color: rgb(46, 46, 46);
  }
  .nav-list ul {
    margin: 5%;
  }
  .nav-list ul li a {
    font-size: 16px;
  }
  .nav-title {
    margin-top: 5%;
    font-size: 15px;
  }
  nav.nav-list ul {
    display: block;
    margin: 0% auto;
  }
  nav.nav-list ul li {
    width: auto;
    margin: 10% auto;
  }
  nav.nav-list ul li a {
    display: block;
  }
  .nav-list {
    display: none;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    background: white;
    z-index: 900;
    box-shadow: -0.1em -0.2em 0.3em rgba(0, 0, 0, 0.399);
    box-shadow: 0.2em 0.2em 2em black;
  }
  .nav-list a {
    width: 200px;
    margin: 0 auto;
    margin: 3% auto;
    margin-top: 20px;
    font-weight: 800;
    color: rgb(46, 46, 46);
  }
  .nav-list a img {
    width: 100%;
    display: block;
  }
  div.btn-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .nav-box {
    margin-top: 10%;
    width: 60%;
    margin: 0 auto;
    padding: 5% 0;
    border-radius: 2em;
    margin-top: 7%;
  }
  div.btn-icon span {
    display: block;
    height: 2.5px;
    width: 90%;
    transition: 0.35s ease-in-out;
    border-radius: 9999px;
    z-index: 1000;
  }
  div.btn {
    left: auto;
    width: 35px;
    height: 32px;
    background-color: white;
    position: fixed;
    cursor: pointer;
    z-index: 950;
    margin: 5px;
    box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.467);
    padding: 4px 3px;
    border-radius: 0.5em;
  }
  .btn.open {
    box-shadow: none;
  }
  .open div.btn-icon span:nth-of-type(1) {
    transform: translateY(8px) rotate(315deg);
  }
  .open div.btn-icon span:nth-of-type(2) {
    width: 0;
    left: 50%;
  }
  .open div.btn-icon span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-315deg);
  }
  .nav-list {
    width: 100%;
  }
  .open div.btn-icon span {
    width: 100%;
    box-shadow: none;
  }
  .nav-list ul {
    margin: 5%;
  }
  .nav-list ul li a {
    font-size: 16px;
  }
  .nav-title {
    margin-top: 5%;
    font-size: 15px;
  }
  .h-box2 {
    padding: 10%;
    padding-bottom: 0;
  }
  .head-b2 {
    width: 40%;
    padding-bottom: 5%;
    margin: 2%;
  }
  .head-b2:hover {
    transform: scale(1.1, 1.1);
  }
  .head-b5 {
    width: 20%;
  }
  .a-lo2 {
    display: block;
    width: 100%;
  }
  .h-bar2 {
    display: block;
    width: 120%;
    margin-left: -10%;
  }
  .flex-box2 {
    display: flex;
    margin: 5%;
    margin-top: 10%;
  }
  .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 50px;
    z-index: 500;
    align-items: center;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.547);
  }
  .head1 img {
    height: 40px;
    width: auto;
    margin-top: 5px;
    margin-left: 5px;
  }
  .menu-box {
    position: relative;
  }
  .h-menu {
    display: block;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2.5px;
    text-align: center;
    margin-bottom: 7%;
    margin-top: 7%;
    width: 75%;
    font-weight: 400;
  }
  .h-menu a {
    color: black !important;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .n1-top {
    margin-top: 10%;
  }
  .h-menu-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-menu-box .h-menu1 {
    writing-mode: vertical-rl;
    font-size: 15px;
    margin-right: 2%;
    /*
    span {
        background-color: black;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    */
  }
  .h-menu-box .h-menu2 {
    font-size: 13px;
    text-align: left;
  }
  .h-menu-box .h-menu2 ul {
    padding-left: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .h-menu-box .h-menu2 li {
    list-style: none;
  }
  .h-menu-box .h-menu2 li a {
    color: white !important;
  }
  .h-menu-box .h-menu2 li a span {
    background-color: black;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #menu::-webkit-scrollbar {
    display: none;
  }
  .logo-sp-bg {
    position: fixed;
    background-color: white;
    z-index: 1;
    top: 0.5%;
    left: 1%;
    padding: 1%;
    border-radius: 50%;
    opacity: 0.3;
    box-shadow: 3px 5px 7px -3px white, -3px -2px 7px 3px white;
  }
  .logo-sp {
    position: static !important;
    z-index: 1001 !important;
    opacity: 0;
  }
  .logo-bg {
    position: fixed !important;
    opacity: 1;
    top: 0.5%;
    left: 1%;
    padding: 1%;
    z-index: 1001;
  }
  .logo-sp {
    width: auto;
    height: 35px;
    opacity: 1;
    margin-top: 2%;
    margin-left: 2%;
  }
  .white {
    height: 100%;
    overflow-y: scroll;
  }
  .a-check {
    text-align: left;
    margin: 3% auto;
    margin-top: 20px;
  }
  .nav-list {
    content: " ";
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 300;
    opacity: 1;
    box-shadow: -0.2em -0.2em 0.4em rgba(0, 0, 0, 0.526), 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.526);
    padding-top: 40px;
    overflow-y: scroll;
  }
  .sns-3 {
    display: flex;
    width: 60%;
    margin: 10% auto;
    align-items: center;
    justify-content: center;
  }
  .sns-3 a {
    flex: 30%;
  }
  .sns-3 a img {
    width: 50px;
    margin: 0 auto;
  }
  .white label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: gray 2px solid;
    border-right: gray 2px solid;
    transform: rotate(135deg);
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  /*開いた状態の矢印描画*/
  .white input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: gray3 2px solid;
    border-right: gray3 2px solid;
    transform: rotate(-45deg);
    position: absolute;
    right: -20px;
    bottom: -5px;
    margin: auto;
  }
  .white input {
    display: none !important; /*チェックボックスを隠す*/
  }
  .white label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: 800;
  }
  .menu-anime li {
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
    height: 0;
    list-style: none;
    overflow: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  }
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    border: 0 !important;
    padding: 0 !important;
  }
  .menu-anime {
    height: 0;
  }
  #menu_bar01:checked ~ #links01,
  #menu_bar02:checked ~ #links02,
  #menu_bar03:checked ~ #links03 {
    height: auto;
  }
  /*開いたときの下の余白*/
  #menu_bar01:checked ~ #links01 li:last-child,
  #menu_bar02:checked ~ #links02 li:last-child,
  #menu_bar03:checked ~ #links03 li:last-child {
    margin-bottom: 0px;
  }
  /*閉じた状態の矢印描画*/
  .white label {
    display: inline;
    position: relative;
    width: auto;
    color: rgb(46, 46, 46);
  }
  .menu-btn1 .menu-anime a {
    margin-bottom: 0px !important;
    border: 0 !important;
    font-size: 14px;
    margin-top: 0;
    padding: 5px 0;
    padding-left: 15px;
  }
  .menu-btn1 .menu-anime a:first-child {
    margin-top: 10px;
  }
  #menu {
    width: 400px;
    height: 100%;
    overflow: auto;
    right: auto;
    left: 0;
  }
  .fixed-hr {
    position: fixed !important;
    z-index: 300 !important;
  }
  #toggle {
    right: auto;
    left: 10px;
  }
  /*
      #toggle.on span:after,
      #toggle.on span:before {
          background-color: gray;
      }
  */
  .nav-list {
    width: 400px;
    overflow: auto;
    max-width: 90%;
    border-radius: 0px 0 0px 0px;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .navi-box {
    display: block;
  }
  .navi-box .navi {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=index.css.map */