@charset "utf-8";
@font-face {
	font-family: 'gidole';
	src: url(../font/Gidole-Regular.ttf);
}

html{margin:0 !important;padding:0 !important;}

body{
font-size:0.64%;
line-height:1rem;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
color:#4d4d4d;
margin:0;
text-align:left;
min-width:940px;
overflow-x: hidden;
}

.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

html, div,a, img, span, table, td, tr, th, header, footer,
p, font, ul, li, oi, p,
h1, h2, h3, h4, h5, h6{
margin:0;
padding:0;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size:1rem;
line-height:1rem;
}


img{
	border:none;
	vertical-align:bottom;
}

.cb{clear:both;height:0px;border:none;line-height:0px;}

ul{list-style:none;}
li{list-style:none; vertical-align:top;}

div{
	display:block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}


a{
    color: #878787;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
	text-decoration:none;
}

a:hover {
    color: #305D71;
}


a img{
    -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

a img:hover {
    opacity: 0.8;
}

a:focus, *:focus {outline:none;}

a img:focus, *:focus {outline:none;}

img{
	vertical-align:top;
}

.diagonal {
  position:relative;
}

.diagonal:before {
    display: block;
    width: 100%;
    height: 240px;
    content: '';
    position: absolute;
    background: url(../images/head_area_before.png) no-repeat top left;
    background-size: cover;
    top: 0;
    left: 0;
}

.diagonal:after {
    display: block;
    width: 100%;
    height: 240px;
    content: '';
    position: absolute;
    background: url(../images/head_area_after.png) no-repeat top right;
    background-size: cover;
    bottom: 0;
    right: 0;

}

.fixed_btn {
  z-index: 9999;
  max-width: 250px;
  position: fixed;
  bottom: 30px;
  right: 2px;
  padding: 0;
  width: 250px;
}
.fixed_btn img{
  width: 100%;
}

.fixed_btn2 {
  z-index: 9999;
  max-width: 250px;
  position: fixed;
  bottom: 300px;
  right: 2px;
  padding: 0;
  width: 250px;
}
.fixed_btn2 img{
  width: 100%;
}

@media screen and (max-width: 1024px){
  .fixed_btn {
    width: 200px;
    bottom: 20px;
    right: 0;
  }
	.fixed_btn2 {
    width: 200px;
    bottom: 230px;
    right: 0;
  }
}

@media screen and (max-width: 480px){
  .fixed_btn {
    width: 120px;
    bottom: 20px;
    right: 0;
  }
	.fixed_btn2 {
    width: 120px;
    bottom: 150px;
    right: 0;
  }
}


/*																		header
=============================================================================*/
.top_animaition{
	width:100%;
	height:100vh;
	background:url(../images/leon_top_ol.png) no-repeat bottom center;
}


.header_area{
	width:100%;
	max-width:980px;
	position:relative;
	top:11vh;
	margin:0 auto;
}

.top_logo{
	position:absolute;
	display:block;
	width:117px;
	left:0;
	right:0;
	margin:auto;
}


h1.top_text{
	display:block;
	font-size:14rem;
	line-height:3.8rem;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top:24vh;
	text-align:center;
	width:100%;
}

h1.top_text font{
	font-size:3.3rem;
	line-height:3rem;
	color:#fff;
	font-weight:normal;
	top:23vh;
	text-align:center;
	width:100%;
}

a.roll_down{
	position:absolute;
	top:50vh;
	text-align:center;
	width:67px;
	left:0;
	right:0;
	margin:auto;
}
a.roll_down img{
	width:100%;
}

/*																		nav
=============================================================================*/
.pc_menu{
	width:100%;
	height:70px;
	background:#fff;
	position:fixed;
	top:-70px;
}


.fixed{
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	-webkit-animation:animation_nav 0.2s ease-in-out 0.2s both;
	animation:animation_nav 0.2s ease-in-out 0.2s both;
}

@-webkit-keyframes animation_nav {
	0%{top:-60px;}
	100%{top:0px;}
}

@keyframes animation_nav {
	0%{top:-60px;}
	100%{top:0px;}
}




#top_menu{
	display:block;
	width:100%;
	min-width:1000px;
	margin:0 auto;
	position:relative;
}


#top_menu ul{
	text-align:center;
	margin:0 auto;
	width:1000px;
}

#top_menu > ul>li{
	display:block;
	float:left;
	margin:0%;
	padding: 24px 0px;
    width: 110px;
}

#top_menu>ul>li:nth-child(1){
	width:222px;
	margin-right:5px;
    margin-top: 0px;
    padding-top: 0px;
}


#top_menu ul li.seikyu{
	width:70px;
}
#top_menu ul li.contact{
	width:90px;
}
#top_menu ul li.facebook{
	width:25px;
}

#top_menu ul li img{
	width:100%;
}

#top_menu ul li:last-child{
	margin-right:0;
}

#top_menu ul li:nth-child(1) .menu_logo{
	display:block;
	width:100%;
	margin-top:17px;
    z-index: 99;
    position: relative;
}


.menu_btn_01,
.menu_btn_02,
.menu_fb_icon{
	display:block;
	margin-top:19px;
}



#top_menu>ul>li>p{
	font-family: 'gidole';
	font-weight:400;
	color:#878787;
	font-size:0.5rem;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	width:100%;
	text-align:center;
  border-left: 1px solid #878787;
}

#top_menu>ul>li:last-child>p{
    border-right: 1px solid  #878787;
}
 #top_menu>ul>li>a {
    font-size:0.8rem;
}

#top_menu>ul>li>p>font, #top_menu>ul>li>a, #top_menu>ul>li>a>p>font{
	display:inline-block;
	margin:0 2px;
	font-size:0.8rem;
}

#top_menu ul li section{
	display:none;
	position:absolute;
	height:0;
	background:#fff;
	width:100%;
	top:42px;
	left:0;
	right:0;
	margin:auto;
    opacity: 0;
    padding-top: 20px;
}

#top_menu>ul>li:hover > p>font, #top_menu>ul>li>a>p:hover {
	color:#013750;
    font-weight: bold;
}


#top_menu ul li:hover > section{
	display:block;
	height:0px;
	opacity:1;
	-webkit-animation: animation_sec 0.3s ease-in both;
	animation: animation_sec 0.3s ease-in both;
	overflow:hidden;
    min-height: 220px;
}

@-webkit-keyframes animation_sec {
	0%{height:0px;}
	100%{height:210px;}
}

@keyframes animation_sec {
	0%{height:0px;}
	100%{height:210px;}
}



.hover_menu{
	width:1000px;
	display:block;
	height:auto;
	margin:0 auto;
}


#top_menu .hover_menu ul{
	border-right:1px solid #E9E9E9;
}


#top_menu ul li section .left_title{
	width:329px;
	height:210px;
	float:left;
}

#top_menu ul li section .left_title h3{
	display:block;
	width:90%;
	margin-left:10%;
	font-family: 'gidole';
	font-size:1.6rem;
	line-height:1.4rem;
	text-align:left;
	margin-top:25px;
	color:#11445C;
	letter-spacing:0.2rem
}
#top_menu ul li section .left_title h3 font{
	letter-spacing:0rem
}


#top_menu ul li section .left_title p{
	display:block;
	width:90%;
	margin-left:10%;
	margin-top:25px;
	font-size:0.9rem;
	line-height:1.3rem;
	text-align:left;
	cursor:default;
	color:#4d4d4d;
}

#top_menu ul li section ul{
	display:block;
	width:661px;
	float:right;
}

#top_menu ul li section ul li{
	display:none;
	float:left;
	width:219px !important;
	height:105px;
	border-left:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	background:none;
	margin:0 !important;
	padding:0 !important;
}

#top_menu ul li:hover>section ul li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    display:block;
}


#top_menu ul li section ul li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}

#top_menu ul li section ul li a img{
	display:block;
	margin-top:20px;
	margin-left:10px;
	float:left;
	width:97px;
}

#top_menu ul li section ul li a img:hover{
	    opacity:1;

}
#top_menu ul li section ul li a p{
	display:block;
	float:left;
	margin-left:5px;
	font-weight: normal;
	color: #000;
	font-size: 10.5px;
	line-height:1rem;
	letter-spacing:0.5px;
	vertical-align: middle;
	cursor: pointer;
	width: auto;
	text-align: left;
	margin-top:40px;
}

.mac #top_menu ul li section ul li a p{
    font-size: 10px;
}


#top_menu ul li section ul li a p.text{
	margin-top:30px;
}

#top_menu ul li section ul li a p:hover{
	color: #878787;
}

#top_menu ul li section ul li a span{
	position:absolute;
	right:5px;
	top:38%;
}

#top_menu ul li section ul li a:hover{
	color:#4d4d4d;
}

font.size2{
	font-size:0.9rem;
}



/*																					title
=========================================================================================*/
.title{
	width:590px;
	margin:80px auto 40px;
	text-align:center;
}

.title h2{
	font-size:2rem;
	color:#878787;
	line-height:2.6rem;
	font-weight:normal;
	letter-spacing:0.3rem;

}
.title p{
	font-weight:bold;
	color:#878787;
}

/*																				img btn
========================================================================================*/

a.ghost_btn{
	background:url(../images/ghost_btn.png) no-repeat top center;
	background-size:100%;
	display:block;
}

a.ghost_btn:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:0%;
	background:rgba(255,255,255,0.4);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
}

a.ghost_btn:hover:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.1);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition:0.1s;
    -ms-transition: 0.1s;
}


/*　配置例　*/
.a.btn{
	width:319px;
	height:57px;
	color:#fff;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:55px;
	position:relative;
	margin:60px auto 0;
}


/*																				img hover
========================================================================================*/
figure.snip1353 {
  position: relative;
  float: left;
  overflow: hidden;
  margin:auto;
  color: #fff;
  text-align: center;
}
figure.snip1353 * {
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1353 img {
  opacity: 1;
  width: 100%;
}

figure.snip1353:after,
figure.snip1353:before {
  background: #003851;
  width: 200%;
  height: 200%;
  position: absolute;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  z-index: 1;
}

figure.snip1353:after {
  top: 0;
  left: 0;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}

figure.snip1353:before {
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}

figure.snip1353 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}


figure.snip1353 h3,
figure.snip1353 p{
  margin: 0;
  width: 100%;
  opacity: 0;
}

figure.snip1353 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}


figure.snip1353:hover img,
figure.snip1353.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1353:hover:after,
figure.snip1353.hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
figure.snip1353:hover:before,
figure.snip1353.hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}


figure.snip1353:hover figcaption h3,
figure.snip1353.hover figcaption h3,
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


figure.snip1353:hover figcaption h3,
figure.snip1353.hover figcaption h3{
  opacity: 1;
}
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
  opacity: 1;
}




/*																		information
=====================================================================================*/

.information_area{
	margin:120px auto 0;
}

.info_img_area{
	width:750px;
	margin:80px auto 0;
}
.info_img_area img{
	width:100%;
	display:block;
	position:relative;
	z-index:-1;
}
.info_img_area .info_left{
	width:360px;
	float:left;
	position:relative;
}
.info_img_area .info_right{
	width:360px;
	float:right;
	position:relative;
}
.info_img_area ul{
    display: flex;
    justify-content: center;
}
.info_img_area ul li{
	width:230px;
	float:left;
	margin-right:30px;
	margin-bottom:50px;
}
.info_img_area ul li:last-child{
	margin-right:0px;
}

.info_img_area a img:hover{
	opacity:1;
}

.info_img_area ul li a{
	position:relative;
	display:block;
	height:185px;
}

.info_img_area section{
	display:block;
	width:185px;
	height:158px;
	position:absolute;
	top:-30px;
	left:20px;
	background:rgba(44,165,222,0.9);
	padding:15px;
}




.info_img_area a:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:0%;
	background:rgba(255,255,255,0.4);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
	z-index:2;
}

.info_img_area a:hover:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.1);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition:0.1s;
    -ms-transition: 0.1s;
	z-index:2;
}



.info_img_area p.info_title{
	color:#fff;
	font-weight:bold;
	font-size:0.8rem;
	letter-spacing:0.1rem;
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}
.info_img_area h3{
	color:#fff;
	font-size:1.3rem;
	line-height:1.6rem;
	font-weight:normal;
	margin-top:8px;
}
.info_img_area p.text{
	color:#fff;
	font-size:0.8rem;
	line-height:1.4rem;

}

.info_img_area section a{
	display:block;
	width:186px;
	background:url(../images/figcaption_btn.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	height:23px;
	line-height:23px;
	font-size:0.8rem;
	color:#fff;
	text-align:center;
	bottom:15px;
	letter-spacing:0.2rem;
}


.info_contact{
	width:100%;
}



.info_contact .info_contact_img01{
	display:inline-block;
	width:367px;
	height:201px;
	margin-right:10px;
	position:relative;
}

.info_contact .info_contact_img02 {
	display: inline-block;
	width: 367px;
	height: 201px;
	position: relative;
}

.info_contact span a{
	display:block;
	position:absolute;
	width:310px;
	left:0;
	right:0;
	bottom:25px;
	margin:auto;
	z-index:2;
}


a.backtotop{
	display:block;
	width:55px;
	margin:100px auto;
}

/*																				footer
=====================================================================================*/
footer{
	min-height:200px;
	background:#F7F7F7;
}
.foot_menu{
	width:960px;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
}
.foot_menu .menu_area{
	width:135px;
	padding:10px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}

.foot_menu .menu_area h4{
	font-family: 'gidole';
	font-size:0.9rem;
	color:#305D71;
}
.foot_menu .menu_area p.subtitle{
	display:block;
	font-size:0.7rem;
	color:#305D71;
	padding:3px 0;
	border-bottom:1px solid #BCBCBD;
}
.foot_menu .menu_area ul{
	display:block;
	margin:10px 0;
}
.foot_menu .menu_area ul li{
	padding:5px 0;
}
.foot_menu .menu_area ul li a{
	font-size:9px;
}

.footer_line{
	width:100%;
	border-top:1px solid #BCBCBD;
	margin:10px 0 40px;
}

.foot_info{
	width:550px;
	margin:0 auto 40px;
}

.foot_info .foot_logo{
	display:block;
	width:90px;
	float:left;
}


.foot_info .foot_text{
	width:450px;
	float:right;
}
.foot_info .foot_text p.address{
	font-size:0.9rem;
	color:#717071;
}
.foot_info .foot_text p.tel img{
	display:inline-block;
	width:42px;
	margin-right:15px;
}

.foot_info .foot_text p.tel{
	font-family: 'gidole';
	font-size:2.3rem;
	color:#717071;
	line-height:30px;
	padding:9px 0;
	letter-spacing:0.1rem;
	font-weight:bold;

}

.foot_info .foot_text p.mail{
	font-size:0.78rem;
	color:#717071;
}

.foot_sns{
	margin-top:80px;
	text-align:right;
}
.foot_sns img{
	display:inline-block;
	margin-left:0px;
}
h5.copy{
	background:#EEEEEF;
	color:#59595A;
	text-align:center;
	font-size:0.6rem;
	line-height:60px;
	letter-spacing:0.5px;
}


/* mobile */


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

header .sp_area{
	display:block !important;
}
header .pc_area{
	display:none !important;
}
/*																		nav
=============================================================================*/
.pc_menu{
	display:none;
}


.fixed{
	display:none;
}


#top_menu{
	display:none;
}

.sp_nav{
	display:block;
	width:100%;
	height:60px;

}

a.sp_logo{
	display:block;
	width:170px;
	margin:0 auto;
}

.sp_nav .sp_logo_top{
	display:block;
	width:170px;
	margin:0 auto;
	position:relative;
	top:15px;
}

p.sp_btn{
	display:block;
	width:40px;
	height:40px;
	position:fixed;
	top:10px;
	right:15px;
	background:url(../images/sp_menu_btn.png)no-repeat top center;
	background-size:40px;
	z-index:99999;
}

p.btnopen{
	background:url(../images/sp_menu_btn_op.png)no-repeat top center !important;
	background-size:40px !important;
}


#slide{
	display:none;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	padding:60px 0 120px;
	-webkit-animation:menu_area 0.1s ease-in-out 0.1s both;
	animation:menu_area 0.1s ease-in-out 0.1s both;
	overflow:auto;
	background:#003851;
}

#slide::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 0px;
	background: #003851;
}
#slide::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 0px;
	background: #003851;
}
#slide::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	width: 0px;
	background: #003851;
	border-radius: 2px;
}
#slide::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	width: 0px;
	background: #003851;
	border-radius: 2px;
}
#slide::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	width: 0px;
	background: #003851;
}
#slide::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	width: 0px;
	background: #003851;
}
#slide::-webkit-scrollbar-corner{ /* スクロールバー角 */
	width: 0px;
	background: #003851;
}

.sp_nav section{
	display:none;
	width:90%;
	background:#003851;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
			padding:0 0 15px;
			z-index:9;
}

#slide section a{
	display:block;
	width:85%;
	margin:0 auto;
	line-height:1.8rem;
	font-size:0.8rem;
	color:#fff;
}


#slide ul li:last-child img{
	display:inline-block;
	width:24px;
	position:absolute;
	left:10%;
	right:0;
	top:12px;
	margin:auto;
}
.sp_nav input{
	display:none;
}
#slide ul{
	display:block;
	width:100%;
	border-top:1px solid #D7D7D7;
}

#slide ul li{
	display:block;
	width:100%;
	border-bottom:1px solid #D7D7D7;
	position:relative;
}

.sp_nav label{
	display:block;
	font-family: 'gidole';
	font-size:1.1rem;
	width:90%;
	cursor:pointer;
	margin:0 auto;
	padding:15px 0 20px;
	color:#fff;
	position:relative;
}


.sp_nav label font{

	display:inlineblock;
	font-size:0.6rem;
	vertical-align:middle;
	margin-left:15px;
}


input[type="checkbox"]:checked + section{
	display:block;
	-webkit-animation:nav_slide 0.1s ease-in-out 0.1s both;
	animation:nav_slide 0.1s ease-in-out 0.1s both;
}

.sp_nav label i{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/icon_down.png) no-repeat top center;
	background-size:cover;
	content:' ';
	position:absolute;
	top:18px;
	right:0;
}

input[type="checkbox"]:checked + section:after{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/icon_up.png) no-repeat top center !important;
	background-size:100% !important;
	content:' ';
	position:absolute;
	top:18px;
	right:5%;
}

#slide ul li:last-child{
	display:block;
	background:#808080;
}
#slide ul li:nth-last-child(2){
	display:block;
	background:#225368;
}
#slide ul li:nth-last-child(3){
	display:block;
	background:#225368;
}

#slide ul li:last-child label{
	padding:10px 0 5px;
	text-align:center;
}
#slide ul li:last-child label font{
	margin-left:0;
	text-align:left;
}

#slide ul li:last-child img{
	display:inline-block;
	width:24px;
	position:absolute;
	left:10%;
	right:0;
	top:12px;
	margin:auto;
}

}

@media screen and (min-width:769px){
.sp_area{display:none;}
}


@media screen and (max-width:768px){
.pc_area{display:none;}
.sp_br:before {
	content: "\A" ;
	white-space: pre ;/*文字改行*/
}

body{
	max-width:100%;
	min-width:320px;
}

/*																		header
=============================================================================*/
.top_animaition{
	width:100%;
	height:100vh;
	background:url(../images/sp_leon_top_ol.png) no-repeat bottom center;
}


.header_area{
	width:100%;
	max-width:736px;
	position:relative;
	top:11vh;
	margin:0 auto;
}

.top_logo{
	position:absolute;
	display:block;
	width:60px;
	left:0;
	right:0;
	margin:auto;
}


h1.top_text{
	display:block;
	font-size:8rem;
	line-height:2.5rem;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top:28vh;
	text-align:center;
	width:100%;
}

h1.top_text font{
	font-size:1.9rem;
	line-height:3rem;
	color:#fff;
	font-weight:normal;
	top:24vh;
	text-align:center;
	width:100%;
}

a.roll_down{
	position:absolute;
	top:65vh;
	text-align:center;
	width:34px;
	left:0;
	right:0;
	margin:auto;
}
a.roll_down img{
	width:100%;
}

/*																		nav
=============================================================================*/
.pc_menu{
	display:none;
}


.fixed{
	display:none;
}


#top_menu{
	display:none;
}

.sp_nav{
	display:block;
	width:100%;
	height:60px;

}

a.sp_logo{
	display:block;
	width:170px;
	margin:0 auto;
}

.sp_nav .sp_logo_top{
	display:block;
	width:170px;
	margin:0 auto;
	position:relative;
	top:15px;
}

p.sp_btn{
	display:block;
	width:40px;
	height:40px;
	position:fixed;
	top:10px;
	right:15px;
	background:url(../images/sp_menu_btn.png)no-repeat top center;
	background-size:40px;
	z-index:99999;
}

p.btnopen{
	background:url(../images/sp_menu_btn_op.png)no-repeat top center !important;
	background-size:40px !important;
}


#slide{
	display:none;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	padding:60px 0 120px;
	-webkit-animation:menu_area 0.1s ease-in-out 0.1s both;
	animation:menu_area 0.1s ease-in-out 0.1s both;
	overflow:auto;
}


.sp_nav section{
	display:none;
	width:90%;
	background:#003851;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
			padding:0 0 15px;
			z-index:9;
}

#slide section a{
	display:block;
	width:85%;
	margin:0 auto;
	line-height:1.8rem;
	font-size:0.8rem;
	color:#fff;
}
.sp_nav input{
	display:none;
}
#slide ul{
	display:block;
	width:100%;
	border-top:1px solid #D7D7D7;
}

#slide ul li{
	display:block;
	width:100%;
	border-bottom:1px solid #D7D7D7;
	position:relative;
}

.sp_nav label{
	display:block;
	font-family: 'gidole';
	font-size:1.1rem;
	width:90%;
	cursor:pointer;
	margin:0 auto;
	padding:15px 0 20px;
	color:#fff;
	position:relative;
}


.sp_nav label font{
	display:inlineblock;
	font-size:0.6rem;
	vertical-align:middle;
	margin-left:15px;
}


input[type="checkbox"]:checked + section{
	display:block;
	-webkit-animation:nav_slide 0.1s ease-in-out 0.1s both;
	animation:nav_slide 0.1s ease-in-out 0.1s both;
}

.sp_nav label i{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/icon_down.png) no-repeat top center;
	background-size:cover;
	content:' ';
	position:absolute;
	top:18px;
	right:0;
}

input[type="checkbox"]:checked + section:after{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/icon_up.png) no-repeat top center !important;
	background-size:100% !important;
	content:' ';
	position:absolute;
	top:18px;
	right:5%;
}

#slide ul li:last-child{
	display:block;
	background:#808080;
}
#slide ul li:nth-last-child(2){
	display:block;
	background:#225368;
}
#slide ul li:nth-last-child(3){
	display:block;
	background:#225368;
}

#slide ul li:last-child label{
	padding:10px 0 5px;
	text-align:center;
}
#slide ul li:last-child label font{
	margin-left:0;
	text-align:left;
}

#slide ul li:last-child img{
	display:inline-block;
	width:24px;
	position:absolute;
	left:12%;
	right:0;
	top:12px;
	margin:auto;
}


/*																				img hover
========================================================================================*/
figure.snip1353 {
  position: relative;
  float: left;
  overflow: hidden;
  margin:auto;
  color: #fff;
  text-align: center;
}
figure.snip1353 * {
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1353 img {
  opacity: 1;
  width: 100%;
}

figure.snip1353:after,
figure.snip1353:before {
  background: #003851;
  width: 100%;
  height: 40px;
  position: absolute;
  content: '';
  opacity: 0.5;
  -webkit-transition:none;
  transition: none;
  z-index: 1;
}

figure.snip1353:after {
  display:block;
  top:160px;
  left:93%;
  bottom:0;
  -webkit-transform:none;
  transform: none;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  opacity: 1;
  -webkit-transition:none;
  transition: none;
  z-index: 1;
  background:none;
  background:url(../images/figure_after_img.png) no-repeat center center !important;
  background-size:15px;
}

figure.snip1353:before {
  right: 0;
  bottom: 0;
  -webkit-transform:none;
  transform:none;
}

figure.snip1353 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  width: 100%;
  -webkit-transform: none;
  transform:none;
  z-index: 2;
}


figure.snip1353 h3,
figure.snip1353 p{
  margin: 0;
  width: 100%;
  opacity:1;
}

figure.snip1353 p{
	text-align:left;
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:0.6rem;
	letter-spacing:0px;
}
figure.snip1353 p font{
	font-size:0.8rem;
}
figure.snip1353 a {
display:block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height:184px;
  width:100%;
  position: absolute;
  z-index: 2;
}


figure.snip1353:hover img,
figure.snip1353.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1353:hover:after,
figure.snip1353.hover:after {
  -webkit-transform: none;
  transform:none;
}
figure.snip1353:hover:before,
figure.snip1353.hover:before {
  -webkit-transform:none;
  transform:none;
}


figure.snip1353:hover figcaption h3,
figure.snip1353.hover figcaption h3,
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p{
  -webkit-transition-delay: none;
  transition-delay: none;
}


figure.snip1353:hover figcaption h3,
figure.snip1353.hover figcaption h3{
  opacity: 1;
}
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
  opacity: 1;
}

.diagonal:before, .diagonal:after {
    height: 100px;
}


/*																					title
=========================================================================================*/
.title{
	width:100%;
	max-width:590px;
	margin:80px auto 40px;
	text-align:center;
}

.title h2{
	font-size:2rem;
	color:#878787;
	line-height:2.6rem;
	font-weight:normal;
	letter-spacing:0.3rem;

}
.title p{
	font-weight:bold;
	color:#878787;
}


/*																		information
=====================================================================================*/

.information_area{
	margin:100px auto 0;
}

.info_img_area{
	width:610px;
	margin:80px auto 0;
}
.info_img_area img{
	width:100%;
	display:block;
	position:relative;
	z-index:-1;
}
.info_img_area .info_left{
	width:300px;
	float:left;
	position:relative;
}
.info_img_area .info_right{
	width:300px;
	float:right;
	position:relative;
}
.info_img_area ul{
	display:block;
	margin-top:30px;
}
.info_img_area ul li{
	width:31%;
	float:left;
	margin-right:20px;
}
.info_img_area ul li:last-child{
	margin-right:0px;
}

.info_img_area a img:hover{
	opacity:1;
}

.info_img_area ul li a{
	position:relative;
	display:block;
	height:185px;
}

.info_img_area section{
	display:block;
	width:155px;
	height:140px;
	position:absolute;
	top:-30px;
	left:10px;
	background:rgba(44,165,222,0.9);
	padding:15px;
}




.info_img_area a:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:0%;
	background:rgba(255,255,255,0.4);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
	z-index:2;
}

.info_img_area a:hover:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.1);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition:0.1s;
    -ms-transition: 0.1s;
	z-index:2;
}



.info_img_area p.info_title{
	color:#fff;
	font-weight:bold;
	font-size:0.5rem;
	letter-spacing:0.1rem;
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}
.info_img_area h3{
	color:#fff;
	font-size:1rem;
	line-height:1.6rem;
	font-weight:normal;
	margin-top:8px;
}
.info_img_area p.text{
	color:#fff;
	font-size:0.6rem;
	line-height:1.2rem;

}

.info_img_area section a{
	display:block;
	width:150px;
	background:url(../images/figcaption_btn.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	height:23px;
	line-height:23px;
	font-size:0.6rem;
	color:#fff;
	text-align:center;
	bottom:8px;
	letter-spacing:0.2rem;
}


.info_contact{
	width:100%;
	margin:50px auto 0;
	text-align:center;
}



.info_contact .info_contact_img01{
	display:inline-block;
	width:48%;
	height:auto;
	margin-right:10px;
	position:relative;
}

.info_contact .info_contact_img02 {
	display:inline-block;
	width:48%;
	height:auto;
	position:relative;
}

.info_contact span a{
	display:block;
	position:absolute;
	width:80%;
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	z-index:2;
}


a.backtotop{
	display:block;
	width:40px;
	margin:50px auto;
}
a.backtotop img{
	width:100%;
}
/*																				footer
=====================================================================================*/
footer{
	min-height:0;
	background:#F7F7F7;
}
.foot_menu{
	display:none;
}


/* 																			sp_foot_menu
=====================================================================================*/

#sp_foot_menu{
	display:block;
	width:100%;
	height:auto;
	background:#fff;
	position:relative;
	top:0;
	left:0;
	z-index:9;
	padding:0 0 0 0;
}


#sp_foot_menu section{
	display:none;
	width:90%;
	background:#fff;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
			padding:0 0 15px;
			z-index:9;
}

#sp_foot_menu section a{
	display:block;
	width:85%;
	margin:0 auto;
	line-height:1.8rem;
	font-size:0.8rem;
}




#sp_foot_menu input{
	display:none;
}

#sp_foot_menu ul{
	display:block;
	width:100%;
	border-top:1px solid #003851;
}

#sp_foot_menu ul li{
	display:block;
	width:100%;
	border-bottom:1px solid #7B97A4;
	position:relative;
}

#sp_foot_menu label{
	display:block;
	font-family: 'gidole';
	font-size:1.1rem;
	width:90%;
	cursor:pointer;
	margin:0 auto;
	padding:15px 0;
	color:#003851;
	position:relative;
}


#sp_foot_menu label font{
	display:block;
	font-size:0.6rem;
}


#sp_foot_menu input[type="checkbox"]:checked + section{
	display:block;
	-webkit-animation:nav_slide 0.1s ease-in-out 0.1s both;
	animation:nav_slide 0.1s ease-in-out 0.1s both;
}

#sp_foot_menu label i{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/foot_icon_down.png) no-repeat top center;
	background-size:cover;
	content:' ';
	position:absolute;
	top:18px;
	right:0;
}

#sp_foot_menu input[type="checkbox"]:checked + section:after{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/foot_icon_up.png) no-repeat top center !important;
	background-size:20px !important;
	content:' ';
	position:absolute;
	top:18px;
	right:5%;
}

/*
==================================================*/


.sp_sns_area{
	width:90%;
	text-align:center;
	margin:20px auto 20px;
}

.sp_sns_area li{
	display:inline-block;
	width:30%;
	margin:0 2%;
}
.sp_sns_area li img{
	width:100%;
	border:2px solid #898989;
}

.footer_line{
	width:80%;
	border-top:none;
	/*border-top:1px solid #BCBCBD;*/
	margin:10px auto 20px;
}

.foot_info{
	width:70%;
	margin:0 auto 20px;
}

.foot_info .foot_logo{
	display:block;
	width:70px;
	float:left;
}


.foot_info .foot_text{
	width:82%;
	float:right;
}
.foot_info .foot_text p.address{
	font-size:0.8rem;
	color:#717071;
}
.foot_info .foot_text p.tel img{
	display:inline-block;
	width:40px;
	margin-right:15px;
}

.foot_info .foot_text p.tel{
	font-family: 'gidole';
	font-size:2.3rem;
	color:#717071;
	line-height:26px;
	padding:4px 0;
	letter-spacing:0.1rem;
	font-weight:bold;

}

.foot_info .foot_text p.mail{
	font-size:0.7rem;
	color:#717071;
}

.foot_sns{
	margin-top:80px;
	text-align:right;
}

.foot_sns img{
	display:inline-block;
	margin-left:10px;
}
h5.copy{
	background:#EEEEEF;
	color:#59595A;
	text-align:center;
	font-size:0.6rem;
	line-height:60px;
	letter-spacing:0.5px;
}


/* 																												end
----------------------------------------------------------------------------------------------------------------- */}



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

#slide ul li:last-child img{
	display:inline-block;
	width:24px;
	position:absolute;
	left:14%;
	right:0;
	top:12px;
	margin:auto;
}


/*																					title
=========================================================================================*/
.title{
	width:90%;
	margin:20px auto 20px;
	text-align:center;
}
.title img{
	width:100%;
}

.title h2{
	font-size:1.1rem;
	color:#878787;
	line-height:2.6rem;
	font-weight:normal;
	letter-spacing:0.3rem;

}
.title p{
	font-weight:bold;
	color:#878787;
	font-size:0.8rem;
}

figure.snip1353:after {
  display:block;
  top:138px;
  left:93%;
  bottom:0;
  -webkit-transform:none;
  transform: none;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  opacity: 1;
  -webkit-transition:none;
  transition: none;
  z-index: 1;
  background:none;
  background:url(../images/figure_after_img.png) no-repeat center center !important;
  background-size:15px;
}

figure.snip1353 a {
display:block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height:160px;
  width:100%;
  position: absolute;
  z-index: 2;
}


/*																		information
=====================================================================================*/

.information_area{
	margin:100px auto 0;
}

.info_img_area{
	width:100%;
	margin:80px auto 0;
}
.info_img_area img{
	width:100%;
	display:block;
	position:relative;
	z-index:-1;
}
.info_img_area .info_left{
	width:300px;
	float:left;
	position:relative;
}
.info_img_area .info_right{
	width:300px;
	float:right;
	position:relative;
}
.info_img_area ul{
	display:block;
	margin-top:30px;
}
.info_img_area ul li{
	width:31%;
	float:left;
	margin-right:20px;
}
.info_img_area ul li:last-child{
	margin-right:0px;
}

.info_img_area a img:hover{
	opacity:1;
}

.info_img_area ul li a{
	position:relative;
	display:block;
	height:185px;
}

.info_img_area section{
	display:block;
	width:155px;
	height:140px;
	position:absolute;
	top:-30px;
	left:10px;
	background:rgba(44,165,222,0.9);
	padding:15px;
}




.info_img_area a:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:0%;
	background:rgba(255,255,255,0.4);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
	z-index:2;
}

.info_img_area a:hover:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.1);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition:0.1s;
    -ms-transition: 0.1s;
	z-index:2;
}



.info_img_area p.info_title{
	color:#fff;
	font-weight:bold;
	font-size:10px;
	letter-spacing:0.1rem;
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}
.info_img_area h3{
	color:#fff;
	font-size:1rem;
	line-height:1.6rem;
	font-weight:normal;
	margin-top:8px;
}
.info_img_area p.text{
	color:#fff;
	font-size:0.6rem;
	line-height:1.2rem;

}

.info_img_area section a{
	display:block;
	width:150px;
	background:url(../images/figcaption_btn.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	height:23px;
	line-height:23px;
	font-size:0.6rem;
	color:#fff;
	text-align:center;
	bottom:8px;
	letter-spacing:0.2rem;
}


.info_contact{
	width:100%;
	margin:50px auto 0;
	text-align:center;
}



.info_contact .info_contact_img01{
	display:inline-block;
	width:48%;
	height:auto;
	margin-right:10px;
	position:relative;
}

.info_contact .info_contact_img02 {
	display:inline-block;
	width:48%;
	height:auto;
	position:relative;
}

.info_contact span a{
	display:block;
	position:absolute;
	width:80%;
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	z-index:2;
}


a.backtotop{
	display:block;
	width:40px;
	margin:50px auto;
}
a.backtotop img{
	width:100%;
}
/*																				footer
=====================================================================================*/
footer{
	min-height:0;
	background:#F7F7F7;
}
.foot_menu{
	display:none;
}


/* 																			sp_foot_menu
=====================================================================================*/

#sp_foot_menu{
	display:block;
	width:100%;
	height:auto;
	background:#fff;
	position:relative;
	top:0;
	left:0;
	z-index:9;
	padding:0 0 0 0;
}


#sp_foot_menu section{
	display:none;
	width:90%;
	background:#fff;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
			padding:0 0 15px;
			z-index:9;
}

#sp_foot_menu section a{
	display:block;
	width:85%;
	margin:0 auto;
	line-height:1.8rem;
	font-size:0.8rem;
}




#sp_foot_menu input{
	display:none;
}

#sp_foot_menu ul{
	display:block;
	width:100%;
	border-top:1px solid #003851;
}

#sp_foot_menu ul li{
	display:block;
	width:100%;
	border-bottom:1px solid #7B97A4;
	position:relative;
}

#sp_foot_menu label{
	display:block;
	font-family: 'gidole';
	font-size:1.1rem;
	width:90%;
	cursor:pointer;
	margin:0 auto;
	padding:15px 0;
	color:#003851;
	position:relative;
}


#sp_foot_menu label font{
	display:block;
	font-size:0.6rem;
}


#sp_foot_menu input[type="checkbox"]:checked + section{
	display:block;
	-webkit-animation:nav_slide 0.1s ease-in-out 0.1s both;
	animation:nav_slide 0.1s ease-in-out 0.1s both;
}

#sp_foot_menu label i{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/foot_icon_down.png) no-repeat top center;
	background-size:cover;
	content:' ';
	position:absolute;
	top:18px;
	right:0;
}

#sp_foot_menu input[type="checkbox"]:checked + section:after{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/foot_icon_up.png) no-repeat top center !important;
	background-size:20px !important;
	content:' ';
	position:absolute;
	top:18px;
	right:5%;
}







/* 																												end
----------------------------------------------------------------------------------------------------------------- */}





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

.header_area{
	top:10vh;
	margin:0 auto;
}

.top_logo{
	position:absolute;
	display:block;
	width:60px;
}

h1.top_text{
	display:block;
	font-size:7rem;
	line-height:2.3rem;
}

h1.top_text font{
	font-size:1.7rem;
	line-height:3rem;
}

a.roll_down{
	top:65vh;
	width:34px;
}



p.sp_btn{
	display:block;
	width:35px;
	height:35px;
	position:fixed;
	top:10px;
	right:15px;
	background:url(../images/sp_menu_btn.png)no-repeat top center;
	background-size:35px;
	z-index:99999;
}

p.btnopen{
	background:url(../images/sp_menu_btn_op.png)no-repeat top center !important;
	background-size:35px !important;
}

#slide ul li:last-child img{
	display:inline-block;
	width:24px;
	position:absolute;
	left:20%;
	right:0;
	top:12px;
	margin:auto;
}

/*																	figure
=========================================================================*/

figure.snip1353:after,
figure.snip1353:before {
  height: 30px;
}

figure.snip1353:after {
  top:90px;
  left:90%;
}

figure.snip1353 p{
	text-align:left;
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:0.6rem;
	letter-spacing:0px;
}
figure.snip1353 p font{
	font-size:0.7rem;
}
figure.snip1353 a {
  height:120px;
}

.diagonal:before, .diagonal:after {
    height: 50px;
}

/*																		information
=====================================================================================*/

.information_area{
	margin:0px auto 0;
}

.info_img_area{
	width:100%;
	margin:60px auto 0;
}

.info_img_area .info_left{
	width:195px;
	float:left;
	position:relative;
}
.info_img_area .info_right{
	width:195px;
	float:right;
	position:relative;
}
.info_img_area ul{
	display:block;
	margin-top:30px;
}
.info_img_area ul li{
	width:30.5%;
	float:left;
	margin-right:15px;
}

.info_img_area ul li a{
	height:101px;
}

.info_img_area section{
	width:115px;
	height:115px;
	top:-30px;
	left:5px;
	background:rgba(44,165,222,0.9);
	padding:5px;
}


.info_img_area p.info_title{
	color:#fff;
	font-weight:bold;
	font-size:7px;
	letter-spacing:0.1rem;
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}
.info_img_area h3{
	color:#fff;
	font-size:0.8rem;
	line-height:1.2rem;
	font-weight:normal;
	margin-top:8px;
}
.info_img_area p.text{
	color:#fff;
	font-size:0.5rem;
	line-height:1rem;

}

.info_img_area section a{
	display:block;
	width:110px;
	background:url(../images/figcaption_btn.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	height:23px;
	line-height:23px;
	font-size:0.5rem;
	color:#fff;
	text-align:center;
	bottom:1px;
	letter-spacing:0.2rem;
}


.info_contact{
	width:100%;
	margin:50px auto 0;
	text-align:center;
}



.info_contact .info_contact_img01{
	display:inline-block;
	width:48%;
	height:auto;
	margin-right:10px;
	position:relative;
}

.info_contact .info_contact_img02 {
	display:inline-block;
	width:48%;
	height:auto;
	position:relative;
}

.info_contact span a{
	display:block;
	position:absolute;
	width:80%;
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	z-index:2;
}


a.backtotop{
	display:block;
	width:40px;
	margin:50px auto;
}
a.backtotop img{
	width:100%;
}
/*																				footer
=====================================================================================*/


/* 																			sp_foot_menu
=====================================================================================*/



.foot_info .foot_logo{
	display:block;
	width:60px;
	float:left;
}


.foot_info .foot_text{
	width:76%;
}
.foot_info .foot_text p.address{
	font-size:0.5rem;
}
.foot_info .foot_text p.tel img{
	width:30px;
}

.foot_info .foot_text p.tel{
	font-size:1.3rem;
	line-height:20px;
	padding:2px 0;

}

.foot_info .foot_text p.mail{
	font-size:0.4rem;
}

h5.copy{
	background:#EEEEEF;
	color:#59595A;
	text-align:center;
	font-size:0.4rem;
	line-height:40px;
	letter-spacing:0.5px;
}


/* 																												end
----------------------------------------------------------------------------------------------------------------- */}

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


#slide ul li:last-child img{
	display:inline-block;
	width:24px;
	position:absolute;
	left:22%;
	right:0;
	top:12px;
	margin:auto;
}


/*																	figure
=========================================================================*/

figure.snip1353:after,
figure.snip1353:before {
  height: 30px;
}

figure.snip1353:after {
  top:78px;
  left:90%;
}

figure.snip1353 p{
	text-align:left;
	position:absolute;
	bottom:3px;
	left:5px;
	font-size:0.6rem;
	letter-spacing:0px;
	line-height:0.8rem;
}
figure.snip1353 p font{
	font-size:0.6rem;

}

figure.snip1353 a {
  height:108px;
}

/*																		information
=====================================================================================*/

.information_area{
	margin:0px auto 0;
}

.info_img_area{
	width:100%;
	margin:50px auto 0;
}

.info_img_area .info_left{
	width:175px;
	float:left;
	position:relative;
}
.info_img_area .info_right{
	width:175px;
	float:right;
	position:relative;
}
.info_img_area ul{
	display:block;
	margin-top:30px;
}
.info_img_area ul li{
    width: 48%;
    margin-bottom: 65px;
}

.info_img_area ul li a{
	height:92px;
}

.info_img_area section{
	width:115px;
	height:115px;
	top:-40px;
	left:5px;
	background:rgba(44,165,222,0.9);
	padding:5px;
}


.info_img_area p.info_title{
	color:#fff;
	font-weight:bold;
	font-size:7px;
	letter-spacing:0.1rem;
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}
.info_img_area h3{
	color:#fff;
	font-size:0.8rem;
	line-height:1.2rem;
	font-weight:normal;
	margin-top:8px;
}
.info_img_area p.text{
	color:#fff;
	font-size:0.5rem;
	line-height:1rem;

}

.info_img_area section a{
	display:block;
	width:110px;
	background:url(../images/figcaption_btn.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	height:23px;
	line-height:23px;
	font-size:0.5rem;
	color:#fff;
	text-align:center;
	bottom:1px;
	letter-spacing:0.2rem;
}


.info_contact{
	width:100%;
	margin:50px auto 0;
	text-align:center;
}



.info_contact .info_contact_img01{
	display:inline-block;
	width:48%;
	height:auto;
	margin-right:10px;
	position:relative;
}

.info_contact .info_contact_img02 {
	display:inline-block;
	width:48%;
	height:auto;
	position:relative;
}

.info_contact span a{
	display:block;
	position:absolute;
	width:80%;
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	z-index:2;
}
/* 																			sp_foot_menu
=====================================================================================*/


.foot_info .foot_logo{
	display:block;
	width:45px;
	float:left;
	margin-top:5px;
}


.foot_info .foot_text{
	width:80%;
}
.foot_info .foot_text p.address{
	font-size:7px;
}
.foot_info .foot_text p.tel img{
	width:30px;
}

.foot_info .foot_text p.tel{
	font-size:1.3rem;
	line-height:20px;
	padding:0px 0;

}

.foot_info .foot_text p.mail{
	font-size:6px;
}

h5.copy{
	background:#EEEEEF;
	color:#59595A;
	text-align:center;
	font-size:0.4rem;
	line-height:40px;
	letter-spacing:0.5px;
}

/* 																												end
----------------------------------------------------------------------------------------------------------------- */}
@media screen and (max-width:320px){

#slide ul li:last-child img{
	display:inline-block;
	width:24px;
	position:absolute;
	left:26%;
	right:0;
	top:12px;
	margin:auto;
}


a.sp_logo{
	display:block;
	width:150px;
	margin:0 0 0 22%;
}

.sp_nav .sp_logo_top{
	display:block;
	width:150px;
	margin:0 auto;
	position:relative;
	top:16px;
}

/*																	figure
=========================================================================*/

figure.snip1353:after,
figure.snip1353:before {
  height: 30px;
}

figure.snip1353:after {
  top:65px;
  left:88%;
}

figure.snip1353 p{
	text-align:left;
	position:absolute;
	bottom:1px;
	left:5px;
	font-size:0.5rem;
	letter-spacing:0px;
	line-height:0.8rem;
}
figure.snip1353 p font{
	font-size:0.5rem;

}

figure.snip1353 a {
  height:91px;
}

/*																		information
=====================================================================================*/

.information_area{
	margin:0px auto 0;
}

.info_img_area{
	width:100%;
	margin:80px auto 0;
}

.info_img_area .info_left{
	width:155px;
	float:left;
	position:relative;
}
.info_img_area .info_right{
	width:155px;
	float:right;
	position:relative;
}
.info_img_area ul{
	display:block;
	margin-top:30px;
}
.info_img_area ul li{
	width:32%;
	float:left;
	margin-right:1%;
}

.info_img_area ul li a{
	height:92px;
}

.info_img_area section{
	width:115px;
	height:115px;
	top:-50px;
	left:3px;
	background:rgba(44,165,222,0.9);
	padding:5px;
}


.info_img_area p.info_title{
	color:#fff;
	font-weight:bold;
	font-size:7px;
	letter-spacing:0.1rem;
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}
.info_img_area h3{
	color:#fff;
	font-size:0.8rem;
	line-height:1.2rem;
	font-weight:normal;
	margin-top:8px;
}
.info_img_area p.text{
	color:#fff;
	font-size:7px;
	line-height:0.8rem;

}

.info_img_area section a{
	display:block;
	width:110px;
	background:url(../images/figcaption_btn.png) no-repeat center center;
	background-size:100%;
	position:absolute;
	height:23px;
	line-height:23px;
	font-size:0.5rem;
	color:#fff;
	text-align:center;
	bottom:1px;
	letter-spacing:0.2rem;
}


.info_contact{
	width:100%;
	margin:50px auto 0;
	text-align:center;
}



.info_contact .info_contact_img01{
	display:inline-block;
	width:48%;
	height:auto;
	margin-right:2%;
	position:relative;
}

.info_contact .info_contact_img02 {
	display:inline-block;
	width:48%;
	height:auto;
	position:relative;
}

.info_contact span a{
	display:block;
	position:absolute;
	width:80%;
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	z-index:2;
}
/* 																			sp_foot_menu
=====================================================================================*/

.foot_info{
	width:76%;
}
.foot_info .foot_logo{
	display:block;
	width:45px;
	float:left;
	margin-top:5px;
}


.foot_info .foot_text{
	width:76%;
}
.foot_info .foot_text p.address{
	font-size:6px;
}
.foot_info .foot_text p.tel img{
	width:30px;
	margin-right:5px;
}

.foot_info .foot_text p.tel{
	font-size:1.2rem;
	line-height:20px;
	padding:0px 0;


}

.foot_info .foot_text p.mail{
	font-size:5px;
}

h5.copy{
	background:#EEEEEF;
	color:#59595A;
	text-align:center;
	font-size:6px;
	line-height:40px;
	letter-spacing:0.5px;
}


/* 																												end
----------------------------------------------------------------------------------------------------------------- */}





@-webkit-keyframes nav_slide {
	0%{height:0px; opacity:0;}
	100%{height:auto; opacity:1;}
}





@keyframes nav_slide {
	0%{height:0px; opacity:0;}
	100%{height:auto; opacity:1;}
}
@-webkit-keyframes menu_area {
	0%{height:0px;}
	100%{height:80vh; overflow:auto;}
}
@keyframes menu_area {
	0%{height:0px;}
	100%{height:80vh; overflow:auto;}
}


/*アンドロイド対応*/
@media screen and (max-width: 640px) {
    .android .info_img_area section {
        width: 140px;
    }
}
