@charset "UTF-8";


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


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

	common 
	
========================================*/


html {
	width:100%;
	color: #222;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: 'Noto Sans Japanese',   sans-serif;
	}





.clear{
	clear: both;
	height:1px;
	overflow: hidden;
}

#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 12px;
	z-index: 99;
	}
#page-top a {
	z-index: 99;
    background: #000;;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 3px 0;
    text-align: center;
    display: block;
    border-radius: 3px;
	}
#page-top a:hover {
    text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}
	
	
/*======================================

	common text
	
========================================*/





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

a:hover{
	color:#42bddc;
	text-decoration: none;
}

img {
	vertical-align:bottom
}
a img{
border:none;
padding:0 0 0 0;
margin:0 0 0 0;
}
a img:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

figure{
	width:100%;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
figure img{
	width:100%;
	height:auto;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

section{
	text-align: left;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
	height: 1px ;
	overflow: hidden;
}



.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}











body {
	width:100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0 0px;
	text-align : center ;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}

p {
	font-size: 15px;
	line-height: 30px;
	padding: 0 0 0 0;
	margin:8px 0 15px 0;
}

.pd32{
	padding: 0 30px;
}

.bg-gray{
	background: #efefef;
}

#mobile-navi{
	display: none;
}
/*======================================

	layout
	
========================================*/

.wrapper{
	width:100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	clear: both;
	position: relative;
}

.wrapper-inner{
	width:960px;
	text-align: left;
	padding: 20px 0px 35px 0px;
	margin: 0px auto 0px auto;
	position: relative;
	clear: both;
}

#contents-body{
	padding:86px 0 0 0;
}


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

	head
	
========================================*/
#content{
	width:100%;
	padding: 86px 0 0 0;
}

header{
	border-top:3px solid #42bddc;
	border-bottom:1px solid #42bddc;
	width:100%;
	height: 70px;
	overflow: hidden;
	min-width: 960px;
	height: 100px;
	z-index: 999;
	padding: 8px 0 8px 0;
  background: rgba( 255, 255, 255, 0.85 );;
  position: fixed;
}
#header-inner{
	max-width: 1400px;
	margin: 0 auto;
	min-width: 960px;
}

#header-left{
	width:380px;
	min-width: 400px;
	float:left;
}
#header-right{
	width:520px;
	float:right;
	padding: 0px 0 0px 0;
	text-align: right;
}

h1#top-logo{
	margin: 0px 0 0px 0;
	padding:11px 0 0 20px;
}

h1#top-logo img{
	width:360px;
	height:auto;
}




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

	navi
	
========================================*/



#dropmenu{
  list-style-type: none;
  width: 520px;
  height: 83px;
  margin: 0px 0 0px 0;
  padding: 0 0 0 0;
  border-bottom: 0px solid #535d09;
  text-align: right;
}
#dropmenu li{
  position: relative;
  width: 120px;
  height: 83px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  width: 120px;
  height: 83px;
  margin: 0;
  padding: 32px 0 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-left: 1px solid #42bddc;
}
#dropmenu li span{
  display: block;
  width: 120px;
  height: 83px;
  margin: 0;
  padding: 32px 0 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-left: 1px solid #42bddc;
  background: #42bddc;
}
#dropmenu li a.last{
  border-right: 1px solid #42bddc;
}
#dropmenu li:hover > a{
  background: #42bddc;
  color:#000;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  padding: 0;
}
#dropmenu li ul li a{
  width: 197px;
  height: 45px;
  padding: 20px 0px 20px 15px;
  background: #42bddc;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color:#fff;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 45px;
  padding: 0 0 20px 0;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
  padding: 0 0 20px 0;
}
#dropmenu li:hover ul li:last-child a{
  height: 45px;
  padding: 20px 0 40px 15px;

}



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

	footer
	
========================================*/

#footer-wrapper{
	width:100%;
	min-width: 960px;
	padding:45px 20px 50px 20px;
	margin:0px 0 0 0;
	text-align: left;	
	background: #42bddc;
	color:#fff;
}
#footer{
	width:960px;
	padding:0;
	margin: 0 auto 0 auto;
	text-align: left;
}
#footer p{
	color:#fff;
}
#footer a{
	color:#fff;
}

#footer-left{
	width:600px;
	float: left;
	padding:0;
	margin: 0 auto 0 auto;
	text-align: left;
}

#footer-right{
	width: 300px;
	float: right;
	padding:10px 0 0 0;
	margin: 0 auto 0 auto;
	text-align: right;
}




#footer-menu{
	background: transparent ;
	width:960px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0 ;
	text-align: left;
	font-size:15px;
}

#footer-menu ul{
	background: transparent; 
	padding: 0 0 20px 0 ;
	margin: auto;
	list-style: none;
	text-align: left;
}

#footer-menu li{
	display:inline-block;
	list-style:none ;
	background: transparent; 
	padding: 0 0 0 0 ;
	margin: 0 0px 0 0 ;
}
#footer-menu li a{
	border-right:1px solid #fff;
	color:#fff;
	padding:0 12px 0 12px;
	font-size:15px;
	text-decoration: none;
}
#footer-menu li a:hover{
	color:#ddd;
}
#footer-menu li a.no-line{
	border-right:0px solid #fff;
}
#footer-menu li a.line-top{
	border-left:1px solid #fff;
}
#footer-menu li a.first{
	padding:0 8px 0 0px;
}


#footer-tel{
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0 auto 30px auto;
	vertical-align: top;
}
#footer-tel a span{
	color:#fff;
}
#footer-tel span{
	color:#fff;
	text-align: center;
	font-size:34px;
	line-height: 34px;
	font-weight: 500;
	padding: 0 0 0 40px;
	background: transparent url(../i/tel_icon.png) no-repeat left 15px ;
}
#footer-tel span span{
	display: inline-block;
	font-size:17px;
	line-height: 17px;
	margin: 0 0 0 15px;
	padding: 0 0 0px 0px;
	vertical-align: middle;
	background: transparent  ;
}
#footer-tel-mob{
	display: none;
}

#footer-logo{
	background: transparent ;
	margin: 20px 0 0 0;
	padding: 0px 0 0px 0 ;
	text-align: left;
	font-size: 12px;
}

#footer-logo img{
	display: inline-block;
	width:212px;
	height: auto;
	margin: : 0px 0px 0px 0 ;
	padding: 0px 0 0px 0 ;
	vertical-align: bottom;
}
#footer-logo span{
	display: inline-block;
	margin: : 0px 0px 0px 0px ;
	padding: 0px 0 3px 10px ;
	vertical-align: bottom;
}


#privacy{
	width:100%;
	margin:40px 0 0 0;
	padding:0 0 0 0;
	text-align: left;
	font-size:12px;
}




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

	page
	
========================================*/

.h2-page{
	width:100%;
	min-width: 960px;
	text-align: center;
	padding:0px 0 20px 0;
	margin: 50px 0 0px 0;
	font-size: 32px;
	color: #222;
	z-index: -1;
	font-weight: 500;
	border-bottom: 6px solid #42bddc;
	}


.h2-page span{
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	color:#fff;
	display:block;
	padding:0 0 0 0;
	margin: 10px 0 0px 0;
	color:#42bddc;
	letter-spacing: 0.15em;
	font-weight: 600;
}





