@charset 'UTF-8';
@import url('reset.css');
@import url('general.css');

html {
	font-size: 10px;
}
body {
	width:100%;
	line-height: 1.5;
	color:#231815;
	font-family:Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1,h2,h3,h4 {
	margin:0;
}

a,img {
	display:block;
	margin:0;
	padding:0;
}

img {
	width:100%;
	height:auto;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

a, a:visited, a:hover {
	color:#222;
	font-weight:bold;
	text-decoration:none;
	transition-property: all;
	transition: 0.1s linear;
}
a:hover {
	text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.tal {
	text-align:left;
	font-weight:400 !important;
}

.mid {
	color:#222;
	font-size:1.6em; font-size:1.6rem;
	font-weight:900;
	margin-bottom:15px;
}
.mid span {
	font-size:2em; font-size:2.0rem;
	color:#fff;
	background-color:#8fb01d;
	padding:0 5px;
	margin-right:5px;
}
div#wrapper.blue .mid {
	color:#fff;
}

div#logo {
	width:80%;
	max-width:1200px;
	margin:30px auto;
}
div#logo > a {
	float:left;
	max-width:270px;
}
div#logo form {
	float:right;
	position:relative;
	top:0;
	right:0;
	width:270px;
	height:50px;
}
div#logo input {
	position:absolute;
}
div#logo input:first-child {
	width: 78%;
	height:44px;
	font-size:16px; font-size:1.6rem;
	color: #969696;
	line-height: 44px;
	border: 2px solid #8fb01d;
	border-radius: 5px;
	padding-right: 20%;
	padding-left: 2%;
}
div#logo input:last-child {
	top: 5px;
	right: 2px;
}
div#header {
	width:100%;
	text-align:center;
	border-bottom:2px solid #8fb01d;
	background:url('../images/header.png') repeat-x top center;
	padding-top:50px;
}
div#header div.search {
	background-color:#fff;
	padding:10px 20px;
}
div#header div.search > a,
div#header div.search img {
	display:inline;
}
div#header div.search img {
	width:auto;
	height:40px;
}
div#header div.search ul {
	float:right;
	width:40%;
	min-width:490px;
	font-size:1.4em; font-size:1.4rem;
}
div#header div.search ul li {
	float:left;
	width:32%;
	padding:0 0.5%;
}
div#header div.search ul li a {
	line-height:40px;
}
div#header div.search ul li a {
	text-decoration:none;
}
div#header div.search ul li form {
	position:relative;
}
div#header div.search ul li form input {
	position:absolute;
}
div#header div.search ul li form input:first-child {
	width:78%;
	color:#969696;
	line-height:34px;
	border:2px solid #d21414;
	border-radius:5px;
	padding-right:20%;
	padding-left:2%;
}
div#header div.search ul li form input:last-child {
	top:5px;
	right:2px;	
}

div#header > ul {
	float:right;
	font-size:1.4em; font-size:1.4rem;
	padding:20px;
}
div#header > ul li,div#header > ul li a {
	display:inline;
	color:#fff;
	text-decoration:underline;
	margin:0 5px;
}

div#header div#menu {
	width:90%;
	background-color:#fff;
	padding:0 5%;
}
div#header div#menu ul {
	margin:20px auto 0;
}
div#header.fixed div#menu ul,
div#header div#menu ul ul {
	margin-top:0;
}
div#header div#menu ul li {
	display:inline-block;
	/*background:url('../images/menuLine.png') no-repeat center right;*/
	padding:20px 0;
}
div#header div#menu ul li.cat {
	background:none;
}
div#header div#menu ul li.cat.active {
	background-color:#e5f792;
	border-radius:10px 10px 0 0;
}
div#header div#menu ul li a,
div#header div#menu > ul > li > p {
	color:#222;
	font-size:1.6em; font-size:1.6rem;
	padding-left:20px;
}
div#header div#menu ul li a:after,
div#header div#menu > ul > li > p:after {
	content:'|';
	color:#ccc;
	font-weight:400;
	padding-left:20px;
}
div#header div#menu ul li.cat.active p:after {
	color:#e5f792;
}
div#header div#menu > ul > li:nth-child(10) > p:after,
div#header div#menu > ul > li:nth-child(12) > a:after,
div#header div#menu > ul > li div ul li:last-child a:after {
	content:'';
}
div#header div#menu > ul > li a:hover {
	text-decoration:none;
}
div#header div#menu > ul > li > p {
	font-weight:600;
	cursor:pointer;
	margin:0;
	position:relative;
	transition-property: all;
	transition: 0.1s linear;
}
div#header div#menu > ul > li > p:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

div#header div#menu ul li.cat div {
	position:absolute;
	display:none;
	left:0;
	width:80%;
	text-align:center;
	background:#e5f792;
	border-bottom:2px solid #8fb01d;
	padding:0 10%;
	margin-top:20px;
}
div#header div#menu ul li.cat div ul a {
	font-weight:400;
}
/*div#header div#menu ul li.cat div ul li {
	background:url('../images/menuLine2.png') no-repeat center right;
}*/
div#header div#menu ul li.cat div ul li:last-child {
	background:none;
}
div#header div#menu ul li.cat div a {
	color:#333;
}
div#header div#menu ul li.cat div a span {
	display:block;
}

div.lang {
	float:right;
	color:#fff;
	padding:18px 0;
}
div.lang button {
	float:right;
	width:2.1666em;
	height:2.1666em;
	font-size:1.2em;
	border:0;
	background-color:#d21414;
	padding:0;
	margin-left:0.4166em;
}
div.lang button:last-child {
	font-size:1.6em;
	width:1.625em;
	height:1.625em;
	margin-left:0;
}
div.lang form {
	display:inline;
}
div.lang select {
	float:right;
	font-size:1.6em;
	border:0;
	background-color:#d21414;
	padding:0 0.3125em;
	margin-left:0.3125em;
}

#header.fixed {
	position:fixed;
	bottom:auto;
	top:-200px;
	left:0;
	z-index:9999;
	background-color:#fff;
	background-image:none;
	border-top:2px solid #8fb01d;
	border-bottom:2px solid #8fb01d;
	padding-top:0;
}

div#header div#menu ul li.pagetop {
	display:none;
	padding:0;
}
div#header.fixed div#menu ul li.pagetop {
	display:inline-block;
}
div#header div#menu ul li.pagetop a {
	margin-bottom:-15px;
}
div#header div#menu ul li.pagetop a:after {
	display:none;
}

div#wrapper {
	width:80%;
	max-width:1200px;
	background-color:#fff;
	padding:70px 0;
	margin:0 auto;
}
div#wrapper > a {
	font-size:1.4em; font-size:1.4rem;
}
div#wrapper.blue {
	background:url('https://nakanokanko.jp/common/images/blueBg.png') no-repeat right top #00001e;
}

footer {
	font-size:1.4em; font-size:1.4rem;
	color:#fff;
	background:url('../images/footer.png') no-repeat center top;
	padding-top:52px;
}
.foot_nav {
	width:54%;
	background-color:#46821e;
	padding:0 23% 30px;
	margin:0 auto;
}
.foot_nav p {
	font-weight:600;
}
.foot_nav > li {
	float:left;
	width:23%;
	margin:0 1%;
}
.foot_nav a,
.foot_nav a:visited {
	color:#fff;
	text-decoration:underline;
}
.foot_nav a:hover {
	text-decoration:none;
}
.foot_nav > li > a {
	margin:1em 0;
}
.foot_nav li ul {
	padding-left:1em;
}
.foot_nav li ul a {
	font-weight:400;
}
footer > img {
	width:13%;
	margin:50px auto 0;
}
footer > p,footer > span {
	text-align:center;
}
footer > p {
	background-color:#fff;
	color:#222;
	padding:50px 0;
	margin:0;
}
footer span {
	display:block;
	font-size:1.2em; font-size:1.2rem;
}
footer p a,footer p a:visited,footer p a:hover {
	display:inline;
}
footer > p br:nth-child(3) {
	display:none;
}
div.pagetop {
	position:fixed;
	bottom:-50px;
	right:2%;
}
div.pagetop a {
	display:block;
	text-indent:-9999px;
	width:50px;
	height:50px;
	background:url('../images/pagetop.png') no-repeat left top;
}

ul.pankuzu {
	width:80%;
	max-width:1200px;
	font-size:1.4em; font-size:1.4rem;
	padding:20px 0;
	margin:0 auto;
}
ul.pankuzu li,ul.pankuzu a {
	display:inline;
}

ul.pankuzu+h1 {
	color:#fff;
	text-align:center;
	background-color:#46821e;
	padding:10px 0;
}

.sp,div.spHead,nav,li.lang {
	display:none !important;
}

/*base*/
.btn {
	text-align:center;
	color:#fff !important;
	font-size:1.4em; font-size:1.4rem;
	background-color:#8fb01d;
	border-radius:5px;
	box-shadow:0 3px #44841d;
	padding:5px 0;
	transition-property: none !important;
}
.btn:hover {
	text-decoration:none;
	top:5px;
	box-shadow:none;
}
ul.pageNav {
	text-align:center;
	font-size:0;
}
ul.pageNav li {
	display:inline-block;
	font-size:16px; font-size:1.6rem;
	margin:0 2px;
}
ul.pageNav a {
	width:40px;
	line-height:40px;
	color:#46821e;
	text-decoration:none;
	font-weight:400;
	border:1px solid #8fb01d;
	border-radius:3px;
}
ul.pageNav li:first-child a,
ul.pageNav li:last-child a {
	width:auto;
	border:none;
	margin:0 5px;
}


@media (max-width: 1250px) {
	div#header div#menu ul li {
		padding:20px 5px;
	}
}
@media (max-width: 800px) {
	div#header {
		border-bottom:0;
		background-image:none;
		padding-top:0;
	}
	div#menu {
		position:absolute;
		top:0;
	}
	footer {
		width:100%;
		padding:50px 0 0;
	}
	footer > p, footer > span {
		text-align:left;
		color:#fff;
		background-color:#46821e;
		padding:40px 5% 50px;
	}
	.pc,li.lang,div#header div.search {
		display:none
	}
	.sp,div.spHead,nav {
		display:block !important;
	}
	div#header div.spHead {
		background-color:#fff;
		padding:5px 10px;
	}
	div#header div.spHead > a,
	div#header div.spHead img {
		display:inline;
	}
	div#header div.spHead img {
		width:auto;
		height:40px;
	}
	div#header div.spHead ul {
		float:right;
		width:40%;
		font-size:1.4em; font-size:1.4rem;
	}
	div#header div.spHead ul li {
		float:left;
		width:32%;
		padding:0 0.5%;
	}
	div#header div.spHead ul li a {
		line-height:40px;
		text-decoration:none;
	}
	div.lang {
		position:absolute;
		top:0;
		right:55px;
		float:none;
		border-right:1px solid #ece8d3;
		padding:14px 10px 14px 0;
	}
	html {
		position: relative;
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
	}
	.layer{
		position: fixed;
		top: 0;
		z-index: 1;
		display: none;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}
	div#nav {
		position: absolute;
		top:0;
		left:-220px;
		width:220px;
		height:100%;
		z-index:9999;
	}
	nav {
		display:block;
		position:absolute;
		top:0;
		right:0;
		width:55px;
		height:55px;
		background-color:rgba(0,0,0,0.5);
	}
	nav a {
		display: inline-block;
		position: relative;
		width: 55px;
		height: 55px;
	}
	nav a span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 28px;
		height: 4px;
		margin: -8px 0 0 -14px;
		background:#fff;
		border-radius:5px;
	}
	nav a span:before, nav a span:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		height: 4px;
		background:#fff;
		border-radius:5px;
	}
	nav a span:before{
		margin-top: -11px;
	}
	nav a span:after{
		margin-top: 7px;
	}
	nav a p {
		position:absolute;
		bottom:5px;
		width:100%;
		color:#fff;
		text-align:center;
		font-size:10px;
		margin:0;
	}
	div#header div#menu > ul {
		display:none;
		float:none;
		position:absolute;
		top:0;
		right:-284px;
		width:284px;
		font-size:1.4rem;
		text-align:left;
		background-color:#ece8d3;
		padding:0;
		margin-top:0;
		z-index:9999;
	}
	div#header div#menu > ul > li {
		display:block;
		border-bottom:1px solid #bbb;
		border-top:1px solid #fff;
		background-color:#ece8d3;
		background-image:none;
		padding:0;
	}
	div#header div#menu ul li.cat.active {
		border-radius:0;
	}
	div#header div#menu > ul > li a,
	div#header div#menu > ul > li > p {
		background-position:left center;
		background-repeat:no-repeat;
		padding:20px 20px 20px 45px;
	}
	div#header div#menu ul li a:after,
	div#header div#menu > ul > li > p:after {
		display:none;
	}
	div#header div#menu > ul > li:nth-child(1) {
		border:none;
	}
	div#header div#menu > ul > li:nth-child(1) a {
		color:#fff;
		text-align:center;
		background:url('../images/ico_13.png') no-repeat right center #8fb01d;
		padding:20px;
	}
	div#header div#menu > ul > li:nth-child(2) p {
		background-image:url('../images/ico_01.png');
	}
	div#header div#menu > ul > li:nth-child(3) p {
		background-image:url('../images/ico_02.png');
	}
	div#header div#menu > ul > li:nth-child(4) a {
		background-image:url('../images/ico_03.png');
	}
	div#header div#menu > ul > li:nth-child(5) p {
		background-image:url('../images/ico_04.png');
	}
	div#header div#menu > ul > li:nth-child(6) p {
		background-image:url('../images/ico_05.png');
	}
	div#header div#menu > ul > li:nth-child(7) a {
		background-image:url('../images/ico_06.png');
	}
	div#header div#menu > ul > li:nth-child(8) p {
		background-image:url('../images/ico_07.png');
	}
	div#header div#menu > ul > li:nth-child(9) p {
		background-image:url('../images/ico_08.png');
	}
	div#header div#menu > ul > li:nth-child(10) p {
		background-image:url('../images/ico_09.png');
	}
	div#header div#menu > ul > li:nth-child(15) a {
		background-image:url('../images/ico_10.png');
	}
	div#header div#menu > ul > li:nth-child(16) a {
		background-image:url('../images/ico_11.png');
	}
	div#header div#menu > ul > li:nth-child(17) a {
		background-image:url('../images/ico_12.png');
	}
	div#header div#menu ul li.cat div {
		display:none;
		position:static;
		border-top:1px dotted #bbb;
		border-bottom:none;
		margin-top:0;
	}
	div#header div#menu ul li.cat div ul {
		float:none;
		position:static;
		padding:0 0 0 20px;
	}
	div#header div#menu ul li.cat div ul li {
		display:block;
		text-align:left;
		background:none;
		border-top:1px dotted #bbb;
		border-bottom:none;
		padding:0;
	}
	div#header div#menu ul li.cat div ul li:first-child {
		border-top:none;
	}
	div#header div#menu ul li.cat div a {
		color:#222;
		padding-left:25px;
	}
	div#header div#menu > ul > li:nth-child(11) {
		height:50px;
		background-color:#8fb01d;
		border:none;
		padding:10px;
	}
	div#header div#menu > ul > li:nth-child(11) form {
		position:relative;
	}
	div#header div#menu > ul > li:nth-child(11) form input {
		position:absolute;
	}
	div#header div#menu > ul > li:nth-child(11) form input:first-child {
		left:0;
		width:78%;
		color:#969696;
		line-height:44px;
		border:2px solid #8fb01d;
		border-radius:5px;
		padding-right:20%;
		padding-left:2%;
	}
	div#header div#menu > ul > li:nth-child(11) form input:last-child {
		top:5px;
		right:2px;	
	}
	div#header div#menu > ul > li:nth-child(12) {
		border-bottom:none;
		padding:10px;
	}
	div#header div#menu > ul > li:nth-child(12) h3 {
		margin-bottom:10px;
		background:url('https://nakanokanko.jp/common/images/sun.png') no-repeat right center;
	}
	div#header div#menu > ul > li:nth-child(12) > div {
		position:static;
		display:block;
		background:#fff;
		font-size:1.4rem;
		border:1px solid #00aaff;
	}
	div#header div#menu > ul > li:nth-child(12) h4 {
		color:#fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00dcff+0,0096ff+100 */
		background: #00dcff; /* Old browsers */
		background: -moz-linear-gradient(left,  #00dcff 0%, #0096ff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #00dcff 0%,#0096ff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #00dcff 0%,#0096ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dcff', endColorstr='#0096ff',GradientType=1 ); /* IE6-9 */
		padding:0 0.5em;
	}
	div#header div#menu > ul > li:nth-child(12) div li {
		float:left;
		text-align:center;
	}
	div#header div#menu > ul > li:nth-child(12) div.today {
		padding:0;
	}
	div#header div#menu > ul > li:nth-child(12) div.today ul {
		float:none;	
	}
	div#header div#menu > ul > li:nth-child(12) div.today li {
		width:49.7999%;
		background-image:none;
		padding:0;
	}
	div#header div#menu > ul > li:nth-child(12) div.today li:first-child {
		border-right:1px dotted #0078ff;
	}
	div#header div#menu > ul > li:nth-child(12) li div {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,fafafa+100 */
		background: #e6e6e6; /* Old browsers */
		background: -moz-linear-gradient(top,  #e6e6e6 0%, #fafafa 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e6e6e6 0%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e6e6e6 0%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
		padding:10px 0;
	}
	div#header div#menu > ul > li:nth-child(12) li div p {
		color:#ff5a82;
		margin:0;
	}
	div#header div#menu > ul > li:nth-child(12) li div p span {
		color:#00a0ff;
	}
	div#header div#menu > ul > li:nth-child(12) img {
		width:60%;
		margin:0 auto 15px;
	}
	div#header div#menu > ul > li:nth-child(12) div.today li > p span,
	div#header div#menu > ul > li:nth-child(12) div.weekly {
		font-size:1.2rem;
	}
	div#header div#menu > ul > li:nth-child(12) div.weekly ul {
		float:none;
	}
	div#header div#menu > ul > li:nth-child(12) div.weekly li {
		width:20%;
		background-image:none;
		padding:0;
	}
	div#header div#menu > ul > li:nth-child(12) div.weekly li > p span {
		font-size:1em; font-size:1rem;
	}
	div#header div#menu > ul > li:nth-child(12) div.weekly li div p span {
		display:block;
	}
	div#header div#menu > ul > li:nth-child(13),
	div#header div#menu > ul > li:nth-child(13) a {
		border:0;
		padding:0;
	}
	footer > p br:nth-child(3) {
		display:block;
	}
	footer > p a {
		color:#fff;
	}
	footer > p span {
		margin-top:1em;
	}
	div#logo {
		width:60%;
		max-width:auto;
		padding-bottom:10px;
		margin:5px 0 0 5px;
	}
	div#wrapper {
		width:100%;
		padding:0;
	}
	ul.pankuzu {
		width:90%;
		padding:10px 5%;
		border-top:1px solid #46821e
	}
	ul.pankuzu li, ul.pankuzu a {
		display:inline-block;
	}
	.btn {
		padding:10px 0;
	}
	ul.pageNav {
		margin-bottom:20px;
	}
}
@media (max-width: 415px) {
	a.btn {
		font-size:1.4rem;
	}
	div.spHead div.lang {
		display:none;
	}
	div#header div#menu > ul > li.lang {
		display:block;
		color:#fff;
		padding:16px 0 16px 20px;
	}
	li.lang button {
		float:left;
		width:2.1666em;
		height:2.1666em;
		font-size:1.2em;
		border:0;
		background-color:#d21414;
		padding:0;
		margin-left:0.4166em;
	}
	li.lang button:first-child {
		font-size:1.6em;
		width:1.625em;
		height:1.625em;
		margin-left:0;
	}
	li.lang select {
		float:left;
		font-size:1.4em;
		height:1.8222em;
		border:0;
		background-color:#d21414;
		padding:0 0.3125em;
		margin-left:0.3125em;
	}
}
@media (max-width: 321px) {
	a.btn {
		font-size:1.2rem;
	}
}