@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
	font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a:link {
      color: #333;
      text-decoration: none;
}
/*Clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/***グローバルナビ***************************/
.g_navi{
	width: 100%;
}
.g_navi #top_logo img{
	width: 70px;
	height: 70px;
	margin-top: 80px;
	margin-bottom: 50px;
}
@media screen and (max-width: 810px){
	.g_navi #top_logo img{
		margin-top: 50px;
		margin-bottom: 30px;
	}
}
.g_navi #top_logo{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.g_navi ul{
	text-align: center;
	margin-bottom: 100px;
}
.g_navi ul li{
	display: inline-block;
	padding: 0px 25px 50px 25px;
	font-size: 12px;
}
.g_navi ul li a{
	display: inline;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	padding-bottom: 2px;
	position: relative;
}
.g_navi ul li a:hover{
	color: #494646;
}
.g_navi ul li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #494646;
	position: absolute;
	display: block;
}
.g_navi ul li a:hover:before {
	width: 50%;
	border-bottom: 1px solid #494646;
}
.g_navi ul li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #494646;
	position: absolute;
	display: block;
}
.g_navi ul li a:hover:after {
	width: 50%;
	border-bottom: 1px solid #494646;
}
.toggle,.close{
  display: none!important;
}
@media only screen and (max-width: 810px) {
	.g_navi{
		margin-bottom: 50px;
	}
	.menu{
		display: none;
		width: 100%;
	}
	.toggle,.close{
		display: block!important;
	}
	.toggle{
		display: block;
		position: relative;
		width: 100%;
	}
	.close{
		display: block;
		position: relative;
		width: 100%;
		background: #494646;
	}
	.toggle a{
		display: block;
		padding: 12px 0 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background:#494646;
	}
	.menu{
		background: #C2B6AB;
	}
	.toggle:before{
		position: absolute;
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		color:#fff;
	}
	.g_navi ul li{
		display: block!important;
		padding: 10px 0;
		}
}
/***フッター***************************/
.f-nav #footer_img img{
	width: 100px;
	height: auto;
	margin-top: 100px;
}
@media screen and (max-width: 810px){
	.f-nav #footer_img img{
		margin-top: 50px;
	}
}
.f-nav #footer_img{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}
#footer_color{
		background-color: #C2B6AB;
}
.f-nav ul{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.f-nav ul li{
	display: inline-block;
	font-size: 12px;
	padding: 5px 15px;
	color: #ffffff;
}
.f-nav ul li a{
	color: #ffffff;
}
.f-nav ul li a:hover{
	color: #494646;
}

