/*header*/
.header {
	padding-bottom: 40px;
	width: 80%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.site-title{margin:0;padding:0;}
.site-title a{display:block;}
.site-description{font-size:10px;line-height:18px;font-weight:normal;font-style:normal;display:block;margin:0; color:#fff;}
.header_left {
	float: left;
	width: 30%;
}

.header_right {
	float: right;
	width: 70%;
	text-align: right;
}
.heder-contact {
	width: 50%;
	float: right;
	display: flex;
}
.heder-contact a {
	width: 50%;
	float: right;
	padding: 0 0 0 10px;
	display: inline-block;
}

/*トップグローバルナビ*/
#gnav {
	background-color: #fff;
	/* margin-bottom: 15px; */
}
#gnav .container {
	width: 100% !important;
}
.gnav-container ul {
	margin: 10px 0 0;
	padding: 0;
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: flex-end;
	float: right;
}
.gnav-container li {
	padding-left: 10px;
	box-sizing: border-box;
}
.gnav-container li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	font-size: 15px;
	padding: 0 10px;
	letter-spacing: 2px;
}
.gnav-container li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.gnav-container li a:hover::after {
	transform: scale(1, 1);
}
#nav-toggle {
	display: none;
}

/*レスポンシブメニュー*/
#nav-toggle {
    position: fixed;
    top: 30px;
    right: 10px;
    height: 32px;
    cursor: pointer;
}
#nav-toggle div {
    position: relative;
    width: 36px;
  }
#nav-toggle div span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}   
#nav-toggle div span:nth-child(1) {
      top: 0;
    }
#nav-toggle div span:nth-child(2) {
      top: 14px;
    }
#nav-toggle div span:nth-child(3) {
      top: 28px;
    }

#nav-toggle div span:hover span:nth-child(1) {
    top: 4px;
  }
#nav-toggle div span:hover span:nth-child(3) {
    top: 23px;
  }

.open #nav-toggle span {
    background: #333;
}  
.open #nav-toggle span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg);
    }
.open #nav-toggle span:nth-child(2) {
      top: 15px;
      width: 0;
      left: 50%;
    }
.open #nav-toggle span:nth-child(3) {
      top: 15px;
      transform: rotate(-45deg);
    }

#nav-toggle {
    z-index: 1000;
}

#gloval-nav {
    background: rgba(255,255,255,0.8);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav li {
	margin: 0 0 10px;
	line-height: 1; 
}
#gloval-nav a {
	color: #333;
	letter-spacing: 2px;
	font-size:16px;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

@media (max-width:768px){
.breadcrumbs .container { width: 95% !important; margin: 0 auto !important; display: block; }
.widget { padding: 0 !important; }
.header_right{display: none; }
#nav-toggle { display: block; }
}
.headerIn {
	background-color:#fff;
	margin:0 auto 20px;
	width:80%;
}
a.contact-btn {
    background-color: #f7f4ec;
    border-radius: 0.2rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    margin-left:10px;
    margin-right: auto;
    max-width: 260px;
    padding: 5px;
    text-align: center;
}

a.contact-btn span {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #84c1be 0%, #53a7a4 100%) repeat scroll 0 0;
    border-radius: 0.2rem;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.13), 1px 1px 1px 0 rgba(255, 255, 255, 0.75) inset, -1px -1px 0 0 rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0.2rem 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a.contact-btn span:hover {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #53a7a4 0%, #84c1be 100%) repeat scroll 0 0;}

a.contact-btn-side {
    background-color: #f7f4ec;
    border-radius: 0.2rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    margin-left:0px;
    margin-right: auto;
    width: 100%;
    padding: 5px;
    text-align: center;
}

a.contact-btn-side span {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #84c1be 0%, #53a7a4 100%) repeat scroll 0 0;
    border-radius: 0.2rem;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.13), 1px 1px 1px 0 rgba(255, 255, 255, 0.75) inset, -1px -1px 0 0 rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0.2rem 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a.contact-btn-side span:hover {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #53a7a4 0%, #84c1be 100%) repeat scroll 0 0;}

/*breadcrumbs*/
.breadcrumbs{clear:both;padding:15px 0;font-size:11px;line-height:1.4;}
.breadcrumbs a{text-decoration:none;}


/*footer*/
#footer {
	background: #313954 !important;
	background-size: cover;
	padding: 40px 0;
	z-index: 100;
	position: relative;
	margin-top: 50px;
}
.footerBox {
    margin: 0 auto;
    text-align: left;
    max-width: 1200px;
	width: 80%;
	overflow:hidden;
}
.footerBox aside { overflow:hidden;}
.footer_navi { float:left; width:33.333%;}
.footer_navi h2 { 
	color:#fff;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
}
.footer_navi ul { list-style:none; margin: 10px 0 0; }
.footer_navi ul li { padding-bottom: 5px;}
.footer_navi ul li a { color:#fff; font-size:14px;}
.footer_navi ul li a:hover { text-decoration:underline;}
.footer_info {
    border: 1px solid #ccc;
    padding: 10px;
    margin-left:10px;
	overflow: hidden;
}
.footer_info p {
	font-size:12px !important;
	color:#fff !important;
}

.footer_navi ul li .fa { font-size:12px !important;}

.footerBottom{background-color:#000 !important; overflow:hidden; position: relative; z-index: 100; }
#copyright{padding: 20px 0;font-size:11px;line-height:20px; text-align:center; color:#fff;}
#copyright a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
.footer-widget .widget-title{font-weight:bold;font-size:20px;line-height:30px;text-align:center;}
.footer_navi ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
	font-weight: 900;
	padding-right: 5px;
}
@media only screen and (max-width:640px){
#footer{ overflow: hidden; width: 100%; margin: 20px auto 0; }
.footer_navi ul{ margin: 0 0 20px 10px; }
.footer_navi { float: none; width: 100%; }
.header_left { float: none; width: 70%; }
.header { padding-bottom: 20px; }
}


body, div, p, li, dt, dd, th, td {
    color: #333;
    font: 16px/180% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
