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

.smallsize_image{
	display:none;
}
.festa{
	margin:0;
}
.festa .main {
	position:relative;
}
.festa .main .area{
    background:url("https://www.muku.co.jp/event/wp-content/uploads/2020/12/0109/20210109_main_bg.jpg") repeat; 
    width: 100%;
    height:800px;
    background-attachment: fixed;
    overflow:hidden;
}
.festa .main .area img{
	position:absolute;
	bottom:0;
	z-index:1;
	width:100%;
		height:100%;
		object-fit:cover;
}

.festa .main .area .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.festa .main .area .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(122 214 188 / 30%);
    animation: animate 25s cubic-bezier(0.45, 0.05, 0.55, 0.30) infinite;
    bottom: -100px;
}

.festa .main .area .circles li:nth-child(1){
    left: 5%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
}


.festa .main .area .circles li:nth-child(2){
    left: 10%;
    width: 50px;
    height: 50px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.festa .main .area .circles li:nth-child(3){
    left: 70%;
    width: 80px;
    height: 80px;
    animation-delay: 4s;
}

.festa .main .area .circles li:nth-child(4){
    left: 40%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.festa .main .area .circles li:nth-child(5){
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}

.festa .main .area .circles li:nth-child(6){
    left: 55%;
    width: 50px;
    height: 50px;
    animation-delay: 3s;
}

.festa .main .area .circles li:nth-child(7){
    left: 25%;
    width: 70px;
    height: 70px;
    animation-delay: 7s;
}

.festa .main .area .circles li:nth-child(8){
    left: 50%;
    width: 90px;
    height: 90px;
    animation-delay: 15s;
    animation-duration: 10s;
}

.festa .main .area .circles li:nth-child(9){
    left: 20%;
    width: 55px;
    height: 55px;
    animation-delay: 2s;
    animation-duration: 25s;
}

.festa .main .area .circles li:nth-child(10){
    left: 85%;
    width: 80px;
    height: 80px;
    animation-delay: 5s;
    animation-duration: 20s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    80%{
        transform: translateY(-400px) rotate(360deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-800px) rotate(720deg);
        opacity: 0;
        border-radius: 70%;
    }

}

.sub .present{
	background:#fbf963;
	position:relative;
	margin:0 auto;
	padding:70px 0 10px 0;
}
.sub .present h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:400% !important;
	letter-spacing:0em;
	line-height:1em;
	border-bottom:none !important;
	margin:0 !important;
}
.sub .present h4 strong{
	line-height:1em;
	color:#fff;
	font-weight:bold;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000 !important;
}
.sub .present h4 span{
	font-size:50% !important;
	margin:0 0 0 1em;
}
.sub .present ul{
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.sub .present ul li{
	width:33.333333%;
}

.sub .present ul li dl{
}

.sub .present ul li dl dt{
	width:100%;
	overflow:hidden;
}

.sub .present ul li dl dt img{
	height:100%;
	width:100%;
	object-fit:cover;
}

.sub .present ul li dl dd{
	width:85%;
	margin:auto;
}

.sub .present ul li dl dd h5{
	font-weight:bold;
	font-size:130%;
	margin:0.5em 0;
}

.sub .present ul li dl dd p span{
	font-size:90%;
	text-align:center;
	padding:3px;
	display:block;
	border:1px solid #000;
	margin:1em 0 0 0;
}
.sub .present > p{
	font-size:90%;
	width:96%;
	line-height:1.5em;
	margin:50px auto 10px auto;
	background:#fff;
	padding:10px;
}


.sub .exp{
	background:#e9d999;
	padding:70px 30px 30px 30px;
	position:relative;
	margin:0;
	background-image:linear-gradient(-45deg,#ece3bc 25%, #e9d999 25%, #e9d999 50%, #ece3bc 50%, #ece3bc 75%, #e9d999 75%, #e9d999);

}

.sub .exp h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:400% !important;
	letter-spacing:0em;
	line-height:1em;
	border-bottom:none !important;
	margin:0 !important;
}
.sub .exp h4 strong{
	line-height:1em;
	color:#fff;
	font-weight:bold;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000 !important;
}
.sub .exp h4 span{
	font-size:50% !important;
	margin:0 0 0 1em;
}


.sub .exp ul{
	display:flex;
	justify-content:space-between;
}
.sub .exp ul li{
	width:48%;
	padding:30px;
	background:#fff;
	box-sizing:border-box;
	border-radius:20px;
}

.sub .exp ul li dl{
}

.sub .exp ul li dl dt{
	width:100%;
	height:250px;
	overflow:hidden;
	position:relative;
}

.sub .exp ul li dl dt em{
	font-weight:bold;
	display:inline-block;
	position:absolute;
	background:#fbf862;
	padding:5px 10px;
	top:10px;
	left:10px;
}

.sub .exp ul li dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.sub .exp ul li dl dd{
	width:100%;
}
.sub .exp ul li h5{
	font-size:130%;
	font-weight:bold;
	margin:0.5em 0;
}

.sub .exp ul li dl dd date{
	font-size:90%;
	color:#fff;
	font-weight:bold;
	display:block;
	margin:0.5em 0;
}
.sub .exp ul li dl dd date span{
	background:#E91E63;
	padding:1px 10px;
	display:inline-block;
	margin:0 0.5em 0 0;
	border-radius:50px;
}
.sub .exp ul li dl dd date span em{
	font-weight:bold;
	margin:0 0.3em;
}
.sub .exp ul li dl dd .btn{
	width:70%;
	margin:20px auto 0 auto;
	text-align:center;
}



.seminer{
	margin:0 0 0 0;
	padding:70px 30px 30px 30px;
	background:url("https://www.muku.co.jp/event/wp-content/uploads/2020/12/0109/20210109_main_bg.jpg") repeat;
	position:relative; 

}
.sub .seminer h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:400% !important;
	letter-spacing:0em;
	line-height:1em;
	border-bottom:none !important;
	margin:0 !important;
}
.sub .seminer h4 strong{
	line-height:1em;
	color:#fff;
	font-weight:bold;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000 !important;
}
.sub .seminer h4 span{
	font-size:50% !important;
	margin:0 0 0 1em;
}

.seminer ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.seminer ul li{
	width:100%;
	background:#fff;
	margin:0 0 30px 0;
	padding:50px 50px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	position:relative;
	border-radius:20px;
}
.seminer ul li > em{
	color:#faf761;
	font-size:700%;
	font-weight:bold;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:0;
	left:0;
}
.seminer ul li dt{
	width:40%;
	height:auto;
	overflow:hidden;
}
.seminer ul li dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.seminer ul li dd{
	width:55%;
}
.seminer ul li h5{
	font-size:130% !important;
	font-weight:bold;
	border-bottom:none !important;
	margin:0 0 0.5em 0 !important;
}
.seminer ul li date{
	font-size:90%;
	color:#fff;
	font-weight:bold;
}
.seminer ul li date span{
	background:#E91E63;
	padding:1px 10px;
	display:inline-block;
	margin:0 0.5em 0 0;
	border-radius:20px;
}
.seminer ul li date span em{
	font-weight:bold;
	margin:0 0.3em;
}
.seminer ul li dd .btn{
	text-align:center;
	width:50%;
	margin:20px 0 0 0;
}

.seminer .bluebird{
	background:#323c71;
	overflow:hidden;
	border-radius:30px;
}
.seminer .bluebird dl{
	display:flex;
	justify-content:space-between;
}
.seminer .bluebird dl dt{
	width:50%;
	overflow:hidden;
}
.seminer .bluebird dl dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.seminer .bluebird dl dd{
	color:#fff;
	width:50%;
	padding:30px;
	box-sizing:border-box;
}
.seminer .bluebird dl dd img{
	width:20%;
	margin:0 auto 20px auto;
	display:block;
}

.seminer .bluebird dl dd p a{
	color:#fff;
	font-weight:bold;
}
.seminer .bluebird dl dd .url{
	text-align:right;
}
.seminer .bluebird dl dd .url a{
	font-size:90%;
	background:#fff;
	padding:2px 10px;
	text-decoration:none;
	border-radius:20px;
}


.campain{
	background:#FFEB3B;
	padding:70px 20px 20px 20px;
	position:relative;
	margin:0;
}

.sub .campain h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:400% !important;
	letter-spacing:0em;
	line-height:1em;
	border-bottom:none !important;
	margin:0 !important;
}
.sub .campain h4 strong{
	line-height:1em;
	color:#fff;
	font-weight:bold;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000 !important;
}
.sub .campain h4 span{
	font-size:50% !important;
	margin:0 0 0 1em;
}
.campain > p{
	font-size:105%;
	font-weight:bold;
	margin:1em 0;
}
.campain p strong{
	color:#E91E63 !important;
    font-size:170% !important;
    font-weight:bold !important;
    font-family: Arial, Helvetica, sans-serif;
}
.campain ul{
	margin:20px 0 0 0;
}
.campain ul li:nth-child(1){
	margin:0 0 50px 0;
	padding:0 0 50px 0;
	border-bottom:3px dotted #666;
}
.campain ul li dl{
	display:flex;
	justify-content:space-between;
}
.campain ul li dl dt{
	width:32%;
	height:300px;
	overflow:hidden;
	border-radius:20px;
}
.campain ul li dl dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}

.campain ul li dl dd{
	width:65%;
}
.campain ul li dl dd h5{
	font-size:140%;
    font-weight:bold;
	margin:1.0em 0;
	padding-bottom:0.5em;
	text-align:center;
	border-bottom:1px solid #000;
}
.campain ul li dl dd p a{
	font-weight:bold;
}
.campain > p.notes{
	font-size:90%;
	text-align:right;
	font-weight:normal;
	margin:0;
}
.campain > p.notes span{
	background:#fff;
	padding:5px 10px;
	border-radius:30px;
}


.campain2{
	background:#76ab35;
	padding:30px;
	margin:50px auto 70px auto;
}
.campain2 .sub_title{
	display:block;
	text-align:center;
	margin:1.5em 0;
}
.campain2 .sub_title h5{
	color:#fff;
	text-align:center;
	font-size:150%;
	font-weight:bold;
	margin:-1em 0 0.5em 0;
	position: relative;
	display: inline-block;
	padding: 0 45px;
}

.campain2 .sub_title h5:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color:#fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.campain2 .sub_title h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color:#fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.campain2 .sub_title h5:before {
  left:0;
}
.campain2 .sub_title h5:after {
  right: 0;
}
.campain2 .title{
	width:33%;
	float:left;
	margin:0 2% 0 0;
}
.campain2 .title date{
	color:#fff;
	font-size:160%;
	font-weight:bold;
	display:block;
	text-align:center;
}
.campain2 .title date em{
	font-size:70%;
	font-weight:bold;
	margin:0 0 0 0.2em;
}
.campain2 .title h5{
	font-size:150%;
	text-align:center;
	background:#E91E63;
}
.campain2 .title h5 span{
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
}
.campain2 .title h6{
	font-weight:bold;
	font-size:200%;
	color:#FFEB3B;
	margin:10px 0 0 0;
	text-align:center;
	line-height:1em;
}
.campain2 .title h6 strong{
	font-weight:bold;
	display:block;
}
.campain2 .title h6 strong span{
	font-size:250%;
	line-height:1em;
}
.campain2 ul{
	width:65%;
	display:flex;
	justify-content:space-between;
}
.campain2 ul li{
	width:48%;
	background:#fff;
	padding:5px 10px;
	box-sizing:border-box;
	border-radius:10px;
}
.campain2 ul li dl{
	display:flex;
	justify-content:space-between;
}
.campain2 ul li dl dt{
	width:30%;
	height:auto;
	overflow:hidden;
}
.campain2 ul li dl dt img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.campain2 ul li dl dd{
	width:65%;
}
.campain2 ul li dl dd h6{
	color:#e91e62;
	font-size:170%;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.campain2 ul li dl dd h6 em{
	font-size:120%;
	font-weight:bold;
	margin:0 0 0 0.2em;
}
.campain2 ul li dl dd p {
	font-size:90%;
	line-height:1.7em;
}
.campain2 ul li dl dd p strong{
	font-size:130% !important;
	width:80%;
	color:#000 !important;
	display:block;
	padding:5px 10px;
	background:#92e435;
	text-align:center;
	border-radius:50px;
}
.campain2 ul li dl dd p a{
	font-size:95%;
	font-weight:bold;
	text-align:center;
	display:block;
	background:#ffeb3a;
	padding:5px 10px;
	border-radius:5px;
	text-decoration:none;
	box-shadow:5px 5px #000;
	margin-top:10px;
}

.campain2 .notes{
	color:#fff;
	margin:1em 0 0 0;
}

.eventSingle .event_info{
}

.eventSingle .event_info .detail_box{
	width:50%;
}
.eventSingle .event_info .goolemap iframe{
	width:100%;
	height:400px;
}


.measure_info{
  border:2px solid #2196F3;
  background:#f0f8ff;
  padding:20px;
  box-sizing:border-box;
  margin:70px 0 30px 0;
}
.measure_info h5{
	font-size:130%;
	font-weight:bold;
	color:#2196F3;
	text-align:center;
	margin-bottom:0.5em;
}
.measure_info > p{
	margin-bottom:1em !important;
}

.measure_info > p a{
	color:#e60e58;
}

.form_info{
	width:96%;
	margin:100px auto 50px auto;
}

.form_title{
}
.form_title h5{
	font-size:160%;
	font-weight:bold;
	text-align:center;
	margin:0 0 30px 0;
}
.form_title p{
	font-size:90%;
	padding:5px 2%;
	border:1px solid #333;
	box-sizing:border-box;
}

.form_title > p a{
	color:#E91E63;
}


@media screen and (max-width:959px) {
    .sub .present h4,
    .sub .exp h4,
    .sub .seminer h4,
    .sub .campain h4{
		text-align:center;
		width:100% !important;
		}
    .sub .present h4 strong,
    .sub .exp h4 strong,
    .sub .seminer h4 strong,
    .sub .campain h4 strong{
    	display:block;
	}
	.sub .present h4 span,
	.sub .exp h4 span,
	.sub .seminer h4 span,
	.sub .campain h4 span{
	    margin:0 0 0 0;
    }
    .sub .present {
    }
    .sub .present > p{
    	width:96% !important;
	    margin:50px auto 0px auto !important;
    }
    .sub .exp{
    }
    .seminer {
    }
    .seminer h3{
    	text-align:center;
    }
    .seminer ul li{
    	padding:40px 3%;
    }
    .seminer ul li date span{
    	display:inline-block;
    	margin:0 0 0.5em 0;
    }
    .seminer ul li dd .btn{
	    width:300px;
    }
    .campain{
    	padding:6em 20px 50px 20px;
    }
    .campain ul li dl dd h5{
		margin:0.5em 0;
		padding-bottom:0;
		text-align:center;
		border-bottom:none;
    }
    .campain2 .title{
		width:100%;
		float:unset;
		margin:0;
	}
	.campain2 .title h5{
		width:70%;
		margin:auto;
	}
	.campain2 .title h6{
		font-size:250%;
		color:#FFEB3B;
		margin:20px 0;
	}
	.campain2 .title h6 strong{
		font-weight:bold;
		display:unset;
	}
	.campain2 ul{
		width:100%
	}
	.campain2 ul li{
		width:48%;
		padding:10px 10px;
	}
	.campain2 ul li dl dd p strong{
		font-weight:bold;
		width:80%;
		padding:5px 10px;
		margin:0.5em 0;
	}
}

@media screen and (max-width:768px) {
	.smallsize_image{
		display:unset;
	}
	.nomalsize_image{
		display:none;
	}
	.festa .main .area{
		height:auto;
		overflow:unset;
	}
	.festa .main .area img{
		position:unset;
		width:100%;
		height:unset;
		object-fit:unset;
		z-index:1;
	}
	.sub .present ul{
	    margin:0;
	    display:unset;
	    justify-content:unset;
    }
    .sub .present ul li{
	    width:100%;
    }
    .sub .present ul li dl{
    	display:flex;
	    justify-content:space-between;
    }
    .sub .present ul li dl dt{
    	width:30%;
    }
    .sub .present ul li dl dd{
    	width:70%;
    	padding:20px 3%;
    	box-sizing:border-box;
    }
    .sub .present > p{
	    margin:20px auto 0 auto!important;
	    box-sizing:border-box;
    }
    .sub .exp{
		padding:70px 3% 20px;
    }
    .sub .exp ul{
		display:unset;
		justify-content:unset;
	}
	.sub .exp ul li{
		width:100%;
		padding:20px;
		background:#fff;
		box-sizing:border-box;
		border-radius:10px;
	}
	.sub .exp ul li:nth-child(1){
		margin-bottom:20px;
	}
	.seminer{
		padding:70px 3% 20px;
	}
	.seminer ul li{
	    width:100%;
	    padding:10px 10px;
	    border-radius:10px;
    }
    .seminer ul li h5{
	    font-size:130% !important;
	    font-weight:bold;
	    margin:0.5em 0 !important;
    }
    .seminer .bluebird{
    	width:100%;
    	margin:auto;
    }
    .seminer .bluebird dl{
		display:unset;
		justify-content:unset;
    }
    .seminer .bluebird dl dt{
    	width:100%;
    }
    .seminer .bluebird dl dt img{
		height:230px;
		width:100%;
	}
    .seminer .bluebird dl dd{
    	width:100%;
    }
    .seminer .bluebird dl dd img{
	    width:30%;
	    max-width:130px;
	    margin:-100px auto 20px auto;
	    display:block;
    }
    .campain ul li dl{
	    display:unset;
	    justify-content:unset;
    }
    .campain ul li dl dt{
    	width:100%;
    }
    .campain ul li dl dd{
    	width:100%;
    }
    .campain > p.notes{
		font-size:100%;
		text-align:center;
		margin:0;
    }
}

@media screen and (max-width:699px) {
	.sub .present h4 span,
	.sub .exp h4 span,
	.sub .seminer h4 span,
	.sub .campain h4 span{
	    font-size:40% !important;
    }
	.sub .present{
		padding:70px 0 30px 0;
	}
	.sub .present ul li dl{
    	display:unset;
	    justify-content:unset;
    }
    .sub .present ul li dl dt{
    	width:100%;
    	height:200px;
    }
    .sub .present ul li dl dd{
    	width:100%;
    	padding:20px 3%;
    	box-sizing:border-box;
    }
    .seminer ul li{
	display:block;
	    justify-content:unset;
	    flex-wrap:unset;
    }
    .seminer ul li dt{
	    width:100%;
    }
     .seminer ul li dd{
     	width:100%;
     }
    .seminer ul li dd .btn{
	    min-width:300px;
	    width:60%;
	    margin:20px auto;
    }
    .campain dl{
	    display:block;
	    justify-content:unset;
	    margin:10px 0;
    }
    .campain dl dd{
	    width:100%;
	    padding:2%;
	    margin-bottom:10px;
    }
    .campain2{
		padding:30px 3%;
	}
	.campain2 .sub_title{
		margin:0.5em 0;
	}
	.campain2 .sub_title h5{
		font-size:120%;
		padding: 0 3%;
	}
	.campain2 .sub_title h5:before{
	  left:-1em;
	}
	.campain2 .sub_title h5:after {
	  right:-1em;
	}
    .campain2 .title h5{
		width:100%;
		margin:auto;
	}
	.campain2 .title h6 strong span{
		font-size:200%;
	}
    .campain2 ul{
		width:100%;
		display:unset;
		justify-content:unset;
	}
	.campain2 ul li{
		width:100%;
	}
	.campain2 ul li:nth-child(1){
		margin:0 0 20px 0;
	}
	.campain2 ul li dl{
		padding:0;
		box-sizing:border-box;
	}
	.campain2 ul li dl dt{
		width:20%;
		height:auto;
		overflow:hidden;
	}
	.campain2 ul li dl dd{
		width:75%;
	}
	.campain2 ul li dl dd p {
		font-size:100%;
		line-height:unset;
	}
	.campain2 ul li dl dd p strong{
		font-weight:bold;
		width:unset;
		padding:3px 10px;
		margin:0.5em 0.5em;
		display:inline-block;
	}
	.campain2 ul li dl dd p a{
		text-align:center;
	}
	.campain2 .title h6 strong{
		display:block;
	}
}