@charset "UTF-8";

li.sns {
	display: flex;
	background: #fff
}

li.sns a {
	width: 50%;
	background: #fff
}

a i.fa-facebook {
	color: #3B5998;
	background: #fff
}

li.sns a i {
	font-size: 30px;
	vertical-align: middle
}

nav.gnav ul li.sns a.sns_icon:hover {
	background: #fff
}

nav.gnav ul li.sns a:hover {
	background: #fff
}

li.sns a:hover {
	background: #fff
}

nav.gnav ul li.sns:hover>a {
	background: #fff
}

.sns_boxsp {
	position: absolute;
	top: 10px;
	right: 40px;
}

.sns_boxsp a {
	margin-right: 10px;
	line-height: 1em
}

.sns_boxsp a i {
	font-size: 30px;
	vertical-align: middle
}

/*footer */
footer .mailForm .txt01 {
	position: relative;
	width: 100%;
	height: auto;
}

footer .mailForm .txt01 p {
	position: absolute;
	top: 37%;
	width: 100%;
	font-size: 20px;
	padding-left: 70px;
	margin-bottom: 0
}

footer .mailForm .txt01 .before {
	position: absolute;
	top: -3px;
	left: 20px;
}

footer .mailForm .txt01 .after {
	position: absolute;
	top: -3px;
	right: 20px;
}

footer .siteMap {
	margin-left: 7vw;
}

footer .siteMap .txt01::before {
	content: "-";
	top: 0;
	left: 0;
	padding-right: 3px;
}

footer .box02 {
	font-size: 12px;
}

footer .box02 span {
	display: inline-block;
}

footer .bgGreen01.box03 {
	width: 100%;
	height: 3px;
}



footer .isms {
	display: inline-block;
	right: 15px;
	width: 160px;
	margin-top: 5px;
}

footer .logo .isms img {
	width: 100%;
}

/*================================================
 *  PC用
 ================================================*/
@media print,
screen and (min-width:769px) {

	/* ヘッダー */
	header {
		position: fixed;
		top: 0;
		width: 100%;
		min-height: 90px;
		background: #FFF;
		z-index: 999;
		border-bottom: solid 1px #b3b3b3;
	}

	header .logo img {
		vertical-align: middle;
	}

	header .navbar,
	header .navbar-header {
		display: flex;
		justify-content: space-between;
	}

	header nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}

	header nav.gnav {
		display: block !important;
	}

	header nav.gnav ul {
		display: flex;
		margin: 0;
		padding: 0;
	}

	header nav.gnav ul li a {
		display: block;
		padding: 5px;
		color: #000;
		font-size: 12px;
		text-decoration: none;
	}

	header nav.gnav ul li a .pcOnly.icon {
		display: block;
		margin-bottom: 4px;
	}

	header nav.gnav ul li.bgGreen01 a {
		color: #fff;
	}

	header nav.gnav ul li:hover {
		color: #000;
		background: #edf9f9;
	}

	header nav.gnav ul li.bgGreen01:hover {
		background: #99dddb;
	}

	header div.tit01 {
		height: 2rem;
		display: table;
		text-align: center;
		margin: 0 auto;
	}

	header div.tit01 .txt01 {
		display: table-cell;
		vertical-align: middle;
	}

	/* 1段目 */
	header nav.gnav>ul>li {
		position: relative;
		width: 7vw;
		max-width: 90px;
		margin: 0;
		text-align: center;
		list-style: none;
		line-height: 1.2em;
		border-left: solid 1px #b3b3b3;
	}

	header nav ul li .icon img {
		width: 5vw;
		height: auto;
		max-width: 46px;
	}

	/* 2段目 */
	header nav.gnav ul li ul {
		display: block;
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 200px;
		margin: 0;
		padding: 0;
	}

	header nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #000;
		transition: .2s;
	}

	header nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #edf9f9;
		font-weight: normal;
	}

	header nav.gnav ul li ul li:hover>a {
		background: #99dddb;
	}

	header nav.gnav ul li:hover>ul>li {
		overflow: visible;
		height: auto;
		line-height: 40px;
		border-bottom: 1px solid #fff;
	}

	header nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}

	header nav.gnav>ul>li:last-child>ul {
		left: -60px;
	}

	header nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}

	header nav.gnav>ul>li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}



	/* フッター */
	footer .mailForm,
	footer .wrapper .box01,
	footer .siteMap {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 100%;
	}

	footer .wrapper {
		max-width: 1175px;
		margin: 0 auto;
	}

	footer .mailForm .img,
	footer .mailForm .txt01 {
		width: 50%;
		height: auto;
		overflow: hidden;
	}

	footer .mailForm .img img{
		width: 100%;
		height: auto;
	}
	footer .siteMap ul {
		font-size: 13px;
		right: 0px;
		text-align: left;
		margin-left: 25px
	}


}


@media screen and (max-width: 1215px) {
	header .logo {
		width: 28vw;
	}

	header .logo a,
	header .logo a img {
		display: block;
		width: 100%;
		height: auto;
	}

	header div.tit01 .txt01 {
		font-size: 0.8vw;
		line-height: 1.3em;
	}

}

/*================================================
 *  タブレット用
 ================================================*/
@media screen and (min-width:769px) and (max-width:900px) {

	/* ヘッダー */
	h1 img {
		width: 25vw;
		height: auto;
	}

	/*	nav.gnav > ul > li {width: 12%;}*/
	header div.tit01 {
		height: 3rem;
	}

	header div.tit01 .txt01 {
		font-size: 1.3vw;
	}

	header div.tit01 .txt01.txtS {
		font-size: 1.1vw;
	}

	/*	span.spOnly.txt {
		display: block;
    display: inline-block;
	}
	header br.pcOnly{display: none;}*/

	/* フッター */
	footer .logo img {
		width: 25vw;
		height: auto;
	}

	footer .siteMap ul {
		font-size: 1.5vw;
		margin-left: 2vw;
	}
}

/*================================================
 *  スマートフォン用
 ================================================*/
@media screen and (max-width:768px) {

	/* ヘッダー */
	header {
		height: 55px;
		position: fixed;
		z-index: 999;
		background-color: #fff;
		width: 100%
	}

	header .logo {
		width: 250px;
	}

	nav.gnav {
		display: none;
	}

	nav.gnav ul {
		margin: 0;
		padding: 0;
	}

	nav.gnav>ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}

	nav.gnav li .icon img {
		width: 4vw;
		height: auto
	}

	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #fff;
		background: #009c93;
	}

	nav.gnav li:first-child {
		border-top: 0;
	}

	nav.gnav li:last-child {
		border-bottom: 0;
	}

	nav.gnav li a {
		display: block;
		padding: 3vw;
		color: #fff;
		text-decoration: none;
	}

	nav.gnav li a:hover {
		color: #fff;
		background: #99dddb;
	}

	nav.gnav ul ul {
		display: block;
		position: relative;
	}

	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 24px;
		text-align: left;
		background: #99dddb;
		color: #000;
	}

	nav.gnav li li {
		border: none
	}

	nav.gnav li li li a {
		padding: 3vw;
	}

	/*
	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
*/
	nav.gnav .subnav>a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #009c93;
	}

	nav.gnav .subnav a:hover:after {
		background: #99dddb;
	}

	nav.gnav .subnav.active>a:before {
		margin-top: 0;
	}

	nav.gnav .subnav.active>a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 12px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #009c93;
	}

	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #edf9f9;
		transition: .2s;
	}

	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #edf9f9;
		transition: 0.3s;
	}

	#navBtnIcon:before {
		margin-top: -6px;
	}

	#navBtnIcon:after {
		margin-top: 4px;
	}

	#navBtn .close {
		background: transparent;
	}

	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}

	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	header div.tit01 .txt01 {
		font-size: 3.65vw;
		line-height: 1.3em;
	}

	/* フッター */
	footer .wrapper {
		padding: 5px;
	}

	footer .mailForm .txt01 p {
		position: relative;
		width: 100%;
		height: 10vw;
		font-size: 5vw;
		padding: 1vw;
		padding-left: 18vw;
	}

	footer .mailForm .txt01 .before {
		position: absolute;
		top: -1px;
		left: 5vw;
		width: 10vw;
	}

	footer .mailForm .txt01 .after {
		position: absolute;
		top: -3px;
		width: 18vw;
		right: 20px;
	}

	footer .siteMap {
		margin: 6%;
		font-size: 14px;
	}

	.isms {
		display: inline-block;
		position: relative;
		margin: auto;
		padding: 0 0 15px;
		top: 0;
		right: 0;
		width: 250px;
		margin-top: 20px;
	}

}


