@charset "utf-8";
/* ======================================================================
 * イベントスペース（ビナプラザ）のご案内 
====================================================================== */
.l-body section {
	margin-bottom: 3rem;
}
p {
	margin-block: 1.1rem 0;
}
.l-body p {
	font-size: 1.3rem;
	color: #333;
}
h2.secttlarea {
	margin-bottom: 20px;
	padding: 12px 15px 12px 35px;
	font-size: 1.6rem;
	text-indent: -20px;
	border-bottom: 1px solid #008df7;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
										color-stop(.25, #eff7ff), color-stop(.25, transparent),
										color-stop(.5, transparent), color-stop(.5, #eff7ff),
										color-stop(.75, #eff7ff),	color-stop(.75, transparent),
										to(transparent));
	-webkit-background-size: 4px 4px;
}
.secttl {
	font-size: 1.6rem;
	vertical-align: middle;
}
.secttl:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 24px;
	border-radius: 10px;
	background: #008df7;
	margin-right: 10px;
	vertical-align: middle;
}


.c-page-title {
  padding-bottom: 0;
}
.c-page-title .c-section-title {
  margin-bottom: 0;
  padding: 1.3rem 1.0rem 1.2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../../../../img/eventspace/vinaplaza/page-title_bg01.png") repeat center/60px 50px;
}
.c-page-title p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.mainvisual {
	display: flex;
	width: 100%;
	margin-block: 1rem;
}
.mainvisual img {
	width: 50%;
	height: 50%;
	margin: 0;
	padding: 0;
}
.lead-box {
  margin: 1rem;
  padding: 1rem;
  background: #eff7ff;
}
.ex-box {
  position: relative;
  margin-top: 25px;
  padding: 1rem 1rem 1rem 3.5rem;
  border: 2px solid #0054b4;
  background: #fff;
}
.ex-box .title {
  position: absolute;
  top: -1.5rem;
  left: 3rem;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 1.5rem;
  background: #0054b4;
}
.ex-box .text {
  text-indent: -2.5rem;
}
.ex-box .text::before {
	content: '';
	display: inline-block;
	background: url("../../../../img/eventspace/vinaplaza/vp_checkmark@2x.png") no-repeat center center;
	background-size: cover;
	width: 21px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

.overview .access {
	margin: 0 0 30px;
	text-indent: -5em;
	padding-left: 5em;
}

.space-a div {
	margin-bottom: 3rem;
}
.space-a div img,
.space-b div img {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
}

.map-dl .mb {
	margin-bottom: 1.5rem;
}
.map-dl div {
	text-align: center;
}
.map-dl img {
	width: 660px;
	max-width: 100%;
}
.map-dl a {
	display: inline-block;
	width: 75%;
	padding: 1rem 0;
	color: #0054b4;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 0.2rem solid #0054b4;
	border-radius: 1rem;
	transition: 0.3s;
}

.price .mb {
	margin-bottom: 3rem;
}
.price h3 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.price .pricebox {
	width: 100%;
	margin-bottom: 1rem;
	border: 0.5rem solid #0054b4;
}
.price .pricebox div:nth-of-type(1) {
	background: #0054b4;
	width: 100%;
	color: #fff;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.price .pricebox div:nth-of-type(2) {
	position: relative;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
.price .price_red {
	font-size: 3rem;
	color: #b10000;
}
.price .price_red:after {
	content: '円';
	font-size: 2.4rem;
	color: #333;
}
.price .per_day {
	font-size: 3rem;
	color: #333;
}
.price .per_day:before {
	content: '/';
	font-size: 2.6rem;
	font-weight: normal;
	padding: 0 5px;
}
.price .per_day:after {
	content: '日';
	font-size: 2rem;
	color: #333;
}
.price .tax {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #333;
	font-size: 0.9rem;
	padding: 0 0.2rem 0.2rem 0;
}
p.note {
	font-size: 1.2rem;
	margin-top: 0.5rem;
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.flow .flowwrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px 0 10px;
}
.flow .flowbox {
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	padding-block: 20px 30px;
	background: #eff7ff;
	text-align: center;
}
.flow .flowwrap p.flowsteps {
	background: #0054b4;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 15px;
	padding: 5px 0;
	margin: 0 20px 15px;
}
.flow .flowwrap p.flowtxt {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 20px ;
}
.flow .flowwrap p.flowtxt-s {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0;
}
.flow .flowwrap p.flownote {
	font-size: 1.2rem;
	margin: 0.5rem 0;
}
.flow .flowarrow {
	position: absolute;
	bottom: -35%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: 5;
	width: 50px;
	height: 45px;
}
.flow .flowarrow img{
	width: 100%;
	height: 100%;
}

.notes ol {
	margin: 0;
	padding-left: 2rem;
	font-size: 1.2rem;
	list-style-type: decimal;
}
.notes li {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	list-style-type: decimal;
}

.contact .contactbox {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	border: 0.5rem solid #0054b4;
}
.contact .contactbox > div:nth-of-type(1) {
	background: #0054b4;
	color: #fff;
	padding: 2rem 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.contact .shape:before {
	content: '';
	display: inline-block;
	width: 1.05rem;
	height: 1.6rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	background: url("../../../../img/eventspace/vinaplaza/vp_shape_l@2x.png") no-repeat center center;
	background-size: cover;
}
.contact .shape:after {
	content: '';
	display: inline-block;
	width: 1.05rem;
	height: 1.6rem;
	vertical-align: middle;
	margin-left: 0.5rem;
	background: url("../../../../img/eventspace/vinaplaza/vp_shape_r@2x.png") no-repeat center center;
	background-size: cover;
}
.contact .contactbox > div:nth-of-type(2) {
	background: #fff;
	padding: 10px;
}
.contact .contactbox_inner > p {
	text-indent: -4em;
	padding-left: 4em;
}
.contact .contactbox_inner > p:nth-of-type(1) {margin-bottom: 0;}
.contact .contactbox_inner > p:nth-of-type(2) {margin-block: 0 1rem;}
.contact .mailbox {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 1rem;
}
.contact .mailbox a {
	position: relative;
	display: block;
	width: 51rem;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	background: #ed7700;
	color: #fff;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0.4rem 0 0 #ce5500;
	box-shadow: 0 0.4rem 0 0 #ce5500;
	transition: 0.2s;
}
.contact .mailbox a:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-transform: translate3d(0, 4px, 0);
	transform: translate3d(0, 4px, 0);
	text-decoration: none!important;
}
.contact .mailarrow {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact .mailbox a > div > span {
	font-size: 1.2rem;
	font-weight: normal;
}
