@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: #f4edeb;
		text-align: center;
		padding-bottom: 30px;
	}
	#event a{
		color: #fa4f90;
	}
	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: #5c391e;
	}
	#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: #5c391e;
	}
	#event img{
		display:block;
	}
	#event .margin-top30{
		margin-top: 30px;
	}

	/*------------------------------------- main */

	#event h2{
		font-size: 1.5em;
		margin: 70px 5vw 30px;
		color: #5c391e;
	}
	#event h2 > span{
		font-size: 0.7em;
	}
	#event h3{
		font-size: 1.4em;
		color: #5c391e;
		text-align: center;
		font-weight: normal;
		margin: 0 5vw;
	}
	#event h4{
		margin-top: 70px;
	}
	#event h4 span{
		font-size: 1.2em;
	}

	#event .box-outer{
		margin: 0 5vw;
	}
	#event .box-img{
	}
	#event .box-img img{
		border-radius: 20px;
	}
	#event .box-txt{
		flex: 1;
		padding-top: 20px;
	}

	#event p.design_img{
		margin: 40px auto;
	}
	#event p.design_img img{
		display: inline-block;
	}
	#event p{
		text-align: left;
		margin: 20px 5vw;
	}
	#event table{
		margin: 20px 5vw;
		text-align: left;
	}
	#event th{
		padding: 12px 0;
		width: 10em;
		border-bottom: 1px solid #d5d2c3;
		font-size: 1.1em;
		font-weight: normal;
	}
	#event td{
		padding: 12px 0;
		border-bottom: 1px solid #d5d2c3;
	}

	/*-------------------------------------- btn */

	#event .button {
		margin: 0px 10vw 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: #f4edeb;
		text-align: center;
		box-shadow: 0px 0px 15px 0px rgba(205, 205, 205, 1);
		padding-bottom: 30px;
	}
	#event a{
		color: #fa4f90;
	}
	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: #5c391e;
	}
	#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: #5c391e;
	}
	#event img{
		display:block;
	}
	#event .margin-top30{
		margin-top: 30px;
	}
	#event #main_outer{
		margin: 0 5%;
	}

	/*------------------------------------- main */

	#event h2{
		font-size: 1.6em;
		margin: 70px 0 30px;
		color: #5c391e;
	}
	#event h2 > span{
		font-size: 0.7em;
	}
	#event h3{
		font-size: 1.4em;
		color: #5c391e;
		text-align: left;
		font-weight: normal;
	}
	#event h4{
		margin-top: 70px;
	}
	#event h4 span{
		font-size: 1.2em;
	}

	#event .box-outer{
		display: flex;
		gap: 30px;
		flex-direction: row-reverse;
		max-width: 800px;
		margin: 0 auto;
	}
	#event .box-img{
		width: 380px;
	}
	#event .box-img img{
		border-radius: 20px;
	}
	#event .box-txt{
		flex: 1;
		padding-top: 20px;
	}

	#event p.design_img{
		margin: 40px auto;
	}
	#event p.design_img img{
		display: inline-block;
	}
	#event p{
		text-align: left;
		max-width: 740px;
		margin: 20px auto;
	}
	#event table{
		max-width: 700px;
		margin: 20px auto;
		text-align: left;
	}
	#event th{
		padding: 12px 0;
		width: 10em;
		border-bottom: 1px solid #d5d2c3;
		font-size: 1.1em;
		font-weight: normal;
	}
	#event td{
		padding: 12px 0;
		border-bottom: 1px solid #d5d2c3;
	}

	/*-------------------------------------- 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;
	}
}