.header-tel a{
	position: relative;
	font-weight: 700 !important;
}
.header-tel a:before{
	content: "\260E ";
	color: green;
	font-size: 26px;
}
.header-tel span{
	font-size: 24px;
	font-weight: bold;
}
.header-tel a:after{
	content:"9:00-19:00/年中無休";
	font-size: 12px;
	color: #3f3f3f;
	position: absolute;
	left: 40px;
	font-weight: 400;
	top: -20px;
}
.header-tel .phone-icon{
	color: green;
}

.navc{
    display: flex;
}
.add_btn{
    display: flex;
    gap: 10px;
}

/* Buttons */
.header-buttons {
  display: flex;
  padding-block: 20px;
}

.header-buttons .btnc {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-inline: 10px;
}

.btn-mail {
  background: #2f7fdc;
  border-radius: 5px 0 0 5px;
}

.btn-line {
  background: #06c755;
  border-radius: 0 5px 5px 0;
}

.line:before{
    content: "@";
    margin-right: 10px;
    font-size: 28px;
    color: #fff;
    border: #fff solid 2px;
    border-radius: 5px;
    padding: 3px;
}
.mail:before{
    content: "\2709";
    margin-right: 10px;
    font-size: 28px;
    color: #fff;
    border: #fff solid 2px;
    border-radius: 5px;
    padding: 3px;
}
.mail{
    padding-block:0;
}
.btn-text{
    padding-bottom: 20px;
    position: relative;
    padding-right: 22px;
}
.btn-text::after{
    content: "予 約";
    position: absolute;
    left: 0px;
    top: 18px;
}
.btn-textli{
    padding-bottom: 20px;
    position: relative;
    padding-right: 22px;
}

@media screen and (max-width: 1250px) {
    .header-tel{
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .navc{
        display: none;
    }
}