@charset "utf-8";
/* CSS Document */
@media (max-width: 960px) and (min-width: 481px){}

body {
	background-color: #FFFFFF;
	}
#wrapper {
	width: 100vw !important;
}
header {
	position: relative;
	top: 0px;
	width: 96vw;
	background-image: url(../img/ashi_anim.gif);
	background-repeat: no-repeat;
	background-size:contain;
	background-position-x: 30px;
	height: 170px; /* 21/01/09 */
}

h1#logo {
	width: 70%;
	margin-left: 26vw;
	/* margin-top: 25vw; */
	background-image: url(../img/logoback02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 100px;
	opacity: 0;
	-webkit-opacity: 0;	
	animation: fadeIn 5s ease 4s 1 normal forwards;
	-webkit-animation: fadeIn 5s ease 4s 1 normal forwards;
	font-size: 1.6rem;
	
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
header .gnavi {
	margin-right: 0;
	margin-top: 20px;
}
header .gnavi a {
	font-size: 110%;
}

/*main*/
main {
	width: 96vw;
	margin-left: 2vw;
}

.navi {
	width:90vw;
}
.linkbox_1,.linkbox_2,.linkbox_3 {
	position: relative;
	width: 96vw;
	float: left;

}
.linkbox_2 {
	position: relative;
	display: block;
}
.linkbox_1,.linkbox_2,.linkbox_3 li {
	font-size: 1.61rem;
}
.linkbox_1 a,.linkbox_2 a,.linkbox_3 a {
	width: 32vw;
	height: 32vw;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.li_1,.li_2,.li_3,.li_4,.li_5,.li_6,.li_7,.li_8,.li_9,.li_10 {
	position: relative !important;
	left: 0;
	width: 32vw;
	height: auto; 
	float: left;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: auto;
	overflow: none;
}
.for-phone {
	display: block;
}
.p-footer-br {
	display: none;
}

.for-pc {
	display: none;
}
#apDiv1  {
	display: none;
}
footer { 
	width: 100vw;
}

.banner-box-phone {
/*	display: block;*/
	display:none; /* 210515 */
/*
	text-align: center !important;
	width: 45vw;
	height: 305px;
	padding: 10px;
	float: right;
	text-align: left;
	margin-right: 10px;
	border: solid 1px #26364D;
	margin-top: -35vw;
	margin-bottom: 60px;
*/
	
	z-index: 100;
}
.p-banner-box-phone {
	text-align: left;

}
main .banner-box-phone a {
	color: #333;
	text-decoration: none;
}
main .banner-box-phone a:hover {
	color: #C1272D;
}
main .banner-box-phone a:hover img {
		opacity: 0.7;
}
