@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');
@import url('https://fonts.googleapis.com/css2?family=League+Script&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: #31596c;
		padding-bottom: 50px;
	}
	#event a{
		color: #fff;
	}
	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: #fff;
	}
	#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: #fff;
	}
	#event img{
		display:block;
	}
	#event .margin-top30{
		margin-top: 30px;
	}
	#event #main_outer{
		margin: 0 5vw;
	}


	/*------------------------------------- header */

	#event h2{
		font-size: 1.5em;
		margin: 70px 5vw 10px;
		padding-bottom: 30px;
		text-align: left;
		color: #fff4a3;
		text-align: center;
	}
	#event h2 span{
		font-family: "League Script";
		color: #ffc26f;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	#event p{
		max-width: 740px;
		margin: 0 auto 0;
	}
	#event p#attention{
		border: 1px solid #fff;
		padding: 7px;
		text-align: center;
		margin-top: 20px;
	}

	/*-------------------------------------- detail */

	#event .outer{
	}
	#event .outer .img_box{
		max-width: 414px;
		margin: 0 auto 25px;
	}
	#event .outer .txt_box{
	}

	#event .outer p.place{
		position: absolute;
		width: 7em;
		top: -30px;
		left: 30px;
		background-color: #e57662;
		border-radius: 1.5em;
		font-size: 1.3em;
		font-family: 'Comfortaa','Zen Maru Gothic';
		color: #fff;
		text-align: center;
	}

	#event h3{
		margin: 30px 0 12px;
		font-size: 1.3em;
		font-style: italic;
	}

	#event table{
		margin: 0 auto 40px;
	}
	#event th,
	#event td{
		font-family: 'Comfortaa','Zen Maru Gothic';
	}
	#event th{
		text-align: right;
		padding: 10px 0;
	}
	#event td{
		width: 80%;
		padding: 10px 0 10px 20px;
	}

	/*-------------------------------------- btn */

	#event .button {
		margin: 0px 0 70px;
	}
	#event .button a {
		color: #5c391e;
		font-size: 1.15em;
		font-weight: bold;
		text-decoration: none;
		font-family: 'Zen Maru Gothic',sans-serif;
		background: #ffd619;
		border-radius: 50px;
		border: none;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 20px 30px;
		transition: 0.3s ease-in-out;
	}
	#event .button a:hover {
		background: #fff;
		color: #5c391e;
	}
	#event .button a:after {
		content: '';
		width: 9px;
		height: 9px;
		border-top: 3px solid #5c391e;
		border-right: 3px solid #5c391e;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 20px;
		border-radius: 2px;
		transition: 0.3s ease-in-out;
	}
	#event .button a:hover:after {
		border-color: #ffd619;
	}
	#event .button_out {
		margin: 60px auto 0px;
		width: 400px;
		background-color: #999;
		color: #fff;
		border-radius: 50px;
		font-family: 'Zen Maru Gothic',sans-serif;
		font-size: 1.15em;
		padding: 20px 30px;
		text-align: center;
	}
}

/*----------------------*/
/*          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: #31596c;
		padding-bottom: 70px;
	}
	#event a{
		color: #fff;
	}
	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: #fff;
	}
	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: #fff;
	}
	#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: #fff;
	}
	#event img{
		display:block;
	}
	#event .margin-top30{
		margin-top: 30px;
	}
	#event #main_outer{
		max-width: 740px;
		margin: 0 auto;
	}

	/*------------------------------------- header */

	#event h2{
		font-size: 1.75em;
		margin: 70px 5vw 10px;
		padding-bottom: 30px;
		text-align: left;
		color: #fff4a3;
		text-align: center;
	}
	#event h2 span{
		font-family: "League Script";
		color: #ffc26f;
		font-weight: bold;
		font-size: 1em;
	}
	#event p{
		max-width: 740px;
		margin: 0 auto 0;
	}
	#event p#attention{
		border: 1px solid #fff;
		padding: 7px;
		text-align: center;
		margin-top: 20px;
	}


	/*-------------------------------------- detail */

	#event .outer{
		display: flex;
		flex-direction: row-reverse;
		gap: 25px;
	}
	#event .outer .img_box{
		width: 45vw;
	}
	#event .outer .txt_box{
		width: 55vw;
	}

	#event .outer p.place{
		position: absolute;
		width: 7em;
		top: -30px;
		left: 30px;
		background-color: #e57662;
		border-radius: 1.5em;
		font-size: 1.3em;
		font-family: 'Comfortaa','Zen Maru Gothic';
		color: #fff;
		text-align: center;
	}

	#event h3{
		margin: 30px 0 12px;
		font-size: 1.3em;
		font-style: italic;
	}

	#event table{
		margin: 0 auto 40px;
	}
	#event th,
	#event td{
		font-family: 'Comfortaa','Zen Maru Gothic';
		padding: 10px;
	}
	#event th{
		text-align: right;
	}
	#event td{
		width: 80%;
	}

	/*-------------------------------------- btn */

	#event .button {
		margin: 0px auto 70px;
		width: 400px;
	}
	#event .button a {
		color: #5c391e;
		font-size: 1.15em;
		font-weight: bold;
		text-decoration: none;
		font-family: 'Zen Maru Gothic',sans-serif;
		background: #ffd619;
		border-radius: 50px;
		border: none;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 20px 30px;
		transition: 0.3s ease-in-out;
	}
	#event .button a:hover {
		background: #fff;
		color: #5c391e;
	}
	#event .button a:after {
		content: '';
		width: 9px;
		height: 9px;
		border-top: 3px solid #5c391e;
		border-right: 3px solid #5c391e;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 20px;
		border-radius: 2px;
		transition: 0.3s ease-in-out;
	}
	#event .button a:hover:after {
		border-color: #ffd619;
	}
	#event .button_out {
		margin: 60px auto 0px;
		width: 400px;
		background-color: #999;
		color: #fff;
		border-radius: 50px;
		font-family: 'Zen Maru Gothic',sans-serif;
		font-size: 1.15em;
		padding: 20px 30px;
		text-align: center;
	}

}