@charset "utf-8";

#access {
	padding: 120px 60px 100px;
}

#marinemesseSliderWrap {
	padding-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.marinemesseSlider {
	width: 48%;
	overflow: hidden;
}

.marinemesseSlider h3 {
	padding-bottom: 10px;
	font-size: clamp(1.8rem,1.8vw,2.8rem);
	font-weight: 500;
}

.marinemesseSlider .address {
	padding-left: 20px;
	font-size: 1.5rem;
	font-size: clamp(1.2rem,1vw,1.5rem);
}

.marinemesseA {
	position: relative;
}

.marinemesseB {
	position: relative;
}

.swiperA img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.swiperB img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.swiper-button-next {
	width: 30px;
	height: 30px;
	background: url(../../img/venue/icon_slider_right.svg) 0 0 /contain no-repeat;
}

.swiper-button-prev {
	width: 30px;
	height: 30px;
	background: url(../../img/venue/icon_slider_left.svg) 0 0 /contain no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	padding-top: 20px;
	position: static;
}

.swiper-pagination-bullet-active {
	background: #015eea;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

#marinemesseLink {
	width: 100%;
	padding-top: 30px;
}

#marinemesseLink .btn3 {
	width: 390px;
	margin: 0 auto;
}

/* ----------------------------------- */
/* バス */
/* ----------------------------------- */

#bus {
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#busImg {
	flex: 1;
}

#busImg img {
	width: 100%;
}

#busMap {
	flex: 1;
}

#busMapTitWrap {
	padding: 0 0 10px 90px;
	position: relative;
}

#busMapTitWrap:before {
	content: "";
	width: 84px;
	height: 84px;
	background: url(../../img/venue/icon_bus.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

#busMapTit {
	font-size: 2.8rem;
	font-weight: bold;
	color: #0f74c9;
}	

#busMapDesc {
	font-size: 2rem;
	line-height: 1.2;
}

/* ----------------------------------- */
/* 去年の会場MAP */
/* ----------------------------------- */

#lastyearMap {

}

#lastyearMapTit {
	font-size: 2.8rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

#lastyearMapLink {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

#lastyearMapLink a {
	color: #de2323;
}

#lastyearMapLink::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../../img/common/icon_arrow9.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#lastyearMapImg {
	padding-bottom: 40px;
}

#lastyearMapImg img {
	width: 100%;
}

#lastyearMapDl {
	width: 400px;
	margin: 0 auto;
}


/* ----------------------------------- */
/* レセプション */
/* ----------------------------------- */

#reception {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

#receptionSlider {
	width: 50%;
}

#receptionDetail {
	width: 50%;
	min-height: 520px;
	background: #fffef5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

#receptionTitWrap {
	width: 80%;
	height: 10vw;
	background: url(../../img/venue/reception_bg.png) center center no-repeat;
	background-size: contain;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	font-size: clamp(1.2rem, 0.9vw , 1.6rem);
	text-align: center;
}

#receptionTitSub {
	padding: 0 20px;
	background: #f36b6b;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	font-size: clamp(1.2rem, 1vw , 2rem);
	top: -0.4vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 5px;
	white-space: nowrap;
}

#receptionTit {
	font-size: 4.2rem;
	font-size: clamp(1.8rem, 2vw , 4rem);
	color: #f36b6b;
	font-weight: bold;
}

.swiper2 {
	width: 100%;
	height: 100%;
}

.swiper2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ----------------------------------- */
/* FOOD */
/* ----------------------------------- */
#food {
	padding: 120px 60px 0;
}

#foodTxt {
	padding-bottom: 40px;
	font-size: 1.5rem;
}

#foodDetail {
	display: flex;
	gap: 1%;
}

#foodDetail li {
	width: 21%;
}

#foodDetail li:first-child {
	width: 34%;
}

.foodImg {
	width: 100%;
	height: 14vw;
}

.foodImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.foodName {
	padding: 10px 0;
	background: #0065bb;
	color: #FFF;
	font-size: clamp(1.2rem,1vw,2rem);
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.eatingArea::before {
	content: "";
	width: 16px;
	height: 22px;
	background: url(../../img/venue/icon_space.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.restaurant::before {
	content: "";
	width: 25px;
	height: 23px;
	background: url(../../img/venue/icon_restaurant.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.kitchenCar::before {
	content: "";
	width: 26px;
	height: 20px;
	background: url(../../img/venue/icon_kitchen-car.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.bento::before {
	content: "";
	width: 30px;
	height: 22px;
	background: url(../../img/venue/icon_bento.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.anno {
	text-align: right;
	font-size: 1.3rem;
}

