@charset "utf-8";
/* CSS Document */


html {
  scroll-behavior: smooth;
}

button:hover {
  opacity: 0.7;
}

body {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}

.sp-none {
  display: none;
}

/*video-area*/
#video-area {
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

/*/video-area*/

/*main-area*/
.main-area {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  background-color: #F6F6F6;
  box-shadow: 1px 1px 6px 0px rgba(143, 143, 143, 0.4);
}

/*/main-area*/

/*header*/
.sec-header {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-header-logo1 {
  width: 120px;
  object-fit: contain;
}

.sec-header-logo2 {
  width: 80px;
  object-fit: contain;
}

/*/header*/

/*main*/

.shop-area {
  display: none;
}

.sec-main {
  margin-top: 30px;
  background-color: #F6F6F6;
}

.sec-cam1 {
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px;
  border-radius: 6px;
  box-shadow: inset 1px 1px 6px 0px rgba(143, 143, 143, 0.4);
  background-image: url(img/bk1.jpg);
  background-size: cover;
  background-position: center;
}

.sec-cam-icon {
  width: 250px;
  margin: 0 auto;
  object-fit: contain;
}

.sec-cam-title {
  width: 100%;
  margin-top: 20px;
}

.sec-cam-day {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.sec-cam-des {
  margin: 20px 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 160%;
}

.sec-cam-item {
  width: 90%;
  margin: 0 auto;
  object-fit: contain;
}

.sec-cam2 {
  width: 100%;
  padding: 30px 20px;
  border-radius: 6px;
  box-shadow: inset 1px 1px 6px 0px rgba(143, 143, 143, 0.4);
  background-image: url(img/bk1.jpg);
  background-size: cover;
  background-position: center;
}

.sec-cam-cv {
  margin-top: 60px;
}

.sec-cam-cv a {
  width: 280px;
  margin: 30px auto 0;
  padding: 10px 20px 13px;
  position: relative;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #4B4B4B;
  border: solid 2px #4B4B4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-cam-cv a:before {
  content: '';
  width: 18px;
  height: 18px;
  border: solid 1px #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.sec-cam-cv a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto;
}

.sec-cam-cv a:hover {
  color: #333;
  background-color: #fff;
  border: solid 2px #333;
  opacity: 1;
}

.sec-cam-cv a:hover:before {
  border: solid 1px #333;
}

.sec-cam-cv a:hover:after {
  border-color: transparent transparent transparent #333;
}

.sec-cam-cv a img {
  width: 15px;
  margin-top: 5px;
  object-fit: contain;
}

.sec-des {
  margin-top: 60px;
}

.sec-des-title small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.sec-des-title h3 {
  width: 300px;
  margin: 0 auto;
  padding: 10px 5px;
  color: #fff;
  background: linear-gradient(135deg, #7ed0e9 10%, #3da5c5 90%);
  border-radius: 4px;
  font-size: 2.4rem;
  font-weight: 500;
}

.sec-des-p1 {
  max-width: 335px;
  margin: 20px auto 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 160%;
}

.sec-des-p2 {
  margin: 30px auto;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.sec-des-ul li {
  width: 300px;
  margin: 20px auto 0;
  padding-bottom: 3px;
  list-style: none;
  border-bottom: dashed 1px #3DA5C5;
}

.sec-des-ul li h3 {
  font-weight: 500;
  text-align: center;
}

.sec-des-img1 {
  width: 100%;
  max-width: 335px;
  margin: 30px auto;
  object-fit: contain;
}

.sec-des-item {
  width: 100%;
  margin: 30px auto 0;
  padding: 30px 5px;
  border-radius: 6px;
  box-shadow: inset 1px 1px 6px 0px rgba(143, 143, 143, 0.4);
  background-color: #fff;
}

.sec-des-item h2 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #705500;
  line-height: 170%;
}

.sec-des-item h2 span {
  font-size: 3.6rem;
  font-weight: 700;
}

.sec-des-item-p1 {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}

.sec-des-item img {
  width: 100%;
  object-fit: contain;
}

.sec-des-item-p2 {
  width: 335px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-align: justify;
}

.sec-des-item-p3 {
  width: 335px;
  margin: 10px auto 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  text-align: justify;
}

.sec-overview {
  margin-top: 80px;
}

.sec-overview-bk1 {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}

.sec-overview-bk2 {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: inset 1px 1px 6px 0px rgba(143, 143, 143, 0.4);
  background-color: #E7F4F8;
}

.sec-overview-bk2 img {
  width: 80vw;
  max-width: 335px;
  margin: 0 auto;
}

.sec-overview-h4 {
  width: 335px;
  margin: 20px auto 0;
  padding: 10px 15px;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #4B4B4B;
  color: #fff;
}

.sec-overview-h5 {
  margin: 20px auto 0;
  font-size: 2.0rem;
  font-weight: 500;
}

.sec-overview-des {
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}

.sec-overview-des a {
  text-decoration: none;
  color: #3DA5C5;
}

.content a {
  text-decoration: none;
  color: #3DA5C5;
}

.sec-overview-bk4 {
  margin-top: 60px;
}

.sec-overview-bk3 {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: inset 1px 1px 6px 0px rgba(143, 143, 143, 0.4);
  background-color: #F8E7EF;
}

.sec-overview-bk3 img {
  width: 80vw;
  max-width: 335px;
  margin: 0 auto;
}

.accordion {
  width: 100%;
  margin: 10px auto 0;
  padding: 0 20px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  padding: 10px;
  display: block;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4B4B4B;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 15px;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}

.toggle:checked+.title+.content {
  max-height: 800px;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

.sec-footer {
  margin: 0px auto;
  padding: 80px 0;

}

.sec-footer img {
  width: 180px;
  margin: 0 auto;
  object-fit: contain;
}


@media (min-width: 1020px) {

  .shop-area {
    display: block;
    position: fixed;
    top: 15%;
    right: 68%;
  }

  .shop-area img {
    width: 30vw;
    max-width: 600px;
    object-fit: contain;
  }

  .shop-area a {
    width: 280px;
    margin: 30px auto 0;
    padding: 10px 40px 13px;
    position: relative;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    background-color: #4B4B4B;
    border: solid 2px #4B4B4B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .shop-area a:before {
    content: '';
    width: 18px;
    height: 18px;
    border: solid 1px #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    margin: auto;
  }

  .shop-area a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
  }

  .shop-area a:hover {
    color: #333;
    background-color: #fff;
    border: solid 2px #333;
    opacity: 1;
  }

  .shop-area a:hover:before {
    border: solid 1px #333;
  }

  .shop-area a:hover:after {
    border-color: transparent transparent transparent #333;
  }

  .main-area {
    margin: 0 10vw 0 auto;
  }

  .sec-cam {
    padding: 0 20px;
  }

  .sec-cam-box {
    max-width: 335px;
    margin: 0 auto;
  }

  .sec-des-item-s {
    padding:0 20px;
  }

  .sec-overview-bk1 {
    padding: 20px;
  }

}

@media (min-width: 1440px) {
  .shop-area {
    display: block;
    position: fixed;
    top: 15%;
    right: 55%;
  }

}

/*/main*/