@charset "UTF-8";
/*共通部分---------*/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #ffffff;
  background-color: black;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

:target {
  scroll-margin-top: 10em;
}

p {
  line-height: 1.8em;
}

img {
  max-width: 100%;
}

/*header--------*/
header {
  width: 100%;
  max-width: 1000px;
}

.firstview {
  max-width: 1000px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.firstview {
  display: block !important;
}

.firstview_sp {
  display: none  !important;
}

.cont-02-img {
  display: block !important;
}

.cont-02-img_sp {
  display: none  !important;
}

.nav-wrapper {
  display: block !important;
}

.cont-05 {
  display: block !important;
}

.cont-05_sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 425px) {
  .firstview {
    display: none !important;
  }
  .firstview_sp {
    display: block !important;
  }
  .cont-02-img {
    display: none !important;
  }
  .cont-02-img_sp {
    display: block  !important;
  }
  .nav-wrapper {
    display: none !important;
  }
  .cont-05-text {
    display: none !important;
  }
  .cont-05-img {
    display: none !important;
  }
  .cont-05_sp {
    display: block !important;
  }
}

/*main-------*/
main {
  max-width: 1000px;
  font-size: 1.5rem;
  border-radius: 1rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.nav-wrapper {
  width: 100%;
  height: 3.7em;
  background: #000;
}

.main-nav {
  width: 100%;
  height: 1;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-item a {
  padding: 1.2em;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.nav-item a::after {
  position: absolute;
  bottom: 0em;
  left: 0;
  content: '';
  width: 100%;
  height: 0.11em;
  background: #D3C35F;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  text-decoration: underline;
}

.nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.page-title {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 2px #D3C35F;
  margin-bottom: 2.8rem;
  padding-bottom: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section {
  display: block;
  padding: 10%;
  padding-top: 0;
}

section ul {
  line-height: 1.6em;
  padding-left: 2em;
}

section li {
  list-style-type: disc;
}

.cont-02-img {
  opacity: 60%;
  position: relative;
  right: -50%;
  width: 50%;
}

.cont-02-text {
  position: absolute;
  top: 0.5%;
  left: 1%;
  -webkit-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
  text-align: center;
  margin: auto;
}

.cont-02-text p {
  text-align: center;
  max-width: 910px;
}

.sns {
  max-width: 700px;
  padding: 5%;
  margin: auto;
}

.cont-03-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.cont-03-insta:hover {
  background: #fff;
  color: #000;
}

.cont-03-insta:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

.cont-03-insta:hover:before {
  border-color: transparent transparent transparent #000;
}

.tel {
  font-size: 2em;
  padding: 1em;
}

.tel :hover {
  opacity: 0.7;
}

.border {
  border: solid 1px #fff;
  padding: 1em;
  max-width: 700px;
  margin: 0 auto;
}

.cont-05-img {
  position: relative;
  left: -25%;
  width: 45%;
}

.cont-05-text {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(20%, 30%);
          transform: translate(20%, 30%);
}

.cont-05-text h2 {
  text-align: center;
}

.cont-05-text p {
  text-align: left;
}

.cont-05-img, .cont-05-text {
  display: inline-block;
  vertical-align: middle;
}

iframe {
  width: 90%;
  aspect-ratio: 16/9;
}

#cont_01, #cont_02, #cont_03, #cont_04, #cont-05, #cont-06, #cont-07 {
  scroll-behavior: smooth;
}

/*footer-----------*/
footer {
  bottom: 0;
  background-color: #000;
  width: 100%;
}

.footer_cont {
  max-width: 1000px;
  margin: auto;
}

address {
  text-align: center;
  width: auto;
  bottom: 0;
  font-size: 1.5rem;
  padding: 1rem 0;
}

/*タブレット----*/
@media screen and (max-width: 900px) {
  main {
    font-size: 1.2rem;
  }
  .nav-item a {
    font-size: 1.3rem;
  }
  .page-title {
    font-size: 2rem;
  }
  .cont-03-insta {
    font-size: 1.3rem;
  }
  .cont-02-img {
    opacity: 60%;
    position: relative;
    right: -50%;
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .cont-02-text {
    position: absolute;
    top: 0.5%;
    left: 1%;
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
    text-align: center;
    margin: auto;
  }
  .cont-05-text {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(20%, 30%);
            transform: translate(20%, 30%);
  }
}

@media screen and (max-width: 425px) {
  main {
    padding: 5%;
    top: 0%;
  }
  .firstview_sp {
    width: auto;
  }
  section {
    padding: 10%;
  }
  .cont-02 {
    padding-top: 0;
    bottom: 2;
  }
  .cont-02-text {
    position: absolute;
    top: 0;
    -webkit-transform: translate(5%, 10%);
            transform: translate(5%, 10%);
    margin: auto;
    width: 90%;
    text-align: center;
  }
  .cont-02-img_sp {
    padding: 0;
    opacity: 60%;
    width: 120%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-05-img_sp {
    padding-bottom: 2rem;
  }
  .footer_cont {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */