/* 菜切山イベント */

/*　ヘッダー　*/

.nakiriyama,
.event-lp {
	width: 100%;
	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;
	padding: 1em 4vw;
}

.nakiriyama .header img {
	width: auto;
	height: 5vw;
	max-height: 1.5rem;
}

.nakiriyama .header .button a {
	display: inline-block;
	padding: 1em 1em;
	background: #002ec1;
	border-radius: 0.4em;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

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



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

.footer-logo {
	width: 50vw;  /* スマホ画面に応じて可変 */
	max-width: 200px;
	height: auto;
	margin: 0 0 1.25rem 0;
}

.footer-company {
	margin: 0 0 0.5rem 0;
	font-weight: bold;
	font-size: 1.0rem; /* 社名を大きく表示 */
}

.footer-address,
.footer-copy {
	margin: 0 0 1.25rem 0;
}

.footer-address,
.footer-copy {
	font-size: 0.75rem;
	line-height: 1.5;
}



/* 共通ボタンスタイル（青ボタン＋白文字＋文字サイズ可変） */
.common-button a {
	display: inline-block;
	width: min(90vw, 300px);
	height: 70px;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	color: #fff;
	font-weight: bold;
	font-size: clamp(16px, 5vw, 22px); /* 最小16px〜最大22pxで可変 */
	line-height: 72px;
	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: min(90vw, 300px);
	height: 80px;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	background: #002ec1;
	color: #fff;
	font-weight: bold;
	font-size: clamp(16px, 5vw, 22px); /* 最小16px〜最大22pxで可変 */
	line-height: 82px;
	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);
}

/* 背景が白 */
.base-white {
	padding: 4rem 0;
	background: #ffffff;
	text-align: center;
}

/* 背景が黄色 */
.base-yellow {
	padding: 4rem 0;
	background: #fff31f;
	text-align: center;
}

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

.nakiriyama .account a {
	position: absolute;
	bottom: 48vw;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	color: #ff005f;
	font-weight: bold;
	font-size: clamp(16px, 5vw, 18px);
}

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

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

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

.outline-warpper .map-address {
	padding: 10px 0 30px;
	font-size: clamp(20px, 5vw, 22px);
}

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

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

.nakiriyama .map-wrapper iframe {
	position: absolute;
	top: -50px; /* 黒帯の高さ分を上にずらす */
	left: 50%;
	transform: translate( -50%, 0 );
	width: 90%;
	height: 350px;
	border: 0;
}

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



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

.ohasuminami-1 .common-button {
	position: absolute;
	left: 50%;
	top: clamp(400px, 1.6 * 100vw, 800px);
	transform: translate(-50%,0);
}

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

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





