@charset "UTF-8";
/* normal */
@font-face {
  font-family: "yumincho";
  src: url("/assets/fonts/yumincho.woff") format("woff");
  font-weight: normal;
}
*, *::before,
*::after {
  box-sizing: border-box;
}

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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

span {
  color: inherit;
  font-weight: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
}

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

img[src$=".svg"] {
  width: 100%;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select {
  vertical-align: middle;
}

/*
 * Base Setting For Art Bell Ange
 */
body {
  color: #725004;
  font-size: 13px;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.77;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}

.wrapper {
  position: relative;
}

.inner {
  padding: 0 27px;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 80%;
    max-width: 980px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .inner {
    max-width: 1080px;
  }
}

.serif {
  font-family: "yumincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

.heading {
  font-size: 22px;
  letter-spacing: 0.23em;
  text-align: center;
  text-indent: 0.23em;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 26px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-track {
  display: flex;
}

.slick-dotted.slick-slider {
  margin-bottom: 90px;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
  bottom: -55px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  margin: auto;
  border: 1px solid #707070;
  border-radius: 50%;
}
.slick-dots li button::before {
  display: none;
}

.slick-dots .slick-active button {
  background: #707070;
}

@media screen and (max-width: 767px) {
  .photo__plan,
.ceremony__plan {
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .photo__plan.slick-initialized, .ceremony__plan.slick-initialized {
    opacity: 1;
  }
}
.wrapper {
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 25px 0;
  z-index: 99;
  background: transparent;
}
.header__copyright {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: right;
}
.header__button {
  position: fixed;
  top: 27px;
  left: 22px;
  width: 38px;
  height: 22px;
  cursor: pointer;
}
.header__line {
  position: absolute;
  left: 3px;
  width: 32px;
  height: 1px;
  background: #725004;
  transition: 0.3s;
}
.header__line--top {
  top: 3px;
}
.header__line--middle {
  top: 50%;
  transform: translateY(-50%);
}
.header__line--bottom {
  bottom: 3px;
}
.header--active .header__line--top {
  top: 10px;
  transform: rotate(-35deg);
}
.header--active .header__line--middle {
  opacity: 0;
}
.header--active .header__line--bottom {
  bottom: 10px;
  transform: rotate(35deg);
}
@media screen and (min-width: 992px) {
  .header {
    padding: 45px 5% 0;
  }
  .header__copyright {
    font-size: 13px;
  }
  .header__button {
    top: 35px;
    left: 3%;
    width: 44px;
    height: 28px;
  }
  .header__line {
    width: 38px;
    height: 2px;
  }
  .header--active .header__line--top {
    top: 13px;
  }
  .header--active .header__line--bottom {
    bottom: 13px;
  }
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.nav nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.nav__item {
  margin-bottom: 25px;
  text-align: center;
}
.nav__item:last-of-type {
  margin-bottom: 0;
}
.nav__item a {
  display: inline-block;
}
.nav__item span {
  display: block;
}
.nav__item span:first-of-type {
  font-size: 18px;
  line-height: 1.25;
}
.nav__item span:last-of-type {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (min-width: 768px) {
  .nav__item {
    margin-bottom: 35px;
  }
  .nav__item span:first-of-type {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .nav__item span:first-of-type {
    font-size: 26px;
  }
}

.section {
  padding-top: 70px;
  margin-top: -70px;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 80px;
  background-image: url(../images/hero_background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__title {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
.hero__catch {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
}
.hero__catch p span {
  display: inline-block;
  padding: 0 22px;
  font-size: 22px;
  text-indent: 3px;
  white-space: nowrap;
  text-shadow: 0px 1px 3px #fff;
}
.hero__catch p:first-of-type {
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .hero__title {
    width: 280px;
  }
  .hero__catch {
    bottom: 20%;
  }
  .hero__catch p span {
    font-size: 28px;
  }
}

.introduction {
  margin-bottom: 70px;
}
.introduction__catch {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 340px;
  margin-bottom: -10px;
  margin-left: -13px;
}
.introduction__image {
  width: 100%;
  margin-bottom: 35px;
  padding-top: 71.8%;
  background-image: url(../images/introduction_image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction__heading {
  max-width: 288px;
  margin-bottom: 30px;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .introduction {
    margin-bottom: 100px;
  }
  .introduction__catch {
    max-width: 420px;
    margin-bottom: -35px;
  }
  .introduction__image {
    margin-bottom: 50px;
    padding-top: 62.5%;
  }
  .introduction__heading {
    max-width: 360px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .introduction {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto 120px;
  }
  .introduction__image {
    position: relative;
    z-index: 0;
    width: 70%;
    margin: 0;
    padding-top: 45%;
  }
  .introduction__contents {
    position: relative;
    width: 70%;
    margin-top: -100px;
    margin-left: auto;
    padding: 70px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
  }
}

.gallery {
  margin-bottom: 70px;
}
.gallery__heading {
  margin-bottom: 40px;
}
.gallery__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery__item {
  width: 33.2%;
  width: calc(33.3% - 0.5px);
  margin-bottom: 1px;
}
.gallery__item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery__item--01 {
  width: 100%;
}
.gallery__item--01 a {
  padding-top: 64%;
  background-image: url(../images/gallery_image_01.jpg);
}
.gallery__item--02 a {
  background-image: url(../images/gallery_thumb_02.jpg);
}
.gallery__item--03 a {
  background-image: url(../images/gallery_thumb_03.jpg);
}
.gallery__item--04 a {
  background-image: url(../images/gallery_thumb_04.jpg);
}
.gallery__item--05 a {
  background-image: url(../images/gallery_thumb_05.jpg);
}
.gallery__item--06 a {
  background-image: url(../images/gallery_thumb_06.jpg);
}
.gallery__item--07 a {
  background-image: url(../images/gallery_thumb_07.jpg);
}
.gallery__item--08 a {
  background-image: url(../images/gallery_thumb_08.jpg);
}
.gallery__item--09 a {
  background-image: url(../images/gallery_thumb_09.jpg);
}
.gallery__item--10 a {
  background-image: url(../images/gallery_thumb_10.jpg);
}
.gallery__item--11 a {
  background-image: url(../images/gallery_thumb_11.jpg);
}
.gallery__item--12 a {
  background-image: url(../images/gallery_thumb_12.jpg);
}
.gallery__item--13 a {
  background-image: url(../images/gallery_thumb_13.jpg);
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .gallery {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto 120px;
  }
  .gallery__item {
    width: 24.9%;
    width: calc(25% - 0.5px);
  }
  .gallery__item:first-of-type {
    width: 100%;
  }
}

.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  position: absolute;
}

.lity-wrap {
  padding: 0 10px;
}

.photo {
  margin-bottom: 75px;
}
.photo__heading {
  margin-bottom: 60px;
}
.photo__subheading {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #725004;
}
.photo__subheading span {
  font-weight: bold;
  font-size: 16px;
}
.photo__subheading img {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: -1;
  width: 115px;
  opacity: 0.5;
}
.photo__list {
  margin-bottom: 45px;
  line-height: 2.15;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .photo {
    margin-bottom: 100px;
  }
  .photo__plan {
    margin-bottom: 20px;
  }
}

.special {
  margin-bottom: 90px;
}
.special__catch {
  position: relative;
  z-index: 10;
  width: 80%;
  max-width: 291px;
  margin-bottom: -30px;
  margin-left: -10px;
}
.special__image {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 71.8%;
  background-image: url(../images/special_image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.special__contents {
  padding: 0 55px;
}
.special__heading {
  width: 210px;
  margin-bottom: 30px;
}
.special__text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .special {
    margin-bottom: 100px;
  }
  .special__catch {
    max-width: 420px;
    margin-bottom: -35px;
  }
  .special__image {
    margin-bottom: 50px;
    padding-top: 62.5%;
  }
  .special__heading {
    width: 240px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .special {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto 120px;
  }
}

.ceremony {
  margin-bottom: 120px;
}
.ceremony__catch {
  position: relative;
  z-index: 10;
  width: 240px;
  margin-bottom: -30px;
  margin-left: -10px;
}
@media screen and (min-width: 992px) {
  .ceremony__catch {
    margin-left: 15%;
    width: 320px;
  }
}

.reason {
  padding: 85px 0 45px;
  background: #f4dfd7;
}
.reason__heading {
  margin-bottom: 30px;
  text-align: center;
}
.reason__heading--en {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.reason__heading--ja span {
  font-size: 22px;
}
.reason__heading--ja img {
  width: 72px;
  margin: 0 8px 0 5px;
}
.reason__item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px dashed #fff;
}
.reason__item:last-of-type {
  border: none;
}
.reason__number {
  width: 82px;
}
.reason__detail {
  flex: 1;
  padding-left: 20px;
}
.reason__detail p {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 992px) {
  .reason .inner {
    max-width: 800px;
  }
}

.flow {
  padding: 60px 0 80px;
  background: #f4f4f4;
}
.flow__heading {
  margin-bottom: 50px;
}
.flow__list {
  position: relative;
  margin-bottom: 45px;
}
.flow__connect {
  position: absolute;
  top: 24px;
  left: 5px;
  width: 1px;
  height: calc(100% - 109px);
  background-size: 1px 4px;
  background-image: linear-gradient(to bottom, #725004, #725004 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-y;
}
.flow__item {
  margin-bottom: 40px;
}
.flow__item:last-of-type {
  margin-bottom: 0;
}
.flow__phase {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}
.flow__phase::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  width: 12px;
  height: 12px;
  border: 2px solid #725004;
  border-radius: 50%;
  background: #f4f4f4;
  content: "";
}
.flow__line {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  z-index: 0;
  width: 40px;
  height: 1px;
  background: #725004;
}
.flow__number, .flow__subheading {
  height: 48px;
  line-height: 48px;
}
.flow__number {
  position: relative;
  z-index: 1;
  width: 48px;
  background: #8e6c21;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
  text-align: center;
}
.flow__subheading {
  flex: 1;
  padding-left: 20px;
  background: #725004;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}
.flow__subheading span {
  font-size: 11px;
}
.flow__detail {
  padding-left: 40px;
  letter-spacing: 0.2em;
}
.flow__contact h2 {
  width: 205px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 992px) {
  .flow__connect {
    height: calc(100% - 48px);
  }
  .flow__list {
    margin-bottom: 85px;
  }
  .flow__item {
    display: flex;
    align-items: center;
  }
  .flow__phase {
    width: 400px;
    margin: 0;
  }
  .flow__detail {
    flex: 1;
  }
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 298px;
  height: 65px;
  margin: auto;
  border-radius: 6px;
  background: #d07074;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

.plan__item {
  position: relative;
  margin: 0 20px;
  padding: 20px 20px 80px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
}
.plan__item--athome .plan__title, .plan__item--ceremony .plan__title {
  margin-right: 0;
}
.plan__thumb {
  margin-bottom: 15px;
}
.plan__title, .plan__price {
  display: inline-block;
  vertical-align: middle;
}
.plan__title {
  margin-right: 60px;
  font-size: 20px;
  letter-spacing: 0;
}
.plan__price {
  font-size: 22px;
  letter-spacing: 0;
}
.plan__description {
  font-size: 12px;
  letter-spacing: 0;
}
.plan__more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.plan__more a {
  display: inline-block;
  width: 170px;
  padding: 5px 0;
  border-radius: 6px;
  background: #d07074;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
}
@media screen and (min-width: 768px) {
  .plan__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .plan__item {
    width: 49%;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .plan__list {
    width: 80%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .plan__list::after {
    display: block;
    width: 32%;
    content: "";
  }
  .plan__item {
    width: 32%;
  }
}

.footer {
  padding: 50px 0 180px;
  background-image: url(../images/footer_background.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
.footer__inner {
  padding: 0 75px;
}
.footer__logo {
  width: 180px;
  margin: 0 auto 30px;
}
.footer__info {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #000;
}
.footer__address {
  font-size: 11px;
}
.footer__tel {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .footer__inner {
    width: 500px;
    margin: auto;
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */