@charset "UTF-8";
/* CSS Document */


:root{
/*	--ys_color1: #e60056;*/
	--ys_color1: #e8651c;
	--ys_color2: #ffec01;
}

*, table *{
	box-sizing: border-box;
}

.clearText {
	color: transparent !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

	.linkButton a{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		font-size: 17px;
		border: none;
		background-color: var(--ys_color1);
		color: #FFFFFF;
		padding: 1.1em 3.0em;
		background-image: none;
		border-radius: 50px;
		min-width: 220px;
	}

	#pageNavi{
		margin: 0;
	}
	
	.content{
		width: 100% !important;
		padding-top: 0 !important;
	}
	.wrapper{
		background-color: #FFFFFF;
		border-radius: 20px;
		padding: 25px 40px;
	}
	h4{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700 !important;
		margin: 0 auto 20px !important;
		font-size: 170% !important;
		color: #000000 !important;
	}
	
	dl#title{
		display: flex;
		flex-direction: column;
		background-color: var(--ys_color1);
		padding-top: 3px;
	}
	dl#title dt{}
	dl#title dt img{
		display: block;
		width: 65%;
		height: auto;
		max-width: 1000px;
		min-width: 700px;
		margin: 0 auto;
	}
	dl#title dd{
		font-family: "M PLUS Rounded 1c", sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		padding: 25px 0 18px;
		letter-spacing: -0.08em;
		line-height: 1.25;
	}
	dl#title dd h4{
		font-size: 190% !important;
		text-align: center !important;
		font-weight: 800 !important;
		margin: 0 !important;
	}
	dl#title dd h4 p{
		font-size: 22px;
		color: var(--ys_color1);
		letter-spacing: 0;
	}
	dl#title dd .day{
		font-weight: 800;
		font-size: 24px;
	}
	dl#title dd .day .block span{
		position: relative;
		bottom: -2px;
		font-size: 165%;
		color: var(--ys_color1);
		margin: 0 0.08em;
	}
	
	#specialDetail .comment{
		border-top: 4px solid #489269;
		background-color: var(--ys_color2);
		padding: 35px;
	}
	#specialDetail .comment .wrapper{
		padding: 35px 45px 20px;
		line-height: 1.8;
	}
	#specialDetail .comment .wrapper p{
		display: block;
		width: 98%;
		font-size: 90%;
		line-height: 1.5;
		margin-left: 15px;
	}
	#specialDetail .comment .wrapper p:first-of-type{
		margin-top: 15px;
	}


	#flyer{
		background-color: var(--ys_color1);
		padding: 35px;
	}
	#flyer .wrapper{
		width: 780px !important;
		padding-top: 50px !important;
	}
	#flyer ul{
		display: flex;
		justify-content: space-between;
		width: 630px;
		margin: 0 auto 30px;
	}
	#flyer ul li{
		width: 297px;
		height: 420px
	}
	#flyer img{
		display: block;
		width: 300px;
		height: auto;
		box-shadow: 0px 1px 3px 1.5px rgba(0, 0, 0, 0.35);
		margin: 0 auto 20px;
	}
	
	
	
	#specialOverview{
		background-color: var(--ys_color2);
		padding: 45px !important;
		
	}
	#specialOverview .wrapper{
		padding: 40px 40px 20px 
	}
	#specialOverview dt{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		font-size: 17px !important;
	}
	#specialOverview dt,
	#specialOverview dd{
		margin-bottom: 12px !important;
	}
	
	#specialOverview dd{
			padding-top: 1px;
	}

	#specialOverview table{
		width: 750px;
		margin-bottom: 5px;
	}
	#specialOverview table tr{
		height: 60px;
	}
	#specialOverview table tr:first-of-type{
		height: 20px;
	}
	#specialOverview table tr th,
	#specialOverview table tr td{
		width: 250px;
		padding: 8px !important;
		border: 1px solid #999999 !important;
	}
	#specialOverview table tr th{
		background-color: #FFFBCB !important;
	}
	#specialOverview table tr:first-of-type th{
		background-color: #FFF394 !important;
		height: 20px;
	}
	#specialOverview table + span{
		display: block;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	
	#maeuri{
		background-color: var(--ys_color1);
		padding: 25px 0 35px !important;
		text-align: center !important;
	}
	#maeuri .wrapper{
		width: 850px !important;
		padding-top: 35px;
	}
	#maeuri h4{
		display: block;
		text-align: center !important;
		color: #FFFFFF !important;
	}
	#maeuri p{
		font-size: 14.5px;
		display: block;
	}
	#maeuri ul{
		display: inline-block;
		margin: 15px auto 25px;
		
	}
	#maeuri ul li{
		text-align: left;
		font-size: 16px;
		margin: 10px;
	}
	#maeuri ul li .text12{
		position: relative;
		bottom: 1px;
		margin-left: 2px;
	}

	#maeuri ul li::before{
		content: "◇";
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		margin-right: 4px;
	}
	
	
	#tenji{
		padding: 20px 0 !important;
	}
	#tenji h4{
		color: var(--ys_color1) !important;
		background-color: transparent !important;
		font-size: 28px !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}
	#tenji h5{
		font-family: "M PLUS Rounded 1c", sans-serif;
		display: block;
		text-align: center;
		color: var(--ys_color1);
		font-weight: 800;
		font-size: 22px;
		letter-spacing: -0.02em;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	#tenji h5 p{
		font-size: 18px;
		color: #000000;
		font-weight: 700;
	}
	
	#tenji h5 + p{
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}
	
	#tenji img{
		margin-bottom: 4px !important;
	}
	
	#tenji dl{
		display: flex;
		width: 980px;
		justify-content: space-around;
		align-items: center;
		text-align: center;
		margin-bottom: 50px;
		font-size: 13px;
	}
	#tenji dl dt{
		width: 400px;
	}
	#tenji dl dt img{
		display: block;
		height: auto;
		margin: 0 auto;
	}
	#tenji dl#tenji1 dt img{ width: 300px; }
	#tenji dl#tenji2 dt img{ width: 260px; }
	#tenji dl#tenji3 dt img{ width: 250px; }
	
	#tenji dl:nth-of-type(-n+2) dd img{
		border: 1px solid #CCCCCC;
		box-shadow: 0 0 1.5px 0 #CCCCCC;
	}
	
	#tenji dl dd{
		width: 550px;
	}
	#tenji dl dd img{
		display: block;
		width: 480px;
		height: auto;
		margin: 0 auto;
	}
	
	
	#tenji ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		margin-bottom: 80px;
		font-size: 13px;
	}
	#tenji ul li{
		min-width: 430px;
		
	}
	#tenji ul li img{
		display: block;
		height: auto;
		margin: 0 auto;
	}
	
	#tenji ul#tenji4{ width: 930px; }
	#tenji ul#tenji5{ width: 950px; }

	
	#tenji ul#tenji4 img{
		border: 1px solid #CCCCCC;
		box-shadow: 0 0 1.5px 0 #CCCCCC;
	}
	#tenji ul#tenji4 li:nth-of-type(1) img{	width: 320px; }
	#tenji ul#tenji4 li:nth-of-type(2) img{	width: 480px; }

	#tenji ul#tenji5 li:nth-of-type(1) img{	width: 450px; }
	#tenji ul#tenji5 li:nth-of-type(2) img{	width: 335px; }
	
	#tenji .tenjiBlock{
		margin-bottom: 70px;
	}
	
	#tenji .copy{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		display: block;
		text-align: center;
		font-size: 18px;
	}
	
	#sponsorship{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		letter-spacing: -0.03em;
		background-color: var(--ys_color1);
		padding: 10px 0 55px !important;
		text-align: center !important;
	}
	#sponsorship .wrapper{
		padding: 35px 0 40px;
	}
	#sponsorship h4{
		color: #FFFFFF !important;
		background-color: transparent !important;
		font-size: 28px !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}
	#sponsorship h5{
		font-family: "M PLUS Rounded 1c", sans-serif;
		display: block;
		text-align: center;
		color: var(--ys_color1);
		font-weight: 800;
		font-size: 22px;
		letter-spacing: -0.02em;
		line-height: 1.4;
		margin: 45px 0 20px;
	}
	#sponsorship h5 span{
		margin-right: 0.7em
	}
	#sponsorship h5:first-of-type{
		margin-top: 0;
	}
	
	#sponsorship #sp_list1{
		font-size: 20px;
	}
	#sponsorship #sp_list1 li{
		margin-bottom: 20px;
	}
	#sponsorship #sp_list1 li ul{
		display: flex;
		justify-content: space-between;
		width: 480px;
		margin: 5px auto -10px;
	}
	#sponsorship #sp_list1 li ul li{
		width: 220px;
		height: 82px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#sponsorship #sp_list1 li ul li:nth-of-type(1){ background-image: url("../images/sp1-1.png"); }
	#sponsorship #sp_list1 li ul li:nth-of-type(2){ background-image: url("../images/sp1-2.png"); }
	
	#sponsorship #sp_list2{
		font-size: 17px;
		width: 600px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sponsorship #sp_list2 li{
		width: 30%;
		margin-bottom: 15px;
	}

	#sponsorship #sp_list3{
		font-size: 14.5px;
		width: 820px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sponsorship #sp_list3 li{
		width: 25%;
		margin-bottom: 8px;
	}

	#sponsorship #sp_list4{
		width: 800px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	#sponsorship #sp_list4 li{
		width: 160px;
		height: 50px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#sponsorship #sp_list4 li:nth-of-type(1){ background-image: url("../images/sp2-1.png"); }
	#sponsorship #sp_list4 li:nth-of-type(2){ background-image: url("../images/sp2-2.png"); }
	#sponsorship #sp_list4 li:nth-of-type(3){ background-image: url("../images/sp2-3.png"); }
	#sponsorship #sp_list4 li:nth-of-type(4){ background-image: url("../images/sp2-4.png"); }

	
	#links{
		background-color: #95C89E;
		padding: 30px 0 60px !important;
	}
	#links .wrapper{
		width: 750px !important;
		padding: 10px;
	}
	#links h4{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		font-size: 25px !important;
		text-align: center !important;
		margin-bottom: 15px !important;
	}
	#links ul{
		display: block;
		width: 550px;
		margin: 0 auto;
	}
	#links ul li{
		display: block;
		width: 100%;
		margin: 30px auto;
	}
	#links ul li a{
		width: 100%;
		padding: 0.8em;
		font-weight: 400;
		background-color: #000000;
		
	}
	
	#panNavi{
		margin: 0;
	}


}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

	#nav_toggle{
		box-sizing: content-box;
	}
	
	.linkButton{
		width: 100%;
	}
	.linkButton a{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		font-size: 15px;
		border: none;
		background-color: var(--ys_color1);
		color: #FFFFFF;
		padding: 1.1em 2.0em;
		background-image: none;
		border-radius: 50px;
		width: 100%;
		margin: 0;
	}

	.content{
		padding: 0 !important;
	}
	.wrapper{
		width: 100%;
		margin: 0 !important;
		background-color: #FFFFFF;
		border-radius: 15px;
		padding: 20px ;
	}
	h4{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700 !important;
		margin: 0 auto 20px !important;
		font-size: 170% !important;
		color: #000000 !important;
	}
	
	dl#title{
		display: flex;
		flex-direction: column;
		background-color: var(--ys_color1);
		padding-top: 8px;
	}
	dl#title dt{
		margin-bottom: 8px;
	}
	dl#title dt img{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	dl#title dd{
		font-family: "M PLUS Rounded 1c", sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		padding: 15px 0 18px;
		letter-spacing: -0.08em;
		line-height: 1.25;
	}
	dl#title dd h4{
		font-size: 18px !important;
		text-align: center !important;
		font-weight: 800 !important;
		margin: 0 0 5px !important;
	}
	dl#title dd h4 p{
		font-size: 17px;
		color: var(--ys_color1);
		letter-spacing: 0;
		margin-bottom: 3px;
	}
	dl#title dd .day{
		font-weight: 800;
		font-size: 16px;
		line-height: 1.1;
	}
	dl#title dd .day .block{
		display: inline-block;
	}
	dl#title dd .day .block span{
		position: relative;
		bottom: -2px;
		font-size: 165%;
		color: var(--ys_color1);
		margin: 0 0.08em;
	}
	
	#specialDetail .comment{
		border-top: 4px solid #489269;
		background-color: var(--ys_color2);
		padding: 35px;
	}
	#specialDetail .comment .wrapper{
		padding: 25px 25px 10px;
		line-height: 1.8;
	}
	#specialDetail .comment .wrapper p{
		display: block;
		width: 98%;
		margin: 15px auto;
		font-size: 90%;
		line-height: 1.5;
	}
	#specialDetail .comment .wrapper p:last-of-type{
		padding-left: 0.5em;
		text-indent: -1em;
	}
	
	
	#flyer{
		background-color: var(--ys_color1);
		padding: 35px;
	}
	#flyer .wrapper{
		padding-top: 35px !important;
	}
	#flyer ul{
		display: block;
		width: 100%;
		margin: 0 auto 30px;
	}
	#flyer ul li{
		width: 60vw;
		max-width: 300px;
		max-height: 440px;
		margin: 0 auto 20px;
	}
	#flyer img{
		display: block;
		width: 100%;
		height: auto;
		box-shadow: 0px 0.5px 2px 1px rgba(0, 0, 0, 0.35);
		margin: 0 auto 20px;
	}
	
	
	
	#specialOverview{
		background-color: var(--ys_color2);
		padding: 25px 35px 35px !important;
		
	}
	#specialOverview .wrapper{
		padding: 30px 30px 20px 
	}
	#specialOverview dt{
		font-size: 17px !important;
		margin-bottom: 6px !important;
	}
	#specialOverview dd{
		margin-bottom: 20px !important;
	}
	
	#specialOverview table{
		width: 100%;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	#specialOverview table tr{
		height: 35px;
	}
	#specialOverview table tr:first-of-type{
		height: 35px;
	}
	#specialOverview table tr th,
	#specialOverview table tr td{
		width: 250px;
		padding: 5px !important;
		border: 1px solid #999999 !important;
	}
	#specialOverview table tr th{
		background-color: #FFFBCB !important;
	}
	#specialOverview table tr:first-of-type th{
		background-color: #FFF394 !important;
		height: 20px;
	}
	#specialOverview .remarks{
		display: block;
		line-height: 1.3;
		margin-bottom: 5px;
		padding-left: 1.2em;
		text-indent: -1.3em;
	}
	#specialOverview table + span span{
		position: relative;
		left: -1em;
	}
	
	
	#maeuri{
		background-color: var(--ys_color1);
		padding: 20px 35px 35px !important;
	}
	#maeuri .wrapper{
		padding-top: 30px;
	}
	#maeuri h4{
		display: block;
		text-align: center !important;
		color: #FFFFFF !important;
	}
	#maeuri p{
		display: block;
		padding-left: 1em;
		text-indent: -1em;
	}
	#maeuri ul{
		display: block;
		margin: 25px auto;
		
	}
	#maeuri ul li{
		text-align: left;
		font-size: 14px;
		margin: 10px;
	}
	#maeuri ul li .text12{
		position: relative;
		bottom: 1px;
		margin-left: 2px;
	}
	#maeuri ul li::before{
		content: "◇";
		vertical-align: middle;
		font-size: 14px;
		margin-right: 4px;
	}
	
	
	#tenji{
		padding: 15px 0 !important;
	}
	#tenji h4{
		color: var(--ys_color1) !important;
		background-color: transparent !important;
		font-size: 24px !important;
		font-weight: 700 !important;
		margin: 0 !important;
		padding-bottom: 10px !important;
	}
	#tenji h5{
		font-family: "M PLUS Rounded 1c", sans-serif;
		display: block;
		text-align: center;
		color: var(--ys_color1);
		font-weight: 800;
		font-size: 17px;
		letter-spacing: -0.02em;
		line-height: 1.4;
		margin-bottom: 25px;
	}
	#tenji h5 p{
		font-size: 16px;
		color: #000000;
		font-weight: 700;
	}
	
	#tenji h5 + p{
		display: block;
		margin-bottom: 30px;
	}
	
	#tenji img{
		margin-bottom: 4px !important;
	}
	
	#tenji dl{
		width: 90%;
		max-width: 450px;
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
	}
	#tenji dl dt,
	#tenji dl dd{
		width: 100%;
		margin: 0 auto 40px;
	}
	#tenji dl dt img, 
	#tenji dl dd img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#tenji dl:nth-of-type(-n+2) dd img{
		border: 1px solid #CCCCCC;
		box-shadow: 0 0 1.5px 0 #CCCCCC;
	}
	
	#tenji ul{
		width: 90%;
		max-width: 450px;
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
	}
	#tenji ul li{
		width: 100%;
		margin: 0 auto 40px;
	}
	#tenji ul li img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#tenji ul#tenji4 img{
		border: 1px solid #CCCCCC;
		box-shadow: 0 0 1.5px 0 #CCCCCC;
	}
	
	#tenji .tenjiBlock{
		margin-bottom: 60px;
	}
	
	#tenji .copy{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		display: block;
		text-align: center;
		font-size: 18px;
	}
	
	
	#sponsorship{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		letter-spacing: -0.03em;
		background-color: var(--ys_color1);
		padding: 5px 35px 35px !important;
		text-align: center !important;
	}
	#sponsorship .wrapper{
		padding: 35px 0 30px;
	}
	#sponsorship h4{
		color: #FFFFFF !important;
		background-color: transparent !important;
		font-size: 24px !important;
		font-weight: 700 !important;
		margin: 0 !important;
		padding-bottom: 15px !important;
	}
	#sponsorship h5{
		font-family: "M PLUS Rounded 1c", sans-serif;
		display: block;
		text-align: center;
		color: var(--ys_color1);
		font-weight: 800;
		font-size: 20px;
		letter-spacing: -0.02em;
		line-height: 1.4;
		margin: 45px 0 20px;
	}
	#sponsorship h5 span{
		margin-right: 0.7em
	}
	#sponsorship h5:first-of-type{
		margin-top: 0;
	}
	
	#sponsorship #sp_list1{
		font-size: 17px;
		line-height: 1.3;
	}
	#sponsorship #sp_list1 li{
		margin-bottom: 20px;
	}
	#sponsorship #sp_list1 li ul{
		display: flex;
		justify-content: space-around;
		width: 95%;
		max-width: 450px;
		margin: 0 auto;
	}
	#sponsorship #sp_list1 li ul li{
		width: 45%;
		height: 15vw;
		max-height: 85px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		margin-bottom: 0;
	}
	#sponsorship #sp_list1 li ul li:nth-of-type(1){ background-image: url("../images/sp1-1.png"); }
	#sponsorship #sp_list1 li ul li:nth-of-type(2){ background-image: url("../images/sp1-2.png"); }
	
	#sponsorship #sp_list2{
		font-size: 16px;
	}
	#sponsorship #sp_list2 li{
		margin-bottom: 10px;
	}

	#sponsorship #sp_list3{
		font-size: 14px;
		margin: 0 auto;
	}
	#sponsorship #sp_list3 li{
		margin-bottom: 5px;
	}

	#sponsorship #sp_list4{
		width: 90%;
		max-width: 450px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#sponsorship #sp_list4 li{
		width: 40%;
		height: 12vw;
		max-height: 70px;
		margin-bottom: 5vw;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#sponsorship #sp_list4 li:nth-of-type(1){ background-image: url("../images/sp2-1.png"); }
	#sponsorship #sp_list4 li:nth-of-type(2){ background-image: url("../images/sp2-2.png"); }
	#sponsorship #sp_list4 li:nth-of-type(3){ background-image: url("../images/sp2-3.png"); }
	#sponsorship #sp_list4 li:nth-of-type(4){ background-image: url("../images/sp2-4.png"); }

	
	#links{
		background-color: #95C89E;
		padding: 20px 35px 35px !important;
	}
	#links .wrapper{
		padding: 10px;
	}
	#links h4{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		font-size: 22px !important;
		text-align: center !important;
		margin-bottom: 12px !important;
	}
	#links ul{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	#links ul li{
		display: block;
		width: 100%;
		margin: 30px auto;
	}
	#links ul li a{
		width: 100%;
		padding: 0.8em;
		font-weight: 400;
		background-color: #000000;
		
	}
	
	#panNavi{
		margin: 0;
	}
	


}
