@charset "UTF-8";
@media (min-width: 1151px) and (max-width: 1151px) {
  #menu_button {
    display: inline-block !important;
  }
}

#header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_logo {
  position: static;
  margin: 0;
  transform: none;
}

#copyright {
  height: auto;
  padding: 15px 10px;
  line-height: 1.4;
}

.index_free_space {
  width: 100%;
  padding: 0;
  margin: 0;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 751px) {
  .row:not(:last-child) {
    margin-bottom: 5%;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 750px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

figure {
  text-align: center;
}

figure + h3, figure + h4 {
  margin-top: .8em;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (min-width: 751px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 751px) and (min-width: 1001px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.button a,
#footer_button a {
  background: #0C629D;
  border-radius: 50px;
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .sec_basic:last-child {
  margin-bottom: 0;
}

.post_content .highlight {
  padding: 40px 25px;
  background-color: #f2f2f2;
}

@media (max-width: 750px) {
  .post_content .highlight {
    padding: 20px 15px;
  }
}

.post_content .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .title_h2 {
  color: #0C629D;
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 20px;
    margin-bottom: .8em;
  }
}

@media (min-width: 751px) {
  .post_content .title_h2.small {
    font-size: 36px;
  }
}

.post_content .title_h2.color_02 {
  color: #F76895;
}

.post_content .title_h2.color_03 {
  color: #CF5521;
}

.post_content .title_h3 {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #0C629D;
  padding: 0;
  padding-left: .5em;
  margin: 0;
  margin-bottom: .8em;
}

@media (max-width: 750px) {
  .post_content .title_h3 {
    font-size: 18px;
  }
}

.post_content .title_h3.color_02 {
  border-color: #F76895;
}

.post_content .title_h3.color_03 {
  border-color: #CF5521;
}

.post_content .title_h3.no_line {
  border: 0;
  padding: 0;
}

@media (max-width: 750px) {
  .post_content .title_h3.no_line {
    text-align: center;
  }
}

.post_content .title_h4 {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  padding-left: 1em;
  margin: 0;
  margin-bottom: .6em;
}

@media (max-width: 750px) {
  .post_content .title_h4 {
    font-size: 16px;
  }
}

.post_content .title_h4::after {
  content: "";
  position: absolute;
  display: block;
  background: #0C629D;
  width: 7px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.post_content .title_h4.color_02::after {
  background: #F76895;
}

.post_content .title_h4.color_03::after {
  background: #CF5521;
}

.post_content .button {
  text-align: center;
}

.post_content .button a {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #0C629D;
  background: #0C629D;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.post_content .button a:hover {
  background: #3589C3;
  color: #ffffff;
  border-color: #3589C3;
}

@media (max-width: 1151px) {
  .post_content .button a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.post_content .button.color_02 a {
  background: #F76895;
  border-color: #F76895;
}

.post_content .button.color_02 a:hover {
  background: #FF97B8;
  border-color: #FF97B8;
}

.post_content .button.color_03 a {
  background: #CF5521;
  border-color: #CF5521;
}

.post_content .button.color_03 a:hover {
  background: #EB6D37;
  border-color: #EB6D37;
}

.post_content .table_default {
  width: 100%;
}

.post_content .table_default th, .post_content .table_default td {
  vertical-align: middle;
}

.post_content .table_default th {
  background: rgba(12, 98, 157, 0.08);
}

.post_content .table_default td {
  background: none;
}

@media (max-width: 750px) {
  .post_content .table_default th, .post_content .table_default td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.post_content .table_menu {
  width: 100%;
}

.post_content .table_menu th, .post_content .table_menu td {
  background: transparent;
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.post_content .table_menu th:last-child, .post_content .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .post_content .table_menu th, .post_content .table_menu td {
    display: block;
  }
  .post_content .table_menu th:not(:first-child), .post_content .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

.post_content .s_table {
  white-space: normal;
  margin-bottom: 0;
}

.post_content .list_check {
  list-style: none;
  margin-left: 10px;
}

.post_content .list_check li {
  position: relative;
  padding-left: 25px;
}

.post_content .list_check li::before, .post_content .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.post_content .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.post_content .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

.post_content .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post_content .map_container + p {
  margin-top: 1em;
}

.post_content .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 750px) {
  .post_content .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.post_content .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 750px) {
  .post_content .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.post_content .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.post_content .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.post_content .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.post_content .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#header_social_link {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#header_social_link li {
  margin: 0;
}

#header_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#header_social_link li a::before {
  position: static;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

#header_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#header_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

#header_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#header_social_link li.youtube a {
  width: auto;
}

#header_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#header_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#header_social_link li.hpb a::before {
  content: '';
  width: 90px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 1151px) {
  #header_social_link {
    display: none;
  }
}

#footer_social_link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#footer_social_link::after {
  display: none;
}

#footer_social_link li {
  display: block;
  margin: 0;
}

#footer_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_social_link li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

#footer_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#footer_social_link li.youtube a {
  width: auto;
}

#footer_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_social_link li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 750px) {
  #footer_social_link {
    gap: 20px;
  }
  #footer_social_link li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_social_link li.hpb a::before {
    width: 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

/* ================================
utility
================================ */
body, .post_content {
  color: #222222;
}

@media (min-width: 751px) {
  body p, .post_content p {
    font-size: 16px;
    line-height: 2;
  }
}

p + .button {
  margin-top: 2em;
}

@media (max-width: 750px) {
  p + .button {
    margin-top: 1em;
  }
}

.button a {
  border-radius: 50px;
}

/* ================================
header
================================ */
#header_logo .mobile_logo_image {
  max-height: 50px;
  width: auto;
}

#global_menu > ul > li > a {
  font-size: 16px;
}

/* ================================
TOP
================================ */
.index_free_space .container {
  width: calc(100% - 20px);
}

#contents_builder {
  padding-block-end: 0;
  overflow: hidden;
}

#main_col {
  width: 100%;
}

#side_col {
  display: none;
}

/* ================================
メインビジュアル
================================ */
#index_slider .caption {
  padding-inline: 5px;
}

@media (max-width: 750px) {
  #index_slider .caption {
    transform: none;
    top: auto;
    bottom: 6%;
  }
}

#index_slider .caption .desc {
  line-height: 1.6;
}

/* ================================
2点バナー index_sec_01
================================ */
.bnr_link_parts {
  position: relative;
  display: block;
  text-decoration: none;
  max-width: 960px;
  margin-inline: auto;
  transition: .3s;
}

@media (max-width: 750px) {
  .bnr_link_parts {
    max-width: 750px;
  }
}

.bnr_link_parts:hover {
  opacity: .7;
}

.bnr_link_parts.color_03::after {
  background: #E6C794;
}

.bnr_link_parts::after {
  content: "";
  position: absolute;
  display: block;
  background: #FEA3C0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 24px;
  height: 24px;
  bottom: 8%;
  right: 2%;
}

@media (max-width: 1200px) {
  .bnr_link_parts::after {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 750px) {
  .bnr_link_parts::after {
    width: 10px;
    height: 10px;
  }
}

.bnr_link_parts .text_wrap {
  position: absolute;
  width: 40%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding-right: .5em;
}

@media (max-width: 1200px) {
  .bnr_link_parts .text_wrap {
    width: 44%;
  }
}

@media (max-width: 750px) {
  .bnr_link_parts .text_wrap {
    width: 57%;
  }
}

.bnr_link_parts .text_wrap .title_h2 {
  text-align: left;
  color: #fff;
  line-height: 1.6;
  margin-bottom: .6em;
  font-size: min(2.4vw, 36px);
}

@media (max-width: 1200px) {
  .bnr_link_parts .text_wrap .title_h2 {
    line-height: 1.4;
    margin-bottom: .2em;
  }
}

@media (max-width: 750px) {
  .bnr_link_parts .text_wrap .title_h2 {
    margin-bottom: .5em;
    font-size: 20px;
  }
}

.bnr_link_parts .text_wrap p {
  line-height: 1.6;
}

.bnr_link_parts .text_wrap p span {
  display: inline-block;
}

.index_sec_01 .container {
  width: 1920px;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 751px) {
  .sec_basic .bnr_link_parts::after {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 751px) {
  .sec_basic .bnr_link_parts .text_wrap {
    width: 44%;
  }
}

@media (min-width: 751px) {
  .sec_basic .bnr_link_parts .text_wrap .title_h2 {
    font-size: min(2.2vw, 20px);
  }
}

@media (min-width: 751px) {
  .sec_basic .bnr_link_parts .text_wrap p {
    font-size: min(1.8vw, 16px);
  }
}

/* ================================
デザインコンテンツ1 index_design_content1
================================ */
.index_design_content1 {
  position: relative;
  z-index: 0;
  padding-block: 121px 124px;
}

@media (max-width: 750px) {
  .index_design_content1 {
    padding-block: 40px;
  }
}

.index_design_content1::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.webp) no-repeat center/cover;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_design_content1 .image_list {
  margin-bottom: 6%;
}

.index_design_content1 .catch {
  margin-bottom: .7em;
}

.index_design_content1 .desc {
  line-height: 2.2;
  margin-bottom: 2em;
}

@media (max-width: 750px) {
  .index_design_content1 .desc {
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1em;
  }
}

/* ================================
candyrose / maison de mariee WAKON index_sec_02
================================ */
.index_sec_02 .container {
  width: 1920px;
  max-width: 100%;
  padding: 0;
}

.index_sec_02 .content_row {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  background: #FEE5EC;
  align-items: center;
}

.index_sec_02 .content_row::before {
  content: "";
  position: absolute;
  display: block;
  background: #FFF1F5;
  width: 229px;
  max-width: 16vw;
  aspect-ratio: 229 / 320;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 750px) {
  .index_sec_02 .content_row::before {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }
}

.index_sec_02 .content_row.color_03 {
  background: #F9EFE0;
}

.index_sec_02 .content_row.color_03::before {
  background: #FFFBF5;
}

@media (min-width: 751px) {
  .index_sec_02 .content_row.reverse::before {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row.reverse .img_wrap .img_01 {
    text-align: right;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row.reverse .img_wrap .img_02 {
    right: auto;
    left: 2%;
    bottom: auto;
    top: 15%;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row.reverse .text_wrap {
    margin-inline: auto 0;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .img_wrap .img_01 {
    text-align: left;
  }
}

.index_sec_02 .content_row .img_wrap .img_02 {
  position: absolute;
  right: 2%;
  bottom: 15%;
  max-width: 19vw;
  z-index: -1;
}

@media (max-width: 1700px) {
  .index_sec_02 .content_row .img_wrap .img_02 {
    opacity: .2;
  }
}

@media (max-width: 750px) {
  .index_sec_02 .content_row .img_wrap .img_02 {
    max-width: 30vw;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .text_wrap {
    max-width: 554px;
    padding: 50px 20px;
  }
}

@media (max-width: 750px) {
  .index_sec_02 .content_row .text_wrap {
    padding: 30px 15px;
  }
}

/* ================================
Instagram index_sec_03
================================ */
.index_sec_03 {
  background: rgba(12, 98, 157, 0.1);
  padding-block: 128px;
}

@media (max-width: 750px) {
  .index_sec_03 {
    padding-block: 40px;
  }
}

@media (min-width: 751px) {
  .index_sec_03 .title_h2 {
    margin-bottom: 1.3em;
  }
}

.index_sec_03 .title_h3 {
  background: #fff;
  text-align: center;
  margin-bottom: .2em;
  padding: .46em;
  border: 0;
}

@media (min-width: 751px) {
  .index_sec_03 .title_h3 {
    font-size: 22px;
  }
}

.index_sec_03 .title_h3.color_02 {
  color: #F76895;
}

.index_sec_03 .title_h3.color_03 {
  color: #CF5521;
}

.index_sec_03 .content_wrap {
  max-width: 488px;
  margin-inline: auto;
}

/* ================================
Greeting index_sec_04
================================ */
.index_sec_04 {
  background: url(/wp-content/uploads/bg_img002.webp) no-repeat center/cover;
  padding-block: 138px 215px;
}

@media (max-width: 750px) {
  .index_sec_04 {
    padding-block: 40px;
  }
}

.index_sec_04 .container {
  max-width: 1200px;
}

.index_sec_04 .img_wrap {
  max-width: 634px;
  margin-inline: auto 0;
}

@media (min-width: 1001px) {
  .index_sec_04 .img_wrap {
    margin-top: -105px;
  }
}

@media (max-width: 750px) {
  .index_sec_04 .img_wrap {
    margin-inline: auto;
  }
}

.index_sec_04 .img_wrap .img_01 {
  position: relative;
  z-index: 1;
  max-width: 43%;
  margin-inline: auto 15%;
  margin-bottom: -19%;
}

@media (min-width: 751px) {
  .index_sec_04 .text_wrap {
    max-width: 486px;
  }
}

@media (min-width: 751px) {
  .index_sec_04 .text_wrap .title_h3 {
    margin-bottom: 1.5em;
  }
}

/* ================================
コンテンツ一覧２ index_news
================================ */
.index_news {
  padding-block: 80px;
}

@media (max-width: 750px) {
  .index_news {
    padding-block: 40px;
  }
}

.index_news .headline {
  margin-block: 0 1em;
}

@media (max-width: 750px) {
  .index_news .headline {
    margin-bottom: .8em;
  }
}

.index_news .item a {
  background: #E7F0F6;
  border-color: #fff;
}

.index_news .item a .date {
  line-height: inherit;
}

@media (min-width: 751px) {
  .index_news .item a .date {
    font-size: 16px;
  }
}

@media (min-width: 751px) {
  .index_news .item a .title {
    font-size: 16px;
  }
}

.index_news .button {
  margin-top: 2.5em;
}

@media (max-width: 750px) {
  .index_news .button {
    margin-top: 1.5em;
  }
}

/* ================================
footer
================================ */
#return_top a {
  border-block: 1px solid #0C629D;
}

#return_top a::before {
  color: #0C629D;
}

#footer_banner .item:nth-child(2) .title {
  background: #F76895;
}

#footer_banner .item:nth-child(3) .title {
  background: #CF5521;
}

#footer_top {
  padding-inline: 10px;
}

#footer_menu {
  border-color: #0C629D;
}

#footer_menu li {
  border: 0;
  display: inline-block;
}

@media (min-width: 751px) {
  #footer_menu li a {
    font-size: 16px;
  }
}

/* ================================
下層
================================ */
.slug-candyrose {
  background: rgba(247, 104, 149, 0.05);
}

.slug-candyrose .highlight {
  background: rgba(247, 104, 149, 0.08);
}

.slug-candyrose .table_default th {
  background: rgba(247, 104, 149, 0.08);
}

.slug-candyrose .step .step_num p {
  color: #F76895;
  line-height: 1;
}

.slug-candyrose .step .step_num p span {
  color: #F76895;
}

.slug-wakon {
  background: rgba(207, 85, 33, 0.05);
}

.slug-wakon .highlight {
  background: rgba(207, 85, 33, 0.08);
}

.slug-wakon .table_default th {
  background: rgba(207, 85, 33, 0.08);
}

.slug-wakon .step .step_num p {
  color: #CF5521;
  line-height: 1;
}

.slug-wakon .step .step_num p span {
  color: #CF5521;
}

/*--------------------------------
  アコーディオン
--------------------------------*/
.accordion h3 {
  cursor: pointer;
  position: relative;
}

.accordion h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center;
  transition: .2s;
}

@media (max-width: 767px) {
  .accordion h3:before {
    width: 8px;
    height: 8px;
  }
}

.accordion h3.open:before {
  transform: translateY(-50%) rotate(225deg);
}

.accordion h3.question {
  border: none;
  padding: .8em 3em .8em .8em;
}

@media (min-width: 768px) {
  .accordion h3.question {
    font-size: 22px;
  }
}

.accordion .content_wrap {
  display: none;
}

@media (min-width: 768px) {
  .accordion .row {
    display: flex;
    flex-wrap: wrap;
  }
  .accordion .row .col {
    flex: auto;
    max-width: calc((100% - 40px) / 3);
  }
}

/*--------------------------------
  stepパーツ
--------------------------------*/
.step .row {
  align-items: center;
}

.step .row:not(:last-child) {
  position: relative;
  margin-bottom: 60px;
}

.step .row:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -35px;
  border-right: 3px solid #222222;
  border-bottom: 3px solid #222222;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
  transition: .2s;
}

@media (max-width: 767px) {
  .step h3 {
    text-align: center;
  }
}

.step .step_num p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.step .step_num p span {
  display: block !important;
  font-size: 40px;
}

/*# sourceMappingURL=custom.css.map */
