@charset "utf-8";
.sp {
    display: none
}

.pc {
    display: block
}

.br-sp {
    display: none;
}
.br-pc {
    display: block;
}

@media screen and (max-width: 736px) {
	.bg_fixed {
  		position: fixed;
  		width: 100%;
  		height: 100%;
		overflow: hidden;
	}
    .sp {
        display: block
    }
    .pc {
        display: none
    }
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    body {
        width: 100%;
        min-width: 100%;
        position: relative;
        left: 0;
        overflow-x: hidden;
    }
    .container {
        width: 100%;
    }
    
	#header {
		padding: 13px 0 0;
		z-index: 2;
	}
    #header .inner {
    }
    #h_logo {
		float: none;
		margin-left: 8px;
		padding-top: 0;
		width: 28.90%;
    }
    #h_logo h1{
		line-height: 1;
		vertical-align: top;
    }
    #h_logo h1 img{
		line-height: 1;
		vertical-align: top;
    }
	#h_contact {
		float: none;
		display: block;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	#h_contact .btn_contact a {
		width: 50%;
		height: 50px;
		padding: 10px 0 10px 40px;
		border-radius:0;
		font-size: 1.2rem;
		box-shadow:none;
	}
	#h_contact .btn_contact a::before {
		left: 6px;
		width: 30px;
		height: 32px;
		margin-top: -16px;
	}
	#h_contact .btn_mail a{
		width: 100%;
		height: 50px;
		margin-left: 0;
		padding: 0 0 0 20px;
		border-radius:0;
		font-size: 1.4rem;
		line-height: 50px;
		box-shadow:none;
		text-align: center;
	}
	#h_contact .btn_mail a::after {
		left: 20px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
    /* header */
    #header.fixed #global-nav ul li a {
    }
    #mv #header2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
    }
    #header2 .inner {
		min-height: 50px;
    }
    #header2 #h_logo {
		top: 0;
		bottom: auto;
		left: 5px;
		width: 135px;
		height: 40px;
    }
	#header2 .email {
		position: absolute;
		top: 0;
		right: 50px;
		width: 50px;
	}
	#header2 .email a{
		display: block;
		height: 50px;
		color: #fff;
		font-size: 1.0rem;
		background-color: #0491cc;
		background-image: url(../common_img/ico_h_mail.png);
		background-repeat: no-repeat;
		background-position: center 10px;
		background-size: 15px 10px;
		text-align: center;
		padding-top: 20px;
		text-decoration: none;
	}
    /* Toggle Button */
    #nav-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 101;
        box-sizing: border-box;
		background: #0c71bf;
		color: #fff;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle div p{
		padding-top: 25px;
		padding-left: 10px;
		font-size: 1.0rem;
		line-height: 1;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
		width: 15px;
        height: 2px;
		margin: 2px 18px 0 18px;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        border-radius: 4px;
    }
    #mobile-head #nav-toggle span {
        background: #fff;
    }
    #nav-toggle span:nth-child(1) {
        top: 8px;
    }
    #nav-toggle span:nth-child(2) {
        top: 12px;
    }
    #nav-toggle span:nth-child(3) {
        top: 16px;
    }

    /* #nav-toggle 切り替えアニメーション */
	.open #mobile-head #nav-toggle span {
		background: #fff;
	}
	.open #mobile-head #nav-toggle span::before {
		display: none;
	}
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    #spnav {
        position: fixed;
        /* 開いてないときは画面外に配置 */
        top: 0;
        right: -100%;
        width: 100%;
        z-index: 100;
        height: 100%;
        padding-bottom: 100px;
        background:rgba(255,255,255,0.70);
        overflow: scroll;
    }
	.spnav {
		padding-top: 50px;
	}
    .spnav ul {
        float: none;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
    .spnav ul li {
        float: none;
    }
    .spnav ul li a{
        display: block;
        position: relative;
		line-height: 50px;
        color: #fff;
		text-decoration: none;
		text-align: center;
    }
    .spnav ul:nth-child(1) a{
		background: #26b9ec;
    }
    .spnav ul:nth-child(2) a{
		background: #0591cc;
		border-top: 1px solid #26a3d1;
		border-bottom: 1px solid #0383c2;
    }
    .spnav ul:nth-child(3) a{
		background: #0c71bf;
		border-top: 1px solid #2c89c6;
		border-bottom: 1px solid #0c67ba;
    }
	#footer {
		padding: 0!important;
	}
	.spfnav {
		width: 100%;
	}
	.spfnav {
		width: 100%;
	}
	.spfnav ul:nth-child(1) li{
		float: left;
		width: 50%;
	}
	.spfnav ul li a{
		display: block;
		background: #0491cc;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		border-bottom: 1px solid #FFF;
		line-height: 20px;
		text-decoration: none;
	}
	.spfnav ul li:nth-child(odd) a{
		border-right: 1px solid #FFF;
	}
	.spfnav ul:nth-child(2) li{
		float: left;
		width: 33.3333%;
	}
	.spfnav ul:nth-child(2) li:nth-child(2){
		border-right: 1px solid #FFF;
	}
	#footer .f_logo {
		float: none;
		padding: 10px 28%;
		margin: 0;
	}
	.copyright {
		font-size: 1.0rem;
		background: none;
		line-height: 1;
		color: #333;
	}
}
