@charset "UTF-8";
.box__container {
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .box__container {
    margin-bottom: 40px;
  }
}
#template {
  /*********************************/
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  /*********************************/
}
/**********************************/
/******     Font Branch
/**********************************/
@media (max-width: 980px) {
  #template.font-amandan .header__navTop--logo {
    margin-top: 0;
  }
}
#template.font-amandan .header__navTop--logo img {
  height: 28px;
}
@media (max-width: 980px) {
  #template.font-amandan .header__navTop--logo img {
    height: 20px;
  }
}
@media (max-width: 980px) {
  #template.font-monolith .header__navTop--logo {
    margin-top: 4px;
  }
}
#template.font-monolith .header__navTop--logo img {
  height: 18px;
}
@media (max-width: 980px) {
  #template.font-monolith .header__navTop--logo img {
    height: 14px;
  }
}
#template.font-monolith .sideMenu .sideMenu__hdg img {
  height: 24px;
}
@media (max-width: 980px) {
  #template.font-monolith .sideMenu .sideMenu__hdg img {
    height: 20px;
  }
}
@media (max-width: 750px) {
  #template.font-historical-place .box__main01__hdg.has-arrow--white {
    top: 35%;
    padding: 0 0 100px;
  }
  #template.font-historical-place .box__main01__hdg.has-arrow--white span {
    margin-top: 1.25em;
  }
}
@media (max-width: 750px) {
  #template.font-historical-place-ja .box__main01__hdg.has-arrow--white {
    top: 35%;
    padding: 0 0 100px;
  }
  #template.font-historical-place-ja .box__main01__hdg.has-arrow--white span {
    margin-top: 1.25em;
  }
}
/**********************************/
/******     Lower
/**********************************/
body.lower .header__navTop--title {
  color: #3e3a39;
}
body.lower main {
  margin-top: 135px;
}
@media (max-width: 980px) {
  body.lower main {
    margin-top: 50px;
  }
}
body.lower main footer.box__link {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
body.lower main footer.box__link .btn {
  position: relative;
  font-size: 1.5rem;
}
@media screen and (min-width: 981px) {
  body.lower main footer.box__link .btn {
    max-width: 315px;
    width: 32.5%;
    height: 60px;
  }
  body.lower main footer.box__link .btn:nth-child(2) {
    margin: 0 1.25%;
  }
  body.lower main footer.box__link .btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 26px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #3e3a39;
    transition: all 0.5s;
  }
}
@media (max-width: 980px) {
  body.lower main footer.box__link .btn {
    width: 100%;
    margin: 15px 0;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.lower main footer.box__link .btn__txt--en,
body.lower main footer.box__link .btn__txt--jp {
  display: block;
}
@media screen and (min-width: 981px) {
  body.lower main footer.box__link .btn__txt--en,
  body.lower main footer.box__link .btn__txt--jp {
    transition: opacity 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
body.lower main footer.box__link .btn__txt--en {
  font-family: "Amiri", "Noto Serif JP", serif;
}
@media screen and (min-width: 981px) {
  body.lower main footer.box__link .btn__txt--en {
    line-height: 60px;
  }
}
@media (max-width: 980px) {
  body.lower main footer.box__link .btn__txt--en {
    line-height: 28px;
  }
}
body.lower main footer.box__link .btn__txt--jp {
  font-size: 0.55em;
}
@media screen and (min-width: 981px) {
  body.lower main footer.box__link .btn__txt--jp {
    line-height: 60px;
    opacity: 0;
  }
}
@media (max-width: 980px) {
  body.lower main footer.box__link .btn__txt--jp {
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 981px) {
  body.lower main footer.box__link .btn:hover {
    opacity: 1;
    background: #727272;
    border-color: #727272;
    color: #fff;
  }
  body.lower main footer.box__link .btn:hover:after {
    border-color: transparent transparent transparent #fff;
  }
  body.lower main footer.box__link .btn:hover .btn__txt--en {
    opacity: 0;
  }
  body.lower main footer.box__link .btn:hover .btn__txt--jp {
    opacity: 1;
  }
}
body.lower .box__main {
  margin-bottom: 35px;
}
@media (max-width: 980px) {
  body.lower .box__main {
    margin-bottom: 10px;
  }
}
body.lower .box__main__img {
  margin-bottom: 65px;
}
@media (max-width: 980px) {
  body.lower .box__main__img {
    margin-bottom: 15px;
  }
}
body.lower .box__main__img img {
  width: 100%;
}
body.lower .box__main__hdg {
  text-align: center;
  color: #3e3a39;
}
body.lower .box__main__hdg::after {
  content: "";
  display: inline-block;
  position: relative;
  height: 1px;
  width: 55px;
  margin: 15px;
  background-color: #3e3a39;
}
@media (max-width: 980px) {
  body.lower .box__main__hdg::after {
    width: 30px;
  }
}
body.lower .box__main__hdg--en {
  display: block;
  font-size: 54px;
  letter-spacing: 0.15em;
  margin: 8px 0;
  font-family: "Amiri", "Noto Serif JP", serif;
  line-height: 1.2;
}
@media (max-width: 980px) {
  body.lower .box__main__hdg--en {
    font-size: 32px;
    margin: 2px 0;
  }
}
body.lower .box__main__hdg--jp {
  display: block;
  font-size: 12px;
}
@media (max-width: 980px) {
  body.lower .box__main__hdg--jp {
    font-size: 10px;
  }
}
body.lower .box__sec {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  clear: both;
}
body.lower .box__sec,
body.lower .box__sec > * {
  position: relative;
}
@media (max-width: 980px) {
  body.lower .box__sec {
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
body.lower .box__sec.box--white {
  background-color: #fff;
  color: #3e3a39;
}
body.lower .box__sec.box--gray {
  background-color: #e4e4e4;
  color: #3e3a39;
}
body.lower .box__sec.box--black {
  background-color: #3e3a39;
  color: #fff;
}
body.lower .box__sec__inner {
  position: relative;
  max-width: 980px;
  padding: 25px 0;
  margin: 50px auto;
}
body.lower .box__sec__inner.full {
  max-width: none;
  width: auto;
}
@media (max-width: 980px) {
  body.lower .box__sec__inner {
    padding: 20px 0;
    margin: 10px auto 0 auto;
  }
}
body.lower .box__read {
  font-family: "Amiri", "Noto Serif JP", serif;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.25em;
  margin: 0 0 45px 0;
}
@media (max-width: 980px) {
  body.lower .box__read {
    margin: 0 0 30px 0;
    font-size: 14px;
  }
}
body.lower .box__read--main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.175em;
  margin: 0.075em 0;
}
@media (max-width: 980px) {
  body.lower .box__read--main {
    font-size: 32px;
  }
}
body.lower .box__read--sub {
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
}
body.lower .box__read--sub:first-child {
  margin-top: 1.75em;
}
@media (max-width: 980px) {
  body.lower .box__read--sub {
    font-size: 24px;
  }
}
body.lower .box__img,
body.lower .box__slide,
body.lower .box__gallery,
body.lower .box__movie {
  position: relative;
  display: block;
  max-width: 750px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  body.lower .box__img,
  body.lower .box__slide,
  body.lower .box__gallery,
  body.lower .box__movie {
    margin-bottom: 25px;
  }
}
@media (max-width: 980px) {
  body.lower .box__img.small,
  body.lower .box__slide.small,
  body.lower .box__gallery.small,
  body.lower .box__movie.small {
    max-width: 80%;
  }
}
body.lower .box__img.medium,
body.lower .box__slide.medium,
body.lower .box__gallery.medium,
body.lower .box__movie.medium {
  max-width: 750px;
}
body.lower .box__img.large,
body.lower .box__slide.large,
body.lower .box__gallery.large,
body.lower .box__movie.large {
  max-width: 990px;
}
body.lower .box__img.full,
body.lower .box__slide.full,
body.lower .box__gallery.full,
body.lower .box__movie.full {
  max-width: none;
}
body.lower .box__img a,
body.lower .box__slide a,
body.lower .box__gallery a,
body.lower .box__movie a {
  display: block;
  opacity: 1;
  transition: opacity ease 0.5s;
  cursor: pointer;
}
@media (min-width: 981px) {
  body.lower .box__img a:hover,
  body.lower .box__slide a:hover,
  body.lower .box__gallery a:hover,
  body.lower .box__movie a:hover {
    opacity: 0.45;
  }
}
body.lower .box__img img,
body.lower .box__slide img,
body.lower .box__gallery img,
body.lower .box__movie img {
  max-width: 100%;
  display: block;
}
body.lower .box__img.cover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3e3a39;
  opacity: 0.5;
  z-index: 1;
}
body.lower .box__img__hdg {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}
body.lower .box__img__hdg--en {
  display: block;
  font-size: 42px;
  letter-spacing: 0.15em;
  margin: 8px 0;
}
@media (max-width: 980px) {
  body.lower .box__img__hdg--en {
    font-size: 24px;
    margin: 2px 0;
  }
}
body.lower .box__img__hdg--jp {
  display: block;
  font-size: 12px;
}
@media (max-width: 980px) {
  body.lower .box__img__hdg--jp {
    font-size: 10px;
  }
}
body.lower .box__img__title {
  position: absolute;
  display: inline-block;
  width: auto;
  top: 0;
  left: 0;
  padding: 0.25em 1.2em 0.35em;
  letter-spacing: 0.2em;
  color: #fff;
  background: #727272;
}
body.lower .box__movie a[data-target]::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 134px;
  height: 134px;
  background-image: url("/_asset/img/common/icn_play_white.png");
  background-size: contain;
  background-position: center;
}
@media (max-width: 980px) {
  body.lower .box__movie a[data-target]::after {
    width: 62px;
    height: 62px;
  }
}
body.lower .box__imgs {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
body.lower .box__imgs::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  outline: solid 5px #fff;
}
body.lower .box__imgs img {
  max-width: 100%;
  display: block;
}
body.lower .box__imgs__left,
body.lower .box__imgs__right {
  width: 50%;
}
body.lower .box__imgs__left::before,
body.lower .box__imgs__right::before,
body.lower .box__imgs__left > div::before,
body.lower .box__imgs__right > div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  outline: solid 5px #fff;
}
@media (max-width: 980px) {
  body.lower .box__imgs__left,
  body.lower .box__imgs__right {
    width: 100%;
    clear: both;
  }
}
body.lower .box__imgs__left img,
body.lower .box__imgs__right img {
  padding: 5px;
}
@media (min-width: 981px) {
  body.lower .box__imgs__left {
    float: left;
  }
  body.lower .box__imgs__right {
    margin-left: 50%;
  }
}
body.lower .box__imgs__left--02 {
  float: left;
  width: 63.905%;
}
body.lower .box__imgs__left--03 {
  margin-left: 63.905%;
}
body.lower .box__imgs__right--01 {
  float: left;
  width: 49.125%;
}
body.lower .box__imgs__right--02 {
  margin-left: 49.125%;
}
body.lower .box__imgs--type01 > div,
body.lower .box__imgs--type02 > div,
body.lower .box__imgs--type03 > div,
body.lower .box__imgs--type04 > div {
  width: 50%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
body.lower .box__imgs--type01 > div::before,
body.lower .box__imgs--type02 > div::before,
body.lower .box__imgs--type03 > div::before,
body.lower .box__imgs--type04 > div::before {
  position: absolute;
  z-index: 10;
  border: solid 5px #fff;
}
body.lower .box__imgs--type01 > div img,
body.lower .box__imgs--type02 > div img,
body.lower .box__imgs--type03 > div img,
body.lower .box__imgs--type04 > div img {
  position: relative;
  z-index: 1;
  padding: 0;
}
body.lower .box__imgs--type01 .box__imgs__img--03 {
  float: right;
  margin-top: -100%;
}
body.lower .box__imgs--type02 .box__imgs__img--01 {
  width: 100%;
}
body.lower .box__imgs--type02 .box__imgs__img--02 {
  float: left;
}
body.lower .box__imgs--type02 .box__imgs__img--03 {
  float: right;
}
body.lower .box__imgs--type03 .box__imgs__img--01 {
  float: left;
}
body.lower .box__imgs--type03 .box__imgs__img--02 {
  float: left;
}
body.lower .box__imgs--type03 .box__imgs__img--03 {
  float: right;
}
body.lower .box__imgs--type04 .box__imgs__img--01 {
  float: left;
}
body.lower .box__imgs--type04 .box__imgs__img--02 {
  float: right;
}
body.lower .box__imgs--type04 .box__imgs__img--03 {
  width: 100%;
}
body.lower .box__slide__visual {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  body.lower .box__slide__visual {
    margin-bottom: 15px;
  }
}
body.lower .box__slide__visualItem {
  width: 100%;
}
body.lower .box__slide__visualItem img {
  width: auto;
  display: block;
  margin: auto;
  max-height: 460px;
}
@media (max-width: 980px) {
  body.lower .box__slide__visualItem img {
    max-height: 60vw;
  }
}
body.lower .box__slide__visualItem {
  position: absolute;
  opacity: 0;
  top: 0;
  transition: opacity ease 1s;
  z-index: 0;
}
body.lower .box__slide__visualItem:first-child {
  position: relative;
}
body.lower .box__slide__visualItem.current {
  opacity: 1;
  z-index: 1;
}
body.lower .box__slide__visualItem:not(.current) {
  visibility: hidden;
}
body.lower .box__slide__list {
  position: relative;
  text-align: center;
}
body.lower .box__slide__list__arrow--prev,
body.lower .box__slide__list__arrow--next {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  margin: auto 10px;
  top: 0;
  bottom: 0;
}
body.lower .box__slide__list__arrow--prev img,
body.lower .box__slide__list__arrow--next img {
  width: 100%;
}
@media (min-width: 981px) {
  body.lower .box__slide__list__arrow--prev,
  body.lower .box__slide__list__arrow--next {
    display: none;
  }
}
body.lower .box__slide__list__arrow--prev {
  left: 10px;
}
body.lower .box__slide__list__arrow--prev:empty {
  background: url("/_asset/img/common/slide_arrow_prev_gray.svg") no-repeat center / cover;
}
body.lower .box__slide__list__arrow--next {
  right: 10px;
}
body.lower .box__slide__list__arrow--next:empty {
  background: url("/_asset/img/common/slide_arrow_next_gray.svg") no-repeat center / cover;
}
body.lower .box__slide__listSection {
  padding: 0;
  margin: 0;
  height: 28px;
  line-height: 28px;
  font-size: 0;
}
body.lower .box__slide__listItem {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: #282828;
  opacity: 0.45;
  transition: opacity ease 1s;
}
body.lower .box__slide__listItem.current {
  opacity: 1;
}
@media (max-width: 980px) {
  body.lower .box__slide__listItem {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}
body.lower .box__slide__visualItem .box__link .btn {
  position: relative;
  font-size: 1.5rem;
  border: solid 1px #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 0.1em;
}
body.lower .box__slide__visualItem .box__link .btn:hover {
  background: transparent !important;
}
body.lower .box__slide__visualItem .box__link .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 981px) {
  body.lower .box__slide__visualItem .box__link .btn {
    max-width: 315px;
    width: 100%;
    height: 38px;
  }
}
@media (max-width: 980px) {
  body.lower .box__slide__visualItem .box__link .btn {
    width: 100%;
    margin: 15px 0;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.lower .box__slide__visualItem .box__link .btn__txt--en,
body.lower .box__slide__visualItem .box__link .btn__txt--jp {
  display: block;
}
@media screen and (min-width: 981px) {
  body.lower .box__slide__visualItem .box__link .btn__txt--en,
  body.lower .box__slide__visualItem .box__link .btn__txt--jp {
    transition: opacity 0.5s;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 981px) {
  body.lower .box__slide__visualItem .box__link .btn__txt--en {
    line-height: calc(38px - 0.35em);
  }
}
@media (max-width: 980px) {
  body.lower .box__slide__visualItem .box__link .btn__txt--en {
    line-height: 28px;
  }
}
body.lower .box__slide__visualItem .box__link .btn__txt--jp {
  font-size: 0.55em;
}
@media screen and (min-width: 981px) {
  body.lower .box__slide__visualItem .box__link .btn__txt--jp {
    line-height: calc(38px - 0.35em);
    opacity: 0;
  }
}
@media (max-width: 980px) {
  body.lower .box__slide__visualItem .box__link .btn__txt--jp {
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 981px) {
  body.lower .box__slide__visualItem .box__link .btn:hover {
    opacity: 1;
    background: #727272;
    border-color: #727272;
    color: #fff;
  }
  body.lower .box__slide__visualItem .box__link .btn:hover:after {
    border-color: transparent transparent transparent #fff;
  }
  body.lower .box__slide__visualItem .box__link .btn:hover .btn__txt--en {
    opacity: 0;
  }
  body.lower .box__slide__visualItem .box__link .btn:hover .btn__txt--jp {
    opacity: 1;
  }
}
body.lower .box__slide--OneWay .box__slide__list__arrow--prev,
body.lower .box__slide--OneWay .box__slide__list__arrow--next {
  display: block;
}
body.lower .box__gallery {
  text-align: left;
}
@media (max-width: 980px) {
  body.lower .box__gallery {
    max-width: 750px !important;
  }
}
body.lower .box__galleryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  body.lower .box__galleryList {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 981px) {
  body.lower .box__galleryList::after {
    content: "";
    display: block;
    width: 300px;
  }
}
body.lower .box__galleryItem {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 40px;
  vertical-align: top;
}
@media (max-width: 980px) {
  body.lower .box__galleryItem {
    margin-bottom: 25px;
  }
  body.lower .box__galleryItem:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 981px) {
  body.lower .box__galleryItem {
    width: 300px;
  }
  body.lower .box__galleryItem:nth-last-child(1),
  body.lower .box__galleryItem:nth-last-child(2),
  body.lower .box__galleryItem:nth-last-child(3) {
    margin-bottom: 0;
  }
}
body.lower .box__galleryItem .box__img {
  width: 100%;
}
body.lower .box__galleryItem .box__img + .box__txt {
  margin-top: 0;
}
body.lower .box__galleryItem .box__img:last-child {
  margin-bottom: 0 !important;
}
body.lower .box__galleryItem img {
  width: 100%;
  margin: 0 auto;
}
body.lower .box__galleryItem__title--jp,
body.lower .box__galleryItem__title--en {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.125em;
}
@media (max-width: 980px) {
  body.lower .box__galleryItem__title--jp,
  body.lower .box__galleryItem__title--en {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
body.lower .box__galleryItem .box__txt {
  height: auto;
}
body.lower .box__galleryItem .box__txt p {
  text-align: justify;
}
@media (min-width: 981px) {
  body.lower .box__galleryItem .box__link {
    margin-top: auto;
  }
}
body.lower .box__galleryItem .box__accord {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
  max-height: 360px;
}
@media (max-width: 980px) {
  body.lower .box__galleryItem .box__accord {
    background: #3e3a39;
    color: #fff;
    padding: 0 20px 10px 20px;
    margin-top: -46px;
    z-index: 5;
  }
}
@media (max-width: 980px) {
  body.lower .box__galleryItem .box__accord {
    max-height: 2400px;
  }
}
body.lower .box__galleryItem .box__accord__hdg {
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.125em;
}
@media (max-width: 980px) {
  body.lower .box__galleryItem .box__accord__hdg {
    line-height: 36px;
    font-size: 12px;
    text-align: center;
  }
}
body.lower .box__galleryItem .box__accord .btn--expand {
  position: relative;
}
body.lower .box__galleryItem .box__accord .btn--expand::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  background-image: url(/_asset/img/common/slide_arrow_down_white.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all ease 0.25s;
  transform: rotate(180deg);
}
body.lower .box__galleryItem .box__accord:not(.on) {
  max-height: 36px;
}
body.lower .box__galleryItem .box__accord:not(.on) .btn--expand::after {
  transform: rotate(0deg);
}
body.lower .box__thumbnail {
  font-size: 0;
  text-align: left;
}
@media (max-width: 980px) {
  body.lower .box__thumbnailList {
    margin-right: 20px;
    margin-left: 20px;
  }
}
body.lower .box__thumbnailItem {
  position: relative;
  display: inline-block;
  width: 24%;
  margin-bottom: 40px;
  vertical-align: top;
}
body.lower .box__thumbnailItem a {
  text-decoration: none;
}
body.lower .box__thumbnailItem .box__img {
  margin-bottom: 20px;
  transition: opacity 0.5s ease;
}
@media (max-width: 980px) {
  body.lower .box__thumbnailItem .box__img {
    margin-bottom: 15px;
  }
}
body.lower .box__thumbnailItem .box__img:hover {
  opacity: 0.65;
}
body.lower .box__thumbnailItem img {
  width: 100%;
}
@media (max-width: 980px) {
  body.lower .box__thumbnailItem {
    width: 49%;
    margin-bottom: 20px;
  }
  body.lower .box__thumbnailItem:nth-child(2n + 1) {
    margin-right: 2%;
  }
}
@media (min-width: 981px) {
  body.lower .box__thumbnailItem {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  body.lower .box__thumbnailItem:nth-child(4n + 1) {
    margin-left: 0;
  }
  body.lower .box__thumbnailItem:nth-child(4n) {
    margin-right: 0;
  }
  body.lower .box__thumbnailItem:nth-last-child(1),
  body.lower .box__thumbnailItem:nth-last-child(2),
  body.lower .box__thumbnailItem:nth-last-child(3) {
    margin-bottom: 0;
  }
}
body.lower .box__thumbnailItem__title--jp,
body.lower .box__thumbnailItem__title--en {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.125em;
  color: #3e3a39;
}
@media (max-width: 980px) {
  body.lower .box__thumbnailItem__title--jp,
  body.lower .box__thumbnailItem__title--en {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
body.lower .box__title {
  font-family: "Amiri", "Noto Serif JP", serif;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  body.lower .box__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
body.lower .box__title span {
  display: block;
}
body.lower .box__title--main {
  font-size: 24px;
  letter-spacing: 0.21em;
}
@media (max-width: 980px) {
  body.lower .box__title--main {
    font-size: 18px;
  }
}
body.lower .box__title--sub {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 980px) {
  body.lower .box__title--sub {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  body.lower .box__txt h4,
  body.lower .box__txt h5,
  body.lower .box__txt h6 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 980px) {
  body.lower .box__txt p {
    text-align: justify;
  }
}
body.lower .box__txt p,
body.lower .box__txt ul {
  padding: 0.25em 0;
}
body.lower .box__txt p a,
body.lower .box__txt ul a {
  color: inherit;
}
body.lower .box__txt ul {
  margin: 0.5em 0;
}
@media (min-width: 981px) {
  body.lower .box__txt ul {
    text-align: left;
    width: 67.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.lower .box__txt ul li {
  text-indend: 1.5em;
  list-style: disc;
}
body.lower .box__link {
  font-size: 16px;
}
body.lower .box__link__title {
  display: block;
  margin-bottom: 4px;
}
@media (min-width: 981px) {
  body.lower .box__link__title {
    text-align: left;
  }
}
body.lower .box__link__title--main {
  font-family: "Amiri", "Noto Serif JP", serif;
  display: block;
  font-size: 14px;
}
body.lower .box__link__title--sub {
  display: block;
  font-size: 12px;
}
body.lower .box__link a {
  display: inline-block;
  padding: 0.75em 1.5em 0.75em 1.5em;
  min-height: 38px;
  line-height: calc(38px - 1em);
  font-size: 1.1em;
  transition: all ease 0.5s;
}
body.lower .box__link a:hover {
  opacity: 0.45;
}
body.lower .box__link a.full {
  width: 100%;
  margin: 0.25em 0;
}
body.lower .box__link a.half {
  width: 100%;
  margin: 0.25em 0;
}
@media (min-width: 981px) {
  body.lower .box__link a.half {
    width: 48.25%;
  }
}
body.lower .box__link a.btn {
  background-repeat: no-repeat;
}
body.lower .box__link a.btn--expand {
  display: block;
  width: 100%;
  padding: 2em;
}
@media (max-width: 980px) {
  body.lower .box__link a.btn--expand {
    padding: 1em;
  }
}
body.lower .box__link a.btn--white,
body.lower .box__link a.btn--gray,
body.lower .box__link a.btn--slate,
body.lower .box__link a.btn--black {
  min-width: 180px;
  text-decoration: none;
  letter-spacing: 0.1em;
}
body.lower .box__link a.btn--white.full,
body.lower .box__link a.btn--gray.full,
body.lower .box__link a.btn--slate.full,
body.lower .box__link a.btn--black.full {
  max-width: 600px !important;
}
body.lower .box__link a.btn--white span.jp,
body.lower .box__link a.btn--gray span.jp,
body.lower .box__link a.btn--slate span.jp,
body.lower .box__link a.btn--black span.jp {
  font-family: 'Yu Mincho Pr6 W53';
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
body.lower .box__link a.btn--white.blank,
body.lower .box__link a.btn--gray.blank,
body.lower .box__link a.btn--slate.blank,
body.lower .box__link a.btn--black.blank,
body.lower .box__link a.btn--white.pdf,
body.lower .box__link a.btn--gray.pdf,
body.lower .box__link a.btn--slate.pdf,
body.lower .box__link a.btn--black.pdf,
body.lower .box__link a.btn--white.mail,
body.lower .box__link a.btn--gray.mail,
body.lower .box__link a.btn--slate.mail,
body.lower .box__link a.btn--black.mail,
body.lower .box__link a.btn--white.tel,
body.lower .box__link a.btn--gray.tel,
body.lower .box__link a.btn--slate.tel,
body.lower .box__link a.btn--black.tel {
  background-position: right 10px center;
  font-size: 18px;
}
body.lower .box__link a.btn--white.blank,
body.lower .box__link a.btn--gray.blank,
body.lower .box__link a.btn--slate.blank,
body.lower .box__link a.btn--black.blank {
  background-size: auto 52.25%;
}
body.lower .box__link a.btn--white.tel,
body.lower .box__link a.btn--gray.tel,
body.lower .box__link a.btn--slate.tel,
body.lower .box__link a.btn--black.tel {
  background-size: auto 54.25%;
}
body.lower .box__link a.btn--white.tel span.jp,
body.lower .box__link a.btn--gray.tel span.jp,
body.lower .box__link a.btn--slate.tel span.jp,
body.lower .box__link a.btn--black.tel span.jp {
  letter-spacing: 0.1em;
}
body.lower .box__link a.btn--white.mail,
body.lower .box__link a.btn--gray.mail,
body.lower .box__link a.btn--slate.mail,
body.lower .box__link a.btn--black.mail {
  background-size: auto 48%;
}
body.lower .box__link a.btn--white.mail span.jp,
body.lower .box__link a.btn--gray.mail span.jp,
body.lower .box__link a.btn--slate.mail span.jp,
body.lower .box__link a.btn--black.mail span.jp {
  font-size: 0.8em;
  letter-spacing: 0.25em;
}
body.lower .box__link a.btn--white.pdf,
body.lower .box__link a.btn--gray.pdf,
body.lower .box__link a.btn--slate.pdf,
body.lower .box__link a.btn--black.pdf {
  background-size: auto 64%;
}
body.lower .box__link a.btn--white.arrow,
body.lower .box__link a.btn--gray.arrow,
body.lower .box__link a.btn--slate.arrow,
body.lower .box__link a.btn--black.arrow {
  background-position: 97.3% 50%;
  background-size: 6px auto;
}
@media (max-width: 980px) {
  body.lower .box__link a.btn--white.arrow,
  body.lower .box__link a.btn--gray.arrow,
  body.lower .box__link a.btn--slate.arrow,
  body.lower .box__link a.btn--black.arrow {
    background-position: 94% 50%;
    background-size: 10px auto;
  }
}
body.lower .box__link a.btn--gray {
  color: #fff;
  background-color: #727272;
}
body.lower .box__link a.btn--gray.blank {
  background-image: url(/_asset/img/common/icn_blank_white.svg);
}
body.lower .box__link a.btn--gray.pdf {
  background-image: url(/_asset/img/common/icn_pdf_white.svg);
}
body.lower .box__link a.btn--gray.mail {
  background-image: url(/_asset/img/common/icn_mail-white.svg);
}
body.lower .box__link a.btn--gray.tel {
  background-image: url(/_asset/img/common/icn_tel-white.svg);
}
body.lower .box__link a.btn--gray.arrow {
  background-image: url("/_asset/img/common/icn_arrow_right_white.svg");
}
body.lower .box__link a.btn--white {
  color: #3e3a39;
  border: solid 1px #3e3a39;
  background-color: #fff;
}
body.lower .box__link a.btn--white.blank {
  background-image: url(/_asset/img/common/icn_blank_gray.svg);
}
body.lower .box__link a.btn--white.pdf {
  background-image: url(/_asset/img/common/icn_pdf_gray.svg);
}
body.lower .box__link a.btn--white.mail {
  background-image: url(/_asset/img/common/icn_mail-gray.svg);
}
body.lower .box__link a.btn--white.tel {
  background-image: url(/_asset/img/common/icn_tel-gray.svg);
}
body.lower .box__link a.btn--white.arrow {
  background-image: url("/_asset/img/common/icn_arrow_right_gray.svg");
}
body.lower .box__link a.btn--slate {
  color: #3e3a39;
  border: solid 1px #e4e4e4;
  background-color: #e4e4e4;
}
body.lower .box__link a.btn--slate.blank {
  background-image: url(/_asset/img/common/icn_blank_gray.svg);
}
body.lower .box__link a.btn--slate.pdf {
  background-image: url(/_asset/img/common/icn_pdf_gray.svg);
}
body.lower .box__link a.btn--slate.mail {
  background-image: url(/_asset/img/common/icn_mail-gray.svg);
}
body.lower .box__link a.btn--slate.tel {
  background-image: url(/_asset/img/common/icn_tel-gray.svg);
}
body.lower .box__link a.btn--slate.arrow {
  background-image: url("/_asset/img/common/icn_arrow_right_gray.svg");
}
body.lower .box__link a.btn--black {
  color: #ffffff;
  background-color: #4D4D4D;
}
body.lower .box__link a.btn--black.blank {
  background-image: url(/_asset/img/common/icn_blank_white.svg);
}
body.lower .box__link a.btn--black.pdf {
  background-image: url(/_asset/img/common/icn_pdf_white.svg);
}
body.lower .box__link a.btn--black.mail {
  background-image: url(/_asset/img/common/icn_mail-white.svg);
}
body.lower .box__link a.btn--black.tel {
  background-image: url(/_asset/img/common/icn_tel-white.svg);
}
body.lower .box__link a.btn--black.arrow {
  background-image: url("/_asset/img/common/icn_arrow_right_white.svg");
}
@media (max-width: 980px) {
  body.lower .box__link a.btn {
    width: 100%;
  }
}
body.lower .box__txt,
body.lower .box__link,
body.lower .box__attention {
  text-align: center;
  margin: 2rem auto;
}
@media (max-width: 980px) {
  body.lower .box__txt,
  body.lower .box__link,
  body.lower .box__attention {
    width: 60%;
    min-width: 300px;
    margin: 10px auto;
    text-align: left;
  }
}
body.lower .box__txt p,
body.lower .box__link p,
body.lower .box__attention p,
body.lower .box__txt ul,
body.lower .box__link ul,
body.lower .box__attention ul {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.21em;
}
@media (max-width: 980px) {
  body.lower .box__txt p,
  body.lower .box__link p,
  body.lower .box__attention p,
  body.lower .box__txt ul,
  body.lower .box__link ul,
  body.lower .box__attention ul {
    font-size: 12px;
  }
}
body.lower .box__txt a:hover,
body.lower .box__link a:hover,
body.lower .box__attention a:hover {
  opacity: 0.65;
}
body.lower .box__txt p.annotation {
  padding: 1em;
  background-color: #dedddd;
  font-size: 11px;
}
body.lower .box__link {
  text-align: center;
}
body.lower .box__attention {
  border: solid 1px #3e3a39;
  padding: 0.65em;
  text-align: center;
}
@media (min-width: 981px) {
  body.lower .box__attention {
    min-width: 575px;
    max-width: 775px;
    margin: 0 auto;
  }
}
body.lower .box__attention p {
  line-height: 1.6em;
}
@media (max-width: 980px) {
  body.lower .box__attention p {
    text-align: left;
  }
}
body.lower .box__attention p span {
  font-size: 11px;
  display: inline-block;
  letter-spacing: 0.15em;
}
body.lower .box__accord__contents .box__link .btn {
  position: relative;
  font-size: 1.5rem;
  border: solid 1px #fff;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0.1em;
}
body.lower .box__accord__contents .box__link .btn:hover {
  background: transparent !important;
}
body.lower .box__accord__contents .box__link .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 981px) {
  body.lower .box__accord__contents .box__link .btn {
    max-width: 315px;
    width: 100%;
    height: 38px;
  }
  body.lower .box__accord__contents .box__link .btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 26px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    transition: all 0.5s;
  }
}
@media (max-width: 980px) {
  body.lower .box__accord__contents .box__link .btn {
    width: 100%;
    margin: 15px 0;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.lower .box__accord__contents .box__link .btn__txt--en,
body.lower .box__accord__contents .box__link .btn__txt--jp {
  display: block;
}
@media screen and (min-width: 981px) {
  body.lower .box__accord__contents .box__link .btn__txt--en,
  body.lower .box__accord__contents .box__link .btn__txt--jp {
    transition: opacity 0.5s;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 981px) {
  body.lower .box__accord__contents .box__link .btn__txt--en {
    line-height: calc(38px - 0.35em);
  }
}
@media (max-width: 980px) {
  body.lower .box__accord__contents .box__link .btn__txt--en {
    line-height: 28px;
  }
}
body.lower .box__accord__contents .box__link .btn__txt--jp {
  font-size: 0.55em;
}
@media screen and (min-width: 981px) {
  body.lower .box__accord__contents .box__link .btn__txt--jp {
    line-height: calc(38px - 0.35em);
    opacity: 0;
  }
}
@media (max-width: 980px) {
  body.lower .box__accord__contents .box__link .btn__txt--jp {
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 981px) {
  body.lower .box__accord__contents .box__link .btn:hover {
    opacity: 1;
    background: #727272;
    border-color: #727272;
    color: #fff;
  }
  body.lower .box__accord__contents .box__link .btn:hover:after {
    border-color: transparent transparent transparent #fff;
  }
  body.lower .box__accord__contents .box__link .btn:hover .btn__txt--en {
    opacity: 0;
  }
  body.lower .box__accord__contents .box__link .btn:hover .btn__txt--jp {
    opacity: 1;
  }
}
/**********************************/
/******     cuisine
/**********************************/
body.lower.cuisine .box__sec02--02 {
  margin-top: 80px;
}
@media (max-width: 980px) {
  body.lower.cuisine .box__sec02--02 {
    margin-top: 60px;
  }
}
body.lower.cuisine .box__sec01--read {
  margin-bottom: 130px;
}
@media (max-width: 980px) {
  body.lower.cuisine .box__sec01--read {
    margin-bottom: 80px;
  }
}
body.lower.cuisine .box__read {
  line-height: 2;
}
body.lower.cuisine .box__txt p {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.28em;
}
@media (max-width: 980px) {
  body.lower.cuisine .box__txt p {
    font-size: 12px;
  }
}
body.lower.cuisine .box__chef {
  margin: 0 auto;
}
@media (min-width: 981px) {
  body.lower.cuisine .box__chef {
    display: flex;
    width: 880px;
  }
}
@media (max-width: 980px) {
  body.lower.cuisine .box__chef {
    padding: 1rem;
  }
}
@media (min-width: 981px) {
  body.lower.cuisine .box__chef__txt {
    width: 52.5%;
    margin: 0;
  }
}
body.lower.cuisine .box__chef__txt p {
  text-align: left;
  margin: 1.5em 0;
  padding: 0;
}
body.lower.cuisine .box__chef__txt p:first-child {
  margin-top: 0;
}
body.lower.cuisine .box__chef__txt p:last-child {
  margin-bottom: 0;
}
body.lower.cuisine .box__chef__image {
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
}
@media (min-width: 981px) {
  body.lower.cuisine .box__chef__image {
    width: 47.5%;
  }
}
@media (max-width: 980px) {
  body.lower.cuisine .box__chef__image {
    width: 60%;
    min-width: 300px;
    justify-content: space-between;
    margin: 40px auto 10px;
  }
}
body.lower.cuisine .box__chef__image .chef-name {
  text-align: left;
  margin-right: 1em;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media (min-width: 981px) {
  body.lower.cuisine .box__chef__image .chef-name {
    text-align: right;
    font-size: 0.875rem;
  }
}
body.lower.cuisine .box__chef__image .chef-name span {
  display: block;
}
body.lower.cuisine .box__chef__image .chef-name span:last-child {
  font-size: 1.2em;
}
body.lower.cuisine .box__chef__image .chef-image {
  width: 240px;
}
@media (max-width: 980px) {
  body.lower.cuisine .box__chef__image .chef-image {
    width: 40%;
  }
}
/**********************************/
/******     access
/**********************************/
body.lower.access hr {
  width: 110px;
  height: 1px;
  border: none;
  background-color: #282828;
  margin: 50px auto;
}
body.lower.access .box__mapLink a.btn--gray,
body.lower.access .box__mapLink a.btn--white,
body.lower.access .box__mapLink a.btn--state,
body.lower.access .box__mapLink a.btn--black {
  max-width: 280px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 980px) {
  body.lower.access .box__mapLink a.btn--gray,
  body.lower.access .box__mapLink a.btn--white,
  body.lower.access .box__mapLink a.btn--state,
  body.lower.access .box__mapLink a.btn--black {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.lower.access .map__link a {
  color: #3e3a39;
}
/**********************************/
/******     about
/**********************************/
@media (max-width: 980px) {
  body.lower.about .box__galleryItem {
    margin-bottom: 40px;
  }
  body.lower.about .box__galleryItem .box__title {
    order: 2;
  }
  body.lower.about .box__galleryItem .box__img {
    order: 1;
  }
  body.lower.about .box__galleryItem .box__txt {
    order: 3;
  }
  body.lower.about .box__galleryItem .box__link {
    order: 4;
  }
}
@media (min-width: 981px) {
  body.lower.about .box__link {
    margin-left: 0;
    margin-right: 0;
  }
}
/**********************************/
/******     concept
/**********************************/
body.lower.concept .box__imgs__left--04 {
  float: left;
  width: 49.125%;
}
body.lower.concept .box__imgs__left--05 {
  margin-left: 49.125%;
}
body.lower.concept .box__sec02--read {
  padding: 10px 0 35px 0;
}
@media (max-width: 980px) {
  body.lower.concept .box__sec02--read {
    padding: 10px 0 15px 0;
  }
}
body.lower.concept .box__anchorLink {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: -10px;
}
@media (min-width: 981px) {
  body.lower.concept .box__anchorLink {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.lower.concept .box__anchorLink--anchor {
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
body.lower.concept .box__anchorLink--anchor::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  border-right: solid 1px #3e3a39;
  border-bottom: solid 1px #3e3a39;
  margin: 5px auto 0;
  width: 12px;
  height: 12px;
}
@media (min-width: 981px) {
  body.lower.concept .box__anchorLink--anchor::after {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
body.lower.concept .box__anchorLink--anchorTxt {
  width: 100%;
}
@media (min-width: 981px) {
  body.lower.concept .box__anchorLink--anchorTxt {
    position: absolute;
    top: 42.5%;
    transform: translateY(-50%);
  }
}
body.lower.concept .box__anchorLink--anchor a {
  display: block;
  width: 100%;
  heigt: 100%;
  color: #3e3a39;
  text-decoration: none;
  opacity: 1;
  transition: opacity ease 0.5s;
}
body.lower.concept .box__anchorLink--anchor a:hover {
  opacity: 0.5;
}
body.lower.concept .box__anchorLink--anchor span {
  display: block;
  line-height: 1.2em;
}
body.lower.concept .box__anchorLink--anchor span small {
  font-size: 90%;
}
body.lower.concept .box__anchorLink--anchor span.en {
  font-size: 34px;
  letter-spacing: 0.175em;
}
@media (max-width: 980px) {
  body.lower.concept .box__anchorLink--anchor span.en {
    letter-spacing: 0.125em;
    font-size: 20px;
  }
}
body.lower.concept .box__anchorLink--anchor span.jp {
  font-size: 12px;
  margin-top: 1em;
}
@media (max-width: 980px) {
  body.lower.concept .box__anchorLink--anchor span.jp {
    font-size: 11px;
    margin-top: 0.35em;
  }
}
@media (min-width: 981px) {
  body.lower.concept .box__anchorLink--anchor {
    height: 192px;
    width: 33.3%;
    border-right: solid 1px #3e3a39;
  }
  body.lower.concept .box__anchorLink--anchor:nth-child(1) {
    border-left: solid 1px #3e3a39;
  }
}
@media (max-width: 980px) {
  body.lower.concept .box__anchorLink--anchor {
    color: #3e3a39;
    border-bottom: solid 1px #3e3a39;
    background-color: #fff;
    font-size: 14px;
    padding: 1em 0;
    transition: all ease 0.5s;
    width: 60%;
    min-width: 300px;
    margin: 0;
  }
  body.lower.concept .box__anchorLink--anchor:first-child {
    border-top: solid 1px #3e3a39;
  }
}
body.lower.concept #Coordinate {
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  body.lower.concept #Coordinate {
    margin-bottom: 45px;
  }
}
body.lower.concept #Wedding {
  margin-bottom: 130px;
}
@media (max-width: 980px) {
  body.lower.concept #Wedding {
    margin-bottom: 55px;
  }
}
body.lower.concept #Philosophy {
  background: #808080;
  padding-top: 160px;
  padding-bottom: 20px;
}
@media (max-width: 980px) {
  body.lower.concept #Philosophy {
    padding-top: 40px;
    padding-bottom: 5px;
  }
}
body.lower.concept .box__coordinate {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 100px auto;
}
body.lower.concept .box__coordinate:last-child {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  body.lower.concept .box__coordinate {
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 980px) {
  body.lower.concept .box__coordinate .box__img full {
    margin-bottom: 10px;
  }
}
@media (max-width: 980px) {
  body.lower.concept .box__coordinate__txt {
    text-align: center;
  }
}
body.lower.concept .box__coordinate__link {
  display: inline-block;
  margin: 0 auto;
  width: 136px;
  opacity: 1;
  transition: opacity ease 0.5s;
}
@media (max-width: 980px) {
  body.lower.concept .box__coordinate__link {
    width: 100px;
  }
}
body.lower.concept .box__coordinate__link:hover {
  opacity: 0.5;
}
body.lower.concept .box__coordinate__link img {
  display: block;
  max-width: 100%;
}
@media (min-width: 981px) {
  body.lower.concept .box__coordinate__link img.sp {
    display: none;
  }
}
@media (max-width: 980px) {
  body.lower.concept .box__coordinate__link img.pc {
    display: none;
  }
}
body.lower.concept .box__wedding {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 60px auto;
}
@media (max-width: 980px) {
  body.lower.concept .box__wedding {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
body.lower.concept .box__wedding__bg img {
  display: block;
  max-width: 100%;
}
@media (max-width: 980px) {
  body.lower.concept .box__wedding__bg img {
    width: 100%;
  }
}
body.lower.concept .box__wedding__content {
  position: absolute;
  width: 880px;
  max-width: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  body.lower.concept .box__wedding__content {
    max-width: 100%;
  }
}
body.lower.concept .box__wedding__content picture,
body.lower.concept .box__wedding__content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
body.lower.concept .box__wedding__content img {
  width: 100%;
}
body.lower.concept .box__wedding__content a {
  display: inline-block;
  margin-top: 60px;
  width: 272px;
  opacity: 1;
  transition: opacity ease 0.5s;
}
body.lower.concept .box__wedding__content a[href]:hover {
  opacity: 0.5;
}
@media (max-width: 980px) {
  body.lower.concept .box__wedding__content a {
    margin-top: 7.5%;
    width: 36.25%;
  }
}
body.lower.concept .box__wedding__content a img {
  display: block;
}
body.lower.concept .box__philosophy {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 75px auto;
  color: #fff;
}
@media (max-width: 980px) {
  body.lower.concept .box__philosophy {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
body.lower.concept .box__philosophy .box__read {
  margin-bottom: 0;
}
body.lower.concept .box__philosophy .box__title--main {
  letter-spacing: 0.225em;
  line-height: 2;
}
@media (max-width: 980px) {
  body.lower.concept .box__philosophy .box__title--main {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.lower.concept .box__philosophy__link {
  display: inline-block;
  width: 272px;
  opacity: 1;
  transition: opacity ease 0.5s;
  margin-top: 75px;
}
@media (max-width: 980px) {
  body.lower.concept .box__philosophy__link {
    margin-top: 60px;
  }
}
body.lower.concept .box__philosophy__link:hover {
  opacity: 0.5;
}
@media (max-width: 980px) {
  body.lower.concept .box__philosophy__link {
    margin-top: 7.5%;
    width: 36.25%;
  }
}
body.lower.concept .box__philosophy__link img {
  display: block;
}
body.lower.concept .box__campaign {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 820px;
  margin: 0 auto 75px auto;
}
body.lower.concept .box__campaign.type00 {
  height: auto !important;
}
body.lower.concept .box__campaign.type00::before {
  display: none !important;
}
body.lower.concept .box__campaign__title,
body.lower.concept .box__campaign__movie,
body.lower.concept .box__campaign__link {
  position: absolute;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign {
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
  }
  body.lower.concept .box__campaign::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}
body.lower.concept .box__campaign__title,
body.lower.concept .box__campaign__link {
  display: inline-block;
  z-index: 80;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.lower.concept .box__campaign__title img,
body.lower.concept .box__campaign__link img {
  display: block;
  max-width: 100%;
}
@media (min-width: 981px) {
  body.lower.concept .box__campaign__title img.sp,
  body.lower.concept .box__campaign__link img.sp {
    display: none;
  }
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign__title img.pc,
  body.lower.concept .box__campaign__link img.pc {
    display: none;
  }
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign__txt {
    text-align: center;
  }
}
body.lower.concept .box__campaign__link {
  width: 136px;
  opacity: 1;
  transition: opacity ease 0.5s;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign__link {
    width: 100px;
  }
}
body.lower.concept .box__campaign__link:hover {
  opacity: 0.5;
}
body.lower.concept .box__campaign__movie {
  background-color: #3e3a39;
  width: 940px;
  height: 580px;
  margin: 0 auto;
  top: 120px;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign__movie {
    width: 100%;
    height: 65%;
    top: -10%;
    bottom: 0;
    margin: auto;
  }
}
body.lower.concept .box__campaign__movie iframe,
body.lower.concept .box__campaign__movie img {
  width: 120%;
  z-index: 100;
  margin-left: -10%;
}
body.lower.concept .box__campaign__movie::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/_asset/img/common/concept/movie_pat.png');
  z-index: 60;
}
body.lower.concept .box__campaign#garden {
  background-image: url('/_asset/img/common/concept/back_garden_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#garden {
    background-image: url('/_asset/img/common/concept/back_garden_sp.jpg');
  }
}
body.lower.concept .box__campaign#garden .box__campaign__title {
  width: 440px;
  bottom: 280px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#garden .box__campaign__title {
    width: 66.7%;
    top: 32.5%;
  }
}
body.lower.concept .box__campaign#garden .box__campaign__link {
  bottom: 190px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#garden .box__campaign__link {
    bottom: 9.5%;
  }
}
body.lower.concept .box__campaign#private-wedding {
  background-image: url('/_asset/img/common/concept/back_private-wedding_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#private-wedding {
    background-image: url('/_asset/img/common/concept/back_private-wedding_sp.jpg');
  }
}
body.lower.concept .box__campaign#private-wedding .box__campaign__title {
  width: 960px;
  top: 180px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#private-wedding .box__campaign__title {
    width: 80%;
    top: -10%;
  }
}
body.lower.concept .box__campaign#private-wedding .box__campaign__link {
  bottom: 60px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#private-wedding .box__campaign__link {
    bottom: 6%;
  }
}
body.lower.concept .box__campaign#private-resort-wedding {
  background-image: url('/_asset/img/common/concept/back_private-resort-wedding_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#private-resort-wedding {
    background-image: url('/_asset/img/common/concept/back_private-resort-wedding_sp.jpg');
  }
}
body.lower.concept .box__campaign#private-resort-wedding .box__campaign__title {
  width: 960px;
  top: 180px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#private-resort-wedding .box__campaign__title {
    width: 47.5%;
    top: 12.5%;
  }
}
body.lower.concept .box__campaign#private-resort-wedding .box__campaign__link {
  bottom: 60px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#private-resort-wedding .box__campaign__link {
    bottom: 6%;
  }
}
body.lower.concept .box__campaign#monolith-wedding .box__campaign__title {
  width: 640px;
  top: 100px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#monolith-wedding .box__campaign__title {
    width: 72.5%;
    top: 15%;
  }
}
body.lower.concept .box__campaign#monolith-wedding .box__campaign__link {
  bottom: 60px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#monolith-wedding .box__campaign__link {
    bottom: 6%;
  }
}
body.lower.concept .box__campaign#romantic-winter {
  background-image: url('/_asset/img/common/concept/back_romantic-winter_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#romantic-winter {
    background-image: url('/_asset/img/common/concept/back_romantic-winter_sp.jpg');
  }
}
body.lower.concept .box__campaign#romantic-winter .box__campaign__title {
  width: 445px;
  top: 110px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#romantic-winter .box__campaign__title {
    width: 57.5%;
    top: 13.5%;
  }
}
body.lower.concept .box__campaign#romantic-winter .box__campaign__link {
  bottom: 60px;
  background-color: #151e34;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#romantic-winter .box__campaign__link {
    bottom: 6%;
  }
}
body.lower.concept .box__campaign#sea {
  background-image: url('/_asset/img/common/concept/back_sea_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#sea {
    background-image: url('/_asset/img/common/concept/back_sea_sp.jpg');
  }
}
body.lower.concept .box__campaign#sea .box__campaign__title {
  width: 375px;
  bottom: 280px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#sea .box__campaign__title {
    width: 59.25%;
    top: 25.85%;
  }
}
body.lower.concept .box__campaign#sea .box__campaign__link {
  bottom: 190px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#sea .box__campaign__link {
    bottom: 9.5%;
  }
}
body.lower.concept .box__campaign#timeless {
  background-image: url('/_asset/img/common/concept/back_timeless_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#timeless {
    background-image: url('/_asset/img/common/concept/back_timeless_sp.jpg');
  }
}
body.lower.concept .box__campaign#timeless .box__campaign__img {
  position: absolute;
  width: 750px;
  top: 120px;
  left: 530px;
  overflow: hidden;
}
body.lower.concept .box__campaign#timeless .box__campaign__img img {
  width: 100%;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#timeless .box__campaign__img {
    top: 10%;
    width: 100%;
    height: 38.5%;
    left: 0;
  }
  body.lower.concept .box__campaign#timeless .box__campaign__img img {
    margin-top: -10%;
  }
}
body.lower.concept .box__campaign#timeless .box__campaign__lead {
  position: absolute;
  width: 265px;
  top: 185px;
  left: 140px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#timeless .box__campaign__lead {
    top: 3.5%;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
body.lower.concept .box__campaign#timeless .box__campaign__title {
  width: 550px;
  top: 295px;
  left: 45px;
  margin: 0;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#timeless .box__campaign__title {
    width: 71.5%;
    top: 53.5%;
    left: 0;
    margin: 0 auto;
  }
}
body.lower.concept .box__campaign#timeless .box__campaign__link {
  bottom: 140px;
  left: 210px;
  margin: 0;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#timeless .box__campaign__link {
    bottom: 5%;
    left: 0;
    margin: 0 auto;
  }
}
body.lower.concept .box__campaign#night-wedding {
  background-image: url('/_asset/img/common/concept/back_night-wedding.jpg');
}
body.lower.concept .box__campaign#night-wedding .box__campaign__lead {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "YuGothic", "Yu Gothic", "Yu Gothic Medium", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  top: 290px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#night-wedding .box__campaign__lead {
    font-size: 2vw;
    top: 35.5%;
  }
}
body.lower.concept .box__campaign#night-wedding .box__campaign__title {
  width: 600px;
  top: 390px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#night-wedding .box__campaign__title {
    width: 62.5%;
    top: 47.5%;
  }
}
body.lower.concept .box__campaign#night-wedding .box__campaign__link {
  bottom: 160px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#night-wedding .box__campaign__link {
    bottom: 22.5%;
  }
}
body.lower.concept .box__campaign#landscape-wedding {
  background-image: url('/_asset/img/common/concept/back_landscape_wedding.jpg');
}
body.lower.concept .box__campaign#landscape-wedding .box__campaign__lead {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "YuGothic", "Yu Gothic", "Yu Gothic Medium", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  top: 290px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#landscape-wedding .box__campaign__lead {
    font-size: 2vw;
    top: 35.5%;
  }
}
body.lower.concept .box__campaign#landscape-wedding .box__campaign__title {
  width: 600px;
  top: 390px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#landscape-wedding .box__campaign__title {
    width: 62.5%;
    top: 47.5%;
  }
}
body.lower.concept .box__campaign#landscape-wedding .box__campaign__link {
  bottom: 160px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#landscape-wedding .box__campaign__link {
    bottom: 22.5%;
  }
}
body.lower.concept .box__campaign#wa-kon .box__campaign__img {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body.lower.concept .box__campaign#wa-kon .box__campaign__img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
body.lower.concept .box__campaign#wa-kon .box__campaign__link {
  bottom: 110px;
  right: auto;
  left: 155px;
}
@media (max-width: 980px) {
  body.lower.concept .box__campaign#wa-kon .box__campaign__link {
    bottom: 14.5%;
    left: 18.75%;
  }
}
body.lower.concept #template.font-amandan .box__campaign#uchiwa-kon,
body.lower.concept #template.font-monolith .box__campaign#uchiwa-kon,
body.lower.concept #template.font-historical-place-ja .box__campaign#uchiwa-kon {
  background-image: url('/_asset/img/common/concept/back_uchiwa-kon_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept #template.font-amandan .box__campaign#uchiwa-kon,
  body.lower.concept #template.font-monolith .box__campaign#uchiwa-kon,
  body.lower.concept #template.font-historical-place-ja .box__campaign#uchiwa-kon {
    background-image: url('/_asset/img/common/concept/back_uchiwa-kon_sp.jpg');
  }
}
body.lower.concept #template.font-amandan .box__campaign#uchiwa-kon .box__campaign__title,
body.lower.concept #template.font-monolith .box__campaign#uchiwa-kon .box__campaign__title,
body.lower.concept #template.font-historical-place-ja .box__campaign#uchiwa-kon .box__campaign__title {
  width: 425px;
  bottom: 230px;
  left: 710px;
  margin: 0;
}
@media (max-width: 980px) {
  body.lower.concept #template.font-amandan .box__campaign#uchiwa-kon .box__campaign__title,
  body.lower.concept #template.font-monolith .box__campaign#uchiwa-kon .box__campaign__title,
  body.lower.concept #template.font-historical-place-ja .box__campaign#uchiwa-kon .box__campaign__title {
    width: 62.5%;
    left: auto;
    top: auto;
    right: 6.5%;
    bottom: 22%;
  }
}
body.lower.concept #template.font-amandan .box__campaign#uchiwa-kon .box__campaign__link,
body.lower.concept #template.font-monolith .box__campaign#uchiwa-kon .box__campaign__link,
body.lower.concept #template.font-historical-place-ja .box__campaign#uchiwa-kon .box__campaign__link {
  bottom: 120px;
  left: 850px;
  margin: 0;
}
@media (max-width: 980px) {
  body.lower.concept #template.font-amandan .box__campaign#uchiwa-kon .box__campaign__link,
  body.lower.concept #template.font-monolith .box__campaign#uchiwa-kon .box__campaign__link,
  body.lower.concept #template.font-historical-place-ja .box__campaign#uchiwa-kon .box__campaign__link {
    left: 62%;
    bottom: 10.5%;
    transform: translateX(-50%);
  }
}
body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon .box__campaign__title {
  width: 325px;
  top: 255px;
}
@media (max-width: 980px) {
  body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon .box__campaign__title {
    width: 62.5%;
    top: 25%;
  }
}
body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon .box__campaign__link {
  bottom: 230px;
}
@media (max-width: 980px) {
  body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon .box__campaign__link {
    bottom: 17.5%;
  }
}
body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon_A {
  background-image: url('/_asset/img/common/concept/back_uchiwa-kon_pc.jpg');
}
@media (max-width: 980px) {
  body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon_A {
    background-image: url('/_asset/img/common/concept/back_uchiwa-kon_sp.jpg');
  }
}
body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon_A .box__campaign__title {
  width: 425px;
  bottom: 230px;
  left: 710px;
  margin: 0;
}
@media (max-width: 980px) {
  body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon_A .box__campaign__title {
    width: 62.5%;
    left: auto;
    top: auto;
    right: 6.5%;
    bottom: 22%;
  }
}
body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon_A .box__campaign__link {
  bottom: 120px;
  left: 850px;
  margin: 0;
}
@media (max-width: 980px) {
  body.lower.concept #template.font-historical-place .box__campaign#uchiwa-kon_A .box__campaign__link {
    left: 62%;
    bottom: 10.5%;
    transform: translateX(-50%);
  }
}
/**********************************/
/******     floorguide
/**********************************/
body.lower.floorguide .box__sec__inner > .box__link:last-child {
  max-width: 950px;
  width: calc(100% - 40px);
}
@media (max-width: 980px) {
  body.lower.floorguide .box__sec__inner > .box__link:last-child {
    max-width: 750px;
  }
}
@media (max-width: 750px) {
  body.lower.floorguide .box__sec__inner > .box__link:last-child {
    width: calc(100% - 60px);
    margin: 60px auto 30px auto;
  }
}
@media (min-width: 981px) {
  body.lower.floorguide .box__galleryItem .box__slide {
    display: none;
  }
}
@media (max-width: 980px) {
  body.lower.floorguide .box__galleryItem .box__img {
    width: 100%;
  }
}
/**********************************/
/******     floormap
/**********************************/
body.lower.floormap .box__galleryItem {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
@media (max-width: 980px) {
  body.lower.floormap .box__galleryItem {
    width: 100%;
  }
  body.lower.floormap .box__galleryItem:not(:first-child)::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    transform: rotate(-135deg);
    border-top: solid 1px #3e3a39;
    border-left: solid 1px #3e3a39;
    margin: -20px auto 15px;
  }
  body.lower.floormap .box__galleryItem:not(:first-child)#FEX::before {
    border-color: transparent;
  }
}
body.lower.floormap .box__galleryItem__title {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 1;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.125em;
}
@media (min-width: 981px) {
  body.lower.floormap .box__galleryItem__title {
    color: #fff;
    background-color: #3e3a39;
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 980px) {
  body.lower.floormap .box__galleryItem__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
body.lower.floormap .box__galleryItem:not(#FEX) .box__galleryItem__title::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  right: -26px;
  top: -2px;
  border: solid;
  border-width: 21px 26px;
  border-color: #fff transparent #fff transparent;
}
@media (min-width: 981px) {
  body.lower.floormap .box__galleryItem .box__link {
    display: none;
  }
  body.lower.floormap .box__galleryItem .box__accord__inner {
    display: none;
  }
  body.lower.floormap .box__galleryItem .btn--expand {
    pointer-events: none;
    cursor: auto;
  }
  body.lower.floormap .box__galleryItem .btn--expand:hover {
    opacity: 1!important;
  }
}
/**********************************/
/******     for guest
/**********************************/
@media (min-width: 981px) {
  body.lower.guest .box__galleryItem {
    width: 30.81%;
  }
  body.lower.guest .box__galleryItem:nth-child(3n + 2) {
    margin-left: 3.785%;
    margin-right: 3.785%;
  }
}
@media (min-width: 981px) {
  body.lower.guest .box__img.large.cover {
    margin-bottom: 50px;
  }
}
body.lower.guest .box__anchorLink {
  text-align: center;
  font-size: 0;
}
@media (min-width: 981px) {
  body.lower.guest .box__anchorLink {
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
body.lower.guest .box__anchorLink--anchor {
  box-sizing: border-box;
  display: inline-block;
  background-image: url('/_asset/img/common/icn_arrow_down_gray.svg');
  background-repeat: no-repeat;
  color: #3e3a39;
  text-decoration: none;
}
@media (min-width: 981px) {
  body.lower.guest .box__anchorLink--anchor {
    background-position: bottom 10px center;
    background-size: 10px auto;
    height: 60px;
    line-height: 40px;
    text-align: center;
    width: 25%;
    font-size: 18px;
    border-right: solid 1px #3e3a39;
  }
  body.lower.guest .box__anchorLink--anchor:nth-child(1) {
    border-left: solid 1px #3e3a39;
  }
}
@media (max-width: 980px) {
  body.lower.guest .box__anchorLink--anchor {
    color: #3e3a39;
    border: solid 1px #3e3a39;
    background-color: #fff;
    background-position: center right 10px;
    background-size: 10px auto;
    text-align: left;
    font-size: 14px;
    padding: 0.5em 1em 0.5em 1.5em;
    height: 40px;
    line-height: calc(40px - 1em);
    transition: all ease 0.5s;
    width: 60%;
    min-width: 300px;
    margin: 0.25em 0;
  }
}
body.lower.guest .box__contact .btn--slate {
  text-align: left;
  padding-left: 1em;
}
@media (min-width: 981px) {
  body.lower.guest .box__contact {
    position: absolute;
    bottom: 160px;
    right: 0;
    width: 228px;
  }
}
@media (min-width: 981px) {
  body.lower.guest #Facility .box__sec__inner:last-child,
  body.lower.guest #Telegram .box__sec__inner:last-child {
    margin-bottom: 80px;
  }
}
body.lower.guest #Facility .box__galleryItem .box__txt,
body.lower.guest #Telegram .box__galleryItem .box__txt {
  text-align: left;
}
body.lower.guest #Facility .box__galleryItem a.btn--gray,
body.lower.guest #Telegram .box__galleryItem a.btn--gray {
  font-size: 0.8em;
  height: 30px;
  line-height: calc(30px - 1em);
  margin-bottom: 14px;
}
@media (max-width: 980px) {
  body.lower.guest #Facility .box__img.titled,
  body.lower.guest #Telegram .box__img.titled {
    margin-left: 20px;
    margin-right: 20px;
  }
}
body.lower.guest #Telegram a.btn--gray {
  max-width: 600px;
}
@media (max-width: 980px) {
  body.lower.guest #Telegram a.btn--gray {
    font-size: 0.8em;
    height: 30px;
    line-height: calc(30px - 1em);
    margin-bottom: 14px;
  }
}
@media (max-width: 980px) {
  body.lower.guest #Telegram .box__txt.ill {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  body.lower.guest #Telegram .box__txt.ill,
  body.lower.guest #Telegram .box__txt.ill p {
    text-align: center;
  }
}
@media (min-width: 981px) {
  body.lower.guest #FAQ .box__sec__inner:last-child {
    margin-bottom: 80px;
  }
}
body.lower.guest #FAQ .box__faq {
  text-align: left;
  overflow: hidden;
  transition: max-height 0.5s linear;
}
@media (min-width: 981px) {
  body.lower.guest #FAQ .box__faq {
    max-height: 81px;
  }
}
@media (max-width: 980px) {
  body.lower.guest #FAQ .box__faq {
    max-height: 61px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.lower.guest #FAQ .box__faq.on {
  max-height: 600px;
}
body.lower.guest #FAQ .box__faq.on .box__faq__question::after {
  transform: rotate(-45deg);
}
body.lower.guest #FAQ .box__faq__content p:not(:last-child) {
  margin-bottom: 20px;
}
body.lower.guest #FAQ .box__faq__content p.annotation {
  position: relative;
  font-size: 0.8em;
  color: #666666;
  padding-left: 1em;
}
body.lower.guest #FAQ .box__faq__content p.annotation::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 980px) {
  body.lower.guest #FAQ .box__faq__content p {
    font-size: 12px;
  }
}
body.lower.guest #FAQ .box__faq__content a {
  transition: opacity 0.5s;
}
body.lower.guest #FAQ .box__faq__content a:hover {
  opacity: 0.65;
}
body.lower.guest #FAQ .box__faq__content hr {
  margin: 20px 0;
  width: 100%;
  background-color: #fff;
}
body.lower.guest #FAQ .box__faq__title {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  body.lower.guest #FAQ .box__faq__title {
    font-size: 12px;
  }
}
body.lower.guest #FAQ .box__faq__question,
body.lower.guest #FAQ .box__faq__answer {
  position: relative;
}
body.lower.guest #FAQ .box__faq__question::before,
body.lower.guest #FAQ .box__faq__answer::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 981px) {
  body.lower.guest #FAQ .box__faq__question,
  body.lower.guest #FAQ .box__faq__answer {
    padding: 20px 20px 20px 80px;
    min-height: 80px;
  }
  body.lower.guest #FAQ .box__faq__question::before,
  body.lower.guest #FAQ .box__faq__answer::before {
    width: 80px;
    height: 80px;
    background-size: 35% auto;
  }
}
@media (max-width: 980px) {
  body.lower.guest #FAQ .box__faq__question,
  body.lower.guest #FAQ .box__faq__answer {
    padding: 10px 20px 10px 40px;
    min-height: 60px;
  }
  body.lower.guest #FAQ .box__faq__question::before,
  body.lower.guest #FAQ .box__faq__answer::before {
    width: 40px;
    height: 60px;
    background-size: 50% auto;
  }
}
body.lower.guest #FAQ .box__faq__question p a,
body.lower.guest #FAQ .box__faq__answer p a {
  color: #3e3a39;
  text-decoration: underline;
}
@media (min-width: 981px) {
  body.lower.guest #FAQ .box__faq__question .box__link,
  body.lower.guest #FAQ .box__faq__answer .box__link {
    text-align: left;
  }
}
@media (max-width: 980px) {
  body.lower.guest #FAQ .box__faq__question .box__link,
  body.lower.guest #FAQ .box__faq__answer .box__link {
    width: calc(100% + 40px);
    margin-left: -30px;
    min-width: 0;
  }
}
body.lower.guest #FAQ .box__faq__question .box__link .btn,
body.lower.guest #FAQ .box__faq__answer .box__link .btn {
  max-width: 500px;
  text-align: center;
}
@media (max-width: 980px) {
  body.lower.guest #FAQ .box__faq__question .box__link .btn,
  body.lower.guest #FAQ .box__faq__answer .box__link .btn {
    font-size: 12px;
  }
}
body.lower.guest #FAQ .box__faq__question {
  border-bottom: solid 1px #a2a1a1;
}
body.lower.guest #FAQ .box__faq__question::before {
  background-image: url(/_asset/img/common/icn_faq-q.svg);
}
body.lower.guest #FAQ .box__faq__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
  transform: rotate(135deg);
}
@media (min-width: 981px) {
  body.lower.guest #FAQ .box__faq__question::after {
    height: 14px;
    width: 14px;
    right: 15px;
  }
}
@media (max-width: 980px) {
  body.lower.guest #FAQ .box__faq__question::after {
    height: 10px;
    width: 10px;
    right: 10px;
  }
}
body.lower.guest #FAQ .box__faq__answer {
  background-color: #ddd9d8;
}
body.lower.guest #FAQ .box__faq__answer::before {
  background-image: url(/_asset/img/common/icn_faq-a.svg);
}
body.lower.guest #FAQ .box__txt h4 {
  text-align: center;
}
@media (min-width: 981px) {
  body.lower.guest #Access .box__sec__inner:last-child {
    margin-bottom: 80px;
  }
}
/**********************************/
/******     item
/**********************************/
@media (min-width: 981px) {
  body.lower.item .box__title {
    text-align: left;
    width: 47.5%;
    float: left;
  }
}
body.lower.item .box__title--main {
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media (min-width: 981px) {
  body.lower.item .box__title--main {
    font-size: 40px;
  }
}
body.lower.item .box__title--sub {
  font-size: 12px;
  letter-spacing: 0.15em;
}
@media (min-width: 981px) {
  body.lower.item .box__title--sub {
    font-size: 16px;
  }
}
@media (min-width: 981px) {
  body.lower.item .box__sec__inner .box__txt {
    text-align: left;
  }
}
body.lower.item .box__sec__inner hr {
  margin: 2rem auto;
  border: none;
  height: 2px;
  background: #bfbfbf;
}
@media (max-width: 980px) {
  body.lower.item .box__sec__inner hr {
    width: 60%;
    min-width: 300px;
    height: 1px;
  }
}
@media (min-width: 981px) {
  body.lower.item .box__sec__inner .box__item {
    margin-left: 47.5%;
  }
}
body.lower.item .box__sec__inner .box__link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.lower.item .box__sec__inner .box__link__txt {
  margin-bottom: 0.5rem;
}
body.lower.item .box__sec__inner .box__link__title {
  font-size: 12px;
  color: #727272;
  text-align: center;
}
@media (min-width: 981px) {
  body.lower.item .box__sec__inner .box__link__title {
    margin-top: auto;
  }
}
body.lower.item .box__sec__inner .box__link__item {
  width: 100%;
}
@media (min-width: 981px) {
  body.lower.item .box__sec__inner .box__link__item {
    width: 250px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 980px) {
  body.lower.item .box__sec__inner .box__link__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
body.lower.item .box__sec__inner .box__img {
  position: relative;
}
body.lower.item .box__sec__inner .box__img__cell {
  position: relative;
}
body.lower.item .box__sec__inner .box__img__cell img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.lower.item .box__sec__inner .box__img__cell:first-child {
  width: 56%;
}
body.lower.item .box__sec__inner .box__img__cell:nth-child(2),
body.lower.item .box__sec__inner .box__img__cell:nth-child(3) {
  width: 44%;
  position: absolute;
  right: 0;
  height: 50%;
}
body.lower.item .box__sec__inner .box__img__cell:nth-child(2) {
  top: 0;
}
body.lower.item .box__sec__inner .box__img__cell:nth-child(3) {
  bottom: 0;
}
body.lower.item .box__sec__inner .box__img__cell .box__txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  padding: 16px 20px;
  min-width: 0;
}
@media (max-width: 980px) {
  body.lower.item .box__sec__inner .box__img__cell .box__txt {
    padding: 2.2vw 2.6vw;
  }
}
body.lower.item .box__sec__inner .box__img__cell .box__txt::before {
  content: "";
  min-height: 100px;
  height: 135%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, transparent, transparent 25%, rgba(0, 0, 0, 0.6));
  z-index: 0;
}
body.lower.item .box__sec__inner .box__img__cell .box__txt p {
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 0;
}
@media (max-width: 980px) {
  body.lower.item .box__sec__inner .box__img__cell .box__txt p {
    font-size: 2vw;
  }
}
/**********************************/
/******     plan
/**********************************/
body.lower.plan #detail .service {
  margin: 1em auto;
  padding: 1em 0;
}
body.lower.plan #detail .service__title {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #727272;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
body.lower.plan #detail .service__list {
  display: block;
  padding: 0;
  margin: 0 -10px;
  font-size: 0;
}
body.lower.plan #detail .service__list__item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1.5em;
  width: 25%;
}
@media (max-width: 980px) {
  body.lower.plan #detail .service__list__item {
    font-size: 12px;
    width: 50%;
  }
}
body.lower.plan #detail .service__list__item__image {
  width: 100%;
  display: block;
  padding: 0 10px;
}
body.lower.plan #detail .service__list__item__name {
  padding: 0 10px;
}
body.lower.plan #detail .service__list__item__name span,
body.lower.plan #detail .service__list__item__name strong {
  letter-spacing: 0.15em;
  display: block;
}
body.lower.plan #detail .service__attention {
  color: #3e3a39;
  font-size: 0.8125em;
}
/**********************************/
/******     real-brides
/**********************************/
@media (max-width: 980px) {
  body.lower.real-brides .box__galleryList {
    margin-right: 10px;
    margin-left: 10px;
  }
}
body.lower.real-brides .box__galleryItem {
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  body.lower.real-brides .box__galleryItem {
    width: 50%;
    margin-bottom: 20px;
  }
}
body.lower.real-brides .box__galleryItem .box__img:last-child,
body.lower.real-brides .box__galleryItem .box__img:nth-last-child(2) {
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  body.lower.real-brides .box__galleryItem .box__img img {
    padding: 0 10px;
  }
}
body.lower.real-brides .btn--back {
  font-weight: bold;
  position: relative;
}
body.lower.real-brides .btn--back::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 26px;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #3e3a39 transparent transparent;
  transition: all 0.5s;
}
body.lower.real-brides .btn--back.middle {
  width: 100%;
  max-width: 480px;
}
/**********************************/
/******     event
/**********************************/
body.lower.event .box__sec__inner > .box__link:last-child {
  max-width: 750px;
  width: auto;
}
@media (max-width: 750px) {
  body.lower.event .box__sec__inner > .box__link:last-child {
    width: calc(100% - 60px);
    max-width: 500px;
    margin: 60px auto 30px auto;
  }
}
body.lower.event #list .imgBox .textBox .ttl {
  padding-top: 0;
}
body.lower.event #detail .service {
  margin: 1em auto;
  padding: 1em 0;
}
body.lower.event #detail .service__title {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #727272;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
body.lower.event #detail .service__list {
  display: block;
  padding: 0;
  margin: 0 -10px;
  font-size: 0;
}
body.lower.event #detail .service__list__item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  width: 100%;
  padding: 0.75em 0;
  margin: 0;
  border-bottom: solid 1px #727272;
}
body.lower.event #detail .service__list__item__image {
  width: 30%;
  display: block;
  padding: 0 10px;
  float: left;
}
@media (max-width: 980px) {
  body.lower.event #detail .service__list__item__image {
    float: none;
    width: 100%;
  }
}
body.lower.event #detail .service__list__item__name {
  padding: 0 10px;
  margin: 3.5em 0 1em 31.25%;
}
@media (max-width: 980px) {
  body.lower.event #detail .service__list__item__name {
    margin: 1em 0;
  }
}
body.lower.event #detail .service__list__item__name span,
body.lower.event #detail .service__list__item__name strong {
  letter-spacing: 0.15em;
  display: block;
}
body.lower.event #detail .service__list__item__txt {
  padding: 0 10px;
  margin: 1em 0 1em 31.25%;
}
@media (max-width: 980px) {
  body.lower.event #detail .service__list__item__txt {
    margin-left: 0;
  }
}
body.lower.event #detail .service__list__item__txt p {
  line-height: 1.6;
  color: #727272;
}
/**********************************/
/******     movie
/**********************************/
body.lower.movie {
  /*Youtube Movie List*/
}
@media (max-width: 980px) {
  body.lower.movie .sec__movies .box__mov-gallery {
    width: 60%;
    min-width: 300px;
    margin: 10px auto;
    text-align: left;
  }
}
@media (min-width: 981px) {
  body.lower.movie .sec__movies .box__img {
    display: flex;
    align-items: center;
  }
  body.lower.movie .sec__movies .box__img .small {
    width: 380px;
    margin-right: 60px;
  }
}
@media (min-width: 981px) {
  body.lower.movie .sec__movies .box__img .box__img__description {
    margin: 40px 0;
    width: 310px;
  }
  body.lower.movie .sec__movies .box__img .box__img__description .box__title,
  body.lower.movie .sec__movies .box__img .box__img__description .box__txt {
    text-align: left;
  }
  body.lower.movie .sec__movies .box__img .box__img__description .box__title {
    margin-bottom: 1rem;
  }
  body.lower.movie .sec__movies .box__img .box__img__description .box__txt {
    margin: 0;
  }
  body.lower.movie .sec__movies .box__img .box__img__description .box__txt p {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 980px) {
  body.lower.movie .sec__movies .box__img .box__img__description {
    margin: 25px 0;
  }
}
body.lower.movie .sec__movies .box__img ~ .box__link {
  max-width: 750px;
  margin: 0 auto;
}
body.lower.movie .sec__movies .box__img ~ .box__link .btn.btn--black {
  width: 100%;
  position: relative;
  display: block;
}
@media (min-width: 981px) {
  body.lower.movie .sec__movies .box__img ~ .box__link .btn.btn--black::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 26px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #FFF;
    transition: all 0.5s;
  }
}
@media (min-width: 981px) {
  body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem {
    width: 240px;
  }
}
body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem__title--jp {
  display: block !important;
  font-size: 11px;
}
body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem .box__img {
  margin-bottom: 15px;
}
body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem .box__img::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 33px;
  height: 33px;
  background: url("/_asset/img/tvcm/common/icn_movie_play.png") center / cover;
}
@media (max-width: 980px) {
  body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem .box__img {
    margin-bottom: 10px;
  }
  body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem .box__img::after {
    right: 12px;
    bottom: 12px;
    width: 28px;
    height: 28px;
  }
}
body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem a {
  display: block;
  width: 100%;
}
body.lower.movie .sec__movies .box__img ~ .box__gallery .box__galleryItem img {
  padding: 0;
}
/**********************************/
/******     planning
/**********************************/
@media (min-width: 981px) {
  body.lower.planning .box__planning {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 981px) {
  body.lower.planning .box__planning__item {
    width: 460px;
  }
}
@media (max-width: 980px) {
  body.lower.planning .box__planning__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
body.lower.planning .box__gallery .box__galleryItem {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  body.lower.planning .box__gallery .box__galleryItem {
    width: 100%;
  }
}
body.lower.planning .box__gallery .box__galleryItem .box__galleryItem__title--en {
  width: 100%;
  text-align: center;
}
@media (min-width: 981px) {
  body.lower.planning .box__gallery .box__galleryItem .box__accord {
    display: none;
  }
}
@media (max-width: 980px) {
  body.lower.planning .box__gallery .box__galleryItem .box__galleryItem__title--en {
    order: 1;
  }
  body.lower.planning .box__gallery .box__galleryItem .box__img {
    order: 2;
  }
  body.lower.planning .box__gallery .box__galleryItem .box__accord {
    order: 3;
  }
  body.lower.planning .box__gallery .box__galleryItem .box__galleryItem__title--en {
    background: #fff;
    color: #3e3a39;
    font-size: 18px;
    padding: 0;
    position: relative;
    display: block;
  }
}
/**********************************/
/******     modal
/**********************************/
body .modal {
  position: fixed;
  z-index: 300;
}
@media (min-width: 981px) {
  body .modal-anchor {
    cursor: pointer;
  }
}
body .modal__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}
body .modal__content {
  position: absolute;
  max-width: 750px;
  left: 0;
  right: 0;
  margin: 20px auto 0 auto;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
}
@media (max-width: 980px) {
  body .modal__content {
    padding: 0;
  }
}
body .modal__content.full {
  max-width: none;
  width: 100%;
}
body .modal__content iframe {
  min-height: 320px;
  height: 50vw;
}
body .modal__content .box__img.medium,
body .modal__content .box__slide.medium,
body .modal__content .box__gallery.medium,
body .modal__content .box__movie.medium {
  margin-bottom: 10px;
}
body .modal__content .box__title {
  margin-bottom: 10px;
}
body .modal__content .box__txt {
  margin-top: 0;
  margin-bottom: 0;
}
body .modal__content .box__slide__listItem {
  background-color: #fff;
}
body .modal__content .box__slide__list__arrow--prev:empty {
  background: url("/_asset/img/common/slide_arrow_prev_white.svg") no-repeat center / cover;
}
body .modal__content .box__slide__list__arrow--next:empty {
  background: url("/_asset/img/common/slide_arrow_next_white.svg") no-repeat center / cover;
}
body .modal__btn--close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media (max-width: 980px) {
  body .modal__btn--close {
    width: 24px;
    height: 24px;
    padding: 3px;
    top: -20px;
  }
}
body .modal__btn--close img {
  width: 100%;
  display: block;
}
body .modal-anchorList .box__galleryItem .box__img {
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
body .modal-anchorList .box__galleryItem .box__img:hover {
  opacity: 0.65;
}
@media (max-width: 980px) {
  body .modal-anchorList .box__galleryItem .box__img {
    margin-bottom: 10px;
    pointer-events: none;
  }
}
@media (min-width: 981px) {
  body .modal-anchorList .box__galleryItem .box__txt {
    display: none;
  }
}
@media (max-width: 980px) {
  body .modal-anchorList .box__galleryItem .box__txt br {
    display: none;
  }
}
body .modal-anchorList .box__galleryItem__title--jp {
  display: block;
}
@media (min-width: 981px) {
  body .modal-anchorList .box__galleryItem__title--jp {
    display: none;
  }
}
body .modal-anchorList .box__galleryItem__title--en {
  font-family: "Amiri", "Noto Serif JP", serif;
  display: block;
}
@media (max-width: 980px) {
  body .modal-anchorList .box__galleryItem__title--en {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: auto;
    padding: 5px 10px;
    color: #fff;
    background-color: #3e3a39;
    z-index: 1;
  }
}
body .modal .box__slide__list {
  position: static;
}
body .modal .box__slide__list__arrow--prev,
body .modal .box__slide__list__arrow--next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
body .modal .box__slide__list__arrow--prev {
  left: -40px;
  background: url(/_asset/img/common/slide_arrow_prev_white.svg) center / contain;
}
body .modal .box__slide__list__arrow--next {
  right: -40px;
  background: url(/_asset/img/common/slide_arrow_next_white.svg) center / contain;
}
/*------------------------------------------------------------
	List
------------------------------------------------------------*/
#list .imgBox {
  padding: 15px 0;
  margin: 0 auto 80px auto;
  max-width: 750px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #list .imgBox {
    width: calc(100% - 60px);
    max-width: 500px;
    margin: 0 auto;
  }
  #list .imgBox:not(:last-child) {
    border-bottom: solid 2px #e4e4e4;
  }
}
#list .imgBox .photoBox {
  display: block;
  float: left;
  width: 320px;
}
@media (max-width: 750px) {
  #list .imgBox .photoBox {
    width: 150px;
  }
}
#list .imgBox .photoBox img {
  display: block;
  max-width: 100%;
  height: auto;
}
#list .imgBox .textBox {
  position: relative;
  margin-left: 350px;
  text-align: left;
}
@media (max-width: 750px) {
  #list .imgBox .textBox {
    margin-left: 160px;
  }
}
#list .imgBox .textBox .dash {
  font-family: "Amiri", serif;
  font-size: 14px;
  position: absolute;
  top: 0;
}
#list .imgBox .textBox p {
  line-height: 2;
  font-size: 12px;
}
@media (max-width: 750px) {
  #list .imgBox .textBox p {
    display: none;
  }
}
#list .imgBox .textBox a {
  display: inline-block;
  color: #3e3a39;
}
#list .imgBox .textBox a:hover {
  color: #ccbf9d;
}
#list .imgBox .textBox a.link {
  font-family: "Amiri", serif;
  margin-right: 14px;
  text-align: center;
  padding: 8px 0 8px 4px;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: normal;
  text-decoration: none;
}
#list .imgBox .textBox a.link::before {
  font-family: "Amiri", serif;
  content: '>';
  font-size: 16px;
  vertical-align: bottom;
}
@media (max-width: 750px) {
  #list .imgBox .textBox a.link {
    display: none;
  }
}
#list .imgBox .textBox .ttl {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #3e3a39;
}
@media (max-width: 750px) {
  #list .imgBox .textBox .ttl {
    font-size: 14px;
    margin: 0;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 751px) {
  #list .imgBox .textBox .ttl {
    border-bottom: solid 2px #e4e4e4;
    margin: 0 0 15px 0;
    padding: 20px 0 10px 0;
  }
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail .bnr {
  margin: 0 0 39px 10px;
  text-align: center;
}
#detail .photo {
  margin-bottom: 36px;
  text-align: center;
}
#detail .photo img {
  max-width: 100%;
  height: auto;
}
#detail .editable {
  text-align: left;
  padding: 0 80px;
}
@media (max-width: 980px) {
  #detail .editable {
    padding: 0 20px;
  }
}
#detail .editable time {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #727272;
  text-align: left;
}
#detail .editable .ttl {
  margin-bottom: 51px;
  font-size: 26px;
  font-weight: bold;
  color: #3e3a39;
  line-height: 1.53;
  text-align: left;
}
#detail .editable p {
  line-height: 2;
  font-size: 16px;
  margin: 1em 0;
  color: #727272;
}
#detail .editable h3 {
  margin: 2.5em 0 1em;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 2.1;
  font-weight: bold;
  color: #3e3a39;
  border-bottom: 1px solid #727272;
}
#detail .editable h4 {
  margin: 1.5em 0 0.8em;
  font-size: 14px;
  font-weight: bold;
  color: #3e3a39;
}
#detail .editable img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
#detail .editable img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
#detail .editable img.alignnone {
  margin: 0 20px 20px 0;
}
#detail .editable img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
#detail .editable img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#detail .editable .alignnone {
  margin: 0 20px 20px 0;
}
#detail .editable .aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
#detail .editable .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
#detail .editable .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
#detail .pageLink {
  margin-top: 125px;
  padding-top: 30px;
  text-align: center;
  font-size: 0;
  border-top: 1px solid #b8b8b8;
}
#detail .pageLink li {
  margin: 0 7px;
  width: 130px;
  display: inline-block;
  background: #3e3a39;
}
#detail .pageLink li a {
  padding: 4px 0 3px;
  display: block;
  font-size: 12px;
  line-height: 2.5;
  color: #fff;
}
#detail .pageLink li a:hover {
  background: #ccbf9d;
}
#list .link,
#detail .link {
  text-align: center;
  margin: 15px auto;
}
#list .link a,
#detail .link a {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  color: #3e3a39;
  letter-spacing: 3px;
  border: 1px solid #282828;
  margin: 15px auto;
  opacity: 1;
  transition: opacity ease 0.5s;
  text-decoration: none;
}
#list .link a:hover,
#detail .link a:hover {
  background: #ccbf9d;
}
#list .link a span,
#detail .link a span {
  display: block;
  margin: 0.25em 0;
}
#list .link a span.en,
#detail .link a span.en {
  font-size: 16px;
  letter-spacing: 0.12em;
}
@media (max-width: 980px) {
  i.for_pc--bullet {
    display: block;
    font-size: 0;
    line-height: 1;
  }
}
/*Youtube Movie List*/
body.lower .sec__promotion-movie .box__img .box__img__description {
  margin: 40px 0;
}
body.lower .sec__promotion-movie .box__img ~ .box__link {
  max-width: 750px;
  margin: 0 auto;
}
body.lower .sec__promotion-movie .box__img ~ .box__link .btn.btn--black {
  width: 100%;
  position: relative;
  display: block;
}
body.lower .sec__promotion-movie .box__img ~ .box__link .btn.btn--black::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  transition: all 0.5s;
}
body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem__title--jp {
  display: block!important;
  font-size: 11px;
}
@media (min-width: 981px) {
  body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem {
    width: 32%;
  }
}
body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem .box__img::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 33px;
  height: 33px;
  background: url("/_asset/img/common/promotion_movie/icn_movie_play.png") center / cover;
}
body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem .box__img {
  margin-bottom: 15px;
}
body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem .box__img a {
  display: block;
  width: 100%;
}
body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem .box__img img {
  padding: 0;
}
@media (min-width: 981px) {
  body.lower .sec__promotion-movie .box__img {
    display: flex;
    align-items: center;
  }
  body.lower .sec__promotion-movie .box__img__description {
    width: 310px;
  }
  body.lower .sec__promotion-movie .box__img__description .box__title,
  body.lower .sec__promotion-movie .box__img__description .box__txt {
    text-align: left;
  }
  body.lower .sec__promotion-movie .box__img__description .box__title {
    margin-bottom: 1rem;
  }
  body.lower .sec__promotion-movie .box__img__description .box__txt {
    margin: 0;
  }
  body.lower .sec__promotion-movie .box__img__description .box__txt p {
    letter-spacing: 0.1em;
  }
  body.lower .sec__promotion-movie .box__img .small {
    width: 380px;
    margin-right: 60px;
  }
}
@media (max-width: 980px) {
  body.lower .sec__promotion-movie .box__img__description {
    margin: 25px 0;
  }
  body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryList {
    padding-left: 0;
    padding-right: 0;
  }
  body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem .box__img {
    margin-bottom: 10px;
  }
  body.lower .sec__promotion-movie .box__img ~ .box__gallery .box__galleryItem .box__img::after {
    right: 12px;
    bottom: 12px;
    width: 28px;
    height: 28px;
  }
  body.lower .sec__promotion-movie .box__img ~ .box__link .btn.btn--black::after {
    display: none;
  }
}
body.lower .box__mov-gallery .box__galleryList .box__galleryItem .box__img::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(/_asset/img/common/icn_play_white.png) no-repeat center / contain;
}
@media (max-width: 980px) {
  body.lower .box__mov-gallery {
    width: 60%;
    min-width: 300px;
    margin: 10px auto;
    text-align: left;
  }
  body.lower .box__mov-gallery.full {
    width: auto;
  }
}
/* new color */
.aside__newsTopics #newsTopicsTitle,
.aside__newsTopics__item a,
.sideMenu__subNav--txt__link a,
.sideMenu__relationNav__link a,
.sideMenu__nav__txt .sideMenu__nav__txt--en,
.sideMenu__nav__txt .sideMenu__nav__txt--ja,
.sideMenu__relationNav--title {
  color: #3E3A39;
  opacity: 1;
}
@media screen and (min-width: 981px) {
  .sideMenu__nav__txt .sideMenu__nav__txt--ja {
    color: #F1EEE7;
  }
  body.lower main footer.box__link .btn:hover {
    background: #3e3a39;
    border-color: #3e3a39;
  }
}
@media screen and (min-width: 981px) {
  /*.sideMenu__subNav a:hover, .sideMenu__relationNav__link a:hover, */
  .sideMenu__nav__txt:hover .sideMenu__nav__txt--en,
  .sideMenu__nav__txt:hover .sideMenu__nav__txt--ja {
    color: #ccbf9d;
    /*color: #FFE4B5;*/
  }
}
@media screen and (max-width: 980px) {
  .sideMenu__nav__txt:hover .sideMenu__nav__txt--en,
  .sideMenu__nav__txt:hover .sideMenu__nav__txt--ja {
    color: #3e3a39;
    /*color: #FFE4B5;*/
  }
}
.footer .sideMenu__nav__txt a:hover .sideMenu__nav__txt--en {
  opacity: 1!important;
}
@media screen and (min-width: 981px) {
  .footer .sideMenu__nav__txt a:hover .sideMenu__nav__txt--en,
  .footer .sideMenu__nav__txt:hover .sideMenu__nav__txt--en {
    opacity: 0 !important;
  }
}
.footer .sideMenu__nav__txt a:hover .sideMenu__nav__txt--ja,
.footer .sideMenu__nav__txt:hover .sideMenu__nav__txt--ja {
  opacity: 1 !important;
}
@media (max-width: 980px) {
  .footer .sideMenu__nav__txt a .sideMenu__nav__txt--ja {
    opacity: 1 !important;
  }
}
.sideMenu__subNav--guest__link a {
  background-color: #3E3A39;
  color: #F1EEE7;
}
/*.sideMenu__subNav--guest__link a:hover {*/
/*  background-color: #ccbf9d;*/
/*  color: #F1EEE7;*/
/*}*/
.sideMenu__relationNav,
.sideMenu__nav {
  border-color: #3E3A39;
}
.sideMenu__menu__icn.is-open {
  background-image: url(/_asset/img/common/icn_close_gray.svg) !important;
}
@media (max-width: 980px) {
  .sideMenu__subNav--txtList .guest {
    background-color: #3E3A39;
    color: #F1EEE7 !important;
  }
  .sideMenu__bnrNav__link a {
    border: 1px solid #3E3A39 !important;
    color: #3E3A39;
    background: none;
  }
  .sideMenu__subNav--txt__link:nth-last-child(2)::before,
  .sideMenu__subNav--txt__link:nth-last-child(2)::after {
    background-color: #3E3A39;
  }
}
.footer .footer__reserveBtn a,
.footer .footer__pageBtn {
  border: 1px solid #3E3A39;
}
.footer .footer__reserveBtn a:hover,
.footer__pageBtn:hover {
  background-color: #3E3A39;
}
.footer .footer__reserveBtn a {
  background: url("/_asset/img/common/icn_arrow_right_gray.svg") 97.3% 50% no-repeat;
  background-size: 6px auto;
  color: #3E3A39;
}
.footer .footer__reserveBtn a:hover {
  background-image: url("/_asset/img/common/icn_arrow_right_white.svg");
  color: #fff;
}
.footer .footer__pageBtn a {
  background: url("/_asset/img/common/icn_arrow_right_gray.svg") 94% 50% no-repeat;
  background-size: 6px auto;
  color: #3E3A39;
}
.footer .footer__pageBtn a:hover {
  background-image: url("/_asset/img/common/icn_arrow_right_white.svg");
  color: #fff;
}
.footer .footer__box__venues,
#template main .box--gray {
  background-color: #3E3A39;
  color: #F1EEE7;
}
@media (min-width: 901px) {
  .footer .footer__pageBtn:not(:last-child) {
    display: none;
  }
}
@media (max-width: 980px) {
  .sideMenu__bnrNav__link a.back--white {
    color: #fff;
    background-color: #3E3A39;
  }
}
