@charset "UTF-8";
/* 文字コードの指定 */
html {
  font-size: 62.5%;
  background-color: #1C1F4A;
}
html img {
  max-width: 100%;
  height: auto;
}

.zen-antique-regular {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.A-OTF Gothic MB101 Pr6N L {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1 {
  color: #C0C0C0;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3rem;
  }
}

p {
  color: #D3D3D3;
  font-size: 1.3rem;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
  z-index: 2;
}

.logo_sp {
  width: 70%;
  height: auto;
}
@media (min-width: 769px) {
  .logo_sp {
    display: none;
  }
}

.button-menu {
  color: #C0C0C0;
  font-size: 3rem;
  padding: 0.9rem 1rem 1rem 1rem;
}
@media (min-width: 769px) {
  .button-menu {
    display: none;
  }
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

@media (min-width: 769px) {
  .cover_sp {
    display: none;
  }
}

.sp-nav {
  position: absolute;
  top: 8rem;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #1C1F4A;
  opacity: 0.9;
  display: none;
  padding-bottom: 2rem;
}

.sp-nav-list {
  width: 80%;
  list-style: none;
  text-align: center;
}
.sp-nav-list li {
  padding: 3rem;
}
.sp-nav-list a {
  color: #D3D3D3;
  text-decoration-thickness: 0.01rem;
  text-underline-offset: 0.6rem;
  font-size: 2rem;
}

/* pc表示 */
.logo_pc {
  width: 40%;
  height: auto;
  padding: 1.5rem 2rem 1rem 2rem;
}
@media (max-width: 768px) {
  .logo_pc {
    display: none;
  }
}

.pc-nav-list {
  display: flex;
  list-style: none;
  text-align: center;
}
.pc-nav-list li {
  padding: 2rem;
}
.pc-nav-list a {
  color: #D3D3D3;
  text-decoration: none;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .pc-nav-list {
    display: none;
  }
}

@media (max-width: 768px) {
  .cover_pc {
    display: none;
  }
}

main {
  margin-top: 66rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 769px) {
  main {
    margin-top: 80rem;
  }
}

.title {
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
  color: #C0C0C0;
  margin-bottom: 2rem;
}

.title:before,
.title:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  /* 線の長さ */
}

.title:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.title:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.kodawari p {
  line-height: 2rem;
  letter-spacing: 0.05rem;
}

article {
  background-color: #D3D3D3;
  border-radius: 0.5rem;
  /* 角丸 */
  margin-top: 6rem;
}
@media (min-width: 769px) {
  article {
    margin: 9rem 2rem 0 2rem;
  }
}
article h2,
article p {
  color: #333333;
}

.info-container {
  display: flex;
  justify-content: left;
  margin: 0 1rem 1rem 1rem;
  border-bottom: solid 0.1rem #C0C0C0;
}
.info-container .info-text {
  width: 60%;
}
.info-container .info-img {
  width: 40%;
  margin-right: 1rem;
}

.info h2 {
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 769px) {
  .info h2 {
    font-size: 3rem;
    padding-top: 3rem;
  }
}

.info-ichiran {
  display: flex;
  justify-content: flex-end;
  /* 右寄せ */
  align-items: center;
  padding-right: 1rem;
}
.info-ichiran p {
  margin-right: 0.5rem;
}
@media (min-width: 769px) {
  .info-ichiran {
    padding-right: 3rem;
  }
}

@media (min-width: 769px) {
  .info-sp {
    display: none;
  }
}

.clip-path {
  width: 1.5rem;
  height: 1.5rem;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
  background: #333333;
}

.brand {
  margin-top: 6rem;
}
@media (min-width: 769px) {
  .brand {
    margin-top: 9rem;
  }
}

.betelgeuse p {
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 769px) {
  .betelgeuse {
    display: flex;
  }
  .betelgeuse div {
    width: 50%;
    padding: 3rem;
    display: flex;
    justify-content: center;
    /* 水平方向に中央揃え */
    align-items: center;
    /* 垂直方向に中央揃え */
  }
  .betelgeuse div p {
    font-size: 2rem;
    line-height: 4rem;
  }
}

.sirius,
.procyon {
  margin-top: 3rem;
}
.sirius p,
.procyon p {
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 769px) {
  .sirius,
  .procyon {
    display: flex;
  }
  .sirius div,
  .procyon div {
    width: 50%;
    padding: 3rem;
    display: flex;
    justify-content: center;
    /* 水平方向に中央揃え */
    align-items: center;
    /* 垂直方向に中央揃え */
  }
  .sirius div p,
  .procyon div p {
    font-size: 2rem;
    line-height: 4rem;
  }
}

.shop {
  margin-top: 6rem;
}
@media (min-width: 769px) {
  .shop {
    margin-top: 9rem;
  }
}

.shop-2column {
  display: flex;
  justify-content: space-between;
}
.shop-2column .shop-img {
  width: 50%;
}
.shop-2column .shop-p {
  width: 40%;
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 3.5rem;
}
.shop-2column p {
  font-size: 2.5rem;
}

.btn {
  margin: 3rem 0 3rem 0;
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
  display: flex;
  background-color: #C0C0C0;
  justify-content: center;
  border-radius: 0.5rem;
}
@media (min-width: 769px) {
  .btn {
    margin: 3rem 20rem 0 20rem;
    padding: 6rem 0 6rem 0;
  }
}
.btn a {
  background-color: #C0C0C0;
  color: #333333;
  text-decoration: none;
  font-size: 2rem;
}
.btn .clip-path {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}

.sns {
  display: flex;
  justify-content: space-between;
  padding: 4rem 8rem 6rem 8rem;
}
@media (min-width: 769px) {
  .sns {
    margin-top: 9rem;
    justify-content: center;
  }
}

.instagram {
  width: 5rem;
}
@media (min-width: 769px) {
  .instagram {
    width: 10rem;
    margin-right: 10rem;
  }
}

.x-twitter {
  width: 5rem;
}
@media (min-width: 769px) {
  .x-twitter {
    width: 10rem;
    margin-left: 10rem;
  }
}

.shop-text {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .kodawari-sp {
    display: none;
  }
}

/* pc表示 */
.kodawari-pc {
  display: flex;
}
.kodawari-pc div {
  padding: 3rem;
  display: flex;
  justify-content: center;
  /* 水平方向に中央揃え */
  align-items: center;
  /* 垂直方向に中央揃え */
}
.kodawari-pc div p {
  font-size: 2rem;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .kodawari-pc {
    display: none;
  }
}

.info-pc-flex {
  display: flex;
  padding: 0 2rem 0 2rem;
}

.info-container-pc {
  padding: 1rem;
}

.info-text-pc {
  padding: 0 1rem 0 1rem;
}
.info-text-pc p {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .info-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .shop-pc {
    display: flex;
    padding: 2rem;
  }
  .shop-pc .map-pc {
    width: 50%;
    padding: 2rem;
  }
  .shop-pc .map-pc p {
    font-size: 2rem;
  }
  .shop-pc .shop-container-pc {
    width: 40%;
    padding: 2rem;
  }
  .shop-pc .shop-container-pc .shop-container {
    margin-top: 1rem;
  }
}

#google_map {
  width: 100%;
  height: 200px;
}
@media (min-width: 769px) {
  #google_map {
    height: 400px;
  }
}

.sp-nav-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 6rem 0 6rem;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  line-height: 2rem;
}
@media (min-width: 769px) {
  .sp-nav-footer {
    justify-content: space-around;
    margin-top: 9rem;
  }
}
.sp-nav-footer li {
  width: 5rem;
}
@media (min-width: 769px) {
  .sp-nav-footer li {
    width: 10rem;
  }
  .sp-nav-footer li a br {
    display: none;
  }
}
.sp-nav-footer .online {
  width: 8rem;
}
@media (min-width: 769px) {
  .sp-nav-footer .online {
    width: 18rem;
  }
}
.sp-nav-footer a {
  text-decoration: none;
  color: #C0C0C0;
}
@media (min-width: 769px) {
  .sp-nav-footer a {
    font-size: 2rem;
  }
}

.footer {
  text-align: center;
  margin: 6rem 0 6rem 0;
}
@media (min-width: 769px) {
  .footer p {
    font-size: 1.5rem;
    margin: 9rem 0 9rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
