@charset "utf-8";

html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 62.5%;
	background: #00c1ff;
	color: #000;
}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
	html {
		font-size: calc(62.5% / 1.7);
	}
}

.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*** common style ***/
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility : hidden;
}

.hide {
	display: none;
	overflow: hidden;
	height: 0px;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/** movie-box **/
.movie-box {
	width: 100%;
	margin: 0 auto;
}
.movie-box-inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*** base ***/
/* Font Weight Reset */
/* h1,h2,h3,h4,h5,h6,th,td {
	font-weight: 500;
} */

.pageup a {
	z-index: 999;
}

@media only screen and (max-width: 640px) {
	#global-nav:nth-of-type(1) {
		display: none;
	}

	body {
	}
	
	#container {
	}
	#container-inner {
	}
	#content {
	}
	#content-inner {
	}

	.tree #content-inner {
	}

	.inner {
		width: 93.2%;
		margin: 0 auto;
	}

	.sp-hide {
		display: none;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat center top;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		width: 60px;
		height: 60px;
		background-size: contain;
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1280px;
	}
	
	#container {
		background: url(../images/header-bg-pc.png) repeat-x center top;
	}
	#container-inner {
	}
	#content {
		margin: -59px 0 0;
	}
	#content-inner {
	}

	.inner {
		width: 1200px;
		margin: 0 auto;
	}
	
	.pc-hide {
		display: none;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat center top;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		text-decoration: none;
		width: 66px;
		height: 66px;
		background-size: contain;
		position: fixed;
		right: 20px;
		bottom: 20px;

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	.pageup a:hover {
		opacity: 0.6;
	}
}

/*** contents ***/
#matsuri2024s-tree.schedule #content .block-head {
	color: #fff;
	text-align: center;
	position: relative;
}
#matsuri2024s-tree.schedule #content #block01 .block-head {
	background: #9b00ec;
}
#matsuri2024s-tree.schedule #content .block-head::after {
	content: "";
	top: 100%;
	left: 50%;
	position: absolute;
}
#matsuri2024s-tree.schedule #content #block01 .block-head::after {
	border-top: 14px solid #9b00ec;
}

#matsuri2024s-tree.schedule #content .block-head h2 {
	line-height: 1.0;
}

#matsuri2024s-tree.schedule #content .page-back {
	text-align: center;
}

@media screen and (max-width: 640px) {
	#matsuri2024s-tree.schedule #content .block-head {
		border-radius: 5.333333vw;
		padding: 3.2vw 0;
		margin: 0 0 6.4vw;
	}
	#matsuri2024s-tree.schedule #content .block-head::after {
		border: 2.4vw solid transparent;
		margin-left: -2.4vw;
	}
	#matsuri2024s-tree.schedule #content #block01 .block-head::after {
		border-top: 2.4vw solid #9b00ec;
	}

	#matsuri2024s-tree.schedule #content .block-head h2 {
		font-size: 3.0rem;
	}

	.matsuri2024s #content #block01 .project-frame.btn {
		text-align: center;
		border-radius: 0;
		padding: 0;
	}
	.matsuri2024s #block01 .project-frame.btn p {
		text-align: left;
		font-size: 2.0rem;
	}

	#matsuri2024s-tree.schedule #content .page-back {
		font-size: 3.2rem;
		padding: 6.4vw 0 0;
	}
}
@media screen and (min-width: 641px) {
	#matsuri2024s-tree.schedule #content .block-head {
		border-radius: 28px;
		padding: 14px 0;
		margin: 0 0 46px;
	}
	#matsuri2024s-tree.schedule #content .block-head::after {
		border: 13px solid transparent;
		margin-left: -13px;
	}
	#matsuri2024s-tree.schedule #content #block01 .block-head::after {
		border-top: 14px solid #9b00ec;
	}

	#matsuri2024s-tree.schedule #content .block-head h2 {
		font-size: 3.0rem;
	}
	#matsuri2024s-tree.schedule #content .block-head h2 span {
		font-size: 2.2rem;
	}

	.matsuri2024s #block01 .project-frame.btn p {
		text-align: center;
	}
	.matsuri2024s #block01 .project-frame.btn a {
		display: block;
		width: 494px;
		margin: 0 auto;

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	.matsuri2024s #block01 .project-frame.btn a:hover {
		opacity: 0.6;
	}

	#matsuri2024s-tree.schedule #content .page-back {
		font-size: 1.8rem;
		padding: 30px 0 0;
	}
}

/* block01 */
#matsuri2024s-tree.schedule #block01 {
}

#matsuri2024s-tree.schedule #block01 .schedule-box {
}
#matsuri2024s-tree.schedule #block01 .schedule-box h3 {
}
#matsuri2024s-tree.schedule #block01 .schedule-box table {
	width: 100%;
	border: 1px solid #898989;
	border-bottom: none;
}
#matsuri2024s-tree.schedule #block01 .schedule-box table th,
#matsuri2024s-tree.schedule #block01 .schedule-box table td {
	border-bottom: 1px solid #898989;
	vertical-align: middle;
}
#matsuri2024s-tree.schedule #block01 .schedule-box table th {
	font-weight: 600;
	border-right: 1px solid #898989;
	white-space: nowrap;
}
#matsuri2024s-tree.schedule #block01 .schedule-box.week th {
	background: #fff7a7;
}
#matsuri2024s-tree.schedule #block01 .schedule-box.sat th {
	background: #c4ebff;
}
#matsuri2024s-tree.schedule #block01 .schedule-box.sun th {
	background: #ffc4de;
}
#matsuri2024s-tree.schedule #block01 .schedule-box table td div {
	letter-spacing: -0.02em;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
}
#matsuri2024s-tree.schedule #block01 .schedule-box table td div:nth-child(2) {
	margin: 0.3em 0 0;
}
#matsuri2024s-tree.schedule #block01 .schedule-box table td img {
	border-radius: 50%;
}

@media screen and (max-width: 640px) {
	#matsuri2024s-tree.schedule #block01 {
		background: #fff;
		font-size: 2.8rem;
		padding: 0 0 3.2vw;
	}

	#matsuri2024s-tree.schedule #block01 h3 {
		font-size: 3.2rem;
		margin: 0 0 1.2vw;
	}
	#matsuri2024s-tree.schedule #block01 table {
		margin: 0 0 5.4vw;
	}
	#matsuri2024s-tree.schedule #block01 table th {
		width: 6.0em;
		padding: 1.4vw 1.8vw 1.5vw;
	}
	#matsuri2024s-tree.schedule #block01 table td {
		line-height: 1.3;
		padding: 1.4vw 1.8vw 1.5vw;
	}
	#matsuri2024s-tree.schedule #block01 .schedule-box table td figure {
		width: 13.2vw;
		margin: 0 2.0vw 0 0;
	}
}
@media screen and (min-width: 641px) {
	#matsuri2024s-tree.schedule #block01 {
	}
	#matsuri2024s-tree.schedule #block01 .inner {
		background: #fff;
		border-radius: 30px;
		/* padding: 90px 40px 16px; */
		padding: 90px 40px 35px;
	}

	#matsuri2024s-tree.schedule #block01 #schedule-frame {
		font-size: 1.6rem;

		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#matsuri2024s-tree.schedule #block01 .schedule-box {
		width: 540px;
	}

	#matsuri2024s-tree.schedule #block01 h3 {
		font-size: 2.4rem;
		margin: 0 0 6px;
	}
	#matsuri2024s-tree.schedule #block01 table {
		margin: 0 0 30px;
	}
	#matsuri2024s-tree.schedule #block01 table th {
		width: 8.0em;
		padding: 8px 10px;
	}
	#matsuri2024s-tree.schedule #block01 table td {
		padding: 8px 12px;
	}
	#matsuri2024s-tree.schedule #block01 .schedule-box table td figure {
		width: 52px;
		margin: 0 10px 0 0;
	}
}
