@charset "UTF-8";

/*== aside .sp_nav ==*/

aside .sp_nav ul {
	padding: 0;
	margin: 0;
}

aside .sp_nav ul li {
	padding: 0;
	margin: 0;
}

aside .sp_nav .agsearch {
	padding: 10px !important;
}

aside .sp_nav .anavi {
	margin-bottom: 40px;
	display: block;
}

aside .sp_nav .anavi h4 {
	background: #1b448b;
	color: #fff;
	line-height: 40px;
	padding: 0 0 0 14px;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-size: 1em;
}

aside .sp_nav .anavi strong {
	background-color: #0071be;
	color: #fff;
	font-size: 0.9em;
	line-height: 36px;
	display: block;
	padding: 0 0 0 14px;
	margin: 0;
	display: block;
	cursor: pointer;
}

aside .sp_nav .anavi strong span {
	background: #d0ecff;
	display: block;
	float: right;
	text-align: center;
	width: 18px;
	height: 18px;
	margin: 9px;
	position: relative;
}

aside .sp_nav .anavi strong span::after {
	content: '＋';
	position: absolute;
	top: -0.6em;
	left: 0;
	right: 0;
	color: #0071be;
}

aside .sp_nav .anavi strong span.tplus::after {
	content: '?';
}

aside .sp_nav .anavi i {
	background-color: #0071be;
	color: #fff;
	font-size: 0.9em;
	line-height: 36px;
	display: block;
	padding: 0;
	margin: 0;
	display: block;
	cursor: pointer;
	font-style: normal;
}

aside .sp_nav .anavi i a {
	padding-left: 14px;
	color: #fff;
	font-weight: bold;
	display: block;
}

aside .sp_nav .anavi ul li {
	border-bottom: 1px solid #fff;
}

aside .sp_nav .anavi ul li ul {
	font-size: 0.8em;
	display: none;
	width: 100%;
}

aside .sp_nav .anavi ul li ul li {
	border-top: 1px dotted #b6b6b6;
	border-bottom: none;
	width: 100%;
	display: block;
}

aside .sp_nav .anavi ul li ul li:nth-child(1) {
	border-top: none;
}

aside .sp_nav .anavi ul li ul a {
	padding-left: 2.4em;
	line-height: 30px;
	background: url(../images/ico_arrow.png) no-repeat 1.2em center #fff;
	display: block;
}

aside .sp_nav .aban {
	display: block;
	text-align: center;
	padding: 10px 0;
}

aside .sp_nav .acolec h4 {
	color: #0071be;
	font-size: 0.9em;
	padding: 0 16px;
	margin: 0;
}

aside .sp_nav .acolec ul {
	padding: 0 14px;
	margin: 0;
}

aside .sp_nav .acolec ul li {
	border: 1px solid #c0c0c0;
	background: #fff;
	margin-bottom: 10px;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}

aside .sp_nav .acolec ul li a {
	padding: 5px;
	display: block;
	font-size: 0.6em;
	line-height: 1.6em;
	overflow: hidden;
	zoom: 1;
}

aside .sp_nav .acolec ul li a span {
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	vertical-align: middle;
}

aside .sp_nav .acolec ul li a img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}


/* ===================================================================
	base
=================================================================== */

.sp {
	display: none !important;
}

.spnav {
	display: none !important;
}

.spnone {
	display: inline-block;
}

header .info p {
	padding: 0;
	margin: 0;
}

@media screen and ( max-width:1030px ){

header {
	padding: 0 4%;
}

main {
	padding: 0 4%;
}

aside .sp_nav aside .sp_nav {
	width: 100%;
}

aside .sp_nav .anavi strong {
	padding: 0.6em 3em 0.6em 1em;
	line-height: 1.6em;
	position: relative;
}

aside .sp_nav .anavi strong span {
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

aside .sp_nav .anavi strong span::after {
    top: -0.1em;
}

aside .sp_nav .acolec ul li a img {
	width: 25%;
	height: auto;
}

aside .sp_nav .acolec ul li a span {
	width: 70%;
}

.breadcrumb .maxwidth {
	margin: 0 4%;
}

.blue,
.calendar,
.fnavi,
footer {
	padding: 2% 4%;
}

footer {
	padding: 0 4%;
}

.fnavi ul li {
    margin: 0 0 3% 3%;
    padding: 0;
    width: 22.7%;
    float: left;
}

.fnavi strong {
    font-size: 1em;
}

.fnavi ul li ul li {
    width: 100%;
}

.calen {
    width: calc(100% - 320px);
}

#calender .calen {
    width: 100% !important;
}

.calen ul li {
    width: 31%;
}

.calen ul li img {
    width: 100%;
    height: auto;
}

footer .add {
    box-sizing: border-box;
    width: 50%;
}

footer .add {
    box-sizing: border-box;
    width: 48%;
}

footer .add span:last-child {
	display: block;
}

footer .fbin {
    box-sizing: border-box;
    width: 50%;
}

/* frontpage */

.h_search figure div {
    position: absolute;
    z-index: 100;
    left: 0;
    margin-left: 4%;
    margin-right: 4%;
}

.h_search figure #viewer {
	left: 0;
	margin-left: 0;
}

.h_search figure img {
	padding: 0;
	margin: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-width: auto;
	min-height: auto;
	width: auto !important;
	height: 100% !important;
	position: absolute;
}


}

@media screen and ( max-width:980px ){

nav ul li:nth-child(1) {
    border-left: none;
}

nav ul li:last-child {
    border-right: none;
}

.h_search .maxwidth {
    border-radius: 0;
    -webkit-border-radius: 0;
}

}

@media screen and ( max-width:860px ){

.blue ul li {
	font-size: 0.8rem !important;
}

.blue ul li:nth-of-type(2) {
	width: 180px;
}

.blue ul li:nth-of-type(3) {
	width: 110px;
}

}

@media screen and ( max-width:800px ){

main {
	padding: 3% 0 3%;
	overflow: visible;
	position: relative;
}

.sp {
	display: inline-block !important;
}

.spnone {
	display: none !important;
}

header {
	padding: 0;
	border-bottom: 2px solid #0071be;
	position: relative;
	z-index: 100000;
	background: #fff;
}

header h1 {
	margin-left: 4%;
	width: 45%;
	margin-top: 10px;
	max-width: 200px;
}

header h1 img {
    width: 100%;
}

header strong {
	display: none !important;
}

nav {
	display: none !important;
}

header .info {
	width: 50%;
	max-height: 55px;
}

header .info .fon {
	display: none;
}

header .info ul li {
	width: 50px;
	margin: 0;
}

header .info p {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	bottom: 0.7em;
}

header .info ul li a {
	border-radius: 0;
	height: 55px;
	font-size: 0.8em;
	text-align: center;
	text-indent: 0;
	vertical-align: bottom;
    line-height: 1em;
    display: block;
    position: relative;
	padding-left: 0;
}

header .info ul li a span {
	position: relative;
	left: auto;
	top: 0.1em;
	transform: translate(0, 0);
	text-align: center;
}

header .info ul li a.tel {
    background-color: #0071be;
    background-image: url(../images/sp/h_phone_icon.png);
    background-size: 35%;
    background-position: center 0.9em;
}

header .info ul li .info01 {
    background-position: center 0.6em;
}

.spnav {
	display: block !important;
	background: #e9b800;
	float: right;
}

aside .sp_nav .agsearch,
.breadcrumb {
	display: none !important;
}

.h_search {
	overflow: visible;
}

.h_search .maxwidth {
	position: absolute;
	border-radius: 10px;
	margin: 0 auto;
	width: 92%;
	height: auto;
	box-sizing: border-box;
}

.h_search input[type="submit"] {
    background-position: 0.5em center;
}

.h_search .maxwidth strong {
	width: 100%;
	height: auto;
	line-height: 4em;
	border: none;
	font-size: 1.2em;
	border-bottom: 1px solid #3fa3e6;
}

.h_search figure {
    position: relative;
    top: 0;
    width: auto;
    font-size: 0.53em;
    line-height: 2em;
}

.h_search figure div {
	margin-top: 0;
	top: calc( 85px + 2em );
	position: absolute;
	transform: translate(0,-50%);
	-webkit- transform: translate(0,-50%);
}

.h_search figure #viewer {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    margin-top: 0;
    overflow: hidden;
    transform: translate(0, 0);
    -webkit- transform: translate(0, 0);
}

.h_search figure #viewer img {
    max-width: auto !important;
    height: 220px !important;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    -webkit- transform: translate(-50%, 0);
}

.disp {
	display: block;
}

.menu-trigger i {
	display: inline-block;
	opacity: 1;
	position: relative;
	z-index: 100003;
	width: 60%;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
	top: -0.2em;
	right: 0;
}

.menu-trigger i {
	transition: all .4s;
}

.menu-trigger strong {
	display: block !important;
	color: #fff;
	font-size: 0.8em;
	position: absolute !important;
	width: 100%;
	bottom: 1em;
	padding: 0;
}

.menu-trigger i span {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
	display: block !important;
}

.menu-trigger i span:nth-of-type(1) {
	top: 20%;
}

.menu-trigger i span:nth-of-type(2) {
	top: 31%;
}

.menu-trigger i span:nth-of-type(3) {
	top: 42%;
}

.menu-trigger.active i {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-trigger.active span {
	background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(2px) rotate(45deg);
	transform: translateY(2px) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 10;
	display: none;
}

.bg.disp {
	display: block;
}

.bg_side {
    background: none;
    padding-left: 0;
    padding: 0 5%;
    display: block;
    zoom: 1;
    overflow: hidden;
    box-sizing: border-box;
}

aside .sp_nav .anavi {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: auto;
	max-height: 100%;
	height: auto;
	z-index: 1000;
	margin-bottom: 40px;
	background: #fff;
}

aside .sp_nav .anavi h4 {
	background: #1b448b;
	color: #fff;
	line-height: 40px;
	padding: 0 0 0 14px;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-size: 1em;
}

aside .sp_nav .anavi strong {
	background-color: #0071be;
	color: #fff;
	font-size: 0.9em;
	line-height: 36px;
	display: block;
	padding: 0 0 0 14px;
	margin: 0;
	display: block;
	cursor: pointer;
}

aside .sp_nav .anavi strong span {
	background: #d0ecff;
	display: block;
	float: right;
	text-align: center;
	width: 18px;
	height: 18px;
	margin: 9px;
	position: relative;
}

aside .sp_nav .anavi strong span::after {
	content: '＋';
	position: absolute;
	top: -0.6em;
	left: 0;
	right: 0;
	color: #0071be;
}

aside .sp_nav .anavi strong span.tplus::after {
	content: '×';
}

aside .sp_nav .anavi i {
	background-color: #0071be;
	color: #fff;
	font-size: 0.9em;
	line-height: 36px;
	display: block;
	padding: 0;
	margin: 0;
	display: block;
	cursor: pointer;
	font-style: normal;
}

aside .sp_nav .anavi i a {
	padding-left: 14px;
	color: #fff;
	font-weight: bold;
	display: block;
}

aside .sp_nav .anavi ul li {
	border-bottom: 1px solid #fff;
}

aside .sp_nav .anavi ul li ul {
	font-size: 0.8em;
	display: none;
	width: 100%;
}

aside .sp_nav .anavi ul li ul li {
	border-top: 1px dotted #b6b6b6;
	border-bottom: none;
	width: 100%;
	display: block;
}

aside .sp_nav .anavi ul li ul li:nth-child(1) {
	border-top: none;
}

aside .sp_nav .anavi ul li ul a {
	padding-left: 2.4em;
	line-height: 30px;
	background: url(../images/ico_arrow.png) no-repeat 1.2em center #fff;
	display: block;
}

aside .sp_nav .anavi.dsip {
	display: block;
}

.collections {
	display: none;
}

/* frontpage */

.att {
	margin: 4%;
}

.top_cats {
    display: none;
}

.top_news,
.top_chart {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 4%;
}

.top_list {
	padding: 0 4%;
}

.top_list ul li {
    width: 48%;
    margin: 0 0 4% 4%;
}

.top_list ul li:nth-of-type(odd) {
	margin-left: 0;
}

.top_list ul li a figure img {
	max-width: 200px;
	height: auto;
}

.front_sp_nav {
	display: block;
}

main article {
	max-width: 100%;
	width: 100%;
	float: none;
}

}

@media screen and ( max-width:640px ){

.h_search {
	height: 410px;
}

.h_search .maxwidth strong {
	border: none;
	font-size: 1.6em;
	line-height: 50px;
	height: 40px;
}
    
.h_search .h_material,
.h_search .h_shape {
    clear: right !important;
    width: calc(100% - 8em);
}

.h_search label {
	clear: left;
	line-height: 40px;
	margin-top: 10px;
}

.h_search .h_shape {
	margin-bottom: 20px;
}

.h_search input[type="submit"] {
	margin: 15px auto;
	float: none;
	width: 40%;
	min-width: 150px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	clear: both;
}

.h_search figure div {
	top: calc( 65px + 2em );
}

.h_search figure #viewer {
    height: 180px;
}

.h_search figure #viewer img {
    height: 180px !important;
}

footer {
	position: relative;
	padding-top: 7em;
}

footer .maxwidth {
	position: static;
}

footer .add {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
}

footer .fbin {
    box-sizing: border-box;
    width: 92%;
    position: absolute;
    top: 10px;
    border-radius: 10px;
    padding: 1em;
}

footer .f_link {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    font-size: 0.8em;
}

}

@media screen and ( max-width:480px ){

.blue ul li a {
    line-height: 1.2em !important;
    height: 6em;
    padding-top: 3em;
}

.blue ul li a br {
	display: block;
}

}