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

.smallsize_image{
	display:none;
}
.festa{
	margin:0;
}
.festa .main {
	position:relative;
}
.festa .main .area{
    background: #da3535;
    width: 100%;
    height:800px;
    background-attachment: fixed;
    overflow:hidden;
}
.festa .main .area img{
	position:absolute;
	bottom:-1px;
	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(255 255 255 / 50%);
    animation: animate 10s cubic-bezier(0.45, 0.55, 0.55, 0.30) infinite;
    bottom: -50px;
}

.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%;
    }

}
.festa .ep {
	background: #dfd9c9;
}
.festa .ep ol {
    width: 70%;
    margin: -40px auto 0;
    position: relative;
    z-index: 2;
}
.title span{
	display: block;
	font-size: 17px;
}
.festa .ep ol dl{
	display:flex;
	justify-content:space-between;
	padding: 0 2% 5% 2%;
}
.festa .ep ol dl dt{
	width:35%;
	height: auto;
	overflow:hidden;
	border: 7px solid #fff;
	box-shadow: 10px 10px 0 #9b9a9a;
}
.festa .ep ol dl dt img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.festa .ep ol dl dd{
	width:58%;
	box-sizing:border-box;
}

.festa .ep ol dl dd h4{
	font-size:160% !important;
	border-bottom:unset !important;
}
.festa .ep ol dl dd h4 strong{
    color: #E91E63;
    font-weight: bold;
}
.present{
	background: #dfd9c9;
	position:relative;
	padding:20px 20px 100px 20px;
}
.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;
}
.present h4 strong{
	line-height:1em;
	color:#ffffff;
	font-weight:bold;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000 !important;
}
.present h4 span{
	font-size:50% !important;
	margin:0 0 0 1em;
}

.present ul{
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.present ul li:first-child{
	width:45%;
}
.present ul li:nth-child(2){
	width:52%;
}
.present ul li dt{
	height:300px;
}
.present ul li dt img{
	height:100%;
	width:100%;
	object-fit:cover;
}

.present ul li h5{
	font-size:140% !important;
	font-weight:bold;
	border-bottom:none !important;
	margin:0 0 0.5em 0 !important;
}

.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_ttl{
	font-size:120%;
}
.sub_ttl em {
    font-weight: bold;
    color: #E91E63;
}
.btn{
	width: 70%;
    margin: 10px auto;
    text-align: center;
}
.contact .main_box p a,.campaign a{
    color:#b70e0e;
    margin:0 0.3em;
}
.campaign{
	background: #dfd9c9;
	position:relative;
	padding:0 20px 0 20px;
}

.campaign h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:400% !important;
	letter-spacing:0em;
	line-height:1em;
	border-bottom:none !important;
	margin:0 0 20px 0!important;
}
.campaign h4 strong{
	line-height:1em;
	color:#fff;
	font-weight:bold;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000 !important;
}
.campaign h4 span{
	font-size:50% !important;
	margin:0 0 0 1em;
}
.campaign ol{
	background:#fff;
	padding:15px;
	border-radius:15px;
}
.campaign ol > h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:180% !important;
	font-weight:bold;
	letter-spacing:0em;
	line-height:1em;
	border-bottom:none !important;
	margin:0 0 10px 0!important;
}
.campaign h5 strong{
	color:#E91E63;
	font-weight:bold;
}
.campaign ol > h5 span{
	font-size:80%;
	line-height:1em;
	background:#FFEB3B;
	padding:0.1em 0.8em;
	margin:0 0.2em 0 0;
	border-radius:10em;
}
.campaign dd p,.campaign.estate dd p{
	line-height: 1.8em;
}
.campaign p strong{
	color:#E91E63 !important;
}
.campaign ul{
	display: flex;
	justify-content:space-between;
}
.campaign ul li{
	width: 48%;
	margin-top: 20px;
}
.campaign ul li dl{
	display:flex;
	justify-content:space-between;
	height: 100%;
}
.campaign ul li dl dt{
	width:40%;
	overflow:hidden;
}
.campaign ul li dl dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}

.campaign ul li dl dd{
	width:55%;
}
.campaign ul li dl > dd > h5{
	font-size:130%;
	line-height:1.3em;
	font-weight:bold;
	margin: 0 0 10px 0!important;
}
.campaign.estate{
	margin:0;
	padding: 0 20px 10px 20px;
}
.campaign.estate ul{
	margin-bottom:10px;
}
.campaign.estate ul li{
	width: 45.5%;
	background:#fff;
	border-radius: 15px;
	padding: 15px;
	overflow:hidden;
	margin-top: 25px;
}
.campaign.estate .sub_btn{
	margin-bottom: 10px;
}
.campaign ul li dl > dd > h5 span{
	font-size:80%;
	background:#ffeb3a;
	line-height:1em;
	padding:0.1em 0.7em;
	border-radius:1em;
}

.campaign ul li dl > dd > h5 span::after {
	content: "\A" ;
	white-space: pre ;
}
.notes{
	font-size:90%;
	line-height:1.7em;
	margin:1em 0 0 0;
}

.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{
	font-size:150%;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
	border:1px solid #ccc;
	padding:10px 0;
	border-radius:50px;
	margin-bottom:50px;
  }
  
.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) {
    .present h4,
    .campaign h4{
		text-align:center;
		width:100% !important;
		}
    .present h4 strong,
    .campaign h4 strong{
    	display:block;
	}
	.present h4 span,
	.campaign h4 span{
	    margin:0 0 0 0;
    }
    .present > p{
    	width:96% !important;
	    margin:50px auto 0px auto !important;
    }
    .campaign ul li dl dd h5{
		margin:0.5em 0;
		padding-bottom:0;
		text-align:center;
    }
}
@media screen and (max-width:799px) {
	.campaign ul{
		display: unset;
		justify-content: unset;
	}
	.campaign ul li{
		width: 100%;
	}
	.campaign.estate{
		padding: 20px 20px 10px 20px;
	}
	.campaign.estate ul li{
		width: 100%;
		margin: 0 0 20px 0;
		padding:unset;
	}
	.campaign.estate ul li dl {
		padding: 15px;
	}
	.campaign ul li dl dt{
		width:40%;
		height: 190px;
		overflow:hidden;
	}
}
@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;
	}
	.festa .ep {
		padding-bottom: 6em;
	}
	.festa .ep ol {
		width: 90%;
		margin: -30px auto 0;
	}
}

@media screen and (max-width:699px) {
	.present h4 span,
	.campaign h4 span{
	    font-size:40% !important;
    }
}
@media screen and (max-width:540px) {
	.festa .ep ol {
		width: 100%;
	}
	.festa .ep ol dl{
		display:unset;
		justify-content:unset;
		flex-direction:unset;
	}
	.festa .ep ol dl dd em{
		text-align:center;
		display:block;
	}
	.festa .ep ol dl dd h4{
		font-size:1.4rem !important;
		border-bottom:unset !important;
		margin:0 !important;
		text-align:center;
	}

	.festa .ep ol dl dt{
		width:70%;
		overflow:hidden;
		margin:auto;
	}
	.festa .ep ol dl dt img{
		object-fit:cover;
		width:100%;
		height:100%;
	}
	.festa .ep ol dl dd{
		width:100%;
		padding:4%;
		box-sizing:border-box;
	}
	.present{
		padding: 20px 20px 0px 20px;
	}
	.present ul{
    	display:unset;
	    justify-content:unset;
    }
	.present ul li:first-child{
		width:100%;
	}
	.present ul li:nth-child(2){
		width:100%;
	}
	.present ul li dt{
		height: 220px;
		margin: 0 auto 10px;
		width: 80%;
	}
	.campaign{
		padding: 6em 20px 10px 20px;
	}
	.campaign ul{
		display:block;
		justify-content:unset;
	}
	.campaign ul li{
		width:100%;
	}
	.campaign ul li:first-child{
		margin-bottom: 50px;
	}
	.campaign ul li dl{
		display:block;
	}
	
	.campaign ul li dl dt{
		width:100%;
		height:250px;
		overflow:hidden;
		margin: 20px auto;
	}	
	.campaign ul li dl dd{
		width:100%;
	}
	.campaign ul li dl > dd > h5{
		font-size: 160%;
	}
	.campaign.estate{
		padding:0 20px 10px 20px;
	}
	.campaign.estate ul li{
		display: block;
		width: 100%;
		justify-content:unset;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.campaign.estate ul li dl{
		padding: 30px;
	}

}