﻿
/*-------------------------*/
/* SPレイアウト 760px*/
/*-------------------------*/

*, *:before, *:after {
  box-sizing: border-box;
}

body {
	width:100%;
	min-width:100%!important;
	-webkit-text-size-adjust: 100%;
}
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:absolute;
	right:0px;
}
.menu-trigger {
	width: 40px;
	height: 40px;
	text-align: center;
	margin:4px;
	background-color:#b11636;
	border-radius:50% 50%;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 19px;
	left: 5px;
}
.menu-trigger span:nth-of-type(2) {
	top: 26px;
	left: 5px;
}
.menu-trigger span:nth-of-type(3) {
	bottom:27px;
	left: 5px;
}

/*
.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(0, 0, 0, 0.9);
	box-shadow: 0px 7px 15px -5px rgba(255, 255, 255, 0.8);
}

header nav.sp ul{}
header nav.sp ul li{
	background:#ffae00;
	overflow:hidden;
	font-size:14px;
	width: 100%;
	margin-bottom:4px;
}

header nav.sp li:last-child {border-bottom:none;}

header nav.sp li a{
	padding:12px 12px;
	display:block;
	color:#000;
	font-weight:bold;
}

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;
}








.logo img{
}
header .tel{
	display:inline-block;
	float:right;
	width:40px;margin:4px 0;
	margin-right:20px;
}



h1{
	float:left;
}

/*=============================
	Layout-Base
===============================*/
/* header
-------------------------*/
header {height:46px;}
#header {
	width: 96%;
	margin: 0 auto;
	text-align:left;
	
}
	.siteTitle {
		float:none;
		margin-bottom:0;
		width:100%;
	}



.siteTitle img{
	height:40px;
	width:auto;
}


#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%;
}

























