@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	position: relative;
	min-width: 1200px;
	font-family: Arial, 'Yu Gothic', 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.8;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
}
.inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.sp {
	display: none;
}
.btn_more {
}
.btn_more a {
	display: block;
	padding: .5em;
	background: #000;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: .2rem;
}
.btn_more a:after {
	content: url(../images/arrow_more.png);
	padding-left: 1em;
}
.btn_more a:hover {
	opacity: .5;
	transition: .8s
}
a img:hover {
	opacity: .5;
	transition: .8s
}
/*-------------
header
-------------*/
#header{
	position: relative;
	z-index: 100;
}
#header .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
}
#header .logo {
	margin: 0 auto 0 30px;
}
#header .logo img{
	width: auto;
	height: 20px;
}
#gnav {
	margin: 7px 0;
}
#gnav > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#gnav li {
	line-height: 56px;
	position: relative;
}
#gnav li a, #gnav li span {
	padding: 0 1.5rem;
	border-left: #e5e5e5 1px solid;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
#gnav li span {
	opacity: .2;
	border-left: #666 1px solid;
}
#gnav li a:hover {
	opacity: .5;
	transition: .8s
}
#gnav li ul{
	position: absolute;
	top: 58px;
	left: 0;
	width: 11em;
}
#gnav li ul li {
	overflow: hidden;
	height: 0;
	transition: 0.2s;
	line-height: 1.2;
	background: rgba(255,255,255,.95);
	text-align: center;
}
#gnav li ul li a {
	border: none;
	display: block;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e5e5e5;
}
#gnav li ul li:first-child a{
	border-top: solid 2px #000;
}
#gnav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

#gnav .contact {
	position: relative;
	padding: 30px 10px 5px;
	border: #000 1px solid;
	line-height: 1.8;
}
#gnav .contact a {
	border: none;
}
#gnav .contact a:before {
	position: absolute;
	content: url(../images/h_contact.png);
	top: 7px;
	left: 50%;
	margin-left: -10px;
}
/*-------------
main
-------------*/
main{
	position: relative;
	z-index: 0;

}
.page_ttl {
	position: relative;
	height: 400px;
}
.page_ttl h2 ,
.page_ttl p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	text-align: center;
	letter-spacing: .1em;
}
.content {
	padding: 35px 0;
}
.lttl {
	margin-bottom: 50px;
	color: #333;
	text-align: center;
}
.lttl img {
	padding-bottom: 10px;
}
.lttl_2 {
	margin-bottom: 30px;
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
/*-------------
footer
-------------*/
footer{
	margin: 80px 0 0;
}


#inquiry {
	padding: 40px 0;
	border-top: #DDD 1px solid;
}
#inquiry .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#inquiry h3 {
	margin-bottom: 1em;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .05em
}
#inquiry h3 img{
	width: auto;
	height: 20px;
}
#inquiry address {
	font-size: 1.3rem;
	line-height: 1.3;
}
#inquiry .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#inquiry .lttl {
	margin-bottom: 0;
}
#inquiry .info .free {
	position: relative;
	margin-right: 1em;
	padding: 0 0 0 1.5em;
	font-size: 2.8rem;
	letter-spacing: .051em
}
#inquiry .info .free:before {
	position: absolute;
	content: url(../images/footer_free.png);
	top: 0;
	left: 0;
}
#inquiry .info .mail a {
	position: relative;
	display: inline-block;
	padding: .3em 1em .3em 3em;
	border: #000 1px solid;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#inquiry .info .mail a:before {
	position: absolute;
	top: 8px;
	left: 1em;
	content: url(../images/footer_contact.png);
}
#inquiry .info .mail a:hover {
	opacity: .5;
	transition: .8s
}
#f_nav {
	padding: 40px 0;
	border-top: #DDD 1px solid;
	background: #F6F6F6;
}
.f_nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.f_nav > ul {
	padding-left: 40px;
}
.f_nav > ul > li {
	margin-bottom: 1em;
}
.f_nav > ul > li > a, .f_nav > ul > li > span {
	position: relative;
	padding-left: 1em;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
}
.f_nav>ul>li>a:before, .f_nav>ul>li>span:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border: transparent 5px solid;
	border-left: #333 7px solid;
}
.f_nav .sub li {
	padding-left: 1em;
	line-height: 1.4;
}
.f_nav .sub li a, .f_nav .sub li span {
	color: #000;
	font-size: 1.2rem;
	text-decoration: none;
}
.f_nav li a:hover {
	text-decoration: underline;
	transition: .8s
}
.f_nav span {
	opacity: .3;
}
#copyright {
	background: #000;
}
#copyright p {
	padding: .7em 0;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

@media screen and (max-width:1200px) {
.inner {
	overflow: hidden;
}
}

@media screen and (max-width:640px) {
body {
	min-width: 100%;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.inner {
	width: 100%;
	min-width: 100%;
	padding: 0 15px;
	overflow: visible;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
section{
	position: relative;
}
.anch{
	position: absolute;
	top: -70px;
	left: 0;
}
/*-------------
header
-------------*/
#header {
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	z-index: 9999;
	background: #FFF;
	border-bottom: #e5e5e5 1px solid;
}
#header .inner {
	position: relative;
	display: block;
}
#header .logo {
	width: 70%;
	margin: 0;
	line-height: 50px;
}
#header .logo img {
	vertical-align: middle;
	height: auto;
}
#gnav {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: calc(100% + 30px);
	margin: 0 -15px;
	background: #FFF;
}
#gnav ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#gnav li {
	width: 50%;
}
#gnav li span,
#gnav li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-right: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	border-left: none;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#gnav li span{
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	border-left: none;
}
#gnav li.gn-concept{
	width: 100%;
}
#gnav li ul{
	position: relative;
	top: 0;
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#gnav li ul li {
	overflow: hidden;
	height: auto;
	transition: 0.2s;
	line-height: 1.2;
	background: rgba(0,0,0,.05);
	text-align: center;
}


#gnav li ul li a {
	border: none;
	height: auto;
	line-height: 24px;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-right: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	border-left: none;
	text-decoration: none;
	text-align: center;
}
#gnav li ul li:first-child a{
	border-top: none;
}
#gnav li:hover > ul > li {
  height: auto;
}
#gnav .contact {
	display: inline-block;
	width: 100%;
	margin: 10px;
	padding: 0;
}
#gnav .contact a:before {
	top: 50%;
	left: 50px;
	transform: translate(0, -25%)
}
.sp-menu {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
}
.sp-menu .menu-trigger, .sp-menu .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp-menu .menu-trigger {
	position: relative;
	width: 44px;
	height: 44px;
}
.sp-menu .menu-trigger span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
	height: 2px;
	background-color: #000;
	border-radius: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(1) {
	top: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(2) {
	top: 15px;
}
.sp-menu .menu-trigger span:nth-of-type(3) {
	top: 25px;
}
.sp-menu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.sp-menu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.sp-menu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/*-------------
main
-------------*/
.page_ttl {
	height: 150px;
	background-size: auto 100%;
}
main {
	padding: 50px 0 40px;
}
.content {
	padding: 20px 0;
}
.lttl {
	margin-bottom: 30px;
}
.lttl img {
	zoom: .8;
}
.lttl_2 {
	font-size: 2.0rem;
}
/*-------------
footer
-------------*/
footer{
	margin: 60px 0 0;
}
#inquiry .inner {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#inquiry .lttl {
	width: 100%;
	margin-bottom: 30px;
}
#inquiry div {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#inquiry h3 {
	font-size: 1.8rem;
}
#inquiry h3 img{
	width: 80%;
	height: auto;
}
#inquiry address {
	font-size: 1.2rem;
}
#inquiry .info {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
#inquiry .info li {
	width: 100%;
}
#inquiry .info .free {
	margin: 0 auto;
	padding: 0 0 0 2em;
	display: inline-block;
	width: auto;
	font-size: 2.0rem;
}
#inquiry .info .free:before {
	top: 2px;
	left: 0;
}
#inquiry .info .free.pc {
	display: none;
}
#inquiry .info .free a {
	color: #000;
	text-decoration: none;
}
#f_nav {
	display: none;
}
#copyright p {
	font-size: 1.0rem;
}
#pagetop {
	width: 60px;
}
}
