@charset "UTF-8";
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #5f4123;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.15em;
  background: #fafbf5;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    min-width: 1100px; /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-serif {
  font-family: "Noto Serif JP", serif;
}

.fnt-ship {
  font-family: "Shippori Mincho", serif;
}

.fnt-amiri {
  font-family: "Amiri", serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  position: relative;
  overflow: hidden;
}
.wrap .wrap_inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.child_content {
  max-width: 1296px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .child_content {
    padding-top: 103px;
  }
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

/*=============================================
 * <header>
 *=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}
.nav--opened #pagetop,
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

h1.child {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(130vw + 80px);
  font-size: 10px;
  line-height: 16px;
  z-index: 1;
  color: #fff;
  padding: 0 8%;
}

.slick-dots {
  display: flex;
  justify-content: flex-end;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  line-height: 0;
  position: relative;
}
.slick-dots li:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #63503e;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  border-color: #63503e;
}
.slick-dots li + li {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .slick-dots li:before {
    width: 8px;
    height: 8px;
    left: 4px;
    top: 4px;
  }
  .slick-dots li + li {
    margin-left: 20px;
  }
  h1.child {
    color: #432910;
    right: 15px;
    top: 358px;
    left: auto;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .hd-fixed {
    width: 23px;
    position: absolute;
    right: 12px;
    top: 110px;
    z-index: 999;
  }
  .hd-fixed ul li + li {
    margin-top: 15px;
  }
  .hd-fixed .covid_pc {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 24px;
    margin-top: 29px;
  }
  .hd-fixed .covid_pc a {
    position: relative;
    padding-bottom: 20px;
    cursor: pointer !important;
  }
  .hd-fixed .covid_pc a:after {
    content: "";
    height: 11px;
    background-image: url("../img/shared/right-b.png");
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hd-fixed .covid_pc a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1280px) {
  h1.child {
    right: 55px;
  }
  .hd-fixed {
    right: 52px;
  }
}
header .logo {
  width: 123px;
  margin: 17px 0 0 17px;
}
@media only screen and (min-width: 768px) {
  header {
    position: relative;
  }
  header .hd-child {
    width: 280px;
    height: 830px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fafbf5;
    padding: 46px 0 0;
  }
  header .hd-child .logo {
    width: 195px;
    margin: 0 auto 58px;
  }
  header .hd-child nav {
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-left: 35px;
  }
  header .hd-child nav li a {
    position: relative;
    padding-bottom: 8px;
  }
  header .hd-child nav li a:before {
    content: "";
    height: 2px;
    background: #432910;
    position: absolute;
    right: -21px;
    left: -50vw;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  header .hd-child nav li a.active:before,
  header .hd-child nav li a:hover:before {
    opacity: 1;
  }
  header .hd-top {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 34px;
    right: 148px;
    z-index: 1;
  }
  header .hd-top .tel {
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0.2em;
  }
  header .hd-top .tel span {
    font-size: 28px;
    letter-spacing: -0.03em;
    margin-left: 8px;
    position: relative;
    top: 3px;
  }
  header .hd-top .tel span img {
    margin: -4px 7px 0 0;
  }
  header .hd-top .pdf-link {
    width: 176px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: center;
    margin-left: 24px;
    position: relative;
  }
  header .hd-top .pdf-link .pdf-ttl {
    height: 36px;
    color: #fff;
    background: #432910;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
  header .hd-top .pdf-link .pdf-main {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    transition: 0.1s all ease-in-out;
  }
  header .hd-top .pdf-link .pdf-main li {
    margin-bottom: 3px;
  }
  header .hd-top .pdf-link .pdf-main li a {
    display: block;
    height: 36px;
    background: #fff;
    color: #432910;
    border: 1px solid #432910;
  }
  header .hd-top .pdf-link .pdf-main li a:hover {
    background: #432910;
    color: #fff;
  }
  header .hd-top .pdf-link:hover .pdf-ttl {
    background: #aa0c01;
  }
  header .hd-top .pdf-link:hover .pdf-main {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
@media only screen and (min-width: 1280px) {
  header .hd-child {
    width: 332px;
  }
  header .hd-child .logo {
    margin: 0 0 58px 42px;
  }
  header .hd-child nav {
    margin-left: 75px;
  }
}

.nav--opened .hd-fixed {
  opacity: 0 !important;
  visibility: hidden !important;
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 73px 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background: #998571;
  color: #fff;
  text-align: center;
}
.menu_toggle .logo {
  width: 126px;
  margin: 0 auto;
}
.menu_toggle .tel_sp {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 30px 0 25px;
}
.menu_toggle .tel_sp span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.01em;
}
.menu_toggle .tel_sp span img {
  width: 15px;
  margin: -4px 7px 0 0;
}
.menu_toggle .row2 {
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 70px;
}
.menu_toggle .row2 ul li .active {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.menu_toggle .toggle {
  max-width: 340px;
  width: 94%;
  margin: 20px auto 0;
}
.menu_toggle .toggle .toggle-link {
  font-size: 20px;
  letter-spacing: 0.2em;
  border: 1px solid #cfc6bd;
  padding: 8px;
  position: relative;
}
.menu_toggle .toggle .toggle-link:after {
  content: "";
  height: 6px;
  background-image: url("../img/shared/down.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
}
.menu_toggle .toggle .toggle-main {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 40px;
  margin-top: 25px;
}
.menu_toggle .active .toggle-link:after {
  transform: rotate(180deg);
}
.menu_toggle .covid {
  max-width: 340px;
  width: 94%;
  margin: 50px auto 0;
}
.menu_toggle .covid a {
  display: block;
  border: 1px solid;
  font-size: 15px;
  letter-spacing: 0.2em;
  position: relative;
  padding: 6px 0 7px;
}
.menu_toggle .covid a:before {
  content: "";
  width: 6px;
  background-image: url("../img/shared/right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.menu_toggle .sns {
  /*max-width: 265px;*/
  max-width: 70px;
  width: 94%;
  margin: 50px auto 0;
}
.menu_toggle .sns li {
  width: 27px;
}
@media only screen and (max-width: 370px) {
  .menu_toggle .covid a {
    letter-spacing: 0.1em;
    padding-right: 10px;
  }
  .menu_toggle .covid a:before {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .menu_toggle {
    padding: 127px 0 30px;
  }
  .menu_toggle .menu_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .menu_toggle .logo {
    width: 195px;
    float: left;
    margin: 0 0 0 12px;
    position: static;
  }
  .menu_toggle .tel_sp {
    float: right;
    font-size: 17.59px;
    letter-spacing: 0.1em;
    margin: 24px 13px 0 0;
    text-align: left;
  }
  .menu_toggle .tel_sp span {
    display: inline-block;
    font-size: 42.86px;
    letter-spacing: -0.03em;
    margin-left: 18px;
    position: relative;
    top: 4px;
  }
  .menu_toggle .tel_sp span img {
    width: 22px;
    margin: -7px 9px 0 0;
  }
  .menu_toggle .row2 {
    font-size: 25px;
    line-height: 80px;
    display: flex;
    text-align: left;
    margin: 94px 0 0 88px;
  }
  .menu_toggle .row2 ul {
    width: 417px;
  }
  .menu_toggle .row2 ul li a {
    padding-bottom: 9px;
    border-bottom: 2px solid transparent;
  }
  .menu_toggle .row2 ul li a:hover,
  .menu_toggle .row2 ul li .active {
    border-width: 2px;
    border-color: #fff;
    padding-bottom: 9px;
  }
  .menu_toggle .row2 ul + ul {
    width: 450px;
  }
  .menu_toggle .sns {
    /*max-width: 465px;*/
	max-width: 130px;
    margin-top: 76px;
    padding-left: 12px;
  }
  .menu_toggle .sns li {
    width: 46px;
  }
}

/*=============================================
 * key
 *=============================================*/
#key {
  width: 93%;
  margin: 15px auto 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 140vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #key {
    width: 1000px;
    height: 720px;
    margin: 0px auto 0;
  }
}
@media only screen and (min-width: 1280px) {
  #key {
    width: 1040px;
  }
}

/*=============================================
 * <section>
 *=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bg-para .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-para .img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: #ded3c1;
  padding: 42px 0 120px;
  font-size: 12px;
  line-height: 20px;
}
footer .coll .logo {
  width: 129px;
  margin: 0 auto 15px;
}
footer .colr .tel {
  letter-spacing: 0.1em;
  margin: 15px 0;
}
footer .colr .tel span {
  display: block;
  font-size: 29px;
  letter-spacing: 0.01em;
  margin-top: 13px;
}
footer .colr .tel span img {
  width: 17px;
  margin: -4px 5px 0 0;
}
footer .colr .tel a:hover img {
  opacity: 1 !important;
}
footer .colr .recruit {
  display: table;
  margin: 0 auto;
}
footer .colr .recruit dl {
  width: 100%;
  display: table;
}
footer .colr .recruit dl dt {
  width: 150px;
  display: table-cell;
}
footer .colr .recruit dl dd {
  display: table-cell;
}
footer ul.sns {
  margin: 20px 0;
}
footer ul.sns li {
  width: 20px;
}
footer ul.sns li + li {
  margin-left: 30px;
}
footer .col-bot {
  font-size: 10px;
  margin-bottom: 20px;
}
footer .col-bot address {
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 49px 0 45px;
    font-size: 14px;
    line-height: 24px;
  }
  footer .coll {
    width: 250px;
    float: left;
    margin-left: 15px;
  }
  footer .coll .logo {
    width: 167px;
    margin: 0 0 25px 2px;
  }
  footer .coll .txt {
    text-align: left;
  }
  footer .colr {
    width: 450px;
    float: left;
  }
  footer .colr .tel {
    text-align: left;
    font-size: 14.51px;
    letter-spacing: 0;
    margin: 0px 0 30px;
  }
  footer .colr .tel span {
    font-size: 31.17px;
    letter-spacing: -0.03em;
    margin-top: 13px;
  }
  footer .colr .tel span img {
    margin: -4px 8px 0 8px;
  }
  footer .colr .recruit {
    display: block;
    margin: 0 0 0 4px;
	width: 620px;
  }
  footer .colr .recruit dl dt {
    width: 180px;
  }
  footer .colr .recruit dl dd {
    letter-spacing: 0.23em;
  }
  footer ul.sns {
    /*width: 209px;*/
	  width: 80px;
    float: right;
    margin: 10px -3px 0 0;
    justify-content: space-between;
  }
  footer ul.sns li {
    width: 30px;
  }
  footer ul.sns li + li {
    margin-left: 0px;
  }
  footer .col-bot {
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin: 39px 0 0;
    text-align: left;
  }
  footer .col-bot .cookies_link a:hover {
    text-decoration: underline;
  }
  footer #socialbuttons {
    float: right;
    text-align: right;
    margin-top: 48px;
  }
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  z-index: 999;
  background: #432910;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  border-top: 1px solid #5b4734;
}
#ft_fixed a {
  display: block;
  padding: 20px 0;
}
#ft_fixed a:hover img {
  opacity: 1 !important;
}
#ft_fixed img {
  width: 15px;
}
#ft_fixed li:first-child {
  width: 66%;
}
#ft_fixed li:first-child img {
  margin: -3px 20px 0 0;
}
#ft_fixed li:nth-child(2) {
  width: 17%;
  border-left: 1px solid #5b4734;
  border-right: 1px solid #5b4734;
}
#ft_fixed li:nth-child(2) a{
  padding: 15px 0;
}
#ft_fixed li:nth-child(2) img{
  width: 29px;
}
#ft_fixed li:nth-child(3) {
  width: 17%;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 19px;
}
#ft_fixed li:nth-child(3) img {
  width: 18px;
}
@media only screen and (min-width: 768px) {
  #ft_fixed {
    background: transparent;
    width: 69px;
    height: 69px;
    border: none;
    left: auto;
    right: 15px;
    bottom: 15px;
    padding-top: 0;
  }
  #ft_fixed li:nth-child(3) {
    width: 69px;
    opacity: 0 !important;
    visibility: hidden !important;
    padding-top: 0;
  }
  #ft_fixed li:nth-child(3) img {
    width: auto;
  }
  #ft_fixed li:nth-child(3).visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/*=============================================
 * .socialbuttons
 *=============================================*/
/*=============================================
 * copyright
 *=============================================*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.aic {
  align-items: center;
}

.aifs {
  align-items: flex-start;
}

.aife {
  align-items: flex-end;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df_pc {
    display: flex;
  }
}
/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 120px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #432910;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 120px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #432910;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 120px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #432910;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .nav--opened footer:after,
  footer:after {
    display: none;
  }
}/*# sourceMappingURL=shared.css.map */


.select-btn {
	  margin: 0 auto 1em;
	  color: #5f4123;
	  width: 100%;
	  
}
.select-btn a {
    display: block;
	  font-size: 5vw; 
	  line-height: 7vw;
    text-align: center;
	  position: relative;
	  color: #5f4123;
    padding: 4vw 0;
	border-radius:10px;
	background:#ded3c1;
  }
.select-btn i img{
		width: 44px;
		height: auto;
	}

.standard-btn {
	  margin: 5vw auto 0;
	  color: #fff;
	  background:#3E2A17;
	  width: 100%;
	  border-radius:10px 10px 10px 10px;
}
.standard-btn a {
    display: block;
	  font-size: 5vw; 
	  line-height: 7vw;
    text-align: center;
	  position: relative;
	  color: #fff;
    padding: 4vw 0;
  }


  .select-btn_mini {
	  margin: 0 auto 1em;
	  color: #5f4123;
	  width: 100%;
	  
}
.select-btn_mini a {
    display: block;
	  font-size: 3.2vw; 
	  line-height:4vw;
    text-align: center;
	  position: relative;
	  color: #5f4123;
    padding: 1.5vw 0;
	border-radius:10px;
	background:#ded3c1;
  }
.select-btn_mini i img{
		width: 20px;
		height: auto;
	}


@media only screen and (min-width: 768px) {
.select-btn {
    margin: 0 auto 15px;
	  color: #5f4123;

    width:350px;
}
.select-btn a {
    padding: 18px 0px;
    font-size: 19px;
	font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.3em;
	border-radius:10px;
	background:#ded3c1;
  }

.select-btn a:hover {
	border-radius:10px;
    background: #5f4123;
	color: #fff;
  }
	.select-btn i img{
		width: 44px;
		height: auto;
	}

  .select-btn_mini {
    margin: 0 auto 15px;
	  color: #5f4123;

    width:350px;
}
.select-btn_mini a {
    padding: 5px 0px;
    font-size: 15px;
    letter-spacing: 0.3em;
	border-radius:10px;
	background:#ded3c1;
  }

.select-btn_mini a:hover {
	border-radius:10px;
    background: #5f4123;
	color: #fff;
  }
.standard-btn {
    margin: 83px auto 0;
	  color: #fff;
    background:#3E2A17;
    width:350px;
    border-radius:10px 10px 10px 10px;
}
	

.standard-btn a {
    padding: 18px 0px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.3em;
  }

.standard-btn:hover {
    background: #aa0c01;
  }

}
.red{
	color: #aa0c01;
}


.head-border {
    display: flex;
    align-items: center;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #5f4123;
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}