@charset "utf-8";
/* CSS Document */
/*フォントサイズスタイル*/
@import url("fonts.css");


/*Animate*/
@import url("animate.css");

/************************************************************
header
************************************************************/
#header2{
	background: #4cc3f0;
    position: fixed;
    width: 100%;
    height: 98px;
    top: 0;

    z-index: 1000;
}


.inr{
	width:1000px;
	margin:0 auto;
	padding: 10px 20px;
}



/************************************************************
gnavigation
************************************************************/


#site_id {
	
    position: absolute;
    left: 50%;
    margin-left: -146px;
}



.lang {
    float: right;
    display: inline;
    margin-top: 22px;
}


.lang span a{

	text-align: center;
	padding-bottom: 25px;
    padding-top: 45px;
    font-size: 16px;
}


.lang span a:after {
	
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    margin-top: 4px;
    width: 60px;
}


/************************************************************
nav
************************************************************/



.nav_inr2{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.menu-btn {
    position: fixed;
    top: 20px;
    /* right: 20px; */
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {

	content: url('/common/image/nav_menu.png');
	
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: url('/common/image/nav_close.png');
}


.menu2 {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(149,212,239,1);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}


/* menu list  css */
.menu2 ul {

    
}

.menu2 li {
	background: #fff;
    width: 224px; 
    line-height: 48px; 
    float: left;
    display: inline;
    text-align: center;
    margin-bottom: 80px;
}

.menu2 li a {
    display: block;
    font-size: 17px;
    color: #32bdef;

}

.menu2 li a:hover {
    color: #93d3ef;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu2 {
    cursor: url(/common/image/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}



#js_nav h2 {
    font-size: 30px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "lora", sans-serif;
    letter-spacing: 0.3em;
}



.nav_tel{
	position: absolute;
    top: 242px;
    right: 0;
    color: #fff;
    font-family: "lato", sans-serif;
    letter-spacing: 0.3em
}

.tel{
	font-size: 19px;	
}
.tel2{
	font-size: 33px;
}

.nav_btn{
	margin-top: 30px;
}

.nav_btn p{
	float: left;
    width: 48%;
}


.bl{
	background: #32bdef;
	width: 49%;
	line-height: 77px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-family: "lora", sans-serif;

	
}


.gr{
	background: #94d76b;
	width: 49%;
	line-height: 77px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-family: "lora", sans-serif;

}

.bl a,
.gr a{
 display: block;
}