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

/* base
------------------------------------------------------------------------------------*/

html {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 100%;
	color: #333;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,small,time,table,th,td,input,select {
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:hover, a:active { 
	text-decoration: none;
	color: #fff;
	
}
a:hover { text-decoration: underline; }

img {
	border: none;
	vertical-align: bottom;
}

.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	zoom: 1;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#btnPagetop {
	position: fixed;
	bottom: 5%;
	right: 5%;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btnPagetop.png) no-repeat;
	background-size: 50px 50px;
}

/*
input[type="text"]:focus {
  outline: 0;
}
*/

/* PC
------------------------------------------------------------------------------------*/
@media(min-width:768px) {

	body {
		font-size: 14px;
		font-size: 1.4rem;
		position: relative;
	}

	h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,small,time,table,th,td,input,select {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 28px;
		line-height: 2.8rem;
	}

	.dispPC { display: block; }
	.dispSP { display: none; }
	
	/* 	header */
	header{
		width: 100%;
		min-width: 960px;
		margin: 0 auto;
		padding: 40px 0;
	}
	header h1{
		width: 160px;
		margin: 0 auto 40px;
		font-size: 14px;
		line-height: 1;
		text-align: center;
	}
	header h1 img{
		display: block;
		margin: 0 auto 10px;
	}
	header h1 span{
		display: block;
		margin: 0 auto;
		padding-left: 5px;
		text-arign: center;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.3em;
		color: #444;
	}
	header h1 a{
		text-decoration: none;
	}
	
	/* 	nav */
	#globalMenu{
		margin: 0 auto;
		padding: 0;
	}
	#globalMenu ul{
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	#globalMenu ul li{
		display: inline;
		padding: 0 30px;	
		border-right: 2px solid #444;
	}
	#globalMenu ul li:last-child { border: none; }
	#globalMenu ul li a{ 
		font-size: 14px;
		font-weight: 700;
		line-height: 1em;
		text-decoration: none;
		color: #444;
	}
	
	/* 	main */
	main {
		width: 100%;
		min-width: 960px;
		margin: 0 auto;
		padding: 40px 0;
		text-align:center;
		background: #68bf92;
	}
	main > section {
		width: 960px;
		margin: 40px auto 0;
	}
	main > section:nth-of-type(1) {
		margin-top: 0;
	}
	
	main > section.subSection {
		padding: 0 20px;
		text-align: left;
	}
	main > section.subSection h2 {
		font-size: 20px;
		line-height: 1em;
		font-weight: 700;
		letter-spacing:0.3em;
		color: #fff;
	}
	main > section.subSection h2 span{
		display: inline;
		font-size: 14px;
		line-height: 1em;
		font-weight: 100;
		letter-spacing: 0.3em;
	}
	main > section.subSection h3{
		font-size:16px;
		line-height: 1em;
		font-weight: 700;
	}
	
	/* 	footer */
	footer {
		width: 100%;
		min-width: 960px;
		margin: 0 auto;
	}
	footer > p{
		padding: 40px 0;
		font-size: 10px;
		line-height: 1em;
		font-weight: 700;
		text-align: center;
	}
	
	/* 	items */
	a.btn_more{
		display: block;
		width: 100px;
		margin: 20px auto 0;
		padding: 10px 0;
		text-align: center;
		font-size: 14px;
		line-height: 1em;
		font-weight: 700;
		color: #444;
		border: 1px solid #fff;
		border-radius: 4px;
		text-decoration: none;
		background: #fff;
		color: #444;
	}
	a.btn_contact{
		display: block;
		width: 100px;
		margin: 20px auto 0;
		padding: 10px 0;
		text-align: center;
		font-size: 14px;
		line-height: 1em;
		font-weight: 700;
		color: #444;
		border: 1px solid #fff;
		border-radius: 4px;
		text-decoration: none;
		background: #fff;
		color: #444;
	}
	
}




/* SP
------------------------------------------------------------------------------------*/
@media(max-width:767px) {

	body {
		font-size: 12px;
		font-size: 1.2rem;
		position: relative;
	}

	h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,small,time,table,th,td,input,select {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 24px;
		line-height: 2.4rem;
	}

	img { width: 100%; }

	.dispPC { display: none; }
	.dispSP { display: block; }
	
	/* 	header */	
	header{
		margin: 0 auto;
		padding: 20px 5%;
	}
	header h1{
		width: 160px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1;
		text-align: center;
	}
	header h1 img{
		display: block;
		margin: 0 auto;
	}
	
	/* nav */
	#globalMenu{
		display: none;
	}
	#btn_navOpen {
		position: absolute;
		top: 18px;
		right: 5%;
		width: 34px;
		height: 34px;
		cursor: pointer;
		background: url(../../common/img/btnOpen.png) no-repeat center center;
		background-size: 34px 34px;
	}
	#btn_navCloseArea {
		overflow: hidden;
		padding: 16px 5% 16px 0;
	}
	#btn_navClose {
		display: block;
		width: 34px;
		height: 34px;
		cursor: pointer;
		float: right;
		background: url(../../common/img/btnClose.png) no-repeat center center;
		background-size: 34px 34px;
	}
	#rwdMenuWrap {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		background: #68bf92;
		z-index: 200;
	}
	#rwdMenuWrap ul li {
		border-top: 1px solid #fff;
		padding: 16px 0;
	}
	#rwdMenuWrap ul li a {
		display: block;
		width: 90%;
		margin: 0 auto;
		color: #fff;
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
		text-align: center;
		text-decoration: none;
		line-height: 100%;
		padding: 16px 0;
	}
	#rwdMenuWrap ul li a#nav_contact {
		background-color: #4f4865;
		color: #fff;
		font-size: 14px;
	}
	
	/* 	main */
	main {
		width: 100%;
		margin: 0 auto;
		padding: 20px 5%;
		text-align:center;
		background: #68bf92;
	}
	main > section {
		margin-top: 20px;
	}
	main > section:nth-of-type(1) {
		margin-top: 0;
	}
	main > section.subSection {
		text-align: left;
	}
	main > section.subSection h2 {
		text-align: center;
		font-size: 20px;
		line-height: 1em;
		font-weight: 700;
		letter-spacing:0.3em;
		color: #fff;
	}
	main > section.subSection h2 span{
		display: block;
		margin: 0 auto;
		padding: 10px 0 0;
		font-size: 14px;
		line-height: 1em;
		font-weight: 100;
		letter-spacing: 0.3em;
	}
	main > section.subSection h3{
		font-size:16px;
		line-height: 1.4em;
		font-weight: 700;
	}
	
	/* 	footer */
	footer{
		width: 100%;
		margin: 0 auto;
		padding: 20px 5%;
	}
	footer > p{
		font-size: 10px;
		line-height: 1em;
		font-weight: 700;
		text-align: center;
	}
	
	/* 	items */
	a.btn_more{
		display: block;
		width: 100px;
		margin: 10px auto 0;
		padding: 10px 0;
		text-align: center;
		font-size: 14px;
		line-height: 1em;
		font-weight: 700;
		color: #444;
		border: 1px solid #fff;
		border-radius: 4px;
		text-decoration: none;
		background: #fff;
		color: #444;
	}
	a.btn_contact{
		display: block;
		width: 100px;
		margin: 10px auto 0;
		padding: 10px 0;
		text-align: center;
		font-size: 14px;
		line-height: 1em;
		font-weight: 700;
		color: #444;
		border: 1px solid #fff;
		border-radius: 4px;
		text-decoration: none;
		background: #fff;
		color: #444;
	}
	
}
