.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;
}

.headerTxt_time_sp{
  padding :3px 0 3px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #28284f;
	text-align: right;
  display: none;
}

@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;
  display: none;
}
.headerTxt_time_sp{
  display: block;
  text-align: center; 
}
.header_tel_box {
	justify-content: center;
}
}

/*------- 名取店 ナビ -------*/
.gnavi{
  background : -moz-linear-gradient(50% -0.97% -90deg,rgba(238, 65, 33, 1) 0%,rgba(247, 95, 79, 1) 50%,rgba(234, 47, 33, 1) 50%);
  background : -webkit-linear-gradient(-90deg, rgba(238, 65, 33, 1) 0%, rgba(247, 95, 79, 1) 50%, rgba(234, 47, 33, 1) 50%);
  background : -webkit-gradient(linear,50% -0.97% ,50% 96.75% ,color-stop(0,rgba(238, 65, 33, 1) ),color-stop(0.5,rgba(247, 95, 79, 1) ),color-stop(0.5,rgba(234, 47, 33, 1) ));
  background : -ms-linear-gradient(-90deg, rgba(238, 65, 33, 1) 0%, rgba(247, 95, 79, 1) 50%, rgba(234, 47, 33, 1) 50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE4121', endColorstr='#EA2F21' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(238, 65, 33, 1) 0%, rgba(247, 95, 79, 1) 50%, rgba(234, 47, 33, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE4121',endColorstr='#EA2F21' , GradientType=0);
}
.gnavi ul{
  max-width: 960px;
  margin: 0 auto;
  background:none;
  border-right: 1px solid #B23219;
  box-shadow: 1px 0px 0px #F27259;
}
.gnavi li {
  display: inline-block;
  background:none;
  border-left: 1px solid #B23219;
  box-shadow: -1px 0px 0px #F27259;
}
.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;
}