@charset "utf-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
	font-size: 16px;
}
body {
	min-width: 1020px;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	color: #414242;
}

@media all and (-ms-high-contrast: none) {
body {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
a {
	color: #414242;
	text-decoration: none;
}
a:hover {
	color: #4072b3;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 767px) {
body {
	min-width: 0;
}
a:hover {
	color: #000000;
}
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 100;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 200;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 300;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: 400;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic";
	font-weight: bold;
	src: local("Yu Gothic Bold");
}

@media (max-width: 767px) {
html.overlay {
	overflow: hidden;
}
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header .hed {
	border-bottom: #c9c9c9 1px solid;
	margin-bottom: 20px;
}
#header .hed h1 {
	font-size: 0.75em;
	padding: 0.8em 0 0 1em;
}
#header .hed .hedLink {
	display: table;
}
#header .hed .hedLink .tel {
	display: table-cell;
	font-size: 0.875em;
	padding-right: 1em;
}
#header .hed .hedLink .tel a {
	font-size: 1.428em;
}
#header .hed .hedLink .btnContact {
	display: table-cell;
}
#header .hed .hedLink .btnContact a {
	display: block;
	background: #4072b3;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	padding: 0.2em 0.5em;
}
#header .hed .hedLink .btnContact a:hover {
	background: #eb8686;
}
#header .header .haderLogo {
	position: relative;
	z-index: 10;
}
#header .header .haderLogo a {
	display: block;
	background: #fff;
	padding: 10px 20px;
}
#header .header .haderLogo a img {
	height: 80px;
}
#header .header .haderLogo.top a img {
	height: 90px;
}
#header .header .headerGnav .gnav li {
	position: relative;
	flex-grow: 1;
	margin-top: 15px;
}
#header .header .headerGnav .gnav li a {
	padding: 0 20px 0;
	font-size: 0.875em;
	font-weight: 700;
}
#header .header .headerGnav .gnav li a:hover {
	color: #4072b3;
}
#header .header .headerGnav .gnav li.current a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	height: 2px;
	background-color: #4072b3;
	width: 50%;
	left: 25%;
}

@media (min-width: 1024px) {
.headerGnav .gnav li a:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 2px;
	background-color: #4072b3;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.headerGnav .gnav li a:hover:after {
	width: 50%;
	left: 25%;
}
.headerGnav .gnav li.current a:after {
	width: 50%;
	left: 25%;
}
}

@media (max-width: 767px) {
#header .hed {
	border-bottom: none;
	margin-bottom: 0;
}
#header .hed h1 {
	font-size: 0.625em;
	padding: 1em 0 0 0.5em;
}
#header .hed .hedLink {
	display: none;
}
#header .header .haderLogo {
	position: relative;
	z-index: 10;
}
#header .header .haderLogo a {
	display: block;
	background: #fff;
	padding: 0px 20px 10px;
}
#header .header .haderLogo a img {
	height: 45px;
}
#header .header .haderLogo.top a img {
	height: 45px;
}
.headerGnav .gnav {
	display: block;
}
#header .header .headerGnav .gnav li {
	text-align: center;
	margin-top: 0;
}
#header .header .headerGnav .gnav li a {
	display: block;
	border-bottom: #fff 1px solid;
	padding: 1.5em 0;
	margin: 0 10px;
	color: #fff;
}
#header .header .headerGnav .gnav li a:hover {
	color: #fff;
}
#header .header .headerGnav .gnav li.current a:after {
	display: none;
}
.headerGnav {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #4072b3;
	z-index: 9999;
}
.headerGnav.open {
	display: block;
	-webkit-animation: show 0.2s linear 0s;
	animation: show 0.2s linear 0s;
}
.headerMenu {
	position: relative;
	width: 44px;
	height: 44px;
	cursor: pointer;
}
.headerMenu .headerMenuBtn {
	position: relative;
}
.headerMenu .headerMenuBtn span {
	display: block;
	position: absolute;
	left: 7px;
	width: 31px;
	height: 4px;
	transition: .35s ease-in-out;
	background: #4072b3;
}
.headerMenu .headerMenuBtn span:nth-child(1) {
	top: 10px;
}
.headerMenu .headerMenuBtn span:nth-child(2) {
	top: 20px;
}
.headerMenu .headerMenuBtn span:nth-child(3) {
	top: 30px;
}
.headerMenu.open .headerMenuBtn span:nth-child(1) {
	top: 20px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.headerMenu.open .headerMenuBtn span:nth-child(2) {
	left: 50%;
	width: 0;
}
.headerMenu.open .headerMenuBtn span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
}
/*----------------------------------------------------
    メイン
----------------------------------------------------*/
#contents .breadcrumb div {
	padding: 0.8em 0 0 420px;
	font-size: 0.875em;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
#contents .breadcrumb div {
	padding: 50px 0 0 0;
	font-size: 0.75em;
	margin-bottom: 30px;
}
}
/*----------------------------------------------------
    フッター
----------------------------------------------------*/
#footer .footerInfoWrap {
	background: #aec4e5;
	padding: 30px 0;
}
#footer .footerContact {
	width: 36%;
	position: relative;
}
#footer .footerTel .ttl {
	font-size: 1.125em;
	margin-bottom: 20px;
}
#footer .footerTel .tel {
	font-size: 2.5em;
	margin-bottom: 40px;
}
#footer .business {
	width: 100%;
	border-collapse: collapse;
	border-bottom: #414242 1px solid;
}
#footer .business th {
	padding-bottom: 15px;
}
#footer .business td {
	padding: 0 5px 15px;
}
#footer .address {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
#map {
	width: 58%;
	height: 360px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer .footerNav {
	background: #4072b3;
	padding: 10px 0;
	text-align: center;
}
#footer .footerNav li {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
#footer .footerNav li::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 1px;
	height: 1em;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}
#footer .footerNav li:first-child::before {
	content: none;
}
#footer .footerNav li a {
	color: #fff;
	font-size: 0.875em;
	margin-right: 1.5em;
}
#footer .footerNav li a:hover {
	color: #eb8686;
}
#footer .footerNav li a .fa {
	margin-right: 0.6em;
}
#footer .footer {
	text-align: center;
	padding: 30px 0 10px;
}
#footer .footer .snsList {
	margin: 15px 0;
}
#footer .footer .snsList li {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1;
}
#footer .footer .snsList a {
	margin: 0 15px;
}
#footer .footer .snsList a:hover {
	color: #4072b3;
}
#footer .footer .copyright {
	font-size: 0.75em;
}

@media (max-width: 767px) {
#footer .footerInfoWrap {
	padding: 30px 0;
}
#footer .footerContact {
	width: 100%;
}
#footer .footerTel .ttl {
	font-size: 1.125em;
	margin-bottom: 10px;
}
#footer .footerTel .tel {
	font-size: 1.5em;
	margin-bottom: 15px;
}
#footer .business th {
	padding-bottom: 7px;
}
#footer .business td {
	padding: 0 5px 7px;
}
#footer .address {
	position: relative;
	text-align: right;
	margin-top: 20px;
}
#map {
	width: 100%;
	height: 150px;
	margin-top: 30px;
}
#footer .footerNav li a:hover {
	color: #fff;
}
#footer .footer {
	text-align: center;
	padding: 20px 0 5px;
}
#footer .footer .footerLogo img {
	height: 45px;
}
#footer .footer .snsList {
	margin: 10px 0;
}
#footer .footer .snsList a {
	margin: 0 10px;
}
#footer .footer .copyright {
	font-size: 0.75em;
}
}
/*----------------------------------------------------
    その他
----------------------------------------------------*/
.container {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.yumin {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast: none) {
.yumin {
	position: relative;
	top: 2px;
}
}

@media (max-width: 767px) {
.container {
	width: 100%;
}
}
 @-webkit-keyframes show {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes show {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
