@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 80px;
	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:80px 50px 50px;
	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;
}

img.bn_all{
	border: 4px solid #73be1e;
	box-shadow: 0px 5px 10px rgb(122,122,122,0.6);
	margin-top: -150px;
	margin-bottom: 50px;
	width: 50vw;
    height: auto;
    max-width: 600px;
}


/* =======================================
	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 0 40px;
	}
	
	#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{
	margin: -50px auto 40px;
	width: 70vw;
    height: auto;
    max-width: 600px;
}


}/* モバイル用ここまで */





