@charset "utf-8";
/* CSS Document */


/****************************************************************/
/* conference_menu */
/****************************************************************/

#conference_menu{
	width:1110px;
	margin:0 auto;
	}
	
#conference_menu ul{
	width:312px;
	margin:0 auto 35px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items: center;
	}

#conference_menu li{
	width:150px;
	font-family: 'm+c2_Regular', sans-serif;
	transform: rotate(0.05deg);
	}

#conference_menu li a:link,
#conference_menu li a:visited{
	display:block;
	padding:10px 0;
	width:100%;
	text-decoration:none;
	border:1px solid #B4B5B5;
	font-size:14px;
	text-align:center;
	color:#000;
	transition:0.3s;
	}

#conference_menu li a:hover{
	color:#fff;
	background-color:#B4B5B5
	}

/****************************************************************/
/* hall */
/****************************************************************/

#hall ul{
	width:1040px;
	margin:0 auto 60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items:flex-start;
	}


#hall ul li {
	width:500px;
	margin-bottom:80px;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	}

/*#hall ul li div{
	width:460px;
	background-color:rgba(254,254,254,0.9);
	margin:-70px auto 0;
	border:1px solid #CFC6BB;
	position:relative;
	z-index:5;
	padding:25px 30px;
	}*/
#hall ul li div{
	width:100%;
	background-color:rgba(254,254,254,0.9);
	margin:15px auto 0;
	border:1px solid #CFC6BB;
	position:relative;
	z-index:5;
	padding:25px 30px;
	}

.hall_pdf{
	margin-top:15px;
	}
.hall_pdf a{
	background-image:url(../images/conference/pdf_btn.svg);
	display:block;
	width:180px;
	height:30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition:0.3s;
	}

.hall_pdf a:hover{
	opacity:0.4
	}

.hall_name{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
	transform: rotate(0.05deg);
	font-size:21px;
	font-weight:bold;
	color:#35200B;
	margin-bottom:15px;
	}

.hall_txt{
	font-size:15px;
	transform: rotate(0.05deg);
	line-height:180%;
	margin-bottom:10px;
	}

.parl_room{
	min-height:273px}




/****************************************************************/
/* #conference_list */
/****************************************************************/
#conference_list{
	width:710px;
	margin:0 auto 250px;
	}


#conference_list h1{
	font-family: 'm+c2_Regular', sans-serif;
	transform: rotate(0.05deg);
	font-size:26px;
	text-align:center;
	margin-bottom:40px;
	}

#conference_list table{
	width:100%;
	margin-bottom:15px;
	}

#conference_list table tr td:nth-child(4) a{
	background-image:url(../images/conference/pdf_btn.svg);
	background-position:center center;
	display:block;
	margin:2px auto 0;
	width:175px;
	height:25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition:0.3s;
	}

#conference_list table tr td:nth-child(4) a:hover{
	opacity:0.4
	}

#conference_list table th,
#conference_list table td{
	/*border:1px solid #8D7963;*/
	border:1px solid #CFC6BB;
	font-size:15px;
	transform: rotate(0.05deg);
	}

#conference_list table th{
	background-color:#E8E3DD;
	text-align:center;
	padding:10px 10px;
	color:#35200B;
	}
#conference_list table td{
	padding:5px 15px;
	}

#conference_list table td:nth-child(2){
	text-align:right;
	padding:5px 10px;
	width:95px
	}

.canceled{
	text-align:right
	}
.canceled a{
	background-image:url(../images/conference/btn_policy.svg);
	display:block;
	width:260px;
	margin:0 0 0 auto;
	height:35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition:0.3s;
	}

.canceled a:hover{
	opacity:0.4
	}




/****************************************************************/
/* #banquet */
/****************************************************************/

#banquet{
	position:relative;
	background-color:#F3F1EE;
	padding:170px 0 40px;
	}

#banquet:after{
	position:absolute;
	content:"";
	bottom:-38px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #f3f1ee transparent transparent transparent;

	}

#banquet h1{
	text-align: center;
	position:absolute;
	top:80px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	}

#banquet h1 span{
/*	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	display: inline-block;
	box-sizing: border-box;
	font-family:"Hannari_font","ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
	font-size:38px;
	}

.banquet_box{
	width:1020px;
	margin:0 auto}

.banquet_item{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	margin:30px auto 60px;
	}

.banquet_item_list{
	width:300px;
	margin:0 60px 50px 0;
	border-bottom:1px #B7AA9B solid;
	padding:0 0 20px 0
	}

.banquet_item_list:nth-child(3n){
	margin-right:0;
	}

.banquet_pic{
	position:relative;
	width:300px;
	height:220px;
	overflow:hidden;
	}

.banquet_pic img{
	position:absolute;
	height:100%;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.banquet_plan{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
	font-size:20px;
	transform: rotate(0.05deg);
	font-weight:bold;
	margin:20px 0 15px;
	line-height:150%;
	}

.banquet_txt{
	font-family: 'm+c2_Regular', sans-serif;
	font-size:15px;
	transform: rotate(0.05deg);
	margin-bottom:10px;
	line-height:160%;
	}

.banquet_txt ul{
	margin:15px 0 20px;
	display:block;
	}
	
.banquet_txt li{
	position:relative;
	font-size:13px;
	transform: rotate(0.05deg);
	padding:0 15px 0 ;
	border-bottom:none;
	line-height:160% !important
	}
.banquet_txt li:before{
	position:absolute;
	content:"";
	display:block;
	top:6px;
	left:1px;
	width:10px;
	height:10px;
	background-color:#333;
	border-radius:50% 50% 50% 50% /50% 50% 50% 50% 
	}


#banquet ul li a{
	color:#C30D22;
	transform: rotate(0.05deg);
	font-size:15px;
	}

#banquet .kome{
	font-size:13px;
	margin-bottom:3px;
	}





/****************************************************************/
/* #banquet_reserv */
/****************************************************************/
#banquet_reserv{
	padding:100px 0 0;
	margin:0 0 270px 0
	}

#banquet_reserv div{
	width:470px;
	margin:0 auto;
	}

#banquet_reserv h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
	font-size:25px;
	transform: rotate(0.05deg);
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	letter-spacing:2px;
	}

#banquet_reserv dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	displbanquet_planay:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
		align-items: flex-start;
	}
	
#banquet_reserv dt{
	width:150px;
	border:#888889 solid 1px;
	text-align:center;
	font-size:21px;
	transform: rotate(0.05deg);
	padding:10px 0;
	}

#banquet_reserv dd{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
    font-size: 42px;
    transform: rotate(0.05deg);
    font-weight: bold;
    text-align: center;
    line-height: 82%;
    color: #C30D22;
	}
#banquet_reserv dd span.sp_call{
	background-image:url(../images/conference/con_tel.svg);
	background-repeat:no-repeat;
	background-position:center right;
	display:block;
	width:310px;
	height:34px;
	background-size:contain;
	    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	}

#banquet_reserv dd span.time{
	font-family: 'm+c2_Regular', sans-serif;
	font-weight:normal;
	text-align:right;
	font-size:16px;
	transform: rotate(0.05deg);
	display:block;
	color:#000;
	padding:0 8px;
	}





/****************************************************************/
/* #banquet_reserv */
/****************************************************************/
#banquet_reserv_2nd{
	padding:100px 0 0;
	margin:0 0 270px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items:center;
	}

#banquet_reserv_2nd .banquet_reserv01{
	width:470px;
	margin:0 60px 0 0;
	}

#banquet_reserv_2nd .banquet_reserv02{
	width:470px;
	margin:0;
	position:relative;
	padding:20px 10px 25px 10px;
	background-color:#F3F1EE;
	transition:0.3s;
	}

#banquet_reserv_2nd .banquet_reserv02:hover{
	opacity:0.5
	}


#banquet_reserv_2nd .banquet_reserv02 p{
	width:80%;
	height:60px;
	background-image:url(../images/conference/mail_icon.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:48px 33px;
	display:block;
	background-color:#B7AA9B;
	margin:-10px auto 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

	


	
#banquet_reserv_2nd .banquet_reserv02 a{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0
	}

.banquet_reserv01 h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
	font-size:25px;
	transform: rotate(0.05deg);
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	letter-spacing:2px;
	line-height:100%;
	}

.banquet_reserv02 h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
	font-size:22px;
	transform: rotate(0.05deg);
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	letter-spacing:2px;
	line-height:100%;
	}

#banquet_reserv_2nd dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	displbanquet_planay:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
		align-items: flex-start;
	}
	
#banquet_reserv_2nd dt{
	width:150px;
	border:#888889 solid 1px;
	text-align:center;
	font-size:21px;
	transform: rotate(0.05deg);
	padding:10px 0;
	}

#banquet_reserv_2nd dd{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", sans-serif;
    font-size: 42px;
    transform: rotate(0.05deg);
    font-weight: bold;
    text-align: center;
    line-height: 82%;
    color: #C30D22;
	}
#banquet_reserv_2nd dd span.sp_call{
	background-image:url(../images/conference/con_tel.svg);
	background-repeat:no-repeat;
	background-position:center right;
	display:block;
	width:310px;
	height:34px;
	background-size:contain;
	    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	}

#banquet_reserv_2nd dd span.time{
	font-family: 'm+c2_Regular', sans-serif;
	font-weight:normal;
	text-align:right;
	font-size:16px;
	transform: rotate(0.05deg);
	display:block;
	color:#000;
	padding:0 8px;
	}