@charset "UTF-8";
/* CSS Document */

#top-head {
	display: none;
}

@media screen and (max-width: 768px){
	.inner {
		width: 100%;
		padding: 0;
	}
	
	.inner:after {
		content: "";
		clear: both;
		display: block;
	}

	/* header */
	#top-head {
		display: block;
		top: 0px;
		position: fixed;
		width: 100%;
		margin: 0 auto 0;
		padding: 0;
		line-height: 1;
		z-index: 20000;
	}
	#top-head a,
	#top-head {
		color: #fff;
		text-decoration: none;
	}
	#top-head .inner {
		position: relative;
	}
	#top-head .logo {
		float: left;
		position: absolute;
		left: 10px;
		top: 12px;
		color: #333;
		max-width: 140px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: rgba(78,50,41,0.7);
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#global-nav img {
		width: auto;
	}

	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 1.6rem;
		padding: 60px 0 0;
        display: inline-block;
        text-align: left;
	}

	#global-nav ul li {
		float: none;
		position: static;
        line-height: 2;
        padding: 0 2em;
	}

	#global-nav ul li:first-child {
		padding-top: 0;
	}

	#global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 0;
        font-weight: 700
	}
    
    #global-nav hr {
        border-top: 1px dotted #fff;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin: 0.5em 0;;
    }

	/* Fixed */

	#mobile-head {
		/*background: #000;*/
		width: 100%;
		height: 0;
		z-index: 999;
		position: relative;
	}

	.mail img {
		width: auto;
	}

	.mail {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	/* Toggle Button */
	#nav-toggle {
		position: absolute;
        right: 11px;
		top: 9px;
		width: 30px;
		cursor: pointer;
		z-index: 101;
	}
    .mobile_tel {
        position: absolute;
		z-index: 101;
        right: 52px;
        top: 9px;
        width: 26px;
    }
    .mobile_h1 {
        position: absolute;
        left: 11px;
        top: 8px;
		z-index: 101;
    }
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		position: absolute;
		height: 4px;
		width: 100%;
		background: #9c5f08;
		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: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}

	.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(500px);
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
		height: 100vh;
	}
} /*Nexus 7*/

@media screen and (max-width: 414px){
} /*iPhone 6 Plus*/

@media screen and (max-width: 375px){
} /*iPhone 6*/

@media screen and (max-width: 320px){
} /*iPhone 5*/