@charset "utf-8";

:root {
	--color-main: #009fb9;
}



/*-----------------------------------------------------------------------------------------------*/
/* 瀬戸内国際芸術祭2025（コース） ---------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
body { font-family: "Noto Sans", sans-serif; }

.header,
.spnav,
.global,
.searcharea,
.footer { display: none; }
.body { padding-top: 0; }


/* 見出し ---------------------------------------------------------------------------------------*/
.body .midashi h1 { font-family: "Noto Serif", serif; }

.body .midashi .read { text-align: left; }


/* Tips -----------------------------------------------------------------------------------------*/
.body .tips .catch {
	line-height: 1.4;
	text-align: left;
}

/* ボタン */
.body .tips .button { padding-top: 28px !important; }
.body .tips .button::after { top: calc(50% + 14px) !important; }

.body .tips .category {
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	color: var(--color-main);
	height: auto;
	padding-top: 0;
	padding-left: 60px;
	text-align: left;
	width: auto;
}
.body .tips .category::before {
	background-color: var(--color-main);
	-webkit-mask-image: url("../images/icon_tips.svg");
	mask-image: url("../images/icon_tips.svg");
	-webkit-mask-size: 78px auto;
	mask-size: 78px auto;
	content: "";
	height: 78px;
	position: absolute;
	top: -35px;
	left: -15px;
	width: 78px;
}


/* スポット -------------------------------------------------------------------------------------*/
.body .spot .title { display: block; }

/* 時間 */
.body .spot .time {
	background-color: transparent;
	border-radius: 0;
	color: var(--color-main);
	font-size: 1.2rem;
	height: auto;
	text-align: left;
	width: auto;
}
.body .spot .time .minute {
	font-size: 1.2rem;
	line-height: 1;
}
.body .spot .time .minute span {
	font-size: 2.0rem;
	padding-right: 2px;
}

/* コメント */
.body .spot .comment { text-align: left; }


/* カラー ---------------------------------------------------------------------------------------*/
.body .ferry .transport::before { background-image: url("../images/icon_ferry_en.svg"); }
.body .bus .transport::before { background-image: url("../images/icon_bus_en.svg"); }


/* アート作品 -----------------------------------------------------------------------------------*/
/* コンテンツ */
.body .art .contents li.etc { text-align: right; }


/* マップ ---------------------------------------------------------------------------------------*/
/* 注釈 */
.body .map .notes li { text-align: left; }

/* 混雑状況 */
.body .map .emergency { text-align: left; }


/* MOVIE ----------------------------------------------------------------------------------------*/
.body .movie {
	margin-top: 40px;
	padding-left: 40px;
}

.body .movie .youtube {
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}
.body .movie .youtube iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.body .movie .caption { margin-top: 10px; }
.body .movie .caption span {
	display: inline-block;
	margin-top: 10px;
}
/*-----------------------------------------------------------------------------------------------*/





@media(min-width: 530px) {
	/* Tips -----------------------------------------------------------------------------------------*/
	.body .tips:not(:first-of-type) { margin-top: 30px; }
	/* ボタン */
	.body .tips .button { padding-top: 0; }
	.body .tips .button::after { top: calc(50%); }
	.body .tips .category {
		top: 0;
		transform: translateY(0);
	}
	.body .tips .catch {
		margin-left: 0;
		padding-left: 15px;
	}
}



@media(min-width: 768px) {
}



@media(min-width: 1024px) {
}