@charset "utf-8";
/* CSS Document */
@media (max-width: 480px){}
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-size: 85%;
/*	background-position-x: 50px;*/
    background-position-x: 30px;
	overflow-y: hidden;

}

header #logo {
	width: auto;
}

h1#logo {
	width: 94vw;
	margin-left: 4vw;
	margin-top: 80px;
	background-image: url(../img/logoback02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 100px;
	z-index: 10000;
}

header .gnavi {
	margin-right: 0;
	margin-top: -145px;
/*	margin-top: -135px;*/
	animation: fadeIn 15s ease 0s 1 normal;
    -webkit-animation: fadeIn 15s ease 0s 1 normal;
	font-size: 1.6rem;
}

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

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

h1,h2,h3 {
	width:100%;
}


main {
	width: 90vw;
	margin-left: 5vw;
	margin-top: 20px;
}

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

}
.linkbox_2 {
	position: relative;
	display: block;
}
.linkbox_1,.linkbox_2,.linkbox_3 li {
	font-size: 150% !important;
}
.linkbox_1 a,.linkbox_2 a,.linkbox_3 a {
	width: 90vw;
	height: 50vw;
	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: 80vw;
	height: auto; 
	float: none;
/*	margin-left,margin-right: auto;*/
/*	margin-left: auto;*/
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 20px;
	
}
.for-phone {
	display: block;
}

.for-pc {
	display: none;
}

#apDiv1  {
	display: none;
}
footer { 
	width: 100vw;
	padding-top: 4px;
	padding-bottom: 8px;
}

footer p {
	line-height: 1;
	font-size: 1.4rem;
}
.copyrightmark{
	font-size: 1.6rem;
	vertical-align: -1px;
}
.p-footer-br {
	display: inline;
}

div .top-il .for-phone {
	display: block;
	width:100%;
	position: relative;
}

.banner-box-phone {
	display: block;
	text-align: center !important;
	width: 90vw;
	height: 305px;
	padding: 10px;
	float: right;
	margin-right: 0;
	border: solid 1px #26364D;
	margin-top: 20px;
	margin-bottom: 100px;
}
.p-banner-box-phone {
	text-align: left !important;

}
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;
}
