@charset "utf-8";

header {
	height: 130px;
	position: relative;
	z-index: 9999;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	background: #fff;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.logo {
	display: flex;
	align-items: center;
	margin-left: 24px;
}

.pc-nav {
	width: 100%;
	max-width: 824px;
}

.top-nav {
	background: #008377;
	border-radius: 0 0 0 50px;
	height: 48px;
	padding: 0 27px 0 35px;
}

.top-nav-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	line-height: 21px;
}

.top-nav-list li {
	border-left: 1px solid #fff;
	letter-spacing: -0.8px;
	padding-left: 9px;
}

.top-nav-list li:first-child {
	border-left: none;
	padding-left: 0;
}

.top-nav-list li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}

.btm-nav {
	width: 100%;
	height: 82px;
	margin: 0 auto;
	padding: 0 12px 0 37px;
}

.btm-nav-list {
	display: flex;	
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.btm-nav-list li a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	letter-spacing : 0.84px;
}

/*fontsizeChange*/
ul.fontSize{
margin-top: -10px;
}

.fontSize li.infoText{
font-size: 10px;
}

.fontSize li{
	display: block;
  margin-bottom: 2px;
  width: 50px;
}

.fontSize li a {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
  border: 1px solid #008377;
  border-radius: 3px;
  margin-bottom: 2px;
}

 #search {
  width: 207px;
	height: 30px;
	position: relative;
} 

 #search td.gsc-search-button {	
  width: 30px;
	height: 30px;
	}


/* #search {
	background: #fff;
	border: 2px solid #008377;
	box-sizing: border-box;
	width: 207px;
	height: 30px;
	position: relative;
} */

/* #search .search-box {
	display: block;
	font-size: 1.5rem;
	width: 100%;
	height: 100%;
	padding: 3px 28px 3px 5px;
} */

/* #search .search-btn img {
	display: block;
	position: absolute;
	top: 2px;
	right: 3px;
} */


/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
	header {
		height: 54.5px;
	}

	.logo {
		margin-left: 10px;
	}

	.logo img {
		width: 55px;
	}

	/* ハンバーガーメニュー */
	nav.global-menu {
		background: #fff;
		width: 100%;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transform: translateY(-100%);
		transition: all 0.6s;
	}

	nav.global-menu ul {
		display: flex;
		flex-direction: column;
		width: 100%;
    opacity: 0.8;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
	}

	nav.global-menu ul li:nth-child(2) {
		border-top: none;
	}

	nav.global-menu ul li:nth-child(n + 2) {
		background: url(../images/arw01.png) no-repeat 96% center;
		background-size: 5px;
		border-top: 1px solid #008077;
		height: 30px;
		line-height: 30px;
		z-index: 1;
	}

	nav.global-menu ul li a {
		display: block;
		font-size: 1.4rem;
		text-indent: 13.5px;
		width: 100%;
	}

	nav.global-menu ul.sp-menu {
		margin-top: 20px;
	}

	nav.global-menu ul.sp-menu li {
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #fc867a;
		font-size: 1.1em;
		width: 48.5%;
		height: 72.5px;
	}

	nav.global-menu ul.sp-menu li:nth-child(even) {
		margin-left: 10px;
	}

	nav.global-menu ul.sp-menu li:nth-last-child(2) {
		border-bottom: 1px solid #fc867a;
	}

	nav.global-menu ul.sp-menu li:last-child {
		border-bottom: 1px solid #fc867a;
	}

	nav.global-menu ul.sp-menu li a {
		display: block;
		color: #000;
		font-size: 1.5rem;
		letter-spacing: 0;
		width: 100%;
		height: 100%;
		padding: 15px 0 20px;
	}

	nav.global-menu ul.sp-menu li a span {
		display: block;
		color: #fd867a;
		font-size: 1.2rem;
		letter-spacing: 1px;
		margin-top: 0;
	}

	nav.global-menu.active {
		min-height: 325px;
		transform: translateY(16%);
	}

	.nav-toggle {
		display: block;
		text-align: center;
		width: 27px;
		height: 23px;
		position: absolute;
		top: 16.5px;
		right: 15px;
		z-index: 3;
		cursor: pointer;
	}

	.nav-toggle.active {
		background: #008377;
		width: 27px;
		height: 27px;
	}

	.nav-toggle span {
		display: block;
		border-bottom: solid 1px #008377;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		width: 27px;
		position: absolute;
		left: 0;
	}

	.nav-toggle span:nth-child(1) {
		top: 0;
	}

	.nav-toggle span:nth-child(2) {
		top: 10px;
	}

	.nav-toggle span:nth-child(3) {
		top: 20px;
	}

	.nav-toggle.active span {
		border-color: #fff;
	}

	.nav-toggle.active span:nth-child(1) {
		width: 11px;
		top: 13px;
		left: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-toggle.active span:nth-child(2),
	.nav-toggle.active span:nth-child(3) {
		width: 11px;
		top: 13px;
		left: 8px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.nav-toggle.active span:nth-child(4) {
		display: none;
	}
  
	/* //ハンバーガーメニュー */
	.search-area {
		height: 55px;
		/*display: flex;
		justify-content: space-between;
		align-content: center;
		width: 100%;
		line-height: 55px;*/
		position: relative;
	}
  	.search-area span{
    display: block;
    margin-right: 10px;
    }
	.search-area:before {
		content: "";
		border-bottom: 2.5px solid #F78D52;
		display: block;
		width: 100%;
		height: 2.5px;
		position: absolute;
		bottom: 5px;
	}
	.search-area:after {
		content: "";
		border-bottom: 5px solid #008377;
		display: block;
		width: 100%;
		height: 5px;
		position: absolute;
		bottom: 0;
	}
	.search-txt {
		font-size: 0.95rem;
		margin-left: 13.5px;
	}

	/*20190219*/
.gsc-input-box{
	margin-top: 10px;
	/*margin-top: -10px;
	height: 35px !important;
	width: 300px;*/
	margin-left: 10px;
	position: relative;
	}

td.gsc-input{
}

.gsc-search-button-v2{
  width: 40px !important;
  height: 30px !important;
  margin-top: 10px;
}
.gsc-search-button svg{
  position: relative;
  /*top:-13px;*/
  left:-5px;
}
	
}/*end*/
