@charset "UTF-8";
/**** 共通カラー ****/
body {
  background-color: #fef3d8;
  margin: 0;
}

.w500 {
  max-width: 500px;
  margin: auto;
  padding: 15px 0 0 0;
  background-image: url("../image/bg.png");
  background-position: top right;
  background-size: contain;
  box-shadow: 0px 0px 10px -5px #707070;
}

section {
  padding: 0 28px;
  position: relative;
}

small {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.fixed_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0.3;
  z-index: -1;
}
.fixed_bg .flowerlb-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
}
.fixed_bg .flowerrt-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
}

.main-visual .logo {
  max-width: 80px;
  margin-bottom: 40px;
}
.main-visual .campaign-tittle {
  margin-bottom: 26px;
}
.main-visual .campaign-text {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  text-align: center;
  color: #6d2600;
  line-height: 1.8;
}
.main-visual .campaign-text p {
  position: relative;
  margin-bottom: 8px;
}
.main-visual .campaign-text p::after {
  content: "";
  position: absolute;
  background: url("../image/border.png") repeat-x;
  background-size: contain;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.main-visual .campaign-text:last-child {
  margin-bottom: 32px;
}
.main-visual .campaign-text .tokkyo {
  font-size: 1.2rem;
  display: block;
  text-align: left;
}
.main-visual .campaign-text .picup-text {
  color: #fef3d8;
  font-weight: bold;
  position: relative;
}
.main-visual .campaign-text .picup-text::before {
  content: "";
  position: absolute;
  background: #6d2600;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-1px) skewX(-13deg);
}
.main-visual .campaign-text .picup-text::after {
  bottom: -4px;
}
.main-visual .campaign-text .picup-text span {
  position: relative;
  z-index: 2;
}
.main-visual .campaign-text .picup-text span:first-child {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin-right: 8px;
}
.main-visual .campaign-text .picup-text span:last-child {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}

.price-section {
  padding-bottom: 63px;
}
.price-section .price_text {
  margin-bottom: 24px;
}

.planning-section {
  background: #fdeab9;
}
.planning-section::before {
  content: "";
  position: absolute;
  background: url("../image/planning-top.png") no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding-top: 7%;
  transform: translateY(-100%);
  z-index: 2;
}
.planning-section h2 {
  margin: 36px 0;
  line-height: 2;
}
.planning-section h2 sub {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  text-align: center;
  font-weight: bold;
  color: #e08024;
  margin-bottom: 8px;
  display: block;
  line-height: 1.2;
}
.planning-section h2 img {
  margin-top: 16px;
}

.flow-section {
  background: #fef3d8;
  overflow-x: visible;
  padding-top: 15%;
  padding-bottom: 76px;
}
.flow-section h2 {
  line-height: 2.2;
  margin-bottom: 30px;
  position: relative;
}
.flow-section h2 span {
  display: block;
  background: #e08024;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: bold;
  color: #fef3d8;
  text-align: center;
  border-radius: 15px;
  position: relative;
  z-index: 4;
}
.flow-section h2.slideUp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  background: url("../image/couple.png") no-repeat;
  background-size: contain;
  width: 51%;
  padding-top: 31%;
  transform: translateY(-88%);
  z-index: 3;
  animation: slideUpAnime 0.4s forwards;
}
@keyframes slideUpAnime {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(-88%);
  }
}
.flow-section h2::after {
  content: "";
  position: absolute;
  bottom: -27%;
  right: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #e08024 transparent;
  transform: rotate(78deg);
}
.flow-section::after {
  content: "";
  position: absolute;
  background: url("../image/planning-bottom.png") no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding-top: 7%;
  z-index: 2;
}
.flow-section .flow-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.flow-section .flow-flex .flow-text {
  width: 50%;
  padding: 0 6%;
}
.flow-section .flow-flex .flow-text .number {
  font-size: 42px;
  line-height: 1.8;
  color: #6d2600;
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 576px) {
  .flow-section .flow-flex .flow-text .number {
    font-size: 32px;
  }
}
.flow-section .flow-flex .flow-text .number::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  top: 50%;
  transform: translateY(-45%);
}
.flow-section .flow-flex .flow-text .number span {
  position: relative;
  z-index: 2;
}
.flow-section .flow-flex .flow-text .one::before {
  background: url(../image/yellow.png) no-repeat;
  background-size: contain;
  background-position: right 0px top -6px;
}
.flow-section .flow-flex .flow-text .two::before {
  background: url("../image/green.png") no-repeat;
  background-size: contain;
  background-position: right 0px top -6px;
}
.flow-section .flow-flex .flow-text .three::before {
  background: url("../image/red.png") no-repeat;
  background-size: contain;
  background-position: right 0px top -6px;
}
.flow-section .flow-flex .flow-text .four::before {
  background: url("../image/yellow.png") no-repeat;
  background-size: contain;
  background-position: right 0px top -6px;
}
.flow-section .flow-flex .flow-text .five::before {
  background: url("../image/green.png") no-repeat;
  background-size: contain;
  background-position: right 0px top -6px;
}
.flow-section .flow-flex .flow-text p:last-child {
  color: #6d2600;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  line-height: 1.5;
}
.flow-section .flow-flex .flow-image {
  width: 50%;
}
.flow-section .reverse {
  flex-direction: row-reverse;
}

.campaign-content {
  background: #fdeab9;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.campaign-content h3 {
  background: #e08024;
  color: #fef3d8;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 2;
  border-radius: 15px;
  margin-bottom: 26px;
}
.campaign-content dl dt {
  background: #fef3d8;
  color: #6d2600;
  font-size: 16px;
  border-radius: 15px;
  margin-bottom: 12px;
  line-height: 3;
}
@media screen and (max-width: 576px) {
  .campaign-content dl dt {
    font-size: 14px;
  }
}
.campaign-content dl dd {
  color: #6d2600;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .campaign-content dl dd {
    font-size: 14px;
  }
}
.campaign-content p {
  text-align: left;
  font-size: 12px;
  color: #6d2600;
  line-height: 1.6;
}

.form-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fef3d8;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.form-section .tab_btn_list {
  display: flex;
}
.form-section .tab_btn_list .tab_btn {
  width: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  line-height: 2;
  border-radius: 15px 15px 0 0;
  font-size: 22px;
  color: #6d2600;
  background: #fdeab9;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .form-section .tab_btn_list .tab_btn {
    font-size: 18px;
  }
}
.form-section .tab_btn_list .tab_btn:hover {
  background: #fabf3d;
}
.form-section .tab_btn_list .tab_btn.active {
  background: #e08024;
  color: #fef3d8;
}
.form-section .tab_panel {
  display: none;
  padding: 30px 0 0;
}
.form-section .tab_panel h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #6d2600;
  margin-bottom: 21px;
}
.form-section .tab_panel .form-group {
  text-align: left;
}
.form-section .active {
  display: block;
}
.form-section .form-text_t {
  font-size: 16px;
  color: #6d2600;
  margin-bottom: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .form-section .form-text_t {
    margin-top: 90px;
  }
}
.form-section .example_up-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdeab9;
  border-radius: 10px;
  padding: 6%;
}
.form-section .example_up-file .up-image {
  width: 45%;
}
.form-section .example_up-file .example-text {
  width: 45%;
}
@media screen and (max-width: 576px) {
  .form-section .example_up-file .example-text {
    font-size: 14px;
  }
}
.form-section .privacy_policy-wrap {
  background: #fdeab9;
  border-radius: 10px;
  padding: 15px 0;
  margin-bottom: 0;
}
.form-section .privacy_policy-wrap .checkbox-flex p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.form-section .privacy_policy-wrap .checkbox-flex input {
  width: 30px;
  height: 30px;
  background: #fff;
}
.form-section .privacy_policy-wrap .checkbox-flex .privacy_policy_text {
  margin-bottom: 0;
  margin-left: 8px;
}
.form-section .privacy_policy-wrap .checkbox-flex a {
  color: #6d2600;
  border-bottom: solid 1px #6d2600;
}
.form-section .privacy_policy-wrap label {
  margin-bottom: 0;
}
.form-section .border-top {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #fbd47a;
  border-bottom: none;
}
.form-section .border-none {
  border: none;
}
.form-section .last-form {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wpcf7 input[type=file] {
  background: #fef3d8;
}

.note_text {
  display: block;
}

.contact-title {
  color: #6d2600;
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  padding-bottom: 40px;
}

.contact-confirm .form-group {
  padding-bottom: 0;
}
.contact-confirm .text_box {
  padding-bottom: 20px;
}
.contact-confirm .submit_btn input {
  margin-top: 10px;
}
.contact-confirm .submit_btn .wpcf7-previous {
  background-color: #fdeab9;
  color: #6d2600;
}
.contact-confirm .privacy_policy-wrap {
  padding: 15px 0 0;
}

.contact-thanks {
  min-height: 80vh;
}
.contact-thanks .top_btn {
  text-align: center;
}
.contact-thanks .top_btn a {
  width: 288px;
  margin: 0 auto;
  font-size: 16px;
  color: #fef3d8;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #e08024;
  transition: 0.3s;
}

.thanks_message {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #6d2600;
}

.previous input {
  width: 288px;
  font-size: 16px;
  color: #fef3d8;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #e08024;
  transition: 0.3s;
}

.footer {
  background: #6d2600;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  color: #fef3d8;
}

.policy-section {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #6d2600;
  background-color: #fef3d8;
  line-height: 1.5;
}
.policy-section .policy-intro {
  margin-bottom: 60px;
}
.policy-section dl {
  margin-bottom: 60px;
}
.policy-section dl dt {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  border-left: solid 3px #e08024;
}
.policy-section dl dd {
  font-weight: normal;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.policy-section dl dd .flex-wrap {
  margin-bottom: 20px;
  display: flex;
  color: #6d2600;
}
.policy-section dl dd span {
  padding-right: 10px;
  color: #e08024;
}
.policy-section dl dd .list_wrap {
  margin-top: 20px;
}
.policy-section dl dd .list_wrap.indent01 {
  margin-left: 1em;
}
.policy-section dl dd .list_wrap li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}
.policy-section dl dd .list_wrap li .number {
  color: #e08024;
  font-weight: bold;
}
.policy-section dl dd .list_wrap li .text {
  color: #6d2600;
}
.policy-section dl dd .indent02 {
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
  color: #6d2600;
}
.policy-section .top_btn {
  text-align: center;
}
.policy-section .top_btn a {
  width: 288px;
  margin: 0 auto;
  font-size: 16px;
  color: #fef3d8;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #e08024;
  transition: 0.3s;
}

.fixed_btn {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 0;
}
.fixed_btn a {
  display: block;
  padding: 23px 82px 23px 20px;
  background-color: #e08024;
  color: #fdeab9;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  border-radius: 10px 0 0 10px;
  transition: all 0.3s;
  position: relative;
}
.fixed_btn a .image_area {
  display: inline-block;
  width: 77px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.fixed_btn a:hover {
  padding: 23px 92px 23px 20px;
  background-color: #b1c66a;
  opacity: 1;
}
.fixed_btn a:hover .image_area {
  width: 82px;
  right: 5px;
}

.red_text {
  color: #e20101;
  font-weight: bold;
}

.small_text {
  font-size: 1.2rem;
}/*# sourceMappingURL=page.css.map */