@charset "UTF-8";

/*-- Gakunan Electric Train common.css --*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* reset */

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;
	vertical-align: baseline;
	background: transparent;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	/* 10px / 16px = 1rem */
}

body {
	min-width: 320px;
	color: #333;
	line-height: 1.61;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka",
		"Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, sans-serif;
	/*
	font-family: 'Noto Sans Japanese', sans-serif;
*/
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	/* xs */
	body {
		font-size: 1.4rem;
		/*	10px x 1.4 = 14px	*/
	}
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a,
botton {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	text-decoration: none;
	transition: 0.3s;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	flex-shrink: 0;
	flex-basis: auto;
}
*:focus {
	outline: none;
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-responsive-center {
	margin: 0 auto;
}

.visible-xs {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	/* xs */
	.hidden-xs {
		display: none !important;
	}

	.visible-xs {
		display: block !important;
	}
}

/* layout */

.wrap {
	/*		width: 1140px; 	/**/
	width: 1320px;
	margin: 0 auto;
}
.footer_wrap,
.header_wrap {
	width: 1140px;
	margin: 0 auto;
}

.wrap_wide {
	/*		max-width: 1140px; 	/**/
	max-width: 1440px;
	margin: 0 auto;
}
.wrap:after,
.wrap_wide:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
@media screen and (max-width: 999px) {
	.footer_wrap,
	.header_wrap {
		width: 100%;
		padding: 0 10px;
	}

	.wrap {
		width: calc(100% - 20px);
		padding: 0 20px;
	}
}

.container {
	padding: 0px 0px 0px 0px;
}

@media (min-width: 0) {
	.container {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.container:after {
		content: " ";
		display: block;
		clear: both;
	}
}
@media (max-width: 576px) {
	.container {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}

	.container:after {
		content: " ";
		display: block;
		clear: both;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 748px;
		margin-left: auto;
		margin-right: auto;
	}

	.container:after {
		content: " ";
		display: block;
		clear: both;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 968px;
		margin-left: auto;
		margin-right: auto;
	}

	.container:after {
		content: " ";
		display: block;
		clear: both;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}

	.container:after {
		content: " ";
		display: block;
		clear: both;
	}
}

a {
	color: #002e57;
}
a:hover {
	color: #00498a;
}




.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

/* header */
/*	meanmenu	*/

/* ---------------------------------------------------------------------------------------------

　	 Fudousan HEADER

--------------------------------------------------------------------------------------------- */

#F_header {
	/*	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);	/**/
	z-index: 199;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #002e57;
}
#F_header .header_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}


#F_header .logo_area {
	width: 30%;
	display: flex;
	justify-content: space-between;
	margin: 8px auto 0;
	align-items: flex-end;
	height: 70px;
/*		background: #fafafa;	/**/
}
#F_header .h_nav {
	width: 65%;
}

#F_header .logo_area .logo_img {
	padding: 0px 0px 0;
}
#F_header h1 {
	margin: 20px 0 0;
}
#F_header .logo {
	width: 340px;
	height: auto;
}
#F_header .btn_area {
	width: 65%;
	padding: 0px 0px 10px;
	display: flex;
	justify-content: flex-end;
}
#F_header .btn_area .header_faq {
	width: 18%;
	font-size: 1.4rem;
	color: #222223; /*#024e8c;	/**/
}
#F_header .btn_area .header_contact {
	width: 18%;
	font-size: 1.4rem;
	color: #222223; /*#024e8c;	/**/
}
#F_header .btn_area .header_faq a,
#F_header .btn_area .header_contact a {
	color: #222223; /*#024e8c;	/**/
}

#F_header .btn_area .header_faq a:hover,
#F_header .btn_area .header_contact a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#gNav a:hover {
	color: #fff;
}
nav li a {
	font-size: 16px;
	letter-spacing: 0.01em;
	font-family: 'Noto Sans Japanese', sans-serif;

}
nav .sub-menu,
.mean-container .mean-nav ul ul {
	background: #E1F5FE;
}
@media only screen and (max-width: 767px) {
	#F_header {
		padding: 0px 0;
		height: 60px;
	}

	#F_header .logo_area {
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 0;
		align-items: center;
		height: 60px; /**/
	}
	#F_header .logo_area .logo_img {
		padding: 0px 0px 0 10px;
	}
	#F_header h1 {
		margin: 10px 0 0;
	}
	#F_header .logo {
		width: 200px;
		height: auto;
	}
	#F_header .btn_area {
		visibility: hidden;
	}
	#F_header .btn_area .header_faq {
		display: hidden;
		/*			width:20%;	/**/
	}
	#F_header .btn_area .header_contact {
		display: hidden;
		/*			width:20%;	/**/
	}

	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.mean-nav .container {
		padding: 0;
	}

	nav .sub-menu,
	.mean-container .mean-nav ul ul {
		background: #fff;
		border-top: 1px #ebb0a3 solid;
	}
	.mean-container .mean-nav ul ul li {
		border-bottom: 1px #ebb0a3 solid;
	}


	nav li .fa {
		display: none;
	}
	nav li.icon .fa {
		display: inline-block;
	}
	nav li.icon .fa-twitter:after {
		content: " twitter";
	}
	nav li.icon .fa-facebook:after {
		content: " facebook";
	}
	nav li.icon .fa-instagram:after {
		content: " instagram";
	}

	.logo_img {
		z-index: 100;
	}
}

@media print, screen and (min-width: 768px) {
	nav .sub-menu,
	.mean-container .mean-nav ul ul {
		background: #fff;
	}
	#F_header {
		height: 80px;
	}
	.h_nav {
		background: #fff;
	}

	#h_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#gNav ul {
		position: relative;
		display: flex;
		justify-content: flex-end;
	}
	#gNav li {
		position: relative;
		margin-right: 0em;
		font-size: 16px;
	}
	#gNav li:last-child {
		margin-right: 0;
	}
	#gNav li i {
		font-size: 16px;
		margin-left: 5px;
	}
	#gNav li a {
		position: relative;
		display: block;
		text-align: center;
		color: #002e57;
		font-weight: bold;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1.2em;
		padding-right: 1.2em;
		border-bottom: 2px solid #fff;
	}
	#gNav li a:hover {
		color: #002e57;
		border-bottom: 2px solid #002e57;
	}
	#gNav .sub-menu {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -110px;
		width: 220px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	#gNav .sub-menu a {
		padding: 10px;
		display: block;
		border-bottom: none;
		padding: 20px;
		line-height: 1.2em;
	}
	#gNav .sub-menu a:hover:after {
		content: none;
	}
	#gNav .sub-menu li {
		display: block;
		font-size: 16px;
		padding: 0;
		margin: 0;
	}
	#gNav .sub-menu li:last-child {
		border-bottom: none;
	}
	#gNav ul > li:hover {
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#gNav ul > li:hover a,
	#gNav .current-menu-item a,
	#gNav .current-menu-parent a {
		color: #002e57;
	}
	#gNav li:hover ul.sub-menu {
		top: 50px;
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	#gNav li ul li:after {
		content: none;
	}
	#gNav li:hover ul.sub-menu a {
		color: #fff;
	}
	#gNav .sub-menu li a:hover {
		background: #a13d38;
		color: #fff;
	}
	#gNav .contact_btn a:hover {
		color: #fff;
	}
}
@media print, screen and (min-width: 768px) {
	#gNav li a {
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-top: 1.1em;
		padding-bottom: .3em;
	}
	#gNav li.icon a {
		padding-left: 0.1em;
		padding-right: 0.1em;
	}
}
@media print, screen and (min-width: 992px) {
	#gNav li a {
		padding-left: 1.2em;
		padding-right: 1.2em;
	}
	#gNav li.icon a {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}
@media print, screen and (min-width: 1200px) {
	#gNav li a {
		padding-left: 1.2em;
		padding-right: 1.2em;
	}
	#gNav li.icon a {
		padding-left: 0.7em;
		padding-right: 0.7em;
	}
}


/*	/meanmenu	*/

/* main */

main {
	margin-top: 80px;
}

@media screen and (max-width: 1399px) {
	main {
		margin-top: 80px;
	}
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
	main {
		margin-top: 60px;
	}
}
@media screen and (max-width: 567px) {
}

/* footer */

footer {
	background: #002546;
	margin: 0;
	padding: 0;
}

.footer_wrapper {
	display: flex;
	justify-content: space-between;
}
.footer_area {
	padding: 40px 0 0;
	color: #fff;
	width: 35%;
}

.footer_area h1 {
}
.footer_area h1 img {
	width: 80%;
}
.footer_area .company {
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1.3;
}

.footer_menu_area {
	padding: 40px 0 0;
	width: 60%;

	font-size: 1.4rem;
	color: #fff;
}
.footer_menu {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_menu .item {
	width: 100%;
	padding: 0px 5px 10px;
}
@media (max-width: 767px) {
	.footer_menu .item {
		padding: 0px 5px 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}

.footer_menu a:hover {
	opacity: 0.7;
}
.footer_menu ul {
	text-align: right;
}
.footer_menu ul li {
	display: inline-block;
	padding: 0.5em 0;
	margin: 0 5px 10 5px;
	vertical-align: bottom;
	line-height: 1;
	color: #fff;
}
.footer_menu ul li a {
	color: #fff;
	padding: 1em;
	display: inline-block;
}

.footer_menu_area p.copyright {
	text-align: right;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.footer_wrapper {
		flex-wrap: wrap;
	}
	.footer_area {
		padding: 20px 0 10px;
		width: 100%;
	}

	.footer_area h1 {
		text-align: center;
	}
	.footer_area h1 img {
		width: 80%;
		margin: 0 auto;
	}
	.footer_area .company {
		font-size: 1.2rem;
		letter-spacing: 1px;
		text-align: center;
		margin: auto;
		line-height: 1.3;
	}

	.footer_menu_area {
		padding: 0px 0 ;
		width: 100%;

		color: #fff;
	}
	.footer_menu {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer_menu .item {
		padding: 0px 5px 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}

	.footer_menu ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer_menu ul li {
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 1.3rem;
		border-bottom: 1px #fff solid;
		line-height: 1;
		letter-spacing: -0.02em;
		color: #fff;
		width: 48%;
	}
	.footer_menu ul li a {
		padding: .5em 0;
		color: #fff;
		display: block;
	}

	.footer_menu_area p.copyright {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
