@charset "utf-8";

body {
	background-color:#FFF100;
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	margin:0 auto;
	padding: 0;
}

/* -------------------------------
    レイアウト
------------------------------- */

/* 基本の横幅 */
.baseWidth {
	max-width:1500px;
	width:100%;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing:border-box;
}

header {
	margin: 0 auto;
	padding: 10px;
	box-sizing:border-box;
	z-index:999;
	position:relative;
}

#wrapper {
	text-align:center;
	margin:0 auto;
}

/* TOP画像エリア */
#wrapper .topImg {
	margin:0 auto;
	padding:0 20px 10px;
	box-sizing:border-box;
	
}

#wrapper .topImg img {
	width:100%;
	margin-top: -60px;
}

#container {
    background-color: #fffcc4;
	background-image: url(images/nurie2023_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
	background-size:100%;
	padding:50px;
	box-sizing:border-box;
}

.p_rel {
	position:relative;
}

.p_abs {
	position:relative;
}



/* -------------------------------
    優秀作品
------------------------------- */

#yushusakuhin {
	width: 100%;
	margin:0 auto;
	padding:0;
	position:relative;
	background-color:#fffeec;
}

#yushusakuhin .bg {
	background-image: url(images/yushu_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	border-top: 9px solid #73be1e;
	border-bottom: 9px solid #73be1e;
	padding: 9% 0 0;
    box-sizing: border-box;
}

#yushusakuhin .bg_kamifubuki {
	background-image: url(images/nurie2023_yushu_bg-middle.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    box-sizing: border-box;
}

.date {
	font-size: 2em;
    font-weight: bold;
	color: #12b8f7;

}

.date > span {
	font-size: 140%;
    font-weight: bold;
	color: #d10eb0;
}

.time {
	font-size: 1.6em;
    font-weight: bold;
}

#yushu-container ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding:0 3% 80px;
	list-style: none;
    box-sizing: border-box;
}

#yushu-container ul {
	
}

#yushu-container ul li {
    width:33%;
    padding: 1.5%;
    box-sizing: border-box;
}


#yushu-container ul li img {
	width: 100%;
}

img.bn_all{
	border: 4px solid #73be1e;
	box-shadow: 0px 5px 10px rgb(122,122,122,0.6);
	margin-bottom: 100px;
}

/* アニメ（拡大） */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

	@keyframes zoomInAnime{
	  from {
	  transform: scale(0);
	  }
	
	  to {
		  transform: scale(1);
	  }
	}



/* 優秀作品（モバイル） */

@media (max-width: 767px) {
	
	#yushu-container ul {
	display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
	padding:0 40px;
	}

	#yushu-container ul li { 
		width:100%;
		padding-right: 3%;
		box-sizing: border-box;
		}

}




/* -------------------------------
    footer
------------------------------- */
footer {
    clear: both;
	background-color: #73BE1E;
    background-repeat: repeat-x;
    background-position: 0 -5px;
	text-align: left;
    margin: 0 auto;
	padding: 0px 10px;
	box-sizing:border-box;
}

footer address {
	font-size:0.9em;
	font-style:normal;	
}

footer address .y-kotsu {
	font-size:1.3em
}


/* -------------------------------
    Page Top
------------------------------- */

#top {
	clear: both;
	position: fixed;
	margin:0;
	padding:0;
	bottom: 50px;
	right: 30px;
	background-color: #73be1e;
	color: #fff;
	width: 60px;
	height:60px;
	border-radius: 10%;
}

#top a {
	text-decoration: none;

}

#top a i {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align:center;
	font-size:40px;
    line-height: 60px;
	transition:all 0.2s ease-in-out;
}

#top a i:hover {
	background-color: #fff;
	color: #73be1e;
	border-radius: 10%;
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}


/* -------------------------------
    その他の書式
------------------------------- */

.max_w {
	max-width:100%;
	height:auto;
}

.tyuigaki {
    color: #d10eb0;
    font-weight: bold;
    font-size: 20px;
}

.tyuigaki2 {
    font-weight: bold;
    color: #12b8f7;
    font-size: 30px;
}

/* =======================================
	PC用
======================================= */

@media (min-width : 768px) {

	.no_pc {
		display: none;
	}

}/* PC用ここまで */




/* =======================================
	モバイル用（スマホ・タブレット）
======================================= */

@media (max-width: 767px) {
	
	.no_sp {
		display: none;
	}
	
	header {
		text-align:center;
	}
	
	#wrapper .topImg {
		padding:0;
	}
	
	#wrapper .topImg img {
		margin-top: -20px;
	}

	#container {
		padding:20px;
	}
	
	#top {
	bottom: 10px;
	right: 10px;
	background-color: #73be1e;
	color: #fff;
	width: 60px;
	height:60px;
	border-radius: 10%;
}

img.bn_all{
	width:100%;
	height:auto;
}


}/* モバイル用ここまで */
