/**********************************************

BANQUET

**********************************************/
.main_banquet .main {
  background: url(../banquet/img/main.jpg) top center no-repeat;
  background-size: auto 497px;
  height: 497px;
}

.main_banquet .section_lead {
  margin: 60px auto 100px;
  width: 1200px;
}

.main_banquet .section_lead img {
  width: 100%;
  height: auto;
}

.main_banquet .section_reason {
  margin-bottom: 50px;
}

.main_banquet .section_reason .tit {
  margin: 0 auto 25px;
  width: 1200px;
}

.main_banquet .section_reason .tit img {
  width: 100%;
  height: auto;
}

.main_banquet .section_reason ul {
  width: 1150px;
  margin: 0 auto;
}

.main_banquet .section_reason li {
  width: 368px;
  float: left;
  margin-right: 36px;
  text-align: left;
}
.main_banquet .section_reason li:nth-child(2) {
  width: 350px;
}
.main_banquet .section_reason li:nth-child(3) {
  width: 360px;
  margin-right: 0;
}

.main_banquet .section_reason li img {
  width: 100%;
  height: auto;
}

.main_banquet .section_contact {
  width: 836px;
  margin: 0 auto 90px;
}

.main_banquet section.section_contact {
  width: 930px;
  padding: 25px 55px;
  border: 6px solid #F8D7DB;
  margin-bottom: 100px;
}

.main_banquet .section_contact .tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.main_banquet .section_contact .box_a {
  width: 48%;
  float: left;
  border-right: 1px solid #999;
}

.main_banquet .section_contact .box_b {
  width: 52%;
  float: left;
	padding-left: 40px;
}

.main_banquet .section_contact .circle {
  width: 66px;
  height: 66px;
  line-height: 62px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #DB374C;
  color: #DB374C;
  font-size: 15px;
  float: left;
  margin-right: 10px;
}

.main_banquet .section_contact .tel {
  width: 310px;
  float: left;
  text-align: center;
  position: relative;
}

.main_banquet .section_contact .tel em {
  display: block;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.2em;
  padding-left: 5px;
}

.main_banquet .section_contact .tel::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../banquet/img/ico_tel.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.main_banquet .section_contact .btn_form {
  width: 300px;
  height: 64px;
  float: left;
  text-align: center;
}

.main_banquet .section_contact .btn_form a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 64px;
  background: #DB374C;
  color: #fff;
  font-size: 21px;
  position: relative;
}

.main_banquet .section_contact .btn_form a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -3px;
}

.main_banquet .unit_title {
  margin-bottom: 35px;
  text-align: center;
}

.main_banquet .unit_title h3 {
  font-size: 66px;
  line-height: 1.2em;
}

.main_banquet .unit_title .tit {
  font-size: 30px;
  line-height: 1.2em;
}

.main_banquet .unit_title .tit em {
  color: #DB374C;
  font-weight: normal;
}

.main_banquet .section_plan {
  margin-bottom: 60px;
}

.main_banquet .section_plan ul {
  width: 1200px;
  margin: 0 auto;
}

.main_banquet .section_plan li {
  width: 263px;
  float: left;
  margin-right: 37px;
  text-align: left;
}

.main_banquet .section_plan li:last-child {
  margin-left: 0;
}

.main_banquet .section_plan li .stit {
  height: 43px;
  line-height: 43px;
  background: #272727;
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin-bottom: 18px;
}

.main_banquet .section_plan li .ph {
  margin-bottom: 15px;
}

.main_banquet .section_plan li .ph img {
  width: 100%;
  height: auto;
}

.main_banquet .section_space .unit {
  margin: 0 auto 80px;
  width: 1200px;
}

.main_banquet .section_space .unit .stit {
  height: 40px;
  line-height: 40px;
  background: #272727;
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}

.main_banquet .section_space .unit .inner {
  padding: 0 100px;
}

.main_banquet .section_space .btn_list li {
  width: 23.5%;
  height: 40px;
  font-size: 16px;
  float: left;
  margin-right: 2%;
}

.main_banquet .section_space .btn_list li:last-child {
  margin-right: 0;
}

.main_banquet .section_space .btn_list li a {
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #272727;
  color: #272727;
  background: #fff;
  position: relative;
}

.main_banquet .section_space .btn_list li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  margin-top: -3px;
  transition-duration: 250ms;
}

.main_banquet .section_space .btn_list li.un a,
.main_banquet .section_space .btn_list li a:hover {
  background: #272727;
  color: #fff;
}

.main_banquet .section_space .btn_list li.un a::after,
.main_banquet .section_space .btn_list li a:hover::after {
  right: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.main_banquet .section_space .btn_list li.un a {
  pointer-events: none;
}

.main_banquet .section_space .info_box {
  padding: 45px 0 55px;
  text-align: center;
}

.main_banquet .section_space .info_box .info_tit {
  font-size: 25px;
  margin-bottom: 15px;
}

.main_banquet .section_space .info_box.info02 {
	margin-bottom: 60px;
}

.main_banquet .section_space .info_box.info02 img {
	width: 100%;
  height: auto;
}

.main_banquet .section_space .btn_pdf {
  width: 614px;
  height: 100px;
	margin: 0 auto;
  text-align: center;
}

.main_banquet .section_space .btn_pdf a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 98px;
  border: 4px solid #ddd;
  color: #333;
  font-size: 21px;
  position: relative;
}

.main_banquet .section_space .btn_pdf a::before {
  position: absolute;
  top: 50%;
  left: 30px;
  content: " ";
  display: block;
  width: 47px;
  height: 48px;
	background: url(../banquet/img/pdf_ico.jpg) no-repeat;
  margin-top: -25px;
}

.main_banquet .section_space .btn_pdf a::after {
  position: absolute;
  top: 50%;
  right: 12px;

  content: " ";
  display: block;

  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);

  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  margin-top: -3px;
}

.tbl_party {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%;
}
.tbl_party th {
    background: #ebe5d4 none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 8px 13px;
    text-align: center;
}
.tbl_party th a {
    font-weight: bold;
    text-decoration: underline;
}
.tbl_party td {
    border: 1px solid #999;
    padding: 5px 10px 4px 20px;
    text-align: right;
}

.tbl_caption {
  text-align: left;
}

.main_banquet .section_space .box {
  margin-bottom: 35px;
}

.main_banquet .section_space .box .box_tit {
  padding: 15px 0;
  line-height: 1.4;
  background: #272727;
  color: #fff;
  font-size: 23px;
  text-align: center;
}

.main_banquet .section_space .box .wrap {
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 2px solid #999;
  padding: 45px;
}

.main_banquet .section_space .box .wrap .ph {
  width: 387px;
  float: left;
  margin-bottom: 30px;
}

.main_banquet .section_space .box .wrap .ph img {
  width: 100%;
  height: auto;
}

.main_banquet .section_space .box .wrap .txt {
  width: 480px;
  float: right;
  margin-bottom: 30px;
  text-align: left;
}

.main_banquet .section_space .box .wrap .txt dl {
  font-size: 17px;
}

.main_banquet .section_space .box .wrap .txt dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.main_banquet .section_space .box .wrap .txt dl dd {
  color: #DB374C;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #272727;
}

.main_banquet .section_space .box .wrap .txt dl dd span {
	display: block;
  color: #333;
	font-size: 14px;
}

.main_banquet .section_space .box .wrap .caption span {
	display: block;
  font-size: 17px;
}

.main_banquet .section_space .box .wrap .tokuten {
	clear: both;
	padding: 23px;
	background: #f4ecd9;
	text-align: center;
}

.main_banquet .section_space .box .wrap .tokuten .t_tit {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #c79600;
	margin-bottom: 15px;
}
