@charset "UTF-8";
html {
  font-size: 14px;
  font-family: "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
}

body {
  width: 100%;
  background: #fff;
  color: #716a67;
  overflow-x: hidden;
}

hr {
  margin-bottom: 40px;
}

.newLine {
  display: inline-block;
}

.mini {
  font-size: 90%;
}

.line0 {
  line-height: 0;
}
.line0 img,
.line0 video {
  width: 100%;
  height: auto;
}

#all,
#pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #all {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(./image/FV.png), linear-gradient(#ead7cc, #fff);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  #pc {
    display: block;
    width: 400px;
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  #pc .active > a {
    background: #cf9f96;
    color: #fff;
  }
}
#sp {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  #sp {
    width: 375px;
    filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  }
}
.FV {
  background: url(./image/corner.svg), linear-gradient(#ead7cc, #cf9f96);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 0 0 20px;
}
.FV__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.explanation {
  position: relative;
  text-align: center;
  padding: 60px 20px;
}
.explanation__img {
  line-height: 0;
}
.explanation__img-right {
  margin-bottom: 10px;
}
.explanation__lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 2.5rem;
  letter-spacing: 1;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .explanation {
    padding: 60px 20px 300px;
  }
  .explanation__img-Left {
    position: absolute;
    bottom: 90px;
    left: -80px;
    width: 300px;
    height: auto;
    transform: rotate(-10deg);
    filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  }
  .explanation__img-right {
    position: absolute;
    bottom: -30px;
    right: -80px;
    width: 300px;
    height: auto;
    transform: rotate(10deg);
    filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  }
}
.point-wrap {
  background: #cf9f96;
  padding: 80px 20px;
}

.point {
  background: #fff;
  border: 6px solid #ead7cc;
  text-align: center;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.point__num {
  color: #cf9f96;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 100%;
  margin-bottom: 0.5rem;
}
.point__title {
  border-bottom: 0.6px solid #716a67;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}
.point:last-of-type {
  margin-bottom: 0;
}
.point__lead {
  margin-bottom: 20px;
}

.select {
  width: 100%;
  margin-top: 60px;
}
.select:first-of-type {
  margin-top: 20px;
}
.select a {
  color: #cf9f96;
  border-bottom: 1px solid #cf9f96;
  transition: 0.3s ease all;
}
.select a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}
.select__title {
  background: #cf9f96;
  color: #fff;
  line-height: 100%;
  padding: 8px;
}
.select__title--marginTop {
  margin-top: 2.5rem;
}
.select__title--marginBottom {
  margin-bottom: 1rem;
}
.select__head {
  border-top: 1px solid #cf9f96;
  border-bottom: 1px solid #cf9f96;
  color: #cf9f96;
  line-height: 100%;
  padding: 6px;
  margin: 40px 0 10px;
}
.select__head:first-of-type {
  margin-top: 20px;
}
.select__cap {
  font-size: 12px;
}
.select__text {
  text-align: justify;
  line-height: 200%;
}
.select-sell {
  display: flex;
  width: 100%;
}
.select-sell__child {
  width: 50%;
}
.select-sell__img {
  border-radius: 50%;
  width: 80%;
  height: auto;
}
.select-movie {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 56.25%;
}
.select-movie__video {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.detail {
  text-align: center;
  padding: 80px 20px;
}
.detail__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.detail__text {
  text-align: justify;
  line-height: 200%;
}
.detail__list {
  text-align: justify;
  line-height: 200%;
}
.detail__list li {
  position: relative;
  margin-left: 1.5rem;
}
.detail__list li::before {
  content: "●";
  position: absolute;
  left: -1rem;
  color: #cf9f96;
  font-size: 0.5rem;
}
.detail__list a {
  border-bottom: 1px solid #cf9f96;
  transition: 0.3s ease all;
}
.detail__list a:hover {
  color: #cf9f96;
  transition: 0.3s ease all;
}

.qanda {
  text-align: justify;
  margin-bottom: 20px;
}
.qanda a {
  border-bottom: 1px solid #cf9f96;
  transition: 0.3s ease all;
}
.qanda a:hover {
  color: #cf9f96;
  transition: 0.3s ease all;
}
.qanda__q {
  position: relative;
  margin-left: 1.5rem;
}
.qanda__q::before {
  content: "Q";
  position: absolute;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: normal;
  color: #cf9f96;
  left: -1.5rem;
}
.qanda__a {
  position: relative;
  margin-left: 1.5rem;
}
.qanda__a::before {
  content: "A";
  position: absolute;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: normal;
  color: #cf9f96;
  left: -1.5rem;
}
.qanda__text {
  margin-top: 30px;
}
.qanda__text a {
  border-bottom: 1px solid #cf9f96;
  transition: 0.3s ease all;
}
.qanda__text a:hover {
  color: #cf9f96;
  transition: 0.3s ease all;
}

.last {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}
.last p {
  margin-bottom: 10px;
}
.last__link {
  border-bottom: 1px dashed #cf9f96;
  transition: 0.3s ease all;
}
.last__link:hover {
  color: #cf9f96;
  transition: 0.3s ease all;
}
.last__mail {
  margin-top: 30px;
}
.last__mail a {
  display: inline-block;
  background: #cf9f96;
  border: 1px solid #cf9f96;
  border-radius: 5px;
  color: #fff;
  line-height: 100%;
  padding: 1rem;
  transition: 0.3s ease all;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.last__mail a:hover {
  background: #fff;
  color: #cf9f96;
  transition: 0.3s ease all;
}
.last__tel {
  margin-top: 30px;
}
.last__tel span {
  font-size: 0.9rem;
}
.last__tel a {
  display: inline-block;
  background: #fff;
  border: 1px solid #cf9f96;
  border-radius: 5px;
  color: #cf9f96;
  line-height: 120%;
  padding: 1rem;
  transition: 0.3s ease all;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.last__tel a:hover {
  background: #cf9f96;
  color: #fff;
  transition: 0.3s ease all;
}

.con {
  position: relative;
  background: #cf9f96;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 1.5rem;
  line-height: 100%;
  padding: 40px 0;
}
.con a {
  border-bottom: 1px solid #fff;
  transition: 0.3s ease all;
}
.con a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.footer {
  text-align: center;
  font-size: 12px;
}

#btn__top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  border-radius: 50%;
  background: #cf9f96;
  width: 50px;
  height: 50px;
  z-index: 900;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  transition: 0.3s ease all;
  opacity: 0.5;
}
#btn__top:hover {
  opacity: 1;
  transition: 0.3s ease all;
}
#btn__top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 1;
}
#btn__top a::after {
  content: "\f30c";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  #btn__top {
    right: auto;
    left: calc(50% + 250px);
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style_wedding.css.map */