@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/2024/index/main_bg.png");
	background-size: cover;
	min-height: 1919px;
	margin-left: auto;
    margin-right: auto;
	background-position: top center;
	min-width: 1200px;
}
#catch h2 {
	padding-top: 210px;
	position: relative;
	z-index: 99;
}
#catch h2 img {
	margin-left: -60px;
}
#catch .box {
	width: 1000px;
	height: 350px;
	background-color: #FFFBE0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 60px;
	margin-top: 35px;
	box-shadow: 0px 0px 15px #999;
	position: relative;
	z-index: 99;
}
#catch .box h3 {
	padding-top: 30px;
}
#catch .box ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	width: 850px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 35px;
}
#catch .box ul li {
	margin-bottom: 30px;
}
#catch h4 {
	margin-top: 80px;
}
#catch h4+p {
	font-size: 20px;
	line-height: 1.8em;
	margin-top: 45px;
}
#catch .bg {
	position: absolute;
	top: 93px;
	left: 0px;
	right: 0px;
	background-image: url("../images/2024/index/main_fig.png");
	max-width: 1400px;
	height: 1826px;
	margin-left: auto;
    margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}





#event {
	background-color: #FFFBE0;
	padding-top: 60px;
	padding-bottom: 1px;
}
#event h2 {
	margin-bottom: 60px;
}
#event .inner {
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
#event .inner .fig01 {
	position: absolute;
	left: -150px;
	top: 120px;
}
#event .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
#event .flex .box {
	background-image: url("../images/2024/index/event_box.png");
	width: 600px;
	height: 420px;
	padding-right: 20px;
}
#event .flex .box figure {
	margin-top: -35px;
	margin-bottom: 25px;
}
#event .flex .box h3+p {
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 25px;
}
#event .flex .box .btn a {
	background-color: #F08831;
	display: block;
	width: 500px;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 25px;
	line-height: 50px;
	color: #fff;
	font-size: 23px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 35px;
}
#event .flex .box .btn.pink a {
	background-color: #ED8399;
}
#event .flex .box .btn.blue a {
	background-color: #5FC4D0;
}
#event .flex .box .btn a img {
	position: relative;
	top: 12px;
	margin-left: 10px;
}
#event .flex .box .btn a:hover {
	opacity: 0.7;
}
#event .flex:nth-child(even) {
	flex-direction: row-reverse;
}
#event .flex:nth-of-type(1) .box+figure {
	position: absolute;
	right: -50px;
	top: -50px;
}
#event .flex:nth-of-type(2) .box+figure {
	position: absolute;
	left: 10px;
	top: 155px;
}
#event .flex:nth-of-type(2) .btn a{
	margin-top: 20px;
}
#event .flex:nth-of-type(3) .box+figure {
	position: absolute;
	right: 20px;
	top: 20px;
}
#event .flex:nth-of-type(4) .box+figure {
	position: absolute;
	left: -180px;
	top: -20px;
}
#event .flex:nth-of-type(4) .btn a{
	margin-top: 50px;
}
#event .flex:nth-of-type(4) {
	z-index: 99;
	position: relative;
}
#event .flex:nth-of-type(5) .box+figure {
	position: absolute;
	right: -205px;
	top: -100px;
}
#event .fig02 {
	position: absolute;
	left: -240px;
	bottom: -380px;
	z-index: 0;
}





#fooddrive {
	padding-top: 70px;
}
#fooddrive .flex {
	background-color: #F08831;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	border-radius: 60px;
	align-items: center;
	margin-top: 30px;
}
#fooddrive .flex figure {
	margin-left: 25px;
	margin-top: 30px;
}
#fooddrive .flex div {
	text-align: left;
	width: 600px;
	color: #fff;
}
#fooddrive .flex div h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}
#fooddrive .flex div p {
	font-size: 20px;
	line-height: 1.6em;
}
#fooddrive .box {
	position: relative;
	margin-top: 30px;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
}
#fooddrive .box p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2em;
}
#fooddrive .box dl {
	border: 1px solid #231815;
	width: 550px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fooddrive .box dl dt {
	font-size: 25px;
	font-weight: 500;
	padding-left: 25px;
}
#fooddrive .box dl dd {
	font-size: 20px;
	text-align: left;
	margin-left: 25px;
	line-height: 1.1em;
}
#fooddrive .box .fig01 {
	position: absolute;
	left: -90px;
	bottom: -20px;
}
#fooddrive .box .fig02 {
	position: absolute;
	right: -120px;
	bottom: -35px;
}





#timeschedule {
	margin-top: 80px;
	background-color: #FFFBE0;
	padding-top: 80px;
	padding-bottom: 80px;
}
#timeschedule .inner {
	position: relative;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}
#timeschedule .inner table {
	position: relative;
	z-index: 999;
}
#timeschedule .inner tr:first-child th {
	border-top-left-radius: 20px;
}
#timeschedule .inner tr:first-child td {
	border-top-right-radius: 20px;
}
#timeschedule .inner tr:last-child th {
	border-bottom-left-radius: 20px;
}
#timeschedule .inner tr:last-child td {
	border-bottom-right-radius: 20px;
}
#timeschedule .inner tr {
	margin-bottom: 8px;
	display: block;
}
#timeschedule .inner th {
	background-color: #F9DA6B;
	font-size: 25px;
	font-weight: bold;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#timeschedule .inner td {
	font-size: 25px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 20px;
	position: relative;
	width: 700px;
	line-height: 1.2em;
}
#timeschedule .inner td .koubo {
	font-size: 20px;
	color: #666666;
	position: absolute;
	right: 20px;
}
#timeschedule .inner .blue th {
	background-color: #5FC4D0;
}
#timeschedule .inner .blue td {
	background-color: #CFEEF1;
	position: relative;
	padding-bottom: 25px;
}
#timeschedule .inner .blue td h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 10px;
}
#timeschedule .inner .blue td h3+p {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.4em;
}
#timeschedule .inner .blue td .btn a {
	display: block;
	background-color: #5FC4D0;
	color: #fff;
	text-decoration: none;
	width: 650px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 23px;
}
#timeschedule .inner .blue td .btn a:hover {
	opacity: 0.7;
}
#timeschedule .inner .blue td .btn a img {
	position: relative;
	top: 12px;
	margin-left: 8px;
}
#timeschedule .inner .blue td figure {
	position: absolute;
	right: -50px;
	top: -50px;
}
#timeschedule .fig01 {
	position: absolute;
	right: -200px;
	top: -175px;
}
#timeschedule .fig02 {
	position: absolute;
	left: -220px;
	bottom: -230px;
}
#timeschedule .fig03 {
	position: absolute;
	right: -170px;
	bottom: -265px;
}
#activeevent {
	padding-top: 80px;
	position: relative;
	z-index: 1;
}
#activeevent .inner {
	width: 1170px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
#activeevent .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
#activeevent .flex .box {
	background-image: url("../images/2024/index/active_box.png");
	width: 368px;
	height: 542px;
	padding-right: 10px;
}
#activeevent .flex .box .pin img {
	width: 48px;
	height: auto;
	margin-top: -12px;
}
#activeevent .flex .box h3 {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	align-items: center;
	height: 110px;
}
#activeevent .flex .box h3 span {
	font-size: 18px;
	line-height: 1.2em;
	margin-left: 20px;
}
#activeevent .flex .box h4 {
	font-size: 28px;
	font-weight: bold;
	color: #F18E2C;
	margin-top: 10px;
	line-height: 1.1em;
	margin-bottom: 20px;
}
#activeevent .flex .box dl dt {
	background-color: #F8C398;
	width: 205px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
    margin-right: auto;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#activeevent .flex .box dl dd {
	font-size: 16px;
}
#activeevent .flex .box:nth-of-type(2) h4 {
	margin-bottom: 25px;
}
#activeevent .inner .fig01 {
	position: absolute;
	right: -110px;
	bottom: -270px;
	z-index: 0;
}
#faq {
	background-color: #FFFBE0;
	margin-top: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 0;
}
#faq .inner {
	position: relative;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
}
#faq h2+p {
	font-size: 22px;
	line-height: 1.4em;
	margin-top: 20px;
}
#faq .btn a {
	background-color: #F08831;
	display: block;
	width: 500px;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 25px;
	line-height: 50px;
	color: #fff;
	font-size: 23px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 35px;
}
#faq .btn a img {
	position: relative;
	top: 12px;
	margin-left: 10px;
}
#faq .btn a:hover {
	opacity: 0.7;
}
#faq .fig01 {
	position: absolute;
	right: -180px;
	top: -230px;
}





#kyonen {
	background-color: #F4F4F4;
	padding-top: 80px;
	padding-bottom: 80px;
}
#kyonen .inner {
	width: 1086px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
#kyonen .inner .fig01 {
	position: absolute;
	left: -180px;
	top: -220px;
}
#kyonen .inner .fig02 {
	position: absolute;
	right: -100px;
	bottom: -200px;
}
#kyonen ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    width: 1085px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
	position: relative;
	z-index: 99;
}
#kyonen ul::after {
    content: "";
    width: 340px;
}
#kyonen ul li {
    width: 340px;
    height: 200px;
    margin-bottom: 30px;
}
#kyonen ul li img {
    width: 340px;
    height: 200px;
    object-fit: cover;
}




#access {
    padding-top: 100px;
}
#access iframe {
    margin-top: 30px;
    width: 100%;
    height: 440px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-color: #FFFBE0;
}
#catch .box {
	background-color: #FFFBE0;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 1%;
	border-radius: 20px;
	margin-top: -62vw;
	box-shadow: 0px 0px 15px #999;
}
#catch .box h3 {
	padding-top: 3%;
	margin-left: 5%;
    margin-right: 5%;
}
#catch .box ul {
	margin-left: auto;
    margin-right: auto;
	margin-top: 2%;
}
#catch .box ul li {
	margin-bottom: 3%;
	width: 68%;
	margin-left: auto;
    margin-right: auto;
}
#catch h4 {
	margin-top: 10%;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
#catch h4+p {
	line-height: 1.8em;
	margin-top: 3%;
}





#event {
	background-color: #FFFBE0;
	padding-top: 60px;
	padding-bottom: 1px;
}
#event h2 {
	margin-bottom: 10%;
	width: 70%;
	margin-left: auto;
    margin-right: auto;
}
#event .inner {
	margin-left: 5%;
    margin-right: 5%;
	position: relative;
}
#event .inner .fig01 {
	position: absolute;
	left: -5vw;
	top: 20vw;
	width: 30%;
}
#event .flex {
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 3%;
	position: relative;
	z-index: 1;
}
#event .flex.omiyage {
	margin-bottom: 15%;
}
#event .flex .box {
	background-image: url("../images/2024/index/event_box_sp.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 10%;
	background-position: right bottom;
}
#event .flex .box figure {
	width: 10%;
	margin-left: auto;
    margin-right: auto;
}
#event .flex .box figure img {
	position: relative;
	top: -4vw;
}
#event .flex .box h3 {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	margin-top: -3vw;
}
#event .flex .box h3+p {
	line-height: 1.6em;
	margin-top: 2%;
}
#event .flex .box .btn a {
	background-color: #F08831;
	display: block;
	width: 75%;
	height: 40px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 25px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5%;
}
#event .flex .box .btn.pink a {
	background-color: #ED8399;
}
#event .flex .box .btn.blue a {
	background-color: #5FC4D0;
}
#event .flex .box .btn a img {
	position: relative;
	top: 12px;
	margin-left: 10px;
	width: 2vw;
}
#event .flex .box .btn a:hover {
	opacity: 0.7;
}
#event .flex .box figure.sp {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
#event .flex .box figure.sp img {
	position: relative;
	top: 0px;
}
#event .flex:nth-of-type(2) .btn a{
	margin-top: 20px;
}
#event .flex:nth-of-type(1) .box+figure {
	text-align: right;
	margin-top: -8vw;
	margin-right: -3vw;
}
#event .flex:nth-of-type(1) .box+figure img {
	width: 35%;
}
#event .flex:nth-of-type(2) .box+figure {
	text-align: left;
	margin-top: -8vw;
	margin-right: -3vw;
}
#event .flex:nth-of-type(2) .box+figure img {
	width: 35%;
}
#event .flex:nth-of-type(3) .box+figure {
	text-align: right;
	margin-right: -3vw;
	margin-top: -7vw;
}
#event .flex:nth-of-type(3) .box+figure img {
	width: 35%;
}
#event .flex:nth-of-type(4) .box+figure {
	text-align: left;
	margin-top: -8vw;
	margin-right: -3vw;
}
#event .flex:nth-of-type(4) .box+figure img {
	width: 35%;
}
#event .flex:nth-of-type(5) .box+figure {
	text-align: right;
	margin-top: -8vw;
	margin-right: -3vw;
}
#event .flex:nth-of-type(5) .box+figure img {
	width: 35%;
}
#event .fig02 {
	position: absolute;
	z-index: 0;
	left: -10vw;
	bottom: -14vw;
	width: 30%;
}





#fooddrive {
	padding-top: 8%;
	position: relative;
	z-index: 11;
}
#fooddrive h2 {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
#fooddrive .flex {
	background-color: #F08831;
	margin-left: 5%;
    margin-right: 5%;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	border-radius: 20px;
	align-items: center;
	margin-top: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
}
#fooddrive .flex figure {
	margin-left: 1%;
	width: 30%;
	margin-right: 4%;
}
#fooddrive .flex div {
	text-align: left;
	color: #fff;
	margin-right: 4%;
	width: 70%;
}
#fooddrive .flex div h3 {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 3%;
}
#fooddrive .flex div p {
	line-height: 1.6em;
	font-size: 3vw;
}
#fooddrive .box {
	position: relative;
	margin-top: 5%;
	margin-left: auto;
    margin-right: auto;
}
#fooddrive .box p {
	font-weight: 500;
	line-height: 2em;
}
#fooddrive .box dl {
	border: 1px solid #231815;
	margin-left: 5%;
    margin-right: 5%;
	margin-top: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fooddrive .box dl dt {
	font-size: 4vw;
	font-weight: 500;
	margin-bottom: 1%;
}
#fooddrive .box dl dd {
	text-align: left;
	margin-left: 25px;
	line-height: 1.5em;
}
#fooddrive .box .fig01{
	width: 40%;
	float: left;
	margin-top: 30vw;
	margin-left: 2%;
}
#fooddrive .box .fig02{
	width: 50%;
	float: right;
	margin-top: 5vw;
	margin-right: 2%;
}






#timeschedule {
	clear: both;
	margin-top: 10%;
	background-color: #FFFBE0;
	padding-top: 0px;
	padding-bottom: 10%;
	position: relative;
	top: -10vw;
	z-index: 1;
}
#timeschedule h2 {
	width: 65%;
	margin-left: auto;
    margin-right: auto;
}
#timeschedule .inner {
	position: relative;
	margin-left: 5%;
    margin-right: 5%;
	margin-top: 5%;
}
#timeschedule .inner table {
	position: relative;
	z-index: 999;
}
#timeschedule .inner tr:first-child th {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#timeschedule .inner tr:last-child td {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#timeschedule .inner tr {
	margin-bottom: 8px;
	display: block;
}
#timeschedule .inner th {
	background-color: #F9DA6B;
	font-weight: bold;
	display: block;
	padding-top: 3%;
	padding-bottom: 3%;
}
#timeschedule .inner td {
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	background-color: #fff;
	position: relative;
	display: block;
}
#timeschedule .inner td .koubo {
	font-size: 3vw;
	color: #666666;
	position: absolute;
	right: 5px;
}
#timeschedule .inner .blue th {
	background-color: #5FC4D0;
}
#timeschedule .inner .blue td {
	background-color: #CFEEF1;
	position: relative;
	padding-bottom: 25px;
}
#timeschedule .inner .blue td h3 {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 10px;
}
#timeschedule .inner .blue td h3+p {
	margin-top: 5%;
	margin-bottom: 5%;
	line-height: 1.4em;
}
#timeschedule .inner .blue td .btn a {
	display: block;
	background-color: #5FC4D0;
	color: #fff;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	font-size: 3vw;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
}
#timeschedule .inner .blue td .btn a:hover {
	opacity: 0.7;
}
#timeschedule .inner .blue td .btn a img {
/*	position: relative;
	top: 12px;
	margin-left: 2px;
	width: 2vw;*/
	display: none;
}
#timeschedule .inner .blue td figure {
	margin-top: 5%;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
#timeschedule .fig01 {
	position: absolute;
	right: -5vw;
	top: -7vw;
	width: 20%;
}
#timeschedule .fig02 {
	position: absolute;
	left: -10vw;
	bottom: -15vw;
	width: 30%;
}
#timeschedule .fig03 {
	position: absolute;
	right: -5vw;
	bottom: -22vw;
	width: 30%;
}
#activeevent {
	padding-top: 10%;
}
#activeevent h2 {
	width: 55%;
	margin-left: auto;
    margin-right: auto;
}
#activeevent .inner {
	margin-left: 5%;
    margin-right: 5%;
	position: relative;
}
#activeevent .flex {
	margin-top: 10%;
}
#activeevent .flex .box {
	background-image: url("../images/2024/index/active_box.png");
	background-size: cover;
	background-position: bottom right;
	padding-right: 10px;
	margin-bottom: 15%;
	padding-bottom: 10%;
}
#activeevent .flex .box .pin img {
	width: 7vw;
	height: auto;
	margin-top: -3vw;
}
#activeevent .flex .box h3 {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	align-items: center;
	margin-bottom: 2%;
}
#activeevent .flex .box h3 span {
	line-height: 1.2em;
	margin-left: 5%;
	font-size: 3.5vw;
}
#activeevent .flex .box h4 {
	font-size: 4.5vw;
	font-weight: bold;
	color: #F18E2C;
	margin-top: 10px;
	line-height: 1.1em;
	margin-bottom: 3%;
}
#activeevent .flex .box dl dt {
	background-color: #F8C398;
	width: 70%;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
    margin-right: auto;
	font-weight: bold;
	border-radius: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#activeevent .flex .box dl dd {
}
#activeevent .flex .box:nth-of-type(2) h4 {
	margin-bottom: 25px;
}
#activeevent .inner .fig01 {
	position: absolute;
	right: -5vw;
	bottom: -18vw;
	z-index: 0;
	width: 45%;
}
#faq {
	background-color: #FFFBE0;
	margin-top: 10%;
	padding-top: 10%;
	padding-bottom: 10%;
}
#faq h2 {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
#faq h2+p {
	line-height: 1.4em;
	margin-top: 5%;
}
#faq .btn a {
	background-color: #F08831;
	display: block;
	width: 80%;
	height: 40px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 25px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5%;
}
#faq .btn a img {
	position: relative;
	top: 12px;
	margin-left: 10px;
	width: 2.4vw;
}
#faq .btn a:hover {
	opacity: 0.7;
}





#kyonen {
	background-color: #F4F4F4;
	padding-top: 10%;
	padding-bottom: 10%;
}
#kyonen h2 {
	width: 30%;
	margin-left: auto;
    margin-right: auto;
}
#kyonen .inner {
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
#kyonen .inner .fig01 {
	position: absolute;
	left: -5vw;
	top: -20vw;
	width: 12%;
}
#kyonen .inner .fig02 {
	position: absolute;
	right: 0px;
	bottom: -10vw;
	width: 20%;
}
#kyonen ul {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}
#kyonen ul li {
    width: 48%;
    height: 25vw;
    background-color: #fff;
    margin-bottom: 4%;
}
#kyonen ul li img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}







#access {
    padding-top: 10%;
	margin-bottom: 10%;
}
#access h2 {
	width: 25%;
	margin-left: auto;
    margin-right: auto;
}
#access iframe {
    margin-top: 5%;
    width: 100%;
    height: 60vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}