@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300);
.head_box .nav_contact {
  border: 1px solid #eed8ca;
}
.head_box .nav_contact li:first-child {
  border-right: 1px solid #eed8ca;
}
.head_box .nav_contact li a {
  color: #2f2c2c;
}
.head_box .nav_link li a,
.head_box .nav_link li .link,
.head_box .nav_link li .sns_link {
  background: #eed8ca;
  color: #2f2c2c;
}
@media screen and (max-width: 600px) {
  .head_box .nav_link li .toggle_sns li a {
    background: #e6bba9;
  }
}

.togglemenu .menu .infobox .sns li {
  background: #e6bba9;
}
.togglemenu .menu .formbox ul li {
  border: 1px solid #e6bba9;
}
.togglemenu .menu .formbox ul li a .txt .mainttl {
  color: #e6bba9;
}

footer .contectbox {
  background: #e9f1f3;
}
footer .chapel .addbox .contact {
  border: 1px solid #e6bba9;
}
footer .chapel .addbox .contact a {
  color: #2f2c2c;
}
footer .chapel .addbox .contact_sp .tel {
  background: #e6bba9;
}
footer .chapel .addbox .contact_sp .tel a {
  color: #2f2c2c;
}
footer .copy {
  background: #eed8ca;
}
footer .copy.white {
  color: #2f2c2c;
}
footer .copy.white a {
  color: #2f2c2c;
}
footer .copy_link li {
  border-right: 1px solid #2f2c2c;
}
footer .copy_link li a {
  color: #2f2c2c;
}
footer .copy_txt {
  color: #2f2c2c;
}

.fair_link .list .txt {
  color: #2f2c2c;
}
.fair_list ul li dl dt {
  color: #e6bba9;
}
.fair_list ul li .detail_linkbox .link li.yoyaku {
  background: #eed8ca;
}
.fair_list ul li .detail_linkbox .link li.yoyaku a {
  color: #2f2c2c;
}
.fair_list ul li .detail_linkbox .link li.yoyaku a:after {
  background: url(../img/com/b_arrow.png) no-repeat center center;
  background-size: cover;
  width: 5px;
  height: 10px;
}

.faircal .calbox_pager {
  color: #7fb9c7;
}
.faircal .calbox_pager .prev a,
.faircal .calbox_pager .next a {
  color: #7fb9c7;
}
.faircal .calbox_list table td a {
  background: #f8f6ee;
}

.topics_list .list li .day {
  color: #e6bba9;
}

.ceremony_bg,
.banquet_bg,
.memory_bg {
  background: #f8f6ee;
}

.snsbox li {
  background: #e6bba9;
}

.schedule dl dt {
  color: #e6bba9;
}

.bottom_btn input,
.bottom_btn .submit.a_right input {
  background-color: #e6bba9;
}

.cal_date {
  color: #e6bba9;
}

#EV_Calendar .calendar_link_top,
#EV_Calendar .calendar_link_top a,
#EV_Calendar .calbox_pager,
#EV_Calendar .calbox_pager .prev a,
#EV_Calendar .calbox_pager .next a,
.calbox .calendar_link_top,
.calbox .calendar_link_top a,
.calbox .calbox_pager,
.calbox .calbox_pager .prev a,
.calbox .calbox_pager .next a {
  color: #7fb9c7;
}
#EV_Calendar .Calendar_box .day,
#EV_Calendar .calbox_list table td a,
.calbox .Calendar_box .day,
.calbox .calbox_list table td a {
  background: #f8f6ee;
}

.fair_content span:before {
  background: url("../img/white/heart.svg") no-repeat 0 center;
}

.calendar span:before {
  background: url("../img/white/cal.svg") no-repeat 0 center;
}

.form .step {
  background-color: #f8f6ee;
}
@media screen and (min-width: 761px) {
  .form .step li:nth-child(1) {
    background-image: url("../img/white/step1.png");
  }
  .form .step li:nth-child(1).here {
    background-image: url("../img/white/step1_on.png");
  }
  .form .step li:nth-child(2) {
    background-image: url("../img/white/step2.png");
  }
  .form .step li:nth-child(2).here {
    background-image: url("../img/white/step2_on.png");
  }
  .form .step li:nth-child(3) {
    background-image: url("../img/white/step3.png");
  }
  .form .step li:nth-child(3).here {
    background-image: url("../img/white/step3_on.png");
  }
}
@media screen and (max-width: 760px) {
  .form .step li:nth-child(1) {
    background-image: url("../img/white/step1_sp.png");
  }
  .form .step li:nth-child(1).here {
    background-image: url("../img/white/step1_on_sp.png");
  }
  .form .step li:nth-child(2) {
    background-image: url("../img/white/step2_sp.png");
  }
  .form .step li:nth-child(2).here {
    background-image: url("../img/white/step2_on_sp.png");
  }
  .form .step li:nth-child(3) {
    background-image: url("../img/white/step3_sp.png");
  }
  .form .step li:nth-child(3).here {
    background-image: url("../img/white/step3_on_sp.png");
  }
}/*# sourceMappingURL=white.css.map */