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

 file name  : banquet_common.css
 author     : Ability Consultant
 style info : 宴会場共通
=================================================================== */
.con_topics_detail03, #bn_plan {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_topics_detail03, #bn_plan {
    width: 95%;
  }
}

.con_topics_detail03:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 53px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-top: 2em;
  }
}
.con_intro .box_top {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top {
    margin-bottom: 1em;
  }
}
.con_intro .box_top .st_title {
  margin-bottom: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top .st_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .st_title {
    margin-bottom: 1em;
  }
}
.con_intro .box_top .st_title span.jp {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 201%;
  color: #4e4848;
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .st_title span.jp {
    font-weight: normal;
  }
}
.con_intro .box_top .txt_lg {
  font-size: 139%;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_top .txt_lg {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt_lg {
    margin-bottom: 1em;
  }
}
.con_intro .box_top .txt_x {
  margin-bottom: 38px;
  line-height: 23/14em;
  letter-spacing: .08em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top .txt_x {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_top table {
    max-width: 380px;
    margin: auto;
  }
}
@media print {
  .con_intro .box_top table {
    max-width: 380px;
    margin: auto;
  }
}
.ie8 .con_intro .box_top table {
  max-width: 380px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_top table {
    border-top: none;
  }
}
.con_intro .box_top table tr th {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_top table tr th {
    width: 30%;
  }
}
@media print {
  .con_intro .box_top table tr th {
    width: 30%;
  }
}
.ie8 .con_intro .box_top table tr th {
  width: 30%;
}
.con_intro .box_top table tr th, .con_intro .box_top table tr td {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_top table tr th, .con_intro .box_top table tr td {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media print {
  .con_intro .box_top table tr th, .con_intro .box_top table tr td {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.ie8 .con_intro .box_top table tr th, .ie8 .con_intro .box_top table tr td {
  padding-left: 1em;
  padding-right: 1em;
}
.con_intro .con_slide {
  max-width: 1600px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1599px) {
  .con_intro .con_slide {
    max-width: 100%;
    width: 95%;
    margin-bottom: 3em;
  }
}
@media print {
  .con_intro .con_slide {
    max-width: 100%;
    width: 95%;
    margin-bottom: 3em;
  }
}
.ie8 .con_intro .con_slide {
  max-width: 100%;
  width: 95%;
  margin-bottom: 3em;
}
.con_intro .con_slide .slide {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_intro .con_slide .slide {
    margin-bottom: 1.5em;
  }
}
.con_intro .con_slide .slide .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  padding: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_intro .con_slide .slide .slide-arrow.active {
  opacity: 1;
}
.con_intro .con_slide .slide .slide-arrow.prev-arrow {
  left: 6px;
}
.con_intro .con_slide .slide .slide-arrow.next-arrow {
  right: 6px;
}
.con_intro .con_slide .slide .slide-arrow:hover {
  cursor: pointer;
}
.con_intro .con_slide .slick-dots {
  margin-top: 13px;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  width: 100%;
  text-align: center;
}
.con_intro .con_slide .slick-dots li {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  outline: none !important;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #9aab9f;
}
@media only screen and (max-width: 767px) {
  .con_intro .con_slide .slick-dots li {
    height: 15px;
    width: 15px;
  }
}
.con_intro .con_slide .slick-dots li.slick-active {
  background: #728F7B;
  border: 3px solid #728F7B;
}
.con_intro .con_slide .slick-dots li button {
  color: transparent;
  padding: 0;
  border: 0;
  height: 20px;
  width: 20px;
  outline: none !important;
  cursor: pointer;
  background: transparent;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_intro .con_slide .slick-dots li button {
    height: 15px;
    width: 15px;
  }
}
.con_intro .con_slide .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  outline: none !important;
}
.con_intro .con_slide .slick-dots li button:hover, .con_intro .con_slide .slick-dots li button:focus {
  outline: none !important;
}
.con_intro .con_slide .txt {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  line-height: 26/14em;
}
@media only screen and (max-width: 767px) {
  .con_intro .con_slide .txt {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .con_slide .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_topics_detail01
----------------------------------------------------------- */
.con_topics_detail01 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_topics_detail01 {
    margin-bottom: 1em;
  }
}
.con_topics_detail01 .st_l {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_topics_detail01 .st_l {
    font-weight: normal;
  }
}
.con_topics_detail01 .st_l span {
  font-size: 216%;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topics_detail01 .st_l span {
    font-size: 216%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics_detail01 .st_l span {
    font-size: 185%;
  }
}

/* -----------------------------------------------------------
	con_topics_detail03
----------------------------------------------------------- */
.con_topics_detail03 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.con_topics_detail03 dl {
  float: left;
  width: 31.74603%;
  margin-left: 2.38095%;
  margin-bottom: 2.38095%;
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl {
    width: 80%;
    float: none;
    display: inline-block;
    margin-left: 5%;
    margin-bottom: 2%;
    vertical-align: top;
  }
}
.con_topics_detail03 dl:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .con_topics_detail03 dl:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_topics_detail03 dl:nth-child(3n+1) {
    margin-left: 0;
  }
}
.ie8 .con_topics_detail03 dl:nth-child(3n+1) {
  margin-left: 0;
}
.con_topics_detail03 dl .box_txt {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt {
    white-space: normal;
  }
}
.con_topics_detail03 dl .box_txt .st {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 162%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt .st {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt .st {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topics_detail03 dl .box_txt .st {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt .st {
    font-size: 131%;
  }
}
.con_topics_detail03 dl .box_txt .st span {
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt .st span {
    font-size: 89%;
  }
}
.con_topics_detail03 dl .box_txt .txt {
  font-size: 108%;
  line-height: 22/14em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topics_detail03 dl .box_txt .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics_detail03 dl .box_txt .txt {
    margin-top: .5em;
  }
}

.mfp-title {
  padding-top: 1em;
}
.mfp-title p {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mfp-title p {
    font-weight: normal;
  }
}
.mfp-title p.st {
  text-align: center;
  font-size: 162%;
  margin-bottom: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mfp-title p.st {
    font-size: 162%;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-title p.st {
    font-size: 139%;
  }
}
@media only screen and (min-width: 768px) {
  .mfp-title p.st span {
    font-size: 77%;
  }
}
@media print {
  .mfp-title p.st span {
    font-size: 77%;
  }
}
.ie8 .mfp-title p.st span {
  font-size: 77%;
}
@media only screen and (max-width: 767px) {
  .mfp-title p.st span {
    font-size: 84%;
  }
}
.mfp-title p.txt {
  font-size: 108%;
  line-height: 22/14em;
}

/* -----------------------------------------------------------
	con_voice
----------------------------------------------------------- */
.con_voice {
  max-width: 1260px;
  margin: auto;
  background: #FBF3F0;
  padding: 50px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .con_voice {
    padding: 3em .8em 3em;
  }
}
.con_voice .st_voice_title {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 177%;
  letter-spacing: .15em;
  color: #4D4543;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_voice .st_voice_title {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_voice .st_voice_title {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .st_voice_title {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .st_voice_title {
    margin-bottom: 1em;
  }
}
.con_voice .st_voice_title span {
  position: relative;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_voice .st_voice_title span {
    padding: 0 .5em;
  }
}
.con_voice .st_voice_title span:before, .con_voice .st_voice_title span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #4D4543;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .con_voice .st_voice_title span:before, .con_voice .st_voice_title span:after {
    width: 1em;
  }
}
.con_voice .st_voice_title span:before {
  left: -20px;
}
.con_voice .st_voice_title span:after {
  right: -20px;
}
.con_voice .wrp_bg {
  background: #fff;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_voice .wrp_bg {
    padding: 0.5em;
  }
}
.con_voice .wrp_bg .box_voive {
  padding: 2em;
  border: 1px solid #dddcdb;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  letter-spacing: .05em;
  line-height: 23/14em;
}
@media only screen and (max-width: 767px) {
  .con_voice .wrp_bg .box_voive {
    padding: 2em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .wrp_bg .box_voive {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_voice .wrp_bg .box_voive {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .wrp_bg .box_voive {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	con_com_highlight
----------------------------------------------------------- */
.con_com_highlight {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_com_highlight {
    margin-top: 6em;
  }
}

/* -----------------------------------------------------------
	bn_plan
----------------------------------------------------------- */
#bn_plan .plan_bn {
  display: block;
  margin: 5em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #bn_plan .plan_bn {
    margin: 3em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #bn_plan .plan_bn {
    margin: 2.5em auto 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #bn_plan .plan_bn {
    text-align: center;
  }
}
@media print {
  #bn_plan .plan_bn {
    text-align: center;
  }
}
.ie8 #bn_plan .plan_bn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #bn_plan .plan_bn {
    width: 95%;
  }
}
