.txt_center {
  text-align: center;
}

#sec1 {
  position: relative;
  padding: 15vw 0;
}
#sec1 .txt {
  padding: 5vw 0;
}
#sec1 .list {
  border-bottom: 1px solid #e5e2dd;
  padding: 10vw 0;
  flex-wrap: wrap;
  gap: 5vw 0;
  justify-content: space-between;
}
#sec1 .list li {
  background: url(../img/takeout/sec1_shape.png) no-repeat center 0/100%;
  width: 48%;
  color: #fff;
  font-size: 4.2vw;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10vw 0;
  box-sizing: border-box;
  letter-spacing: 0;
}
#sec1 .list li:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 123px 20px 20px;
  }
  #sec1 .wrap {
    max-width: 1280px;
  }
  #sec1 .lead {
    display: flex;
    justify-content: space-between;
    padding-bottom: 92px;
  }
  #sec1 .lead .photo {
    width: 50%;
    height: 830px;
    order: -1;
  }
  #sec1 .lead .info {
    width: 520px;
    text-align: center;
    padding: 80px 0 0;
  }
  #sec1 .txt {
    padding: 78px 0 0;
    font-size: 17px;
    line-height: 34px;
  }
  #sec1 .list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 115px;
    gap: 0 0;
  }
  #sec1 .list li {
    max-width: 372px;
    width: calc((100% - 84px) / 3);
    font-size: 25px;
    padding: 99px 0 0;
    height: 233px;
    margin: 92px 0 0;
    letter-spacing: 0.16em;
  }
  #sec1 .list li:nth-child(2) {
    margin-top: 0;
  }
  #sec1 .list li:last-child {
    margin: 92px 0 0;
  }
}

.h2-tt {
  font-size: 5.5vw;
  padding: 5vw 0;
}
.h2-tt span {
  font-size: 6.3vw;
  letter-spacing: 0.16em;
}

.course-shared {
  position: relative;
  border: 1px solid #d2cdc6;
  padding: 1px 30px 20px;
  margin-top: 10vw;
}
.course-shared dt {
  margin: -15px 0 12px -10px;
}
.course-shared dt span {
  background: url(../img/shared/pt1.jpg);
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-size: 16px;
}

.menu-shared {
  padding: 10vw 0 15vw;
}
.menu-shared0{
  padding: 10vw 0 0;
}
.menu-shared .price {
  font-size: 5vw;
  padding-bottom: 5vw;
}
.menu-shared .price span {
  font-size: 5.5vw;
  letter-spacing: 0.16em;
}
.menu-shared .txt p:not(:last-child) {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .h2-tt {
    font-size: 25px;
    padding: 0px 0 33px;
    letter-spacing: 0.16em;
  }
  .h2-tt span {
    font-size: 33px;
  }
  .course-shared {
    padding: 1px 43px 50px;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .course-shared dt {
    margin: -17px 0 26px -16px;
  }
  .course-shared dt span {
    padding: 0 15px;
    font-size: 19px;
  }
  .menu-shared {
    padding: 0px 0 0;
  }
  .menu-shared .price {
    font-size: 19px;
    padding-bottom: 18px;
  }
  .menu-shared .price span {
    font-size: 25px;
  }
  .menu-shared .txt p:not(:last-child) {
    padding-bottom: 32px;
  }
}
#sec2 {
  padding: 10vw 0;
}
#sec2 h2 {
  font-size: 4.7vw;
  padding-bottom: 5vw;
}
#sec2 .lead {
  padding-top: 10vw;
}
#sec2 .lead .list {
  padding: 10vw 0;
}
#sec2 .lead .list h3 {
  text-align: center;
  background: url(../img/takeout/h_deco.png) no-repeat center 0/25%;
  padding: 10vw 0 10vw;
}
#sec2 .lead .list dl {
  display: flex;
  justify-content: center;
  font-size: 15px;
}
#sec2 .lead .list dl span {
  font-size: 19px;
  letter-spacing: 0.16em;
}
#sec2 .lead .list dl dt {
  width: 60px;
}
#sec2 .lead .list dl dd {
      text-align: right;
    width: 7em;
}
#sec2 .group .photo_list {
  justify-content: space-between;
  padding-bottom: 7vw;
  position: relative;
  z-index: 1;
  margin-bottom: 5vw;
}
#sec2 .group .photo_list::before {
  content: "";
  background: url(../img/shared/pt2.jpg) 0 0;
  position: absolute;
  left: -5vw;
  top: 10vw;
  bottom: 0vw;
  width: 24vw;
  z-index: -1;
}
#sec2 .group .photo_list li {
  width: 48%;
}
#sec2 .group .photo_list li:nth-child(2) {
  margin-top: 15vw;
}

@media screen and (max-width: 767px) {
  #sec2 .lead .list dl {
    margin: 0 10vw;
  }
  #sec2 .lead .list dl dt {
    width: 20%;
  }
  #sec2 .lead .list dl dd {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 102px 20px;
  }
  #sec2 .wrap {
    max-width: 1500px;
  }
  #sec2 h2 {
    font-size: 21px;
    padding-bottom: 27px;
  }
  #sec2 .lead {
    padding: 92px 0 63px;
    display: flex;
    justify-content: flex-end;
    gap: 68px;
  }
  #sec2 .lead .list {
    padding: 81px 0 0;
    order: -1;
    width: 470px;
  }
  #sec2 .lead .list h3 {
    background-size: auto;
    padding: 81px 0 55px;
    letter-spacing: 0.16em;
  }
  #sec2 .lead .list dl {
    font-size: 17px;
    padding: 0 0 3px 32px;
  }
  #sec2 .lead .list dl span {
    font-size: 22px;
  }
  #sec2 .lead .list dl dt {
    width: 89px;
  }
  #sec2 .lead .list dl dd {
    text-align: left;
    width:230px;
  }
  #sec2 .lead .photo {
    width: calc(50% + 70px);
    height: 586px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #sec2 .lead {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .group {
    position: relative;
    min-height: 620px;
  }
  #sec2 .group .photo_list {
    position: absolute;
    top: -85px;
    left: auto;
    right: calc(50% + 10px);
    display: block;
    padding-bottom: 131px;
    margin-bottom: 0;
    max-width: 590px;
    width: 50%;
  }
  #sec2 .group .photo_list::before {
    left: -35vw;
    top: 100px;
    bottom: 0;
    width: auto;
    right: 210px;
  }
  #sec2 .group .photo_list li {
    width: auto;
  }
  #sec2 .group .photo_list li:nth-child(2) {
    text-align: right;
    margin-top: 44px;
  }
  #sec2 .group .txt {
    margin-left: calc(50% - 26px);
    max-width: 582px;
    padding-bottom: 140px;
  }
  #sec2 .group .course-shared {
    width: 340px;
    margin: 0 0 0 calc(50% + 131px);
  }
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 0 20px 75px;
  }
  #sec3 .wrap {
    max-width: 1340px;
  }
  #sec3 .menu-shared {
    position: relative;
  }
  #sec3 .menu-shared .info {
    width: 390px;
    margin-left: calc(50% - 571px);
    padding: 145px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  #sec3 .menu-shared .info {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .menu-shared .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 80px);
    height: 522px;
  }
  #sec3 .course-shared {
    margin: -21px 0 0 50%;
    width: 404px;
  }
  #sec3 .course-shared dd {
    display: flex;
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 20px 136px;
  }
  #sec4 .wrap {
    max-width: 1500px;
  }
  #sec4 .menu-shared {
    position: relative;
    padding-left: calc(50% + 138px);
  }
  #sec4 .menu-shared .info {
    max-width: 390px;
    padding: 34px 0 48px;
  }
  #sec4 .menu-shared .photo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50% + 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sec4 .menu-shared {
    padding-left: calc(50% + 80px);
  }
}

#sec5 {
  padding: 15vw 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
#sec5:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../img/takeout/sec5_bg_sp.jpg) no-repeat 0 0/100%, url(../img/shared/pt3.jpg);
}
#sec5 .lead {
  padding-bottom: 10vw;
}
#sec5 .lead .photo {
  position: relative;
  padding: 0 0 20px;
}
#sec5 .lead .photo dd {
  text-align: right;
  padding-top: 5px;
}
#sec5 .course .toggle {
  position: relative;
}
#sec5 .course .toggle .toggle-link {
  border-top: 1px solid #4b3c28;
  font-size: 19px;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding: 10px 0;
  position: relative;
}
#sec5 .course .toggle .toggle-link:before {
  content: "";
  width: 15px;
  border-top: 1px solid;
  position: absolute;
  right: 10px;
  top: 50%;
}
#sec5 .course .toggle .toggle-link:after {
  content: "";
  height: 15px;
  border-left: 1px solid;
  position: absolute;
  right: 17px;
  top: calc(50% - 7px);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#sec5 .course .toggle .toggle-link dd {
  font-size: 14px;
}
#sec5 .course .toggle .toggle-link dd span {
  font-size: 16px;
}
#sec5 .course .toggle .toggle-link .sub {
  padding-left: 42px;
  background: url(../img/takeout/sec5_deco_sp.png) no-repeat 0 37px/34px;
}
#sec5 .course .toggle .toggle-link .sub .tit {
  font-size: 12px;
  position: relative;
  padding: 0 15px;
  display: inline-block;
  margin: 0 0 0 -14px;
}
#sec5 .course .toggle .toggle-link .sub .tit:before, #sec5 .course .toggle .toggle-link .sub .tit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  border-left: 1px solid;
  transform: rotate(-32deg);
}
#sec5 .course .toggle .toggle-link .sub .tit:after {
  left: auto;
  right: 0;
  transform: rotate(32deg);
}
#sec5 .course .toggle.active .toggle-link:after {
  transform: rotate(90deg);
}
#sec5 .course .toggle-main {
  border-top: 1px solid #fff;
}
#sec5 .course .toggle-main ul {
  padding: 20px 0;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 767px) {
#sec5 .course .toggle .toggle-link{
      flex-flow: wrap;
          gap: 0;
  }
#sec5 .course .toggle .toggle-link dt ,
  #sec5 .course .toggle .toggle-link dd{
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 120px 20px 125px;
  }
  #sec5:before {
    background: url(../img/takeout/sec5_bg.jpg) no-repeat 0 0, url(../img/shared/pt3.jpg);
    right: calc(50% - 675px);
  }
  #sec5 .wrap {
    max-width: 1500px;
  }
  #sec5 .lead {
    padding: 0;
    position: relative;
    min-height: 522px;
    box-sizing: border-box;
    margin-bottom: 137px;
  }
  #sec5 .lead .photo {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    left: calc(50% - 80px);
    margin-right: calc(50% - 50vw);
  }
  #sec5 .lead .photo dt {
    height: 522px;
  }
  #sec5 .lead .photo dd {
    text-align: left;
    padding-top: 0;
    position: absolute;
    left: 21px;
    bottom: 8px;
    z-index: 1;
    right: 0;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  #sec5 .lead .h2-tt {
    text-align: left;
    padding-bottom: 42px;
    letter-spacing: 0.16em;
  }
  #sec5 .lead .info {
    position: static;
    padding: 82px 0 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  #sec5 .lead .info .txt {
    max-width: 361px;
  }
  #sec5 .course {
    display: flex;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: flex-end;
  }
  #sec5 .course .toggle {
    border: 1px solid #4b3c28;
    position: relative;
    width: calc((100% - 60px) / 4);
    padding: 47px 20px 20px;
    min-height: 428px;
    box-sizing: border-box;
  }
  #sec5 .course .toggle .toggle-link {
    pointer-events: none;
    border-top: none;
    font-size: 21px;
    display: block;
    text-align: center;
    padding: 0px 0 23px;
    border-bottom: 1px solid #d2cdc6;
    margin: 0 auto;
    width: 194px;
    letter-spacing: 0.16em;
  }
  #sec5 .course .toggle .toggle-link:before {
    display: none;
  }
  #sec5 .course .toggle .toggle-link:after {
    display: none;
  }
  #sec5 .course .toggle .toggle-link dd {
    font-size: 15px;
    padding: 19px 0 0;
  }
  #sec5 .course .toggle .toggle-link dd span {
    font-size: 19px;
  }
  #sec5 .course .toggle .toggle-link .sub {
    padding: 54px 0 0;
    background: url(../img/takeout/sec5_deco.png) no-repeat center 0;
    position: relative;
    margin: -55px 0 0;
  }
  #sec5 .course .toggle .toggle-link .sub .tit {
    font-size: 15px;
    padding: 0;
    display: inline-block;
    margin: 0 0;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
  }
  #sec5 .course .toggle .toggle-link .sub .tit:before, #sec5 .course .toggle .toggle-link .sub .tit:after {
    left: -18px;
    top: 5px;
    bottom: 5px;
  }
  #sec5 .course .toggle .toggle-link .sub .tit:after {
    left: auto;
    right: -18px;
  }
  #sec5 .course .toggle:nth-child(1) {
    min-height: 340px;
  }
  #sec5 .course .toggle-main {
    border-top: none;
    display: block !important;
    text-align: center;
  }
  #sec5 .course .toggle-main ul {
    padding: 27px 0 0;
    display: inline-block;
    gap: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
  }
}

#sec6 {
  padding: 15vw 0 0;
}
#sec6 h2 {
  background: url(../img/takeout/h_deco.png) no-repeat center 0/25%;
  padding: 10vw 0 0;
}
#sec6 .group {
  padding: 10vw 0;
}
#sec6 .group .step {
  padding: 5vw 5%;
  position: relative;
}
#sec6 .group .step h3 {
  text-align: center;
  padding: 10vw 0 1vw;
  position: relative;
  font-size: 5vw;
}
#sec6 .group .step h3 .fnt-gil {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.05em;
  font-size: 10vw;
}
@media screen and (max-width: 767px) {
  #sec6 .group .step h3 .fnt-gil::after {
    content: "";
    background: #1e1b16;
    width: 120%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    position: absolute;
  }
}
#sec6 .group .step h3 .fnt-gil span {
  font-size: 4.4vw;
}
#sec6 .group .step h3.ext {
  padding-bottom: 20px;
}
#sec6 .group .step .ico {
  width: 56%;
  margin: 0 auto -8vw;
  position: relative;
  z-index: 1;
}
#sec6 .group .step .info {
  background-color: #f6f0e8;
  padding: 10% 5%;
  text-align: center;
}
#sec6 .group .step .info .tel {
  padding-bottom: 10px;
}
#sec6 .group .step .info .tel .t {
  display: inline-block;
  position: relative;
}
#sec6 .group .step .info .tel .t:before, #sec6 .group .step .info .tel .t:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  bottom: 5px;
  border-left: 1px solid;
  transform: rotate(-32deg);
}
#sec6 .group .step .info .tel .t:after {
  left: auto;
  right: -15px;
  transform: rotate(32deg);
}
#sec6 .group .step .info .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  gap: 3px;
}
#sec6 .group .step .info .tel .num img {
  width: 15px;
  height: auto;
}
#sec6 .group .step .info p span {
  font-weight: 700;
}
#sec6 .group .step .info p:not(:last-child) {
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 121px 20px 125px;
  }
  #sec6 h2 {
    background-size: auto;
    padding: 54px 0 0;
  }
  #sec6 .group {
    padding: 36px 0 0;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
  #sec6 .group .step {
    padding: 0px;
    max-width: 260px;
    width: 24%;
  }
  #sec6 .group .step h3 {
    padding: 0px 0 28px;
    position: relative;
    font-size: 21px;
    letter-spacing: 0.16em;
  }
  #sec6 .group .step h3 .fnt-gil {
    display: block;
    position: static;
    font-size: 43px;
    padding-bottom: 0;
    margin-bottom: 21px;
    position: relative;
  }
  #sec6 .group .step h3 .fnt-gil:before {
    content: "";
    border-bottom: 1px solid #1e1b16;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
  }
  #sec6 .group .step h3 .fnt-gil span {
    font-size: 19px;
  }
  #sec6 .group .step h3.ext {
    padding-bottom: 28px;
  }
  #sec6 .group .step .ico {
    width: auto;
    margin: 0 auto -41px;
    text-align: center;
  }
  #sec6 .group .step .info {
    padding: 136px 0 20px;
    min-height: 313px;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 15px;
    background: #f6f0e8 url(../img/takeout/sec6_deco2.png) no-repeat center 98px;
  }
  #sec6 .group .step .info .tel {
    padding-bottom: 10px;
  }
  #sec6 .group .step .info .tel .t:before, #sec6 .group .step .info .tel .t:after {
    top: 0px;
  }
  #sec6 .group .step .info .tel .num {
    font-size: 26px;
    gap: 3px;
  }
  #sec6 .group .step .info .tel .num img {
    width: 19px;
  }
  #sec6 .group .step .info p {
    max-width: 210px;
    margin: 0 auto;
  }
  #sec6 .group .step .info p.padd {
    padding-top: 12px;
  }
  #sec6 .group .step .info p:not(:last-child) {
    padding-bottom: 20px;
  }
  #sec6 .group .step .info.none {
    background: #f6f0e8;
    padding-top: 54px;
  }
}

#sec7 {
  background-color: #f5f4f0;
  padding: 10vw 0;
}
#sec7 .list_qa {
  border-top: 1px solid #d2cdc6;
  padding-top: 20px;
}
#sec7 .faq {
  border-bottom: 1px solid #d2cdc6;
  margin-bottom: 20px;
  word-break: break-all;
}
#sec7 .faq h3 {
  font-size: 17px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 20px 25px;
}
#sec7 .faq h3:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
#sec7 .faq .txt {
  background-color: #fcfbf9;
  padding: 15px 10px;
}
#sec7 .faq .txt p {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.6;
}
#sec7 .faq .txt p:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
}
#sec7 .faq:last-child {
  margin-bottom: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 118px 20px 125px;
  }
  #sec7 .h2-tt {
    font-size: 21px;
    line-height: 55px;
    padding-bottom: 57px;
  }
  #sec7 .list_qa {
    padding-top: 28px;
  }
  #sec7 .faq {
    margin-bottom: 28px;
  }
  #sec7 .faq h3 {
    font-size: 21px;
    padding: 0 0 34px 78px;
  }
  #sec7 .faq h3:before {
    left: 36px;
    font-size: 25px;
  }
  #sec7 .faq .txt {
    padding: 17px 77px 20px;
  }
  #sec7 .faq .txt p {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 36px;
  }
}

#sec8 {
  padding: 20vw 5%;
}
#sec8 h2 {
  text-transform: uppercase;
  padding-bottom: 5vw;
}
#sec8 h2 span {
  letter-spacing: 0.05em;
}
#sec8 .contact {
  border: 1px solid #1e1b16;
  padding: 20px;
  text-align: center;
}
#sec8 .contact .tel {
  font-size: 16px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d2cdc6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#sec8 .contact .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  gap: 3px;
  letter-spacing: 0.05em;
}
#sec8 .contact .tel .num img {
  width: 19px;
  height: auto;
}
#sec8 .contact .tel .note {
  font-size: 10px;
  letter-spacing: 0.05em;
}
#sec8 .contact .txt span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding: 124px 20px 200px;
  }
  #sec8 h2 {
    padding: 16px 0 0;
    text-align: left;
    font-size: 21px;
    letter-spacing: 0.16em;
  }
  #sec8 .group {
    display: flex;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  #sec8 .contact {
    padding: 52px 0 55px;
    width: 53%;
    max-width: 580px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
  }
  #sec8 .contact .tel {
    max-width: 450px;
    font-size: 18px;
    padding-bottom: 28px;
    margin: 0 auto 24px;
  }
  #sec8 .contact .tel .num {
    font-size: 33px;
    gap: 3px;
    padding-bottom: 5px;
  }
  #sec8 .contact .tel .num img {
    width: auto;
  }
  #sec8 .contact .tel .note {
    font-size: 14px;
  }
  #sec8 .contact .txt span {
    font-weight: 700;
  }
}

.btn-takeout {
  position: fixed;
  right: 10px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99;
}

.fixed-btn .btn-takeout {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .btn-takeout {
    width: 100px;
    bottom: 150px;
  }
}/*# sourceMappingURL=takeout.css.map */

#fixed-sp ul li:nth-child(3){
      background: #72040f;
}
#fixed-sp ul li:nth-child(3) a span{
      font-size: 80%;
}

@media (min-width: 768px) and (max-width: 1499px) {
    footer {
        position: relative;
        z-index: 100;
    }
  #pagetop{
    z-index: 101;
  }
}
@media only screen and (min-width: 768px) {
.nav-header .tel-t1::after{
  display: none;
  }
    .nav-header .tel-t1 {
        right: 50px;
    }
}

.nav-header .btn-tko {
      width: auto;
    margin: 10px auto 100px;
}

.nav-header .btn-tko a {
     font-size: 19px;
    width: 270px;
    background: #710012;
    text-align: center;
    padding: 8px 15px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.nav-header .btn-tko a span.i{
      width: 18px;
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .nav-header .btn-tko {
    display: none;
  }





