html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td,
th {
  padding: 0
}

html {
  box-sizing: border-box
}

*,
:after,
:before {
  box-sizing: inherit
}

body,
html {
  height: 100%
}

html {
  font-size: 10px
}

body {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Ubuntu, Lucida Grande, sans-serif;
  background: #f9f6ed;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.outer {
  /* padding-right: 20px; */
  /* padding-right: 2rem; */
  overflow: hidden;
  position: relative;
  min-height: 100%
}

.body {
  text-align: justify;
  width: 50%;
  padding: 100px 4% 80px 10%;
  padding: 10rem 4% 8rem 10%
}

.body .upper-title {
  font-weight: 600;
  color: #333;
  font-size: 25px;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 5px;
  margin-bottom: .5rem
}

.body .title {
  font-size: 35px;
  font-size: 35px;
  font-size: 3.5rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  font-weight: 700;
  color: #333
}

.body .desc {
  margin-top: 20px;
  margin-top: 2rem
}

.body .desc p {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #333
}

.body .address {
  border-top: 2px solid #eae0c1;
  margin-top: 30px;
  margin-top: 3rem;
  display: inline-block;
  padding-top: 30px;
  padding-top: 3rem;
  padding-right: 50px;
  padding-right: 5rem
}

.body .address a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333
}

.body .address p {
  margin: 0;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: .8em
}

.body .address div {
  border-color: #6b6b6b;
  padding-bottom: 1px;
  font-weight: 700;
  border-bottom: 2px solid #333;
  display: inline-block;
  margin-bottom: 1.5em
}

.gallery-outer {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 100px;
  padding-left: 10rem;
  padding-right: 100px;
  padding-right: 10rem;
  height: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-top: 3rem
}

.gallery-outer .gallery-nav {
  position: fixed;
  left: 75%;
  margin-left: -24px;
  width: 48px;
  background: rgba(0, 0, 0, .5);
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  transition: background .1s ease-in;
  cursor: pointer
}

.gallery-outer .gallery-nav:hover {
  background: #000
}

.gallery-outer .gallery-nav img {
  width: 100%
}

.gallery-outer .gallery-nav.hidden {
  display: none
}

.gallery-outer .gallery-nav.prev {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  top: 0
}

.gallery-outer .gallery-nav.next {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 0
}

.gallery-outer .gallery-nav.next>img {
  top: 2px;
  position: relative
}

.gallery-outer>div img {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media screen and (max-width:900px) {
  .body {
      padding-top: 4rem;
      width: 100%;
      position: static;
      padding-right: 3rem;
      padding-left: 3rem;
      padding-bottom: 1rem;
  }
  .body .address,
  .body .title,
  .body .upper-title {
      text-align: center
  }
  .body .address {
      display: block;
      padding-right: 0
  }
  .gallery-outer {
      width: 100%;
      position: static;
      padding-right: 3rem;
      padding-left: 3rem
  }
  .gallery-outer .gallery-nav {
      display: none
  }
}