@charset "utf-8";
/* CSS Document */
.global-nav {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 74px;
	background-color: #fff;
	transition: all .6s;
	z-index: 10000;
	overflow-y: auto;
	box-sizing: border-box;
}
.hamburger {
	position: fixed;
	right: 0;
	top: 0;
	width: 64px;
	height: 64px;
	cursor: pointer;
	z-index: 10001;
	background-color: #2F712D;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: left;
	padding: 0px 14px;
	display: block;
	line-height: normal;
	font-weight: 500;
}
.global-nav__item li {
	list-style-type: none;
}
.global-nav__item.nl {
	padding: 8px 15px;
	border-bottom: 1px solid #eee;
}
.global-nav__item .nl {
	display: none;
}
.global-nav__item a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #000;
	line-height: 1.375;
}
.global-nav__item a .fs-s {
	font-size: .85rem;
	font-weight: 400;
}
.global-nav__item a:hover {
	background-color: #eee;
    opacity: 1;
    filter: alpha(opacity=100);
}
.hamburger__line {
    position: absolute;
    left: 18px;
    width: 28px;
    height: 2px;
    background-color: #FFF;
    transition: all .6s;
}
.hamburger__line--1 {
	top: 20px;
}
.hamburger__line--2 {
	top: 31px;
}
.hamburger__line--3 {
	top: 42px;
}
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); /* IE8以下*/
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}
.m-tx {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.08em;
	color: #FFF;
}
.close-tx {
	display: none;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}
.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 32px;
}
.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 32px;
}
.nav-open .open-tx {
	display: none;
}
.nav-open .close-tx {
	display: block;
}
.no-page {
	pointer-events: none;	
}
.global-nav__item.bb-no a {
	border-bottom: none;
}
.global-nav__item.aki a {
	padding: 2px 14px;
}
.global-nav__item.fac.aki.aki-last {
	margin-bottom: 5px;
}
.global-nav__item.staff a {
	border-top: 1px solid #eee;
}
@media screen and (min-width:1025px){
	.hamburger {
		display: none;
	}
	.global-nav {
		position: static;
		right: 0;
		left: 0;
		margin: auto;
		width: auto;
		height: inherit;
		padding-top: 0;
		background-color: transparent;
		overflow-y: inherit;
	}
	.global-nav__item {
		padding: 0;
		line-height: 1;
		font-size: 1.125rem;
		font-weight: 400;
		border-bottom: 1px dotted #666;
	}
	.global-nav__item:last-child {
		border-bottom: none;
	}
	.global-nav__item a {
		border-bottom: none;
		box-sizing: border-box;
		padding: 15px 10px 15px 34px;
		font-size: 1rem;
		position: relative;
		color: #360000;
	}
	.global-nav__item a::before {
		width: 15px;
		height: 15px;
		position: absolute;
		top: 17px;
		left: 8px;
		content: '';
		background-color: #660705;
		border-radius: 50vh;
	}
	.global-nav__item a::after {
		z-index: 2;
		position: absolute;
		left: 12px;
		top: 21px;
		content: '';
		color: #FFF;
		width: 7px;
		height: 7px;
		background-image: url(../images/nav-arrow-white.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.global-nav__item.fac a {
		color: #222;
		padding: 10px 10px 10px 28px;
		letter-spacing: normal;
	}
	.global-nav__item.fac a .fs-s {
		font-size: .8rem;
		display: inline-block;
		line-height: 1;
		margin-bottom: 3px;
	}
	.global-nav__item.fac a::before {
		width: 11px;
		height: 11px;
	}
	.global-nav__item.fac a::after {
		content: '';
		width: 3px;
		height: 3px;
		border: 0;
		border-bottom: solid 1px #FFF;
		border-right: solid 1px #FFF;
		position: absolute;
		top: 20px;
		left: 11px;
		transform: rotate(-45deg);
		background-image: none;
	}
	.global-nav__item a:hover {
		color: #666;
		background-color: transparent;
		opacity: 1;
	}
	.global-nav__list,.nav-contact {
		border: 3px solid #BCDD64;
		border-width: 3px 0;
		background-color: #FFF;
	}
	.global-nav__item.sawa a {
		padding-bottom: 4px;	
	}
	.global-nav__item.bb-no {
		border-bottom: none;
	}
	.global-nav__item.aki a {
		padding: 0 8px 12px 28px;
	}
	.global-nav__item.aki a::before {
		top: 6px;
	}
	.global-nav__item.aki a::after {
		top: 9px;
	}
	.global-nav__list.second-nav {
		margin-top: 5px;
		border-width: 0;
		background-color: transparent;
	}
	.global-nav__list.second-nav .global-nav__item {
		border: none;
		margin: 5px 0;
		background-color: #FFF;
	}
	.global-nav__list.second-nav .global-nav__item a {
		font-size: .9rem;
	}
	.global-nav__list.second-nav .global-nav__item a::before {
		top: 15px;
	}
	.global-nav__list.second-nav .global-nav__item a::after {
		top: 18px;
	}
	.nav-contact {
		margin-top: 5px;
	}
	.nav-contact .title {
		text-align: left;
		padding: 10px 10px 10px 34px;
		font-size: 1.1rem;
		position: relative;
		border-bottom: 1px dotted #666;
	}
	.nav-contact .title::before {
		width: 15px;
		height: 15px;
		position: absolute;
		top: 19px;
		left: 8px;
		content: '';
		background-color: #660705;
		border-radius: 50vh;
	}
	.nav-contact .title::after {
		z-index: 2;
		position: absolute;
		left: 12px;
		top: 23px;
		content: '';
		color: #FFF;
		width: 7px;
		height: 7px;
		background-image: url(../images/nav-arrow-white.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.nav-contact p {
		text-align: left;
		font-size: .85rem;
		line-height: 1.5;
		padding: 6px 8px;
	}
	.nav-contact .btn-mail {
		margin: 0;
		padding: 0 8px 10px 8px;
		box-sizing: border-box;
		text-align: left;
	}
	.nav-contact .btn-mail a {
		background-color: #CCC;
		display: inline-block;
		box-sizing: border-box;
		padding: 5px 24px 5px 12px;
		text-align: left;
		outline: 1px solid #FFF;
		outline-offset: -3px;
		text-decoration: none;
		font-size: .8rem;
		color: #000;
		border-radius: 5px;
	}
	.nav-contact .btn-mail a span {
		position: relative;
		width: 22px;
		height: 16px;
		display: inline-block;
		margin-right: 10px;
	}
	.nav-contact .btn-mail a span::before {
		position: absolute;
		left: 0;
		top: 2px;
		content: '';
		width: 22px;
		height: 16px;
		background-image: url(../images/icon-mail01.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.head-btn {
		transition: all .6s;
		position: fixed;
		top: -1px;
		right: 0;
		left: 0;
		margin: auto;
		text-align: right;
		max-width: 960px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.head-btn.fixed {
		display: none;
		transition: all .6s;
	}
	.head-btn ul {
		display: flex;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.head-btn ul li {
		line-height: 1;
		margin: 0 7px;
		border-radius: 0 0 8px 8px;
		list-style-type: none;
	}
	.head-btn ul li a {
		text-align: center;
		text-decoration: none;
		color: #FFF;
		background-color: #17A3F2;
		font-size: .8rem;
		letter-spacing: 0.08em;
		line-height: 1;
		box-sizing: border-box;
		padding: 45px 18px 5px 18px;
		display: block;
		border-radius: 0 0 8px 8px;
		outline: 1px solid #FFF;
		outline-offset: -1px;
		position: relative;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	}
	.head-btn ul li.i-home a::before,.head-btn ul li.i-mail a::before,.head-btn ul li.i-link a::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 5px;
		margin: auto;
		content: '';
		width: 44px;
		height: 33px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.head-btn ul li.i-home a::before {
		background-image: url(../images/head-icon-home.png);
	}
	.head-btn ul li.i-mail a::before {
		background-image: url(../images/head-icon-mail.png);
	}
	.head-btn ul li.i-link a::before {
		background-image: url(../images/head-icon-link.png);
	}
	.global-nav__item.staff a {
		border-top: 1px dotted #666;
	}
}
@media screen and (max-width:1024px){
	.nav-contact {
		margin: 20px 14px;
		border: 1px solid #EEE;
	}
	.nav-contact .title {
		margin: 5px;
		background-color: #E8F3BE;
		padding: 5px;
		font-weight: 500;
	}
	.nav-contact p {
		font-size: .85rem;
		line-height: 1.375;
		padding: 5px 10px;
	}
	.nav-contact .btn-mail {
		margin: 0 auto;
		padding: 0 8px 10px 8px;
		box-sizing: border-box;
		text-align: center;
	}
	.nav-contact .btn-mail a {
		background-color: #CCC;
		display: inline-block;
		box-sizing: border-box;
		padding: 5px 24px 5px 12px;
		text-align: left;
		outline: 1px solid #FFF;
		outline-offset: -3px;
		text-decoration: none;
		font-size: .8rem;
		color: #000;
		border-radius: 5px;
	}
	.nav-contact .btn-mail a span {
		position: relative;
		width: 22px;
		height: 16px;
		display: inline-block;
		margin-right: 10px;
	}
	.nav-contact .btn-mail a span::before {
		position: absolute;
		left: 0;
		top: 2px;
		content: '';
		width: 22px;
		height: 16px;
		background-image: url(../images/icon-mail01.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.head-btn ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		max-width: 300px;
		list-style-type: none;
		padding: 0 0 30px 0;
	}
	.head-btn ul li {
		width: 50px;
		margin: 0 10px;
		list-style-type: none;
	}
	.head-btn ul li a {
		background-color: #17A0F1;
		width: 50px;
		height: 50px;
		border-radius: 50vh;
		display: block;
		text-decoration: none;
		color: #FFF;
		font-size: .65rem;
		padding: 28px 0 0 0;
		line-height: 1;
		overflow: hidden;
		box-sizing: border-box;
		position: relative;
	}
	.head-btn ul li a::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 7px;
		content: '';
		margin: auto;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 24px;
		height: 18px;
	}
	.head-btn ul li.i-home a::before {
		background-image: url(../images/head-icon-home.png);
	}
	.head-btn ul li.i-mail a::before {
		background-image: url(../images/head-icon-mail.png);
	}
	.head-btn ul li.i-link a::before {
		background-image: url(../images/head-icon-link.png);
	}
}
@media screen and (max-width:640px){
	.hamburger {
		width: 64px;
		height: 64px;
	}
	.hamburger__line {
		left: 16px;
		width: 32px;
		height: 4px;
	}
	.global-nav {
		right: -100%;
		width: 100%;
	}
}
