@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #888;
  background: #f1f1f1;
  line-height: 1.8;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", serif;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  letter-spacing: 0.25em;
  line-height: 2.2;
}

ul {
  padding-left: 0;
}

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

/*-----------------------
*　基本幅
*-----------------------*/
.blContainer {
  width: 92%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.navPc {
  width: 100%;
  height: 70px;
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 70px;
  background: #888;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .navPc {
    display: none;
  }
}
.navPc__link {
  margin-left: 30px;
}
.navPc__link:link {
  color: #fff;
}
.navPc__link:hover {
  color: #fff;
}
.navPc__link:visited {
  color: #fff;
}

.menuSp {
  display: none;
}
@media screen and (max-width: 992px) {
  .menuSp {
    display: block;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

#navSp {
  display: none;
}
@media screen and (max-width: 992px) {
  #navSp {
    display: block;
    background: #ABC4AA;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 50px;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 3;
  }
}

.navSp {
  display: none;
}
@media screen and (max-width: 992px) {
  .navSp {
    display: block;
  }
  .navSp__close {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
  }
  .navSp__logo {
    width: 70px;
    margin-top: 40px;
  }
  .navSp__link {
    color: #333;
    font-size: 1.125rem;
    letter-spacing: 0.16em;
    text-decoration: none;
    display: block;
    margin-top: 40px;
    border-bottom: 1px solid #fff;
  }
}

.heading {
  text-align: center;
  color: #937218;
}
.heading__en {
  font-size: 2.75rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 992px) {
  .heading__en {
    font-size: 1.5rem;
  }
}
.heading__en::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #937218;
  margin: 0 auto;
}
.heading__ja {
  margin-top: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 992px) {
  .heading__ja {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

.intro {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 992px) {
  .intro {
    margin-top: 30px;
  }
}
.intro__title {
  font-size: 1.125rem;
  color: #937218;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 992px) {
  .intro__title {
    font-size: 0.75rem;
  }
}
.intro__text {
  font-size: 0.875rem;
  color: #888;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .intro__text {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}

.subtitle {
  color: #937218;
  text-align: center;
}
.subtitle__en {
  font-size: 1.75rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 992px) {
  .subtitle__en {
    font-size: 1.125rem;
  }
}
.subtitle__ja {
  line-height: 0.5em;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
}
.subtitle__text {
  font-size: 0.875rem;
  color: #888;
  line-height: 1.5em;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .subtitle__text {
    font-size: 0.75rem;
  }
}

.cards {
  width: 910px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .cards {
    width: 100%;
    display: block;
  }
}
.cards__col3 {
  padding-left: 0;
}
.cards__col3 .cards__item {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .cards__col3 .cards__item {
    width: 250px;
    margin: 0 auto 60px;
  }
}
.cards__col3 .cards__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .cards__col3 .cards__item:nth-child(3n) {
    margin: 0 auto 40px;
  }
}

.card {
  list-style: none;
}
@media screen and (max-width: 992px) {
  .card {
    text-align: center;
  }
}
.card__img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 3px 3px 10px rgba(160, 160, 160, 0.8);
}
@media screen and (max-width: 992px) {
  .card__img {
    width: 200px;
    height: 150px;
  }
}
.card__textArea {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .card__textArea {
    margin-top: 15px;
  }
}
.card__titleEn {
  font-size: 0.875rem;
  margin-left: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .card__titleEn {
    font-size: 0.5rem;
    margin: 0;
  }
}
.card__titleEn::before {
  content: "";
  display: block;
  width: 8px;
  height: 0;
  border: 1px solid #888;
  position: relative;
  top: 14px;
  left: -17px;
}
@media screen and (max-width: 992px) {
  .card__titleEn::before {
    display: none;
  }
}
.card__title {
  font-size: 1.125rem;
  color: #937218;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 992px) {
  .card__title {
    font-size: 0.875rem;
  }
}
.card__text {
  font-size: 0.875rem;
  margin-top: 20px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 992px) {
  .card__text {
    font-size: 0.75rem;
    margin-top: 10px;
  }
}

.box {
  flex: 1 1 500px;
}
@media screen and (max-width: 992px) {
  .box {
    text-align: center;
  }
}
.box__list {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .box__list {
    margin-top: 0;
  }
}
.box__item {
  list-style: none;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .box__item {
    margin-top: 40px;
  }
}
.box__lead {
  color: #937218;
  font-size: 1.125rem;
  letter-spacing: 0.25em;
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 992px) {
  .box__lead {
    font-size: 0.875rem;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.box__lead::before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border: 1px solid #937218;
  position: relative;
  top: 14px;
  left: -20px;
}
@media screen and (max-width: 992px) {
  .box__lead::before {
    display: none;
  }
}
.box__text {
  font-family: "Shippori Mincho";
  font-size: 0.875rem;
  line-height: 1.7em;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .box__text {
    font-size: 0.75rem;
    margin-left: 0;
  }
}

.note {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .note {
    width: 80%;
  }
}
.note__title {
  font-size: 1.25rem;
  text-align: center;
  color: #937218;
  position: relative;
  top: 25px;
}
@media screen and (max-width: 992px) {
  .note__title {
    font-size: 0.875rem;
    top: 18px;
  }
}
.note__text {
  font-family: "Shippori Mincho";
  font-size: 0.875rem;
  line-height: 2;
  text-wrap: wrap;
  background: #fff;
  border-radius: 4%;
  padding: 60px 90px;
}
@media screen and (max-width: 992px) {
  .note__text {
    font-size: 0.625rem;
    padding: 45px 45px;
  }
}

.button {
  font-size: 0.875rem;
  color: #888;
  text-align: center;
  border: 1px solid #ABC4AA;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  width: 230px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .button {
    font-size: 0.625rem;
    width: 190px;
    height: 40px;
  }
}
.button::after {
  content: "";
  display: block;
  background: #ABC4AA;
  width: 25px;
  height: 25px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  position: relative;
  top: -23px;
  right: -188px;
}
@media screen and (max-width: 992px) {
  .button::after {
    width: 20px;
    height: 20px;
    top: -18px;
    right: -154px;
  }
}

.pageTop {
  font-size: 40px;
  color: #888;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 11;
}

.smBr {
  display: none;
}
@media screen and (max-width: 768px) {
  .smBr {
    display: block;
  }
}

/*-----------------------
*　header
*-----------------------*/
header .videoArea video {
  width: 100%;
  height: 100vh;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
header .videoArea__logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header .videoArea__logo {
    width: 150px;
  }
}
header .videoArea__subtitle {
  width: 300px;
  position: absolute;
  top: 60%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header .videoArea__subtitle {
    width: 150px;
    top: 56%;
  }
}

/*-----------------------
*　about
*-----------------------*/
.about {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.about__box {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .about__box {
    display: block;
    margin-top: 50px;
    position: relative;
  }
}
.about__textArea {
  flex: 0 1 600px;
  text-align: center;
  background: #fff;
  padding: 50px 80px;
}
@media screen and (max-width: 992px) {
  .about__textArea {
    padding: 50px 36px;
  }
}
.about__text {
  font-size: 0.875rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .about__text {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
}
.about__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .about__text:last-child {
    margin-bottom: 310px;
  }
}
.about__meImg {
  flex: 0 1 250px;
  height: 350px;
  box-shadow: 4px 4px 10px rgba(160, 160, 160, 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: -50px;
}
@media screen and (max-width: 992px) {
  .about__meImg {
    height: 250px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about .lbsh {
  margin-top: 70px;
}
.about .lbsh__outer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .about .lbsh__outer {
    display: block;
    width: 170px;
    margin: 30px auto 70px;
  }
}
.about .lbsh__inner {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .about .lbsh__inner {
    margin-top: 15px;
    margin-right: 0;
  }
}
.about .lbsh__inner:last-child {
  margin-right: 0;
}
.about .lbsh__label {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #ABC4AA;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 55px;
  padding-left: 5px;
}
@media screen and (max-width: 992px) {
  .about .lbsh__label {
    font-size: 1rem;
    width: 40px;
    height: 40px;
    line-height: 44px;
    padding-left: 4px;
  }
}
.about .lbsh__labelText {
  font-size: 1.125rem;
  padding-top: 5px;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .about .lbsh__labelText {
    font-size: 0.875rem;
    margin-left: 10px;
  }
}
.about .features {
  margin-top: 80px;
}
.about .card__fa {
  color: #ABC4AA;
}
.about__aboutImg {
  margin-top: 120px;
  display: block;
  height: 450px;
  background-image: url(../img/aboutLbsh.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .about__aboutImg {
    margin-top: 70px;
    height: 290px;
    background-image: url(../img/aboutLbsh.sp.jpg);
    background-position: left bottom;
    background-size: cover;
    background-attachment: scroll;
  }
}

/*-----------------------
*　 Menu
*-----------------------*/
.menu {
  padding-top: 90px;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .menu {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.menu__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 992px) {
  .menu__container {
    display: block;
    margin: 50px auto;
  }
}
.menu__container img {
  width: 30%;
  height: 100%;
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1 1 500px;
}
@media screen and (max-width: 992px) {
  .menu__container img {
    width: 100%;
    height: 25vh;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 40px;
  }
}
.menu .course__textBox {
  margin-left: 30px;
}
.menu .area {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .menu .area {
    flex-direction: column-reverse;
  }
}
.menu .area__box {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .menu .area__box {
    margin-left: 20px;
  }
}
.menu .prise {
  margin-top: 100px;
}
.menu .prise__container {
  width: 680px;
  margin: 60px auto 120px;
}
@media screen and (max-width: 992px) {
  .menu .prise__container {
    width: 88%;
    margin-bottom: 60px;
  }
}
.menu .prise__title {
  font-size: 1.375rem;
  color: #888;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.25em;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .menu .prise__title {
    font-size: 1rem;
    padding-bottom: 15px;
  }
}
.menu .prise__item {
  list-style: none;
  margin-bottom: 20px;
}
.menu .prise .item__lead {
  font-size: 1.125rem;
  color: #937218;
  line-height: 0;
  letter-spacing: 0.25em;
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .menu .prise .item__lead {
    font-size: 0.875rem;
  }
}
.menu .prise .item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  border: 1px solid #ABC4AA;
  position: relative;
  left: 320px;
  top: 35px;
}
@media screen and (max-width: 992px) {
  .menu .prise .item__lead::before {
    display: none;
  }
}
.menu .prise .item__textArea {
  font-family: "Shippori Mincho";
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.menu .prise .item__text {
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .menu .prise .item__text {
    font-size: 0.625rem;
  }
}

/*-----------------------
*　 workshop
*-----------------------*/
.workshop {
  padding-top: 20px;
  padding-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .workshop {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.workshop .heading__en {
  font-size: 1.75rem;
}
@media screen and (max-width: 992px) {
  .workshop .heading__en {
    font-size: 1.5rem;
  }
}
.workshop .heading__ja {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .workshop .heading__ja {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
.workshop__heading {
  position: relative;
  top: 120px;
  left: -350px;
}
@media screen and (max-width: 992px) {
  .workshop__heading {
    position: static;
    top: 0;
    left: 0;
  }
}
.workshop__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .workshop__wrapper {
    display: block;
    text-align: center;
  }
}
.workshop__textArea {
  width: 40%;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1.5;
  background: #fff;
  opacity: 0.8;
  padding: 30px 40px;
  position: relative;
  bottom: -60px;
  right: -100px;
}
@media screen and (max-width: 992px) {
  .workshop__textArea {
    width: 95%;
    position: static;
    margin: 20px auto 0;
  }
}
.workshop__text {
  font-size: 0.875rem;
  letter-spacing: normal;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .workshop__text {
    font-size: 0.75rem;
  }
}
.workshop__text:last-child {
  margin-bottom: 0;
}
.workshop__fa {
  color: #ABC4AA;
}
.workshop__img {
  width: 45%;
}
@media screen and (max-width: 992px) {
  .workshop__img {
    width: 95%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*-----------------------
*　 shop
*-----------------------*/
.shop {
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .shop {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.shop .heading {
  text-align: left;
}
.shop .heading__en {
  font-size: 1.75rem;
}
@media screen and (max-width: 992px) {
  .shop .heading__en {
    font-size: 1.5rem;
  }
}
.shop .heading__en::after {
  margin: 0;
}
.shop .heading__ja {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .shop .heading__ja {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
.shop__img {
  width: 35%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop__textArea {
  margin-top: 25px;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .shop__textArea {
    margin-top: 20px;
    margin-left: 15px;
  }
}
.shop__text {
  font-size: 0.875rem;
  margin-top: 20px;
  line-height: normal;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 992px) {
  .shop__text {
    font-size: 0.75rem;
  }
}
.shop__link {
  margin-top: 25px;
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .shop__link {
    margin: 25px auto 0;
  }
}

/*-----------------------
*　 reservetion
*-----------------------*/
.reservetion {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 10;
  background-image: url(../img/reservation.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .reservetion {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .reservetion {
    height: 300px;
  }
}
.reservetion::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.reservetion .heading__en {
  font-size: 1.75rem;
}
@media screen and (max-width: 992px) {
  .reservetion .heading__en {
    font-size: 1.5rem;
  }
}
.reservetion .heading__ja {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .reservetion .heading__ja {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
.reservetion__textArea {
  width: 500px;
  height: 310px;
  background: #fff;
  opacity: 0.8;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
@media screen and (max-width: 992px) {
  .reservetion__textArea {
    height: 200px;
    width: 70%;
    padding-top: 15px;
  }
}
.reservetion__headingS {
  margin-left: auto;
  margin-right: auto;
}
.reservetion__text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .reservetion__text {
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.reservetion__link {
  position: relative;
  z-index: 13;
}
.reservetion__link:hover {
  background: #fff;
}

/*-----------------------
*　 footer
*-----------------------*/
.footer {
  background: #ABC4AA;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer__logo {
  width: 110px;
}
@media screen and (max-width: 992px) {
  .footer__logo {
    width: 70px;
  }
}
.footer__list {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer__list {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
}
.footer__item {
  color: #fff;
  font-size: 1.125rem;
  list-style: none;
  margin-left: 25px;
}
@media screen and (max-width: 992px) {
  .footer__item {
    font-size: 0.875rem;
    margin-top: 5px;
    margin-left: 0;
  }
}
.footer__item:link {
  color: #333;
}
.footer__item:visited {
  color: #333;
}
.footer__fa {
  font-size: 1.25rem;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .footer__fa {
    margin: 0 20px;
  }
}
.footer__fa:link {
  color: #937218;
}
.footer__fa:visited {
  color: #937218;
}
.footer__copy {
  font-size: 0.75rem;
  font-family: "Shippori Mincho";
  color: #333;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .footer__copy {
    font-size: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */