@charset "UTF-8";
/* リキッドレイアウト対応 
PCは1200px,SPは365pxを基準。1200px~751pxまで,374px~は全体的に縮小していく */
/* PCファースト */
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

/* リセットCSS
---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
  color: #000;
  background-color: #F1F0E9;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

video {
  height: auto;
  border: none;
}

a,
dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* CSS
---------------------------------------------------------------------------- */
.c-entry a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-entry a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 750px) {
  .c-hamburger {
    width: inherit;
    height: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  height: 0.125rem;
  background-color: #736357;
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before {
  top: -7px;
  top: -0.4375rem;
}

.c-hamburger__line::after {
  top: 7px;
  top: 0.4375rem;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line::before, .c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  top: 0;
  background-color: #736357;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-card01 {
  margin-top: 106px;
  margin-top: 6.625rem;
}
@media screen and (max-width: 750px) {
  .l-card01 {
    margin-top: 10.375rem;
  }
}

.l-entry {
  position: fixed;
  right: 13px;
  right: 0.8125rem;
  bottom: 16px;
  bottom: 1rem;
  z-index: 9999;
  width: 100%;
  max-width: 129px;
  max-width: 8.0625rem;
}
@media screen and (max-width: 750px) {
  .l-entry {
    max-width: 6.25rem;
    right: 1.25rem;
    bottom: 0.6875rem;
  }
}

.l-footer {
  margin-top: 130px;
  margin-top: 8.125rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .l-inner {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-section {
  margin-top: 96px;
  margin-top: 6rem;
  scroll-margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .l-section {
    /*  スムーススクロール位置 */
    scroll-margin-top: 9.625rem;
  }
}

.l-section.p-section--blue,
.l-section.p-section--green {
  scroll-margin-top: 0;
}

.p-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-block__contents {
  width: 100%;
  max-width: 340px;
  max-width: 21.25rem;
}
@media screen and (max-width: 750px) {
  .p-block__contents {
    max-width: 100%;
  }
}

.p-block__contents + .p-block__contents {
  margin-left: 60px;
  margin-left: 3.75rem;
}
@media screen and (max-width: 750px) {
  .p-block__contents + .p-block__contents {
    margin-left: 0;
    margin-top: 6.25rem;
  }
}

.p-block__title {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}

.p-block__img {
  width: 100%;
  max-width: 243px;
  max-width: 15.1875rem;
  margin-top: 42px;
  margin-top: 2.625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-block__img.p-block__img--field {
  max-width: 220px;
  max-width: 13.75rem;
}
@media screen and (max-width: 750px) {
  .p-block__img.p-block__img--field {
    max-width: 12.625rem;
  }
}

.p-block__img.p-block__img--work {
  margin-top: 0;
}

.p-block__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-block__sub-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.p-block__text {
  color: #000;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-block__text {
    width: 100%;
    max-width: 21.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-block__contents.p-block__contents--works .p-block__img,
.p-block__contents.p-block__contents--works .p-block__content {
  margin-top: 0;
}

.p-block__contents.p-block__contents--self .p-block__img {
  max-width: 206px;
  max-width: 12.875rem;
}
@media screen and (max-width: 750px) {
  .p-block__contents.p-block__contents--self .p-block__img {
    max-width: 12.5rem;
  }
}

@media screen and (max-width: 750px) {
  .p-block__contents.p-block__contents--pro .p-block__content {
    margin-top: 2.6875rem;
  }
}
.p-block__contents.p-block__contents--pro .p-block__img {
  max-width: 250px;
  max-width: 15.625rem;
}

.p-block__contents.p-block__contents--versatile .p-block__img {
  max-width: 276px;
  max-width: 17.25rem;
}
@media screen and (max-width: 750px) {
  .p-block__contents.p-block__contents--versatile .p-block__img {
    max-width: 15.625rem;
  }
}
.p-block__contents.p-block__contents--versatile .p-block__content {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 750px) {
  .p-block__contents.p-block__contents--versatile .p-block__img {
    max-width: 17.25rem;
  }
}

.p-card01__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-card01__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .p-card01__inner.l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-card01__item {
  width: 100%;
  max-width: 33.3333%;
  padding: 36px 52px 52px;
  padding: 2.25rem 3.25rem 3.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .p-card01__item {
    max-width: 100%;
    padding: 3.125rem 1.25rem 4.0625rem;
    /*  スムーススクロール位置 */
    scroll-margin-top: 3.625rem;
  }
}

.p-card01__item:hover {
  opacity: 0.5;
}

.p-card01__img {
  width: 100%;
  max-width: 136px;
  max-width: 8.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-card01__contents {
  color: #3c3c3c;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 750px) {
  .p-card01__contents {
    margin-top: 0.9375rem;
    width: 100%;
    max-width: 18.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-card01__title.p-section-head {
  line-height: 1.2;
}
.p-card01__title.p-section-head .p-section-head__en-title {
  letter-spacing: normal;
  letter-spacing: initial;
  font-size: 26px;
  font-size: 1.625rem;
}
.p-card01__title.p-section-head .p-section-head__ja-title {
  color: #3c3c3c;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.p-card01__title.p-section-head .p-section-head__ja-title::before {
  top: -15px;
  top: -0.9375rem;
}

.p-card01__text {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-card01__item.p-card01__item--tori {
  background-color: rgba(163, 129, 78, .05);
}
.p-card01__item.p-card01__item--tori .p-card01__title .p-section-head__en-title {
  color: #a3814e;
}
.p-card01__item.p-card01__item--tori .p-card01__title .p-section-head__ja-title::before {
  background-color: #a3814e;
}

.p-card01__item.p-card01__item--sushi {
  background-color: rgba(54, 112, 120, .06);
}
.p-card01__item.p-card01__item--sushi .p-card01__img {
  max-width: 126px;
  max-width: 7.875rem;
}
.p-card01__item.p-card01__item--sushi .p-card01__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-card01__item.p-card01__item--sushi .p-card01__title .p-section-head__en-title {
  color: #367068;
}
.p-card01__item.p-card01__item--sushi .p-card01__title .p-section-head__ja-title::before {
  background-color: #367068;
}

.p-card01__item.p-card01__item--yakiniku {
  padding-top: 92px;
  padding-top: 5.75rem;
  background-color: rgba(133, 112, 98, .05);
}
@media screen and (max-width: 750px) {
  .p-card01__item.p-card01__item--yakiniku {
    padding-top: 5rem;
  }
}
.p-card01__item.p-card01__item--yakiniku .p-card01__img {
  max-width: 233px;
  max-width: 14.5625rem;
}
.p-card01__item.p-card01__item--yakiniku .p-card01__contents {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 750px) {
  .p-card01__item.p-card01__item--yakiniku .p-card01__contents {
    margin-top: 2rem;
  }
}
.p-card01__item.p-card01__item--yakiniku .p-card01__title .p-section-head__en-title {
  color: #857062;
}
.p-card01__item.p-card01__item--yakiniku .p-card01__title .p-section-head__ja-title::before {
  background-color: #857062;
}

.p-footer {
  background-color: rgba(255, 255, 255, .9);
  padding: 4px 0;
  padding: 0.25rem 0;
}

.p-footer__copy {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.p-header {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-header {
    background-color: #fff;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-header__inner {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
}

.p-header__logo {
  padding-top: 13px;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 750px) {
  .p-header__logo {
    padding-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .p-header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__img {
  width: 100%;
  max-width: 162px;
  max-width: 10.125rem;
}
@media screen and (max-width: 750px) {
  .p-header__img {
    max-width: 7.5rem;
    height: 3.9375rem;
    margin-top: -0.3125rem;
  }
}

.p-header__title {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 750px) {
  .p-header__title {
    color: #736357;
    margin-top: -0.1875rem;
    margin-left: 0.4375rem;
  }
}

.p-header__sns-items {
  padding-top: 17px;
  padding-top: 1.0625rem;
}

.p-header__pc-nav {
  position: absolute;
  top: 150px;
  top: 9.375rem;
  left: 0px;
  left: 0rem;
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-header__hamburger {
    display: block;
    position: absolute;
    top: 0.875rem;
    right: 0.8125rem;
    z-index: 5;
    width: 2.5rem;
    height: 1.9375rem;
  }
}

.p-header__sp-nav {
  position: fixed;
  z-index: 4;
  width: 100%;
  top: 58px;
  top: 3.625rem;
  right: 0;
}

.p-mv {
  height: 720px;
  height: 45rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-mv {
    height: 100vh;
    min-height: 48.75rem;
  }
}

.p-mv__swiper,
.p-mv__wrapper,
.p-mv__slide,
.p-mv__img,
.p-mv__img img {
  height: inherit;
  min-height: inherit;
}

.p-mv__contents {
  color: #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .p-mv__contents {
    top: 46%;
  }
}

.p-mv__title {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-mv__content {
  line-height: 2.42;
  letter-spacing: 0.22em;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
  .p-mv__content {
    margin-top: 2.5rem;
  }
}

.p-mv__sub-title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}

.p-mv__scroll {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
  position: absolute;
  bottom: 5.5%;
  left: 50%;
  z-index: 10;
  letter-spacing: 0.08em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .p-mv__scroll {
    bottom: 5.5%;
  }
}

.p-mv__scroll::before,
.p-mv__scroll::after {
  content: "";
  width: 1px;
  width: 0.0625rem;
  position: absolute;
  background-color: #fff;
}

.p-mv__scroll::before {
  top: -50px;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  height: 2.5rem;
}

.p-mv__scroll::after {
  top: -17px;
  top: -1.0625rem;
  left: 47%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  height: 8px;
  height: 0.5rem;
}

.p-pc-nav {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  .p-pc-nav {
    display: none;
  }
}

.p-pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.p-pc-nav__item {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-pc-nav__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}

.p-pc-nav__item a:hover {
  color: #c69c6d;
}

.p-pc-nav__item.is-color a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.p-pc-nav__item.is-color a {
  color: #000;
}

.p-section-head {
  text-align: center;
  line-height: 1;
}

.p-section-head__en-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-section-head__ja-title {
  position: relative;
  color: #534741;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-section-head__ja-title::before {
  content: "";
  position: absolute;
  width: 80px;
  width: 5rem;
  height: 1px;
  height: 0.0625rem;
  top: -20px;
  top: -1.25rem;
  left: 50%;
  background-color: #736357;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-section {
  color: #736357;
}

.p-section__inner.l-inner {
  max-width: 1070px;
}

.p-section__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .p-section__contents {
    margin-top: 4.375rem;
  }
}

.p-section__text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  border: 1px solid #736357;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 74px;
  margin-top: 4.625rem;
}
@media screen and (max-width: 750px) {
  .p-section__text {
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.375rem;
    padding: 1.75rem;
  }
}

.p-section.p-section--blue {
  background-color: #54788C;
}

.p-section.p-section--green {
  background-color: #367078;
}

.p-section.p-section--blue,
.p-section.p-section--green {
  color: #fff;
  padding-top: 133px;
  padding-top: 8.3125rem;
  padding-bottom: 133px;
  padding-bottom: 8.3125rem;
}
.p-section.p-section--blue *,
.p-section.p-section--green * {
  color: #fff;
  border-color: #fff;
}
.p-section.p-section--blue .p-section__title.p-section-head .p-section-head__ja-title::before,
.p-section.p-section--green .p-section__title.p-section-head .p-section-head__ja-title::before {
  background-color: #fff;
}

.p-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sns-list__item {
  width: 100%;
  max-width: 24px;
  max-width: 1.5rem;
}

.p-sns-list__item + .p-sns-list__item {
  margin-left: 14px;
  margin-left: 0.875rem;
}

@media screen and (max-width: 750px) {
  .p-sns-list.p-sns-list--pc {
    display: none;
  }
}

.p-sns-list.p-sns-list--sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 33px;
  padding-top: 2.0625rem;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
  border-bottom: 3px solid #fff;
}
.p-sns-list.p-sns-list--sp .p-sns-list__item + .p-sns-list__item {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-sp-nav {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-sp-nav {
    background-color: #c7b299;
  }
}

.p-sp-nav__items {
  overflow: auto;
}

.p-sp-nav__item > a {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.13em;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
}

.p-sp-nav__item.p-sp-nav__item--brown {
  background-color: #998675;
}

/* 非表示設定 */
.u-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-sp {
    display: block;
  }
}

#sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,0.8);
  overflow: scroll;
  z-index: 90;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: 100000;
}
.open-menu #sp-menu {
  visibility: visible;
  opacity: 1;
}
#sp-menu-position {
  width: 90vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#sp-menu h2,
#sp-menu li {
  text-align: center;
  font-weight: normal;
}
.entry {
  margin: 3rem auto;
}
.entry li {
  margin-bottom: 2rem;
}
.entry li a {
  display: block;
  padding: 1.8rem 0;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
/*# sourceMappingURL=styles.css.map */
