@charset "UTF-8";
/*--------------------------------------------------------------------------------
  Reset
--------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body, table, input, textarea, select, option, button, h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1170px) {
  .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
/*------------------------------------------------------------
	Headline
------------------------------------------------------------*/
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-title ._t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ed8ea2;
  color: #fff;
  font-size: 3rem;
  max-width: 370px;
  width: 100%;
  height: 78px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .c-title ._t {
    height: 50px;
    font-size: 2.6rem;
  }
}

/*------------------------------------------------------------
	Button
------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------
	l-header
------------------------------------------------------------*/
.l-header ._in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l-header ._in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .l-header .logo img {
    width: 70%;
  }
}

.l-header #gnav {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-header #gnav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    display: none;
  }
}

.l-header #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1045px / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1170px) {
  .l-header #gnav ul {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-header #gnav ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 20px;
    width: 100%;
  }
}

.l-header #gnav ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 1170px) {
  .l-header #gnav ul li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-header #gnav ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*------------------------------------------------------------
	l-footer
------------------------------------------------------------*/
.l-footer {
  margin-top: 48.5px;
  padding-bottom: 40px;
}

.l-footer ._in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l-footer ._in {
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-footer #gnav {
    margin-top: 20px;
  }
}

.l-footer #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1045px / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footer #gnav ul {
    width: 100%;
  }
}

.l-footer #gnav ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
}

.l-footer .coppyright {
  text-align: center;
  margin-top: 40px;
  font-weight: normal;
}

.l-footer .totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .l-footer .totop {
    width: 44px;
    height: 44px;
  }
}

.l-footer .totop.show {
  opacity: 1;
}

.l-footer .totop img {
  width: 60px;
}

/*------------------------------------------------------------
	l-mv
------------------------------------------------------------*/
.l-mv {
  background: url(../img/mv_bg.jpg) no-repeat center;
  background-size: cover;
  height: 450px;
  padding-top: 70px;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .l-mv {
    margin-bottom: 30px;
  }
}

.l-mv h2 {
  margin-bottom: 25px;
}

/*------------------------------------------------------------
	s-service
------------------------------------------------------------*/
.s-service__text {
  padding-right: 10px;
}

.s-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .s-service__list {
    margin-top: 30px;
  }
}

.s-service__list .items {
  width: calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .s-service__list .items {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.s-service__list .items figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .s-service__list .items figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.s-service__list .items h4 {
  color: #ed8ea2;
  font-size: 2.4rem;
  border-left: 2px solid #ed8ea2;
  padding: 10px 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .s-service__list .items h4 {
    font-size: 2.2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.s-service__list .items p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.s-service__list .items p span {
  color: #fb2424;
}

.s-service__list .items p a {
  color: #0a21ff;
  text-decoration: none;
}

/*------------------------------------------------------------
	s-policy
------------------------------------------------------------*/
.s-policy {
  background: url(../img/policy_bg.png) no-repeat center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .s-policy {
    padding: 30px 0;
    background-size: cover;
  }
}

.s-policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .s-policy__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-policy__content p {
  line-height: 1.5;
  font-size: 1.6rem;
}

.s-policy__content p .font-mincho {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.8rem;
}

.s-policy__content ._box {
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 20px 35px;
}

@media screen and (max-width: 768px) {
  .s-policy__content ._box {
    padding: 15px;
  }
}

.s-policy__content ._box-border {
  border: 1px solid #ed8ea2;
}

.s-policy__content ._box .label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.s-policy__content ._r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}

@media screen and (max-width: 768px) {
  .s-policy__content ._r {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.s-policy__content ._r ._box {
  margin-top: 5px;
}

.s-policy__content ._r ._box p {
  font-size: 1.4rem;
}

.s-policy__content ._l {
  padding-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .s-policy__content ._l {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.s-policy__content ._l ._box {
  padding: 20px 55px;
}

@media screen and (max-width: 768px) {
  .s-policy__content ._l ._box {
    padding: 15px;
  }
}

/*------------------------------------------------------------
	s-time
------------------------------------------------------------*/
.s-time {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .s-time {
    padding: 50px 0;
  }
}

.s-time__table {
  border: 2px solid #ed8ea2;
  border-radius: 10px;
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .s-time__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}

.s-time__table .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .s-time__table .col {
    width: calc(100% / 3);
    display: block;
  }
}

.s-time__table .col ~ .col {
  border-top: 2px solid #ed8ea2;
}

@media screen and (max-width: 768px) {
  .s-time__table .col ~ .col {
    border-top: none;
    border-left: 1px solid #eee;
  }
}

.s-time__table .col span {
  padding: 20px 15px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ed8ea2;
  border-right: 1px solid #eee;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .s-time__table .col span {
    padding: 10px;
    font-size: 1.6rem;
    border-right: none;
    display: block;
  }
  .s-time__table .col span ~ span {
    border-top: 1px solid #eee;
  }
}

.s-time__table .col span:last-child {
  border-right: none;
}

.s-time__table .col span._w01 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-time__table .col span._w01 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.s-time__table .col span._w02 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50px;
          flex: 1 1 50px;
}

@media screen and (max-width: 768px) {
  .s-time__table .col span._w02 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.s-time__table .col span._w03 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 140px;
          flex: 1 1 140px;
}

@media screen and (max-width: 768px) {
  .s-time__table .col span._w03 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.s-time__table ._head {
  background-color: #ed8ea2;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
}

.s-time__table ._head span {
  color: #fff;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .s-time__table ._head span ~ span {
    border-top: none;
  }
}

.s-time__content {
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-time__content {
    margin-top: 30px;
  }
}

.s-time__content h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .s-time__content h4 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.s-time__content p {
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 48px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-time__content p {
    margin-top: 20px;
  }
}

/*------------------------------------------------------------
	s-map
------------------------------------------------------------*/
.s-map {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .s-map {
    margin-bottom: 25px;
  }
}

.s-map__iframe {
  width: 100%;
  height: 400px;
}

.s-map__content {
  max-width: 998px;
  width: 100%;
  margin: 64px auto 0;
  background: #ed8ea2;
  border-radius: 20px;
  padding: 16px 31px 22px 53px;
  color: #fff;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1170px) {
  .s-map__content {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .s-map__content {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.s-map__left h4 {
  font-size: 2rem;
  background: url(../img/icon_map.png) no-repeat left center;
  background-size: 17px auto;
  padding: 5px 0 5px 25px;
  font-weight: 400;
}

.s-map__left p {
  line-height: 1.5;
  margin: 20px 0;
}

.s-map__left li {
  margin-top: 5px;
}

.s-map__left li img {
  width: 24px;
  margin: 0 5px 0 0;
}

.s-map__right {
  max-width: 420px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .s-map__right {
    margin-top: 20px;
    max-width: 100%;
  }
}

.s-map__right a {
  display: block;
  color: #333;
  text-decoration: none;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-map__right a {
    padding: 15px;
  }
}

.s-map__right a p {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333333;
}

.s-map__right a img {
  width: 271px;
}

/*------------------------------------------------------------
	s-slide
------------------------------------------------------------*/
.s-slide {
  overflow: hidden;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .s-slide {
    height: 225px;
  }
}

.s-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-slide ul li {
  width: 400px;
  height: 300px;
}

.s-slide ul li img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .s-slide ul li {
    width: 300px;
    height: 225px;
  }
}

/* */
.cd-nav-trigger {
  top: 11px;
  right: 5%;
  height: 44px;
  width: 44px;
  z-index: 9999;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: none;
  position: fixed;
}

@media screen and (max-width: 768px) {
  .cd-nav-trigger {
    display: block;
  }
}

.cd-nav-trigger:before, .cd-nav-trigger:after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  content: '';
}

.cd-nav-trigger:before {
  background-color: #ed8ea2;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.cd-nav-trigger:after {
  background-color: #fff;
  color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cd-nav-trigger .cd-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
  z-index: 10;
}

.cd-nav-trigger .cd-icon:before, .cd-nav-trigger .cd-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  content: '';
}

.cd-nav-trigger .cd-icon:before {
  -webkit-transform: translateY(-6px) rotate(0deg);
          transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon:after {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger.close-nav:before {
  -webkit-transform: scale(0);
          transform: scale(0);
  content: '';
}

.cd-nav-trigger.close-nav:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  content: '';
}

.cd-nav-trigger.close-nav .cd-icon {
  background-color: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.close-nav .cd-icon:before, .cd-nav-trigger.close-nav .cd-icon:after {
  background-color: #ed8ea2;
  content: '';
}

.cd-nav-trigger.close-nav .cd-icon:before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon:after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.drawer-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 0;
  pointer-events: none;
  background-color: #ed8ea2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-menu .menu-logo {
  display: none !important;
}

.drawer-menu.is-active {
  width: 100%;
  opacity: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  transform: none;
  pointer-events: inherit;
}

.drawer-menu .close-btn {
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999999;
  position: relative;
  background: #444;
}

.drawer-menu li {
  text-align: center;
  overflow: hidden;
}

.drawer-menu li:nth-child(2) a {
  -webkit-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important;
}

.drawer-menu li:nth-child(3) a {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.drawer-menu li:nth-child(4) a {
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}

.drawer-menu li:nth-child(5) a {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.drawer-menu li a {
  font-size: 2.6rem;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  color: #fff;
  -webkit-transition: opacity 1s, transform 0.8s cubic-bezier(0.51, 0.04, 0.32, 0.99);
  -webkit-transition: opacity 1s, -webkit-transform 0.8s cubic-bezier(0.51, 0.04, 0.32, 0.99);
  transition: opacity 1s, -webkit-transform 0.8s cubic-bezier(0.51, 0.04, 0.32, 0.99);
  transition: opacity 1s, transform 0.8s cubic-bezier(0.51, 0.04, 0.32, 0.99);
  transition: opacity 1s, transform 0.8s cubic-bezier(0.51, 0.04, 0.32, 0.99), -webkit-transform 0.8s cubic-bezier(0.51, 0.04, 0.32, 0.99);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.drawer-menu.is-active li a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.drawer-menu li a span {
  margin-right: 5px;
}

.drawer-menu li a:hover {
  color: #1a1e24;
  background: #fff;
}

.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 80px 5%;
  z-index: 3;
  background-color: #091d23;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
  margin: 1.6em 0;
  text-align: center;
  text-transform: capitalize;
}

.cd-primary-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}

.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-primary-nav a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    margin: 2.6em 0;
  }
  .cd-primary-nav a {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cd-overlay-nav,
.cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 10px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span,
.cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 2;
}

.cd-overlay-nav span {
  background-color: #ed8ea2;
}

.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 1000;
}

.cd-overlay-content span {
  background-color: #fff;
}
