@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#contents .con_main_title .box_main_title:after, .con_weddingfair .box_content .wrp_slider .box_btn:after, .con_weddingplan .box_content .wrp_slider .box_btn:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'antro_vectraregular';
  src: url("../fonts/antro_vectra-webfont.woff2") format("woff2"), url("../fonts/antro_vectra-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'darts_fontregular';
  src: url("../fonts/dartsfont.woff2") format("woff2"), url("../fonts/dartsfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 116%;
}
.ie body {
  font-size: 112%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 108%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "メイリオ", "Meiryo";
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1199px !important;
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .view_pc-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  background: #333 url("../images/common/bg_btn.jpg") repeat-x center center;
  text-align: center;
  color: #fff;
  font-size: 87%;
  position: relative;
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .btn {
    max-width: 100%;
  }
}
.btn a {
  border: 1px solid #333;
  color: #fff;
  display: block;
  padding: 5% 2%;
}
@media only screen and (min-width: 768px) {
  .btn a {
    padding: 20px;
  }
}
@media print {
  .btn a {
    padding: 20px;
  }
}
.ie8 .btn a {
  padding: 20px;
}
.btn:after {
  content: "";
  background: url("../images/common/ic_btn.png") no-repeat center center;
  width: 15px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn:hover a {
  background: #fff;
  color: #333;
}
.btn:hover:after {
  background: url("../images/common/ic_btn_hover.png") no-repeat center center;
  right: 15px;
}

.btn_back {
  background: #333 url("../images/common/bg_btn.jpg") repeat-x center center;
  text-align: center;
  color: #fff;
  font-size: 87%;
  position: relative;
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .btn_back {
    max-width: 100%;
  }
}
.btn_back a {
  border: 1px solid #333;
  color: #fff;
  display: block;
  padding: 5% 2%;
}
@media only screen and (min-width: 768px) {
  .btn_back a {
    padding: 20px;
  }
}
@media print {
  .btn_back a {
    padding: 20px;
  }
}
.ie8 .btn_back a {
  padding: 20px;
}
.btn_back:before {
  content: "";
  background: url("../images/common/ic_btn_back.png") no-repeat center center;
  width: 15px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn_back:hover a {
  background: #fff;
  color: #333;
}
.btn_back:hover:before {
  background: url("../images/common/ic_btn_back_hover.png") no-repeat center center;
  left: 15px;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    padding: 3% 0 0 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    width: 30%;
    max-width: 218px;
  }
}

.right_bar {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 75px;
  height: 100vh;
}
.right_bar .menuopen {
  padding: 30px 20px;
  width: 100%;
  height: 100vh;
}
.right_bar .menuopen .btn_menu a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.right_bar .menuopen .btn_menu a .btn_inner {
  display: inline-block;
  width: 100%;
  min-height: 44px;
}
.right_bar .menuopen .btn_menu a .ic {
  display: block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  margin-bottom: 5px;
}
.right_bar .menuopen .btn_menu a .ic > span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.right_bar .menuopen .btn_menu a .ic > span:nth-of-type(1) {
  top: 0;
}
body.open_menu .right_bar .menuopen .btn_menu a .ic > span:nth-of-type(1) {
  -webkit-transform: translate(0, 3px) rotate(-45deg);
  transform: translate(0, 3px) rotate(-45deg);
}
.right_bar .menuopen .btn_menu a .ic > span:nth-of-type(2) {
  top: 9px;
}
body.open_menu .right_bar .menuopen .btn_menu a .ic > span:nth-of-type(2) {
  opacity: 0;
}
.right_bar .menuopen .btn_menu a .ic > span:nth-of-type(3) {
  bottom: 0;
}
body.open_menu .right_bar .menuopen .btn_menu a .ic > span:nth-of-type(3) {
  -webkit-transform: translate(0, -15px) rotate(45deg);
  transform: translate(0, -15px) rotate(45deg);
}
.right_bar .menuopen .btn_menu a .txt {
  font-size: 67%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .right_bar .menuopen .btn_menu a .txt {
    font-size: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .right_bar .menuopen .btn_menu a .txt {
    font-size: 67%;
  }
}
body.open_menu .right_bar .menuopen .btn_menu a .txt.txt_menu {
  display: none;
}
.right_bar .menuopen .btn_menu a .txt.txt_close {
  display: none;
}
body.open_menu .right_bar .menuopen .btn_menu a .txt.txt_close {
  display: block;
}
.right_bar .menuopen .box_social {
  position: relative;
  text-align: center;
  top: 35vh;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.right_bar .menuopen .box_social p {
  color: #fff;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 20px;
  font-size: 67%;
}
.right_bar .menuopen .box_social ul li {
  margin-bottom: 20px;
}
.right_bar .menuopen .box_social ul li:last-child {
  margin-bottom: 0;
}
.right_bar .box_lnk {
  padding: 10px;
  background: #292b2f;
  color: #fff;
  position: absolute;
  bottom: 50px;
  right: 0;
  min-width: 150px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .right_bar .box_lnk ul {
    margin-bottom: 10px;
  }
}
@media print {
  .right_bar .box_lnk ul {
    margin-bottom: 10px;
  }
}
.ie8 .right_bar .box_lnk ul {
  margin-bottom: 10px;
}
.right_bar .box_lnk ul li {
  display: block;
  text-align: center;
}
.right_bar .box_lnk ul li a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .right_bar .box_lnk ul li.lnk_rese {
    margin-bottom: 1px;
  }
}
@media print {
  .right_bar .box_lnk ul li.lnk_rese {
    margin-bottom: 1px;
  }
}
.ie8 .right_bar .box_lnk ul li.lnk_rese {
  margin-bottom: 1px;
}
.right_bar .box_lnk ul li.lnk_rese a {
  background: #84c217;
  color: #fff;
  font-size: 100%;
}
@media only screen and (min-width: 768px) {
  .right_bar .box_lnk ul li.lnk_rese a {
    padding: 20px 0;
  }
}
@media print {
  .right_bar .box_lnk ul li.lnk_rese a {
    padding: 20px 0;
  }
}
.ie8 .right_bar .box_lnk ul li.lnk_rese a {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .right_bar .box_lnk ul li.lnk_requ {
    margin-bottom: 8px;
  }
}
@media print {
  .right_bar .box_lnk ul li.lnk_requ {
    margin-bottom: 8px;
  }
}
.ie8 .right_bar .box_lnk ul li.lnk_requ {
  margin-bottom: 8px;
}
.right_bar .box_lnk ul li.lnk_requ a {
  background: #fff;
  color: #323232;
  font-size: 100%;
}
@media only screen and (min-width: 768px) {
  .right_bar .box_lnk ul li.lnk_requ a {
    padding: 20px 0;
  }
}
@media print {
  .right_bar .box_lnk ul li.lnk_requ a {
    padding: 20px 0;
  }
}
.ie8 .right_bar .box_lnk ul li.lnk_requ a {
  padding: 20px 0;
}
.right_bar .box_lnk ul li.lnk_fair a {
  border: 1px solid #696969;
  color: #fff;
  font-size: 74%;
}
@media only screen and (min-width: 768px) {
  .right_bar .box_lnk ul li.lnk_fair a {
    padding: 12px 0;
  }
}
@media print {
  .right_bar .box_lnk ul li.lnk_fair a {
    padding: 12px 0;
  }
}
.ie8 .right_bar .box_lnk ul li.lnk_fair a {
  padding: 12px 0;
}
.right_bar .box_lnk .box_phone {
  letter-spacing: 1px;
}
.right_bar .box_lnk .box_phone .number {
  font-size: 100%;
}
.right_bar .box_lnk .box_phone .note {
  font-size: 74%;
}
.right_bar:hover {
  cursor: pointer;
}

.fix_active {
  overflow: hidden;
}
.fix_active .right_bar .box_lnk {
  display: none;
}

.gnav_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 75px;
  background: #fff;
  padding: 4% 0 2%;
  border-top: 1px solid #ebebeb;
}
.gnav_sp ul {
  display: block;
  overflow: hidden;
}
.gnav_sp ul li {
  width: 20%;
  text-align: center;
  float: left;
  font-size: 80%;
}
.gnav_sp ul li a {
  display: block;
}
.gnav_sp ul li span {
  display: block;
  margin-bottom: 10%;
}
.gnav_sp ul li img {
  width: 40%;
  max-width: 40px;
}

.fixmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .fixmenu {
    overflow-x: scroll;
  }
}
.fixmenu .wrp_fixmenu {
  display: table;
  width: 100%;
}
.fixmenu .wrp_fixmenu .box_intro, .fixmenu .wrp_fixmenu .box_menu {
  display: table-cell;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_intro, .fixmenu .wrp_fixmenu .box_menu {
    width: 100%;
  }
}
.fixmenu .wrp_fixmenu .box_intro {
  background: url("../images/common/bg_intro_menu.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.fixmenu .wrp_fixmenu .box_intro .container h3 {
  font-family: "antro_vectraregular";
  font-size: 420%;
  line-height: 1.3;
  margin-bottom: 2%;
}
.fixmenu .wrp_fixmenu .box_intro .container h4 {
  font-family: "darts_fontregular";
  font-size: 147%;
  margin-bottom: 5%;
  letter-spacing: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_intro .container h4 {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_intro .container h4 {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_intro .container h4 {
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_intro .container h4 {
    letter-spacing: 6px;
  }
}
.fixmenu .wrp_fixmenu .box_intro .container h4 span {
  color: #d46994;
}
.fixmenu .wrp_fixmenu .box_intro .container p {
  text-align: left;
  font-size: 80%;
  line-height: 2;
  letter-spacing: 1px;
}
.fixmenu .wrp_fixmenu .box_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.fixmenu .wrp_fixmenu .box_menu .container {
  min-width: 250px;
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container {
    min-width: 80%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close {
  width: 12%;
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 80%;
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close a {
  padding-top: 15%;
  display: block;
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .ic {
  display: block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  margin: 0 auto 5px;
  width: 80%;
  max-width: 45px;
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .ic > span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .ic > span:nth-of-type(1) {
  top: 0;
}
body.open_menu .fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .ic > span:nth-of-type(1) {
  -webkit-transform: translate(0, 3px) rotate(-45deg);
  transform: translate(0, 3px) rotate(-45deg);
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .ic > span:nth-of-type(2) {
  bottom: 0;
}
body.open_menu .fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .ic > span:nth-of-type(2) {
  -webkit-transform: translate(0, -15px) rotate(45deg);
  transform: translate(0, -15px) rotate(45deg);
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .txt {
  font-size: 67%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .txt {
    font-size: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .txt {
    font-size: 67%;
  }
}
body.open_menu .fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .txt.txt_menu {
  display: none;
}
.fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .txt.txt_close {
  display: none;
}
body.open_menu .fixmenu .wrp_fixmenu .box_menu .container .btn_menu_close .txt.txt_close {
  display: block;
}
.fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu {
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu {
    margin-bottom: 11%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu li {
  font-size: 114%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu li {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu li {
    font-size: 87%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu li {
    margin-bottom: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.lnk_menu li {
    margin-bottom: 5%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu {
    margin-bottom: 13%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li {
    margin-bottom: 5%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li a {
  display: block;
  font-size: 100%;
  border-radius: 70px;
  padding: 4% 0;
}
@media only screen and (min-width: 768px) {
  .fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li a {
    border-radius: 30px;
    padding: 16px 0;
  }
}
@media print {
  .fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li a {
    border-radius: 30px;
    padding: 16px 0;
  }
}
.ie8 .fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li a {
  border-radius: 30px;
  padding: 16px 0;
}
.fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li.btn_rese a {
  background: #84c217;
  color: #fff;
}
.fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li.btn_requ a {
  color: #84c217;
  border: 1px solid #84c217;
}
.fixmenu .wrp_fixmenu .box_menu .container ul.btn_menu li.lnk_fair a {
  color: #323232;
  border: 1px solid #c0c0c0;
}
.fixmenu .wrp_fixmenu .box_menu .container .box_social {
  text-align: center;
  margin-bottom: 5%;
}
.fixmenu .wrp_fixmenu .box_menu .container .box_social ul {
  width: 30%;
  display: inline-block;
}
.fixmenu .wrp_fixmenu .box_menu .container .box_social ul li {
  float: left;
  margin: 0 14%;
  width: 22%;
  max-width: 38px;
}
.fixmenu .wrp_fixmenu .box_menu .container .box_contact .title {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container .box_contact .title {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container .box_contact .title {
    font-size: 87%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container .box_contact .number {
  font-size: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container .box_contact .number {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container .box_contact .number {
    font-size: 140%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container .box_contact .note {
  font-size: 87%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container .box_contact .note {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container .box_contact .note {
    font-size: 74%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container .txt {
  font-size: 87%;
  border-top: 1px solid #dadada;
  padding-top: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fixmenu .wrp_fixmenu .box_menu .container .txt {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container .txt {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container .txt {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu .box_menu .container .txt {
    margin-top: 3%;
  }
}
.fixmenu .wrp_fixmenu .box_menu .container .txt a {
  text-decoration: underline;
}
.fixmenu .wrp_fixmenu .box_menu .container .txt a:hover {
  color: #84c217;
}
@media only screen and (max-width: 767px) {
  .fixmenu .wrp_fixmenu {
    padding: 9% 0;
  }
}
@media only screen and (min-width: 768px) {
  .fixmenu .wrp_fixmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
@media print {
  .fixmenu .wrp_fixmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.ie8 .fixmenu .wrp_fixmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.fixmenu .container {
  display: inline-block;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  margin-bottom: 10%;
  font-size: 100% !important;
  width: calc(100% - 75px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #contents {
    width: 100%;
  }
}
#contents .con_main_title {
  position: relative;
}
#contents .con_main_title .box_main_title {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 150px 110px 100px;
  height: 40vh;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_main_title .box_main_title {
    padding: 13% 8% 10%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .box_main_title {
    padding: 25% 5% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_main_title .box_main_title {
    height: 25vh;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .box_main_title {
    height: 25vh;
  }
}
#contents .con_main_title .box_main_title .box_head .tit {
  font-family: "antro_vectraregular";
  font-size: 387%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #787878;
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_main_title .box_main_title .box_head .tit {
    font-size: 387%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .box_main_title .box_head .tit {
    font-size: 207%;
  }
}
#contents .con_main_title .box_main_title .box_head .sst {
  font-family: "darts_fontregular";
  font-size: 114%;
  font-weight: bold;
  margin: -1.7em 0 0 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_main_title .box_main_title .box_head .sst {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .box_main_title .box_head .sst {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) {
  #contents .con_main_title .box_main_title .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
@media print {
  #contents .con_main_title .box_main_title .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
.ie8 #contents .con_main_title .box_main_title .box_head .sst {
  letter-spacing: 2px;
  margin: -1.5em 0 0 320px;
}
@media only screen and (min-width: 1200px) {
  #contents .con_main_title .box_main_title .box_head .sst {
    margin-top: 13px;
  }
}
@media print {
  #contents .con_main_title .box_main_title .box_head .sst {
    margin-top: 13px;
  }
}
.ie8 #contents .con_main_title .box_main_title .box_head .sst {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .box_main_title .box_head {
    text-align: center;
  }
}
#contents .con_main_title .box_main_title .box_head span {
  display: block;
}
#contents .con_main_title .box_main_title .box_head .tit {
  -webkit-transform: none;
          transform: none;
}
@media only screen and (min-width: 1200px) {
  #contents .con_main_title .box_main_title .box_head .sst {
    margin: -1em 0 0 300px;
  }
}
@media print {
  #contents .con_main_title .box_main_title .box_head .sst {
    margin: -1em 0 0 300px;
  }
}
.ie8 #contents .con_main_title .box_main_title .box_head .sst {
  margin: -1em 0 0 300px;
}
#contents .con_main_title .box_main_title .pnav {
  position: absolute;
  right: 6.01751%;
  bottom: 30px;
}
#contents .con_main_title .box_main_title .pnav li {
  display: inline-block;
  color: #858585;
  font-size: 74%;
}
#contents .con_main_title .box_main_title .pnav li a {
  text-decoration: underline;
  color: #000;
}
#contents .con_main_title .box_main_title .pnav li a:hover {
  color: #84c217;
}
#contents .con_main_title .box_main_title .pnav li:before {
  content: ">";
  display: inline-block;
  padding: 0 1em;
}
#contents .con_main_title .box_main_title .pnav li:first-child:before {
  display: none;
}
#contents .con_main_title .main_photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60vh;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_main_title .main_photo {
    height: 65vh;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .main_photo {
    height: calc(100vh - 45%);
  }
}
@media only screen and (min-width: 768px) {
  #contents .con_main_title .main_photo {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media print {
  #contents .con_main_title .main_photo {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.ie8 #contents .con_main_title .main_photo {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_main_title .main_photo {
    background-position: 20% center;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title .main_photo {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  text-align: center;
  background: url("../images/footer/bg_footer-sp.jpg") repeat center top;
  padding: 1em 0;
}
#footer .inner .container .box_head {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  #footer .inner .container .box_head {
    margin-bottom: 25px;
  }
}
@media print {
  #footer .inner .container .box_head {
    margin-bottom: 25px;
  }
}
.ie8 #footer .inner .container .box_head {
  margin-bottom: 25px;
}
#footer .inner .container .box_head h3 {
  font-family: "antro_vectraregular";
  font-size: 587%;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #787878;
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .inner .container .box_head h3 {
    font-size: 587%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_head h3 {
    font-size: 254%;
  }
}
#footer .inner .container .box_head p {
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_head p {
    font-size: 87%;
  }
}
#footer .inner .container .box_content {
  letter-spacing: 0.1em;
}
#footer .inner .container .box_content .img_couple {
  width: 175px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_content .img_couple {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_content .img_couple {
    margin: 0 auto 0.5em;
  }
}
#footer .inner .container .box_content .img_couple img {
  width: 100%;
  display: block;
}
#footer .inner .container .box_content h4 {
  font-size: 127%;
  font-weight: normal;
  letter-spacing: 8px;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .inner .container .box_content h4 {
    font-size: 127%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_content h4 {
    font-size: 87%;
  }
}
@media only screen and (min-width: 768px) {
  #footer .inner .container .box_content h4 {
    margin-bottom: 30px;
  }
}
@media print {
  #footer .inner .container .box_content h4 {
    margin-bottom: 30px;
  }
}
.ie8 #footer .inner .container .box_content h4 {
  margin-bottom: 30px;
}
#footer .inner .container .box_content .box_lnk {
  border-bottom: 1px solid #a9a9a9;
  padding: 0 2em 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  #footer .inner .container .box_content .box_lnk {
    padding: 0 0 25px;
    margin-bottom: 35px;
  }
}
@media print {
  #footer .inner .container .box_content .box_lnk {
    padding: 0 0 25px;
    margin-bottom: 35px;
  }
}
.ie8 #footer .inner .container .box_content .box_lnk {
  padding: 0 0 25px;
  margin-bottom: 35px;
}
#footer .inner .container .box_content .box_lnk ul {
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer .inner .container .box_content .box_lnk ul {
    display: inline-block;
  }
}
@media print {
  #footer .inner .container .box_content .box_lnk ul {
    display: inline-block;
  }
}
.ie8 #footer .inner .container .box_content .box_lnk ul {
  display: inline-block;
}
#footer .inner .container .box_content .box_lnk ul li {
  display: block;
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 768px) {
  #footer .inner .container .box_content .box_lnk ul li {
    margin-bottom: 0;
    float: left;
    min-width: 190px;
    margin-right: 10px;
  }
}
@media print {
  #footer .inner .container .box_content .box_lnk ul li {
    margin-bottom: 0;
    float: left;
    min-width: 190px;
    margin-right: 10px;
  }
}
.ie8 #footer .inner .container .box_content .box_lnk ul li {
  margin-bottom: 0;
  float: left;
  min-width: 190px;
  margin-right: 10px;
}
#footer .inner .container .box_content .box_lnk ul li a {
  display: block;
  border: 1px solid #84c217;
  font-size: 100%;
  border-radius: 50px;
  padding: 0.7em 0;
}
@media only screen and (min-width: 768px) {
  #footer .inner .container .box_content .box_lnk ul li a {
    padding: 16px 0;
    border-radius: 30px;
  }
  .touch #footer .inner .container .box_content .box_lnk ul li a {
    -webkit-tap-highlight-color: transparent;
  }
  .touch #footer .inner .container .box_content .box_lnk ul li a.touchend {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
@media print {
  #footer .inner .container .box_content .box_lnk ul li a {
    padding: 16px 0;
    border-radius: 30px;
  }
  .touch #footer .inner .container .box_content .box_lnk ul li a {
    -webkit-tap-highlight-color: transparent;
  }
  .touch #footer .inner .container .box_content .box_lnk ul li a.touchend {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
.ie8 #footer .inner .container .box_content .box_lnk ul li a {
  padding: 16px 0;
  border-radius: 30px;
}
.touch .ie8 #footer .inner .container .box_content .box_lnk ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .ie8 #footer .inner .container .box_content .box_lnk ul li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .inner .container .box_content .box_lnk ul li.btn_rese a {
  background: #84c217;
  color: #fff;
}
#footer .inner .container .box_content .box_lnk ul li.btn_requ a {
  color: #84c217;
}
#footer .inner .container .box_content .box_lnk ul li.btn_fair {
  margin-right: 0;
}
#footer .inner .container .box_content .box_lnk ul li.btn_fair a {
  color: #323232;
  border: 1px solid #a9a9a9;
}
#footer .inner .container .box_content .box_contact {
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 1.7em;
}
@media only screen and (min-width: 768px) {
  #footer .inner .container .box_content .box_contact {
    margin-bottom: 35px;
  }
}
@media print {
  #footer .inner .container .box_content .box_contact {
    margin-bottom: 35px;
  }
}
.ie8 #footer .inner .container .box_content .box_contact {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_content .box_contact .title {
    font-size: 80%;
  }
}
#footer .inner .container .box_content .box_contact .number {
  font-size: 160%;
  letter-spacing: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .inner .container .box_content .box_contact .number {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_content .box_contact .number {
    font-size: 127%;
  }
}
#footer .inner .container .box_content .box_contact .note {
  font-size: 87%;
  letter-spacing: 2px;
}
#footer .inner .container .box_content .box_contact .box_add {
  font-size: 87%;
  margin-top: 30px;
  padding-bottom: 1.5em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .inner .container .box_content .box_contact .box_add {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_content .box_contact .box_add {
    font-size: 74%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container .box_content .box_contact .box_add {
    margin-top: 3%;
  }
}
#footer .inner .container .box_content .box_contact .box_add a {
  text-decoration: underline;
}
#footer .inner .container .box_content .box_ana .txt {
  font-size: 80%;
}
#footer .inner .container .box_content .box_ana .txt span {
  display: block;
  padding: 2em 0 2.5em;
  font-weight: bold;
}
#footer .inner .container .box_content .box_ana .txt em a {
  text-decoration: underline;
}
#footer .inner .container .box_content .box_ana .txt em a:hover {
  color: #84c217;
}
#footer .inner .container #copyright {
  margin-top: 5em;
  font-size: 74%;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .inner .container #copyright {
    font-size: 74%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container #copyright {
    font-size: 67%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .container #copyright {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  #footer .inner .container {
    max-width: 630px;
  }
}
@media print {
  #footer .inner .container {
    max-width: 630px;
  }
}
.ie8 #footer .inner .container {
  max-width: 630px;
}
@media only screen and (max-width: 767px) {
  #footer .inner {
    width: 94%;
    margin: 0 auto;
    background: #fff;
    padding: 3em 0 0.5em;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #footer {
    background: url("../images/footer/bg_footer.jpg") no-repeat center;
    min-height: 1250px;
    padding: 235px 0 0;
  }
}
@media print {
  #footer {
    background: url("../images/footer/bg_footer.jpg") no-repeat center;
    min-height: 1250px;
    padding: 235px 0 0;
  }
}
.ie8 #footer {
  background: url("../images/footer/bg_footer.jpg") no-repeat center;
  min-height: 1250px;
  padding: 235px 0 0;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_weddingfair & con_weddingplan
----------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
  .con_weddingfair {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair {
    background: #f9f9f9;
    padding: 3em 0 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_weddingfair .box_content .wrp_slider {
    background: url("../images/home/bg_line.jpg") repeat-x center bottom;
  }
}
@media print {
  .con_weddingfair .box_content .wrp_slider {
    background: url("../images/home/bg_line.jpg") repeat-x center bottom;
  }
}
.ie8 .con_weddingfair .box_content .wrp_slider {
  background: url("../images/home/bg_line.jpg") repeat-x center bottom;
}

.con_weddingfair .container, .con_weddingplan .container {
  max-width: 1650px;
}
.con_weddingfair .box_head, .con_weddingplan .box_head {
  padding: 0 0.3em;
  margin-bottom: 3em;
}
.con_weddingfair .box_head .tit, .con_weddingplan .box_head .tit {
  font-family: "antro_vectraregular";
  font-size: 387%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #787878;
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_weddingfair .box_head .tit, .con_weddingplan .box_head .tit {
    font-size: 387%;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_head .tit, .con_weddingplan .box_head .tit {
    font-size: 207%;
  }
}
.con_weddingfair .box_head .sst, .con_weddingplan .box_head .sst {
  font-family: "darts_fontregular";
  font-size: 114%;
  font-weight: bold;
  margin: -1.7em 0 0 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_weddingfair .box_head .sst, .con_weddingplan .box_head .sst {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_head .sst, .con_weddingplan .box_head .sst {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .con_weddingfair .box_head .sst, .con_weddingplan .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
@media print {
  .con_weddingfair .box_head .sst, .con_weddingplan .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
.ie8 .con_weddingfair .box_head .sst, .ie8 .con_weddingplan .box_head .sst {
  letter-spacing: 2px;
  margin: -1.5em 0 0 320px;
}
@media only screen and (min-width: 1200px) {
  .con_weddingfair .box_head .sst, .con_weddingplan .box_head .sst {
    margin-top: 13px;
  }
}
@media print {
  .con_weddingfair .box_head .sst, .con_weddingplan .box_head .sst {
    margin-top: 13px;
  }
}
.ie8 .con_weddingfair .box_head .sst, .ie8 .con_weddingplan .box_head .sst {
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .con_weddingfair .box_head, .con_weddingplan .box_head {
    padding: 0 20px;
    margin-bottom: 55px;
  }
}
@media print {
  .con_weddingfair .box_head, .con_weddingplan .box_head {
    padding: 0 20px;
    margin-bottom: 55px;
  }
}
.ie8 .con_weddingfair .box_head, .ie8 .con_weddingplan .box_head {
  padding: 0 20px;
  margin-bottom: 55px;
}
.con_weddingfair .box_content, .con_weddingplan .box_content {
  padding: 0 3.35196%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_weddingfair .box_content, .con_weddingplan .box_content {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content, .con_weddingplan .box_content {
    padding: 0;
  }
}
.con_weddingfair .box_content .wrp_slider, .con_weddingplan .box_content .wrp_slider {
  position: relative;
  padding-bottom: 90px;
}
.con_weddingfair .box_content .wrp_slider .slick-slider, .con_weddingplan .box_content .wrp_slider .slick-slider {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-list, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-list {
    margin-bottom: 30px;
  }
}
@media print {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-list, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-list {
    margin-bottom: 30px;
  }
}
.ie8 .con_weddingfair .box_content .wrp_slider .slick-slider .slick-list, .ie8 .con_weddingplan .box_content .wrp_slider .slick-slider .slick-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-list, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-list {
    padding-bottom: 0.5em !important;
  }
}
@media only screen and (min-width: 768px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide {
    border-right: 1px dotted #c6c6c6;
    padding: 0 15px 10px;
  }
}
@media print {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide {
    border-right: 1px dotted #c6c6c6;
    padding: 0 15px 10px;
  }
}
.ie8 .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide, .ie8 .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide {
  border-right: 1px dotted #c6c6c6;
  padding: 0 15px 10px;
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide {
    margin: 0 0.6em;
    padding-bottom: 0.5em;
    overflow: hidden;
    height: 80vw;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 5px #ccc;
    box-shadow: 0px 3px 5px #ccc;
  }
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide a, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide a {
  display: block;
  position: relative;
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding: 1.3em;
  font-size: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date {
    font-size: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date {
    padding: 20px 15px 15px;
  }
}
@media print {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date {
    padding: 20px 15px 15px;
  }
}
.ie8 .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date, .ie8 .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date {
  padding: 20px 15px 15px;
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date.blue, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date.blue {
  background-color: rgba(0, 52, 115, 0.7);
  background: rgba(0, 52, 115, 0.7);
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date.red, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date.red {
  background-color: rgba(212, 20, 90, 0.7);
  background: rgba(212, 20, 90, 0.7);
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date.black, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date.black {
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .box_date .date, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .box_date .date {
  font-size: 200%;
  line-height: 1.2;
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .wrp_img, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .wrp_img {
  max-height: 250px;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .wrp_img, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .wrp_img {
    max-height: 35vh;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .wrp_img, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .wrp_img {
    margin-bottom: 1%;
  }
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide .wrp_img img, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide .wrp_img img {
  width: 100%;
  display: block;
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide h4, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide h4 {
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide h4, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide h4 {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-slide h4, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-slide h4 {
    font-size: 87%;
  }
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots {
  text-align: center;
  margin-top: 0;
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots {
    margin-top: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots {
    display: block;
  }
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots li, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots li {
  display: inline-block;
  margin: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots li, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots li {
    margin: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots li, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots li {
    margin: 1%;
  }
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots li button, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots li button {
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  border: none;
  color: #bbb;
  outline: none;
  cursor: pointer;
  width: 15px;
  height: 0;
  padding: 15px 0 0 0;
  text-indent: -9999px;
}
.con_weddingfair .box_content .wrp_slider .slick-slider .slick-dots li.slick-active button, .con_weddingplan .box_content .wrp_slider .slick-slider .slick-dots li.slick-active button {
  background-color: #333;
  color: #333;
}
.con_weddingfair .box_content .wrp_slider .weddingplan_sl .slick-slide, .con_weddingplan .box_content .wrp_slider .weddingplan_sl .slick-slide {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_weddingfair .box_content .wrp_slider .weddingplan_sl .slick-slide .desc, .con_weddingplan .box_content .wrp_slider .weddingplan_sl .slick-slide .desc {
    padding: 0 1em;
    display: block;
    font-size: 87%;
  }
}
.con_weddingfair .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span, .con_weddingplan .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span {
  display: block;
  letter-spacing: 3px;
}
.con_weddingfair .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en, .con_weddingplan .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .con_weddingfair .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en, .con_weddingplan .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en {
    margin-bottom: 15px;
  }
}
@media print {
  .con_weddingfair .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en, .con_weddingplan .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en {
    margin-bottom: 15px;
  }
}
.ie8 .con_weddingfair .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en, .ie8 .con_weddingplan .box_content .wrp_slider .weddingplan_sl .slick-slide .desc span.en {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .con_weddingfair .box_content .wrp_slider .box_btn .btn, .con_weddingplan .box_content .wrp_slider .box_btn .btn {
    float: right;
  }
}
@media print {
  .con_weddingfair .box_content .wrp_slider .box_btn .btn, .con_weddingplan .box_content .wrp_slider .box_btn .btn {
    float: right;
  }
}
.ie8 .con_weddingfair .box_content .wrp_slider .box_btn .btn, .ie8 .con_weddingplan .box_content .wrp_slider .box_btn .btn {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .con_weddingfair .box_content .wrp_slider .box_btn, .con_weddingplan .box_content .wrp_slider .box_btn {
    margin-top: 5%;
  }
  .con_weddingfair .box_content .wrp_slider .box_btn .btn, .con_weddingplan .box_content .wrp_slider .box_btn .btn {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_weddingfair, .con_weddingplan {
    width: 100%;
  }
  .con_weddingfair .box_content .wrp_slider .weddingplan_sl, .con_weddingfair .box_content .wrp_slider .weddingfair_sl, .con_weddingplan .box_content .wrp_slider .weddingplan_sl, .con_weddingplan .box_content .wrp_slider .weddingfair_sl {
    margin-left: -1.5em;
  }
}
