@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
body {
  font-family: "Sawarabi Gothic", sans-serif, !important;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

/************************************
header
*************************************/
.head-box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 50px;
  background-color: white;
}

.header {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: white;
  z-index: 500;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}

.logo-box a {
  display: flex;
  margin-left: 4%;
  align-items: center;
  width: 50%;
  text-decoration: none;
}
.logo-box a .logo {
  margin-left: 4%;
  flex: 43%;
  width: 30%;
  height: 30%;
}
.logo-box a .logo-t {
  flex: 57%;
  width: 40%;
  height: 40%;
  margin: 1%;
  margin-left: 3%;
}

.menu-bar {
  display: flex;
  position: fixed;
  width: 100%;
  background-color: white;
}
.menu-bar .bar-left {
  display: flex;
  align-items: center;
  width: 10%;
}
.menu-bar .bar-left a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-bar .bar-left a .logo {
  width: 27%;
  margin-right: 5%;
}
.menu-bar .bar-left a .logo-t {
  width: 40%;
}

.menu-box-new {
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  line-height: 330%;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #E40E1A;
}
.menu-box-new a {
  text-decoration: none;
  color: white;
  width: 100%;
}
.menu-box-new a h2 {
  width: 100%;
  margin: 0%;
  font-size: 1.2vw;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.address-box {
  flex: 50%;
}
.address-box a {
  display: block;
  width: 35%;
  margin: 2%;
  margin-right: 4%;
  margin-left: auto;
}
.address-box a .address-img {
  display: block;
  width: 60%;
  margin: 2%;
  margin-right: 4%;
  margin-left: auto;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.71);
}
.address-box .address-p {
  font-family: "Sawarabi Gothic", sans-serif !important;
  margin-right: 5%;
  display: block;
  margin-left: auto;
  text-align: right;
  line-height: 150%;
  letter-spacing: 0.2em;
  font-size: 1vw;
}
.address-box .address-p a {
  width: 40%;
  text-decoration: none;
  color: black;
  margin: 0;
  padding: 0;
  margin-left: auto;
}

.main-img {
  width: 100%;
  margin-top: 4%;
}

.pc {
  display: block !important;
}

.phone {
  display: none !important;
}

@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .phone {
    display: block !important;
  }
  .header {
    height: 50px;
  }
  .menu-box-new {
    display: none;
  }
  .address-box {
    display: none;
  }
  .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-box a {
    width: 40% !important;
    margin: 0%;
    display: block;
  }
  .logo-box a .logo {
    margin: 0%;
    width: 100%;
  }
  .logo-box a {
    width: auto;
  }
  .logo-box a .logo {
    height: auto;
  }
  .address-box {
    flex: 60%;
  }
  .logo-box a .logo-t {
    width: 45%;
    margin: 1%;
    margin-left: 5%;
  }
  .address-box .address-p a {
    width: 80%;
  }
  .head-box a {
    display: block;
    width: 194px;
    margin: 0 auto;
    margin-top: 12px;
  }
  .head-box a img {
    height: 27.5px;
  }
}
@media (min-width: 700px) {
  .head-box {
    position: absolute;
    top: 0;
  }
  .menu-box-new.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .header.fixed {
    display: none;
  }
  .main-img.fixed {
    margin-top: 5%;
  }
}
/************************************
footer
*************************************/
footer {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
footer hr {
  border-top: 3px solid red;
  width: 80%;
}
footer a.logo-a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}
footer a.logo-a .logo {
  margin: 10%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
footer .address-p p {
  line-height: 180%;
  font-size: 1vw;
  letter-spacing: 0.2em;
  font-family: "Sawarabi Gothic", sans-serif !important;
}
footer .address-p p a {
  color: black;
  text-decoration: none;
}
footer .menu-box {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  display: flex;
  justify-content: center;
  margin-left: 17%;
  margin-right: 17%;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-left: 0%;
  padding-right: 0%;
}
footer .menu-box a {
  text-decoration: none;
  color: black;
  width: 100%;
}
footer .menu-box a h2 {
  width: 100%;
  margin: 3%;
  font-size: 1.4vw;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
footer .insta {
  width: 6%;
}
footer .copy {
  font-family: "Sawarabi Gothic", sans-serif !important;
  font-size: 1vw;
  margin-top: 3%;
  padding-bottom: 3%;
}

@media (max-width: 700px) {
  footer {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  }
  footer hr {
    width: 100%;
  }
  footer .menu-box {
    margin: 0;
    flex-wrap: wrap;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  footer .menu-box a {
    width: 33.3333333333%;
  }
  footer .menu-box a h2 {
    margin: 0;
    margin-bottom: 2%;
    font-size: 10px;
  }
  footer .address-p p {
    font-size: 10px;
  }
  footer .insta {
    width: 10%;
  }
  footer .copy {
    font-size: 10px;
  }
}/*# sourceMappingURL=index.css.map */