/* 202506 */

header {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0 0;
  position: fixed;
  z-index: 999999999;
}

.i_txt01 {
  margin-left: 0.5em !important;
  font-size: 10px !important;
}

.menu {
  margin: 7px 0 0;
}

.menu>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  font-weight: bold;
}

.top_btn_wr ul li:first-child p {
  background: #47B4C5;
  padding: 1em 0;
  font-size: 18px;
}

.top_btn_wr ul li:first-child p::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/i-btnSerach.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 .1em .5em;
}

.top_btn_wr ul li:last-child a {
  background: #EC6513;
  padding: 1em 0;
  font-size: 18px;
}

.top_btn_wr ul li:last-child a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/i-btnOrder.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 .1em .5em;
}


.i_txt01 {
  display: block;
  margin-left: -.2em;
}

.tw_01 {
  font-size: 10px;
  position: relative;
  margin-bottom: 0px;
}

.tw_02 {
  margin-bottom: 0;
}

.tel_no {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.tw_03 {
  font-size: 13px;
}

.top_btn_wr {
  width: 470px;
}

.top_btn_wr ul {
  display: flex;
  justify-content: space-between;
}

.top_btn_wr ul li {
  width: 49%;
  font-size: 18px;
}

.sp-btn {
  z-index: 9999999;
  display: none;
  background-color: #fff;
}

.sp-btn-box ul li{
  align-self: center;
}

.sp-btn-box ul li:first-child p {
  background: #47B4C5;
  padding: .8em .6em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.sp-btn-box ul li:first-child p::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/i-btnSerach.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 .1em .2em;
}

.sp-btn-box ul li:last-child a {
  background: #EC6513;
  padding: .87em .6em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.sp-btn-box ul li:last-child a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/i-btnOrder.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 .1em .2em;
}


.sp-btn-box ul {
  display: flex;
  justify-content: space-around;
}

@media (max-width:768px) {
  .sp-btn {
    display: block;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    bottom: 0;
  }
}