@charset 'utf-8';
/* ----------------------------------------
  Base Style Seet

	2- 1. layout
	2- 2. header	
	2- 3. footer
	2- 4. title
	2- 5. link
	2- 6. modal
---------------------------------------- */
body{
	/*font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ' , 'Meiryo' , sans-serif;*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:13px;
	line-height:1.5;
	color:#231815;
	-webkit-text-size-adjust:100%;;
	-webkit-font-smoothing: antialiased;
}

header,
footer,
nav,
section,
article,
figure,
aside{display:block;}

article{
	position:relative;
	overflow:hidden;
	width:100%;
}

button{
	border:none;
	background:none;
}

/* ----------------------------------------
  2- 1.layout
  ---------------------------------------- */
#wrapper{
	max-width:1000px;
	margin:0 auto;
}

/* ----------------------------------------
  2-2.header
  ---------------------------------------- */
header{
	position: relative;
	width:100%;
	z-index: 100;
	background: #fff;
}

header h1{
	width: 240px;
	padding: 10px;
	position: relative;
	z-index: 100;
}

.menu-btn{
    display: block;
    height: 60px;
    position: absolute;
    width: 60px;
    top: 20px;
    right: 0;
    z-index: 100;
}

.menu-btn a{
	width: 60px;
	height: 60px;
	display: block;
	background-image: url("../image/menu.png");
	background-position: top 0 left 0;
	background-size: 60px 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
   transition-property: background-image;
   transition-duration: 0.3s;
   transition-delay: 0.4s;
}

nav{
	 position: absolute;
   width: 100%;
   padding-bottom: 20px;
	 z-index: 10;
	 top: -160px;
	 background: #fff;
   transition-property: top;
   transition-duration: 0.5s;
   transition-delay: 0.15s;
}

nav ul{margin-left: 20px;}
nav ul li::before{
	content:"●";
	color: #1fad51;
}
nav ul li::after{content:"　";}
nav ul li{
	font-size: 25px;
	display: inline-block;
}

nav.active{
	top: 88px;
	transition-property: top;
   transition-duration: 0.5s;
   transition-delay: 0s;
}

.menu-btn.active a{
	background-image: url("../image/close.png");
   transition-property: background-image;
   transition-duration: 0.3s;
   transition-delay: 0.5s;
}

/* ----------------------------------------
  2- 3.footer
  ---------------------------------------- */
/* ----------------------------------------
  2- 4.title
  ---------------------------------------- */
/* ----------------------------------------
  2- 5.link
---------------------------------------- */
a{
	text-decoration:none;
	color:#333;
}

a:hover{text-decoration:underline;}

a:hover img{
	opacity:0.60;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
}

h1 a:hover img{
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}

@media screen and (max-width:768px){
	img{
		width:100%;
		height:auto;s
	}

	#wrapper{width:100%;}

/* ----------------------------------------
  2- 2.header
  ---------------------------------------- */
  header h1 {
	top: 0;
	left: 0;
	width: 200px;
	margin: 0 auto;
  }

  .menu-btn{top: 10px}
	nav{top: -300px;}
  nav.active {top: 76px;}

  nav ul li{font-size: 24px;}

/* ----------------------------------------
  2- 3.footer
  ---------------------------------------- */
/* ----------------------------------------
  2- 4.title
  ---------------------------------------- */


}





