@charset "utf-8";

/*header*/
header:after{content: ""; display: block; clear: both; }
header{ display: inline-block; } 
header{ 
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 15px auto 10px;
}
header .logo{ 
	max-width: 30%; 
	display: inline-block;
	float: left;
}
header .logo a{max-width:300px; display: block; }
header .logo a:hover{ 
	-webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
	opacity: 0.7;
    filter: alpha(opacity=70);
   	-ms-filter: "alpha(opacity=70)";
}
header .logo img{ width: 100%; }

header .info_r {
    width: 70%;
	float:right;}
/* nav */
header .info_r nav {
    display: inline-block;
    width: 70%;
    float: left;
	margin-left: 3%;
}
header .info_r nav li {
    display: inline-block;
    float: left;
    width: 16.6%;
    text-align: center;
}
header .info_r nav li a {
    padding: 20px 0;
	font-weight:bold;
    display: block;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
header .info_r nav li a:hover{
	background:#eee;
	text-decoration:underline;
	color:#105cb1;
	font-weight:bold;}
header .info_r .info_b {
    display: inline-block;
    float: right;
    width: 25%;
	padding: 15px 0 20px 0;
}
header .info_r .info_b .tel a {
    max-width: 173px;
    float: left;
}
header .info_r .info_b img{ width: 100%;  }


.kv {
    width: 100%;
   /* height: 540px;*/
    position: relative;
	border-top:4px solid #105cb1;
}
.kv h1 {
    width: 70%;
    position: absolute;
    left: 12%;
    bottom: 8%;
    color: #fff;
    font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:40px;
	text-shadow:2px 2px 2px #000;
	animation-delay:1s;
	z-index:100;
/*	-ms-transform: scale(1.3) rotate(0.1deg);
-webkit-transform-:translate3d ;
	-ms-transform:translate3d ;*/	 
}
/*キーヴィジュアル*/
.top_mainimg{
     width: 100%;
	 position: relative;
   }
.top_mainimg_cont h1 {
    position: absolute;
    width: 210px;
    height: 82px;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.top_mainimg_cont h1 img{
	width:100%;}
.cf {
    display: block;
}
.btn{
	width: 400px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #59b39f;
}
.btn a{
	background: url(../img/btn_arrow.png) no-repeat right 10px center / 13px auto;
	color: #59b39f;
	display: block;
	padding: 20px;
}
.btn a:hover{
	background: #59b39f url(../img/btn_arrow02.png) no-repeat right 10px center / 13px auto;
	color: #fff;
	-webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
}
.head_sp .innar{ display: none; }

/* pagetop */
.btn_top{
	width: 66px;
	position: fixed;
	z-index: 2000;
	right: 2%;
	bottom: 2%;
}
.btn_top img{ width: 100%; }
.btn_top:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
/*コンテンツ*/
h2 {
    text-align: center;
    padding: 40px 0 40px 0;}
h2 img{width:100%;}
h2 span {
    padding-top: 10px;
    display: block;
    margin: 0 auto;
/*    width: 80px;
*/    font-size: 12px;
}
.cont_inner h2{
	width:165px;
	margin: 0 auto;}
.appeal {
    font-size: 28px;
    font-weight: bold;
	font-family: serif;
    margin: 0 auto;
    text-align: center;
	color:#283d79;
}
/*コンテンツ*/
.content .sp_cont {
	display:none;
}
section.content {
	background:url(../img/cont_bk.png) no-repeat top center;
	background-size:cover;
    margin: 0 auto;
    width:100%;
}
.cont_inner{
	max-width:1000px;
	width:100%;
	margin:0 auto;}
/*2カラム*/
.colum2 ul li{
	position:relative;
	display: inline-block;
    float: left;
    width: 47%;
	margin-left:2%;}
.colum2 ul li:last-child{
	margin-right:0;
	margin-left:4%;}
.colum2 ul li img{width:100%;}
.colum2 ul li figure{
	position:absolute;
	background:url(../img/blue_dot.gif) repeat left top;
	padding:40px;
	color:#fff;
	font-size: 18px;
    font-weight: bold;
	top: 10%;
    left: 0;
    margin-left: -20px;
	}
.colum2 ul li figure span {
    display: block;
    margin: 0 auto;
    font-size: 70%;
	color:#f4c10e;
	text-align:center;
	line-height: 1;
}
.colum2 ul li figure span.b_bottom {
    width: 30px;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
	padding-top: 15px;
    display: block;
}
.colum2 ul li .rink {
    position: absolute;
    right: 6%;
    bottom: 3%;
}
.colum2 ul li .detail {
    background-color: rgba(255,255,255,0.8);
    border-bottom: solid 3px #eee;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.colum2 ul li .detail a {
    background: url(../img/rink_bule.gif) no-repeat right 20px center / 8px auto;
    color: #283d79;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px 40px;
}
.colum2 ul li .detail a:hover{ 
	-webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
	opacity: 0.7;
    filter: alpha(opacity=70);
   	-ms-filter: "alpha(opacity=70)";
}	
/*3カラム*/
.features {
	background:url(../img/b_bk.jpg) no-repeat center bottom;
	background-size:cover;
    padding: 70px 0;
	height:350px;
}
.features .innar {
    max-width: 1000px;
    margin: auto;
    width: 95%;
}
.features_list {
    display: block;
}
.features_list li {
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 5%;
    background: #fff;
}
.features_list li:nth-child(3n) {
    margin-right: 0;
}
.features_list figure img {
    width: 100%;
}
.features_list figcaption {
    padding: 30px 40px;
}
.features_list figcaption h3{
    color: #283d79;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.features_list figcaption h3 span{
	border-bottom:1px solid #2f4ca9;
	color: #283d79;
	 padding-top: 10px;
    display: block;
    margin: 0 auto;
    width: 30px;
}
 .rink2{
	text-align:center;}
.rink2 a{
    background:url(../img/link_a.png) no-repeat right 15px bottom 50% ;
	display:block;
	background-color:#283d79;
	border:1px solid #283d79;
	color:#FFF;
	padding:15px 0px;}
 .rink2 a:hover{
	  background:url(../img/link.png) no-repeat right 15px bottom 50% ;
	 background-color:#FFF;
	display:block;
	color:#283d79;
	border:1px solid #283d79;
	font-weight: bold;
	padding:15px 0px;}
/*企業理念*/
.idea_wrap{
	background:url(../img/idea_bk.jpg) no-repeat top center;
	background-size:cover;
	padding:40px 0;}
.idea_inner{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	border:1px solid #fff;
	padding:40px 0;
	}
.idea_inner figure{
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding-top: 20px;
	}
.idea_inner figure span {
    display: block;
    margin: 0 auto;
    font-size: 70%;
    color: #f4c10e;
    text-align: center;
}
p.idea_bold {
    color: #fff;
    font-size: 30px;
    text-align: center;
	font-family: serif;
	font-weight:bold;
	padding-bottom: 20px;
	/*animation-delay:1s;*/
}
p.idea_bold .yellow{
	    color: #f4c10e;
		font-size: 40px;
}
/*強み*/
.ad_wrap{
	max-width:1000px;
	width:100%;
	margin:40px auto 60px;}
.ad_wrap h2{
	width:190px;
	margin:0 auto;}	
 h4 {
    font-size: 18px;
    color: #283d79;
    border-top: 2px solid #283d79;
    border-bottom: 2px solid #283d79;
    padding: 15px 5px;
    text-align: center;
   line-height: 1.4;
    font-weight: bold;
	margin-bottom: 40px;
}
.ad_wrap .cf li{
	position:relative;
	display: inline-block;
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #eee;
	border-bottom:2px solid #b8b7b7;}
.ad_wrap .cf li:nth-child(3n) {
    margin-right: 0;
}
.number{
	position:absolute;
	right:2%;
	top:0;
	margin-top:-35px;
	font-size: 40px;
    font-style: italic;
	color: #283d79;
}
.ad_wrap .cf li dt {
	width:125px;
	margin:0 auto;
	padding: 20px 0;
	/*animation-delay:2s;*/}
.ad_wrap .cf li dd h3{
	color: #283d79;
	font-family: serif;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	line-height: 100%;}
.ad_wrap .cf li dd h3 span {
    border-bottom: 2px solid #f4c10e;
    color: #283d79;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    width: 30px;
}
.ad_wrap .cf li dt img{width:100%;}
p.ad_text {
    padding: 10px 20px 30px 20px;
}
/*新着情報*/
.waht_wrap {
    width: 100%;
    background-color: #e5e5e6;
    clear: both;
}
.wahtsnew {
   max-width: 1000px;
    margin: auto;
    width: 95%;
    padding-bottom: 80px;
}
.wahtsnew h2 {
	width:90px;
	margin:0 auto;
   padding: 60px 0 0px 0;
}
.wahtsnew h2 img{width:100%;}	
.texterea {
    height: 140px;
    border-top: 2px solid #283d79;
    overflow-y: scroll;
    background-color: #fff;
    padding-top: 40px;
	margin-top: 20px;
}
.texterea dl {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../img/bg_gray_dot.gif) repeat-x left bottom;
}
.texterea dl .category {
    width: 12%;
    float: left;
    margin-right: 3%;
    text-align: center;
    color: #fff;
    font-size: 80%;
    background: #105cb1;
}
.texterea dl .category a {
    color: #fff;
}
.texterea dl dt {
    width: 10%;
    float: left;
    margin-right: 2%;
	padding-right:20px;
    display: inline-block;
    color: #283d79;
    font-weight: bold;
}
.texterea dl dd {
    width: 65%;
    float: left;
    display: inline-block;
}
.texterea dl dd a {
	color:#000;}
/*アクセス*/
.access{
	width:100%;}
.access h2{
	width:122px;
	margin:0 auto;
	clear:both;}
#map {
    width: 100%;
    height: 250px;
	max-width: 1000px;
    margin: 0 auto;
}

/*バナー*/	
.banner{
	background:url(../img/b_bk.png) no-repeat ;
	max-width:1000px;
	width:100%;
	margin:40px auto 60px;
	padding: 20px 0 30px;}
.banner .detail {
	width:50%;
    background: url(../img/orange_b.png) no-repeat left top / 100% 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5x;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.banner .detail a {
    background: url(../img/detail_arrow.png) no-repeat right 20px center / 10px auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 20px;
}
.banner .detail a:hover{ 
	-webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
	opacity: 0.7;
    filter: alpha(opacity=70);
   	-ms-filter: "alpha(opacity=70)";
}
h5{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:20px 0 0;
	text-shadow:1px 2px #105cb1;}
.banner .bn{
	width:50%;
	margin:0 auto;}
.banner .bn li{
	float:left;
	display:inline-block;
	line-height: 1.4;
	margin-right:2%;}
.banner .bn li:last-child{
	margin-right:0;}
@media all and (-ms-high-contrast: none){
  .banner .bn{
	width:60%;
	margin:0 auto;}
}
.banner .bn li .b_t{
/*	background:url(../img/b_tel.png) no-repeat left /8px auto;
*/	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.banner .bn li .b_t img{width:10px;
padding: 0 10px 5px 0;}
.banner .bn li .b_f{
/*	background:url(../img/fax.png)  no-repeat left /24px auto;	
*/	
	font-size:28px;
	color:#fff;
	font-weight:bold;
	}
.banner .bn li .b_f img{width:30px;
padding: 0 10px 5px 0;}

.banner p.please {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
	margin-bottom:10px;
}
.bg_attach {
	background:url(../../bissines/img/bg_attach.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
    padding: 100px;
	margin-bottom: 40px;
}

/*フッター*/
footer{
	background-color:#f3f6f8;
	clear:both;
	width:100%;
	border-bottom: 4px solid #105cb1;
}
.footarea{
	max-width: 1000px;
	width: 100%;
	margin:0 auto;
	padding:40px 0;
}
footer .fl {
    display: block;
    display: inline-block;
    width: 48%;
	float:left;
}
footer .fr {
    width: 48%;
	float:right;
}
footer .fr ul {
    display: block;
}
footer .fr ul li {
    display: inline-block;
    float: right;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 30%;
}
footer .fr ul li:nth-child(2n) {
    margin-right: 0;
}
footer .fr ul dt {
    background: url(../img/rink_blue.png) no-repeat left center / 13px auto;
    padding-left: 20px;
    margin-bottom: 10px;
}
footer .fr ul li a {
    color: #000;
    text-decoration: none;
}
footer .fr ul li a:hover{text-decoration:underline;}

p.f_logo {
    width: 300px; margin-bottom: 10px;
}
p.f_logo img{width:100%;}
footer .fl p a{color:#000;}
footer .fl p a:hover{text-decoration:underline;}
address {
	padding:10px 0;
    max-width: 1000px;
    font-size: 11px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
/*画像ホバー*/
.scale {
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*画像ホバー*/
/*.button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #333;
  overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}*/
/* ■02.横幅1300px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1120px) {
/* ▼PC用================================================================== */

/* ▲PC用================================================================== */
}
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1000px) {
/* ▼Tab用================================================================= */
 	.head_sp .innar:after{content: ""; display: block; clear: both; }
	.head_sp .innar{ display: inline-block; } 
	.head_sp .innar{ 
		display: block; 
		width: 90%;
		margin: auto;
	}
	.head_sp .logo{
		max-width: 300px;
		float: left;
		display: inline-block;
		padding: 20px 0;
	}
	.head_sp .logo img{ width: 100%; }
	.info_sp{
		float: right;
		width: 25%;
		display: inline-block;
		padding: 20px 0;
	}
	.info_sp li{
		display: inline-block;
		float: right;
		width: 30%;
		margin-left: 5%;
	}
	.info_sp li:last-child{ margin-right: 0; }
	.info_sp li img{ width: 100%; }
	header,nav{ display: none; }
footer .logo{ width: 45%; padding-top: 0; }
header .info,
fotter .info{ width: 50%; }
nav ul li{ font-size: 13px; }
nav ul li a img {
	width:100%;
}
.kv h1 {
    width: 80%;
    font-size: 28px;}
.appeal {
    font-size: 24px;}
.cont_inner {
    width: 95%;}
.colum2 ul li:last-child{
	margin-right:0;}
.colum2 ul li {
    width: 45%;
    margin-right: 4%;
    margin-left: 2%;
}
.colum2 ul li figure {
    padding: 30px;
    top: 8%;
}
.features_list figcaption {
    padding: 30px 20px;
}
.features {
    padding: 70px 0 0;}
	.rink2 a {
    background: url(../img/link_a.png) no-repeat right 5px bottom 50%;background-color: #283d79;}
.ad_wrap {
    width: 95%;}
p.ad_text {
    padding: 10px 10px 20px 10px;
}
.texterea dl dt {
    width: 12%;}
.texterea {
    height: 80px;}
.wahtsnew {    padding-bottom: 60px;}
.banner .bn {width: 60%;}
.footarea {width: 90%;}
/* ▲Tab用================================================================= */
}
/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:767px) {
/* ▼SP用================================================================ */
	.inlineblock {
	display: inline-block;
}
 	.head_sp .innar:after{content: ""; display: block; clear: both; }
	.head_sp .innar{ display: inline-block; } 
	.head_sp .innar{ 
		display: block; 
		width: 95%;
		margin: auto;
	}
	.head_sp .logo{
		max-width: 300px;
		width:70%;
		float: left;
		display: inline-block;
		padding: 20px 0;
	}
	.head_sp .logo img{ width: 100%; }
	.info_sp{
		float: right;
		width: 30%;
		display: inline-block;
		padding: 20px 0;
	}
	.info_sp li{
		display: inline-block;
		float: right;
		width: 35%;
		margin-left: 5%;
	}
	.info_sp li:last-child{ margin-right: 0; }
	.info_sp li img{ width: 100%; }
	header,nav{ display: none; }
p.f_logo img{width:100%;}	
section.head_sp {
    position: fixed;
    z-index: 10;
    background: #fff;
	border-bottom: solid 1px #105cb1;
	top:0;
	 width: 100%;
}
.kv{margin-top: 60px;}
.kv h1 {
    width: 80%;
    position: absolute;
    left: 5%;
    font-size: 22px;
    line-height: 1.4;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000;
	bottom: 5%;
}
.cont_inner h2 {
    padding: 20px 0;
}
section.content {margin-top: 60px;}
.cont_inner { width: 95%;}
.appeal {font-size:18px;
text-align:left;}
.colum2 ul li {
    position: relative;
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto 40px;
}
.colum2 ul li:last-child {
	margin:0 auto 40px;
}
.colum2 ul li figure{
	margin-left:-15px;padding: 35px;}
.colum2 ul li .rink {
    right: 3%;
    bottom: 3%;
	font-size:12px;
}
.colum2 ul li .detail a {
    background: url(../img/rink_bule.gif) no-repeat right 8px center / 8px auto;
    padding: 10px 25px;
}
.features {
    padding: 20px 0;}
.features_list li {
    display: block;
    width: 90%;
    float: none;
    margin: auto;
    margin-bottom: 30px;
}
.features_list li:nth-child(3n) {
    margin: auto;
}
.features_list figcaption {
    padding: 25px;
}
.features {
    height: auto;
}
.idea_wrap {
    background: url(../img/idea_bk.jpg) no-repeat top right;
    padding: 10px;
}
p.idea_bold {
    font-size: 20px;}
p.idea_bold .yellow {
    color: #f4c10e;
    font-size: 26px;
}
.ad_wrap {
    width: 95%;
    margin: 0 auto 40px;
}
h4 {
    font-size: 14px;}
.ad_wrap .cf li dt {
    width: 100px;
    padding: 20px 0 10px 0;
}
.ad_wrap .cf li {
    display: block;
    width: 90%;
    float: none;
    margin: 0 auto 40px;}
.ad_wrap .cf li:nth-child(3n) {
	margin:0 auto;
}
.ad_wrap .cf li dd h3 {
    line-height: 1.4;
}
.ad_wrap .cf li dd h3 span {
     padding-top: 0px;}
.texterea {
    padding-top: 20px;}
.wahtsnew {
    padding-bottom: 40px;
}
.texterea dl dt {
    width: 100%;
    display: block;
    color: #2f4ca9;
    vertical-align: top;
    font-weight: bold;
}
.texterea dl dd {
    width: 100%;
    display: block;
}	
.texterea dl .category {
    width: 30%;}
.banner {
    width: 90%;padding: 20px 0 40px;}
.banner .bn {
    width: 90%;}
.banner .bn li {
    display: block;
    float: none;
}
.banner .bn li .b_t img {
    display: none;}
.banner .bn li .b_f img {
    display: none;
}
h5 {
    font-size: 24px;
    padding: 0 0 10px 0;
	line-height: 1.4;
}	
.banner .detail {
    width: 80%;}
.banner .bn li .b_t {
	text-align:center;
}
.banner .bn li .b_f {
		text-align:center;

}
footer .fr {
    display: none;
}
	.btn{ width: auto; font-size: 13px; }
	.btn_top{ width: 50px; }
footer .fl {
    display: block;
    width: 100%;
    float: none;}	
.footarea {
    width: 80%;
    margin: auto;
    display: block;
    padding: 30px 0 20px;
}
footer .fl p{
	font-size:12px;}
p.f_logo {
    width: 90%;
}
h2{
padding: 40px 0 20px 0;}
.wahtsnew h2 {
    padding: 40px 0 0px 0;
}
.features_list figcaption h3 {
    margin-bottom: 15px;
}
.features .innar {
    margin: 0 auto 60px;}
	.features_list figcaption h3 span {
    padding-top: 0px;}
.bg_attach {
	background:none;
    padding:0px;
}
/* ▲SP用================================================================ */
}
/* ■04.横幅0px以上、320px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:350px) {
.kv h1 {
    top: 48%;
    font-size: 20px;}
.appeal {
    padding: 0 10px;
}
.colum2 ul li figure {
    padding: 20px;
	font-size:16px;}
.colum2 ul li .detail a {
    padding: 10px 20px;
}
.ad_wrap .cf li dt {
    width: 80px;
    padding: 20px 0 10px 0;
}
.ad_wrap .cf li dd h3 span {
	padding-top:0;}
p.ad_text {
    padding: 10px 15px 30px 15px;
}
h5 {
    font-size: 22px;}
	.banner .bn {
    width: 100%;
}
.banner .detail {
    width: 90%;
}
address {
    font-size: 6px;
    text-align: center;
}
/* ▲SP横用================================================================ */
}

/* ■03.link 
--------------------------------------------------- */
	
/* スマホ時のドロワーメニュー */
.menu_sp{
	width: 50px;
	display: inline-block;
	float: right;
}
#wrapper {
    position: relative;
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
}
#wrapper.open {
    -webkit-transform: translate3d(-280px, 0, 0);
       -moz-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
}
.open .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#drawer {
    position: fixed; 
    top: 0;
    right: -280px;  
    width: 280px;
    height: 100%;
	z-index: 10000;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; 
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
    /* 下から触る */
	background: #283d79;
  
}
#drawer a{ 
    color: #fff; 
    text-decoration: none; 
    display: block;
}
#drawer ul{ margin: 20px 0; }
#drawer li a{ padding: 15px 20px 15px 30px; }
#drawer li{
    font-size: 84%;
	font-weight: bold;
    border-bottom: dotted 1px #fff;
    width:90%;
    margin: auto;
	background: url(../img/btn_arrow02.png) no-repeat left 10px center / 12px auto;
}

#drawer ul ul.menu_l{ display: none; margin: 0; }
#drawer ul ul.menu_l li a{ padding: 10px 20px; color: #a8a9af; }
#drawer.open {
    -webkit-transform: translate3d(-280px, 0, 0);
       -moz-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
}



.movejq{
	opacity: 0;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 1.8s;
}
footer address {
	font-size:10px;}




