/* 菜切山イベント - PC用 */

body {
	background-color: #feffeb;
	background-image: repeating-linear-gradient(
		45deg,
		transparent,
		transparent 10px,
		#ffffff 10px,
		#ffffff 20px
	);
}

/* 中央寄せ・幅固定 */
.nakiriyama,
.event-lp {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.nakiriyama img,
.event-lp img {
	width: 100%;
	height: auto;
}

/* 上部固定ヘッダー */
.nakiriyama .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

/* 中央寄せヘッダーの中身 */
.nakiriyama .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 30px;
	box-sizing: border-box;
}

/* ロゴサイズをpx指定に変更（画面サイズに依存しない） */
.nakiriyama .header img {
	width: auto;
	height: 45px;
}

/* ボタンスタイル */
.nakiriyama .header .button a {
	display: inline-block;
	padding: 20px 30px;
	border-radius: 6px;
	background: #002ec1;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.nakiriyama .header .button a:hover {
	background: #0056b3;
}



/*　フッター（PC用）　*/
.footer {
	padding: 2.5rem 0 0.3rem;
	background: #f1f1f1;
	color: #333;
	font-size: 0.9rem;
	text-align: center;
}

/* フッターの中身を1000pxに固定し中央寄せ */
.footer-inner {
	width: 1000px;
	margin: 0 auto;
}

/* ロゴ：可変でなく固定幅に */
.footer-logo {
	width: 200px;
	height: auto;
	margin: 0 0 1.25rem 0;
}

.footer-company {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
}

.footer-address,
.footer-copy {
	margin: 0 0 1.25rem 0;
	font-size: 0.8rem;
	line-height: 1.6;
}



/* 共通ボタンスタイル（青ボタン＋白文字・PC固定幅） */
.common-button a {
	display: inline-block;
	width: 480px;
	height: 100px;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	line-height: 102px;
	text-decoration: none;
	text-align: center;
	transition: transform 0.2s ease;
}

.orange a {
	background: #ed6c00;
	box-shadow: 0 5px 0 #fff;
}

.base-white a,
.base-yellow a {
	display: inline-block;
	position: relative;
	width: 480px;
	height: 100px;
	border: none;
	border-radius: 8px;
	background: #002ec1;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	line-height: 102px;
	text-decoration: none;
	text-align: center;
	transition: transform 0.2s ease;
}

.base-white a::after,
.base-yellow a::after {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 8px;
	border-radius: 80px / 4px;
	box-shadow: 0 30px 15px rgba(0, 0, 0, .25);
	background-color: transparent;
	content: "";
}

/* ホバー時の軽い反応 */
.base-white a:hover,
.base-yellow a:hover {
	transform: scale(1.03);
}

/* コンテンツ幅を1000pxに固定して中央寄せ */
.base-white,
.base-yellow {
	width: 1000px;
	margin: 0 auto;
	padding: 5rem 0;
	text-align: center;
}

/* 背景が白 */
.base-white {
	background: #ffffff;
}

/* 背景が黄色 */
.base-yellow {
	background: #fff31f;
}

/* 配信アカウント */
.nakiriyama .account {
	position: relative;
}

.nakiriyama .account a {
	position: absolute;
	bottom: 490px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	color: #ff005f;
	font-weight: bold;
	font-size: 32px;
}

.map-title,
.outline-warpper {
	padding: 0 50px;
	background: #fff31f;
	text-align: justify;
}

.event-lp .outline-warpper {
	padding: 50px 0;
	background: none;
	text-align: justify;
}

.map-title {
	font-weight: bold;
	font-size: 28px;
}

.outline-warpper .map-address {
	padding: 30px 0 50px;
	font-size: 20px;
}

.outline-warpper .outline {
	line-height: 1.5;
}

/* Google Map */
.nakiriyama .map-wrapper {
	position: relative;
	overflow: hidden;
	background: #fff31f;
	width: 100%;
	height: 600px;
}

.nakiriyama .map-wrapper iframe {
	position: absolute;
	top: -50px; /* 黒帯の高さ分を上にずらす */
	left: 50px;
	width: 900px;
	height: 650px;
	border: 0;
}

.event-lp .map-wrapper {
	margin: 40px 0 80px;
	overflow: hidden;
	width: 100%;
	height: 600px;
}



/* 大蓮南2丁目イベント */
.ohasuminami-1,
.ohasuminami-4 {
	position: relative;
}

.ohasuminami-1 .common-button {
	position: absolute;
	left: 50%;
	bottom: 360px;
	transform: translate(-50%,0);
}

.ohasuminami-3,
.ohasuminami-4 {
	margin: 80px 0 0 0;
}

.ohasuminami-4 .common-button {
	position: absolute;
	left: 50%;
	bottom: 150px;
	transform: translate(-50%,0);
}

