@charset "UTF-8";
html {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

h1, .h1 {
  font-size: 1.25rem;
}

h2, .h2 {
  font-size: 1.125rem;
}

h3, .h3 {
  font-size: 1rem;
}

p {
  font-size: 0.8125rem;
}

body {
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body input, body select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

body img {
  width: 100%;
  height: auto;
}

body .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body .h1, body .h2, body .h3, body .h4, body .h5, body .h6,
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Quattrocento', serif;
}

body .font-mincho {
  font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}

body .font-hiragino-micho {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

body .font-hiragino-sans {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

body .font-helvetica {
  font-family: 'Poppins', sans-serif;
}

body .font-quattrocento {
  font-family: 'Quattrocento', serif;
}

body a, body a:hover, body a:active, body a:visited {
  text-decoration: none;
  color: #000000;
}

@media screen and (min-width: 768px) {
  body img.sp, body video.sp, body div.sp, body span.sp, body br.sp, body nav.sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body img.pc, body video.pc, body div.pc, body span.pc, body br.pc, body nav.pc {
    display: none;
  }
}

.header__content--title {
  height: 55px;
  background-color: #413091;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.header__content--title h2 {
  line-height: 55px;
  text-align: center;
  font-size: 1rem;
}

.header__content--image {
  height: 100vh;
  background-color: #000000;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header__content--image img {
  width: 50vw;
  margin: auto;
}

.header__content--navigation {
  z-index: 100;
  margin-top: 30px;
  position: relative;
}

.header__content--navigation--fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header__content--title {
    height: 40px;
  }
  .header__content--title h2 {
    line-height: 40px;
  }
}

.header__navigation {
  z-index: 100;
}

.header__navigation--logo {
  text-align: center;
}

.header__navigation--logo img {
  height: 45px;
  width: auto;
}

.header__navigation--phone {
  text-align: right;
  margin-right: 45px;
}

.header__navigation--phone img {
  height: 60px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .header__navigation--logo img {
    height: 35px;
  }
  .header__navigation--phone {
    margin-right: 20px;
  }
  .header__navigation--phone img {
    height: 40px;
  }
}

main {
  z-index: 10;
  position: relative;
  background-color: #ffffff;
  margin-top: 100vh;
}

main .headding__section {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  main .headding__section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

main .headding__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 50px;
}

main .headding__content--title {
  font-size: 1.125rem;
  line-height: 2rem;
}

main .headding__content--description {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
  main .headding__content--description {
    max-width: 300px;
    margin: 0 auto;
  }
}

main .product__section {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  main .product__section {
    padding-bottom: 60px;
  }
}

main .product__section .caution {
  padding: 30px;
}

main .product__section .caution h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

main .product__section .caution ul {
  font-size: 1rem;
  padding-left: 2rem;
  line-height: 2rem;
}

main .product__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  main .product__content:not(:first-child) {
    margin-top: 15px;
  }
}

main .product__description {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 5px;
}

main .product__description--name {
  margin-bottom: 0.5rem;
}

main .product__description--price {
  color: #FF0000;
  font-size: 1.125rem;
}

main .product__description--oricedesc {
  font-size: 0.8125rem;
}

main .product__detail > table {
  width: 100%;
}

main .product__detail > table > tbody > tr > th, main .product__detail > table > tbody > tr > td {
  border: 5px solid #ffffff;
  font-size: 0.8125rem;
  padding: 10px;
  line-height: 1.5;
}

main .product__detail > table > tbody > tr > th {
  width: 30%;
  background-color: #E3E7EB;
}

main .product__detail > table > tbody > tr > td {
  width: 70%;
  background-color: #EEF0F2;
}

main .gallery__section {
  background-color: #535353;
  padding-top: 90px;
  padding-bottom: 150px;
}

main .gallery__section--title {
  text-align: center;
  margin-bottom: 90px;
}

main .gallery__section--title h3 {
  font-size: 1.625rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  main .gallery__section {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  main .gallery__section--title {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  main .gallery-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .gallery-swiper__article {
    width: calc(100% / 3 - 20px);
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  main .gallery-swiper__article--image {
    display: block;
    width: 100%;
  }
  main .gallery-swiper__article--image img {
    display: block;
  }
}

main .gmap__section {
  height: 700px;
}

main .gmap__section iframe {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 767px) {
  main .gmap__section {
    height: 450px;
  }
  main .gmap__section iframe {
    width: 100%;
    height: 450px;
  }
}

.footer__section {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: relative;
}

.footer__section--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 100px;
  z-index: 10;
}

.footer__content--logo img {
  height: 30px;
}

.footer__content--address {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px;
}

.footer__content--address span {
  line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */