﻿
/*-------------------------*/
/* SPレイアウト 760px*/
/*-------------------------*/

*, *:before, *:after {
  box-sizing: border-box;
}


img {
	max-width:100%;
	height:auto;
}
a:hover,
a:active {
	text-decoration: none;
	color: #333;
}

.sn{ display:none;}
.pn{ display:block;}

section { width: 100%;}

/*-------sp_menu--------*/
.menu-trigger,
.menu-trigger span {
	float: right;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index:9999;
	/*position:fixed;*/
	position:absolute;
	right:0px;

}
.menu-trigger {
	width: 52px;
	padding-top:36px;
	height: 52px;
	text-align: center;
	margin:0px;
	/*border-radius:50% 50%;*/
	text-align:center;
	color:#D96D00 !important;
	background:#FFF;
	font-size:10px;
	border-left:#D96D00 2px solid;
	border-right:#D96D00 2px solid;

}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 36px;
	height: 2px;
	background-color: #D96D00;
}
.menu-trigger span:nth-of-type(1) {
	top: 12px;
	left: 6px;
}
.menu-trigger span:nth-of-type(2) {
	top: 28px;
	left: 6px;
}
.menu-trigger span:nth-of-type(3) {
	bottom:30px;
	left: 6px;
}

/*
.menu-trigger span:nth-of-type(4) {
	bottom:20px;
	left: 5px;
}
*/
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) ,
.menu-trigger.active span:nth-of-type(3)  {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(0px);
	transform: translateY(5px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(4) {
	-webkit-transform: translateY(-30px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}

header nav.sp{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	z-index:9000;
	height:auto;
	left:0;
	padding: 20px 20px 30px;
	background:rgba(255, 255, 255, 0.8);
	box-shadow: 0px 7px 15px -5px rgba(255, 255, 255, 0.8);
}

header nav.sp ul{}
header nav.sp ul li{
	background:#D96D00;
	overflow:hidden;
	font-size:14px;
	width: 100%;
	margin-bottom:4px;
	margin-top:10px;
}

header nav.sp li:last-child {border-bottom:none;}

header nav.sp li a{
	padding:12px 12px;
	display:block;
	color:#fff;
}



header nav.sp ul li li{
	display:inline-block;
	width:46%;
	margin:1%;
}


header nav.sp ul li li a{
	padding:0;
}





header nav.sp .tel{
	width:100%;
	margin:0;
	margin-top:3.0em;
}

header nav.sp .tel a{
	color:#FFF;
	border:#CCC 1px dotted;
	padding:10px 12px;
	font-size:14px;
	font-weight:bold;
}








.siteTitle h1 img{
	width:auto;
	height:42px;
	padding:10px 4px 4px;

}
.mail{
	display:inline-block;
	float:right;
	width:50px;margin:0px 0;
	margin-right:52px;
	background-color:#9A7F39;
	text-align:center;position:relative;
	height:52px;
	padding-top:6px;


}

.mail a span{
	position:absolute;
	bottom:0px;
	left:1px;
}

.tel{
	display:inline-block;
	float:right;
	width:52px;margin:0px 0;background-color:#666;
	text-align:center;position:relative;border-right:#FFF 1px solid;
	height:52px;
	padding-top:6px;
}


.tel a span{
	position:absolute;
	bottom:0px;
	left:16px;
}
.siteTitle span a{


	}
.siteTitle span{
	display:block;
	vertical-align:bottom;
	color:#FFF;
	position:absolute;
	bottom:2;
	font-size:10px;
}



h1{
	float:left;
}


/*=============================
	Layout-Base
===============================*/
/* header
-------------------------*/

#header {
	width: 100%;
	margin: 0 auto;
	text-align:left;

}
	.siteTitle {
		margin-bottom:0;
		width:100%;
	}



.siteTitle img{
	vertical-align:central;
}


#header #gl-nav{
	display:none;
}



/* main-visual
-------------------------*/


/* pagetop
-------------------------*/



#pagetotop {
	position: fixed;
	right:0;
	bottom:-120px;
	cursor:pointer;
	z-index: 1000;

}





/* footer
-------------------------*/

/*=============================


/* ページネーション
------------------------------ */
ul.pagenation {margin: 20px 0;}


.inner{
	width:100%;
}


.inner img{
	max-width:100%;
}

.mov{
	width:90%;
	margin: 0 auto;
    margin-top: 80px;
}
