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


/* ドロワーメニュー
-------------------------------------------------
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  transition: all .5s;
} */

/* ハンバーガーメニュー
------------------------------------------------------------------------------------
.menu-trigger {
	display:none;
}

.anima .menu-trigger{
	top:14px;
}


@media only screen and (max-width: 1000px) { 
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger.active {
  transform: translateX(300px);
}
.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #000;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

} */


/* 
スマホナビ
------------------------------------------------------------------------------------
nav {
  width: 300px;
  height: 100%;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(-300px);
  transition: all .5s;
	text-align: left;
	font-size: 13px;
	background: #252525;
}
nav.open {
  transform: translateZ(0);
}

nav li {
  color: #fff;
  padding: 10px 0;
}

nav ul {
	width:90%;
	height: 100%;
	display: block;
	overflow: auto;
	margin:auto;
	color:#fff;
}

nav p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	padding-top: 20px;
	margin-top:30px;
}

nav li a{
	color: #fff;
	display:block;
	padding:12px 0;
}

nav li a:hover{
	background:rgba(255, 255, 255, .3);
}


 */


/*
PCナビ
------------------------------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height:100px;
	transition: .3s;
  	font-family: 'Roboto', sans-serif;
	background:#fff;
	color:#222;
}

header a{
	color:#222;
}

header a:hover{
	color:#222;
}

#header {
	width:95%;
	margin:auto;
}

#header h1{
	width:18%;
	max-width:200px;
	margin:30px 2% 0 0;
	 font-size:11px;
	 display:inline-block;
	 text-align:center;
	 vertical-align:middle;
}
  

#header ul{
	font-size:14px;
	letter-spacing:2px;
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	margin-top:30px;
}

#header ul li{
	display:inline-block;
	margin-left:15px;
	font-size:13px;
}

#header ul li:not(:last-child):after{
	content:"";
	padding:10px 15px 10px 0;
	border-right:1px solid #c7c7c7;
}

  

#header ol{
	width:15%;
	position:absolute;
	right:3%;
	top:30px;
	margin:0;
	text-align:right;
}
 
#header ol li{
	width:20%;
	max-width:40px;
	display:inline-block;
	margin-left:3%;
}
  
  
  
  
#comm_ttl{
	background:none;
	padding:0;
}

  
  
@media only screen and (max-width:945px) { 
.menu-trigger span {
background-color: #222;
}
.menu-trigger.active span {
  background-color: #222;
}
header {
	height:70px;
}

#header h1{
	width:100%;
	margin:15px auto 0;
	display:block;
}
  
#header h1 span{
	display:none;
}

#header ol,
#header ul{
	display:none;
}
 
}




