@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;}
/* -------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	margin:0 auto;
	background-color:#eFe;
	font-size:1.1rem;
	line-height: 1.6rem;
}
img{
	max-width:100%;
	height: auto;
	vertical-align:top;
}
strong {font-weight: bold;}
a:link		{color:#00c;text-decoration:underline}
a:visited	{color:#00c;text-decoration:underline}
a:hover		{color:#c00;text-decoration:underline}
h1 {line-height: 0;}
h2 {
	border-bottom: solid 1px #009;
	border-top: solid 1px #009;
	vertical-align: bottom;
	font-size:1.2em;
	line-height:2.5em;
	color:#000;
	font-weight:bold;
	text-align:left;
	background: url("img/asuha_logo_bird.png") no-repeat #F3FFE8;
	height:50px;
	padding-left:68px;
	margin:0;
}
h3 {
	height: 40px;
	font-size:1.2em;
	line-height:1.4em;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin:10px 0 0 0;
	padding-left:0.5em;
}
h4 {
	font-size:1.2em;
	line-height: 1.6em;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 1.5em;
	padding:0;
	border-bottom:2px dotted #999;
}
h1 img {
	width: 100%;
}
img.footerlogo{margin: auto;float:left;}
p {
	color:#000;
	font-size:1.1em;
	line-height:1.8em;
	text-align: left;
	padding:5px;
	margin:10px 10px 10px 1em;
	vertical-align:middle;
}
.pc{text-align: center;}
strong {
	font-weight: bold !important;
}
.red	{color:#c00;}
.blue	{color:#00f;}
ol {
	list-style:decimal;
}
ol li{
	font-size:1.2em;
	line-height: 1.8em;
	padding-left:0.5em;
	margin-left:2.0em;
	list-style-position:outside;
	text-align:left;
	text-indent:0;
}
ul {
	list-style:disc;
}
ul li{
	font-size:1.2em;
	line-height: 1.8em;
	padding-left:0.5em;
	margin-left:2em;
	list-style-position:outside;
	text-align:left;
}
td.ttl {
	width:30%;
	height:auto;
	border:#999 solid 1px;
	padding:0;
}
td.ttx {
	width:70%;
	height:auto;
	border:#999 solid 1px;
}

#all{
	margin:auto;
	max-width:900px;
	background:#FFF;
	border:solid 1px #9C6;
}

address {
	font-style:normal;
	color:#FFF;
	font-size:0.9em;
	line-height:1.6em;
	text-align:center;
	padding:0 10px 0 10px;
}
.clear {
	clear:both;
}
.honbun {
	width:90%;
	margin:auto;
}
.honbun h3 {
	color:#000;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.6em;
	padding:3px 10px 3px 10px;
	border-top:#6FF solid 1px;
	border-bottom:#6FF solid 1px;
	text-align:left;
}

.honbun p {
	color:#000;
	font-size:0.9em;
	line-height:1.6em;
	text-align:left;
	padding:10px;
}
.rednew{
	vertical-align:middle;
}

/* scroll */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
/* スマホ */
.date {
	text-align:left;
	color:#000;
	font-size:1.0em;
	line-height:1.4em;
	padding:10px;
}
.kiji {
	text-align:left;
	color:#000;
	font-size:1.0em;
	line-height:1.4em;
	padding:10px;
}

.box80 {
	width:100%;
	height: auto;
	float: left;
}
.box70 {
	width:100%;
	height: auto;
	float: left;
}
.box50 {
	width:100%;
	height: auto;
	float: left;
}
.box30 {
	width:100%;
	height: auto;
	float: left;
}
.box20 {
	width:100%;
	height: auto;
	float: left;
}

#hyou {
	width:360px;
	height:auto;
	border:#999 solid 1px;
	margin:auto;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:5px;
}
li {
	font-size:1.2em;
}

#menu {
	display:none;
}

.slicknav_menu {
	display:none;
}
.slicknav_menu {
	display:block;
}
#g_navi	{
	display:none;
}
.text {
	width:100%;
	height:auto;
	float: right;
}
.photo {
	text-align:center;
	width:100%;
	height:auto;
	float:left;
}
.logo {
	text-align:center;
	width:50%;
	height:130px;
	float:left;
}
#menu li {
	margin-left:0;
	text-indent:0;
	padding-left:0;
}
/* PC
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
.date {
	text-align:right;
	color:#000;
	font-size:1.0em;
	line-height:1.4em;
	padding:10px;
}
.kiji {
	text-align:left;
	color:#000;
	font-size:1.0em;
	line-height:1.4em;
	padding:10px;
}
.box80 {
	float: left;
	height: auto;
	width:80%;
}
.box70 {
	float: left;
	height: auto;
	width:70%;
}
.box50 {
	width:50%;
	height: auto;
	float: left;
}
.box30 {
	float: left;
	height: auto;
	width:30%;
}
.box20 {
	float: left;
	height: auto;
	width:20%;
}
#hyou {
	width:760px;
	height:auto;
	border:#999 solid 1px;
	margin:auto;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}
.logo {
	width:240px;
	height:130px;
	text-align:center;
	float:left;
}
.text {
	width:570px;
	height:auto;
	float:right;
}
.photo {
	width:320px;
	height:240px;
	padding:5px;
	text-align:right;
	float:left;
}
#menu {
	display:none;
}
.slicknav_menu {
	display:none;
}
#g_navi{
	display:block;
	position:sticky;
	top:0;
	text-align: center;
	margin: auto;
	height: 36px;
	z-index:99;
	clear: both;
}
#g_navi li a {
	display: block;
 	float:left;
	line-height:1.8em; 
	height: 1.7em;
	text-decoration:none;
	overflow:hidden;
	margin: 0;
	background: #fff;
}
#g_navi ul {
	padding:0;
	list-style:none;
}
#g_navi li {
	display:inline;
	list-style-type:none;
	margin-left:0;
	text-indent:0;
	padding-left:0;
	text-align: center;
	vertical-align: middle;
}

/*------off*/
#g_navi li.g_navi01 a {
	width:90px;
}
#g_navi li.g_navi02 a {
	width:140px;
}
#g_navi li.g_navi03 a {
	width:220px;
}
#g_navi li.g_navi04 a {
	width:220px;
}
#g_navi li.g_navi05 a {
	width:230px;
}
/*------hover*/
#g_navi li.g_navi01 a:hover {
	width:90px;
	background:#EBFBDA;
}
#g_navi li.g_navi02 a:hover {
	width:140px;
	background:#EBFBDA;
}
#g_navi li.g_navi03 a:hover {
	width:220px;
	background:#EBFBDA;
}
#g_navi li.g_navi04 a:hover {
	background:#EBFBDA;
	width:220px;
}
#g_navi li.g_navi05 a:hover {
	background:#EBFBDA;
	width:230px;
}
/*------on*/
#g_navi li.g_navi01_on a {
	width:90px;
	color:#fff;
	background:#00A080;
}
#g_navi li.g_navi02_on a {
	width:140px;
	color:#fff;
	background:#00A080;
}
#g_navi li.g_navi03_on a {
	width:220px;
	color:#fff;
	background:#00A080;
}
#g_navi li.g_navi04_on a {
	width:220px;
	color:#fff;
	background:#00A080;
}
#g_navi li.g_navi05_on a {
	width:230px;
	color:#fff;
	background:#00A080;
}
}
