@charset "UTF-8";
/*---------------------------------------------------------------
top/style.css
-----------------------------------------------------------------*/

* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body{
	width:100%;
	color:#000;
	font-family: "Osaka", "ＭＳ Ｐゴシック", "MS PGOTHIC", Osaka, Verdana, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	margin:0px;
	padding:0px;
	line-height:180%;
	letter-spacing:0em;

}

html{     height:100%; }
body{     height:100%; } 

p, ul, li, dl, dd, dt, th, td{
	font-size:13px;
}


textarea,input {
	padding:2px;
}


img {
	border: 0px;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-position: outside;
     	line-height:170%;
}

form {
	margin:0;
	padding:0;
}

div{
	display:block;
}

object,
embed {
	vertical-align: top;
}



a img.fade {
	-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
a:hover img.fade{
  opacity:0.5;
  filter: alpha(opacity=50);
}


a:link ,
a:visited { 
	color:#000;
	text-decoration: none;
}

a:active ,
a:hover {
	color:#000;
	text-decoration: none;	
}

div#wrap {
	width:100%;
background-size: cover;
	margin: 0 auto 0 auto;
	text-align:center;
	padding:0px 0px 0px 0px;
	zoom: 1;

}
body > div#wrap{     height:auto; }






@media print, screen and (min-width: 1220px){
.spOnly {
		display: none;
}
div#wrap {
	padding-bottom: 0px;
}


/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	padding-bottom: 32px;
}
#header .inner{
	padding-right: 5px;
	padding-left: 5px;
}


#header .logo_s{
	width: 107px;
	position: absolute;
	top: -70px;
}
#header .logo_s img{
	width: 100%;
}
#header .logo_s.fixed{
	position: fixed;
	z-index: 1000;
	display: block;
	left: 5px;
}
#header .logo_s.fixed img{
	width: 100%;
}
#header .h_nav_s{
	width: 455px;
	padding-bottom: 15px;
	float: right;
	position: absolute;
	top: -70px;
}
#header .h_nav_s.fixed{
	position: fixed;
	display: block;
	z-index: 1000;
	padding-top: 3px;
	right: 5px;
}
#header .h_nav_s ul{
	margin: 0px;
	padding: 0px;
}
#header .h_nav_s li{
	padding: 0px;
	float: left;
	width: 130px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#header .h_nav_s li:first-child{
	width: 165px;
	margin-left: 0px;
}
#header .h_nav_s li a img {
	transition: .3s;
}


#header .head_r{
	width: 455px;
	float: right;
	margin-top: 90px;
}
#header .head_r .h_nav{
	width: 455px;
	padding-bottom: 15px;
}
#header .head_r .h_nav.fixed{
	position: fixed;
	z-index: 1000;
	padding-top: 3px;
}
#header .head_r .h_nav ul{
	margin: 0px;
	padding: 0px;
}
#header .head_r .h_nav li{
	padding: 0px;
	float: left;
	width: 130px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#header .head_r .h_nav li:first-child{
	width: 165px;
	margin-left: 0px;
}
#header .head_r .h_nav li a img {
	transition: .3s;
}

#header .head_r .ic{
	float: right;
	width: 64px;
}
#header .head_r .ic ul{
	margin: 0px;
	padding: 0px;
}
#header .head_r .ic li{
	padding: 0px;
	float: left;
	width: 31px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#header .head_r .ic li img{
	width: 31px;
}

#header .logo{
	width: 162px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}




/* ナビゲーション
--------------------------------------------*/
nav{
	width:100%;
	background-color: #FFF;
		
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
}
nav.fixed{
	position: fixed;
	z-index: 100;
	top: 0px;
}
ul#gnavi {
	font-family: Helvetica, Verdana, sans-serif, Osaka, "Osaka", "ＭＳ Ｐゴシック", "MS PGOTHIC";
	list-style-type: none;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav.fixed ul#gnavi{
	margin-left: -10%;
}
ul#gnavi ul {
	padding-left: 0;
	text-align: center;
}
ul#gnavi li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #000;
	position: relative;
	font-weight: bold;
}
ul#gnavi li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 17px;
	margin-left: 17px;
	
	position: relative;
	display: inline-block;
	transition: .3s;
}
ul#gnavi li a:hover{
	color: #999;
	text-decoration: none;
}
ul#gnavi li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a:hover::after {
	width: 100%;
}



ul#gnavi li ul.child{
	display: none;
	position: absolute;
	left: 10px;
	background-color: #FFF;
	margin: 0px;
	width: 270px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	opacity: .9;
-webkit-opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity=90);	/* IE lt 8 */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}
ul#gnavi li ul.child li{
	float: none;
	display: block;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
ul#gnavi li ul.child li a{
	display: block;
	color: #333;
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 100000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	transition: .3s;
}
ul#gnavi li ul.child li a:hover{
	color: #999;
	text-decoration: underline;
}
ul#gnavi li ul.child li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 0px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}





/* フッター 
---------------------------------------------------------*/
#f_box{
	width:100%;
	background-color: #f3f3f3;
	padding-top: 78px;
	padding-bottom: 78px;
}
#f_box .inner{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#f_box .inner .box{
	float: left;
	width: 380px;
	margin-right: 30px;
}
#f_box .inner .box:last-child{
	margin-right: 0px;
}
#f_box .inner .box .title{
	padding-top: 20px;
}
#f_box .inner .box .bt{
	padding-top: 33px;
}



#footer{
	width:100%;
	background-color: #000;
	padding-top: 78px;
	padding-bottom: 78px;
}
#footer .inner{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#footer .inner .sitemap{
	float: left;
	width: 582px;
}
#footer .inner .sitemap .title{
	padding-bottom: 15px;
}
#footer .inner .sitemap li{
	font-size: 12px;
	background-image: url(../images/f_arrow.png);
	background-repeat: no-repeat;
	background-position: right 14px;
	width: 169px;
	text-align: left;
	float: left;
	margin-right: 22px;
	margin-bottom: 10px;
}
#footer .inner .sitemap li a{
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#footer .inner .sitemap li a:link ,
#footer .inner .sitemap li a:visited { 
	color:#fff;
	text-decoration: none;
	transition: .3s;
	position: relative;
	display: inline-block;
}
#footer .inner .sitemap li a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: .3s;
}
#footer .inner .sitemap li a:hover::after {
	width: 100%;
}
#footer .inner .sitemap li a:active ,
#footer .inner .sitemap li a:hover {
	color:#999;
	text-decoration: none;	
}

#footer .inner .followus{
	float: right;
	width: 582px;
}
#footer .inner .followus .title{
	padding-bottom: 15px;
}
#footer .inner .followus ul{
	padding-top: 10px;
}
#footer .inner .followus li{
	float: left;
	margin-left: 21px;
	margin-bottom: 8px;
}


#footer #f_navi{
	width: 940px;
	margin-right: auto;
	margin-left: auto;	
	padding-top: 60px;
}
#footer #f_navi ul{
	float: left;
	width: 574px;
	
}
#footer #f_navi li{
	font-size: 12px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer #f_navi li:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer #f_navi li a:link ,
#footer #f_navi li a:visited { 
	color:#fff;
	text-decoration: none;
	transition: .3s;
}
#footer #f_navi li a:active ,
#footer #f_navi li a:hover {
	color:#999;
	text-decoration: none;	
}

#footer #f_navi .copyright{
	font-size: 12px;
	color: #FFF;
	text-align: right;
	float: right;
	width: 320px;
}


/* ページトップ */
#page-top {
	position: fixed;
	bottom: 460px;
	right: 20px;
	height: 62px;
	width: 62px;
}
#page-top a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}



}
@media screen and (max-width: 1400px) and (min-width: 1220px){
nav.fixed ul#gnavi{
	margin-left: -13%;
}
ul#gnavi li a {
	margin-right: 10px;
	margin-left: 10px;
}
}
@media screen and (max-width: 1219px) and (min-width: 764px){
.spOnly {
		display: none;
}
.pcOnly {
	display: block;
}


/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	padding-bottom: 32px;
}
#header .inner{
	padding-right: 5px;
	padding-left: 5px;
}


#header .logo_s{
	width: 107px;
	float: left;
	position: absolute;
	top: -70px;
}
#header .logo_s img{
	width: 100%;
}
#header .logo_s.fixed{
	position: fixed;
	z-index: 1000;
	display: block;
	left: 5px;
}
#header .logo_s.fixed img{
	width: 100%;
}
#header .h_nav_s{
	width: 40%;
	padding-bottom: 15px;
	float: right;
	position: absolute;
	top: -70px;
}
#header .h_nav_s.fixed{
	position: fixed;
	z-index: 1000;
	display: block;
	padding-top: 5px;
	right: 5px;
}
#header .h_nav_s ul{
	margin: 0px;
	padding: 0px;
}
#header .h_nav_s li{
	padding: 0px;
	float: left;
	width: 29%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	position: relative;
}
#header .h_nav_s li img{
	width: 100%;
}
#header .h_nav_s li:first-child{
	width: 37%;
	margin-left: 0px;
}
#header .h_nav_s li a img {
	transition: .3s;
}


#header .head_r{
	width: 40%;
	float: right;
	margin-top: 90px;
}
#header .head_r .h_nav{
	width: 100%;
	padding-bottom: 15px;
}
#header .head_r .h_nav.fixed{
	position: fixed;
	z-index: 1000;
	padding-top: 3px;
}
#header .head_r .h_nav ul{
	margin: 0px;
	padding: 0px;
}
#header .head_r .h_nav li{
	padding: 0px;
	float: left;
	width: 29%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	position: relative;
}
#header .head_r .h_nav li img{
	width: 100%;
}
#header .head_r .h_nav li:first-child{
	width: 37%;
	margin-left: 0px;
}
#header .head_r .h_nav li a img {
	transition: .3s;
}

#header .head_r .ic{
	float: right;
	width: 64px;
}
#header .head_r .ic ul{
	margin: 0px;
	padding: 0px;
}
#header .head_r .ic li{
	padding: 0px;
	float: left;
	width: 31px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#header .head_r .ic li img{
	width: 31px;
}

#header .logo{
	width: 14%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo img{
	width: 100%;
}




/* ナビゲーション
--------------------------------------------*/
nav{
	width:100%;
	background-color: #FFF;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
}
nav.fixed{
	position: fixed;
	z-index: 100;
	top: 0px;
}
nav.fixed ul#gnavi {
	padding-left: 12%;
}
nav.fixed ul#gnavi li {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #000;
	float: left;
}
ul#gnavi {
	font-family: Helvetica, Verdana, sans-serif, Osaka, "Osaka", "ＭＳ Ｐゴシック", "MS PGOTHIC";
	list-style-type: none;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#gnavi ul {
	padding-left: 0;
	text-align: center;
}
ul#gnavi li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #000;
	position: relative;
	font-weight: bold;
}
ul#gnavi li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 6%;
	margin-left: 6%;
	
	position: relative;
	display: inline-block;
	transition: .3s;
}
ul#gnavi li a:hover{
	color: #999;
	text-decoration: none;
}
ul#gnavi li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a:hover::after {
	width: 100%;
}


ul#gnavi li ul.child{
	display: none;
	position: absolute;
	left: 10px;
	background-color: #FFF;
	margin: 0px;
	width: 270px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	opacity: .9;
-webkit-opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity=90);	/* IE lt 8 */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}
ul#gnavi li ul.child li{
	float: none;
	display: block;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
ul#gnavi li ul.child li a{
	display: block;
	color: #333;
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 100000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	transition: .3s;
}
ul#gnavi li ul.child li a:hover{
	color: #999;
	text-decoration: underline;
}
ul#gnavi li ul.child li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 0px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}




/* フッター 
---------------------------------------------------------*/
#f_box{
	width:100%;
	background-color: #f3f3f3;
	padding-top: 78px;
	padding-bottom: 78px;
}
#f_box .inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#f_box .inner .box{
	float: left;
	width: 32%;
	margin-right: 2%;
}
#f_box .inner .box:last-child{
	margin-right: 0px;
}
#f_box .inner .box img{
	width: 100%;
}
#f_box .inner .box .title{
	padding-top: 20px;
}
#f_box .inner .box .title img{
	width: 65%;
}
#f_box .inner .box .bt{
	width: 85%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
}
#f_box .inner .box .bt img{
	width: 100%;
}



#footer{
	width:100%;
	background-color: #000;
	padding-top: 78px;
	padding-bottom: 78px;
}
#footer .inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footer .inner .sitemap{
	float: left;
	width: 49%;
}
#footer .inner .sitemap .title{
	padding-bottom: 15px;
}
#footer .inner .sitemap li{
	font-size: 12px;
	background-image: url(../images/f_arrow.png);
	background-repeat: no-repeat;
	background-position: right 14px;
	width: 30%;
	text-align: left;
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
}
#footer .inner .sitemap li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#footer .inner .sitemap li a:link ,
#footer .inner .sitemap li a:visited { 
	color:#fff;
	text-decoration: none;
	transition: .3s;
}
#footer .inner .sitemap li a:active ,
#footer .inner .sitemap li a:hover {
	color:#999;
	text-decoration: none;	
}

#footer .inner .followus{
	float: right;
	width: 49%;
}
#footer .inner .followus .title{
	padding-bottom: 15px;
}
#footer .inner .followus ul{
	padding-top: 10px;
}
#footer .inner .followus li{
	float: left;
	margin-left: 2%;
	margin-bottom: 8px;
	width: 48%;
}
#footer .inner .followus li img{
	width: 100%;
}


#footer #f_navi{
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	padding-top: 60px;
}
#footer #f_navi ul{
	float: left;
	width: 574px;
	
}
#footer #f_navi li{
	font-size: 12px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer #f_navi li:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer #f_navi li a:link ,
#footer #f_navi li a:visited { 
	color:#fff;
	text-decoration: none;
	transition: .3s;
}
#footer #f_navi li a:active ,
#footer #f_navi li a:hover {
	color:#999;
	text-decoration: none;	
}

#footer #f_navi .copyright{
	font-size: 12px;
	color: #FFF;
	text-align: right;
	float: right;
	width: 320px;
}


/* ページトップ */
#page-top {
	position: fixed;
	bottom: 460px;
	right: 20px;
	height: 62px;
	width: 62px;
}
#page-top a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}


}
@media screen and (max-width: 763px){
.pcOnly {
		display: none;
}

.contents {
	padding-top: 63px;
}

/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	border-bottom-width: 1px;
	z-index: 1000;
	display: block;
	position: fixed;
	height: 50px;
}
#header .inner{
	padding: 0px;
	position: relative;
}

#header .logo{
	display: none;
}
#header .logo_s{
	display: none;
}
#header .logo_sp{
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0.5em;
	right: 0px;
}
#header .logo_sp img{
	width: 125px;
}
#header .h_nav_s{
	display: none;
}
#header .h_nav{
	display: none;
}

#header #hmenu-bt{
	float: left;
	width: 30px;
	margin-top: 0.6em;
	margin-left: 3%;
}
#header #hmenu-bt img{
	width: 90%;
}

#header #sp_nav{
	float: right;
	width: 18%;
	margin-top: 0.5em;
	margin-right: 3%;
}
#header #sp_nav ul{
	padding: 0px;
	margin: 0px;
}
#header #sp_nav li{
	float: left;
	width: 50%;
}
#header #sp_nav li img{
	width: 35px;
}




/* ナビゲーション
--------------------------------------------*/
#header #hmenu{
	background-color: #FFF;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 56px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
ul#h_navi{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
ul#h_navi li{
	font-size: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: left;
	background-image: url(../images/f_arrow1b.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul#h_navi li a{
	display: block;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-decoration: none;
	color: #000;
}

ul#h_navi .hnavi_bt li{
	display:block;
	background-image: url(../images/f_arrow2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#h_navi .hnavi_bt.selected li{
	display:block;
	background-image: url(../images/f_arrow3.png);
	background-repeat: no-repeat;
	background-position: right center;

}
ul#h_navi .list li{
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F5E8CE;
}
ul#h_navi .list li a{
	padding-left: 3em;
}

#hmenu .f_ic{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#hmenu .f_ic ul{
}
#hmenu .f_ic li{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	width: 12%;
	margin-right: 3%;
	margin-left: 3%;
}
#hmenu .f_ic li img{
	width: 100%;
}

#hmenu .close{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #EEE;
}
#hmenu .close a{
	width: 100%;
	display: block;
	padding-top: 0.8em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}
#hmenu .close img{
	width: 20%;
}



/* フッター 
---------------------------------------------------------*/
#f_box{
	width:100%;
	background-color: #f3f3f3;
	padding-top: 3em;
	padding-bottom: 2em;
}
#f_box .inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#f_box .inner .box{
	float: none;
	width: 100%;
	margin-right: 0%;
	padding-bottom: 3em;
}
#f_box .inner .box:last-child{
	margin-right: 0px;
}
#f_box .inner .box img{
	width: 100%;
}
#f_box .inner .box .title{
	padding-top: 1.5em;
}
#f_box .inner .box .title img{
	width: 65%;
}
#f_box .inner .box .bt{
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2.5em;
}
#f_box .inner .box .bt img{
	width: 100%;
}



#footer{
	width:100%;
	background-color: #000;
	padding-top: 3em;
	padding-bottom: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
}
#footer .inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#footer .inner .sitemap{
	float: none;
	width: 100%;
	padding-bottom: 2em;
}
#footer .inner .sitemap .title{
	padding-bottom: 1em;
}
#footer .inner .sitemap li{
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-align: left;
	background-image: url(../images/f_arrow1.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#footer .inner .sitemap li a{
	display: block;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	text-decoration: none;
	color: #60482D;
}
#footer .inner .sitemap li a:link ,
#footer .inner .sitemap li a:visited { 
	color:#fff;
	text-decoration: none;
	transition: .3s;
}
#footer .inner .sitemap li a:active ,
#footer .inner .sitemap li a:hover {
	color:#999;
	text-decoration: none;	
}

#footer .inner .followus{
	float: none;
	width: 100%;
}
#footer .inner .followus .title{
	padding-bottom: 1em;
}
#footer .inner .followus ul{
	padding-top: 0px;
}
#footer .inner .followus li{
	float: none;
	margin-left: 0%;
	margin-bottom: 1em;
	width: 100%;
}
#footer .inner .followus li img{
	width: 100%;
}


#footer #f_navi{
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	padding-top: 2em;
}
#footer #f_navi ul{
	float: none;
	width: 100%;
	
}
#footer #f_navi li{
	font-size: 90%;
	float: none;
	padding-right: 12px;
	padding-left: 12px;
	border-left-style: none;
	display: block;
	text-align: center;
	padding-bottom: 0.5em;
}
#footer #f_navi li:last-child{
	border-right-style: none;
}
#footer #f_navi li a:link ,
#footer #f_navi li a:visited { 
	color:#fff;
	text-decoration: none;
	transition: .3s;
}
#footer #f_navi li a:active ,
#footer #f_navi li a:hover {
	color:#999;
	text-decoration: none;	
}

#footer #f_navi .copyright{
	font-size: 90%;
	color: #FFF;
	text-align: center;
	float: none;
	width: 100%;
	padding-top: 2em;
}

#aaa{
	background-color: #FF0;
	height: 20px;
	width: 100px;
}

/* ページトップ */
#page-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	height: 62px;
	width: 62px;
}
#page-top a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}




}



@media screen and (max-width: 763px) and (orientation: landscape) {
   /* 横向きの場合のスタイル */


}





/* other
---------------------------------------------------------*/

  
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  

.clearfix { display: block; }  
/* End hide from IE-mac */  
  


.comingsoon{
	opacity:0.5;
  filter: alpha(opacity=50);
}


/* pad */
.pad-b5{
	padding-bottom:5px;
}

.pad-b10{
	padding-bottom:10px;
}
.pad-b15{
	padding-bottom:15px;
}
.pad-b20{
	padding-bottom:20px;
}


.pad-b25{
	padding-bottom:25px;
}
.pad-b30{
	padding-bottom:30px;
}
.pad-b35{
	padding-bottom:35px;
}
.pad-b40{
	padding-bottom:40px;
}
.pad-b45{
	padding-bottom:45px;
}



/* font */
.font-large01{
	font-size:16px;
}

.font-large02{
	font-size:15px;
}

.font-large03{
	font-size:14px;
}
.font-default{
	font-size:12px;
}




/* font color */
.font-cred {
	color: #EC1B23;
}
