@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	font-family: "Yu Gothic", YuGothic;
}
.sp {
	display: none !important;
}
address {
	font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
body {
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
a:link {
	text-decoration: underline;
	color: #06F;
}
a:visited {
	text-decoration: underline;
	color: #63F;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
.clear {
	clear: both;
}
.img_left {
	float: left;
	padding-right: 30px;
}
.img_right {
	float: right;
	padding-left: 30px;
}
.section {
	clear: both;
	text-align: left;
	width: 1000px;
	margin-bottom: 50px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.section:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
h1.summary, p.summary {
	font-size: 80%;
	font-weight: 100;
	color: #606060;
	line-height: 20px;
	height: 20px;
	text-align: right;
}
h2 {
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	line-height: 160%;
	letter-spacing: 5px;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
h2 span.sub {
	font-size: 60%;
	font-weight: 200;
}
h3 {
	font-weight: 600;
	clear: both;
	text-align: center;
	font-size: 120%;
	color: #0085B1;
	margin-bottom: 30px;
}
h4 {
	font-weight: 600;
	font-size: 110%;
	line-height: 180%;
}
.np, .npr, .npc, .npn, .npcn {
	line-height: 200%;
	clear: both;
	font-size: 90%;
	letter-spacing: 2px;
	font-weight: 500;
}
.nps, .nprs, .npcs, .npns, .npcsn {
	font-size: 75%;
	line-height: 200%;
	clear: both;
	letter-spacing: 1px;
}
.np, .nps {
	text-align: left;
	margin-bottom: 30px;
}
.npr, .nprs {
	text-align: right;
	margin-bottom: 30px;
}
.npn, .npns {
	text-align: left;
}
.npc, .npcs {
	text-align: center;
	margin-bottom: 30px;
}
.npcn, .npcsn {
	text-align: center;
}
.n_table {
	clear: both;
	width: 100%;
	text-align: left;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: 0% top;
	font-weight: 500;
}
.n_table th {
	width: 25%;
}
.n_table td {
	width: 75%;
}
.n_table th, .n_table td {
	font-size: 90%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}
.redtxt {
	color: #FF0000;
}
.pagetop {
	text-align: center;
	clear: both;
	margin-bottom: 30px;
}
.inputarea_zip {
	width: 70px;
}
.inputarea_name {
	width: 50%;
}
.inputarea_other {
	width: 200px;
}
.inputarea_add {
	width: 80%;
}
.inputarea_txt {
	height: 150px;
	width: 80%;
}
.inputarea_zip, .inputarea_name, .inputarea_other, .inputarea_add, .inputarea_txt {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFE6;
}
.preview, .kakuninbtn {
	text-align: center;
	clear: both;
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.preview {
	margin-top: .5em;
}
.preview input, .preview a, .kakuninbtn input {
	display: block;
	border-radius: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	background-color: #80622B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.confirm {
	padding-top: 100px;
}
.txt_l {
	text-align: left !important;
}
.txt_r {
	text-align: right !important;
}
.txt_c {
	text-align: center !important;
}
.mgt0 {
	margin-top: 0px !important;
}
.mgt5 {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt35 {
	margin-top: 35px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt50 {
	margin-top: 50px !important;
}
.mgt60 {
	margin-top: 60px !important;
}
.mgt70 {
	margin-top: 70px !important;
}
.mgt80 {
	margin-top: 80px !important;
}
.mgt90 {
	margin-top: 90px !important;
}
.mgb0 {
	margin-bottom: 0px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb15 {
	margin-bottom: 15px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb25 {
	margin-bottom: 25px !important;
}
.mgb30 {
	margin-bottom: 20px !important;
}
.mgb35 {
	margin-bottom: 35px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb50 {
	margin-bottom: 50px !important;
}
.mgb60 {
	margin-bottom: 60px !important;
}
.mgb70 {
	margin-bottom: 70px !important;
}
.mgb80 {
	margin-bottom: 80px !important;
}
.mgb90 {
	margin-bottom: 90px !important;
}
.mgl0 {
	margin-left: 0px !important;
}
.mgl5 {
	margin-left: 5px !important;
}
.mgl10 {
	margin-left: 10px !important;
}
.mgl15 {
	margin-left: 15px !important;
}
.mgl20 {
	margin-left: 20px !important;
}
.mgl25 {
	margin-left: 25px !important;
}
.mgl30 {
	margin-left: 30px !important;
}
.mgl35 {
	margin-left: 35px !important;
}
.mgl40 {
	margin-left: 40px !important;
}
.mgl50 {
	margin-left: 50px !important;
}
.mgl60 {
	margin-left: 60px !important;
}
.mgl70 {
	margin-left: 70px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pr60 {
	padding-right: 60px !important;
}
.pr70 {
	padding-right: 70px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl70 {
	padding-left: 70px !important;
}
.pl80 {
	padding-left: 80px !important;
}
a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#header_wrap {
	width: 100%;
	min-width: 1000px;
	clear: both;
	height: 90px;
	background-color: #0086B1;
}
#header {
	width: 1000px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#logo {
	float: left;
	margin-top: 20px;
}
#header div {
	float: right;
	margin-top: 25px;
}
#header div ul {
	float: right;
}
#header div ul li {
	float: right;
}
#header div ul li a {
	display: block;
	width: 190px;
	height: 40px;
	margin-left: 10px;
	text-decoration: none;
	font-size: 15px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: 190px center;
	padding-right: 20px;
	font-weight: 300;
}
#header div ul li a.contact {
	background-color: #F0F0E1;
	color: #000000;
	background-image: url(../img/arrow02.png);
}
#header div ul li a.blog {
	background-color: #D96D00;
	color: #FFFFFF;
	background-image: url(../img/arrow01.png);
}
#header div ul li a.contact:hover {
	background-color: #FFFFFF;
}
#header div ul li a.blog:hover {
	background-color: #E08326;
}
#g_nav {
	width: 100%;
	height: 70px;
	min-width: 1000px;
	clear: both;
	background-color: #0086B1;
}
#g_nav .gnav_button {
	display: none;
}
#g_nav ul {
	width: 1000px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../img/nav_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#g_nav ul li {
	float: left;
}
#g_nav ul li a {
	display: block;
	width: 200px;
	height: 70px;
	text-decoration: none;
	line-height: 70px;
	color: #FFFFFF;
	background-image: url(../img/nav_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 500;
}
#g_nav ul li a:hover {
	background-color: #2AA7CF;
}
#header:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.container {
	width: 100%;
	clear: both;
	min-width: 1000px;
}
.container2 {
	width: 100%;
	background-color: #F0F0E1;
	clear: both;
	min-width: 1000px;
}
.container:after, .container2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#footer_wrap {
	width: 100%;
	min-width: 1000px;
	clear: both;
	background-color: #0086B1;
	padding-bottom: 30px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#foot_nav {
	padding-top: 20px;
	margin-bottom: 30px;
	clear: both;
}
#foot_nav ul {
	border-left: 1px solid #93C5E5;
	clear: both;
}
#foot_nav ul li {
	font-weight: 200;
	color: #A0CDE8;
	font-size: 80%;
	text-align: left;
	float: left;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
	margin-right: 10px;
}
#foot_nav ul li a:link, #foot_nav ul li a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#foot_nav ul li a:hover, #foot_nav ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#footer_info {
	color: #FFFFFF;
	clear: both;
}
#footer_info address {
	font-size: 80%;
	line-height: 140%;
	font-weight: 200;
	text-align: right;
}
#footer_links {
	background-color: #EFEFEF;
	min-width: 1000px;
	width: 100%;
}
#footer_links div {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 30px;
}
#footer_links ul {
	width: 1020px;
	margin-right: -20px;
}
#footer_links ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer_links:after, #foot_nav:after, #footer:after, #footer_links:after, #footer_links div:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#copy {
	font-weight: 200;
	text-align: right;
	font-size: 80%;
	color: #FFFFFF;
}
#pan {
	clear: both;
	width: 1000px;
	line-height: 30px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}
#pan:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#pan li {
	font-size: 10px;
	float: left;
	line-height: 30px;
	height: 30px;
	color: #999999;
}
#pan li a {
	background-image: url(../images/arrow003.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
}
#pan li a:link, #pan li a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
#pan li a:hover, #pan li a:active {
	color: #000000;
	text-decoration: none;
}
#main_area {
	width: 100%;
	height: 200px;
	clear: both;
	min-width: 1000px;
	background-repeat: no-repeat;
	background-position: center center;
}
#main_area h1 {
	line-height: 200px;
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 5px;
	font-weight: 400;
}
@media only screen and (max-width: 640px) {
	* {
		font-size: calc((26/760)*100vw);
	}
	.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	.img_left {
		float: none;
		width: calc((460/760)*100vw);
		margin: 0 auto calc((50/760)*100vw);
		padding-right: 0;
	}
	.img_right {
		float: none;
		width: calc((300/760)*100vw);
		margin: 0 auto calc((50/760)*100vw);
		padding-left: 0;
	}
	.section {
		width: 100%;
		margin-bottom: calc((80/760)*100vw);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	h2 {
		-webkit-background-size: calc((163/760)*100vw);
		background-size: calc((163/760)*100vw);
		font-size: calc((50/760)*100vw);
		letter-spacing: .1em;
		margin-bottom: calc((80/760)*100vw);
		padding-bottom: calc((30/760)*100vw);
	}
	h2 span.sub {
		display: inline-block;
		margin-top: 1em;
		font-size: calc((24/760)*100vw);
		line-height: 1.4;
	}
	h3 {
		font-size: calc((30/760)*100vw);
		margin-bottom: calc((50/760)*100vw);
	}
	.np, .npr, .npc, .npn, .npcn {
		font-size: calc((26/760)*100vw);
		letter-spacing: .05em;
	}
	.nps, .nprs, .npcs, .npns, .npcsn {
		font-size: calc((22/760)*100vw);
		letter-spacing: .05em;
	}
	.np, .nps {
		margin-bottom: calc((50/760)*100vw);
	}
	.npr, .nprs {
		margin-bottom: calc((50/760)*100vw);
	}
	.npc, .npcs {
		margin-bottom: calc((50/760)*100vw);
	}
	.n_table th, .n_table td {
		font-size: calc((26/760)*100vw);
		padding-top: calc((20/760)*100vw);
		padding-right: calc((15/760)*100vw);
		padding-left: calc((15/760)*100vw);
		padding-bottom: calc((20/760)*100vw);
	}
	.inputarea_name {
		width: 100%;
	}
	.inputarea_add {
		width: 100%;
	}
	.inputarea_txt {
		height: calc((200/760)*100vw);
		width: 100%;
	}
	.inputarea_zip, .inputarea_name, .inputarea_other, .inputarea_add, .inputarea_txt {
		padding: calc((10/760)*100vw);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.preview, .kakuninbtn {
		width: calc((500/760)*100vw);
		margin-bottom: calc((30/760)*100vw);
	}
	.preview input, .preview a, .kakuninbtn input {
		width: calc((500/760)*100vw);
		padding-top: calc((15/760)*100vw);
		padding-bottom: calc((15/760)*100vw);
		border-radius: calc((10/760)*100vw);
	}
	/*
	.confirm {
		padding-top: 100px;
	}
	.mgt0 {
		margin-top: 0px !important;
	}
	.mgt5 {
		margin-top: 5px !important;
	}*/
	.mgt10 {
		margin-top: calc((15/760)*100vw) !important;
	}
	/*
	.mgt15 {
		margin-top: 15px !important;
	}*/
	.mgt20 {
		margin-top: calc((30/760)*100vw) !important;
	}
	/*
	.mgt25 {
		margin-top: 25px !important;
	}
	.mgt30 {
		margin-top: 30px !important;
	}
	.mgt35 {
		margin-top: 35px !important;
	}
	.mgt40 {
		margin-top: 40px !important;
	}
	.mgt50 {
		margin-top: 50px !important;
	}
	.mgt60 {
		margin-top: 60px !important;
	}
	.mgt70 {
		margin-top: 70px !important;
	}
	.mgt80 {
		margin-top: 80px !important;
	}
	.mgt90 {
		margin-top: 90px !important;
	}
	.mgb0 {
		margin-bottom: 0px !important;
	}
	.mgb5 {
		margin-bottom: 5px !important;
	}
	.mgb10 {
		margin-bottom: 10px !important;
	}
	.mgb15 {
		margin-bottom: 15px !important;
	}
	.mgb20 {
		margin-bottom: 20px !important;
	}
	.mgb25 {
		margin-bottom: 25px !important;
	}
	.mgb30 {
		margin-bottom: 20px !important;
	}
	.mgb35 {
		margin-bottom: 35px !important;
	}
	.mgb40 {
		margin-bottom: 40px !important;
	}*/
	.mgb50 {
		margin-bottom: calc((80/760)*100vw) !important;
	}
	/*
	.mgb60 {
		margin-bottom: 60px !important;
	}
	.mgb70 {
		margin-bottom: 70px !important;
	}
	.mgb80 {
		margin-bottom: 80px !important;
	}
	.mgb90 {
		margin-bottom: 90px !important;
	}
	.mgl0 {
		margin-left: 0px !important;
	}
	.mgl5 {
		margin-left: 5px !important;
	}
	.mgl10 {
		margin-left: 10px !important;
	}
	.mgl15 {
		margin-left: 15px !important;
	}
	.mgl20 {
		margin-left: 20px !important;
	}
	.mgl25 {
		margin-left: 25px !important;
	}
	.mgl30 {
		margin-left: 30px !important;
	}
	.mgl35 {
		margin-left: 35px !important;
	}
	.mgl40 {
		margin-left: 40px !important;
	}
	.mgl50 {
		margin-left: 50px !important;
	}
	.mgl60 {
		margin-left: 60px !important;
	}
	.mgl70 {
		margin-left: 70px !important;
	}
	.pt0 {
		padding-top: 0 !important;
	}
	.pt10 {
		padding-top: 10px !important;
	}
	.pt15 {
		padding-top: 15px !important;
	}
	.pt20 {
		padding-top: 20px !important;
	}
	.pt25 {
		padding-top: 25px !important;
	}
	*/
	.pt30 {
		padding-top: calc((40/760)*100vw) !important;
	}
	/*
	.pt35 {
		padding-top: 35px !important;
	}
	.pt40 {
		padding-top: 40px !important;
	}*/
	.pt50 {
		padding-top: calc((80/760)*100vw) !important;
	}
	/*
	.pt60 {
		padding-top: 60px !important;
	}
	.pt70 {
		padding-top: 70px !important;
	}
	.pt80 {
		padding-top: 80px !important;
	}*/
	.pt100 {
		padding-top: calc((150/760)*100vw) !important;
	}
	/*
	.pr0 {
		padding-right: 0 !important;
	}
	.pr10 {
		padding-right: 10px !important;
	}
	.pr15 {
		padding-right: 15px !important;
	}
	.pr20 {
		padding-right: 20px !important;
	}
	.pr25 {
		padding-right: 25px !important;
	}
	.pr30 {
		padding-right: 30px !important;
	}
	.pr35 {
		padding-right: 35px !important;
	}
	.pr40 {
		padding-right: 40px !important;
	}
	.pr50 {
		padding-right: 50px !important;
	}
	.pr60 {
		padding-right: 60px !important;
	}
	.pr70 {
		padding-right: 70px !important;
	}
	.pr80 {
		padding-right: 80px !important;
	}
	.pb0 {
		padding-bottom: 0 !important;
	}
	.pb10 {
		padding-bottom: 10px !important;
	}
	.pb15 {
		padding-bottom: 15px !important;
	}
	.pb20 {
		padding-bottom: 20px !important;
	}
	.pb25 {
		padding-bottom: 25px !important;
	}
	.pb30 {
		padding-bottom: 30px !important;
	}
	.pb35 {
		padding-bottom: 35px !important;
	}
	.pb40 {
		padding-bottom: 40px !important;
	}
	.pb50 {
		padding-bottom: 50px !important;
	}
	.pb60 {
		padding-bottom: 60px !important;
	}
	.pb70 {
		padding-bottom: 70px !important;
	}
	.pb80 {
		padding-bottom: 80px !important;
	}
	.pl0 {
		padding-left: 0 !important;
	}
	.pl10 {
		padding-left: 10px !important;
	}
	.pl15 {
		padding-left: 15px !important;
	}
	.pl20 {
		padding-left: 20px !important;
	}
	.pl25 {
		padding-left: 25px !important;
	}
	.pl30 {
		padding-left: 30px !important;
	}
	.pl35 {
		padding-left: 35px !important;
	}
	.pl40 {
		padding-left: 40px !important;
	}
	.pl50 {
		padding-left: 50px !important;
	}
	.pl60 {
		padding-left: 60px !important;
	}
	.pl70 {
		padding-left: 70px !important;
	}
	.pl80 {
		padding-left: 80px !important;
	}
*/
	#header_wrap {
		position: fixed;
		top: 0;
		left: 0;
		min-width: 100%;
		height: calc((150/760)*100vw);
		padding: 0 calc((30/760)*100vw);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 999;
	}
	#header {
		width: 100%;
		height: calc((150/760)*100vw);
	}
	#logo {
		width: calc((396/760)*100vw);
		margin-top: calc((35/760)*100vw);
	}
	#header div {
		margin-top: calc((35/760)*100vw);
		margin-right: calc((100/760)*100vw);
	}
	#header div ul li a {
		width: auto;
		height: calc((83/760)*100vw);
		margin-left: calc((10/760)*100vw);
		background: none;
		padding-right: 0;
	}
	#header div ul li a.contact {
		width: calc((75/760)*100vw);
		background: none;
	}
	#header div ul li a.blog {
		width: calc((64/760)*100vw);
		background: none;
	}
	#g_nav {
		height: auto;
		min-width: 100%;
	}
	#g_nav .gnav_button {
		display: block;
		background: url("../img/gnav_button_open.png") top right no-repeat;
		background-size: contain;
		border: none;
		padding: 0;
		width: calc((72/760)*100vw);
		height: calc((74/760)*100vw);
		cursor: pointer;
		position: fixed;
		top: calc((40/760)*100vw);
		right: calc((35/760)*100vw);
		z-index: 1001;
		outline: none;
	}
	#g_nav .gnav_button.active {
		background: url("../img/gnav_button_close.png") top right no-repeat;
		background-size: contain;
	}
	#g_nav .gnav_menu_wrapper {
		width: 100%;
		transition: all 0.2s;
		transform: translate(100%);
		position: fixed;
		top: calc((150/760)*100vw);
		right: 0;
		z-index: 1000;
		background-color: #0086B1;
		padding: 0 calc((30/760)*100vw) calc((30/760)*100vw);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#g_nav .gnav_menu_wrapper.open {
		transform: translate(0);
	}
	#g_nav ul {
		width: 100%;
		height: auto;
	}
	#g_nav ul li a {
		width: calc((350/760)*100vw);
		height: calc((100/760)*100vw);
		line-height: calc((100/760)*100vw);
		background: none;
	}
	.container {
		min-width: 100%;
		padding: 0 calc((30/760)*100vw);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container2 {
		min-width: 100%;
		padding: 0 calc((30/760)*100vw);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer_wrap {
		min-width: 100%;
		padding-bottom: calc((20/760)*100vw);
	}
	#footer {
		width: 100%;
		padding: 0 calc((30/760)*100vw);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#foot_nav {
		padding-top: calc((60/760)*100vw);
		margin-bottom: calc((60/760)*100vw);
	}
	#foot_nav ul li {
		font-size: calc((26/760)*100vw);
		padding-left: calc((15/760)*100vw);
		margin-top: calc((5/760)*100vw);
		margin-right: calc((15/760)*100vw);
	}
	#footer_info {
		margin-bottom: calc((30/760)*100vw);
	}
	#footer_info address {
		font-size: calc((20/760)*100vw);
	}
	#copy {
		text-align: center;
		font-size: calc((20/760)*100vw);
	}
	#main_area {
		height: calc((200/760)*100vw);
		min-width: 100%;
		margin-top: calc((150/760)*100vw);
	}
	#main_area h1 {
		line-height: calc((200/760)*100vw);
		font-size: calc((50/760)*100vw);
		letter-spacing: .05em;
	}
	#topcontrol {
		width: calc((100/760)*100vw);
		height: calc((100/760)*100vw);		
	}
	#topcontrol img {
		max-width: 100%;
		max-height: 100%;
	}
}