@charset "UTF-8";
/*
config.scss
*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i|Quicksand:300,400|Meie+Script|Merriweather+Sans&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
/*
all.scss
*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i|Quicksand:300,400|Meie+Script|Merriweather+Sans&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
html {
  position: relative;
  z-index: -7;
}

body {
  position: relative;
  z-index: -6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 2em;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
body.jp .en {
  display: none;
}
body.en .jp {
  display: none;
}

@media screen\0  {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); /* Chrome用 */
}
h1, h2, h3, h4, h5, h6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 1em;
}

p {
  margin: 0px 0px 1.5em;
}
@media screen and (max-width: 544px) {
  p {
    line-height: 1.8em;
  }
}

ul, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 1.5em;
  padding: 0px;
}
ul:last-child, ol:last-child {
  margin-bottom: 0px;
}
ul li, ol li {
  margin: 0px 0px 0.3em;
  list-style: none inside;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0px;
}
ul li p, ol li p {
  line-height: 1.6em;
}

dl {
  margin: 0px 0px 1.5em;
}
dl dt {
  margin: 0px 0px 1em;
  line-height: 1.4em;
}
dl dd {
  margin: 0px 0px 1em;
}
dl dd:last-child {
  margin-bottom: 0px;
}
dl dd p {
  line-height: 1.6em;
}

header, footer, section, aside, nav, div, p, table, th, td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}
a[href*="void(0)"] {
  color: #ccc;
}
a i:last-child {
  margin-left: 0.3em;
}
a.submit {
  display: inline-block;
  position: relative;
  background-color: #003580;
  border-radius: 6px;
  padding: 12px 2em;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
a.submit i {
  position: relative;
  z-index: 2;
  margin-right: 0.5em;
  color: #fff;
  font-style: normal;
}
a.submit i:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: -6px;
  z-index: -1;
  background-color: #00bcf1;
  border-radius: 50%;
  margin-left: -50%;
}
a.submit.cart {
  padding: 24px 3em 24px 2.5em;
}
a.submit.cart i {
  margin-right: 30px;
  font-size: 36px;
  font-weight: 300;
}
a.submit.cart i:after {
  width: 60px;
  height: 60px;
  left: 30%;
  top: -12px;
}
a.back, a.reset {
  border: 3px solid #000;
  padding: 8px 1.5em;
}

article > p, article > table, article > dl, article > ul, article > ol, article > nav {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  article > p, article > table, article > dl, article > ul, article > ol, article > nav {
    width: 94%;
  }
}
article > p + .blockbox {
  margin-top: 4em;
}

.script {
  margin-bottom: 2em;
  font-family: "PT Serif", serif;
  font-size: 21px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.5em;
  text-align: center;
}
.script span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 1em 0.7em 1.5em;
}
.script span:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: -1;
  border-radius: 100px/20px;
  -webkit-box-shadow: 0px 0px 10px #aaa;
          box-shadow: 0px 0px 10px #aaa;
  margin-left: -50px;
}

article > .script span {
  background-color: #fff;
}

article .blockbox.bg_white .script span {
  background-color: #fff;
}

i.macron {
  display: inline-block;
  position: relative;
  visibility: hidden;
  font-style: normal;
}
i.macron:before {
  content: "Ā";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  visibility: visible;
  text-align: center;
}

i.pay {
  font-style: normal;
}
i.pay:before {
  content: "［";
  display: inline-block;
}
i.pay:after {
  content: "］";
  display: inline-block;
}

.gothic {
  margin-bottom: 1em;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.05em;
  text-align: center;
}

.lead {
  margin-bottom: 3em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 544px) {
  .lead {
    text-align: left;
  }
}

.separate {
  margin-top: 4em;
  margin-bottom: 4em;
}
.separate:last-child {
  margin-bottom: 0px;
}

.remarks {
  font-size: 91.6%;
  color: #666;
  line-height: 1.6em;
}
.remarks > span:before {
  content: "※";
  display: block;
}

.caution {
  color: #ff0000;
}

.catchcopy {
  font-size: 175%;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  .catchcopy {
    font-size: 133.3%;
  }
}

.underline {
  text-decoration: underline;
}

.decimal li {
  list-style: decimal inside;
}

.disc li {
  list-style: disc inside;
}

.bg_white {
  background-color: #fff !important;
}

.photo.left {
  float: left;
  margin: 0px 30px 0px 0px;
}
.photo.right {
  float: right;
  margin: 0px 0px 0px 30px;
}
.photo.center {
  display: block;
  margin: 0px auto 1em;
}

.backyard {
  display: none;
}

.bttn {
  display: inline-block;
  background-color: #007aff;
  border: 0px none transparent;
  border-radius: 2px;
  padding: 8px 2em;
  color: #fff;
  text-decoration: none;
}
.bttn.box {
  padding: 30px 45px;
}
.bttn.black {
  background-color: #222;
}
.bttn.back {
  background-color: #666;
}

.sp {
  display: none;
}

@media screen and (max-width: 544px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.allW_s, .smW, .xsW {
  display: none;
}

@media screen and (max-width: 960px) {
  .allW {
    display: none;
  }
  .allW_s {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .allW_s {
    display: none;
  }
  .smW {
    display: block;
  }
}
@media screen and (max-width: 544px) {
  .smW {
    display: none;
  }
  .xsW {
    display: block;
  }
}
/* formstone */
.fs-lightbox {
  width: auto;
}

.fs-checkbox-label.fs-light {
  font-size: 16px;
  color: #222;
  line-height: 1;
}
.fs-checkbox-label.fs-light.fs-checkbox-radio {
  line-height: 1;
}

.fs-checkbox.fs-light.fs-checkbox-marker {
  margin-left: 6px;
}

.fs-checkbox-label.fs-light.fs-checkbox-radio ~ .fs-checkbox.fs-light.fs-checkbox-radio {
  margin-left: 1em;
}

.fs-checkbox-label.fs-light.fs-checkbox-radio ~ br ~ .fs-checkbox.fs-light.fs-checkbox-radio {
  margin-left: 0px;
}

.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  height: 48px;
  color: #000;
  border: 0px none transparent;
  line-height: 48px;
}

.fs-light.fs-navigation-handle.fs-navigation-enabled:after {
  height: 2px;
  background: #000;
  -webkit-box-shadow: 0px 5px 0px #000, 0px -5px 0px #000;
          box-shadow: 0px 5px 0px #000, 0px -5px 0px #000;
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled {
  height: 100%;
  background-color: #fcf6f0;
}
.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled .blockbox {
  padding: 0px;
}
.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled .blockbox + .blockbox {
  margin-top: 0px;
}
.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled .blockbox:last-child {
  margin-bottom: 40px;
}

.fs-light.fs-tabs-tab.fs-tabs-enabled {
  background-color: #fff;
  border: 3px solid #000;
  border-bottom: 0px none transparent;
  border-radius: 6px 6px 0px 0px;
  margin-top: 10px;
  font-size: 116.6%;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 544px) {
  .fs-light.fs-tabs-tab.fs-tabs-enabled {
    padding: 6px 10px;
    font-size: 100%;
  }
}
@media screen and (max-width: 320px) {
  .fs-light.fs-tabs-tab.fs-tabs-enabled {
    font-size: 91.6%;
  }
}

.fs-light.fs-tabs-tab.fs-tabs-enabled.fs-tabs-active {
  margin-top: 0px;
  padding-bottom: 20px;
}

.fs-light.fs-tabs-tab.fs-tabs-active,
.fs-light.fs-tabs-tab.fs-tabs-enabled.fs-tabs-active:hover,
.no-touchevents .fs-light.fs-tabs-tab.fs-tabs-enabled.fs-tabs-active:hover {
  background-color: #e9e3dc;
  color: #000;
}

.no-touchevents .fs-light.fs-tabs-tab.fs-tabs-enabled:hover {
  background-color: #fff;
  color: #000;
}

.fs-light.fs-tabs-tab.fs-tabs-tab_mobile {
  width: 94%;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.fs-viewer-container.fs-touch-element {
  width: 100% !important;
  height: 100% !important;
}

.fs-lightbox-lock #hamburger {
  display: none;
}

.fs-lightbox.fs-light .fs-lightbox-close {
  background-color: #000;
}
.fs-lightbox.fs-light .fs-lightbox-close:before {
  content: "\f00d";
  width: 22px;
  height: 22px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-close {
  top: 10px;
  right: 10px;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-close::before {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  font-size: 36px;
  color: #fff;
}

/* swiper */
.swiper-slide-prev, .swiper-slide-next {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0.2;
}

.swiper-slide-active {
  -webkit-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}

/* masonry */
@media screen and (max-width: 544px) {
  .masonry {
    width: 94% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0px auto;
  }
}
.masonry .item {
  position: absolute;
  margin: 0px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 544px) {
  .masonry .item {
    width: 100%;
  }
}
.masonry .item a {
  line-height: 1;
}

/* modaal */
.modal.target {
  display: none;
}

.modaal-inner-wrapper .modaal-container {
  width: 60%;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container {
    width: 80%;
  }
}
@media screen and (max-width: 544px) {
  .modaal-inner-wrapper .modaal-container {
    width: 90%;
  }
}

@media screen and (max-width: 544px) {
  .modaal-content-container {
    padding: 25px 12px !important;
  }
}
.modaal-content-container :last-child {
  margin-bottom: 0px;
}
.modaal-content-container > img {
  display: table;
  width: 75%;
  margin: 0px auto 15px;
}
@media screen and (max-width: 544px) {
  .modaal-content-container > img {
    width: 100%;
  }
}
.modaal-content-container h5 {
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  .modaal-content-container h5 {
    text-align: left;
  }
}
.modaal-content-container p {
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .modaal-content-container p {
    text-align: left;
  }
}
.modaal-content-container table.data {
  margin: 0px auto 1em;
}
.modaal-content-container table.data:last-child {
  margin-bottom: 0px;
}
.modaal-content-container table.data th ~ th {
  padding-left: 1em;
}

.modaal-close {
  position: absolute !important;
  top: 20px;
  right: 20px;
  background-color: #000 !important;
}

/*
▼form
------------------------------*/
input,
textarea {
  font-size: 100%;
  font-weight: normal;
}

textarea {
  height: 200px;
}

select {
  max-width: 100%;
}

.soy_inquiry_message {
  margin-bottom: 1em;
}

.bg_white .inquiry_form tr.headline td {
  background-color: #fcf6f0;
  border-top-color: #fff;
}

.inquiry_form {
  width: 100%;
  border-collapse: collapse;
}
.inquiry_form input[type=text],
.inquiry_form input[type=email],
.inquiry_form input[type=number],
.inquiry_form textarea {
  background: #e9e3dc;
  border: 1px solid #666;
  margin-bottom: 0.2em;
  padding: 3px;
}
.inquiry_form th {
  width: 280px;
  border-bottom: 1px solid #000;
  padding: 0.5em 1em;
  font-weight: normal;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .inquiry_form th {
    display: block;
    width: 100%;
    border-bottom: 0px none transparent;
    padding: 2em 0px 0px;
  }
}
@media screen and (max-width: 544px) {
  .inquiry_form th {
    padding-top: 1em;
  }
}
.inquiry_form td {
  border-bottom: 1px solid #000;
  padding: 0.5em 1em 0.5em 0px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .inquiry_form td {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
  }
}
.inquiry_form td span {
  font-size: 14px;
}
.inquiry_form td span.error_message {
  display: inline-block;
  background-color: #ff0000;
  border-radius: 2px;
  padding: 4px 0.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .inquiry_form .responsive td {
    border-bottom: 0px none transparent;
  }
}
.inquiry_form tr.headline td {
  background-color: #fff;
  border-top: 2em solid #fcf6f0;
  border-bottom: 0px none transparent;
  border-radius: 2px;
  padding: 0.2em 1em;
  line-height: 1.6em;
}
.inquiry_form tr.headline + tr th {
  padding-top: 1em;
}
.inquiry_form tr.headline + tr td {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .inquiry_form tr.headline + tr td {
    padding-top: 0px;
  }
}
.inquiry_form tr.tour.name div.summary {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: 0.5em;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6em;
}
.inquiry_form tr.tour.name div.summary:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.inquiry_form tr.tour.name div.summary:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom-color: #fff;
  margin-left: -10px;
  pointer-events: none;
}
.inquiry_form tr.tour.name div.summary img {
  float: right;
  max-width: 240px;
  margin-left: 10px;
}
@media screen and (max-width: 544px) {
  .inquiry_form tr.tour.name div.summary img {
    float: none;
    display: block;
    margin: 0px auto 1em;
  }
}

#inquiry_form.complete th,
#inquiry_form.confirm th {
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #inquiry_form.complete th,
#inquiry_form.confirm th {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #inquiry_form.complete td,
#inquiry_form.confirm td {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#inquiry_form.complete td span.mobile,
#inquiry_form.confirm td span.mobile {
  height: 1px;
  visibility: hidden;
}

#inquiry_form.complete td:nth-child(1) {
  white-space: nowrap;
}
#inquiry_form.complete pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#inquiry_form.complete span {
  font-size: 16px !important;
}

@media screen and (max-width: 960px) {
  #inquiry_form.complete td:not(td[colspan]),
#inquiry_form.confirm td:not(td[colspan]) {
    display: block;
    max-width: 100%;
  }
  #inquiry_form.complete td:not(td[colspan]) pre,
#inquiry_form.confirm td:not(td[colspan]) pre {
    display: none;
  }
  #inquiry_form.complete td:not(td[colspan]) span.mobile,
#inquiry_form.confirm td:not(td[colspan]) span.mobile {
    height: auto;
    visibility: visible;
  }
}
input.long,
textarea {
  width: 480px;
}
@media screen and (max-width: 544px) {
  input.long,
textarea {
    width: 100%;
  }
}

input.middle {
  width: 300px;
}
@media screen and (max-width: 544px) {
  input.middle {
    width: 100%;
  }
}

input.short {
  width: 120px;
}

input.micro,
.input-zip1 {
  width: 60px;
}

input.mini,
.input-zip2 {
  width: 80px;
}

/*
config.scss
*/
/*
box.scss
*/
/*
--------------------------------------------------*/
#headerbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #fff;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#headerbox > div.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94%;
  position: relative;
  margin: 0px auto;
}
#headerbox .logomark {
  width: 190px;
  height: 44px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #headerbox .logomark {
    width: 55px;
  }
}
#headerbox .logomark img {
  max-width: initial;
}
#headerbox a {
  color: #fff;
  text-decoration: none;
}
#headerbox nav {
  width: calc(100% - 190px - 70px);
}
@media screen and (max-width: 960px) {
  #headerbox nav {
    width: calc(100% - 55px - 40px);
  }
}
@media screen and (max-width: 768px) {
  #headerbox nav {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #headerbox nav ul.menubar {
    margin-right: 106px;
  }
}
@media screen and (max-width: 768px) {
  #headerbox nav ul.menubar li:not(:last-child) {
    display: none;
  }
}
#headerbox.ver_2 {
  /*------------------------------------------------*/
  height: 110px;
  /*------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  #headerbox.ver_2 {
    height: 80px;
  }
}
#headerbox.ver_2 > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#headerbox.ver_2 nav.grand_navi {
  padding-top: 8px;
}
#headerbox.ver_2 nav.grand_navi ul.utility {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0px 30px;
  height: 48px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #headerbox.ver_2 nav.grand_navi ul.utility {
    margin-top: 7px;
    padding-right: 130px;
  }
}
#headerbox.ver_2 nav.grand_navi ul.utility li {
  height: 50px;
  margin-bottom: 0px;
}
#headerbox.ver_2 nav.grand_navi ul.utility li.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 15px;
  color: #fff;
}
#headerbox.ver_2 nav.grand_navi ul.utility li.language a {
  display: inline-block;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  #headerbox.ver_2 nav.grand_navi ul.utility li.reservation {
    display: none;
  }
}
#headerbox.ver_2 nav.grand_navi ul.menubar {
  height: auto;
  margin-bottom: 0px;
}
body.en #headerbox.ver_2 nav.grand_navi ul.menubar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0px 4em;
}

#headerbox.ver_2 nav.grand_navi ul.menubar li {
  height: auto;
}
@media screen and (max-width: 768px) {
  #headerbox.ver_2 nav.grand_navi ul.menubar li:last-child {
    display: none;
  }
}
#headerbox.ver_2 nav.grand_navi ul.menubar li:last-child a {
  background-color: transparent;
  border-radius: 2px;
  padding: 0px;
  color: #fff !important;
}

/*------------------------------------------------*/
/*
#hamburger
--------------------------------------------------
--------------------------------------------------*/
#hamburger {
  display: none;
  position: fixed;
  right: 3%;
  top: 16px;
  z-index: 1001;
  font-size: 14px;
}
#hamburger .blockbox {
  margin: 0px;
  padding-top: 0px;
}
#hamburger dl {
  margin-bottom: 3em;
}
#hamburger dt {
  margin-bottom: 0.5em;
  padding-left: 5px;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
#hamburger dd + dd {
  margin-bottom: 2em;
}
#hamburger dd:last-child {
  margin-bottom: 0px;
}
#hamburger li {
  border-bottom: 1px dotted #000;
  margin: 0px;
  line-height: 1.25em;
}
ul.special #hamburger li {
  border-bottom: 0px none transparent;
}

#hamburger li:nth-child(1) {
  border-top: 1px dotted #000;
}
ul.special #hamburger li:nth-child(1) {
  border-top: 0px none transparent;
}

#hamburger li a {
  display: block;
  padding: 0.75em 5px;
}
#hamburger .logomark {
  height: 44px;
  margin-bottom: 30px;
  text-align: center;
  overflow-y: hidden;
}
#hamburger ul.special {
  margin-bottom: 30px;
}
#hamburger ul.special li.reservation a {
  background-color: #222;
  border-radius: 2px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  font-size: 133.3%;
  color: #fff;
  letter-spacing: -0.025em;
  text-align: center;
}
#hamburger h5 {
  position: relative;
  margin-bottom: 0px;
  font-family: "Quicksand", sans-serif;
  font-size: 106.6%;
}
@media screen and (max-width: 768px) {
  #hamburger {
    display: block;
  }
}

/*
#footerbox
--------------------------------------------------
--------------------------------------------------*/
#footerbox {
  background-color: #000;
  text-align: center;
}
#footerbox .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 0px;
  padding: 30px 3%;
}
@media screen and (max-width: 768px) {
  #footerbox .message {
    display: block;
    padding-bottom: 40px;
  }
}
#footerbox .message * {
  line-height: 1;
}
#footerbox .message .photo {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #footerbox .message .photo {
    padding-left: 50px;
    text-align: center;
  }
  #footerbox .message .photo img {
    margin: 0px auto 20px;
  }
}
#footerbox .message .caption {
  width: 100%; /* タオルアートありの場合はwidthを削除　*/
  font-family: "Hannari", serif;
  font-size: 18px;
  text-align: center;
}
#footerbox .message .caption p {
  line-height: 2em;
}
#footerbox .message .caption p:last-child {
  margin-bottom: 0px;
}
#footerbox .logomark {
  height: 330px;
  background: url(../img000/footer_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 110px;
}
@media screen and (max-width: 544px) {
  #footerbox .logomark {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
}
#footerbox nav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footerbox nav {
    display: none;
  }
}
#footerbox nav ul {
  margin-left: 3%;
  margin-right: 3%;
}
#footerbox nav a {
  color: #fff;
  text-decoration: none;
}
#footerbox .endbar {
  background: url(../img000/footer_bar.png) repeat-x center top;
  padding: 140px 0px 10px;
}
#footerbox .endbar > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 94%;
  margin: 0px auto;
}
@media screen and (max-width: 544px) {
  #footerbox .endbar > .inner {
    display: block;
  }
}
#footerbox .endbar .address {
  width: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (max-width: 544px) {
  #footerbox .endbar .address {
    width: 100%;
    text-align: center;
  }
}
#footerbox .endbar .address h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
}
#footerbox .endbar .address h3 + p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footerbox .endbar .address p {
  margin-bottom: 1em;
}
#footerbox .endbar .address p:last-child {
  margin-bottom: 0px;
}
#footerbox .endbar .address a {
  color: #fff;
}
@media screen and (max-width: 544px) {
  #footerbox .endbar .address {
    text-align: center;
  }
}
#footerbox .endbar .copyright {
  float: none;
  width: 50%;
  font-family: "Quicksand", sans-serif;
  text-align: right;
}
@media screen and (max-width: 544px) {
  #footerbox .endbar .copyright {
    width: 100%;
    text-align: center;
  }
}
#footerbox .endbar .copyright small {
  font-size: 11px;
  color: #fff;
}

/*
#pagettlbox
--------------------------------------------------
--------------------------------------------------*/
#pagettlbox {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fcf6f0;
  padding: 120px 3% 0px;
}
#pagettlbox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#pagettlbox .inner {
  width: 960px;
  margin: 0px auto;
}
@media screen and (max-width: 960px) {
  #pagettlbox .inner {
    width: 94%;
  }
}
#pagettlbox h1 {
  float: right;
  width: 50%;
  margin: 0px;
  font-size: 100%;
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 544px) {
  #pagettlbox h1 {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
#pagettlbox h1 i {
  display: inline-block;
  height: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-right: 1px solid #000;
  margin: 0px 0.5em 0px 0px;
  padding: 0px 0.5em 0px 0px;
  font-family: "Quicksand", sans-serif;
  font-size: 60px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}
#pagettlbox h1 + dl {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0.1em 0px 0px;
  text-align: left;
}
@media screen and (max-width: 544px) {
  #pagettlbox h1 + dl {
    float: none;
    width: 100%;
    text-align: center;
  }
}
#pagettlbox h1 + dl dt {
  font-size: 150%;
}
#pagettlbox h1 + dl + p {
  clear: both;
  margin-bottom: 2em;
  padding: 2em 0px 0px;
}
#pagettlbox dl {
  margin-bottom: 1em;
  text-align: center;
}
#pagettlbox dl dt {
  margin-bottom: 0.2em;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 200%;
  line-height: 1.2em;
}
#pagettlbox dl dd {
  font-size: 91.6%;
  font-family: "Hannari", serif;
  letter-spacing: 0.1em;
}
#pagettlbox dl + h1 {
  float: none;
  width: auto;
  text-align: center;
}

/*
#_pagebox, #allbox
--------------------------------------------------
--------------------------------------------------*/
[id$=_pagebox] {
  position: relative;
  z-index: -5;
}

#allbox {
  position: relative;
  z-index: -4;
}

/*
#maincontentbox
--------------------------------------------------
--------------------------------------------------*/
#maincontentbox {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  z-index: -3;
}
#maincontentbox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

/*
#contentbox
--------------------------------------------------
--------------------------------------------------*/
#contentbox {
  position: relative;
  z-index: -2;
}

/*
COMMON
--------------------------------------------------
--------------------------------------------------*/
nav.grand_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.grand_navi ul li {
  display: table;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  nav.grand_navi ul li {
    height: 48px;
  }
}
nav.grand_navi ul li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.25em;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  nav.grand_navi ul li {
    white-space: normal;
  }
}
nav.grand_navi ul li:last-child {
  white-space: nowrap;
}
nav.grand_navi ul li:last-child a {
  background-color: #fff;
  border-radius: 2px;
  padding: 8px 2em;
  color: #000 !important;
}
@media screen and (max-width: 960px) {
  nav.grand_navi ul li:last-child a {
    padding: 8px 1em;
    letter-spacing: 0px;
    line-height: 2em;
  }
}

.blockbox {
  position: relative;
  background-color: #fcf6f0;
  margin: -80px auto 4em;
  padding-top: calc(80px + 2em);
  padding-bottom: 2em;
}
.blockbox.smW {
  display: block;
  width: 768px;
}
@media screen and (max-width: 768px) {
  .blockbox.smW {
    width: 94%;
  }
}
.blockbox.smW > .inner {
  width: 100%;
}
.blockbox + .blockbox {
  margin-top: -4em;
}
.blockbox + .blockbox.bg_white {
  margin-top: 0px;
}
.blockbox:last-child {
  margin-bottom: 0px;
}
.blockbox > .inner {
  width: 960px;
  margin: 0px auto;
}
@media screen and (max-width: 960px) {
  .blockbox > .inner {
    width: 94%;
  }
}
.blockbox > .inner.photo_left, .blockbox > .inner.photo_right {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.blockbox > .inner.photo_left:after, .blockbox > .inner.photo_right:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.blockbox > .inner.photo_left > .photo, .blockbox > .inner.photo_right > .photo {
  width: 300px;
}
.blockbox > .inner.photo_left > .photo a img, .blockbox > .inner.photo_right > .photo a img {
  border-radius: 10px;
}
.blockbox > .inner.photo_left > .caption, .blockbox > .inner.photo_right > .caption {
  width: 600px;
}
@media screen and (max-width: 960px) {
  .blockbox > .inner.photo_left > .caption, .blockbox > .inner.photo_right > .caption {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 768px) {
  .blockbox > .inner.photo_left > .caption, .blockbox > .inner.photo_right > .caption {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 544px) {
  .blockbox > .inner.photo_left > .caption, .blockbox > .inner.photo_right > .caption {
    float: none;
    width: 100%;
  }
}
.blockbox > .inner.photo_left > .caption p, .blockbox > .inner.photo_right > .caption p {
  line-height: 1.8em;
}
.blockbox > .inner.photo_left > .photo {
  float: left;
}
.blockbox > .inner.photo_left > .caption {
  float: right;
}
.blockbox > .inner.photo_left > .remarks:last-child {
  clear: both;
}
.blockbox > .inner.photo_right {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
.blockbox > .inner.photo_right:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.blockbox > .inner.photo_right > .photo {
  float: right;
}
.blockbox > .inner.photo_right > .caption {
  float: left;
}
.blockbox > .inner.photo_right > .remarks:last-child {
  clear: both;
}
.blockbox > .kanban {
  position: relative;
  margin: 0px 0px 2em;
  text-align: center;
}
.blockbox > .kanban:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(252, 246, 240, 0)), color-stop(95%, rgb(252, 246, 240)));
  background: -o-linear-gradient(top, rgba(252, 246, 240, 0) 85%, rgb(252, 246, 240) 95%);
  background: linear-gradient(to bottom, rgba(252, 246, 240, 0) 85%, rgb(252, 246, 240) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00fcf6f0", endColorstr="#fcf6f0",GradientType=0 );
}
.blockbox.bg_white {
  background-color: #fff;
}
.blockbox.bg_white > .kanban:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(95%, rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 95%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00fcf6f0", endColorstr="#fcf6f0",GradientType=0 );
}
.blockbox > .photo {
  padding: 2em 3%;
}
.blockbox > .photo .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blockbox > .photo .gallery li {
  margin-right: 20px;
}
.blockbox > .photo .gallery li:last-child {
  margin-right: 0px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #000;
  padding: 30px 0px 60px;
}
.pager li {
  margin: 0px 2em;
}
.pager li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding: 0.5em 0px;
  font-family: "Quicksand", sans-serif;
  font-size: 116.6%;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.pager li.current a {
  border-bottom-color: #000;
}

.drawer dt {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #000;
  padding: 0px 0px 0.5em;
  font-weight: bold;
}
.drawer dt:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.drawer dt:nth-of-type(1) ~ dt {
  margin-top: 3em;
}
.drawer dt:hover {
  cursor: pointer;
}
.drawer dt i {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: -5px;
  vertical-align: middle;
}
.drawer dt.open i:before, .drawer dt.close i:before, .drawer dt.close i:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 50%;
  border-top: 1px solid #000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.drawer dt.close i:after {
  left: -9px;
  top: 0px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drawer dd {
  display: none;
  padding-bottom: 2em;
}
.drawer dd * {
  line-height: 1.6em;
}
.drawer dd > :last-child {
  margin-bottom: 0px;
}

.comment {
  display: block;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .comment {
    margin-left: 0px;
  }
}
.comment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
}
@media screen and (max-width: 544px) {
  .comment dl {
    display: block;
  }
}
.comment dt {
  width: 140px;
  margin: 0px;
  text-align: center;
}
@media screen and (max-width: 544px) {
  .comment dt {
    width: auto;
  }
}
.comment dt img {
  display: block;
  width: 100px;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  margin: 0px auto 0.3em;
}
.comment dd {
  width: calc(100% - 140px - 30px);
  margin: 0px;
}
@media screen and (max-width: 544px) {
  .comment dd {
    width: 100%;
  }
}
.comment.frame {
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0px 0px 100px;
  padding: 50px 30px 30px;
}
.comment.frame:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 25px;
  background-color: #fff;
  border-radius: 3px 0px 0px 0px;
  margin: -65px 0px 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comment.frame dt {
  width: 100px;
}
.comment.frame dt img {
  width: 60px;
}
.comment.frame dd {
  padding-bottom: 1em;
  font-size: 83.3%;
  color: #777;
  line-height: 1.4em;
}

.schedule.booking dl,
.guideline.reopen dl {
  margin-bottom: 2em;
}
.schedule.booking dl.link dt,
.guideline.reopen dl.link dt {
  margin-bottom: 0px;
}
.schedule.booking dt,
.guideline.reopen dt {
  font-weight: bold;
}
.schedule.booking .p,
.guideline.reopen .p {
  margin-bottom: 2em;
}
.schedule.booking .jp,
.guideline.reopen .jp {
  line-height: 1.8em;
}
.schedule.booking .en,
.guideline.reopen .en {
  font-size: 83.3%;
  color: #666;
  line-height: 1.6em;
}
.schedule.booking .en + .jp,
.guideline.reopen .en + .jp {
  margin-top: 1em;
}
.schedule.booking .indent,
.guideline.reopen .indent {
  padding-left: 1em;
}
.schedule.booking table.itemlist,
.guideline.reopen table.itemlist {
  width: 100%;
  margin-bottom: 2em;
}
.schedule.booking table.itemlist caption,
.guideline.reopen table.itemlist caption {
  font-weight: bold;
}
.schedule.booking table.itemlist th,
.schedule.booking table.itemlist td,
.guideline.reopen table.itemlist th,
.guideline.reopen table.itemlist td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

table.itemlist {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 544px) {
  table.itemlist {
    width: 100%;
  }
}
table.itemlist caption {
  padding-bottom: 0.5em;
  text-align: left;
}
table.itemlist th {
  border-bottom: 1px dotted #222;
  padding: 0.5em 1em 0.5em 0px;
  line-height: 1.6em;
  text-align: left;
}
table.itemlist td {
  border-bottom: 1px dotted #222;
  padding: 0.5em 1em 0.5em 0px;
  line-height: 1.6em;
}
@media screen and (max-width: 544px) {
  table.itemlist td {
    text-align: center;
  }
}
table.itemlist td:last-child {
  padding-right: 0px;
}
table.itemlist.full {
  width: 100%;
}
table.itemlist.full tbody th {
  white-space: nowrap;
}

#content_news {
  background-color: #fff;
  padding-top: 4em;
  text-align: center;
}
#content_news .inner {
  height: 400px;
  overflow-y: scroll;
}
@media screen and (max-width: 544px) {
  #content_news .inner {
    text-align: left;
  }
}

/*
SOY Inquiry
*/
#soy_inquiry_submit {
  margin: 0px auto;
}
#soy_inquiry_submit td {
  padding: 2em 0px;
  text-align: center;
}
#soy_inquiry_submit td + td {
  padding-left: 15px;
}
#soy_inquiry_submit td a.back,
#soy_inquiry_submit td a.reset {
  border: 0px none transparent;
}

/*
#langCH
*/
#langCH {
  position: absolute;
  top: 0px;
  z-index: -9999;
}

/*
--------------------------------------------------
--------------------------------------------------
#top-pagebox
--------------------------------------------------
*/
article > h2 {
  width: 768px;
  margin: 0px auto 1.5em;
  font-family: "Hannari", serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article > h2 {
    width: 94%;
  }
}
article > p {
  width: 768px;
  margin: 0px auto 1em;
}
@media screen and (max-width: 768px) {
  article > p {
    width: 94%;
    line-height: 1.8em;
  }
}

#maincontentbox {
  padding-top: 0px;
}

#content_kanban {
  height: 900px;
  background: url(../img/kanban.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 680px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content_kanban {
    height: 600px;
    padding-top: 380px;
  }
}
#content_kanban * {
  color: #fff;
}
#content_kanban h1 {
  margin-bottom: 0.7em;
  font-family: "Quicksand", sans-serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  #content_kanban h1 {
    margin-bottom: 0.5em;
  }
}
#content_kanban p {
  text-shadow: 1px 1px 4px #000;
}

body.en #content_news {
  display: none;
}

#content_news.ver_2 {
  padding-bottom: 0px;
}
#content_news.ver_2 > .inner {
  height: auto;
  overflow: auto;
}
#content_news .itemlist {
  margin-bottom: 45px;
}
#content_news .itemlist li {
  margin-bottom: 18px;
}
#content_news .itemlist li:last-child {
  margin-bottom: 0px;
}
#content_news .itemlist li a {
  display: block;
  background-color: #222;
  border-radius: 2px;
  padding: 6px 1em;
  color: #fff;
  line-height: 1.25em;
}
#content_news .banner {
  margin-bottom: 1em;
  text-align: center;
}
#content_news .banner:last-of-type(1) {
  margin-bottom: 0px;
}

#content_gallery {
  height: 900px;
  position: relative;
  background: url(../img/gallery_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 150px;
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  #content_gallery {
    height: 680px;
  }
}
@media screen and (max-width: 544px) {
  #content_gallery {
    height: 610px;
    padding-top: 80px;
  }
}
#content_gallery:before {
  content: url(../img000/common_caret_line_down.png);
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  margin: 0px 0px 0px -50px;
  text-align: center;
}
#content_gallery ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 640px;
  background-color: #ff0000;
  margin: 0px auto;
  -webkit-box-shadow: 0px 0px 10px 0px #fff, 0px 0px 20px 0px #fff;
          box-shadow: 0px 0px 10px 0px #fff, 0px 0px 20px 0px #fff;
}
@media screen and (max-width: 960px) {
  #content_gallery ol {
    width: 630px;
    height: 420px;
  }
}
@media screen and (max-width: 544px) {
  #content_gallery ol {
    width: 300px;
    height: 450px;
  }
}
#content_gallery ol li {
  width: 320px;
  height: 320px;
  position: relative;
  z-index: 1;
  background-size: cover;
  margin: 0px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #content_gallery ol li {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 544px) {
  #content_gallery ol li {
    width: 150px;
    height: 150px;
  }
}
#content_gallery ol li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.2) 30%, rgba(0, 0, 0, 0.9));
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.2) 30%, rgba(0, 0, 0, 0.9));
}
#content_gallery ol li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  vertical-align: middle;
}
#content_gallery ol li i {
  display: block;
  margin: 0px 0px 6px;
  font-family: "Quicksand", sans-serif;
  font-size: 48px;
  font-style: normal;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.025em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #content_gallery ol li i {
    font-size: 36px;
  }
}
@media screen and (max-width: 544px) {
  #content_gallery ol li i {
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
}
#content_gallery ol li span {
  display: inline-block;
  border-top: 1px solid #fff;
  margin: 0px 0px 6px;
  padding-top: 10px;
  font-size: 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #content_gallery ol li span {
    padding-top: 5px;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
}
#content_gallery ol li small {
  font-size: 16px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #content_gallery ol li small {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
}
#content_gallery ol li small:before, #content_gallery ol li small:after {
  content: "〜";
  display: inline-block;
}
#content_gallery ol li small:before {
  margin-right: 6px;
}
#content_gallery ol li small:after {
  margin-left: 6px;
}

#content_message .column {
  float: left;
  width: 47%;
  margin-bottom: 4em;
}
@media screen and (max-width: 544px) {
  #content_message .column {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#content_message .column + .column {
  float: right;
}
@media screen and (max-width: 544px) {
  #content_message .column + .column {
    float: none;
    width: 100%;
    margin-bottom: 0px;
  }
}
#content_message p.remarks {
  clear: both;
}
/*# sourceMappingURL=style_top.css.map */