@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=M+PLUS+Rounded+1c:wght@400;700;800&display=swap');

/*======================
           mb           
======================*/
@media screen and (max-width: 768px) {

	/* --------- 調整・消去 --------- */
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .group{
		padding: 0 0 80px;
	}
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .group .inner{
		width: 100%;
	}
	body .post-content p,
	body .post-content h2,
	body .post-content h3{
		margin: 0;
	}
	#event .pc { display: none !important; }
	#event .sp { display: block !important; }

	#event {
		margin-top: 8px; /*Tokaiロゴとの距離*/
		background:#ffdcce ;
	}
	.content-main img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#event .content img.img-responsive {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	/*---------------------------------------- 共通 */

	#event .content-main{
		background-color: #f6bec1;
		text-align: center;
	}
	#event a{
		color: #41a86f;
	}
	body #event p,
	body #event b,
	body #event th,
	body #event td,
	body #event li,
	body #event dt,
	body #event dd{
		font-family: 'Comfortaa','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		font-size:14px;
		line-height:1.75em;
		color: #67361e;
	}
	#event h1,
	#event h2,
	#event h3,
	#event h4,
	#event h5{
		font-family: 'Comfortaa','Zen Maru Gothic','M PLUS Rounded 1c','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		transform: rotate(0.05deg);
		line-height:1.4em;
		font-weight: bold;
		font-feature-settings : "palt";
		color: #67361e;
	}
	#event img{
		display:block;
	}
	#event .margin-top30{
		margin-top: 30px;
	}

	/*------------------------------------- header */

	#event h2{
		font-size: 1.3em;
		margin: 50px 0 30px;
	}
	#event h2 span{
		font-size: 2.3em;
		color: #fff;
		text-shadow:
			1px 1px 0px #000, -1px -1px 0px #8b421d,
			-1px 1px 0px #000, 1px -1px 0px #8b421d,
			1px 0px 0px #000, -1px  0px 0px #8b421d,
			0px 1px 0px #000, 0px -1px 0px #8b421d;
		line-height: 1.4em;
	}


	/*-------------------------------------- detail */

	#event .outer{
		margin: 0 auto;
		padding: 10vw 5vw;
		max-width: 820px;
		background-color: #fffbeb;
		border-radius: 40px;
	}
	#event .outer h3{
		font-size: 1.5em;
	}
	#event .outer p.place{
		margin-bottom: 8px;
	}
	#event .outer p.place span{
		background-color: #fee793;
		padding: 10px 40px;
		border-radius: 1.5em;
		font-size: 1.1em;
		line-height: 3em;
		font-family: 'Comfortaa','Zen Maru Gothic';
	}
	#event .outer p.popup_info{
		max-width: 400px;
		width: 100%;
		text-align: left;
		font-size: 1.1em;
		font-weight: bold;
		font-family: 'Comfortaa','Zen Maru Gothic';
		line-height: 2.4em;
		margin: 30px 0;
	}
	#event .outer p.popup_info span{
		background-color: #fff;
		padding: 0 25px;
		display: block;
		margin-bottom: 7px;
		border-radius: 1.5em;
		border: 1px solid #fee793;
	}
	#event .outer p.popup_detail{
		max-width: 640px;
		margin: 30px 0;
		text-align: left;
	}
	#event .outer .chirashi p{
		font-size: 0.9em;
		margin-top: 7px;
	}
	#event .outer .chirashi img{
		border-radius: 15px;
	}

	/*-------------------------------------- ending */

	#event #ending{
		text-align: center;
		padding: 40px 0;
		width: 260px;
		margin: 0 auto;
	}
	#event #ending img{
		display: inline-block;
	}


}

/*----------------------*/
/*          pc          */
/*----------------------*/
@media print, screen and (min-width: 769px) {

	/* --------- 調整・消去 --------- */
	body header.title_area,
	body .group:nth-of-type(2n-1)::before {
		display: none !important;
	}
	body .group,
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .inner{
		max-width: 960px;
		width: 100%;
	}
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .post-content p,
	body .post-content h2,
	body .post-content h3{
		margin: 0;
	}
	#event div.image{
		text-align:center;
	}

	#event div.image{
		text-align:center;
	}
	#event .content-topic {
		margin: 0 auto;
		padding-top:68px;
		padding-bottom: 100px;
	}
	#event .content-topic a:hover {
		text-decoration: none;
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
	}
	#event .pc { display: block !important; }
	#event .sp { display: none !important; }
	#event img { display:block; }

	/*---------------------------------------- 共通 */
	
	#event .content-main{
		background-color: #f6bec1;
		text-align: center;
	}
	#event a{
		color: #41a86f;
	}
	body #event p,
	body #event b,
	body #event th,
	body #event td,
	body #event li,
	body #event dt,
	body #event dd{
		font-family: 'Comfortaa','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		font-size:14px;
		line-height:1.75em;
		color: #67361e;
	}
	#event h1,
	#event h2,
	#event h3,
	#event h4,
	#event h5{
		font-family: 'Comfortaa','Zen Maru Gothic','M PLUS Rounded 1c','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		transform: rotate(0.05deg);
		line-height:1.4em;
		font-weight: bold;
		font-feature-settings : "palt";
		color: #67361e;
	}
	#event img{
		display:block;
	}
	#event .margin-top30{
		margin-top: 30px;
	}
	#event #main_outer{
		margin: 0 5%;
	}

	/*------------------------------------- header */

	#event h2{
		font-size: 1.5em;
		margin: 50px 0 30px;
	}
	#event h2 span{
		font-size: 2.3em;
		color: #fff;
		text-shadow:
			1px 1px 0px #000, -1px -1px 0px #8b421d,
			-1px 1px 0px #000, 1px -1px 0px #8b421d,
			1px 0px 0px #000, -1px  0px 0px #8b421d,
			0px 1px 0px #000, 0px -1px 0px #8b421d;
		line-height: 1.4em;
	}


	/*-------------------------------------- detail */

	#event .outer{
		margin: 0 auto;
		padding: 50px;
		max-width: 820px;
		background-color: #fffbeb;
		border-radius: 40px;
	}

	#event .outer p.place span{
		background-color: #fee793;
		padding: 10px 40px;
		border-radius: 1.5em;
		font-size: 1.4em;
		line-height: 2.8em;
		font-family: 'Comfortaa','Zen Maru Gothic';
	}
	#event .outer p.popup_info{
		width: 400px;
		text-align: left;
		font-size: 1.2em;
		font-weight: bold;
		font-family: 'Comfortaa','Zen Maru Gothic';
		line-height: 2.4em;
		margin: 30px auto;
	}
	#event .outer p.popup_info span{
		background-color: #fff;
		padding: 0 25px;
		display: block;
		margin-bottom: 7px;
		border-radius: 1.5em;
		border: 1px solid #fee793;
	}
	#event .outer p.popup_detail{
		width: 640px;
		margin: 30px auto;
		text-align: left;
	}
	#event .outer .chirashi p{
		font-size: 0.9em;
		margin-top: 7px;
	}
	#event .outer .chirashi img{
		border-radius: 15px;
	}

	/*-------------------------------------- ending */

	#event #ending{
		text-align: center;
		padding: 40px 0;
	}
	#event #ending img{
		display: inline-block;
	}

}