/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "zen";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "lob";
  src: url("../fonts/Lobster 1.4.otf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "zen";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "lob";
  src: url("../fonts/Lobster 1.4.otf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	cmn parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

.no-sb {
  margin: 50px auto 0;
}

.cmn-txt-box p:nth-of-type(n+2) {
  margin-top: 34px;
}

.cmn-bg {
  background-size: auto auto;
  background-color: rgb(54, 31, 15);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 7px, rgb(62, 36, 17) 7px, rgb(62, 36, 17) 14px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgb(62, 36, 17) 7px, rgb(62, 36, 17) 14px);
}
.cmn-bg02 {
  background-color: #f6f1ed;
}

.ml5 {
  margin-left: 5px;
}

/*	sec01  PC
------------------------------------ */
#sec01 .bg {
  background: url(../img/top/sec01-bg.png) no-repeat center/cover;
}
#sec01 .head-type01 {
  position: relative;
}
#sec01 .head-type01::before, #sec01 .head-type01::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#sec01 .head-type01::before {
  width: 187px;
  height: 124px;
  background: url(../img/top/sec01-ttl-l.png) no-repeat center/contain;
  left: 39px;
  top: 20px;
}
#sec01 .head-type01::after {
  width: 182px;
  height: 124px;
  background: url(../img/top/sec01-ttl-r.png) no-repeat center/contain;
  right: 40px;
  top: 20px;
}
#sec01 .flex {
  margin: 39px auto 0;
}
@media screen and (min-width: 768px) {
  #sec01 .cmn-txt-box {
    max-width: 540px;
  }
  #sec01 .cmn-txt-box span {
    display: block;
    background-size: 5px 1px;
    background-image: -webkit-linear-gradient(left, #958377, #958377 1px, transparent 1px, transparent 5px);
    background-image: linear-gradient(to right, #958377, #958377 1px, transparent 1px, transparent 5px);
    background-repeat: repeat-x;
    background-position: bottom;
  }
  #sec01 .cmn-txt-box .cmn-txt:nth-of-type(n+2) span:nth-of-type(1) {
    background-size: 5px 1px, 5px 1px;
    background-image: -webkit-linear-gradient(left, #958377, #958377 1px, transparent 1px, transparent 5px), -webkit-linear-gradient(left, #958377, #958377 1px, transparent 1px, transparent 5px);
    background-image: linear-gradient(to right, #958377, #958377 1px, transparent 1px, transparent 5px), linear-gradient(to right, #958377, #958377 1px, transparent 1px, transparent 5px);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
  }
}

/*	bnr  PC
------------------------------------ */
.bnr {
  background: url(../img/top/bnr-wood.png) no-repeat center/cover;
}
.bnr .sec-inner {
  padding: 110px 0 100px;
}
.bnr .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bnr .list-item {
  width: 100%;
  max-width: 480px;
}
.bnr .list-item02 {
  margin-left: 90px;
}
.bnr .list-link {
  display: block;
  position: relative;
  z-index: 1;
}
.bnr .list-link::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bnr .list-link01::before {
  background: url(../img/top/bnr-ico01.png) no-repeat center/contain;
}
.bnr .list-link02::before {
  background: url(../img/top/bnr-ico02.png) no-repeat center/contain;
}
.bnr .list-link:hover {
  opacity: 1;
}
.bnr .list-link:hover .list-figure img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.bnr .list-ttl {
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: 1;
}
.bnr .list-figure {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 0 0 33px 0;
}
.bnr .list-figure img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/*	top-company  PC
------------------------------------ */
#top-company .bg {
  background: url(../img/top/company-ga-l.png) no-repeat calc(50% - 710px) top, url(../img/top/company-ga-r.png) no-repeat calc(50% + 710px) top, url(../img/top/company-bg.png) no-repeat center/cover;
}
#top-company .head-type01 {
  position: relative;
}
#top-company .head-type01::before {
  content: "";
  display: inline-block;
  width: 221px;
  height: 78px;
  background: url(../img/top/company-ttl-r.png) no-repeat center/contain;
  position: absolute;
  right: calc(50% - 400px);
  top: 20px;
}
#top-company .flex {
  margin: 47px auto 0;
}
#top-company .flex-table {
  max-width: 510px;
  position: relative;
}
#top-company .flex-table::before {
  content: "";
  display: inline-block;
  width: 217px;
  height: 120px;
  background: url(../img/top/company-chara.png) no-repeat center/contain;
  position: absolute;
  top: -120px;
  right: 115px;
}
#top-company .box {
  margin: 50px auto 0;
  padding: 4px;
  background-color: #f5e8df;
  border-radius: 8px;
  border: 1px solid #361f0f;
}
#top-company .box-bg {
  padding: 38px 0 45px;
  border-radius: 5px;
  background-color: #fff;
}
#top-company .box-ttl {
  text-align: center;
  font-family: "zen", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.14em;
  color: #361f0f;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top-company .box-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-company .list {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #top-company .list {
    padding-left: 35px;
  }
}
#top-company .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-company .list-item:nth-of-type(n+2) {
  margin-top: 7px;
}
#top-company .list-ttl {
  width: 130px;
  height: 30px;
  border-radius: 4px;
  margin-right: 20px;
  background: #f7a81e;
  text-align: center;
  font-family: "Noto sans Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-company .list-ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*	top-gallery  PC
------------------------------------ */
#top-gallery .bg {
  background: url(../img/top/gallery-bg.png) no-repeat center/cover;
}
#top-gallery .ga-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px auto 0;
}
#top-gallery .ga-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  #top-gallery .ga-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #top-gallery .ga-item:nth-of-type(n+4) {
    margin-top: 45px;
  }
}
#top-gallery .ga-link {
  display: block;
  background-color: #f5e8df;
  padding: 10px;
}
#top-gallery .ga-figure {
  width: 100%;
  height: 0;
  padding-top: 67.32%;
  border: 2px solid #fff;
  position: relative;
}
#top-gallery .cmn-btn-wrap {
  margin: 50px auto 0;
  text-align: center;
}

/*	news  PC
------------------------------------ */
#news .bg {
  background: url(../img/top/company-ga-l.png) no-repeat calc(50% - 710px) top, url(../img/top/company-ga-r.png) no-repeat calc(50% + 710px) top;
}
#news .list {
  margin: 43px auto 0;
  padding: 40px;
  border-radius: 8px;
  background: #f6f1ed;
  position: relative;
}
#news .list::before, #news .list::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#news .list::before {
  width: 115px;
  height: 107px;
  background: url(../img/top/blog-ico-t.png) no-repeat center/contain;
  top: -87px;
  right: 134px;
}
#news .list::after {
  width: 199px;
  height: 65px;
  background: url(../img/top/blog-ico-b.png) no-repeat center/contain;
  bottom: -54px;
  left: 49px;
}
#news .list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#news .list-link {
  display: block;
}
#news .list-tag {
  margin: 0 10px 13px 0;
  border-radius: 5px;
  padding: 7px 19px;
  background-color: #9b2025;
  text-align: center;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #news .list-tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#news .list-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news .list-flex {
  padding-bottom: 10px;
  background-size: 5px 1px;
  background-image: -webkit-linear-gradient(left, #958377, #958377 1px, transparent 1px, transparent 5px);
  background-image: linear-gradient(to right, #958377, #958377 1px, transparent 1px, transparent 5px);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
}
#news .list-flex::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../img/top/blog-arrow.png) no-repeat center/contain;
  position: absolute;
  top: 17px;
  right: 4px;
}
#news .list-time {
  display: inline-block;
  margin-right: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #361f0f;
}
@media screen and (max-width: 767px) {
  #news .list-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#news .list-ttl {
  width: 100%;
  max-width: 860px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #361f0f;
}
#news .cmn-btn-wrap {
  margin: 50px auto 0;
}

/* =========================================

  sub layout  PC

========================================= */
/*	about  PC
------------------------------------ */
#about .sec01 .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#about .sec01 .list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#about .sec01 .list-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about .sec01 .list-txt {
  margin-top: 14px;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #361f0f;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #about .sec01 .list-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#about .sec01 .list-txt-box {
  width: 100%;
  max-width: 540px;
  padding-top: 10px;
}
#about .sec01 .list-txt-box01 {
  padding-bottom: 70px;
  background: url(../img/about/sec01-ico01.png) no-repeat right bottom;
}
#about .sec01 .list-txt-box02 {
  padding-bottom: 78px;
  background: url(../img/about/sec01-ico02.png) no-repeat right bottom;
}
#about .sec01 .list-txt-box03 {
  padding-top: 0;
  padding-bottom: 76px;
  background: url(../img/about/sec01-ico03.png) no-repeat right bottom;
}
#about .sec01 .list-txt-box03 .list-ttl {
  padding-bottom: 20px;
  line-height: 1;
}
#about .sec01 .note {
  width: 100%;
  max-width: 568px;
  margin: 62px auto 0;
  padding: 41px 0 50px 60px;
  background: url(../img/about/bnr-bg.png) no-repeat center/contain;
  position: relative;
}
#about .sec01 .note::before {
  content: "";
  display: inline-block;
  width: 134px;
  height: 151px;
  background: url(../img/about/bnr-ico.png) no-repeat center/contain;
  position: absolute;
  top: -12px;
  right: 47px;
}
#about .sec01 .note-txt {
  font-family: "Noto sans Bold", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  color: #361f0f;
  line-height: 1.764;
}
@media screen and (max-width: 767px) {
  #about .sec01 .note-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#about .sec01 .note-txt-ac {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #about .sec01 .note-txt-ac {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#about .sec01 .note-txt-lg {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #9b2025;
}
@media screen and (max-width: 767px) {
  #about .sec01 .note-txt-lg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#about .sec01 .note-txt:nth-of-type(n+2) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  #about .sec01 .note-left {
    padding-left: 10px;
  }
}

/*	menu  PC
------------------------------------ */
#menu .sec01 .table {
  width: 100%;
  margin: 50px auto 0;
}
#menu .sec01 .table tr:nth-of-type(n+2) th {
  border-top: 1px solid #361f0f;
}
#menu .sec01 .table tr:nth-of-type(n+2) td {
  border-top: 1px solid #361f0f;
  border-right: 1px solid #361f0f;
}
@media screen and (min-width: 768px) {
  #menu .sec01 .table tr:nth-of-type(n+3) th {
    border-top: 1px solid #fff;
  }
}
#menu .sec01 .table tr:last-of-type {
  border-bottom: 1px solid #361f0f;
}
#menu .sec01 .table th, #menu .sec01 .table td {
  width: 360px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
#menu .sec01 .table .th01, #menu .sec01 .table .th02 {
  font-family: "Noto sans Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #menu .sec01 .table .th01, #menu .sec01 .table .th02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#menu .sec01 .table .th01 {
  background-color: #87a956;
}
#menu .sec01 .table .th02 {
  background-color: #f7a81e;
}
#menu .sec01 .table .th-ttl {
  background-color: #361f0f;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #menu .sec01 .table .th-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#menu .sec01 .table .td01, #menu .sec01 .table .td02 {
  font-family: "Noto sans Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #361f0f;
}
@media screen and (max-width: 767px) {
  #menu .sec01 .table .td01, #menu .sec01 .table .td02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#menu .sec01 .table .td01 {
  background-color: #eff4e9;
}
#menu .sec01 .table .td02 {
  background-color: #f8f3ea;
}
#menu .sec01 .table .td03 {
  background-color: #fff;
}
#menu .sec01 .table .th-ttl, #menu .sec01 .table .td01, #menu .sec01 .table .td02, #menu .sec01 .table .td03 {
  padding: 7px;
}

/*	gallery  PC
------------------------------------ */
#gallery .sec01 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#gallery .sec01 .list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #gallery .sec01 .list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #gallery .sec01 .list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#gallery .sec01 .list-link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.6%;
  position: relative;
}

/*	company  PC
------------------------------------ */
#company .sec01 .flex {
  margin: 50px auto 0;
}
#company .sec01 .flex-table {
  max-width: 510px;
}
@media screen and (min-width: 768px) {
  #company .sec01 .ggmap {
    padding-top: 410px;
  }
}

/*	blog  PC
------------------------------------ */
.tag-nav {
  margin: 40px auto 0;
}
.tag-head {
  padding-bottom: 7px;
  text-align: center;
  border-bottom: #9b2025 3px double;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #9b2025;
}
@media screen and (max-width: 767px) {
  .tag-head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tag-ul {
  margin: 20px auto 0;
}
.tag-li {
  margin: 0 10px 10px 0;
}
.tag-link {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #9b2025;
  text-align: center;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tag-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#blog .sec01 .head-type03 {
  padding-bottom: 25px;
  line-height: 1.5;
}
#blog .sec01 .list {
  margin: 43px auto 0;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
#blog .sec01 .list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#blog .sec01 .list-link {
  display: block;
}
#blog .sec01 .list-tag {
  margin: 0 10px 13px 0;
  border-radius: 5px;
  padding: 7px 19px;
  background-color: #9b2025;
  text-align: center;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #blog .sec01 .list-tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#blog .sec01 .list-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#blog .sec01 .list-flex {
  padding-bottom: 10px;
  background-size: 5px 1px;
  background-image: -webkit-linear-gradient(left, #958377, #958377 1px, transparent 1px, transparent 5px);
  background-image: linear-gradient(to right, #958377, #958377 1px, transparent 1px, transparent 5px);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
}
#blog .sec01 .list-flex::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../img/top/blog-arrow.png) no-repeat center/contain;
  position: absolute;
  top: 17px;
  right: 4px;
}
#blog .sec01 .list-time {
  display: inline-block;
  margin-right: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #361f0f;
}
@media screen and (max-width: 767px) {
  #blog .sec01 .list-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#blog .sec01 .list-ttl {
  width: 100%;
  max-width: 860px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #361f0f;
}
#blog .detail .head-type03 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #blog .detail .head-type03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#blog .detail-box {
  padding: 30px 30px 50px;
  background: #fff;
  border-radius: 17px;
}

/*	contact  PC
------------------------------------ */
#contact .sec01 .wrap {
  margin: 30px auto 0;
}
#contact button[name=back]::before, #contact button[name=back]::after, #contact input[type=submit]::before, #contact input[type=submit]::after {
  content: none;
}