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

html {
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:25px;
	font-size:0.95em;
}

@media screen and (min-width: 801px){

a:link{
	color: #35302D;
} 
a:visited{
	color: #35302D;
} 
a:hover{
	color: #664125;
} 
a:active{
	color: #664125;
} 

.mainimage{
	background-image: url(images/mainimage.jpg);
	background-size: cover;
	width: auto;
	height: auto;
	padding-left: 80px;
	padding-right: 80px;
	background-color: #000;
	
}

.rogo{
	float: left;
	width: 300px;
	height: auto;
}

.candlessilette{
	float: left;
	width: 50%;
}

.candlessilette img{
}

.timeinfo{
	float: right;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 50px;
	width: 200px;
	height: 200px;
}

.midfm {
	clear: both;
	float: right;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 200px;
}

.snsbadge {
	float: right;
	padding-right: 5px;
	padding-top: 10px;
	width: auto;
	display: flex;
	flex-direction: row;
}

.contents{
	clear: both;
	width: 100%;
	height: auto;
	background-image: url(images/contentback2.jpg);
	background-size: cover;
	background-color: #000;
}

.keepout{
	width: 100%;
}

.keepout img{
	width: 100%;
}

.candles{
	height: auto;
	width: 100%;
}

.candlestext{
	clear: both;
	height: auto;
	width: 85%;
	margin: 0 auto;
	color: #FFF;
	text-align: left;
	border-radius :20px 20px 20px 20px;
	padding-right: 30px;
	padding-left: 30px;
	background-color:rgba(0,0,0,0.4);
}

p.candlesrogo img{
	width:35%;
	}
	
.candles img{
	width: 100%;
}

.silhouette {
	clear: both;
	padding: 0px;
	width: 100%;
	height: 500px;
	margin-top: 100px;
	margin-left: 30px;
	display: flex;
  flex-direction: row;
}

.silhouette img{
	width: 75%;
	height: auto;
}

.modal{
	width: 100%;
}

.modal img{
	width: 400px;
	height: 400px;
}

.info{
	width: 30%;
	float: right;
}
	
.snsinfo{
	clear: both;
	width: 100%;
	text-align: right;
}

.radioinfo{
	float: left;
	text-align: right;
	width: 50%;
	box-sizing: border-box;
}

.radioinfo img{
	width: 50%;
}

.radioinfopc{
	clear: both;
	float: left;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
}

.radioinfopc img{
	width: 80%;
	}

.radioinfo.display-none{
	display: none;
	}

.twitter{
	float: right;
	width: 50%;
	box-sizing: border-box;
}

.caution{
	text-align: center;
}

.caution img{
	width: 20%;
}

.stamp{
	text-align: center;
}

.stamp img{
	width: 60%;
}

.mailform{
	clear: both;
	padding-top: 20px;
	width: auto;
	height: auto;
	text-align: center;
	
}

	
.backnumber{
	clear: both;
	color: yellow;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	align-content: center;
	padding: 50 0;
	margin: 50 0;
}
.backnumber a{
	color: yellow;
}
.backnumber ul{
	list-style: none;
	}
	
.footer{
	clear: both;
	width: 100%;
	height: auto;
    background-color: #211D1D;
    color: #fff;
    font-size: 0.8rem;
    text-align: right;
}
.footer a{
    text-decoration: underline;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
    }
.footer li{
    list-style: none;
    }
.footer .title{
    padding: 5px 15px 0 0;
    letter-spacing: 1px;
    border-right: 5px solid #FF5F00;
}

.sponsor{
    display: inline-block;
}

.information{
    display: inline-block;
}

.copyright{
    padding-top: 20px;
    text-align: center;
	}
	
.mainimage img{
	width: 100%;
}

.mailform img{
	width: 75%;
}

.snsbadge img{
	width: 60px;
	height: 60px;
	margin: 5px;
}

hr{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px
	border:none;
	border-top:dashed 1px #46191A;
	opacity: 0.5;
	height:1px;
	color:#46191A;
	width:auto;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
	
}