@charset "UTF-8";

table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}
body {
	line-height: 1.71;
	color: #222;
	font-size: 14px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

/* ====== reception.css ====== */

.reception_flex {
	display: flex;
}
.reception_flex_img {
	max-width: 500px;
	width: 100%;
	margin-right: 34px;
}
.reception_flex_box_name {
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
}
.reception_flex_box_text {
	line-height: 2.21;
	margin-top: 5px;
}
.reception_flex_box_table {
	width: 100%;
	margin-top: 19px;
	border: 1px solid #C3B587;
}
.reception_flex_box_table tr+tr {
	border-top: 1px solid #C3B587;
}
.reception_flex_box_table th {
	padding: 6px 2px 1px 9px;
	background: #C3B587;
	color: #fff;
	font-weight: bold;
	text-align: left;
	width: 40%;
}
.reception_flex_box_table td {
	padding: 0 26px;
	background: #fff;
}
.reception_redbox {
	margin-top: 40px;
}
.reception_redbox_title {
	position: relative;
	padding: 12px 0 8px 30px;
	color: #fff;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 30px,#C3402F 20px,#C3402F 100%);
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
	letter-spacing: 0.3px;
}
.reception_redbox_title:before {
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 12px;
    width: calc(100% - 25px);
    height: 26px;
    background: #C3402F;
    z-index: -1;
    transform: skewX(-42deg);
}
.reception_redbox_title:after {
	content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background: #C3402F;
    z-index: -1;
}
.reception_redbox_title_icon {
	padding: 0 0 0 7px;
}
.reception_redbox_text {
	line-height: 2.21;
	padding: 11px 34px 12px;
	border: 1px solid #C3402F;
	background: #fff;
}

/*フォトギャラリー*/
.reception_photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

p.reception_photo_img {
    width: 22%;
		margin-bottom: 20px;
		margin-left: 0px!important;
}

.reception_photo .reception_photo_img+.reception_photo_img {
	margin-left: 2.4%;
}
.reception_accobtn {
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 8px 20px 7px;
	border-radius: 29px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
	background: #beaf82;
	background: linear-gradient(to right, #beaf82 0%,#9f8f62 100%);
	width: 350px;
margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.reception_accobtn:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 40px;
	width: 25px;
	height: 25px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
}
.reception_accobtn:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 2px;
	right: 48px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #A29265;
	border-right: 1px solid #A29265;
		transform: rotate(135deg);

}
.reception_accobtn.active:after {
	content: '';
	position: absolute;
	display: block;
	top: 4px;
	bottom: 0;
	right: 48px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #A29265;
	border-right: 1px solid #A29265;
		transform: rotate(315deg);
}

/*会場の地図*/
.reception_map {
	max-width: 1000px;
	width: 100%;
	height: 500px;
}
.reception_btnbox {
	display: flex;
	justify-content: space-between;
	margin-top: 31px;
}
.reception_btn {
	width: 48.5%;
}
.reception_btn_link {
	padding: 9px 0 6px;
	border-radius: 42px;
	border: 4px solid #fff;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	background: #beaf82;
	background: linear-gradient(to right,  #beaf82 0%,#9f8f62 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beaf82', endColorstr='#9f8f62',GradientType=1 );
	text-align: center;
	transition: 0.3s;
}
.reception_btn_link:hover {
	opacity: 0.6;
}
.reception_btn_link_prev {
	position: relative;
	padding-left: 46px;
}
.reception_btn_link_prev:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 2px;
	left: 0;
	width: 26px;
	height: 26px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
}
.reception_btn_link_prev:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 2px;
	left: 9px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #A29265;
	border-right: 2px solid #A29265;
	transform: rotate(-135deg);
}
.reception_btn_link_next {
	position: relative;
	padding-right: 46px;
}
.reception_btn_link_next:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 2px;
	right: 0;
	width: 26px;
	height: 26px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
}
.reception_btn_link_next:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 2px;
	right: 9px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #A29265;
	border-right: 2px solid #A29265;
	transform: rotate(45deg);
}

/* ～767px For SP
================================ */
@media screen and (max-width: 767px) {

	body {
		line-height: 1.57;
		font-size: 14px;
	}

	.reception_flex {
		display: block;
	}
	.reception_flex_img {
		margin: 0 auto;
	}
	.reception_flex_box_name {
		margin-top: 15px;
		font-size: 16px;
	}
	.reception_flex_box_text {
		line-height: 1.57;
		margin-top: 7px;
	}
	.reception_flex_box_table {
		margin-top: 15px;
	}
	.reception_flex_box_table th {
		display: block;
		padding: 1px 9px 0;
		width: 100%;
	}
	.reception_flex_box_table td {
		display: block;
		padding: 8px 9px 5px;
	}
	.reception_redbox {
		margin-top: 30px;
	}
	.reception_redbox_title {
		padding: 12px 0 8px 10px;
		background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 30px,#C3402F 20px,#C3402F 100%);
		font-size: 16px;
	}
	.reception_redbox_title:before {
		left: 10px;
		width: calc(100% - 25px);
		height: 16px;
		transform: skewX(-52deg);
	}
	.reception_redbox_title:after {
		height: 30px;
	}
	.reception_redbox_title_icon {
		width: 30px;
		padding: 0 0 0 8px;
		letter-spacing: 0;
	}
	.reception_redbox_text {
		line-height: 1.57;
		padding: 8px 9px 5px;
	}

	/*フォトギャラリー*/
	.reception_photo {
		flex-wrap: wrap;
	}
	.reception_photo .reception_photo_img {
		width: 49%;
	}
	.reception_photo .reception_photo_img+.reception_photo_img {
		margin-left: 0;
	}
	.reception_photo .reception_photo_img:nth-of-type(n+3) {
		margin-top: 2%;
	}
	.reception_accobtn {
		position: relative;
		display: block;
		margin-top: 20px;
		padding: 8px 20px 7px;
		border-radius: 29px;
		border: 2px solid #fff;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
		background: #beaf82;
		background: linear-gradient(to right, #beaf82 0%,#9f8f62 100%);
		text-align: center;
		width: auto;
	}
	.reception_accobtn:before {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 40px;
		width: 25px;
		height: 25px;
		margin: auto;
		background: #fff;
		border-radius: 50%;
	}
	.reception_accobtn:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 2px;
		right: 48px;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 1px solid #A29265;
		border-right: 1px solid #A29265;
    	transform: rotate(135deg);
	}
	.reception_accobtn.active:after {
		content: '';
		position: absolute;
		display: block;
		top: 4px;
		bottom: 0;
		right: 48px;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 1px solid #A29265;
		border-right: 1px solid #A29265;
    	transform: rotate(315deg);
	}

	/*会場の地図*/
	.reception_map {
		height: 173px;
	}
	.reception_btnbox {
		display: block;
		margin-top: 13px;
	}
	.reception_btn {
		width: 100%;
	}
	.reception_btn_link {
		padding: 8px 0 7px;
		border-radius: 29px;
		border: 2px solid #fff;
		font-size: 18px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.16);
	}
	.reception_btn_link:hover {
		opacity: 1;
	}
	.reception_btn_link_prev {
		padding-left: 0;
		padding-right: 46px;
	}
	.reception_btn_link_prev:before {
		bottom: 0;
		left: auto;
		right: 0;
		width: 25px;
		height: 25px;
	}
	.reception_btn_link_prev:after {
		bottom: 0;
		left: auto;
		right: 10px;
		border-top: 1px solid #A29265;
		border-right: 1px solid #A29265;
		transform: rotate(45deg);
	}
}
