@charset "utf-8";
#bg_main_image {
	background-image: url(../img/img_main.jpg);
}

.nav_contents > ul > li:nth-child(1) .image:before{
	background-image: url(../img/img_photo01.jpg);
}
.nav_contents > ul > li:nth-child(2) .image:before{
	background-image: url(../img/img_photo02.jpg);
}
/*.nav_contents > ul > li:nth-child(3) .image:before{
	background-image: url(../img/img_photo03.jpg);
}*/
.nav_contents > ul > li:nth-child(3) .image:before{
	background-image: url(../img/img_photo05.jpg);
}
.nav_contents > ul > li:nth-child(4) .image:before{
	background-image: url(../img/img_photo06.jpg);
}
.nav_contents > ul > li:nth-child(5) .image:before{
	background-image: url(../img/img_photo06.jpg);
}

.call_center{
  box-shadow: 4px 4px 8px rgba(0,0,0,.16);
	margin-bottom: 30px;
	width:100%;
}
.call_center .ttl{
  line-height: 1.6;
}

@media screen and (min-width:1025px) {
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
}

@media print, screen and (min-width: 751px) {
#nav_image_local > ul > li:nth-child(1) > a{
	background-image: url(../img/img_photo01.jpg);
}
#nav_image_local > ul > li:nth-child(2) > a{
	background-image: url(../img/img_photo02.jpg);
}
/*#nav_image_local > ul > li:nth-child(3) > a{
	background-image: url(../img/img_photo03.jpg);
}*/
#nav_image_local > ul > li:nth-child(3) > a{
	background-image: url(../img/img_photo05.jpg);
}
#nav_image_local > ul > li:nth-child(4) > a{
	background-image: url(../img/img_photo06.jpg);
}
#nav_image_local > ul > li:nth-child(5) > a{
	background-image: url(../img/img_photo06.jpg);
}
}

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

}
