@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: #faecd6;
		padding-bottom: 50px;
	}
	#event a{
		color: #5f95e5;
	}
	body #event p,
	body #event b,
	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,
	#event th{
		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.75em;
		margin: 50px 5vw 0;
		padding-bottom: 30px;
		text-align: left;
		letter-spacing: 0.15em;
}
	#event p{
		margin: 0 5vw 0;
	}

	/*-------------------------------------- detail */

	#event .outer{
		margin: 30px 5vw 50px;
		padding: 40px 5vw 30px;
		max-width: 820px;
		background-color: #ffffff;
		border-radius: 40px;
		position: relative;
	}
	#event .outer p.place{
		position: absolute;
		width: 7em;
		top: -20px;
		left: 0px;
		background-color: #e57662;
		padding: 7px 15px;
		border-radius: 1.5em;
		font-size: 1.1em;
		font-family: 'Comfortaa','Zen Maru Gothic';
		color: #fff;
		text-align: center;
	}

	#event h3{
		text-align: center;
		border-bottom: 2px solid #eadac1;
		padding: 0 0 7px;
		margin-bottom: 20px;
		font-size: 1.3em;
	}

	#event table{
		max-width: 520px;
		margin: 0 auto;
	}
	#event th,
	#event td{
		font-family: 'Comfortaa','Zen Maru Gothic';
	}
	#event th{
		width: 20%;
		min-width: 100px;
		margin-bottom: 20px;
		border-bottom: 10px solid #fff;
	}
	#event th span{
		background-color: #faecd6;
		padding: 7px 0;
		border-radius: 1.5em;
		text-align: center;
		width: 100%;
		display: block;
	}
	#event td{
		width: 80%;
		padding: 7px 0 0 14px;
		vertical-align: middle;
	}


}

/*----------------------*/
/*          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: #faecd6;
		padding-bottom: 70px;
	}
	#event a{
		color: #5f95e5;
	}
	body #event p,
	body #event b,
	body #event li,
	body #event td,
	body #event dt,
	body #event dd{
		font-family: 'Comfortaa','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		font-size:14px;
		line-height:1.75em;
		color: #67361e;
	}
	body #event th{
		font-family: 'Comfortaa','Zen Maru Gothic','M PLUS Rounded 1c','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.75em;
		margin: 50px auto 0;
		padding-bottom: 30px;
		text-align: left;
		letter-spacing: 0.15em;
		max-width: 740px;
	}
	#event p{
		max-width: 740px;
		margin: 0 auto 0;
	}


	/*-------------------------------------- detail */

	#event .outer{
		margin: 30px auto 70px;
		padding: 40px 50px;
		max-width: 740px;
		background-color: #ffffff;
		border-radius: 40px;
		position: relative;
	}

	#event .outer p.place{
		position: absolute;
		width: 7em;
		top: -30px;
		left: 30px;
		background-color: #e57662;
		padding: 7px 15px;
		border-radius: 1.5em;
		font-size: 1.3em;
		font-family: 'Comfortaa','Zen Maru Gothic';
		color: #fff;
		text-align: center;
	}

	#event h3{
		text-align: center;
		border-bottom: 2px solid #eadac1;
		padding: 0 0 7px;
		margin-bottom: 20px;
	}

	#event table{
		max-width: 520px;
		margin: 0 auto;
	}
	#event th,
	#event td{
		font-family: 'Comfortaa','Zen Maru Gothic';
	}
	#event th{
		width: 20%;
		min-width: 100px;
		margin-bottom: 20px;
		border-bottom: 10px solid #fff;
	}
	#event th span{
		background-color: #faecd6;
		padding: 7px 0;
		border-radius: 1.5em;
		text-align: center;
		width: 100%;
		display: block;
	}
	#event td{
		width: 80%;
		padding: 7px 0 0 20px;
		vertical-align: middle;
	}

}