@charset "UTF-8";

/* ============================================ */
/* レンタル・撮影プラン 共通部分 */
/* ============================================ */
.plam_textcolor_blue {
  color:#6ca0a4;
}
.plam_textcolor_pink {
  color: #df847d;
}
.plan_boy_set_title {
  display: inline-block;
  background-color: #6ca0a4;
  text-align: center;
  color: #fff;
  padding: 2px 9px;
  margin: 0 0 5px;
  font-size: 1.2rem;
}
.plan_girl_set_title {
  display: inline-block;
  background-color: #df847d;
  text-align: center;
  color: #fff;
  padding: 2px 9px;
  margin: 0 0 5px;
  font-size: 1.2rem;
}
.plan_set_list_align_width {
  width: 40%;
}
.plan_set_fontsmall {
  font-size: 1.1rem;
}
.plan_main_text {
  text-align: center;
  line-height: 32px;
  font-size: 1.4rem;
  min-height: 9vh;
  margin: 0 auto 25px;
}
.plan_bg_section {
  padding: 50px 0 35px 45px;
  background-color: #fadad7;
  font-feature-settings: "palt" 1;
}
.plan_bg_rental {
  background-color: #d9e6e8;
}
.plan_icon {
  width: 100%;
  max-width: 83px;
  margin: 0 0 2px;
}
.plan_img {
  /*max-width: 256px;*/
    max-height: 450px;
}
.plan_title {
  font-size: 3.1rem;
  letter-spacing: 7px;
  font-family: 'Noto Serif JP', serif;
  line-height: 37px;
  font-feature-settings: "palt" 1;
}
.plan_title_english {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 7px;
}
.plan_title_wrap {
  background: linear-gradient(to bottom, rgb(175 158 106 / 30%), #fff 50%);
  padding: 71px 0 34px;
  text-align: center;
  position: relative;
  border-top: 1px solid rgba(0,0,0,20%);
  z-index: -1;
}
.plan_title_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 1000px;
  max-width: 100%;
  height: 240px;
  top: -36px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.plan_title_wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 1000px;
  max-width: 100%;
  height: 1px;
  top: 1px;
  border-top: 1px solid rgba(255,255,255,13%);
}
.plan_title_photo::before {
  background-image: url(../img/plan/cmn/text_photo_plan.png);
  background-position-x: 38%;
}
.plan_title_rental::before {
  background-image: url(../img/plan/cmn/text_rental_plan.png);
}
.plan_title_recommend::before {
  background-image: url(../img/plan/cmn/text_recommend.png);
  background-position-x: 47px;
}
.plan_title_flow::before {
  background-image: url(../img/plan/cmn/text_flow.png);
  height: 175px;
  top: 15px;
  background-position-x: 47%;
}
.plan_inner_section {
  font-size: 1.2rem;
  background-color: #fff;
  padding: 20px 0 18px;
  display: flex;
  position: relative;
}
.plan_inner_section.plan_inner_cornercut {
  padding: 0 0 18px;
}
.plan_inner_wrap:not(:last-of-type) {
  margin: 0 auto 70px;
}
.plan_textbox {
  width: 65.7%;
  padding: 0 20px;
}
.plan_set_list {
  display: flex;
}
.plan_inner_cornercut::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d9e6e8;
  border-top: 10px solid #d9e6e8;
  border-right: 10px solid transparent;
}
.plan_inner_cornercut.plan_photo_cornercut::before {
  border-left: 10px solid #fadad7;
  border-top: 10px solid #fadad7;
}
.plan_decorate_title {
  display: table;
  padding: 0 27px;
  margin: 29px auto 10px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 28px;
  letter-spacing: 2px;
}
.plan_decorate_title_comp {
  font-size: 1.6rem;
}
.plan_decorate_title::before,
.plan_decorate_title::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  max-width: 100%;
  height: 26px;
  top: 1px;
  background-size: contain;
  background-repeat: no-repeat;
}
.plan_decorate_title.plan_decorate_title_moreline::before,
.plan_decorate_title.plan_decorate_title_moreline::after {
  top: 15px;
}
.plan_decorate_title::before {
  background-image: url(../img/plan/cmn/plan_titledecorate_left.png);
  left: 0;
}
.plan_decorate_title::after {
  background-image: url(../img/plan/cmn/plan_titledecorate_right.png);
  right: 0;
}
.plan_money {
  font-size: 5.3rem;
  font-weight: bold;
  font-family: 'Noto Sans','Noto Sans JP', sans-serif;
  color: #ee7864;
  text-align: center;
  line-height: 50px;
  padding: 0 0 4px;
}
.plan_money_unit {
  font-size: 2.6rem;
  font-family: initial;
  padding: 0 0 0 6px;
}
.plan_border_bottom {
  border-bottom: 1px solid #cccccc;
}
.plan_set_title {
  font-weight: bold;
}
.plan_icon_list {
  display: flex;
}
.plan_imgbox {
  max-width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.plan_setbox {
  margin: 11px 0 11px;
}
.plan_icon_list_item {
  margin: 0 2px 0 0;
}
.aplan,
.bplan,
.cplan,
.dplan {
  position: relative;
}
.aplan::before,
.bplan::before,
.cplan::before,
.dplan::before,
.hakamaplan::before,
.nisyakuplan::before,
.kojinplan::before,
.teamplan::before,
.wasouplan::before,
.yousouplan::before,
.mixplan::before {
  position: absolute;
  content: "";
  display: block;
  width: 144px;
  max-width: 100%;
  height: 48px;
  top: -25px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.aplan::before {
  background-image: url(../img/plan/cmn/img_aplan.png);
}
.bplan::before {
  background-image: url(../img/plan/cmn/img_bplan.png);
}
.cplan::before {
  background-image: url(../img/plan/cmn/img_cplan.png);
}
.dplan::before {
  background-image: url(../img/plan/cmn/img_dplan.png);
}
.hakamaplan::before {
  background-image: url(../img/plan/cmn/img_hakamaplan.png);
}
.nisyakuplan::before {
  background-image: url(../img/plan/cmn/img_nisyakuplan.png);
}
.kojinplan::before {
  background-image: url(../img/plan/cmn/img_kojinplan.png);
}
.teamplan::before {
  background-image: url(../img/plan/cmn/img_teamplan.png);
}
.wasouplan::before {
  background-image: url(../img/plan/cmn/img_wasouplan.png);
}
.yousouplan::before {
  background-image: url(../img/plan/cmn/img_yousouplan.png);
}
.mixplan::before {
  background-image: url(../img/plan/cmn/img_mixplan.png);
}
.plan_set_list_title {
  white-space: nowrap;
}
.plan_attentiontext {
  font-size: 1.8rem;
  padding: 5px 0;
}
.plan_inner_subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ee7864;
  text-align: center;
  margin: -8px 0 3px;
  letter-spacing: 2px;
}
.plan_rental_flexbox {
  display: flex;
}
.plan_rental_setbox {
  margin: 0 0 0 10px;
}
.plan_inner_photo_img {
  max-width: 400px;
  margin: 0 0 20px;
}
.plan_photo_subtitle {
  font-size: 3rem;
  padding: 0 0 4px;
  margin: 14px 0 3px;
}
.plan_photo_set_title {
  font-size: 1.8rem;
  margin: 0 0 4px;
}
@media screen and (max-width: 800px) {
  .plan_inner_wrap {
    max-width: 73%;
    margin: 0 auto;
  }
  .plan_main_text {
    width: 95%;
    line-height: 20px;
    font-size: 1.1rem;
    margin: 25px auto 20px;
  }
  .plan_title_wrap {
    background: linear-gradient(to bottom, rgb(175 158 106 / 30%), #fff 104%);
    padding: 20px 0 15px;
  }
  .plan_title_wrap::before {
    top: 3px;
  }
  .plan_title_recommend::before {
    background-position-x: 0;
    background-size: 94%;
  }
  .plan_title_flow::before {
    background-size: 40%;
  }
  .plan_icon_list {
    flex-wrap: wrap;
    padding: 0 0 5px;
  }
  .plan_title {
    font-size: 1.3rem;
    letter-spacing: 4.5px;
    line-height: 18px;
  }
  .plan_title_english {
    font-size: 1rem;
    letter-spacing: 4px;
  }
  .plan_bg_section {
    padding: 45px 0 15px 15px;
  }
  .plan_inner_section {
    font-size: 1rem;
    padding: 12px 0 0;
  }
  .plan_inner_cornercut::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d9e6e8;
    border-top: 5px solid #d9e6e8;
    border-right: 5px solid transparent;
  }
  .plan_inner_cornercut.plan_photo_cornercut::before {
    border-left: 5px solid #fadad7;
    border-top: 5px solid #fadad7;
  }
  .plan_inner_wrap:not(:last-of-type) {
    margin: 0 auto 40px;
  }
  .plan_imgbox {
    margin: -12px 0 0;
    position: unset;
    max-width: 44%;
  }
  .aplan::before,
  .bplan::before,
  .cplan::before,
  .dplan::before,
  .hakamaplan::before,
  .nisyakuplan::before,
  .kojinplan::before,
  .teamplan::before,
  .wasouplan::before,
  .yousouplan::before,
  .mixplan::before {
    max-width: 28%;
    max-height: 12%;
    top: -6%;
  }
  .plan_decorate_title {
    padding: 0 12px;
    margin: 20px auto 2px;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.5px;
  }
  .plan_decorate_title_comp {
    font-size: 1rem;
  }
  .plan_textbox {
    padding: 0 5px;
  }
  .plan_decorate_title::before,
  .plan_decorate_title::after {
    width: 10px;
  }
  .plan_decorate_title.plan_decorate_title_moreline_sp::before,
  .plan_decorate_title.plan_decorate_title_moreline_sp::after {
    top: 15px;
  }
  .plan_money {
    font-size: 3rem;
    line-height: 30px;
    padding: 0 0 6px;
  }
  .plan_money_unit {
    font-size: 1.2rem;
    padding: 0 0 0 2px;
  }
  .plan_setbox {
    margin: 11px 0 11px;
  }
  .plan_icon {
    max-width: 60px;
  }
  .plan_attentiontext {
    font-size: 1rem;
    padding: 2px 0;
  }
  .plan_inner_subtitle {
    font-size: 1rem;
    margin: -3px 0 -1px;
  }
  .plan_rental_setbox {
    margin: 0 0 14px 5px;
  }
  .plan_rental_flexbox {
    flex-direction: column-reverse;
  }
  .plan_icon_list_item {
    width: 31%;
    max-width: 60px;
  }
  .plan_photo_set_title {
    font-size: 1.1rem;
    margin: 0 0 9px;
  }
  .plan_inner_photo_img {
    margin: 0 auto 11px;
    width: 90%;
    display: block;
    max-width: 125px;
  }
  .plan_photo_subtitle {
    font-size: 1.3rem;
    padding: 0 0 7px;
    margin: 2px 0 3px;
  }
  .plan_cornercut_imgbox {
    margin: 0;
  }
  .plan_753ceremony .inner {
    padding: 0;
  }
  .plan_753ceremony .page_title_wrap .breadcrumb_wrap {
    padding: 0 15px;
  }
  .plan_set_fontsmall {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .plan_inner_wrap {
    max-width: 100%;
  }
}

/* ブライダルページ */
/* ============================================ */
.plan_bridal .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/bridal/title_icon.svg);
}
.plan_bridal .page_ttl_content::before {
  background-image: url(../img/plan/bridal/bridal_title_img.jpg);
}
.plan_bridal_section {
  padding: 48px 0 35px 45px;
}
.plan_bridal_section:not(:last-of-type) {
  margin: 0 0 75px;
}
.plan_setrental_wrap {
  margin: 0 45px 0 0;
}
.plan_setrental_inner_section {
  background-color: #fff;
  padding: 15px 20px;
  position: relative;
}
.plan_setrental_inner_section::before,
.plan_setrental_inner_section::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d9e6e8;
  border-top: 10px solid #d9e6e8;
  border-right: 10px solid transparent;
}
.plan_setrental_inner_section::before {
  left: 0;
  top: 0;
}
.plan_setrental_inner_section::after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #d9e6e8;
  border-right: 10px solid #d9e6e8;
  border-left: 10px solid transparent;
}
.plan_setrental_main_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 14px;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 1px;
}
.plan_setrental_flexbox {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}
.plan_setrental_detailbox {
  width: 100%;
  margin: 15px auto 5px;
}
.plan_setrental_detailbox:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}
.plan_setrental_detailinnerbox {
  width: 100%;
  display: flex;
  padding: 0 0 0 10px;
  margin: auto;
  align-items: center;
}
.plan_setrental_title {
  font-size: 1.6rem;
  line-height: 23px;
  padding: 0 14px 0 0;
  margin: 0 0 0 auto;
  display: inline-block;
}
.plan_setrental_list {
  display: inline-block;
  margin: 0 auto 0 0;
}
.plan_setrental_list_title {
  font-size: 3.9rem;
  font-family: 'Noto Sans','Noto Sans JP', sans-serif;
  color: #ee7864;
}
.plan_setrental_money_unit {
  font-size: 1.9rem;
  font-family: initial;
  padding: 0 0 0 6px;
}
.plan_bridal .plan_bg_rental .plan_inner_wrap:nth-child(4) {
  margin: 0 auto 20px;
}
.plan_bridal .plan_bg_rental {
  padding: 50px 0 35px 45px;
}
.plan_bridal footer {
  margin-top: 95px;
}
.button_bridal_price_imgbox {
  margin: 0 auto 65px;
}
@media screen and (max-width: 905px) {
  .plan_setrental_main_title {
    font-size: 1.2rem;
    padding: 0 0 10px;
    width: 92%;
    margin: auto;
  }
  .plan_setrental_title {
    font-size: 1rem;
    padding: 0 5px 0 0;
    line-height: 13px;
  }
  .plan_setrental_list_title {
    font-size: 2.3rem;
  }
  .plan_setrental_money_unit {
    font-size: 1rem;
    padding: 0 0 0 2px;
  }
  .button_bridal_price_imgbox {
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 800px) {
  .plan_bridal .page_ttl-plan .page_title_text_jp {
    background-size: 30px auto;
  }
  .plan_bridal .page_ttl_content::before {
    background-image: url(../img/plan/bridal/bridal_title_img_sp.jpg);
  }
  .plan_bridal .plan_bg_rental {
    padding: 40px 0 15px 15px;
  }
  .plan_setrental_inner_section {
    padding: 10px 5px;
    margin: 0 15px 0 0;
  }
  .plan_setrental_detailinnerbox {
    width: 100%;
    padding: 0;
  }
  .plan_setrental_wrap {
    margin: 0;
  }
  .plan_setrental_detailbox {
    width: 95%;
    margin: 11px auto 4px;
  }
  .plan_setrental_detailbox:nth-child(1) {
    width: 86%;
  }
  .plan_bridal_section:not(:last-of-type) {
    margin: 0 0 20px;
    padding: 45px 0 15px 15px;
  }
  .plan_bridal .inner {
    padding: 0;
  }
  .plan_bridal .page_title_wrap .breadcrumb_wrap {
    padding: 0 15px;
  }
  .plan_setrental_inner_section::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d9e6e8;
    border-top: 5px solid #d9e6e8;
    border-right: 5px solid transparent;
  }
  .plan_setrental_inner_section::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid #d9e6e8;
    border-right: 5px solid #d9e6e8;
    border-left: 5px solid transparent;
  }
  .plan_bridal footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 374px) {
  .plan_setrental_list_title {
    font-size: 6vw;
  }
}

/* お宮参りページ */
/* ============================================ */
.plan_omiyamairi .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/omiyamairi/title_icon.svg);
}
.plan_omiyamairi .page_ttl_content::before {
  background-image: url(../img/plan/omiyamairi/omiyamairi_title_img.jpg);
}
.plan_omiyamairi .plan_inner_cornercut .plan_imgbox {
  bottom: -20px;
}
.plan_omiyamairi .plan_inner_cornercut .plan_omiya_photo_img {
  top: -49px;
  right: -26px;
  max-width: 41%;
}
.plan_bg_omiya_rental {
  padding: 27px 0 20px 45px;
  margin: 0 0 60px;
}
.plan_bg_omiya_photo {
  padding: 30px 30px 30px 45px;
  margin: 0 0 30px;
}
.plan_inner_cornercut.plan_inner_omiya_photo_cornercut::before {
  border-left: 10px solid #fadad7;
  border-top: 10px solid #fadad7;
}
.plan_link_button {
  margin: 0 auto 60px;
}
.plan_recommend_title {
  position: absolute;
  top: -16px;
  z-index: 1;
  max-width: 622px;
  right: 10%;
  left: 10%;
}
.plan_money_img {
  max-width: 406px;
  width: 58%;
  margin: -3px 0 0 15px;
}
.plan_inner_omiya_photo_cornercut {
  display: block;
  padding: 0 0 28px;
}
.plan_photo_textbox {
  padding: 0 20px 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.plan_photo_inner_title {
  font-size: 2.7rem;
  letter-spacing: 0.6px;
  background: linear-gradient(transparent 91%, #ee7864 0%);
  background-position: -100% -0.75em;
}
.plan_photo_inner_title_emphasis {
  font-size: 5rem;
  color: #ee7864;
}
.plan_photo_benefit {
  display: flex;
  grid-row-gap: 25px;
}
.plan_photo_benefit_moreline {
  margin: 19px 0 0;
}
.plan_photo_benefit_item {
  padding: 0 0 0 41px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin: 0 0 0 3px;
  line-height: 30px;
}
.plan_photo_benefit_item:nth-child(1) {
  width: 32%;
  background-image: url(../img/plan/omiyamairi/img_photo01.png);
}
.plan_photo_benefit_item:nth-child(2) {
  background-image: url(../img/plan/omiyamairi/img_photo03.png);
}
.plan_photo_benefit_moreline_item:nth-child(1) {
  background-image: url(../img/plan/omiyamairi/img_photo02.png);
}
.plan_photo_benefit_moreline_item:nth-child(2) {
  background-image: url(../img/plan/omiyamairi/img_photo04.png);
}
.plan_link_button {
  display: table;
  width: auto;
  margin: 0 auto 55px;
  align-items: center;
}
.plan_link_inner_buton {
  padding: 8px 15px;
}
.plan_omiyamairi .plan_omiya_rental_inner_cornercut {
  padding: 0 0 16px;
}
.plan_omiya_rental_decorate_title {
  margin: 25px auto 6px;
  line-height: 27px;
}
.plan_omiyamairi footer {
  margin-top: 115px;
}
.button_price_imgbox {
  display: block;
  max-width: 290px;
  margin: 15px auto 50px;
}
@media screen and (max-width: 910px) {
  .plan_photo_inner_title {
    font-size: 1.4rem;
    background: linear-gradient(transparent 94%, #ee7864 0%);
    background-position: -100% -0.75em;
    margin: 0 0 1px;
  }
  .plan_photo_benefit {
    grid-row-gap: 2px;
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  .plan_photo_benefit:not(:last-of-type) {
    margin: 0 0 6px;
  }
  .plan_photo_benefit_item:nth-child(1) {
    width: 43%;
    max-width: 115px;
  }
  .plan_photo_benefit_item {
    padding: 0 7px 0 23px;
    background-size: 17px;
    margin: 0;
    line-height: 20px;
    background-position-y: 1px;
  }
}
@media screen and (max-width: 800px) {
  .plan_omiyamairi .page_ttl_content::before {
    background-image: url(../img/plan/omiyamairi/omiyamairi_title_img_sp.jpg);
  }
  .plan_bg_omiya_rental {
    padding: 15px 0 15px 15px;
    margin: 0 0 20px;
  }
  .plan_inner_cornercut.plan_inner_omiya_photo_cornercut::before {
    border-left: 5px solid #fadad7;
    border-top: 5px solid #fadad7;
  }
  .plan_omiyamairi .plan_inner_cornercut .plan_imgbox {
    margin: 0;
  }
  .plan_omiya_rental_decorate_title {
    margin: 15px auto 4px;
    line-height: 16px;
  }
  .plan_omiya_rental_money {
    padding: 0 0 3px;
  }
  .plan_omiyamairi .plan_omiya_rental_inner_cornercut {
    padding: 0 0 13px;
  }
  .plan_bg_omiya_photo {
    padding: 9px 10px 9px 10px;
    margin: 0 0 15px;
  }
  .plan_omiyamairi .plan_link_button {
    margin: 0 auto 20px;
  }
  .plan_link_inner_buton {
    padding: 7px 13px;
    width: max-content;
  }
  .plan_photo_textbox {
    padding: 0 7px 13px;
  }
  .plan_photo_inner_title_emphasis {
    font-size: 2.6rem;
  }
  .plan_inner_section.plan_inner_cornercut {
    padding: 0;
  }
  .plan_omiyamairi .plan_imgbox {
    right: -8px;
    top: -6px;
    width: 49%;
  }
  .plan_money_img {
    margin: -2px 0 0 10px;
    width: 48%;
  }
  .plan_photo_benefit_moreline {
    margin: 0;
  }
  .plan_omiyamairi .inner {
    padding: 0;
  }
  .plan_omiyamairi .page_title_wrap .breadcrumb_wrap {
    padding: 0 15px;
  }
  .plan_omiyamairi .plan_inner_cornercut .plan_omiya_photo_img {
    top: -6px;
    right: -8px;
    max-width: 50%;
    display: inline-block;
    position: absolute;
    width: 100%;
  }
  .plan_omiya_money_img {
    margin: -1px 0 0 10px;
    width: 47%;
  }
  .plan_omiyamairi footer {
    margin-top: 20px;
  }
  .button_price_imgbox {
    max-width: 200px;
    margin: 15px auto 20px;
  }
}

/* お宮参りオススメプラン (オススメプラン共通部分) */
.plan_bg_recommend {
  position: relative;
  padding: 40px 5%;
  margin: 0 0 30px;
  background-color: #d0e8ea;
}
.plan_recom_decorate_title {
  font-size: 1.3rem;
  line-height: 16px;
  letter-spacing: 0.4px;
  padding: 0 22px;
  margin: 0 auto 1px;
}
.plan_decorate_title.plan_recom_decorate_title::before,
.plan_decorate_title.plan_recom_decorate_title::after {
  top: 3px;
}
.plan_recom_money {
  display: block;
  font-size: 3.1rem;
  font-weight: bold;
  font-family: 'Noto Sans','Noto Sans JP', sans-serif;
  color: #ee7864;
  border-bottom: 2px solid #69b7c6;
  line-height: 35px;
  padding: 5px 0 8px 3px;
  margin: 0 20px;
  text-align: center;
}
.plan_recom_money_unit {
  font-size: 1.4rem;
  padding: 0 0 0 1px;
}
.plan_recom_inner_flexbox .plan_recom_inner_cornercut {
  display: block;
  width: 48%;
  padding: 0;
  border: 1px solid #69b7c6;
  background-color: #f3fbfc;
}
.plan_recom_inner_cornercut:not(:last-of-type) {
  margin: 0 3% 0 0;
}
.plan_recom_inner_detail {
  width: 100%;
}
.plan_recom_inner_flexbox {
  display: flex;
  justify-content: space-between;
}
.plan_recom_textbox {
  position: relative;
  padding: 25px 0 0;
  background-color: #fff;
}
.plan_recom_textbox::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 9px;
  top: -1px;
  border-right: 1px solid #69b7c6;
  height: 20px;
  transform: skewX(-45deg);
  display: block;
}
.plan_rental_inner_content {
  height: 100%;
  position: relative;
}
.plan_rental_inner_content::before {
  position: absolute;
  content: "";
  z-index: 1;
  right: 9px;
  bottom: -1px;
  border-left: 1px solid #69b7c6;
  height: 20px;
  transform: skewX(-45deg);
  display: block;
}
.plan_recom_explainbox {
  padding: 0 0 10px;
}
.plan_recom_imgwrap:not(:last-of-type) {
  border-bottom: 1px dashed #69b7c6;
}
.plan_recom_imgwrap {
  margin: 0 20px;
}
.plan_recom_inner_list {
  display: flex;
}
.plan_inner_cornercut.plan_recom_inner_cornercut::before {
  left: -1px;
  top: -1px;
  border-left: 10px solid #d0e8ea;
  border-top: 10px solid #d0e8ea;
}
.plan_inner_cornercut.plan_recom_inner_cornercut::after {
  position: absolute;
  content: "";
  z-index: 1;
  right: -1px;
  bottom: -1px;
  border-top: 10px solid transparent;
  border-right: 10px solid #d0e8ea;
  border-bottom: 10px solid #d0e8ea;
  border-left: 10px solid transparent;
}
.plan_recom_img {
  max-width: 130px;
  margin: auto;
  display: block;
}
.plan_recom_colortext {
  font-weight: bold;
  color: #df847d;
}
.plan_recom_inner_text {
  padding: 0 0 7px;
  line-height: 18px;
}
.plan_title_recommend {
  padding: 71px 0 41px;
}
@media screen and (max-width: 800px) {
  .plan_inner_cornercut.plan_recom_inner_cornercut::before {
    border-left: 5px solid #d0e8ea;
    border-top: 5px solid #d0e8ea;
  }
  .plan_recom_inner_flexbox {
    flex-wrap: wrap;
    max-width: 450px;
    margin: auto;
  }
  .plan_recom_inner_cornercut {
    width: 49%;
    max-width: 200px;
    margin: 0 auto;
  }
  .plan_recom_inner_cornercut:last-of-type {
    width: 58%;
  }
  .plan_recom_inner_cornercut:not(:last-of-type) {
    margin: 0 auto 6px;
  }
  .plan_bg_recommend {
    padding: 6% 15px 20px;
    margin: 9px 0 20px;
  }
  .plan_fullset_explanation {
    font-size: 1rem;
  }
  .plan_recom_money {
    font-size: 2.2rem;
    padding: 6px 0 12px;
    margin: 0 5px;
    line-height: 17px;
  }
  .plan_recom_textbox {
    padding: 13px 3px 0;
  }
  .plan_recom_decorate_title {
    padding: 0 12px;
    margin: auto;
    font-size: 1.2rem;
  }
  .plan_decorate_title.plan_recom_decorate_title::before,
  .plan_decorate_title.plan_recom_decorate_title::after {
    bottom: -8px;
    top: unset;
  }
  .plan_recom_inner_text {
    padding: 0 0 10px;
    line-height: 15px;
  }
  .plan_recommend_title {
    top: -10px;
    right: 5%;
    left: 5%;
    max-width: 420px;
    margin: auto;
  }
  .plan_recom_money_unit {
    font-size: 1.1rem;
    padding: 0 0 0 2px;
  }
  .plan_recom_imgwrap {
    margin: 0 12px;
  }
  .plan_recom_img {
    width: 85%;
  }
  .plan_recom_textbox::before {
    left: 4px;
    height: 10px;
  }
  .plan_inner_cornercut.plan_recom_inner_cornercut::after {
    border-top: 5px solid transparent;
    border-right: 5px solid #d0e8ea;
    border-bottom: 5px solid #d0e8ea;
    border-left: 5px solid transparent;
  }
  .plan_rental_inner_content::before {
    right: 4px;
    height: 10px;
  }
  .plan_title_recommend {
    padding: 20px 0 15px;
  }
}

/* お宮参りフルセット内容 */
.plan_bg_fullset_cornercut {
  position: relative;
  padding: 25px 15px 30px;
  margin: 0 0 0;
  background-color: rgba(243,147,96,10%);
}
.plan_bg_fullset_cornercut::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: -1px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}
.plan_bg_fullset_cornercut::after {
  position: absolute;
  content: "";
  z-index: 1;
  right: 0;
  bottom: -1px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.plan_fullset_title {
  text-align: center;
  margin: 0 0 11px;
}
.plan_fullset_explanation {
  display: flex;
  padding: 10px 0 0;
  font-size: 1.2rem;
}
.plan_fullset_explanation_item {
  padding: 0 13px 0 0;
}
@media screen and (max-width: 800px) {
  .plan_fullset_explanation {
    padding: 5px 0 0;
    font-size: 1rem;
  }
  .plan_bg_fullset_cornercut {
    padding: 15px 15px 15px;
    margin: 0 0 0;
  }
  .plan_fullset_title {
    margin: 0 0 6px;
  }
  .plan_bg_fullset_cornercut::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
  }
  .plan_bg_fullset_cornercut::after {
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
  }
  .plan_fullset_explanation_item {
    padding: 0 3px 0 0;
  }
  .plan_fullset_explanation_item {
    padding: 0 8px 0 0;
  }
}

/* レンタルから撮影までの流れ */
.plan_bg_flow {
  background-color: #e6efdf;
  padding: 30px 0 20px;
  font-feature-settings: "palt" 1;
}
.plan_bg_flow {
  background-color: #e6efdf;
  padding: 25px 0 20px;
  font-feature-settings: "palt" 1;
}
.plan_flow_imgbox {
  width: 26%;
  max-width: 200px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: unset;
}
.plan_flow_imgbox_even {
  left: 0;
  right: unset;
}
.plan_flow_textbox {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  width: 69.3%;
  margin: 0 0 0 5%;
  position: relative;
}
.plan_flow_textbox::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e6efdf;
  border-top: 10px solid #e6efdf;
  border-right: 10px solid transparent;
}
.plan_flow_textbox_even {
  margin: 0 5% 0 auto;
}
.plan_flow_textbox_even::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: unset;
  right: 0;
  top: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e6efdf;
  border-top: 10px solid #e6efdf;
  border-left: 10px solid transparent;
}
.plan_flow_text_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  padding: 0 0 3px 36px;
  border-bottom: 1px dashed #b3c6a3;
  margin: 0 0 10px;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-y: 9px;
}
.plan_flow_text_title_small {
  font-size: 1.5rem;
}
.plan_flow_text_title_01 {
  background-image: url(../img/plan/omiyamairi/img_flow01.png);
}
.plan_flow_text_title_02 {
  background-image: url(../img/plan/omiyamairi/img_flow02.png);
}
.plan_flow_text_title_03 {
  background-image: url(../img/plan/omiyamairi/img_flow03.png);
}
.plan_flow_text_title_04 {
  background-image: url(../img/plan/omiyamairi/img_flow04.png);
}
.plan_flow_inner_wrap {
  position: relative;
}
@media screen and (max-width: 800px) {
  .plan_flow_textbox::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e6efdf;
    border-top: 5px solid #e6efdf;
    border-right: 5px solid transparent;
  }
  .plan_flow_textbox_even::before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #e6efdf;
    border-top: 5px solid #e6efdf;
    border-left: 5px solid transparent;
  }
  .plan_flow_textbox {
    width: 76%;
    padding: 6px 11px 9px 11px;
    margin: 0 0 0 15px;
  }
  .plan_flow_textbox_even {
    margin: 0 15px 0 0;
  }
  .plan_flow_text_title {
    font-size: 1.2rem;
    padding: 0 0 2px 23px;
    margin: 0 0 6px;
    letter-spacing: 1.6px;
    background-size: 17px;
    background-position-y: 2px;
  }
  .plan_flow_inner_wrap {
    margin: 0 0 15px;
    display: flex;
  }
  .plan_flow_inner_wrap:nth-of-type(even) {
    flex-direction: row-reverse;
    margin: 0 auto;
  }
  .plan_flow_imgbox {
    position: unset;
    width: 23%;
    margin: 0 0 0 auto;
  }
  .plan_bg_flow {
    padding: 15px 0 15px;
  }
  .plan_bg_flow .plan_inner_wrap:not(:last-of-type) {
    margin: 0 auto 15px;
  }
  .plan_flow_text_title_small {
    font-size: 1rem;
  }
}

/* オプションページ */
/* ============================================ */
.plan_option .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/option/title_icon.svg);
}
.plan_option .page_ttl_content::before {
  background-image: url(../img/plan/option/option_title_img.jpg);
}
.plan_option {
  font-feature-settings: "palt" 1;
}
.plan_option_section {
  font-size: 1.4rem;
  border: 1px solid #cccccc;
}
.plan_option_gradation_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(to bottom, rgb(175 158 106 / 33%), #fff 19%);
  border: 3px solid #fff;
  padding: 10px 15px 10px;
}
.plan_option_gradation_content_wide {
  background: linear-gradient(to bottom, rgb(175 158 106 / 33%), #fff 39%);
}
.plan_option_flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_option_section {
  width: 48%;
}
.plan_option_section:nth-child(2n) {
  transition-delay: .1s;
}
.plan_option_album_wrap .plan_option_section,
.plan_option_borad_wrap .plan_option_section {
  margin: 0 0 20px;
}
.plan_option_album_wrap .plan_option_section:last-of-type,
.plan_option_borad_wrap .plan_option_section:last-of-type {
  margin: 0;
}
.plan_option_section_full_wide {
  width: 100%;
}
.plan_option_section_center {
  margin: 0 auto;
}
.plan_option_title {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 0 0 5px;
  letter-spacing: 2.9px;
}
.plan_option_detail {
  text-align: center;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 1.4px;
  padding: 0 0 10px;
}
.plan_option_cornercut_title_wrap {
  position: relative;
  padding: 21px 0;
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  background-color: #6ca0a4;
  color: #fff;
  text-align: center;
}
.plan_option_cornercut_title_wrap::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
}
.plan_option_cornercut_title_wrap::after {
  position: absolute;
  content: "";
  z-index: 1;
  right: 0;
  bottom: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
.plan_option_explanation {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  letter-spacing: 1.5px;
}
.plan_option_explanation_title {
  font-weight: bold;
}
.plan_option_explanation:not(:first-of-type) {
  border-top: 1px dashed #cccccc;
}
.plan_option_album_img {
  display: block;
  margin: auto;
  /*max-width: 328px;*/
}
.plan_option_album_wrap {
  margin: 0 0 40px;
}
.plan_option_board_img {
  max-width: 260px;
  width: 100%;
  display: block;
  margin: auto;
}
.plan_option_ribbon_title_wrap {
  padding: 10px 0;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: center;
  background-color: #ac854f;
  color: #fff;
  position: relative;
}
.plan_option_ribbon_title_wrap::before {
  position: absolute;
  content: "";
  top: 19px;
  left: -20px;
  width: 0;
  height: 0;
  transform: rotate(90deg);
  border-left: 28.5px solid transparent;
  border-right: 28.5px solid transparent;
  border-bottom: 17px solid #fff;
}
.plan_option_ribbon_title_wrap::after {
  position: absolute;
  content: "";
  top: 20px;
  right: -20px;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  border-left: 28.5px solid transparent;
  border-right: 28.5px solid transparent;
  border-bottom: 17px solid #fff;
}
.plan_option_borad_wrap {
  margin: 0 0 80px;
}
.plan_option_photo_wrap {
  margin: 0 0 45px;
}
.plan_option_cabinet_wrap {
  width: 31%;
  margin: 0 0 50px;
}
.plan_option_6cutting_mount_wrap {
  width: 31%;
  margin: 0 0 50px;
}
.plan_option_4cutting_mount_wrap {
  width: 31%;
  margin: 0 0 50px;
}
.plan_option_data_img {
  max-width: 260px;
  width: 100%;
  display: block;
  margin: auto;
}
.plan_option_data_wrap {
  margin: 0 0 50px;
}
.plan_option_data_revise_wrap {
  margin: 0 0 40px;
}
.plan_option footer {
  margin-top: 110px;
}
@media screen and (max-width: 800px) {
  .plan_option .page_ttl-plan .page_title_text_jp {
    background-size: 25px auto;
    padding-top: 28px;
  }
  .plan_option .page_ttl_content::before {
    background-image: url(../img/plan/option/option_title_img_sp.jpg);
  }
  .plan_option_section {
    font-size: 1rem;
  }
  .plan_option_gradation_content {
    padding: 5px 5px 5px;
  }
  .plan_option_title {
    font-size: 1.3rem;
    margin: 0 0 1px;
    letter-spacing: 1.5px;
  }
  .plan_option_detail {
    font-size: 1rem;
    line-height: 16px;
    letter-spacing: 1.4px;
    padding: 0 0 5px;
  }
  .plan_option_cornercut_title_wrap {
    padding: 8px 0;
    margin: 0 0 10px;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
  .plan_option_cornercut_title_wrap::before {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
  }
  .plan_option_cornercut_title_wrap::after {
    border-top: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent
  }
  .plan_option_explanation {
    letter-spacing: 0.5px;
  }
  .plan_option_ribbon_title_wrap {
    padding: 8px 0;
    margin: 0 0 10px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .plan_option_ribbon_title_wrap::before {
    top: 17px;
    left: -17px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .plan_option_ribbon_title_wrap::after {
    top: 17px;
    right: -17px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .plan_option_borad_wrap {
    margin: 0 0 30px;
  }
  .plan_option_photo_wrap {
    margin: 0 0 30px;
  }
  .plan_option_cabinet_wrap {
    width: 48%;
    margin: 0 0 10px;
  }
  .plan_option_6cutting_mount_wrap {
    width: 48%;
    margin: 0 0 10px;
  }
  .plan_option_4cutting_mount_wrap {
    width: 65%;
    margin: 0 auto 35px;
  }
  .plan_option .plan_option_section_center {
    width: 68%;
  }
  .plan_option_section {
    width: 48%;
  }
  .plan_option_album_wrap .plan_option_section,
  .plan_option_borad_wrap .plan_option_section {
    margin: 0 0 10px;
  }
  .plan_option_album_wrap .plan_option_section:last-of-type,
  .plan_option_borad_wrap .plan_option_section:last-of-type {
    margin: 0;
  }
  .plan_option_data_wrap {
    margin: 0 0 35px;
  }
  .plan_option_data_revise_wrap {
    margin: 0 0 30px;
  }
  .plan_option_section_full_wide {
    width: 100%;
  }
  .plan_option_gradation_content_wide {
    background: linear-gradient(to bottom, rgb(175 158 106 / 33%), #fff 23%);
  }
  .plan_option footer {
    margin-top: 20px;
  }
}

/* 振袖1ページ */
/* ============================================ */
.furisode1 .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/furisode/title_icon.svg);
}
.furisode1 .page_ttl_content::before {
  background-image: url(../img/plan/furisode/furisode_title_img_202211.jpg);
}

/* 振袖ページ */
/* ============================================ */
.plan_furisode .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/furisode/title_icon.svg);
}
.plan_furisode .page_ttl_content::before {
  background-image: url(../img/plan/furisode/furisode_title_img_202211.jpg);
}
.plan_bg_furisode {
  background-color: #a6d1e1;
  padding: 42px 45px 40px;
  position: relative;
}
.plan_bg_furisode_rin {
  background-color: #a6d1e1;
}
.plan_furisode_imgbox {
  position: absolute;
  width: 46%;
  max-width: 318px;
  bottom: 0;
  left: -45px;
}
.plan_furisode_img {
  max-height: 100%;
  width: auto;
}
.plan_furisode_textbox {
  margin: 0 0 0 auto;
  width: 60.3%;
  padding: 0 25px;
}
.plan_inner_section.plan_furisode_inner_cornercut {
  padding: 20px 0 55px;
}
.plan_inner_cornercut.plan_furisode_inner_cornercut_right::before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #a6d1e1;
  border-bottom: 10px solid #a6d1e1;
  border-left: 10px solid transparent;
}
.plan_furisode_color_text {
  font-weight: bold;
  color: #6cb3cd;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 auto 9px;
  letter-spacing: 1.7px;
  line-height: 2.7rem;
  width: 90%;
}
.plan_furisode_text {
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 2.3rem;
}
.plan_furisode_inner_title {
  font-size: 4.6rem;
  font-family: 'Noto Serif JP', serif;
  color: #6cb3cd;
  text-align: center;
  border-bottom: 1px solid #b9b9b9;
  margin: 0 auto 17px;
  width: 90%;
}
.plan_furisode_textimgbox {
  position: absolute;
  height: 54px;
  bottom: -27px;
  left: 0;
}
.plan_furisode_textimg {
  height: 54px;
  max-height: 100%;
  display: block;
  width: auto;
}
.plan_furisode_store_flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
  position: relative;
}
.plan_bg_furisode::before {
  position: absolute;
  content: "";
  width: 1000px;
  /* height: 1000px; */
  height: 40px;
  max-width: 100%;
  max-height: 60%;
  background-color: #dfedf2;
  bottom: 0;
  left: 0;
}
.plan_furisode_order_decorate_title {
  margin: 31px auto 15px;
}
.plan_furisode_store_section {
  width: 31%;
  margin: 0 2.9% 20px 0;
  display: flex;
  flex-direction: column;
}
.plan_furisode_store_section:nth-child(3n) {
  margin: 0 0 20px;
}
.plan_furisode_store_text {
  font-size: 1.1rem;
  padding: 6px 0 17px;
}
.plan_furisode .plan_furisode_link_buton {
  max-width: 100%;
  margin: auto 0 0;
}
.plan_furisode_store_button_text {
  letter-spacing: 1.2px;
}
.link_buton.plan_furisode_link_buton::before {
  border-left: 13px solid #dfedf2;
}
.link_buton.plan_furisode_link_buton::after {
  border-right: 13px solid #dfedf2;
}
.plan_furisode_store_button_text {
  padding: 0 8px 0 26px;
}
.plan_furisode_rental_textimgbox {
  width: 80%;
  max-width: 622px;
  display: block;
  margin: 0 auto;
}
.plan_furisode_rental_text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.1rem;
  margin: 26px 0 0;
}
.plan_furisode_rental_imgbox {
  width: 90%;
  max-width: 700px;
  display: block;
  margin: 0 auto 50px;
}
.plan_bg_furisode_hana {
  background-color: #a7d0bc;
}
.plan_furisode_right_imgbox {
  left: unset;
  right: -45px;
}
.plan_furisode_left_textbox {
  margin: 0 auto 0 0;
}
.plan_furisode_right_textimgbox {
  left: unset;
  right: 7px;
}
.plan_furisode_inner_title_hana {
  color: #85bba2;
}
.plan_furisode_color_text_hana {
  color: #85bba2;
}
.plan_bg_furisode_jun {
  background-color: #b8d78e;
}
.plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_jun::before {
  border-right: 10px solid #b8d78e;
  border-bottom: 10px solid #b8d78e;
}
.plan_bg_furisode_jun::before {
  background-color: #e6eed5;
}
.plan_furisode_inner_title_jun {
  color: #8fc04e;
}
.plan_furisode_color_text_jun {
  color: #8fc04e;
}
.link_buton.plan_furisode_jun_link_buton::before {
  border-left: 13px solid #e6eed5;
}
.link_buton.plan_furisode_jun_link_buton::after {
  border-right: 13px solid #e6eed5;
}
.plan_bg_furisode_rei {
  background-color: #fac57d;
  padding: 59px 40px 40px;
}
.plan_inner_section.plan_furisode_inner_cornercut_rei {
  padding: 22px 0 41px;
}
.plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_rei::before {
  border-left: 10px solid #fac57d;
  border-top: 10px solid #fac57d;
}
.plan_bg_furisode_rei::before {
  background-color: #f9e9cf;
  max-height: 43%;
}
.plan_furisode_inner_title_rei {
  color: #f8b152;
}
.plan_furisode_color_text_rei {
  color: #f8b152;
}
.link_buton.plan_furisode_rei_link_buton::before {
  border-left: 13px solid #f9e9cf;
}
.link_buton.plan_furisode_rei_link_buton::after {
  border-right: 13px solid #f9e9cf;
}
.plan_bg_furisode_ai {
  background-color: #ebccd8;
}
.plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_ai::before {
  border-right: 10px solid #ebccd8;
  border-bottom: 10px solid #ebccd8;
}
.plan_bg_furisode_ai::before {
  background-color: #f5ebef;
  max-height: 45%;
}
.plan_furisode_inner_title_ai {
  color: #d4688b;
}
.plan_furisode_color_text_ai {
  color: #d4688b;
}
.link_buton.plan_furisode_ai_link_buton::before {
  border-left: 13px solid #f5ebef;
}
.link_buton.plan_furisode_ai_link_buton::after {
  border-right: 13px solid #f5ebef;
}
.plan_bg_furisode_kira {
  background-color: #c3b2ce;
  margin: 0 0 50px;
}
.plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_kira::before {
  border-left: 10px solid #c3b2ce;
  border-top: 10px solid #c3b2ce;
}
.plan_bg_furisode_kira::before {
  background-color: #e6e1ea;
}
.plan_furisode_inner_title_kira {
  color: #a085b1;
}
.plan_furisode_color_text_kira {
  color: #a085b1;
}
.link_buton.plan_furisode_kira_link_buton::before {
  border-left: 13px solid #e6e1ea;
}
.link_buton.plan_furisode_kira_link_buton::after{
  border-right: 13px solid #e6e1ea;
}
.plan_inner_cornercut.plan_furisode_inner_cornercut_left::before {
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  border-left: 10px solid #a7d0bc;
  border-top: 10px solid #a7d0bc;
}
.plan_inner_cornercut.plan_furisode_inner_cornercut_hana::before {
  border-left: 10px solid #a7d0bc;
  border-top: 10px solid #a7d0bc;
}
.plan_bg_furisode.plan_bg_furisode_hana::before {
  background-color: #e0ece5;
}
.plan_furisode .plan_furisode_bg_rental {
  padding: 28px 0 25px 45px;
  margin: 0 0 25px;
}
.plan_furisode_title {
  font-size: 2.8rem;
  letter-spacing: 5px;
  margin: 0 0 20px;
  padding: 0 0 0 19px;
  border-left: 8px solid #ac854f;
  line-height: 3rem;
}
.plan_furisode_title_english {
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 2.5rem;
  padding: 5px 0 0;
}
.plan_furisode_inner_wrap:first-of-type {
  margin: 0 0 30px;
}
.plan_furisode_rental_title {
  margin: 0 0 45px;
}
.plan_furisode_photo_bg_section {
  padding: 30px 0 35px 45px;
}
.plan_furisode_inner_subtitle {
  font-size: 1.4rem;
}
.plan_furisode_rental_decorate_title {
  margin: 19px auto 15px;
}
.plan_furisode footer {
  margin-top: 100px;
}
.button_furisode_imgbox {
  display: block;
  margin: auto auto 0;
  text-align:center;
}
.button_furisode_price_imgbox {
  margin: 0 auto 65px;
}
.furisode_tokuten{
	margin-left:12%;
	font-size:120%;
	padding:20px 0;
	font-family: 'Noto Serif JP';
}
.furisode_tokuten_txt{
}
.furisode_tokuten_img{
	margin-right:20px;
	width:80px;
}
@media screen and (min-width: 801px) {
  .plan_furisode_store_section:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .plan_furisode_store_section:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width: 800px) {
  .furisode_tokuten_img{
  	margin-right:7px;
  	width:45px;
  }
  .furisode_tokuten{
  	margin-left:5%;
  	font-size:120%;
  	padding:15px 0;
  }
  .plan_furisode .page_ttl-plan .page_title_text_jp {
    background-size: 23px auto;
    padding-top: 38px;
  }
  .plan_furisode .page_ttl_content::before {
    background-image: url(../img/plan/furisode/furisode_title_img_202211_sp.jpg);
  }
  .plan_furisode .inner {
    padding: 0;
  }
  .plan_furisode .page_title_wrap .breadcrumb_wrap {
    padding: 0 15px;
  }
  .plan_bg_furisode {
    padding: 20px 0 0;
  }
  .plan_furisode_store_section {
    width: 48%;
  }
  .plan_furisode_store_section:nth-child(2n) {
    transition-delay: .1s;
  }
  .plan_furisode_imgbox {
    width: 32%;
    top: 0;
    left: 0;
  }
  .plan_furisode_right_imgbox {
    left: unset;
    right: 0;
    text-align: right;
  }
  .plan_furisode_inner_title {
    width: 100%;
    font-size: 2.5rem;
    padding: 0 0 2px;
    margin: 0 0 8px;
  }
  .plan_furisode_textbox {
    width: 68%;
    padding: 0 5px;
  }
  .plan_inner_section.plan_furisode_inner_cornercut {
    padding: 4px 0 20px;
    margin: 0 15px 0 0;
  }
  .plan_inner_cornercut.plan_furisode_inner_cornercut_left {
    margin: 0 0 0 15px;
  }
  .plan_furisode_color_text {
    width: 100%;
    font-size: 1rem;
    margin: 0 0 7px;
    letter-spacing: 1.3px;
    line-height: unset;
  }
  .plan_furisode_text {
    letter-spacing: 0.2px;
    line-height: 1.7rem;
  }
  .plan_furisode_store_flexbox {
    max-width: 650px;
    padding: 20px 15px 5px;
    margin: 35px auto 0;
    background-color: #dfedf2;
  }
  .plan_furisode_order_decorate_title {
    margin: 20px auto 2px;
  }
  .plan_furisode_hana_store_flexbox {
    background-color: #e0ece5;
  }
  .plan_furisode_jun_store_flexbox {
    background-color: #e6eed5;
  }
  .plan_furisode_rei_store_flexbox {
    background-color: #f9e9cf;
  }
  .plan_furisode_ai_store_flexbox {
    background-color: #f5ebef;
  }
  .plan_furisode_kira_store_flexbox {
    background-color: #e6e1ea;
  }
  .plan_furisode_textimgbox {
    height: 18px;
    bottom: -11px;
    left: 16px;
  }
  .plan_furisode_right_textimgbox {
    right: 16px;
    left: unset;
  }
  .plan_furisode_textimg {
    height: 18px;
  }
  .plan_bg_furisode::before {
    content: none;
  }
  .link_buton.plan_furisode_link_buton {
    width: 100%;
    max-width: 100%;
  }
  .link_inner_buton.plan_furisode_link_inner_buton {
    padding: 6px;
  }
  .link_buton.plan_furisode_rin_link_buton::before {
    border-left: 10px solid #dfedf2;
  }
  .link_buton.plan_furisode_rin_link_buton::after {
    border-right: 10px solid #dfedf2;
  }
  .plan_furisode_store_text {
    font-size: 1rem;
    padding: 8px 0 9px;
  }
  .plan_furisode_store_section {
    margin: 0 3% 25px 0;
  }
  .plan_furisode .plan_furisode_store_section:nth-child(2n) {
    margin: 0;
  }
  .plan_furisode .plan_furisode_store_section:nth-child(2n+1) {
    margin: 0 3% 0 0;
  }
  .plan_furisode_store_section:nth-child(3n) {
    margin: 0 3% 0 0;
  }
	.plan_furisode_store_imgbox{
		padding-top:10px;
	}
  .plan_furisode_rental_textimgbox {
    width: 93%;
    max-width: 73%;
  }
  .plan_furisode_rental_text {
    font-size: 1.1rem;
    line-height: unset;
    margin: 12px 0 2px;
  }
  .plan_furisode_rental_imgbox {
    max-width: 73%;
    margin: 0 auto 25px;
  }
  .plan_furisode_inner_subtitle {
    font-size: 1rem;
    margin: 0;
    letter-spacing: 1px;
  }
  .plan_furisode_title {
    max-width: 73%;
    font-size: 1.4rem;
    line-height: 20px;
    margin: 0 auto 11px;
    padding: 0 0 0 8px;
    border-left: 4px solid #ac854f;
    letter-spacing: 3.3px;
  }
  .plan_furisode_title_english {
    font-size: 1rem;
    letter-spacing: 2.5px;
    line-height: 15px;
    padding: 0;
  }
  .plan_furisode .plan_furisode_bg_rental {
    padding: 15px 0 15px 15px;
    margin: 0 0 20px;
  }
  .plan_furisode_photo_bg_section {
    padding: 15px 0 15px 15px;
  }
  .plan_furisode_rental_title {
    margin: 0 auto 34px;
    letter-spacing: 3.3px;
  }
  .plan_furisode .plan_furisode_inner_wrap:first-of-type {
    margin: 0 auto 20px;
  }
  .plan_furisode_inner_wrap:last-of-type {
    margin: 0 auto;
  }
  .plan_furisode_inner_wrap:not(:last-of-type) {
    margin: 0 auto 40px;
  }
  .plan_furisode_inner_wrap {
    margin: 0 auto 40px;
  }
  .plan_furisode .aplan::before,
  .plan_furisode .bplan::before,
  .plan_furisode .cplan::before,
  .plan_furisode .dplan::before {
    max-width: 31%;
  }
  .plan_furisode .link_buton.plan_furisode_hana_link_buton::before {
    border-left: 10px solid #e0ece5;
  }
  .plan_furisode .link_buton.plan_furisode_hana_link_buton::after {
    border-right: 10px solid #e0ece5;
  }
  .plan_furisode .link_buton.plan_furisode_kira_link_buton::before {
    border-left: 10px solid #e6e1ea;
  }
  .plan_furisode .link_buton.plan_furisode_kira_link_buton::after {
    border-right: 10px solid #e6e1ea;
  }
  .plan_furisode .link_buton.plan_furisode_ai_link_buton::before {
    border-left: 10px solid #f5ebef;
  }
  .plan_furisode .link_buton.plan_furisode_ai_link_buton::after {
    border-right: 10px solid #f5ebef;
  }
  .plan_furisode .link_buton.plan_furisode_rei_link_buton::before {
    border-left: 10px solid #f9e9cf;
  }
  .plan_furisode .link_buton.plan_furisode_rei_link_buton::after {
    border-right: 10px solid #f9e9cf;
  }
  .plan_furisode .link_buton.plan_furisode_jun_link_buton::before {
    border-left: 10px solid #e6eed5;
  }
  .plan_furisode .link_buton.plan_furisode_jun_link_buton::after {
    border-right: 10px solid #e6eed5;
  }
  .plan_inner_cornercut.plan_furisode_inner_cornercut_right::before {
    border-top: 5px solid transparent;
    border-right: 5px solid #a6d1e1;
    border-bottom: 5px solid #a6d1e1;
    border-left: 5px solid transparent;
  }
  .plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_jun::before {
    border-right: 5px solid #b8d78e;
    border-bottom: 5px solid #b8d78e;
  }
  .plan_inner_cornercut.plan_furisode_inner_cornercut_hana::before {
    border-left: 5px solid #a7d0bc;
    border-top: 5px solid #a7d0bc;
  }
  .plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_rei::before {
    border-left: 5px solid #fac57d;
    border-top: 5px solid #fac57d;
  }
  .plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_ai::before {
    border-right: 5px solid #ebccd8;
    border-bottom: 5px solid #ebccd8;
  }
  .plan_furisode .plan_inner_cornercut.plan_furisode_inner_cornercut_kira::before {
    border-left: 5px solid #c3b2ce;
    border-top: 5px solid #c3b2ce;
  }
  .plan_furisode_rental_decorate_title {
    margin: 20px auto 2px;
  }
  .plan_bg_furisode_kira {
    margin: 0 0 20px;
  }
  .plan_furisode footer {
    margin-top: 20px;
  }
  .button_furisode_imgbox {
    max-width: 175px;
  }
  .button_furisode_price_imgbox {
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 640px) {
  .plan_furisode_title {
    max-width: 100%;
  }
  .plan_furisode_rental_imgbox {
    max-width: 100%;
  }
  .plan_furisode_rental_textimgbox {
    width: 93%;
    max-width: 100%;
  }
}
.Fullset{
margin: 15px 0px 25px 0px;
}
.yoko{
display:flex;
text-align:center;
font-family: 'Noto Serif JP', serif;
}
.yokosen{
font-size:small;
text-align:center;
height:25px;
width:90px;
background:#ffffff;
}
.yokonosen{
font-size:small;
text-align:center;
height:25px;
width:230px;
background:#ffffff;
font-weight:500;
}
.fullsetnaiyo{
font-family: 'Noto Serif JP', serif;
line-height:110%;
letter-spacing:3px;
text-align:center;
font-size:150%;
padding:30px 0 15px 0;
background: linear-gradient(to bottom, #d9e6e8, #fff 50%);
}
.syurui{
font-size:110%;
width:90px;
padding:10px;
background:#bfbfbf;
display:flex;
color:#303030;
writing-mode:vertical-rl;
align-items:center;
border-right:5px solid #fff;
border-bottom:3px solid #fff;
font-weight:500;
}
.konyu{
font-size:130%;
width:230px;
padding:10px;
background:#ffc7f9;
border-right:5px solid #fff;
border-bottom:3px solid #fff;
font-weight:500;
line-height:1.5;
}
.oda{
font-size:130%;
width:230px;
padding:10px;
background:#c8ffda;
border-right:5px solid #fff;
border-bottom:3px solid #fff;
font-weight:500;
line-height:1.5;
}
.kariru{
font-size:130%;
width:230px;
padding:10px;
background:#e9ffae;
border-bottom:3px solid #fff;
font-weight:500;
line-height:1.5;
}
.setnaiyo{
font-size:110%;
width:90px;
padding:10px;
background:#e9e9e9;
writing-mode:vertical-rl;
display:flex;
writing-mode:vertical-rl;
align-items:center;
border-right:5px solid #fff;
border-bottom:3px solid #fff;
font-weight:500;
}
.setmono{
width:690px;
padding:10px;
background:#fff3e1;
font-weight:500;
}
.settoku{
width:230px;
padding:10px;
background:#fff2fd;
border-right:5px solid #fff;
font-weight:500;
border-bottom:3px solid #fff;
}
.setniko{
width:230px;
padding:10px;
background:#edfff3;
border-right:5px solid #fff;
font-weight:500;
border-bottom:3px solid #fff;
}
.setrasu{
width:230px;
padding:10px;
background:#f9fff1;
font-weight:500;
border-bottom:3px solid #fff;
}
.shitumon{
margin:20px auto 20px auto;
}
.center{
text-align: center;
}
.qatitle{
font-family: 'Noto Serif JP', serif;
line-height: 110%;
letter-spacing: 3px;
font-size: 180%;
padding: 40px 0 40px 0;
border-top: 1px solid rgba(255,0,0,20%);
background: linear-gradient(to bottom, #fadad7, #fff 50%);
}
.qamoji{
margin:0 5%;
}
.q:before{
content:"Q";
font-size:150%;
}
.question{
margin-top:15px;
padding:10px;
color:#8e3430;
background-color:#ffeae9d9;
border:1px dotted rgba(255,0,0,20%)
}
.a:before{
content:"A";
font-size:150%;
}
.answer{
padding:10px;
margin-bottom:8px;
}
.t:before{
content:":";
font-size:120%;
padding:0 8px 0 3px;
}
.qasyosai{
padding:5px;
margin:auto 25% 20px 25%;
background-color: #ffeae9d9;
border:1px dotted rgba(255,0,0,20%);
color: #8e3430;
}
.anchor{
padding-top:70px;
margin-top:-70px;
}
/* 七五三ページ */
/* ============================================ */
.plan_753ceremony .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/753_ceremony/title_icon.svg);
}
.plan_753ceremony .page_ttl_content::before {
  background-image: url(../img/plan/753_ceremony/753_ceremony_title_img.jpg);
}
.plan_bg_753_rental {
  padding: 43px 0 25px 45px;
  margin: 0 0 50px;
}
.plan_inner_wrap .plan_inner_753_photo_cornercut {
  padding: 35px 0 35px;
}
.plan_bg_753_photo {
  margin: 0 0 45px;
}
.plan_753_link_button {
  margin: 0 auto 65px;
}
.plan_753_photo_img {
  top: -46px;
  right: -26px;
  max-width: 41%;
}
.plan_753_photo_money_img {
  margin: 0 0 0 20px;
}
.plan_bg_pink_recommend {
  background-color: #fadad7;
}
.plan_bg_pink_recommend .plan_recom_inner_cornercut {
  border: 1px solid #df847d;
  background-color: #fdf5f2;
}
.plan_bg_pink_recommend .plan_inner_cornercut.plan_recom_inner_cornercut::before {
  border-left: 10px solid #fadad7;
  border-top: 10px solid #fadad7;
}
.plan_bg_pink_recommend .plan_inner_cornercut.plan_recom_inner_cornercut::after {
  border-right: 10px solid #fadad7;
  border-bottom: 10px solid #fadad7;
}
.plan_bg_pink_recommend .plan_recom_textbox::before {
  border-right: 1px solid #df847d;
}
.plan_bg_pink_recommend .plan_rental_inner_content::before {
  border-left: 1px solid #df847d;
}
.plan_bg_pink_recommend .plan_recom_money {
  border-bottom: 2px solid #df847d;
}
.plan_bg_pink_recommend .plan_recom_imgwrap:not(:last-of-type) {
  border-bottom: 1px dashed #df847d;
}
.plan_fullset_flexbox {
  display: flex;
  justify-content: space-between;
}
.plan_fullset_one_section {
  width: 32%;
  margin: 0 auto;
}
.plan_fullset_inner_title {
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 15px 0 0;
}
.plan_fullset_small_explanation {
  padding: 4px 0 0;
}
.plan_fullset_small_explanation .plan_fullset_explanation_item {
  width: 45%;
}
.plan_bg_753_fullset_cornercut {
  padding: 25px 15px 20px;
}
.plan_set_flexbox {
  display: flex;
}
.plan_753ceremony footer {
  margin-top: 65px;
}
.button_753_price_imgbox {
  margin: 0 auto 65px;
}
@media screen and (max-width: 800px) {
  .plan_753ceremony .page_ttl-plan .page_title_text_jp {
    background-size: 22px auto;
  }
  .plan_753ceremony .page_ttl_content::before {
    background-image: url(../img/plan/753_ceremony/753_ceremony_title_img_sp.jpg);
  }
  .plan_bg_pink_recommend .plan_inner_cornercut.plan_recom_inner_cornercut::before {
    border-left: 5px solid #fadad7;
    border-top: 5px solid #fadad7;
  }
  .plan_bg_pink_recommend .plan_inner_cornercut.plan_recom_inner_cornercut::after {
    border-right: 5px solid #fadad7;
    border-bottom: 5px solid #fadad7;
  }
  .plan_bg_753_rental {
    padding: 40px 0 15px 15px;
    margin: 0 0 20px;
  }
  .plan_fullset_flexbox {
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
  }
  .plan_fullset_one_section {
    width: 47%;
  }
  .plan_fullset_one_section:not(:last-of-type) {
    margin: 0 auto 12px;
  }
  .plan_fullset_inner_title {
    font-size: 1.2rem;
    margin: 7px 0 4px auto;
    width: 97%;
  }
  .plan_fullset_textbox {
    max-width: 100%;
    margin: 0 auto 0 4%;
  }
  .plan_fullset_small_explanation .plan_fullset_explanation_item {
    width: 53%;
    padding: 0;
  }
  .plan_fullset_small_explanation {
    padding: 0;
    width: 97%;
    margin: 0 0 0 auto;
  }
  .plan_bg_753_fullset_cornercut {
    padding: 15px 15px 15px;
  }
  .plan_girl_set_title {
    padding: 1.5px 7px;
    font-size: 1rem;
  }
  .plan_boy_set_title {
    padding: 1.5px 7px;
    font-size: 1rem;
  }
  .plan_boy_setbox {
    order: 1;
    width: 62%;
  }
  .plan_girl_setbox {
    order: 2;
    width: 62%;
  }
  .plan_set_list_align_width.plan_set_list_align_width {
    width: 60%;
    max-width: 55px;
  }
  .plan_set_list_contents {
    padding: 0 5px 0 0;
  }
  .plan_inner_wrap .plan_inner_753_photo_cornercut {
    padding: 15px 0 15px;
  }
  .plan_753_photo_money_img {
    margin: 0 0 0 7%;
    width: 43%;
  }
  .plan_753_photo_img {
    top: 8px;
    right: -8px;
    max-width: 49%;
    position: absolute;
  }
  .plan_bg_753_photo {
    padding: 15px 15px;
    margin: 0 0 13px;
  }
  .plan_753_link_button {
    margin: 0 auto 25px;
  }
  .plan_753_fullset_title {
    margin: 5px 0 15px;
  }
  .plan_753ceremony footer {
    margin-top: 20px;
  }
  .button_753_price_imgbox {
    margin: 0 auto 24px;
  }
}

/* レンタル撮影プラン サイドメニュー */

.page-template-plan .side_wrap {
  padding: 0;
}
.sidebar_link_wrp.sidebar_plan {
  padding: 2px;
}
.sidebar_plan .acrive {
  background: #6ca0a4;
  color: #fff;
}
.sidebar_plan .accordion_box_link.acrive::before {
  border-left: solid 5px #fff;
}
.sidebar_plan .accordion_box_link {
  margin-bottom: 2px;
}
.page-template-plan .side_box::before {
  width: calc(100% - 186px);
  height: 5px;
  bottom: 0px;
}
.page-template-plan .side_box::after {
  bottom: 1px;
  right: -1px;
  width: 8px;
  height: 3px;
}

/* 七五三SP版タイトル 個別css */

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

  .plan_753ceremony .page_ttl-plan .page_ttl_text .page_title_text_en {
    top: calc(100% - 4.6rem);

  }

}

/* 証明写真ページ */

.plan_idphoto .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/idphoto/title_icon.svg);
}
.plan_idphoto .page_ttl_content::before {
  background-image: url(../img/plan/idphoto/idphoto_title_img.jpg);
}

.plan_idphoto_section {
    width: 100%;
    border: 1px solid #cccccc;
    margin: 0 0 25px 0;
}

.idphoto_title {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin: 0 0 5px;
    letter-spacing: 2.9px;
}
.idphoto_color{
    color: #df847d;
}
.idphoto_box{
    display:flex;
    width: 100%;
    padding: 25px 2% 0;
    box-sizing: border-box;
}
.idphoto_text_side{
    /*width: 56%;
    min-width: 390px;*/
	margin:auto;
}

p.idphoto_text_a{
    padding: 15px 0;
    margin: 0;
}

.idphoto_text_a{
    font-size: 1.4rem;
    line-height: 1.7;
}

.idphoto_photo_side{
    width: 44%;
    padding: 10px 0 0 15px;
    box-sizing: border-box;
    text-align: center;
}
.idphoto_photo_side img{
    width: 100%;
    max-width: 300px;
}
.idphoto_price_sect{
    display:flex;
    padding: 15px 0;
}

.idphoto_price_text_a{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
    align-self: flex-end;
    margin: 0 6px 0 0;
}
.idphoto_price_text_b{
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Noto Sans','Noto Sans JP', sans-serif;
    color: #ee7864;
    line-height: 1;
    white-space: nowrap;
    align-self: flex-end;
    margin: 0 8px 0 0;
}
.idphoto_price_text_b span{
    font-size: 1.5rem;
    margin: 0 0 0 2px;
}
.idphoto_price_text_c{
    font-size: 1.6rem;
    font-weight: bold;
    align-self: flex-end;
    margin: 0 6px 0 0;
}
.idphoto_price_text_d{
    font-size: 1.2rem;
    align-self: flex-end;
}
.idphoto_price_border_line_top{
    border-top:#cccccc solid 1px;
}

.idphoto_price_border_line_bottom{
    border-bottom: #ccc dashed 1px;
}

.plan_idphoto_wrap{
    padding: 0 0 15px 0;
}

@media screen and (max-width: 950px) {
  .idphoto_box{
      display: block;
      padding: 15px 2% 0;
  }
  .idphoto_text_side{
      width: 100%;
      min-width: inherit;
  }
  .idphoto_photo_side {
      width: 80%;
      margin: auto;
      padding: 0 0 0 0;
  }

  .plan_idphoto_table_wrap .plan_option_section{
      width: 78% !important;
  }
}

@media screen and (max-width: 800px) {
  .plan_idphoto .page_ttl-plan .page_title_text_jp {
    background-size: 25px auto;
    padding-top: 28px;
  }
  .plan_idphoto .page_ttl_content::before {
    background-image: url(../img/plan/idphoto/idphoto_title_img_sp.jpg);
  }
  .idphoto_title {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
}
    .idphoto_text_a{
        font-size: 1.2rem;
        line-height: 1.7;
    }
    .idphoto_price_text_a{
        font-size: 1.2rem;
        margin: 0 6px 0 0;
    }
    .idphoto_price_text_b{
        font-size: 3rem;
        margin: 0 8px 0 0;
    }
    .idphoto_price_text_c{
        font-size: 1.2rem;
        margin: 0 6px 0 0;
    }
    .idphoto_price_text_d{
        font-size: 1.0rem;
    }
    .plan_idphoto_table_wrap .plan_option_section{
        max-width: 300px;
    }
}

/* 231025 */
.plan_contents {
  font-size: 1.7rem;
  color: #303030;
  width: 5em;
}
.plan_money:has(.plan_contents) {
  display: flex;
  justify-content: center;
  margin-bottom: 0.1em;
}
.plan_graduate_hakama .plan_graduate_hakama_rental_inner_wrap:nth-child(2) {
  margin: 0 auto 65px;
}
.hakamaplan.full::before {
  background-image: url(../img/plan/cmn/img_hakama_full.png);
}
.hakamaplan.teacher::before {
  background-image: url(../img/plan/cmn/img_teacher.png);
}
.nisyakuplan::before {
  /* background-image: url(../img/plan/cmn/img_nisyakuplan.png); */
  background-image: url(../img/plan/cmn/img_hakamakimono.png);
}
.plan_imgbox{
  bottom: auto;
  top: -65px;
}
@media screen and (max-width: 800px) {
  .plan_contents {
    font-size: 1rem;
    width: 6em;
  }
}
@media screen and (min-width: 801px) {
  .plan_graduate_hakama .top_section_wrp.nav {
    /* padding-top: 134px; */
  }
}
@charset "UTF-8";

.main_content .inner {
  max-width: 1200px;
  width: calc(100vw - 50px);
  margin-left: auto;
  margin-right: auto;
}
.main_content .inner:not(.plan_bg_section),
.main_content .inner:not(.plan_bg_flow) {
  padding-left: 0;
  padding-right: 0;
}
/* ============================================ */
/* メインビジュアル */
/* ============================================ */
.mainvisual {
  position: relative;
  margin-bottom: 60px;
}
.main_logo {
  position: absolute;
  bottom: -60px;
  right: 65px;
  z-index: 1;
}
.page_ttl-plan .page_title_text_en {
  bottom: 30px;
}
.plan_furisode .slick-dots {
  display: none;
}

@media screen and (max-width: 1030px) {
  .main_logo {
    width: 217px;
    height: 58px;
    right: 0;
    bottom: -20px;
  }
  .page_ttl-plan .page_title_text_en {
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual {
	  margin-bottom: 30px;
    padding-top: 55px !important;
	}
  .slick-slide img {
    aspect-ratio: 25 / 12;
    object-fit: cover;
}
  .page_ttl-plan .page_title_text_en {
    font-size: 10vw;
  }
  .main_content_wrap.--furisode {
    padding-top: 0;
  }
  .sp_bg {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f4f4ef;
  }
  .plan_Tokuten_wrap h2 {
    padding:40px 0 0 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .page_ttl-plan .page_title_text_en {
    bottom: 10px;
  }

}

/* スライダー */
.top_slider {
  max-width: 100%;
  padding: 0;
}
.slider_img {
  width: 100%;
}
.plan_furisode .slick-dots {
  width: 340px;
  bottom: -60px;
  left: 120px;
  padding-left: 65px;
}
.plan_furisode .slick-dots li, .plan_furisode .slick-dots li button, .plan_furisode .slick-dots li button:before{
  width: 50px;
  height: 3px;
}
.plan_furisode .slick-dots li {
  margin: 0 5px 0 0;
}
.plan_furisode .slick-dots li:last-child {
  margin: 0;
}
.plan_furisode .slick-dots li button:before {
  color: #cccccc;
  background: #cccccc;
}
.plan_furisode .slick-dots li.slick-active button:before {
  background: #70a4a8;
}
.plan_furisode .slick-dots li button:before {
  content: '' !important;
}
.plan_furisode .slick-slide {
  height: auto;
}

@media screen and (max-width: 800px) {
  .plan_furisode .slick-dots {
    bottom: -20px;
    left: 0;
    width: 150px;
    padding-left: 0;
  }
  .plan_furisode .slick-dots li, .plan_furisode .slick-dots li button, .plan_furisode .slick-dots li button:before {
    width: 25px;
    height: 2px;
  }
}

/* カウンター */
.top_slider-num {
  padding-left: 50px;
  color: #b1a06a;
  font-family: 'Lovers Quarrel', cursive, 'Noto Serif JP', serif;
  position: relative;
}
.num_inner {
  position: absolute;
  display: flex;
  align-items: center;
  width: 33px;
  top: -30px;
  left: 95px;
  font-weight: bold;
}
.count_naw {
  font-size: 4.5rem;
  padding: 0 0 30px 0;
}
.count_all {
  font-size: 2.5rem;
  padding: 10px 0 0 0;
}

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

  .num_inner {
    top: -35px;
    left: 15px;
  }
  .count_naw {
    font-size: 2rem;
    padding: 0 0 12px 0;
  }
  .count_all {
    font-size: 1.5rem;
    padding: 0;
  }
}


/* ============================================ */
/* ヘッダーコンテンツ */
/* ============================================ */
.plan_furisode .header_content {
  margin: 0 auto 10px;
}
.plan_furisode .header_content::after {
  background: #f4f4ef;
}
@media screen and (min-width: 801px) {
  .plan_furisode .header_content {
    position: relative;
  }
  .wrap {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .plan_furisode .header_content {
    top: 0;
    margin: 0 auto 57px;
  }
}
@media screen and (min-width: 801px) {
  .header_top_wrap {
    width: 100%;
    max-width: 100%;
  }
  .header_top_wrap_inner{
    border-bottom: transparent;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .header_top_wrap_inner::after {
    content: none;
  }
  .change_menu_button {
    display: none;
  }
  .header_top_nav {
    clip-path: polygon(100% 0, 100% 50px, calc(100% - 50px) 100%, 0 100%, 0 0);
    position: relative;
    padding: 20px 0 20px;
    max-width: 100%;
  }
  .top_section_wrp.nav {
    padding: 0;
    background: #f4f4ef;
  }
  .header_top_nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background: #b2b2b2;
    z-index: 2;
    bottom: -1px;
    right: -20px;
    transform: rotate(-42deg);
    transform-origin: bottom left;
  }
}
@media screen and (min-width: 1200px) {
  .top_section_wrp.nav {
    margin-top: -15px;
  }
}
.top_section_wrp.nav {
  margin-top: -15px;
}
.shop_sns_menu a:first-child {
  display: none;
}





/* ============================================ */
/* 店舗情報 */
/* ============================================ */
.shop_sec {
  background: #f4f4ef;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 60px;
}
.shop_sec .plan_title_wrap.shop_title_fix {
  z-index: 0;
  background: transparent;
  margin-top: 0;
}
.shop_sec .plan_title_wrap.shop_title_fix::before {
  background: url(../img/top/shop_logo.png) no-repeat center;
  background-size: 40%;
}
.shop_sec .top_caption {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1rem;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.plan_furisode .shop_wrp {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.plan_furisode .section_shop {
  width: 32%;
}
.plan_furisode .shop_inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*  余白修正部分 */
.plan_furisode .shop_img {
  height: 65%;
}
/*  */
.plan_furisode .shop_img img {
  width: 100%;
}
.plan_furisode .shop_title a {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.plan_furisode .shop_address, .plan_furisode .shop_tel_bold {
  font-size: 1.4rem;
}

.plan_furisode .shop_costume_title {
  display: none;
}
.plan_furisode .shop_costume_taglist {
  display: none;
}
.plan_furisode .shop_info {
  margin-bottom: 0;
}
.plan_furisode .shop_tel {
  margin-top: auto;
}
.shop_sec {
  position: relative;
}
.shop_deco::before,
.shop_deco::after {
  content: '';
  position: absolute;
  background: url(../img/top/top_about_backimg01.png) no-repeat;
  width: 260px;
  height: 260px;
  opacity: 0.7;
}
.shop_deco::before {
  top: 17%;
  left: -3%;
}
.shop_deco::after {
  bottom: 6%;
  right: -5%;
}
@media screen and (min-width: 959px) {
  .plan_furisode .section_shop:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .plan_furisode .section_shop:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width: 958px) {
  .shop_sec {
    padding: 25px 0;
  }
  .shop_sec::before {
    width: 209px;
    height: 170px;
    top: -4%;
    left: 48%;
    background-size: contain;
  }
  .plan_furisode .shop_wrp {
    padding: 0 15px;
  }
  .shop_sec .top_caption {
    padding-bottom: 40px;
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: .5rem;
  }
  .plan_furisode .section_shop {
    width: 48%;
  }
  .plan_furisode .section_shop:nth-child(2n) {
    transition-delay: .1s;
  }
  .plan_furisode .shop_inner {
    width: 100%;
  }
  .shop_wrp .section_shop:nth-child(n+7){
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .plan_furisode .shop_img {
    height: auto;
  }

  .plan_furisode .shop_title a {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
  .plan_furisode .shop_address, .plan_furisode .shop_tel_bold {
    font-size: 1rem;
  }
  .plan_furisode .shop_text_wrap {
    margin-bottom: 0;
  }
  .plan_furisode .shop_tel {
    padding: 2px 0;
  }
}

.plan_furisode_store_flexbox {
  display: none;
}
.plan_inner_wrap {
  padding-bottom: 55px;
}
@media screen and (max-width: 800px) {
  .plan_inner_wrap {
    padding-bottom: 25px;
  }

}
.plan_inner_cornercut.plan_furisode_inner_cornercut_right._fix_green::before {
  border-right: 10px solid #b8d78e;
  border-bottom: 10px solid #b8d78e;
}
.plan_inner_cornercut.plan_furisode_inner_cornercut_left._fix_pink::before {
  border-left: 10px solid #ebccd8;
  border-top: 10px solid #ebccd8;
}

/* 特典スライダー */
.tokuten_slider {
  margin: 5% auto;
  /* margin: 5% calc(50% - 50vw);
  width: 100vw; */
  }
.tokuten_slider li {
  margin: 0 5px;
  }
.tokuten_slider .slick-slide {
  margin: 0 5px;
}
.tokuten_slider .slick-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: auto;
}
.tokuten_slider .slick-dots {
  width: 100%;
  bottom: -30px;
  left: 0;
  padding-left: 0;
}

.yoko {
  justify-content: center;
}


.main_content .Furisode_Tokuten {
  max-width: 1200px;
  padding: 0;
}
.plan_title_wrap {
  padding: 190px 0 60px;
  background: linear-gradient(to bottom, rgb(175 158 106 / 20%), #fff 50%);
  border-top: transparent;
  margin-top: 100px;
}
.plan_title_wrap::before {
  height: 400px;
  width: 95%;
  top: calc(70% - 0px);
  left: calc(50% - 0px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-position: center;
}
.plan_title_wrap.plan_title_flow::before {
  height: 250px;
}
.plan_title {
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .plan_title_wrap {
    padding: 80px 0 30px;
    margin-top: 50px;
  }
  .tokuten_slider {
    margin: 5% calc(50% - 50vw);
    width: 100vw;
    }
  .tokuten_slider .slick-dots {
    bottom: -45px;
  }

}

.plan_furisode_rental_textimgbox,
.plan_furisode_rental_imgbox {
  max-width: 100%;
}
.plan_furisode_photo_bg_section,.plan_title_flow,.qanaiyo {
  margin-top: 5%;
}
.plan_title_wrap.qatitle {
  background: linear-gradient(to bottom, #fadad7 20%, #fff 50%);
}
.plan_title_wrap.qatitle::before  {
  background: url(../img/plan/cmn/text_qa.png)no-repeat center;
  background-size: 60%;
}
.plan_title_wrap.concept_title::before  {
  background: url(../img/plan/cmn/text_concept.png)no-repeat center;
  background-size: 60%;
}
.plan_bg_flow {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .plan_bg_flow {
    margin-bottom: 50px;
  }

}
.campaign.antiquewhite {
  background-color: antiquewhite;
  padding: 30px 10px 0;
}

/* 余白 */
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.w100, .w100>img, .w100>a>img {
  width: 100%;
}
.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 800px) {
  .ptb100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mtb100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mtb60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 801px) {
  .main_content_wrap.--furisode .btn-new {
    font-size: 17px;
  }
}


.shop_btn {
  margin-top: 20px;
}
.plan_furisode .btn-new.sp_w90 {
  width: 90%;
}
.button_concept {
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .button_concept {
    padding-top: 30px;
  }

}


/* フッター追加 */
@media screen and (max-width: 800px) {
  .plan_furisode footer {
    margin-top: 0;
  }
}
