@charset "utf-8";
/* CSS Document */

/* A-OTF Midashi Go MB31 Pr6N MB31_字型*/
/* 
.A-OTFMidashi{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}
 */

/*  A-OTF UD Shin Go Pr6N L_字型
. A-OTFUD{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
} */

/*清除連結的虛線*/
a{ outline: none; /* for Firefox Google Chrome  */
   behavior:expression(this.onFocus=this.blur()); /* for IE */}

h2{
	/* font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	color: #454648;
	letter-spacing: 5px; */
	width: 100%;
	margin: 0 auto;
}
h2 img{
	width: 100%;
}
h2 img.h2PcTitle{
	display: block;
}
h2 img.h2SpTitle{
	display: none;
}

img,
div.list-mv01,
p.list-mv01,
ul.list-mv01,
a.list-mv01,
table.list-mv01,
li.list-mv01,
h4.list-mv01,
section.list-mv01{
	transition: 1.5s;
}
html, body {
	height: 100%;
	font-size:14px;
	color:#454648;
	background:#FFF;
}
.wrap {
   /*min-height: 100%;*/
   *display: table; /* For IE7 Hack */
   /**height: 100%;*/ /* For IE7 Hack */
}
.article{
	clear:both;
	overflow: hidden;
	background:#FFF;
}
.footer {
   position: relative;
   z-index:1;
   clear:both;
   background: #FFF;
}
div.floatTopMenu{
	position:fixed;
	z-index:35;
	height:55px;
	width: auto;
}
.floatTopMenuBg{
	background:url('../images/header/logoSp.png') no-repeat center #ebe3e1 !important;
}
a.topLogoButton{
	position:absolute;
	z-index:33;
	width:100%;
	height:55px;
	display: block;
}
a.menuButton{
	visibility:hidden;
	position:absolute;
	z-index:36;
	right:0;
	width:55px;
	height:55px;
	/*margin:3px 3px 0 0;*/
	cursor: pointer;
	background:url('../images/header/menuBt.png') no-repeat center;
	background-size: 100%;
}
a.menuButtonClose{
	background:url('../images/header/menuBtClose.png') no-repeat center;
	background-size: 100%;
}
a.ViewMore{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	border-radius: 100em;
	color: #464648;
	padding: 8px 50px;
	text-align: center;
	border: 1px solid #464648;
	text-decoration: none;
	display: table;
	margin: 3.2vw auto 12vw auto;
	letter-spacing: 2px;
}

.footerButtom{
	background: #ebe3e1;
    padding: 10px 0;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
}
.footerButtom a{
    background: #454648;
    color: #FFF;
    display: table;
    margin: 0 auto;
    padding: 12px 0;
    width: 39%;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    border-radius: 100em;
	text-decoration: none;
}

@media screen and (max-width: 1024px){
	html, body{
		height: auto !important;
	}
	.article{
		width:100%;
		max-width:100%;
		overflow: inherit;
		position:relative;
		z-index:1;
		padding-top: 55px;
	}
	.article .content{
		margin-top:0;
	}
	.footer{
		text-align: left;
		font-size:12px;
	}
	div.floatTopMenu{
		/* background:#FFF; */
		background: url('../images/header/logoSp.png') no-repeat center #FFF;
		/* background-size: 60%; */
		width:100%;
	}
	a.floatTopLogo{
		display: block;
	}
	a.menuButton{
		visibility:visible;
	}
	
	h2 img.h2PcTitle{
		display: none;
	}
	h2 img.h2SpTitle{
		display: block;
	}
}
@media screen and (max-width: 1024px){
    .footerButtom{
    	display: none;
	}
	.wrap {padding-top: 130px;}
}
@media screen and (max-width: 800px){
    .footerButtom a {
        width: auto;
        padding: 5px 30px;
	}
	.wrap {padding-top: 100px;}
}
@media screen and (max-width: 400px){
    .footerButtom a {
        font-size: 14px;
    }
}