	/* header */
.inner::after {
    content: "";
    clear: both;
    display: block;
}
#top-head {
  top: -114px;
  position: absolute;
  width: 100%;
  margin: 0px auto 0;
    margin-top: 0px;
  padding: 0 0 10px;
  z-index: 999;
  text-decoration: none;
  margin-top: 170px;
  color: #000;
  background: #fff;
}
#top-head {
    text-decoration: none;
	/*border-bottom: 1px solid #ddd;*/
}
#top-head a {
	margin-top: 170px;
}

#top-head .inner {
    position: relative;
	height: 50px;
	margin:0;
	padding:0;
}
#top-head .logo {
    float: left;
	margin:0.4% 2% 0 3%;
	width: 350px;
	height: 50px;
}
#top-head .logo img{
	width:100%;
}
#mh_list{
    float: right;
	margin:0.7% 3% 0.7% 0;
	color:#fff;
}
#mh_list a{
	text-decoration:none;
	color:#fff;
}
header li.btn_price{
	background-color:#da1a10;
	color: #fff !important;
    border-radius: 3px !important;        /* CSS3草案 */  
    -webkit-border-radius: 3px !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px !important;   /* Firefox用 */  
	width:200px;
	height:50px;
	padding-top:13px;
	margin:-10px 10px 0 12px;
	font-weight: bold;
	color: #de8800;
	text-align:center;
}

header a li.btn_price:hover{
	border: 1px solid #ad8f2b;
}


@media screen and (max-width: 736px) {
#top-head .logo {
	width:110%;
	text-align:left;
	margin: 1.5% 0 0 2%;
}
#top-head .logo img{
	width:46%;
}
}

#top-head_other {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 150px auto 0;
    padding: 18px 0;
    z-index: 999;
	background:#b2961e;
}
#top-head_other a,
#top-head_other {
    color: #fff;
    text-decoration: none;
	margin-top: 180px;
}
#top-head_other .inner {
    position: relative;
}
#top-head_other .logo {
    float: left;
	margin:0.5% 5% 0 2%;
}
#top-head_other .logo img{
	width:35%;
}


@media screen and (max-width: 736px) {
#top-head_other .logo {
	width:110%;
}
#top-head_other .logo img{
	width:45%;
}
}
/*#global-nav{
	overflow:hidden;
	height:30px;
}*/
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
}
#global-nav ul li {
    float: left;
	letter-spacing: 0.05em;
}
#global-nav ul li a {
    padding: 0 15px;
	letter-spacing: 0.12em;
	color:#333;
}

#global-nav ul li.active,#global-nav ul li:hover{
	opacity: 0.7;
}

@media screen and (max-width: 736px) {
#global-nav ul li.active {
	background:none;
}
#global-nav ul li a {
	border-left: none;
}
header .btn_contact{
	color: #fff;
}
}

	/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  background: #fff;

  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  border-bottom: 1px solid #ddd;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
  color: #000;
}
 #top-head.fixed #global-nav ul li a:hover {

}
 	/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 50px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 15px;
}
#nav-toggle span:nth-child(3) {
    top: 30px;
}

@media screen and (max-width: 736px) {
    #global-nav {
        position: absolute;
		 /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
	/* #nav-toggle 切り替えアニメーション */
    .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);
    }
	/* #global-nav スライドアニメーション */
    .open #global-nav {
		/* #global-nav top + #mobile-head height */
        -moz-transform: translateY(550px);
        -webkit-transform: translateY(550px);
        transform: translateY(550px);
    }
}
@media screen and (max-width: 700px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 57px;
    }
}
@media screen and (max-width: 1350px) {
    #top-head.fixed {
        padding-top: 0;
    }
    #mobile-head {
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
    	background: #fff;
	margin:0;
	padding:0;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        top: 8px;
        color: #333;
        font-size: 26px;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
		padding-bottom: 3%;
		margin: 3%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        /*display: block;*/
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
}
@media screen and (min-width: 737px) and (max-width:1350px){
    #top-head{
	padding:0 0 0 0;
}
	#top-head .logo {
	    float: left;
		margin:0.4% 2% 0 3%;
	}
    #global-nav {
        position: absolute;
		 /* 開いてないときは画面外に配置 */
        top: -884px;
        background: #333;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul li {
	font-size:110%;
  float: none;
  position: static;
  padding-bottom: 2%;
  margin: 2% 3%;
	border-bottom: 1px solid #575757;
}
	/* #global-nav スライドアニメーション */
    .open #global-nav {
		/* #global-nav top + #mobile-head height */
        -moz-transform: translateY(950px);
        -webkit-transform: translateY(950px);
        transform: translateY(950px);
    }
}

/* contact */
div.bg_contact{
	width:94%;
	min-height: 100%;
	height:auto;
	background:#fff;
	padding:1% 3%;
	margin:-2% auto 0;
	overflow:hidden;
	color:#333;
	border-top: 1px solid #F0F0F0;
}
#bg_contact_in{
	margin:0 auto;
}
p.contact{
	font-size:200%;
	font-weight:bold;
	text-align:center;
	padding: 20px 0 0;
}
p.contact_in{
	font-size:170%;
	font-weight:bold;
	text-align:center;
	color:#222;
	line-height:150%;
	padding: 0;
	margin: 80px 0 0 0;
}
@media screen and (max-width: 736px) {
    #global-nav ul li {
        float: none;
        position: static;
		padding: 3% 2% ;
		margin: 0 5%;
	border-bottom:1px solid #575757;
    }

p.contact_in{
	font-size:150%;
	width: 96%;
	margin-left: 2%;
}
header li.btn_price{
	width:90%  !important;;
	height:auto  !important;;
	margin:-10px 10px 0 12px;

}
}
/* メガソフトグローバルナビ */
#header {
  width: 100%;
  min-height: 40px;
  position: relative;
  z-index: 10005;
}
#header .inner {
  position: static;
}

#logo {
  float: left;
  width: 170px;
  margin: 10px 0 0 50px;
}

#logo a {
  display: block;
  height: 0;
  padding: 40px 0 0;
  overflow: hidden;
  background: url(../img/megalogo.png) no-repeat left center;
  background-size: 90% auto;
}
@media only screen and (max-width: 736px) {
.megalogo{
	display:none;
}
  #logo {
    width: 100px;
    margin: 10px 0 0 10px;
  }
}
