@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');


/* 全体
------------------------------------------------------------ */
.lato {
	font-family: 'Lato', sans-serif;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

.fadein{
	opacity : 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px);
	transition: all .8s .3s;

}
.fadein.scrollin{
	opacity : 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);

}


@media (min-width: 320px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans Japanese", serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	color: #3c3c3c;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
	overflow: auto;
	height: 100%;
}
body {
	font-size: 100%;
	background: #fff;
	background-size: cover;
}
.opmenu,
.opmenu body.opmenu {
	overflow: hidden;
	height: 100%;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
body img.full {
	width: 100%;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
img {
	max-width: 100%;
	height: auto;
}

.sp_br {
	display: none;
}

.para {
	margin-bottom: 1.5em;
}

.para-half {
	margin-bottom: 1em;
}


.nomal_size {
	font-size: 1.6em;
}
.mid_size {
	font-size: 1.4em;
}
.small_size {
	font-size: 1.2em;
}

/* 大枠 */
body #allcontents {
	padding-top: 80px;
}

/* ヘッダ
------------------------------------------------------------ */
header {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	background: #FFF;
	transition: .5s;
}
header.hide {
	top: -197px;
}
header div.header_info {
	margin: 0px;
	padding: 15px 10px;
	position: relative;
}
header div.header_info .header_access {
	display: none;
}
header div.header_info h1 {
	text-align: left;
	padding-right: 60px;
}
header div.header_info h1 br {
	display: none;
}
header div.header_info h1 .agmc {
	width: 44px;
	margin-right: 5px;
	vertical-align: top;
}
header div.header_info h1 .logo_text {
	width: 170px;
	margin-bottom: 15px;
}
header div.header_info .head_tel {
	display: block;
	/*width: 140px;*/
	text-align: left;
	/*margin-left: 54px;*/
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	align-items: baseline;
	-ms-flex-align: baseline; /*IE10*/
	-webkit-box-align: baseline; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: baseline; /* Safari6.1以降 */
	position: relative;
}
header div.header_info .head_tel .tel_link {
	font-size: 1.4em;
	font-weight: bold;
	display: inline-block;
	padding-right: 1ex;
	text-decoration: none;
}
header div.header_info .head_tel .tel_link span {
	font-size: 10px;
	font-weight: normal;
	margin-right: 0.5ex;
	text-decoration: none;
}
header div.header_info .head_fax {
	font-size: 1.4em;
	display: inline-block;
	text-decoration: none;
}
header div.header_info .head_fax a {
	text-decoration: none;
}
header div.header_info .head_fax span {
	font-size: 10px;
	margin-right: 0.5ex;
}
header div.header_info .head_tel_cp {
	display: none;
}
header .lang_link{
	font-size: 1.2rem;
	position: absolute;
	right: 70px;
}
header .lang_link a {
	text-decoration: none;
	padding: 0 5px;
	display: inline-block;
	opacity: 0.3;
	transition: all .5s;
}
header .lang_link a:hover {
	opacity: 1;
}
header .lang_link span {
	text-decoration: underline;
	padding: 0 5px;
	display: inline-block;
}


/* コンテンツ
------------------------------------------------------------ */
section {
	clear: both;
	margin: 0px auto 100px;
}
	
/* メイン */
section article {
	margin-top: 70px;
}
section article > div {
	margin: 0px 20px;
	width: auto;
}

/* ページタイトル */
section .titlearea {
	background-size: cover !important;
}
section .titlearea div {
	position: relative;
	padding-top: 42%;
}
section .titlearea div h2 {
	position: absolute;
	left: 0px;
	bottom: 30px;
}
section .titlearea div h2 img {
	height: 25px;
}



/* 見出し */
section article h3.entry_title {
	text-align: center;
	padding-bottom: 2em;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.2;
	margin: 0px 0px 15px;
	position: relative;
}
section article h3.entry_title span {
	font-size: 63%;
	font-weight: 600;
	letter-spacing: 0.1em;
}
section article h3.entry_title:after {
	content: " ";
	font-size: 150%;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #3d828e;
	background: url(../images/features_back03.gif) repeat-y center bottom;
	height: 30px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

}

@media (min-width: 360px) {
header div.header_info h1 .agmc {
	width: 60px;
}
header div.header_info h1 .logo_text {
	width: 200px;
}
header div.header_info .head_tel {
}
header div.header_info .head_tel .tel_link {
	font-size: 1.6em;
}
header div.header_info .head_tel .tel_link span {
	padding-right: 1ex;
}
header div.header_info .head_fax {
	font-size: 1.6em;
}
header div.header_info .head_fax span {
	padding-right: 1ex;
}
header .lang_link{
	font-size: 1.4rem;
	right: 70px;
}
}
@media (min-width: 520px) {
/* 大枠 */
body #allcontents {
	padding-top: 85px;
}

header div.header_info {
	padding: 14px 20px 0px;
}
header div.header_info h1 {
	height: auto;
}
header div.header_info h1 .agmc {
	width: 120px;
	max-width: auto;
	margin-right: 20px;
}
header div.header_info h1 .logo_text {
	width: 270px;
	/*margin-bottom: 50px;*/
}
header div.header_info .head_tel {
	/*margin-left: 140px;
	width: 220px;
	margin-top: -34px;*/
//	  width: calc(220px + 17em);
	white-space: nowrap;
}
header div.header_info .head_tel .tel_link {
	font-size: 3em;
}
header div.header_info .head_tel .tel_link span {
	font-size: 12px;
}
header div.header_info .head_fax {
	font-size: 1.8em;
}
header div.header_info .head_fax span {
	font-size: 12px;
}
header .lang_link{
	right: 70px;
	bottom: 10px;
}

/* ページタイトル */
section .titlearea div {
	margin: 0px 20px;
}
section .titlearea div h2 {
    bottom: 40px;
}
section .titlearea div h2 img {
	height: 30px;
}
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6em;
}
.mid_size {
	font-size: 1.4em;
}
.small_size {
	font-size: 1.2em;
}

/* 大枠 */
body #allcontents {
	padding-top: 124px;
}

/* ヘッダ */
header {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	background: #FFF;
	transition: .5s;
}
header.hide {
	top: -286px;
}
header div.header_info {
	padding: 24px 40px 24px;
}
header div.header_info h1 {
	padding-right: 0px;
}
header div.header_info h1 br {
	display: none;
}
header div.header_info h1 .agmc {
	width: 160px;
	margin-right: 20px;
}
header div.header_info h1 .logo_text {
	width: 370px;
	margin-bottom: 50px
}
header div.header_info .head_tel {
	margin-left: 190px;
	margin-top: -40px;
	width: auto;
//   width: calc(260px + 17em);
}
header div.header_info .head_tel .tel_link {
	font-size: 3.4em;
	line-height: 1.2;
}
header div.header_info .head_fax {
	font-size: 1.8em;
}
header .lang_link{
	font-size: 1.6rem;
	right: 80px;
	bottom: 3px;
}

section article > div {
	margin: 0px 40px;
	width: auto;
}

/* ページタイトル */
section .titlearea {
	background-size: 1300px !important;
}
section .titlearea div {
	width: 1080px;
	max-width: 100%;
	margin: 0px auto;
	padding: 320px 0px 0px;
}
section .titlearea div h2 {
	padding: 0px 40px;
	bottom: 66px;
}
section .titlearea div h2 img {
	height: auto;
}
/* 見出し */
section article h3.entry_title {
	font-size: 2.2em;
}
}
@media (min-width: 1080px) {
section article > div {
	margin: 0px auto;
	max-width: 1000px;
}
}

@media (min-width: 1160px) {
body.opmenu {
	overflow: visible;
	height: auto;
}
.nomal_size {
	font-size: 1.8em;
}
.mid_size {
	font-size: 1.6em;
}
.small_size {
	font-size: 1.4em;
}

/* 大枠 */
body #allcontents {
	padding-top: 312px;
}

/* ヘッダ */
header {
	transition: .5s;
}
header.hide {
	top: -190px;
}
header div.header_info {
	margin: 40px auto 20px;
	padding: 14px 40px 24px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
header div.header_info h1 {
	text-align: center;
}
header div.header_info h1 br {
	display: block;
}
header div.header_info h1 .agmc {
	width: 150px;
	margin-right: 0px;
}
header div.header_info h1 .logo_text {
	width: 276px;
	margin: 0px;
}
header div.header_info .header_access {
	display: block;
	width: 279px;
	font-size: 1.2em;
}
header div.header_info .header_access strong {
	display: inline-block;
	margin-bottom: 0.5em;
}
header div.header_info .header_access strong span {
	font-size: 150%;
	line-height: 1.5;
}
header div.header_info .head_tel {
	display: none;
}
header div.header_info .head_tel_cp {
	display: block;
	width: 279px;
	margin: 0px;
	position: relative;
}
header div.header_info .head_tel_cp .head_tel1 {
	float: right;
}
header div.header_info .head_tel_cp .head_tel2 {
	margin-top: 5px;
}
header div.header_info .head_tel_cp .head_phone {
	width: 202px;
	text-align: right;
}
header div.header_info .head_tel_cp .head_phone .tel_link {
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
header div.header_info .head_tel_cp .head_phone .tel_link span {
	font-size: 12px;
	font-weight: normal;
	padding-right: 1ex;
}
header div.header_info .head_tel_cp .head_fax{
	width: 202px;
	text-align: right;
	line-height: 1.2;
}
header div.header_info .head_tel_cp .head_fax span {
	font-size: 12px;
	font-weight: normal;
	padding-right: 1ex;
}
header .lang_link{
	line-height: 31px;
	right: auto;
	bottom: auto;
	left: -80px;
	top: 5px;
}

section article > div {
	margin: 0px auto;
	width: 1000px;
}

}



/* フッタ
------------------------------------------------------------ */
@media (min-width: 320px) {
footer {
	position: relative;
	clear: both;
	z-index: 10;
}

footer .footer_logo {
	padding: 20px;
}
footer .footer_logo br {
	display: none;
}
footer .footer_logo .agmc {
	width: 61px;
	margin-right: 10px;
}
footer .footer_logo .logo_text {
	width: 185px;
}

.opmenu footer .pagetop {
	display: none;
}
footer .pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 0px;
}
footer .pagetop a {
	width: 60px;
	cursor: pointer;
	display: table-cell;
	text-align: center;
	color: #3d828e;
	text-decoration: none;
	height: 60px;
	background: rgba(0,0,0,0.05);
	vertical-align: middle;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}

footer .copyright {
	background: #00b587;
	padding: 0.8em 0px;
	text-align: center;
	color: #FFF;
}
}

@media (min-width: 768px) {
footer .footer_logo {
	padding: 20px;
	text-align: center;
}
footer .footer_logo br {
	display: inline;
}
footer .footer_logo .agmc {
	width: 100px;
	margin-right: 0px;
}

footer .pagetop {
	right: 30px;
}
footer .pagetop a {
	width: 80px;
	height: 80px;
}
}



/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
@media (min-width: 320px) {
#menu-box {
	display: block;
	width: auto;
	list-style: none;
}
#menu-box * {
}
#toggle {
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 80px;
}
#toggle a {
	display: block;
	height: 80px;
	position: relative;
	margin: 0px;
	color: #3d828e;
	text-align: center;
	vertical-align: bottom;
	padding-top: 50px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	transition: .3s;
}
.opmenu #toggle a {
	color: #fff;
}


#toggle span {
	display: block;
	width: 50px;
	height: 4px;
	background: #3d828e;
	margin: 26px auto;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#toggle span:before, #toggle span:after{
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	background: #3d828e;
	position: absolute;
	top: 0px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: .3s;
}
#toggle span:before{
	margin-top: -12px;
}
#toggle span:after{
	margin-top: 12px;
}
#toggle span.close {
	background: transparent;
}
.opmenu #toggle span:before,.opmenu #toggle span:after {
	background: #fff;
}
#toggle span.close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	margin-top: 0px;
}
#toggle span.close:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	margin-top: 0px;
}

#menu-box #menu {
	display: none;
	width: 100%;
	padding: 0px;
	left: 0px;
	top: 0px;
	background: rgba(61,130,142,0.96);
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 99;
	position: absolute;
}
#menu .menu_home {
	margin: 0px 20px 20px;
	vertical-align: bottom;
}
#menu .menu_home img {
	height: 20px;
	vertical-align: bottom;
	margin-top: 20px;
}
#menu nav {
	overflow-y: auto;
	height: 100vh; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 93px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 93px);/*Firefox4~15対応*/
	height: calc(100vh - 93px);
}
#menu .menu_main {
	padding: 0px 20px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	align-items: flex-start;
	-ms-flex-align: flex-start; /*IE10*/
	-webkit-box-align: flex-start; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: flex-start; /* Safari6.1以降 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
#menu-box #menu ul.menu_main li {
	width: 47%;
	margin-bottom: 20px;
}
#menu-box #menu ul.menu_main li a {
	display: block;
	padding: 20px 0px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu-box #menu ul.menu_main li a img {
	height: 98px;
}
#menu .menu_main li.head_info {
	padding: 0.8em 0px 6em;
}
#menu .menu_main li.head_info strong {
	margin-bottom: 0.2em;
}
#menu .menu_main li.head_info span {
	color: #fff;
	font-size: 87.5%;
	line-height: 1;
	display: block;
	padding-bottom: 20px;
}

#menu .menu_sub {
	padding: 0px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	align-items: flex-start;
	-ms-flex-align: flex-start; /*IE10*/
	-webkit-box-align: flex-start; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: flex-start; /* Safari6.1以降 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
#menu-box #menu ul.menu_sub li {
	width: 47%;
	position: relative;
	padding: 0px;
	list-style: none;
}
#menu-box #menu ul.menu_sub li:after {
	content: " ";
	width: 100%;
	height: 6px;
	position: absolute;
	background: #FFF;
	left: 0px;
	bottom: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menu-box #menu ul.menu_sub li a {
	padding: 25px 0;
	display: block;
	text-align: center;
}
#menu-box #menu .menu_tel {
	padding: 25px;
	/*text-align: center;*/
	margin: auto auto 100px;
	width: 400px;
	max-width: 90%;
}
#menu-box #menu .menu_tel .head_tel_sp1 {
	float: right;
	width: 22%;
}
#menu-box #menu .menu_tel .head_tel_sp2 {
	margin-top: 5px;
	width: 74%;
}
#menu-box #menu .menu_tel .menu_tellink {
	font-size: 7.7vw;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2;
	text-decoration: none;
	display: table;
}
#menu-box #menu .menu_tel .menu_tellink span {
	font-size: 10px;
	color: #FFF;
	margin-right: 0.5ex;
}
#menu-box #menu .menu_tel .menu_fax {
	font-size: 5vw;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2;
	text-decoration: none;
}
#menu-box #menu .menu_tel .menu_fax span {
	font-size: 10px;
	color: #FFF;
	margin-right: 0.5ex;
	text-decoration: none;
}

#menu-box #menu .menu_tel .menu_fax span a{
 	color:#fff !important;
  	text-decoration:none !important;
}
}
@media (min-width: 450px) {
#menu-box #menu .menu_tel .menu_tellink {
	font-size: 3.5em;
}
#menu-box #menu .menu_tel .menu_tellink span {
	font-size: 16px;
}
#menu-box #menu .menu_tel .menu_fax {
	font-size: 2.5em;
}
#menu-box #menu .menu_tel .menu_fax span {
	font-size: 16px;
}
}

/* タブレット */
@media (min-width: 768px) {
/* ヘッダ */
#menu-box {
	display: block;
	width: auto;
}

#toggle {
	width: 120px;
	height: 130px;
}
#toggle a {
	height: 130px;
	padding-top: 76px;
	font-size: 2em;
}
#toggle span {
	display: block;
	width: 74px;
	height: 6px;
	margin: 46px auto;
	top: 0px;
	left: 23px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#toggle span:before, #toggle span:after{
  	width: 74px;
	height: 6px;
	position: absolute;
	top: 0px; 
	transition: .3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#toggle span:before{
	margin-top: -18px;
}
#toggle span:after{
	margin-top: 18px;
}
#toggle span.close:before, #toggle span.close:after{
}
#toggle span.close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	margin-top: 0px;
}
#toggle span.close:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	margin-top: 0px;
}

#menu-box #menu {
	padding-top: 74px;
}
.opmenu #menu-box #menu {
}
#menu .menu_home {
	margin: 0px 40px 40px;
	vertical-align: bottom;
}
#menu .menu_home img {
	height: auto;
	margin-top: 0px;
}

#menu-box #menu ul {
	padding: 0px 40px 10px;;
	list-style: none;
	text-align: center;
	position: relative;
}
#menu-box #menu .menu_main li {
}
#menu-box #menu .menu_main li a {
	text-decoration: none;
	padding: 1em 0px;
	white-space: nowrap;
	letter-spacing: 0.1em;
	color: #FFF;
}
#menu-box #menu ul.menu_main li a img {
	height: 159px;
}
#menu-box #menu ul.menu_sub li {
	padding: 6px 0px;
}
#menu-box #menu .menu_tel {
	width: 560px;
	max-width: 90%;
}
#menu-box #menu .menu_tel .head_tel_sp1 {
	width: auto;
}
#menu-box #menu .menu_tel .head_tel_sp2 {
	margin-top: 5px;
	width: auto;
}
#menu-box #menu .menu_tel .menu_tellink {
	font-size: 5em;
}
#menu-box #menu .menu_tel .menu_tellink span {
	font-size: 24px;
}
#menu-box #menu .menu_tel .menu_fax {
    font-size: 4em;
}
#menu-box #menu .menu_tel .menu_fax span {
	font-size: 24px;
}

#menu-box #menu .menu_tel .menu_fax a{
 	color:#fff !important;
  	text-decoration:none !important;
}

}

/* PC */
@media (min-width: 1160px) {
/* メインメニュー */
#menu-box {
	margin: 0px auto 30px;
	width: 1000px;
	position: relative;
	z-index: 800;
	clear: both;
	background: none;
}
#menu-box #menu {
	position: static;
	padding: 0px;
	overflow: hidden;
	display: block !important;
	background: none;
	width: 1000px;
}
html.translated-ltr #menu-box #menu {
	max-height: 80vh; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	max-height: -webkit-calc(100vh - 130px);/*Chrome19~25対応*/
	max-height: -moz-calc(100vh - 130px);/*Firefox4~15対応*/
	max-height: calc(100vh - 130px);
}

#toggle {
	display: none;
}
#menu nav {
	height: auto;
	overflow: hidden;
}
#menu-box #menu ul.menu_main {
	padding: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	overflow: hidden;
}
#menu-box #menu ul.menu_main li {
}
#menu-box #menu ul.menu_main li {
	width: auto;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align: middle;
	list-style: none;
	position: relative;
}
#menu-box #menu ul.menu_main li a {
	text-decoration: none;
	display: inline-block;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#menu-box #menu ul.menu_main li a img {
	height: 79px;
}
#menu .menu_home,
#menu .menu_sub,
#menu .menu_tel {
	display: none;
}
}

@media (max-width: 580px) {
}
@media (max-width: 460px) {
}



/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */























