/*--------------------------------------*
 * foundation
 *--------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #998469;
  font-size: 1.6rem;
  font-family: 'Zen Kaku Gothic New', sans-serif, 'Yu Gothic', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt"1;
  /* background-color: #140404; */
}

/* font-family: 'Klee One', cursive;
font-family: 'Whisper', cursive;
font-family: 'Zen Kaku Gothic New', sans-serif; */

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  margin: 0 auto;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
}

img.line-sns {
  width: 50px;
  padding: 5px;
}




@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/

.l-container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-n-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}




.l-footer {
  padding: 80px 0;
  text-align: center;
  background: #998469;
  color: #fff;
}

.p-header__top::after {
  background: url(img/bg-kirakira_circle.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  opacity: .4;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 80px 0 140px;
  }
}


/*--------------------------------------*
  * project
  *--------------------------------------*/


.kaigyo {
  display: inline-block;
}


.p-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  z-index: 1;
  position: relative;

  height: 80px;
}

@media screen and (max-width: 1024px) {
  .p-header__top {
    justify-content: center;
  }

  .p-header__links {
    margin-top: 20px;
  }
}


.p-hamburgerWrap {
  display: block;
}


.p-header__title--main {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  text-align: left;
  letter-spacing: .15em;
}

.p-header__title--main a {
  color: #998469;
}

@media screen and (max-width: 768px) {
  .p-header__title--main {
    font-size: 22px;
  }
}

#info-line {
  border-bottom: #898989 dashed 1px;
  margin: 0 auto;
  width: 90%;
}


.p-header__title--sub {
  display: block;
  font-size: .5em;
  letter-spacing: .24em;
  padding-left: 5px;
}

.p-header__links {
  display: flex;
  align-items: center;
}

.p-header__link {
  background: #B3B3B4;
  color: #534738;
  padding: 10px;
  width: 240px;
  margin-right: 10px;
  flex: 1;
  text-align: center;

}

.p-header__link i {
  margin-left: 8px;
}

.p-header__link--access:before {
  content: '';
  background: url(img/phone-solid.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.p-header__link--mail:before {
  content: '';
  background: url("img/line_icon.png") no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.p-footer__link--mail:before {
  content: '';
  background: url("img/line-solid.svg") no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.p-header__link--resson:before {
  content: '';
  background: url(img/resson_logo.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.p-header__lists {
  display: flex;
  justify-content: space-between;
  padding: 20px clamp(10%, 10vw, 20%);
  background: #998469;
  color: #fff;
  /* margin-top: 40px; */
}

.p-footer__links--sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .p-header__links {
    display: none;
  }

  .p-footer__links--sp {
    display: flex;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .p-footer__links--sp a {
    font-size: 12px;
    width: 33.33333%;
    height: 100%;
    padding: 10px 0;
    margin: 0;
    background: #eb8896;
    font-weight: bold;
    color: #fff;

  }

  .p-header__link:before {
    margin: 0 auto 4px;
    display: block;
    text-align: center;
  }

  .p-header__link i {
    display: none;
  }

  .p-footer__links--sp a:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .p-hamburgerWrap {
    display: block;
  }

  .p-header__lists {
    display: none;
  }

  .p-header__top {
    justify-content: flex-start;
  }

  .p-header__title-wrap {
    font-size: 14px;
  }

  .p-header__title--sub {
    font-size: 10px;
  }
}

@media screen and (max-width: 375px) {
  .p-header__title-wrap {
    width: 80%;
  }
}


.p-mv {
  background: url(img/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 52%;
  position: relative;
  min-height: 738px;
}

.p-mv--sub {
  background: url(img/mv_sub.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}

.p-mv--store {
  background: url(img/store_fv.png) no-repeat;
  height: 0;
  background-size: contain;
  padding-top: 75%;

}

.p-mv__copy {
  position: absolute;
  top: 30%;
  left: 5%;
  color: #998469;
  font-family: 'Klee One', cursive;
  font-weight: 600;
}

.p-mv__copy h2 {
  font-size: 46px;
}

.p-mv__copy h2 .small {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Klee One', cursive;
}

.p-mv__copy h2 .pink {
  color: #eb8896;
}

@media screen and (max-width: 768px) {
  .p-mv__copy {
    position: absolute;
    top: 45%;
    left: 5%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
  }

  .p-mv__copy h2 {
    font-size: 32px;
  }

  .p-mv--sub {
    height: 200px;
  }
  .p-mv__copy h2 .small {
    font-size: .8em;
  }
}

@media screen and (max-width:480px) {
  .p-mv__copy h2 {
    font-size: 5.8vw;
  }
}



.p-mv__figure {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.p-mv__figure img {
  width: 100%;
  max-width: clamp(200px, 20vw, 500px);
}

.p-mv__text {
  position: absolute;
  top: 70%;
  left: 5%;
  width: 100%;
  max-width: clamp(450px, 35vw, 500px);
  font-weight: normal;
  font-size: 20px;
}

.p-mv__text span {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Klee One', cursive;
}

.p-mv__text-sp .p-mv__text {
  display: none;
}

.p-about {
  padding: 80px 0 100px;
  position: relative;
}

.p-about::after {
  background: url(img/bg-kirakira_circle.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  opacity: .4;
}

.p-about__text-title {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-about__text-title {
    font-size: 2.3rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
}


.p-about__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.p-about__figure,
.p-about__text {
  width: 48%;
}


.reason-box {
  width: calc(100%/3);
  min-height: 450px;
  position: relative;
  padding: 10px;
  outline: #fff solid 2px;
  outline-offset: -7px;
  background-color: #DED7CE;
}

.reason-box-detail {
  padding: 20px 0;
}


.reason-box:first-child .reason-box__img {
  background: url(./img/reason01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  height: 270px;
  width: 100%;
}

.reason-box:nth-child(2) .reason-box__img {
  background: url(./img/reason02.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  height: 270px;
  width: 100%;
}

.reason-box:last-child .reason-box__img {
  background: url(./img/reason03.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  height: 270px;
  width: 100%;
}


.reason-box h3 {
  font-size: 2.3rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.reason-box p {
  text-align: center;
  width: 80%;
  margin: 10px auto 0;
}

.head-number {
  font-weight: 600;
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: #DED7CE solid 2px;
  display: block;
  font-size: 45px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'klee One', cursive;
  color: #DED7CE;
}




@media screen and (max-width:768px) {

  .reason-box {
    width: 100%;
    min-height: none;
    margin: 50px auto;
  }


  .reason-box h3 {
    font-size: 2.1rem;
    width: 90%;
    margin: 20px auto 0;
  }

  .head-number {
    width: 45px;
    height: 45px;
    font-size: 35px;
    line-height: 35px;
    top: -20px;
  }

}

.comparison {
  padding: 100px 0;
  background-color: #DED7CE;
}

.comparison__list__card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* outline: #DED7CE solid 2px;
  outline-offset: -7px; */
  padding: 20px 10px;
  outline: #DED7CE solid 2px;
  outline-offset: -7px;
  gap: 20px;
  margin: 30px auto;
  min-height: 175px;
}

.card-check-icon {
  font-size: 50px;
}

.comparison__detail {
  width: 70%;
  text-align: left;
}

.comparison__detail h3 {
  font-size: 23px;
  margin: 10px 0;
  font-weight: 500;
}




.p-card {
  margin-top: 80px;
  padding: 80px 0;
  background: #DED7CE;
}

.p-card__links {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
}

.p-card__text {
  padding: 10px 0;
  background: #fff;
}

.p-information {
  margin-top: 80px;
  text-align: center;
}

.p-corner {
  width: 100%;
  max-width: 800px;
  height: 300px;
  overflow-y: scroll;
  margin: auto;
  padding: 10px;
  margin-top: 40px;
  text-align: left;
  border: 1px solid rgb(213, 213, 213);
}

.info-flex {
  display: flex;
  justify-content: center;
  gap: 0;
}

.info-flex a {
  width: 50%;
}

.info-flex img {
  width: 100%;
}

.u-coming-soon {
  font-size: 48px;
  margin-top: 40px;
}

.p-gallery {
  margin-top: 80px;
}

.p-price {
  padding: 100px 0;
  position: relative;
}

.p-price::after {
  background: url(img/bg-kirakira_circle.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  opacity: .4;
}

.p-price__box {
  margin-top: 40px;
}

.p-price__boxtitle {
  color: #fff;
  font-size: 40px;
  background: #eb8896;
  font-family: 'Klee One', cursive;
  width: 60%;
  padding: 0 auto;
  margin-top: 20px;
  line-height: 1;
}

.p-price__figure {
  width: 40%;
  background: url(./img/price_02.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px
}

.price__detail {
  text-align: left;
  width: 60%;
}

.price__detail h3 {
  font-size: 23px;
}

.p-price__table {
  width: 100%;
  margin-top: 100px;
}

.p-price__table .table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.p-price__table td:nth-child(2) {
  font-weight: bold;
  font-size: 1.1em;
}

@media screen and (max-width:768px) {
  .price__detail {
    width: 100%;
    margin: 20px auto;
  }

  .p-price__table {
    overflow-x: scroll;
  }

  .p-price__table .table {
    width: 800px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }
}


.table thead {
  background: #DED7CE;
}

.table th {
  text-align: center;
}

.table th,
.table td {
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  background-color: #fff;
}

.table th:first-child {
  border-top: none;
  border-left: none;
  background-color: #fff;
}

.table tr:nth-child(2n) td {
  background-color: #fafafa;
}

.table th:nth-child(2),
.table td:nth-child(2) {
  border-left: 5px solid #eb8896;
  border-right: 5px solid #eb8896;
}

.table tr:first-child th:nth-child(2) {
  position: relative;
  border-top: 15px solid #eb8896;
  background-color: #eb8896;
  color: #fff;
}



.table tr:first-child th:nth-child(2)::before {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1rem 1rem;
  border-radius: 0.3rem;
  background-color: #fff;
  color: #eb8896;
  font-size: 0.7em;
  content: '他社と比べてお得';
  width: 80%;
}

.table tr:last-child td:nth-child(2) {
  border-bottom: 5px solid #eb8896;
}

/* .product {
  background-color: #E9EAE5;
} */

.product {
  width: 220px;
}

.red {
  color: red;
  font-weight: 500;
}


/* flow */

.flow {
  padding: 100px 0;
  background-color: #DED7CE;
}

.flow_outer01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.flow_outer01 ul {
  padding: 0;
}

.flow_outer01 li {
  list-style-type: none;
}

.flow_outer01 dd {
  margin-left: 0;
}

.flow01>li {
  position: relative;
  list-style: none;
}

.flow01>li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01>li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  /* border: 2px solid #998469; */
  position: relative;
}

.flow01>li dl:has(.has-nav) {
flex-direction: column;
}

.flow01>li dl .has-nav {
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  /* border: 2px solid #998469; */
  position: relative;
}

.flow01>li:not(:last-child) dl::before,
.flow01>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01>li:not(:last-child) dl::before {
  border-width: 22px;
  /* border-top-color: #998469; */
}

.flow01>li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01>li dl dt {
  font-size: 1.2em;
  font-weight: 500;
  width: 40%;
  margin-right: 2vw;
  text-align: center;
}

.flow01>li dl dd {
  width: 60%;
}

.flow01>li dl dt .icon01 {
  font-size: 0.8em;
  color: #fff;
  background: #998469;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 599px) {
  .flow01>li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01>li dl dt,
  .flow01>li dl dd {
    width: 100%;
  }

  .flow__img {
    margin-bottom: 10px;
  }

  .flow01>li dl dd {
    padding: 10px 0;
  }

  .flow01>li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01>li dl .has-nav {
    display: block;
  }

  .flow01>li dl dt {
    margin-right: 0;
  }

  .flow01>li dl dt .icon01 {
    font-size: .7em;
  }
}

/* flow end */

/* 各種問い合わせボタン */

.to-contact {
  background: url(../img/contact_bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  position: relative;
}


.to-contact-title {
  background-color: #eb8896;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 26px;
  padding-top: 10px;
  padding-bottom: 50px;
  width: 90%;
  max-width: 600px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 55% 70%, 50% 100%, 45% 70%, 0% 70%);
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
}

.to-contact .flex-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-button,
.contact-button img {
  display: block;
  box-shadow: 0px 5px 4px 0px #666;
  border-radius: 15px;
  transition: .2s;
}

.contact-button {
  max-width: 350px;
}

.contact-button img {
  width: 100%;
}

.contact-button:hover,
.contact-button img:hover {
  box-shadow: none;
  opacity: .95;
  transform: translateY(5px);
  transition: .2s;
}

.button-049 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 70px auto 0;
  padding: .9em 1em;
  border: 2px solid #fff;
  border-radius: 35px;
  background-color: #eb8896;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0px 5px 4px 0px #666;
}

.button-049:hover {
  box-shadow: none;
  opacity: .95;
  transform: translateY(5px);
  transition: .2s;
}

@media screen and (max-width:768px) {
  .to-contact {
    padding: 60px 0;
  }

  .to-contact-title {
    line-height: 1;
  }
}

@media screen and (max-width:599px) {
  .to-contact-title {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  
.contact-button {
  max-width: 300px;
  margin:10px auto;
}
}



.p-access {
  padding: 100px 0;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}


.p-access__place {
  text-align: left;
  width: 50%;
}

.p-access__place h3 {
  font-size: 23px;
  margin: 20px 0;
}

.map {
  width: 50%;
}

.map iframe {
  width: 100%;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .info {
    display: block;
  }


  .p-access__place {
    width: 100%;
    margin-bottom: 20px;
  }

  .map {
    width: 100%;
  }
}



@media screen and (max-width: 768px) {
  .p-mv {
    min-height: 500px;
    background-position: 75% 50%;
  }

  .p-mv .p-mv__text {
    display: none;
  }

  .p-mv__text-sp .p-mv__text {
    display: block;
    position: static;
    margin: 20px auto 0;
    padding: 20px;
  }

  .p-mv__text--sp {
    display: block;
  }

  .p-about {
    margin-top: 40px;
  }

  .p-about__flex {
    display: block;
  }


  .p-about__figure,
  .p-about__text {
    width: 100%;
  }

  .p-about__text {
    margin-top: 20px;
  }

  .p-card {
    padding: 40px 0;
  }

  .p-card__links {
    display: block;
  }

  .p-card__links a {
    display: block;
    margin-bottom: 40px;
  }

  .p-gallery {
    margin-top: 40px;
  }

  .p-price {
    margin-top: 40px;
  }

  .p-price__figure,
  .p-price__table {
    width: 100%;
  }

  .p-price__box {
    margin-top: 80px;
  }

  .p-price__online {
    overflow: scroll;
  }

  .p-price__online table {
    min-width: 700px;
  }

  .p-price__boxtitle {
    width: 90%;
    font-size: 26px;
    padding: 0;
  }

  .p-youtube-flex {
    flex-direction: column;
  }

  .p-youtube__figure,
  .p-youtube__text {
    width: 100%;
  }

  .p-youtube__text {
    margin-top: 10px;
  }

  .p-youtube__text h3 {
    font-size: 18px;
  }

  .p-youtube__price {
    padding: 20px;
  }

  .p-youtube__cost {
    font-size: 32px;
  }


  .p-access {
    margin-top: 40px;
    padding-bottom: 40px;
  }


}


.p-message__inner {
  margin-top: 40px;
}



@media screen and (max-width: 768px) {
  .p-world__inner p {
    text-align: left;
  }
}


.p-card--greeting__flex {
  display: flex;
}

.p-card--greeting__flex figure {
  width: 45%;
}

.p-profile {
  padding-bottom: 170px;
}

.p-profile__figure {
  margin-top: 40px;
}

.p-profile__figure img {
  width: 100%;
  max-width: 300px;
}

.p-profile__leftbox {
  width: 40%;
}

.p-profile__rightbox {
  width: 60%;
}

.p-price__boxtitle--profile {
  text-align: center;
  padding-left: 32vw;
  margin: 0 calc(50% - 50vw);
  width: 58vw;
}

.p-profile__lists {
  margin-bottom: 20px;
}

.p-profile__lists:first-of-type {
  margin-top: 20px;
}

.p-profile__list {
  list-style-type: disc;
  margin-left: 20px;
}

.p-profile__box h4 {
font-size: 1.2em;
}


.p-profile__box .answer {
border-top: #c8b398 dotted 1px;
padding-top: 20px;
}

.p-profile__shot {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}

.p-profile__shot-item {
  width: 40%;
}

.p-profile__shot-item img {
  width: 100%;
}
.hyousho {
  text-align: center;
  font-size: 1.2em;
  margin-top: 50px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-card--greeting__flex {
    flex-wrap: wrap;
  }

  .p-profile__leftbox,
  .p-profile__rightbox {
    width: 100%;
  }

  .p-profile__figure img {
    margin: 0 auto 20px;
  }

  .p-price__boxtitle--profile {
    width: 100%;
    padding-left: unset;
    padding-left: 12vw;
  }
  .p-profile__shot {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
  }
  
  .p-profile__shot-item {
    width: 90%;
  }
  
}


@media screen and (max-width: 375px) {
  .p-card--greeting__flex figure {
    width: 100%;

  }



}

.p-staff__box {
  margin-top: 80px;
}

.p-staff__box:last-of-type {
  background: url(img/) no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 300px;
}

.p-staff__box:nth-of-type(2n) .p-staff--flex {
  flex-direction: row-reverse;
}

.p-staff--flex {
  gap: 30px;
  margin-top: 80px;
  align-items: center;
}

.p-staff__figure {
  width: 50%;
}

.p-staff__figure img {
  width: 100%;
  max-width: 560px;
}

.p-staff__text {
  width: 50%;
}

.p-staff__text h3 {
  font-size: 24px;
}

.p-staff__text h3 span {
  font-size: 14px;
  margin-left: 10px;
}

.p-staff__lists {
  margin: 20px 0;
}




@media screen and (max-width: 768px) {

  .p-staff__figure,
  .p-staff__text {
    width: 100%;
  }

  .p-staff__text {
    margin-top: 20px;
  }

  .p-staff__figure img {
    max-width: unset;
  }

  .p-staff__box:last-of-type {
    padding-bottom: 80px;
  }
}

.p-store--flex {
  display: flex;
  justify-content: center;
}

.store-address {
  text-align: center;
  display: inline-block;
}

.store-address h3 {
  text-align: left;
  font-weight: 500;
}



.studio-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.studio-box img {
  width: 100%;
  height: auto;
}

.studio-1,
.studio-2 {
  position: relative;
  width: 560px;
  height: auto;
}

.studio-1 p,
.studio-2 p {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #998469;
  text-align: center;
  line-height: 50px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .studio-box {
    display: flex;
    flex-direction: column;
  }

  .studio-1,
  .studio-2 {
    width: 90%;
    margin: 10px auto;
  }

}





.p-charge {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.p-charge__figure {
  width: 100%;
  min-width: 768px;
}

@media screen and (max-width: 768px) {
  .p-store--flex {
    flex-direction: column-reverse;
  }



  .p-message__inner {
    text-align: left;
  }

  .p-charge {
    overflow: scroll;
  }
}

.p-voice,
.p-contact-form {
  background-size: contain;
  background-position: bottom;
  padding-bottom: 300px;
}

.p-voice__inner {
  margin-top: 40px;
  text-align: left;
}

.p-voice__lists {
  margin-top: 20px;
}

.p-voice__list {
  /* display: flex;
  justify-content: space-between;
  gap: 20px; */
  border: 1px solid rgb(147, 147, 147);
  border-radius: 8px;
  padding: 20px;
  width: 48%;
}
/* 
.voice__img {
  width: 40%;
  background: url(./img/voice_01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
} */

.voice__detail {
  width: 90%;
}

.p-voice__title {
  font-size: 24px;
}

.p-voice__title span {
  font-size: .7em;
}

.p-voice__text {
  margin-top: 10px;
}

.p-voice__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.p-voice__classTitle {
  max-width: 800px;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {

  .p-voice {
    padding-bottom: 160px;
  }

  .p-voice__lists {
    flex-direction: column;
  }


  .p-voice__list {
    display: block;
    width: 100%;
  }


  /* .voice__img {
    width: 100%;
  } */

  .voice__detail {
    width: 100%;
  }

  .p-voice__title {
    font-size: 20px;
  }
}

.p-contact__text {
  margin-top: 40px;
  padding: 0 20px;
}

.p-contact-form {
  padding: 80px 0;
  text-align: center;
}

#formWrap {
  max-width: 700px;
  margin: 0 auto;
  line-height: 120%;
  font-size: 90%;
}

#formWrap span {
  display: inline-block;
}

#formWrap .c-section-title {
  text-align: center;
  line-height: 1.25;
  display: block;
}

#formWrap p {
  margin-top: 40px;
}

#formWrap>p {
  font-size: 18px;
  line-height: 1.5;
}

table.formTable {
  width: 100%;
  margin: 40px auto;
  border-collapse: separate;
  border-spacing: 0 20px;
}

table.formTable input {
  width: 100%;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ededed inset;
}

table.formTable span {
  color: rgb(228, 19, 19);
  display: block;
  padding: 2px 8px;
  margin-left: 4px;
}

table.formTable td {
  text-align: left;
}

table.formTable th {
  padding: 10px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 768px) {

  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  form input[type="text"],
  form textarea {
    width: 80%;
    display: block;
  }

  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    width: 100%;
  }
}

table.formTable input,
table.formTable textarea {
  width: 100%;
  border: 1px solid #acacac;
  padding: 10px;
}

@media screen and (max-width: 599px) {
  .p-contact__text {
    text-align: left;
  }
}

.c-button {
  border: 2px solid #fff;
  padding: 16px 24px;
  font-size: 16px;
  width: 100%;
  max-width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all .3s;
}

.c-button:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: -25px;
  transition: all .3s;
}

.c-button:hover {
  background: #fff;
  color: #998469;
}

.c-button:hover:after {
  right: -50px;
  transition: all .3s;
}


.c-button.-border {
  border: 2px solid #998469;
}

.c-button.-border:after {
  background: #998469;
}

.c-button.-border:hover {
  background: #998469;
  color: #fff;
}

.c-button.-mail {
  background: #fff;
  color: #998469;
}

.c-button.-mail:hover {
  background: #998469;
  color: #fff;
  border: 2px solid #998469;
}

.c-button.-contact {
  background: #998469;
  color: #fff;
  border: 2px solid #998469;
}

.c-button.-contact:hover {
  background: #fff;
  color: #998469;
}

.c-button.-tel span {
  font-size: 24px;
}

.c-button.-tel::after,
.c-button.-mail::after {
  display: none;
}

.p-contact-form {
  text-align: center;
}

.p-contact__bottomtext {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  padding: 0 20px;
}

.p-contact__bottomtext a {
  background-color: rgba(255, 255, 255, .9);
  font-weight: 500;
}

/*--------------------------------------*
* component
*--------------------------------------*/

.c-section-title {
  font-family: 'Klee One', cursive;
  font-size: 40px;
  position: relative;
}




.c-section-title__sub {
  font-size: 0.7em;
  display: block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-button-wrap {
  text-align: center;
  margin-top: 40px;
}

.c-button {
  border: 2px solid #898989;
  padding: 16px 32px;
  font-size: 16px;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  position: relative;
  transition: all .3s;
}

.c-button:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #898989;
  top: 50%;
  right: -25px;
  transition: all .3s;
}

.c-button:hover {
  background: #898989;
  color: #fff;
}

.c-button:hover:after {
  right: -50px;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 32px;
    line-height: 2;
  }

  .c-section-title:after {
    width: 60px;
  }

  .c-flex {
    display: block;
  }
}


/*--------------------------------------*
 * utility
 *--------------------------------------*/

.u-center {
  text-align: center;
}

.u-th-center {
  text-align: center;
}

.u-padding-none {
  padding: 0;
}

.u-title-right {
  margin-left: auto;
}

.u-title-left {
  margin-right: auto;
}

.u-button-right {
  text-align: right;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-80 {
  margin-top: 80px;
}

.g-20 {
  gap: 20px;
}

.u-bottom-text {
  text-align: right;
}

.u-bottom-text-wrap {
  text-align: left;
  max-width: 800px;
  margin: auto;
}

.u-text-red {
  color: rgb(207, 20, 20);
}

.u-color-yellow {
  background: #EFEA3A;
}

.u-color-yellow.-hard {
  background: #F5D267;
}

.u-dib {
  display: inline-block;
}

.u-sm-fz {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .u-title-right {
    margin: unset;
  }

  .u-button-right {
    text-align: center;
  }

  .u-tal {
    text-align: left;
  }

  .u-sp-none {
    display: none;
  }
}

.u-fz-sm {
  font-size: 24px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .u-fz-sm {
    font-size: 14px;
  }

}

.u-max-width800 {
  width: 100%;
  max-width: 800px;
}


#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #E9EAE5;
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

.p-drawer {
  display: block;
}

.p-drawer__lists {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-drawer {
    display: block;
  }
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 15px;
  cursor: reasoner;
  width: 60px;
  height: 60px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .3s;
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #998469;

}

.openbtn span:nth-of-type(1) {
  top: 15px;
  width: 60px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  width: 45px;
}


.openbtn.active span:nth-of-type(1) {
  top: 18px;
  right: 0;
  transform: translateY(6px) rotate(-30deg);
  width: 50px;
}


.openbtn.active span:nth-of-type(2) {
  top: 30px;
  right: 0;
  transform: translateY(-6px) rotate(30deg);
  width: 50px;
}


.menu-shita {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 14px;
  text-align: center;
  font-family: 'Klee One', cursive;
}

.openbtn.active .menu-shita {
  display: none;
}

.u-hidden {
  overflow: hidden;
}





@media screen and (max-width:768px) {
  .sp {
    display: block;
  }


  .pc {
    display: none;
  }
}

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


  .pc {
    display: block;
  }
}

.link-pink {
  text-decoration: underline;
  color: #eb8896;
  font-weight: 600;
}

.about-bridal-nav {
  margin-top: 10px;
  outline: #EB8896 solid 2px;
  /* outline-offset: 7px; */
  background-color: #fff;
  color: #EB8896;
  font-size: .9em;
  width: 100%;
  padding-bottom: 20px;
}

.about-bridal-nav h4 {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  background-color: #EB8896;
  color: #fff;
}

.about-bridal-nav ul {
  padding: 10px;
}

.about-bridal-nav ul li {
  list-style-type:disc ;
  font-weight: 500;
  margin-left: 20px;
font-size: 1.1em;
}

.about-bridal-nav p {
  font-weight: 500;
font-size: 1.3em;
text-align: center;
}

.p-couple__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}


.p-couple__list  {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: max(300px , 48%);
}

.p-couple__list img {
  width: min(90% , 460px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.heart-box {
  background: url(img/heart.png) no-repeat ;
  background-size: contain;
  width:min(80% , 330px) ;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: top;
  margin-top: -30px;
}

.heart-box p {
  margin-top: 30%;
  color: #fff;
  font-size: 1.1em;
}

@media (width <= 767.98px) {

  .heart-box {
    gap: 4px;
  }
  .heart-box p {
    margin-top: 25%;
    font-size: 1em;
  }
}

/* fade*/
.js-fadeRightTrigger {
  opacity: 0;
  
}
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  /* 下から */
  
  .fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /* 上から */
  
  .fadeDown{
  animation-name:fadeDownAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeDownAnime{
    from {
      opacity: 0;
    transform: translateY(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /* 左から */
  
  .fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeLeftAnime{
    from {
      opacity: 0;
    transform: translateX(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  
  /* 右から */
  
  .fadeRight{
  animation-name:fadeRightAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeRightAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .js-fadeInTrigger,
  .js-fadeUpTrigger,
  .js-fadeDownTrigger,
  .js-fadeLeftTrigger,
  .js-fadeRightTrigger{
      opacity: 0;
  }

  .delay02 {
    animation-delay: .2s;
  }

  .delay03 {
    animation-delay: .3s;
  }

  .delay04 {
    animation-delay: .4s;
  }