@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

@media (min-width: 768px) {
  img {
    width: auto;
  }
}

a:hover img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

p {
  text-align: justify;
}

/**
* Layout
* ========================== */
.l-header {
  margin: 30px auto 70px;
}

@media (min-width: 768px) {
  .l-header {
    width: 810px;
    margin: 56px auto 40px;
  }
}

.l-logo {
  text-align: center;
}

@media (min-width: 768px) {
  .l-logo {
    text-align: left;
  }
}

.l-logo__img {
  width: 200px;
  height: auto;
}

@media (min-width: 768px) {
  .l-logo__img {
    width: 361px;
    max-width: 100%;
  }
}

.l-gnav {
  width: 100%;
}

@media (min-width: 768px) {
  .l-gnav {
    width: 100px;
    margin-top: 36px;
  }
}

.l-gnav__menu {
  display: none;
  position: fixed;
  z-index: 1003;
  top: 50%;
  left: 50%;
  margin-left: -72px;
  margin-top: -96px;
}

@media (min-width: 768px) {
  .l-gnav__menu {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-top: 0;
  }
}

.l-gnav__list {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .l-gnav__list {
    margin-bottom: 12px;
  }
}

.l-gnav__list--sns {
  display: inline;
}

.l-gnav__sns {
  display: none;
}

@media (min-width: 768px) {
  .l-gnav__sns {
    margin-top: 24px;
    display: block;
  }
}

.l-gnav__p {
  display: none;
}

@media (min-width: 768px) {
  .l-gnav__p {
    display: block;
    margin-bottom: 24px;
  }
}

.l-gnav__m {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  height: 18px;
  width: auto;
}

@media (min-width: 768px) {
  .l-gnav__m {
    display: none;
  }
}

.l-close {
  position: fixed;
  top: 35px;
  right: 25px;
  margin: auto;
  outline: none;
  z-index: 1002;
  display: none;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .l-close {
    display: none;
  }
}

.l-close:before {
  display: inline-block;
  text-decoration: inherit;
  width: 40px;
  height: 40px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: ' ';
  background: url("../images/common/close.svg") no-repeat;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .l-close:before {
    display: none;
  }
}

.l-hamburger {
  position: fixed;
  top: 25px;
  right: 15px;
  margin: auto;
  outline: none;
  z-index: 998;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #CCE7E1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}

.l-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 38px;
  height: 3px;
  background-color: #008767;
  -webkit-transition: inherit;
  transition: inherit;
}

@media (min-width: 768px) {
  .l-hamburger__line {
    display: none;
  }
}

.l-hamburger__line::before, .l-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #008767;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}

.l-hamburger__line::before {
  top: -8px;
}

@media (min-width: 768px) {
  .l-hamburger__line::before {
    display: none;
  }
}

.l-hamburger__line::after {
  top: 8px;
}

@media (min-width: 768px) {
  .l-hamburger__line::after {
    display: none;
  }
}

.l-hamburger__hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

#modal-overlay {
  background-color: rgba(0, 105, 80, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.l-container, .p-kegitem__inner, .p-topservice {
  width: 100%;
  padding: 0 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .l-container, .p-kegitem__inner, .p-topservice {
    padding: 0;
    width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-main {
  width: 100%;
}

@media (min-width: 768px) {
  .l-main {
    width: 720px;
  }
}

.l-footer {
  text-align: center;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .l-footer__sns {
    display: none;
  }
}

/**
* Object
* ========================== */
/* Component ------------ */
.c-pagetitle {
  text-align: center;
  margin-bottom: 70px;
  width: 100%;
}

@media (min-width: 768px) {
  .c-pagetitle {
    display: none;
    margin-bottom: 40px;
  }
}

.c-pagetitle__img {
  height: 18px;
  width: auto;
}

/* Project ------------ */
.p-indexcontainer {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .p-indexcontainer {
    padding: 0;
  }
}

.p-mv {
  padding-top: 30px;
  margin-bottom: 85px;
}

@media (min-width: 768px) {
  .p-mv {
    width: 740px;
    padding-top: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .p-mv__img {
    margin-left: 80px;
  }
}

.p-message {
  font-family: Ryumin Regular KL;
  letter-spacing: 1.8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 auto 80px;
  position: relative;
  padding: 0 48px;
}

@media (min-width: 768px) {
  .p-message {
    width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0 auto 40px;
  }
}

@media (min-width: 768px) {
  .p-message__main {
    width: 400px;
    padding-left: 10px;
  }
}

.p-message__title {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-message__title {
    text-align: left;
    margin-bottom: 60px;
  }
}

.p-message__txt {
  text-align: justify;
  font-size: 16px;
}

.p-message__owner {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .p-message__owner {
    padding: 45px 0 28px 35px;
    text-align: left;
  }
}

.p-message__name {
  text-align: right;
}

.p-message__img {
  margin: 24px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .p-message__img {
    position: absolute;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .p-message__img--01 {
    top: 260px;
    right: 0;
  }
}

@media (min-width: 768px) {
  .p-message__img--02 {
    top: 860px;
    right: 80px;
  }
}

@media (min-width: 768px) {
  .p-message__img--03 {
    top: 1320px;
    right: 0;
    text-align: right;
  }
}

.p-message__link {
  text-decoration: underline;
}

.p-kegitem {
  background-color: #f5f5f5;
  padding: 32px;
  text-align: center;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .p-kegitem {
    padding: 80px;
    margin-bottom: 120px;
  }
}

.p-kegitem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  margin-bottom: 56px;
}

.p-kegitem__title {
  margin-bottom: 56px;
  color: #008767;
  font-weight: bold;
}

.p-kegitem__img {
  width: 100%;
}

@media (min-width: 768px) {
  .p-kegitem__img {
    width: 50%;
  }
}

.p-kegitem__txt {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-kegitem__txt {
    width: 50%;
    padding-left: 40px;
    margin-bottom: 40px;
  }
}

.p-kegitem__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-kegitem__linklist {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 80%;
  }
}

.p-kegitem__list {
  width: 100%;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-kegitem__list {
    margin: 0 16px;
  }
}

.p-kegitem__link {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #008767;
  color: #fff;
  padding: 24px;
}

@media (min-width: 768px) {
  .p-kegitem__link {
    width: 100%;
  }
}

.p-kegitem__link:hover {
  background-color: #D1A513;
  text-decoration: none;
  color: #fff;
}

.p-kegcontact {
  margin: 0 auto;
  background-color: #fcf1d7;
  padding: 24px;
}

@media (min-width: 768px) {
  .p-kegcontact {
    padding: 40px;
  }
}

.p-kegcontact__title {
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
  font-size: 1.8rem;
}

.p-kegcontact__img {
  text-align: center;
  margin-bottom: 16px;
}

.p-kegcontact__img img {
  border-radius: 50%;
  max-width: 320px;
}

.p-kegcontact__txt {
  margin-bottom: 16px;
}

.p-kegcontact__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-kegcontact__link {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .p-kegcontact__link {
    width: 50%;
  }
}

.p-kegcontact__linkbtn {
  color: #fff;
  background-color: #78b4dc;
  display: block;
  padding: 16px;
}

.p-kegcontact__linkbtn:hover {
  background-color: #D1A513;
  text-decoration: none;
  color: #fff;
}

.p-topservice {
  margin-bottom: 180px;
}

.p-topservice__title {
  text-align: center;
  margin-bottom: 56px;
  color: #008767;
  font-weight: bold;
}

.p-topservice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 24px;
}

@media (min-width: 768px) {
  .p-topservice__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 56px;
    margin-left: -24px;
  }
}

.p-topservice__box {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-topservice__box {
    width: calc(100% / 3);
    margin-left: 24px;
    margin-bottom: 0;
  }
}

.p-topservice__img {
  margin-bottom: 8px;
}

.p-topservice__subtitle {
  margin-bottom: 16px;
  color: #008767;
}

.p-topservice__link {
  text-align: center;
  padding: 24px;
}

@media (min-width: 768px) {
  .p-topservice__link {
    padding: 0;
  }
}

.p-topservice__linkbtn {
  display: inline-block;
  text-align: center;
  background-color: #008767;
  color: #fff;
  padding: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .p-topservice__linkbtn {
    width: 400px;
    margin: 0 16px;
  }
}

.p-topservice__linkbtn:hover {
  background-color: #D1A513;
  text-decoration: none;
  color: #fff;
}

.p-itemmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .p-itemmain {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}

.p-item {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-item {
    width: 284px;
    text-align-last: left;
    margin-bottom: 20px;
  }
  .p-item--even {
    margin-left: 80px;
  }
}

.p-item__img {
  margin-bottom: 25px;
}

.p-item__title {
  font-family: Midashi Go MB31;
  color: #008767;
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: .2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-item__subtitle {
  font-size: 15px;
}

.p-item__price {
  font-family: Gothic Medium BBB;
  color: #008767;
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: .05em;
}

.p-item__txt {
  font-family: Ryumin Regular KL;
  font-size: 15px;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
  .p-item__txt {
    font-size: 14px;
  }
}

.p-item__note {
  font-family: Ryumin Regular KL;
  font-size: 12px;
}

.p-shop {
  margin-bottom: 65px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-shop {
    padding-left: 10px;
    margin-bottom: 80px;
    text-align: left;
  }
}

.p-shop__title {
  font-family: Ryumin Regular KL;
  margin-top: 24px;
  margin-bottom: 32px;
}

.p-shop__title:after {
  content: '';
  display: block;
  margin: 15px auto 60px;
  width: 10px;
  height: 19px;
  background-image: url(../images/shop/icon_arrow@2x.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .p-shop__title {
    letter-spacing: .1em;
  }
  .p-shop__title:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 8px;
    height: 15px;
    background-image: url(../images/shop/icon_arrow@2x.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .p-shop__title:after {
    display: none;
  }
}

.p-shop__list {
  margin-bottom: 18px;
}

.p-shop__link {
  color: #008767;
  font-family: Midashi Go MB31;
  font-size: 20px;
  letter-spacing: .2em;
}

@media (min-width: 768px) {
  .p-shop__link {
    font-size: 14px;
  }
}

.p-shop__img {
  display: none;
}

@media (min-width: 768px) {
  .p-shop__img {
    display: block;
    width: 320px;
    margin-top: -58px;
    margin-left: 315px;
    margin-bottom: 25px;
  }
}

/* Utility ------------ */
