.header_btn {
  font-size: 0;
	text-align: right;
}
.headerTxt_time {
  padding :10px 0 10px 6px;
  font-size: 13px;
  font-weight: bold;
  color: #28284f;
	text-align: right;
}
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
.header_tel_box a {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 28px;
	color: #1E1E54;
	margin-right: 10px;
}
.header_tel_box a:last-child{
	margin-right: 0px;
}
.header_tel_box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-ms-align-items:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
.headerTxt_time {
	text-align: center;
}
.header_tel_box {
	justify-content: center;
}
}

/*------- 細畑店 ナビ -------*/
.gnavi{
  background : -moz-linear-gradient(50% -0.97% -90deg,rgba(41, 126, 183, 1) 0%,rgba(51, 145, 196, 1) 50%,rgba(0, 130, 175, 1) 50%);
  background : -webkit-linear-gradient(-90deg, rgba(41, 126, 183, 1) 0%, rgba(51, 145, 196, 1) 50%, rgba(0, 130, 175, 1) 50%);
  background : -webkit-gradient(linear,50% -0.97% ,50% 96.75% ,color-stop(0,rgba(41, 126, 183, 1) ),color-stop(0.5,rgba(51, 145, 196, 1) ),color-stop(0.5,rgba(0, 130, 175, 1) ));
  background : -ms-linear-gradient(-90deg, rgba(41, 126, 183, 1) 0%, rgba(51, 145, 196, 1) 50%, rgba(0, 130, 175, 1) 50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#297EB7', endColorstr='#0082AF' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(41, 126, 183, 1) 0%, rgba(51, 145, 196, 1) 50%, rgba(0, 130, 175, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#297EB7',endColorstr='#0082AF' , GradientType=0);
}

.gnavi ul{
  max-width: 960px;
  margin: 0 auto;
  background:none;
  border-right: 1px solid #1F5E89;
  box-shadow: 1px 0px 0px #5F9EC9;
}
.gnavi li {
  display: inline-block;
  background:none;
  border-left: 1px solid #1F5E89;
  box-shadow: -1px 0px 0px #5F9EC9;
}
.gnavi li a {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 22px 26px;
  display: block;
}
.gnavi li .betsumado {
  background: url(../../images/betsumado.svg) no-repeat center/11px;
  padding-left: 20px;
}