@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */
body {
	color: #666;
	font-size: small;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
/* リンク設定
------------------------------------------------------------*/
a {
	color: #2295b0;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #fff;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
.ta-r {
	text-align: right;
}
.bb-g {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
}
.bg-g {
	background-color: #2295b0;
	width: 100%;
}
.bg-g h1 {
	float: left;
}
#mainNav h2 {
	float: left;
}
.bg-g .font {
	text-align: right;
	float: right;
}
.font p {
	display: inline;
}
.font ul {
	display: inline;
}
.font li {
	display: inline;
	cursor: pointer;
}
.font li.hover, .font li.active {}
/*************
/* ヘッダー
*************/
#header {}
#header h1 {}
/*************
/* ロゴ
*************/
/* .logo{
float:left;
}

.logo span{display:block;}
 */
/*************
/* 電話番号
*************/
/* .info{
float:right;
text-align:right;
}

.info .open{font-size:11px;}
 */
/*************
/* ロゴ+電話番号
*************/
/* .logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}
 */
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
.topbanner {
	width: 100%;
	height: 320px;
	max-width: 1000px;
	margin: 0 auto 20px;
}
.topbanner-l {
	float: left;
}
.topbanner-r {
	float: right;
	background-image: url(../images/slideshow/00.jpg);
	background-repeat: no-repeat;
}
#slideshow {
	position: relative;
	width: 350px; /* 画像の横幅に合わせて記述 */
	height: 320px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
.tbanner {
	margin: 10px auto;
	padding: 0;
	position: relative;
	line-height: 0;
	text-align: center;
}
.tbanner img {
	max-width: 100%;
	height: auto;
}
.slide {
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 0 auto 20px;
}
.slide h3 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/button/bf_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	color: #067183;
	margin-bottom: 8px;
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 20px;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
}
.box {
	padding: 30px 1px 0px;
	text-align: center;
}
.saishin {
	color: #f90;
	font-weight: bold;
	margin-bottom: -25px;
}
.box img {
	max-width: 100%;
	height: auto;
}
.box h3 {
	padding: 10px 0 5px;
}
.box h3, .box p {
	text-align: center;
}
.box p.readmore {
	padding: 10px 5px 5px;
	text-align: center;
}
.box p.readmore a {
	padding: 7px 12px;
	color: #fff;
	background-color: #f90;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
}
.box p.readmore a:hover {
	background: #f7bb59;
}
#gallery {
	margin-bottom: 30px;
}
/* 
#gallery .grid p a{
	display:inline-block;
	color:#fff;
	text-align:center;
}
 */
/*************
メイン コンテンツ
*************/
section.content article {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px dashed #f39700;
	overflow: hidden;
}
section.content article.b-n {
	padding: 20px 0;
	margin-bottom: 0;
	border-bottom: none;
	overflow: hidden;
}
* html section.content article {
	height: 1%;
}
.work h4 {
	margin-bottom: 10px;
}
.work h4 span {
	background-color: #369;
	color: #fff;
	font-weight: bold;
	padding: 3px 15px;
	border-radius: 10px;
	font-size: 115%;
}
.work dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.work dd {}
.work {}
.work span {
	background-color: #369;
	color: #fff;
	font-weight: bold;
	padding: 3px 15px;
	border-radius: 10px;
	font-size: 115%;
}
section.content p {
	margin-bottom: 5px;
}
h3.heading {
	font-weight: normal;
	padding: 10px 0;
	margin-bottom: 5px;
	border-top: 3px double #ebebeb;
	border-bottom: 3px double #ebebeb;
}
section.content img {
	max-width: 90%;
	height: auto;
}
h3 img {
	vertical-align: middle;
}
#main h3 {
	background-image: url(../images/main-obi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	min-height: 39px;
	font-size: 140%;
	font-weight: bold;
}
h3.news {
	line-height: 37px;
}
h3.news a {
	text-align: right;
	text-decoration: none;
	color: #999;
	float: right;
	margin-right: 5px;
	font-size: 70%;
}
h3.news a img {
	margin-right: 3px;
}
.h3-organparper {
	clear: left;
	margin-top: 50px;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
#gallery .grid {
	background: transparent;
}
#gallery .grid img.border {
	box-shadow: 0 0 3px #ccc;
}
.dan {
	margin: 20px auto 0;
	line-height: 1.8;
}
/*************
テーブル
*************/
table.table {
	border-collapse: collapse;
	margin: 15px auto;
	width: 100%;
}
table.table td {
	border-collapse: collapse;
	background-color: #fff;
	text-align: left;
	padding: 15px 8px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 10px solid #fff;
	line-height: 20px;
	word-break: break-all;
}
table.table th {
	background-color: #fafaf9;
	text-align: left;
	padding: 15px 20px;
	white-space: nowrap;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	letter-spacing: 1px;
}
.parents_01 {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #999;
}
.parents_01 th {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #555;
	border-left: 5px solid #ff6633;
	border-top: 1px solid #fff;
}
.parents_01 td {
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
/*************
/* サイドバー
*************/
#sidebar article {
	margin-bottom: 15px;
}
#sidebar ul {
	text-align: center;
}
#sidebar h3 {
	margin-bottom: 10px;
	text-align: center;
}
#sidebar li {
	list-style: none;
}
#sidebar li:last-child {
	border: 0;
	margin-bottom: 0px;
}
#sidebar li a {
	display: block;
}
#sidebar ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
	border: 0;
}
ul.list li {
	height: 1%;
}
ul.list li img {
	float: left;
	margin-right: 10px;
}
ul.list li {
	font-size: 12px;
	line-height: 1.35;
}
.p-top {
	text-align: right;
	clear: both;
	margin: 0 auto;
	padding-top: 15px;
}
/*************
/* フッター
*************/
#footer {
	clear: both;
	background-color: #2295b0;
	color: #fff;
}
#footer .inner {
	overflow: hidden;
}
* html #footer .inner {
	height: 1%;
}
#footer .grid {
	margin: 0;
}
#footer #info .logo, #footer #info .info {
	float: none;
}
#footer #info .info {
	clear: both;
	text-align: left;
}
#footer dt {
	font-size: 108%;
	font-weight: bold;
}
#footer dd {
	margin-top: 10px;
}
#footer .info .tel, #footer .info .tel span, #footer #info .open {
	font-size: 12px;
}
address {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-style: normal;
	font-size: 85%;
	color: #999;
}
.wnews {
	margin: 10px 0 0;
}
.wnews dt {
	font-weight: bold;
	width: 15em;
	clear: both;
	float: left;
	padding: 12px 0;
}
.wnews dt img {
	vertical-align: middle;
	margin-left: 10px;
}
.wnews dd {
	padding: 12px 0;
	border-bottom: 1px dashed #c8e3ea;
	padding-left: 15em;
}
.kihon {
	margin: 30px auto 0;
}
.kihon p {
	font-size: 140%;
	font-weight: bold;
}
.rinen {
	margin-left: 5px;
}
.rinen dt {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 70px;
	margin: 20px 0 0;
	font-size: 130%;
	font-weight: bold;
}
.rinen dt.no01 {
	background-image: url(../images/aboutus/aboutus01.gif);
}
.rinen dt.no02 {
	background-image: url(../images/aboutus/aboutus02.gif);
}
.rinen dt.no03 {
	background-image: url(../images/aboutus/aboutus03.gif);
}
.rinen dt.no04 {
	background-image: url(../images/aboutus/aboutus04.gif);
}
.rinen dd {
	background-image: url(../images/aboutus/aboutus05.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 10px 0 10px 70px;
}
.acc {}
.acc img {
	vertical-align: middle;
}
.acc dt {
	color: #2295b0;
	font-weight: bold;
	font-size: 120%;
	margin-top: 30px;
}
.acc dt img {
	margin-right: 10px;
}
.acc dd {
	margin-top: 20px;
}
.acc dd img {}
.acc dd ol {
	margin-top: 10px;
	margin-left: 6em;
}
.acc dd ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
.acc dd ol li img {
	margin-right: 5px;
}
.pri dd {
	border-bottom: 1px dashed #f39700;
	padding-bottom: 20px;
}
.pri dd:last-child {
	border: none;
}
.map {
	margin: 20px auto 0;
	width: 100%;
	height: 350px;
	background-image: url(../images/map/access-map.gif);
}
.google {
	margin: 20px auto 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google iframe, .google object, .google embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.site {
	padding: 20px 10px;
}
.site li {
	background-repeat: no-repeat;
	background-position: left center;
}
.site a {
	text-decoration: none;
}
.site > ul {}
.site > li {
	background-image: url(../images/sitemap/sitemap-icon01.gif);
	background-position: left 8px;
	padding: 5px 0 5px 30px;
}
.site > ul li ul {}
.site > li ul li {
	background-image: url(../images/sitemap/sitemap-icon02.gif);
	padding: 5px 0 5px 20px;
}
.site > ul {}
/* contact */
span.hissu {
	color: #f00;
	font-weight: bold;
}
table.oto td input {
	width: 75%;
	border: 1px solid #eee;
}
table.oto td input.w100 {
	width: 100%;
}
table.oto td textarea {
	width: 100%;
	border-color: #eee;
}
table.oto {
	width: 100%;
	margin: 20px auto 0;
	display: block;
	border-collapse: collapse;
}
table.oto tbody {
	display: block;
}
table.oto tbody tr {
	display: block;
}
table.oto tbody th, table.oto tbody td {
	display: block;
}
table.oto tbody th {
	background-color: #fafaf9;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	display: block;
	margin-top: 15px;
	border-top: 1px solid #ddd;
}
table.oto tbody td {
	padding: 0;
	vertical-align: middle;
}
table.oto th span {
	color: #f00;
	margin-right: 3px;
}
.pp {
	margin: 10px auto 0;
	text-align: center;
}
.pp a {
	text-decoration: none;
}
.botan {}
.botan input {
	background-color: #f39800;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	display: block;
	margin: 20px auto;
	cursor: pointer;
	border: none;
	font-size: 100%;
}
div#error_area {
	margin: 30px;
	padding: 0px;
	display: none;
}
#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}
.container {
	margin: 0px auto 30px;
	max-width: 900px;
	width: 100%;
}
.btn-border {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	text-align: center;
	border: 5px solid #2295b0;
	font-size: 150%;
	text-decoration: none;
	font-weight: bold;
	padding: 30px 0;
	border-radius: 4px;
	transition: .4s;
}
.btn-border:hover {
	background-color: #2295b0;
	border-color: #2295b0;
	color: #FFF;
}






/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
	#wrapper, #header, .inner {
		width: 920px;
		padding: 0;
		margin: 0 auto;
	}
	#wrapper {
		padding-bottom: 20px;
	}
	.br_sp {
		display: none;
	}
	.w900 {
		width: 900px;
		margin: 0 auto;
	}
	h2 {
		float: left;
	}
	nav#mainNav .inner {
		width: 745px;
		float: right;
	}
	nav#mainNav {
		clear: both;
		overflow: hidden;
		position: relative;
		width: 910px;
		margin: 20px auto;
	}
	nav#mainNav ul li {
		float: left;
		position: relative;
	}
	nav#mainNav ul li a {
		display: block;
		text-align: center;
		_float: left;
	}
	nav#mainNav ul li a span {}
	nav div.panel {
		display: block !important;
		float: left;
	}
	a#menu {
		display: none;
	}
	nav#mainNav li.active a, nav#mainNav li a:hover {}
	.tbanner {
		margin: 30px auto;
	}
	#main {
		float: left;
		width: 620px;
		padding: 15px 0 0 0;
	}
	#sidebar {
		float: right;
		width: 240px;
		padding: 15px 0 0 0;
		overflow: hidden;
	}
	#sidebar article {}
	/* グリッド全体 */
	.gridWrapper {
		width: 620px;
		margin: 30px 0 0 0;
	}
	#gallery article {
		padding: 10px 0;
	}
	/* グリッド */
	.grid {
		float: left;
	}
	#subpage .grid {
		width: auto;
	}
	#gallery .grid {
		width: auto;
		margin: 10px 0 2px 3px;
	}
	#footer .inner {
		width: 940px;
		padding: 10px;
	}
	.p-top {
		width: 900px;
	}
	.wnews {
		margin: 10px 0 0;
	}
	.wnews dt {
		font-weight: bold;
		width: 15.5em;
		clear: both;
		float: left;
		padding: 12px 0;
		min-height: 20px;
	}
	.wnews dt img {
		vertical-align: middle;
		margin-left: 10px;
	}
	.wnews dd {
		padding: 12px 0;
		border-bottom: 1px dashed #c8e3ea;
		padding-left: 15.5em;
		min-height: 20px;
	}
	.b-right {
		text-align: center;
		background-image: url(../images/button/br-obi.gif);
		width: 240px;
		height: 210px;
		background-repeat: no-repeat;
		padding-top: 30px;
	}
	.b-right li {
		margin-bottom: 12px;
	}
	.b-right a {}
	ul.footnav {
		float: right;
		width: 630px;
		padding: 10px 0;
		list-style-type: disc;
	}
	ul.footnav li {
		float: left;
		width: 12em;
		margin-bottom: 10px;
		list-style-type: disc;
		margin-left: 1.5em;
	}
	ul.footnav li a {
		color: #fff;
		text-decoration: none;
	}
	.kihon {
		margin: 40px auto 0;
	}
	.kihon p {
		white-space: nowrap;
		text-align: center;
		float: left;
		width: 610px;
		padding: 40px 0;
	}
	.kihon2 div {
		text-align: right;
		float: right;
		font-size: 90%;
		width: 230px;
	}
	.kihon div img {}
	.rinen {
		margin-left: 15px;
	}
	.back-number {
		color: #2295b0;
		font-weight: bold;
		font-size: 120%;
		margin-top: 30px;
	}
	table.oto td input {
		width: 50%;
	}
	table.oto {
		border-collapse: collapse;
		margin: 15px auto;
		width: 100%;
		display: table;
	}
	table.oto tbody {
		display: table-row-group;
	}
	table.oto tbody tr {
		display: table-row;
		border-bottom: none;
	}
	table.oto tbody th, table.oto tbody td {
		padding: 8px 12px;
		vertical-align: middle;
		display: table-cell;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	table.oto tbody th {
		background-color: #fafaf9;
		font-weight: bold;
		vertical-align: top;
		text-align: left;
		white-space: nowrap;
		width: 13em;
	}
	table.oto tbody td {
		border-left: 10px solid #fff;
	}
	table.table {}
	table.table td {
		border-collapse: collapse;
		background-color: #fff;
		text-align: left;
		padding: 15px 8px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 10px solid #fff;
		line-height: 20px;
		word-wrap: break-word;
	}
	table.table th {
		background-color: #fafaf9;
		text-align: left;
		padding: 15px 20px;
		white-space: nowrap;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
	
	/* 20210616 */
	.n {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 80px;
	}
	.n_b {
	width: 96%;
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	margin: 100px auto 300px;
	}
	.n_bt {
	width: 48%;
	max-width: 450px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 10px 20px -3px #4f4f4f;
}
	.n_bt a {
	display: block;
	width: 100%;
			-webkit-transition: all .6s ease;
		transition: all .6s ease;
	text-decoration: none!important;
	background: url("../images/nattou/sen_yg.svg") no-repeat 95% 93% #f5f0f0;
}
		.n_bt a:hover {
		opacity: .8;
				-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background: url("../images/nattou/sen_yg.svg") no-repeat 95% 93% #fff;
	}
		.n_bt a span img {
		max-width: 100%;
		}
		.n_bt a span {
display: block;
}
.n_bts {
display: flex;
align-items: center;
padding: 10px 30px 0;
color: black;
font-size: 120%;
font-weight: bold;
height: 40px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media only screen and (max-width:959px) {
	#header {
		padding: 0 10px;
	}
	h2 {
		clear: both;
		margin-top: 15px;
	}
	nav#mainNav .inner {
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
		background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		border: 1px solid #e4e4e4;
	}
	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: left;
	}
	nav#mainNav a#menu span {
		padding-left: 10px;
	}
	nav#mainNav a.menu span:before {
		content: "→ ";
	}
	nav#mainNav a.menuOpen span:before {
		content: "↓ ";
	}
	nav#mainNav a#menu:hover {
		cursor: pointer;
	}
	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
	}
	nav#mainNav ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.2;
	}
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		display: block;
		padding: 5px 10px;
		text-align: left;
		border-bottom: 1px dashed #ccc;
	}
	nav#mainNav ul li a span {
		padding-left: 10px;
	}
	nav#mainNav ul li:first-child a {
		border-top: 1px solid #e4e4e4;
	}
	nav#mainNav ul li:last-child a {
		border: 0;
	}
	nav#mainNav ul li.active a {
		color: #7d9540;
	}
	nav div.panel {
		float: none;
	}
	#subpage #mainBanner {
		margin-top: 20px;
	}
	#sidebar {
		padding-bottom: 30px;
	}
	#sidebar article {
		padding: 7px 0;
	}
	#footer .grid, #footer ul.footnav {
		float: none;
		width: 100%;
		text-align: center;
	}
	ul.footnav {
		list-style-type: disc;
		list-style-position: outside;
		color: #fff;
		margin: 10px auto;
		text-align: left;
	}
	ul.footnav li {
		float: none;
		color: #fff;
		list-style-type: disc;
		list-style-position: outside;
		margin-left: 2em;
		text-align: left;
		display: inline-block;
	}
	ul.footnav a {
		color: #fff;
		text-decoration: none;
	}
	.grid {
		width: 32%;
		margin: 10px 0 0 1%;
	}
	#gallery .grid {
		float: left;
		width: 31%;
		margin: 0 0 0 1%;
	}
	#footer .grid img, #footer .info {
		float: none;
	}
	#footer .grid p {
		display: block;
	}
	#footer #info .info {
		float: none;
		text-align: center;
	}
	#footer.logo, #footer .info {
		width: 100%;
		float: none;
	}
	#sidebar h3 {
		text-align: left;
	}
	#sidebar ul {
		text-align: left;
	}
	#sidebar li {
		list-style: none;
		display: inline-block;
	}
	.topbanner-r {
		display: none;
	}
	.topbanner-l {
		float: none;
		text-align: center;
	}
	.nattou00img {
		max-width: 100%;
	}
	
		/* 20210616 */
	.n {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	}
	.n_b {
	width: 96%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 50px auto 100px;
	}
	.n_bt {
	width: 100%;
	max-width: 450px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 10px 20px -3px #4f4f4f;
	margin-bottom: 30px;
}
	.n_bt a {
	display: block;
	width: 100%;
			-webkit-transition: all .6s ease;
		transition: all .6s ease;
	text-decoration: none!important;
	background: url("../images/nattou/sen_yg.svg") no-repeat 95% 93% #f5f0f0;
}
		.n_bt a:hover {
		opacity: .8;
				-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background: url("../images/nattou/sen_yg.svg") no-repeat 95% 93% #fff;
	}
		.n_bt a span img {
		max-width: 100%;
		}
		.n_bt a span {
display: block;
}
.n_bts {
display: flex;
align-items: center;
padding: 10px 30px 0;
color: black;
font-size: 100%;
font-weight: bold;
height: 40px;
}


}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
	#header {
		height: auto;
		padding-bottom: 20px;
	}
	#header h1, .logo, .info {
		text-align: center;
	}
	.logo, .info {
		clear: both;
		width: 100%;
		float: none;
		margin: 0;
	}
	.box img {
		float: left;
		margin-right: 5px;
	}
	.box h3 {
		padding-top: 0;
	}
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	#gallery .grid {
		float: left;
	}
	.bg-g .font p, .bg-g .font #font {
		display: none;
	}
	.wnews {
		margin: 10px 0 0;
	}
	.wnews dt {
		font-weight: bold;
		width: auto;
		clear: both;
		float: none;
		padding: 6px 0;
	}
	.wnews dt img {
		vertical-align: middle;
		margin-left: 10px;
	}
	.wnews dd {
		padding: 3px 0 6px;
		border-bottom: 1px dashed #c8e3ea;
		padding-left: 1em;
	}
}
label {
	background: #087183;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0;
	border: 2px solid #fff;
}
label:hover {
	background: #F39700;
}
input[type="checkbox"].on-off {
	display: none;
}
input[type="checkbox"].on-off + dl {
	height: 0;
	overflow: hidden;
}
input[type="checkbox"].on-off:checked + dl {
	height: auto;
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
	.grid {
		width: 100%;
	}
	.box img {
		max-width: 100px;
	}
	#mainBanner h2, #mainBanner p {
		font-size: 80%;
	}
	#sidebar p {
		text-align: center;
	}
}
.nattou_01 p {
	margin: 20px 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8em;
}
.nattou_02 p {
	margin: 20px 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8em;
}
.nattou_03 p {
	margin: 20px 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8em;
}
.nattou_04 p {
	margin: 20px 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8em;
}
.nattou_05 b {
	display: block;
	font-size: 120%;
}