﻿/****************************
	header
****************************/
#header{

}

.sp{
	display: none;
}

#header_title{
	background: #c13a40;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 20px;
	float: right;
	color: #fff;
}

#header_title h1{
	float: left;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.head_air{
	width: 206px;
	float: left;
}

.sitemap{
	float: right;
}

.sitemap a {
    background: url(../images/sitemap.png) no-repeat left center;
    padding: 0px 0 1px 22px;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
}

/****************************
	side_nav
****************************/
#side_nav{
	background: #fff;
	width: 186px;
	height: 100%;
	float: left;
	position: fixed;
	top: 0;
	z-index: 999;
	border-right: solid 4px #e5e5e5;
}

.nav_logo{
	text-align: center;
	padding: 18px 0;
}

.g_nav li{
	position: relative;
	z-index: 2;
	height: 47px;
	border-top: solid 1px #e5e5e5;
}

.g_nav li::before,
.g_nav li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.g_nav li,
.g_nav li::before,
.g_nav li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.g_nav li a {
    display: block;
    padding: 18px;
    border-left: solid 2px #c13a40;
    color: #c13a40;
    font-weight: bold;
    font-size: 14px;
}

.g_nav li.nav_tel{
	background: #c13a40;
	padding: 0 0 0 10px;
}

.g_nav li.nav_tel a{
    background: url(../images/nav_tel.png) no-repeat left center;
    display: block;
    color: #fff;
    border-left: none;
    font-size: 17px;
    font-weight: normal;
    padding: 15px 0 15px 35px;
}

.g_nav li.nav_contact{
	background: #2e2e2e;
	padding: 0 0 0 10px;
	border-bottom: solid 1px #e5e5e5;
}

.g_nav li.nav_contact a{
    background: url(../images/nav_contact.png) no-repeat left center;
    display: block;
    color: #fff;
    border-left: none;
    font-size: 17px;
    font-weight: normal;
    padding: 15px 0 15px 30px;
}


#right_btn{
	position: fixed;
	z-index: 9999;
	top: 50px;
	right: 0;
}

#right_btn a{
	display: block;
	margin: 0 0 10px;
}

#nav ul li ul {
    display: none;
    position: relative;
	top: -51px;
    left: 190px;
}

#nav ul li.arrow{
	background: url(../images/arrow_middle.png) 160px center no-repeat;
	-webkit-transition-property: background;  
    -webkit-transition-duration: 0.2s;  
    -webkit-transition-timing-function: linear; 
}

#nav ul li.arrow:hover{
	background: url(../images/arrow_middle.png) 165px center no-repeat;
}

.drop li {
    background: #f9f9f9;
    width: 225px;
    padding: 0 0 0 5px;
    border-right: solid 1px #e5e5e5;
}

.drop li a{
	padding-left: 5px;
	border-left: none;
    color: #c13a40;
    font-weight: bold;
    font-size: 14px;	
}

#nav ul li ul#under_menu{
    display: none;
    position: relative;
	top: -286px;
    left: 190px;
}

.bottom_border{
	border-bottom: solid 1px #e5e5e5;
}

/****************************
	footer
****************************/
#footer{
	margin: 70px 0 0;
	padding: 15px 0;
	border-top: solid 1px #e8e8e8;
}

.footer_logo{
	float: left;
}

.footer_ad{
	float: left;
	margin-left: 10px;
	font-size: 12px;
	line-height: 19px;
}

.footer_tel{
	padding: 10px 0 0;
	margin-left: 10px;
	float: left;
}

.footer_tel a{
	font-family: Lato, sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #323232;
}

.footer_contact_btn{
	float: right;
}

#footer_banner{
	background: #c13a40;
	padding: 10px 0;
}

.footer_banner_box{
	width: 25%;
	float: left;
	text-align: center;
}

#footer_banner img{
}

#top_return{
	float: right;
	margin: -68px 50px 0 0;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
}

.ab_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.pc{
	display: none;
}

.sp_btn{
	display: block;
	float: right;
}

#header_title {
    background: #c13a40;
    width: 96%;
    padding: 10px 2% 5px;
    margin-bottom: 25px;
    float: right;
    color: #fff;
}

#header_title h1{
	padding-top: 15px;
	float: left;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1.2px;
}

.head_air{
	width: 206px;
	float: left;
}

.sitemap{
	float: right;
}

.sitemap a {
    background: url(../images/sitemap.png) no-repeat left center;
    padding: 0px 0 1px 22px;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
}

/****************************
	side_nav
****************************/
#side_nav{
	display: none;
	background: #fff;
	width: 186px;
	height: 100%;
	float: left;
	position: fixed;
	top: 0;
	z-index: 999;
	border-right: solid 4px #e5e5e5;
}

.nav_logo{
	text-align: center;
	padding: 18px 0;
}

.g_nav li{
	padding: 15px;
	border-top: solid 1px #e5e5e5;
}

.g_nav li a{
	padding-left: 10px;
	border-left: solid 2px #c13a40;
	color: #c13a40;
	font-weight: bold;
	font-size: 14px;
}

.g_nav li.nav_tel{
	background: #c13a40;
}

.g_nav li.nav_tel a{
    background: url(../images/nav_tel.png) no-repeat left center;
    color: #fff;
    border-left: none;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 0 5px 30px;
}

.g_nav li.nav_contact{
	background: #2e2e2e;
	border-bottom: solid 1px #e5e5e5;
}

.g_nav li.nav_contact a{
    background: url(../images/nav_contact.png) no-repeat left center;
    color: #fff;
    border-left: none;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 0 5px 30px;
}


#right_btn{
	position: fixed;
	z-index: 9999;
	top: 50px;
	right: 0;
}

#right_btn a{
	display: block;
	margin: 0 0 10px;
}

/****************************
	footer
****************************/
#footer{
	margin: 70px 0 0;
	padding: 15px 0;
	border-top: solid 1px #e8e8e8;
}

.footer_logo{
	float: left;
}

.footer_ad{
	float: left;
	margin-left: 10px;
	font-size: 11px;
	line-height: 19px;
}

.footer_tel{
	padding: 10px 0 0;
	margin-left: 10px;
	float: left;
}

.footer_tel a{
	font-family: Lato, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #323232;
}

.footer_contact_btn{
	float: right;
}

#footer_banner{
	background: #c13a40;
	padding: 10px 0;
}

.footer_banner_box{
	width: 25%;
	float: left;
	text-align: center;
}

#footer_banner img{
}

#top_return{
	float: right;
	margin: -68px 50px 0 0;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {


.sp{
	display: block;
}

.pc{
	display: none;
}

.sp_btn{
	display: block;
}

.fixed{
	width: 100%;
	position: fixed;
	top: 0;
}

#header_title {
    background: #c13a40;
    width: 96%;
    padding: 10px 2% 5px;
    margin-bottom: 0;
    float: right;
    color: #fff;
    z-index: 100000;
}

#header_title h1 {
	display: none;
    float: left;
    width: 70%;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
}

.head_air{
	display: none;
}

.sitemap{
	float: right;
}

.sitemap a {
    background: url(../images/sitemap.png) no-repeat left center;
    padding: 0px 0 1px 22px;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
}

nav#header_nav_sp{
	background: #fff;
}

.sp_btn{
	float: right;
}

.sp_head_logo{
	float: left;
	display: block;
}

/****************************
	side_nav
****************************/
#side_nav{
	display: none;
	background: #fff;
	width: 186px;
	height: 100%;
	float: left;
	position: fixed;
	top: 0;
	z-index: 999;
	border-right: solid 4px #e5e5e5;
}

.nav_logo{
	text-align: center;
	padding: 18px 0;
}

.g_nav li{
	padding: 15px;
	border-top: solid 1px #e5e5e5;
}

.g_nav li a{
	padding-left: 10px;
	border-left: solid 2px #c13a40;
	color: #c13a40;
	font-weight: bold;
	font-size: 14px;
}

.g_nav li.nav_tel{
	background: #c13a40;
}

.g_nav li.nav_tel a{
    background: url(../images/nav_tel.png) no-repeat left center;
    color: #fff;
    border-left: none;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 0 5px 30px;
}

.g_nav li.nav_contact{
	background: #2e2e2e;
	border-bottom: solid 1px #e5e5e5;
}

.g_nav li.nav_contact a{
    background: url(../images/nav_contact.png) no-repeat left center;
    color: #fff;
    border-left: none;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 0 5px 30px;
}


#right_btn{
	display: none;
	position: fixed;
	z-index: 9999;
	top: 50px;
	right: 0;
}

#right_btn a{
	display: block;
	margin: 0 0 10px;
}

/****************************
	footer
****************************/
#footer{
	margin: 70px 0 0;
	padding: 15px 0;
	border-top: solid 1px #e8e8e8;
}

.footer_logo{
	float: none;
	text-align: center;
	margin-bottom: 10px;
}

.footer_ad{
	float: none;
	text-align: center;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 19px;
}

.footer_tel{
	padding: 10px 0 0;
	margin-left: 0;
	margin-bottom: 20px;
	float: none;
	text-align: center;
}

.footer_tel a{
	font-family: Lato, sans-serif;
	font-weight: 600;
	font-size: 23px;
	color: #323232;
}

.footer_contact_btn{
	float: none;
	text-align: center;
}

#footer_banner{
	background: #c13a40;
	padding: 10px 0;
}

.footer_banner_box{
	width: 25%;
	float: left;
	text-align: center;
}

#footer_banner img{
}

#top_return{
	float: right;
	margin: -68px 0 0 0;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
}

.ab_bottom {
    position: relative;
    bottom: 0;
    width: 100%;
}

}

