@charset "UTF-8";

/* 全体 */
* {
	font-family: "Sawarabi Gothic", Trebuchet, Century Gothic, Arial,"ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background-color: #B4D8D9;
	font-family: "Hina Mincho", serif;
	color: #FFFFFF
}
a {
	color: #EFEFEF;
}
a:hover {
	color: #C1D2D2;
}
.wrapper {
	margin: 0 auto 0 auto;
}

/* ヘッダー */
.header {
	position: fixed;
	opacity: 0.44;
	top:200px;
	width: 100%;
	height: 100px;
	background-color: #B4D2CD;

}

#title {
	font-family: 'stylish', sans-serif;
	font-size: 66px;
	color: #FFFFFF;
	text-align: center;
	margin: 13px auto auto auto;
}
	
/* メイン */
.main {
	overflow: hidden;
	margin: 180px auto 200px auto;
	width: 94%;
}

#pagetitle {
	font-family: "Hina Mincho", serif;
	font-size: 17px;
	text-align: center;
}

#month {
	font-family: 'stylish', serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #5DACA8;
}

#enter {
	font-family: 'stylish', serif;
	font-size: 20px;
	text-align: center;
}	

p {
	font-family: "Hina Mincho", serif;
	font-size: 14px;
	line-height: 1.5;
}

.text-center {
    text-align: center;
}





table {
	width: 500px;
	text-align: center;
}

.menu {
    max-width: 700px;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background-image : url("../image_photo/IMG_5016.jpg");
	background-size: contain;
    cursor :pointer;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 10px 10px;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu li a {
    color: #4a8218;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li {
		height: 100%;
    opacity: 1;
}


@media(min-width:1024px){
	.main {
		margin: 180px auto 200px auto;
		width: 700px;
	}
	p {
		font-size: 14px;
	}
}