@charset "utf-8";

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

banquet

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

#banquet h2{
	width:100%;
	background:url(../report/img/tit_bg.jpg) repeat-x;
	background-size:100% 77;
}

#banquet h2 p{
	margin:0 auto;
	width:320px;
}

#banquet .tit_index{
	background: -webkit-gradient(linear, left top, left bottom, from(#48b4d0), to(#0091ba));
	background: -moz-linear-gradient(center top , #48b4d0, #0091ba) repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 10px 0;
  font-size: 1.3em;
}

#banquet .tit_txt{
	padding:10px ;
	background:#fff;
}

#banquet .tit_txt p{
	padding:0 0 10px;
}

#banquet .tit_txt .photo{
	width:180px;
	margin:0 auto;
	height:10px;
}

#banquet .box{
	margin:20px 10px 0;
	padding:0 0 20px;
	border-bottom:solid 2px #B0A18E;
}

#banquet.index .box{
  padding:0 0 10px;
  border-bottom:solid 1px #B0A18E;
}

#banquet.index .box a{
  position: relative;
  display: block;
}

#banquet.index .box a::after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #0091ba;
}

#banquet .box .tit{
	font-weight:bold;
	font-size:120%;
	color:#DB0100;
	margin:0 0 10px;
}

#banquet.index .box .tit{
	font-weight:bold;
	font-size:1.1em;
	color:#DB0100;
	margin:0 0 5px;
}

#banquet .box_a .photo{
	width:49%;
  float:left;
  min-height: 110px;
}

#banquet.index .box_a .photo{
	width:40%;
}

#banquet .box_a .txt_wrapper{
	float:right;
	width:49%;
}

#banquet .box_a dl{
	width:100%;
}

#banquet.index .box_a dl{
	float:right;
	width:58%;
}

#banquet .box_a dt{
	background:#7D6644;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

#banquet .box_a dd{
	font-size:100%;
	font-weight:bold;
	padding:5px 0 9px;
}

#banquet .box_a .btn_detail{
	background: -moz-linear-gradient(center top , #b48f3f 0%, #b48f3f 50%, #a8843a 50%, #a8843a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom,from(#B48F3F), color-stop(0.5,#B48F3F), color-stop(0.5,#A8843A), to(#A8843A));
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
  font-weight:bold;
  font-size: .9em;
  width:100%;
}

#banquet .box .txt{
	padding:5px 0 0;
}

#banquet .btn_list{
	background: -moz-linear-gradient(center top , #b48f3f 0%, #b48f3f 50%, #a8843a 50%, #a8843a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom,from(#B48F3F), color-stop(0.5,#B48F3F), color-stop(0.5,#A8843A), to(#A8843A));
  box-sizing: border-box;
  margin: 20px auto 40px;
  padding: 0;
  text-align: center;
  width: 70%;
}

#banquet .btn_list a{
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
  font-weight:bold;
  font-size: .9em;
}

#banquet .btn_list02{
  margin: 10px auto;
  list-style: none;
}

#banquet .btn_list02 li{
  width: 49%;
  float: left;
}

#banquet .btn_list02 li:last-child{
  float: right;
}

#banquet .btn_list02 li a{
	color: #fff;
	display: block;
	line-height: 1.3;
  font-weight:bold;
  font-size: .9em;
  background: -moz-linear-gradient(center top , #b48f3f 0%, #b48f3f 50%, #a8843a 50%, #a8843a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom,from(#B48F3F), color-stop(0.5,#B48F3F), color-stop(0.5,#A8843A), to(#A8843A));
  padding: 0!important;
  text-align: center;
  height: 40px;
	line-height: 40px;
}

#banquet .box .btn{
	background: -moz-linear-gradient(center top , #b48f3f 0%, #b48f3f 50%, #a8843a 50%, #a8843a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom,from(#B48F3F), color-stop(0.5,#B48F3F), color-stop(0.5,#A8843A), to(#A8843A));
    box-sizing: border-box;
    margin:14px auto 0;
    padding: 0;
    text-align: center;
    width: 60%;
}

#banquet .box .btn a{
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight:bold;
}

#banquet .box2{
	margin:20px 10px 0;
	padding:0 0 20px;
	border-bottom:solid 2px #B0A18E;
}

#banquet .box2 .tit{
	color:#db0100;
	font-weight:bold;
	font-size:120%;
}

#banquet .box2 .name1{
	background:#7D6644;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0;
	padding:3px 0;
}

#banquet .box2 .name2{
	font-weight:bold;
	padding:10px 0;
}

#banquet .box2 dl dt{
	background:#7D6644;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:10px 2% 0 0;
	padding:3px 0;
	width:20%;
	float:left;
	clear:both;
}

#banquet .box2 dl dd{
	float:left;
	margin:13px 0 0;
	width:78%;
}

#banquet .box2 dl dd span{
	font-weight:bold;
	font-size:120%;
}

#banquet .box2 .name3{
	background:#7D6644;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:20px 0 0;
	padding:3px 0;
}

#banquet .box2 .btn {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#DC0000), to(#AE0001));
	background: -moz-linear-gradient(center top , #DC0000, #AE0001) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DB0100;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 0px 0px rgba(0, 0, 0, 0.3);
}

#banquet .box2 .btn a{
	display:block;
	padding:12px 0 11px 4px;
	color:#FFF;
}

#banquet .box2 .btn span.arrow_n {
    background-image: url("../img/common/arrow_n.png");
    background-position: right 11px;
    background-repeat: no-repeat;
    background-size: 5px 6px;
    padding: 3px 15px 4px 10px;
}

#banquet .box2 .btn02 ul li{
	background:#B48F3F;
	padding:5px 0;
	width:30%;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	float:left;
	margin:15px 5% 0 0;
}

#banquet .box2 .btn02 span.arrow01 {
    background-image: url("../img/common/arrow01.png");
    background-position: left 9px;
    background-repeat: no-repeat;
    background-size: 5px 6px;
    padding: 3px 20px 4px 21px;
}

#banquet .box2 .btn02 span.arrow02 {
    background-image: url("../img/common/arrow02.png");
    background-position: right 9px;
    background-repeat: no-repeat;
    background-size: 5px 6px;
    padding: 3px 20px 4px 19px;
}

#banquet .box2 .btn02 ul li a{
	color:#fff;
}

.icon {
	background: url(../img/common/arrow_n.png) no-repeat right center;
	padding:8px 20px 7px;
	background-size:5px 6px;
}
