@charset "UTF-8";
#titleimg {
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#titleimg .inner {
  height: 100%;
}

#titleimg .img {
  display: none;
}

#titleimg .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ex:flex-end */
}

#titleimg .text {
  width: 540px;
  height: 256px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

#titleimg .text .border {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#titleimg .text h1 {
  font-size: 45px;
  margin-bottom: 10px;
}

#titleimg .text p {
  font-size: 17px;
  font-family: "Crimson Text", serif;
  color: #f58491;
}

#titleimg.shooting {
  background-image: url("../img/shooting/titleimg.jpg");
}

#lead {
  padding: 60px 0;
}

#lead h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.75em;
  margin-bottom: 1em;
}

#lead p {
  text-align: center;
  font-size: 15px;
  line-height: 1.75em;
}

.planbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.planbox + .planbox {
  margin-top: 50px;
}

.planbox .img img {
  max-width: 400px;
}

.planbox .text {
  padding-left: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.planbox .text .p-heading2, .planbox .text .p-heading2--mod {
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.planbox .text .p-heading2 h2 > small {
  display: block;
  text-align: right;
  margin-top: 10px;
  line-height: 2;
}

.planbox .text .p-heading2 h2 > small > b {
  color: #f58491;
  font-size: 1.3em;
}

.planbox .text .p-heading2--mod h2 {
  display: block;
}

.planbox .text .p-heading2--mod h2 span.jp {
  display: block;
}

.planbox .text .p-heading2--mod h2 span.price {
  display: block;
  text-align: right;
}

.planbox .text .p-heading2 span, .planbox .text .p-heading2--mod span {
  display: inline;
  font-size: 13px;
  margin-top: 5px;
  text-align: right;
}

.planbox .text .p-heading2 span:last-child, .planbox .text .p-heading2--mod span:last-child {
  display: block;
  line-height: 1.6;
}

.planbox .text h2 span.jp {
  font-size: 30px;
}

.planbox .text h2 span.price {
  font-size: 30px;
  font-size: 45px;
  font-family: "Crimson Text", serif;
  color: #f58491;
  vertical-align: baseline;
}

.planbox .text h2 span.price .yen {
  font-size: 25px;
  vertical-align: baseline;
}

.planbox .text h2 span.price .day {
  font-size: 20px;
  vertical-align: baseline;
}

.planbox .text h2 span.price .tax {
  font-size: 15px;
  vertical-align: baseline;
}

.planbox .text h2 span.price .tit {
  color: #333;
  font-size: 25px;
}

.planbox .text h2.block {
  display: block;
  line-height: 2em;
}

.planbox .text p {
  line-height: 1.75em;
}

.planbox .text ul.icolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.planbox .text ul.icolist li span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.planbox .text ul.icolist li img {
  width: 87px;
  height: auto;
}

.note {
  font-size: 12px;
}

.planbox ol {
  margin: 1em 0;
  line-height: 1.75em;
  padding-left: 1.5em;
}

.planbox ol li {
  list-style: decimal;
}

#qa {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 100px;
}

.faq-title h4 {
  font-size: 15px;
}

.faq-title h4:before {
  content: "Q ";
  font-size: 34px;
  color: #f58491;
  font-family: "Crimson Text", serif;
}

.faq-content {
  position: relative;
}

.faq-content:before {
  content: "A ";
  font-size: 34px;
  color: #666666;
  font-family: "Crimson Text", serif;
  position: absolute;
  top: 10;
  left: 0;
}

.faq-content p {
  font-size: 15px;
  line-height: 1.75em;
  padding-left: 33px;
}

.shooting .gallery {
  padding: 100px 0;
}

@media only screen and (max-width: 800px) {
  #titleimg {
    height: auto;
    background: none !important;
  }
  #titleimg .img, #titleimg .inner {
    display: block;
  }
  #titleimg .text {
    height: 100px;
    width: auto;
    padding: 0;
  }
  #titleimg .text .border {
    border: 0;
  }
  #titleimg .text h1 {
    font-size: 22px;
  }
  #titleimg .text p {
    font-size: 10px;
  }
  #lead {
    padding: 40px 15px;
  }
  #lead h2 {
    font-size: 18px;
  }
  #lead p {
    font-size: 14px;
  }
  .planbox {
    display: block;
  }
  .planbox .img img {
    width: 100%;
    max-width: none;
  }
  .planbox .text {
    padding: 15px;
  }
  .planbox .text h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .planbox .text h2 span.jp {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
  }
  .planbox .text h2 span.price {
    font-size: 22px;
    display: inline-block;
  }
  .planbox .text h2 span.price .yen {
    font-size: 13px;
  }
  .planbox .text h2 span.price .tax {
    font-size: 10px;
  }
  .planbox .text ul.icolist {
    margin-top: 20px;
  }
  .planbox .text ul.icolist li + li {
    margin-left: 5px;
  }
  #qa {
    margin-bottom: 60px;
    padding: 0 15px;
  }
  #qa .faq-title h4 {
    font-size: 16px !important;
  }
  .faq-title h4:before {
    display: none;
  }
  .faq-content:before {
    display: none;
  }
  .faq-content p {
    padding-left: 0;
  }
}

/*media*/
.boyGirl-price {
  margin-top: 30px;
  font-size: 1.4em;
  margin-top: 30px;
}

.boyGirl-price > span {
  font-size: 1.4em;
  color: #f58491;
}

#benefit {
  max-width: 1000px;
  margin: 100px auto 0;
  text-align: center;
}

#benefit > p {
  margin-bottom: 60px;
  font-size: 1.8em;
}

#benefit > p > span {
  font-size: 1.4em;
  color: #f58491;
}

#benefit > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#benefit > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31%;
  padding: 30px 0;
  line-height: 2rem;
  font-weight: bold;
  border: 2px solid #333;
  -webkit-box-shadow: 0 2px 0 #f58491;
          box-shadow: 0 2px 0 #f58491;
  background: white;
}

#benefit > ul > li::before {
  display: block;
  content: attr(data-number);
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -17px;
  padding: 0 10px;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  background: #f58491;
}

#benefit > ul > li:nth-child(n + 4) {
  margin-top: 30px;
}

#benefit > ul > li > div > span {
  display: block;
  padding-bottom: 10px;
  font-size: 1.6em;
}

#benefit > ul > li > div > span > span {
  border-bottom: 3px solid #f58491;
}

@media only screen and (max-width: 800px) {
  #benefit > p {
    font-size: 2em;
  }
  #benefit > ul {
    display: block;
  }
  #benefit > ul > li {
    width: 90%;
    font-size: 1.6em;
    margin: 30px auto 0 !important;
  }
}

/* ==================================================
20201029 add
==================================================*/
.shichigosan-locationBnrArea {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

#set-plan {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

#set-plan .set-plan__intro {
  padding: 20px;
  text-align: center;
  background-color: #F29C9F;
}

#set-plan .set-plan__intro > h3 {
  color: white;
  line-height: 1.6;
  font-size: 20px;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__intro > h3 {
    font-size: 28px;
  }
}

#set-plan .set-plan__intro > h3 > * {
  display: block;
}

#set-plan .set-plan__intro > h3 > * b {
  font-size: 1.2em;
  font-weight: normal;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__intro > h3 > * > br {
    display: none;
  }
}

#set-plan .set-plan__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F29C9F;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab {
    gap: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#set-plan .set-plan__tab .set-plan__tab__label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% / 5);
  padding: 3px;
  color: #AC0316;
  background: #FFFFFF;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__label {
    width: calc(80% / 5);
    padding: 10px 0;
  }
}

#set-plan .set-plan__tab .set-plan__tab__label * {
  line-height: 1.4;
  text-align: center;
}

#set-plan .set-plan__tab .set-plan__tab__label > span {
  font-size: 10px;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__label > span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__label > span > br {
    display: none;
  }
}

#set-plan .set-plan__tab .set-plan__tab__label > small {
  font-size: 7px;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__label > small {
    font-size: 12px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__label::before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FFFFA7;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

#set-plan .set-plan__tab .set-plan__tab__switch:checked + .set-plan__tab__label {
  color: #000000;
  background: #FFFFA7;
}

#set-plan .set-plan__tab .set-plan__tab__switch:checked + .set-plan__tab__label::before {
  opacity: 1;
}

#set-plan .set-plan__tab .set-plan__tab__switch:checked + .set-plan__tab__label + .set-plan__tab__content {
  display: block;
}

#set-plan .set-plan__tab .set-plan__tab__switch {
  display: none;
}

#set-plan .set-plan__tab .set-plan__tab__content {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  background-color: white;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content {
    padding: 60px 30px 30px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content > *:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content > *:not(:last-child) {
    margin-bottom: 80px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title {
  text-align: center;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > h4 {
  font-size: 22px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > h4 {
    font-size: 30px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > h4 > * {
  display: block;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > h4 > * > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  color: white;
  background-color: #F29C9F;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > h4 > * > span {
    padding: 10px;
    font-size: 22px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > h4 > * > b {
  font-weight: normal;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul {
  line-height: 2;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul > li:last-child {
  color: #E79C62;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul > li:last-child::before {
  display: block;
  content: "➤";
  rotate: 90deg;
  color: #E79C62;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul > li:last-child::before {
    display: inline-block;
    rotate: inherit;
    margin: 0 20px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul > li b {
  margin-right: 3px;
  letter-spacing: 0.05em;
  font-size: 1.4em;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul > li > span {
  position: relative;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__title > ul > li > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__introduce *:not(:last-child) {
  margin-bottom: 15px;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__introduce > p {
  text-align: center;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__introduce figcaption {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  line-height: 1.8;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes > li {
  width: calc(100% / 2 - 10px);
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes > li {
    width: calc(100% / 4 - 15px);
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes > li > figure {
  position: relative;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  background-color: #E4E4E4;
  overflow-y: hidden;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes > li > figure::before {
  display: block;
  content: "";
  padding-top: 100%;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes > li > figure > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes > li > dl > dt {
  margin-bottom: 10px;
  text-align: center;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content__includes > li > dl > dd {
  text-align: justify;
  line-height: 1.6;
  font-size: 11px;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice {
  position: relative;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title {
  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;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title {
    gap: 80px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title > h5 {
  margin-bottom: 20px;
  color: #F29C9F;
  line-height: 1.6;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title > h5 {
    font-size: 30px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title > h5 > * {
  display: block;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title > h5 b {
  font-size: 1.3em;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title > figure {
  width: 90px;
  height: 90px;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__title > figure {
    width: 160px;
    height: 160px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block {
  position: relative;
  padding: 20px;
  height: 300px;
  overflow-y: scroll;
  border: 4px solid #F29C9F;
  background-color: white;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block {
    padding: 30px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div {
  line-height: 1.6;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #707070;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div > figure {
  width: 100%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div > figure {
    max-width: 60px;
  }
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div > figure > img {
  display: block;
  width: 100%;
}

#set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div > dl > dt {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  #set-plan .set-plan__tab .set-plan__tab__content .set-plan__tab__content_voice .set-plan__tab__content_voice__block > div > dl > dt {
    text-align: left;
  }
}
/*# sourceMappingURL=shooting.css.map */