﻿
/*-------------------------*/
/* 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:#6b3712 !important;
	background:#ffd028;
	font-size:10px;
	border-radius:4px;

}
.menu-trigger span {
	position: absolute;
	left: 2px;
	width: 38px;
	height: 4px;
	background-color: #6b3712;
	border:#FFC 1px solid;
	border-radius:4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
	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: 0px 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:#fff;
	overflow:hidden;
	font-size:14px;
	width: 100%;
	margin-bottom:4px;
	border-bottom:#999 2px dotted;
}

header nav.sp li:last-child {border-bottom:none;}

header nav.sp li a{
	padding:12px 12px;
	display:block;
	color:#551f00;
}

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:50px;
}
header .mail{
	display:inline-block;
	float:right;
	width:50px;margin:0px 2px;
	background-color:#1750af;
	text-align:center;position:relative;
	height:50px;
	padding-top:10px;
	border-radius:50% 50%;
	
	
	
}

header .mail a span{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;

}

header .tel{
	display:inline-block;
	float:right;
	width:50px;margin:0px 0;background-color:#fff;
	text-align:center;
	position:relative;
	height:50px;
	padding-top:6px;
	border:#1750af 1px solid;
	border-radius:50% 50%;
}


header .tel a span{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	color:#000;
}
.siteTitle span a{
	
	
	}
.siteTitle span{
	display:block;
	vertical-align:bottom;
	color:#FFF;
	position:absolute;
	bottom:2;
	font-size:10px;
}



header 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 0 0;}


.inner{
	width:100%;
}


.inner img{
	max-width:100%;
}

























