@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, img, small, time, svg {
  display: block;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type="radio"]):not([type="checkbox"]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"], input[type="checkbox"], input[type="submit"] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

/* Slider */
.slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

/* Arrows */
.slick-arrow {
  display: block;
  background: transparent no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .slick-arrow:hover {
    opacity: 0.5;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

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

.slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}
.slick-dots li button {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  content: "";
  background-color: #626262;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #000;
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: -5000px;
  left: -5000px;
  right: -5000px;
  bottom: -5000px;
  z-index: 9999;
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  display: none;
  padding: 60px 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  background: #fff;
  width: 100%;
  max-width: 720px;
  text-align: left;
  position: relative;
  margin-bottom: 60px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .remodal-close:hover, .remodal-close:focus {
    opacity: 0.5;
  }
}

.remodal-close-icon {
  display: block;
  position: relative;
}
.remodal-close-icon:before, .remodal-close-icon:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.remodal-close-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.remodal-close-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  display: inline-block;
  min-width: 110px;
  padding: 12px 0;
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  background: #81c784;
  color: #fff;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  background: #e57373;
  color: #fff;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
  color: #222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.5px;
}

@media all and (-ms-high-contrast: none) {
  body, input, textarea, select {
    font-family: "メイリオ",Meiryo,YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
    font-weight: normal;
  }
}
body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

#top_loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: 1s;
}

.bodywrap {
  overflow: hidden;
  padding-top: 86px;
  position: relative;
}

@media screen and (min-width: 961px) {
  .bodywrap {
    background-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .bodywrap {
    padding-top: 82px;
  }

  .lang_coming .bodywrap {
    padding-top: 52px;
  }
}
input, textarea, select {
  background-color: #fff;
  border: 1px solid #dddddd;
}

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

@media all and (-ms-high-contrast: none) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
}
.en {
  font-family: 'Open Sans', sans-serif;
}

.en2 {
  font-family: 'Playfair Display', serif;
}

main {
  padding: 90px 0 260px;
}

@media screen and (max-width: 960px) {
  main {
    padding: 80px 5%;
  }
}
main.coming {
  background: #222 no-repeat center;
  height: 1080px;
}

main.coming article {
  display: none;
}

main.coming#event {
  background-image: url("../img/cs_event.jpg");
}

main.coming#art {
  background-image: url("../img/cs_art.jpg");
}

main.coming#shop {
  background-image: url("../img/cs_shop.jpg");
}

main.coming#press {
  background-image: url("../img/cs_press.jpg");
}

@media screen and (max-width: 960px) {
  main.coming {
    background-size: cover;
    height: 0;
    padding: 133% 0 0;
  }

  main.coming#event {
    background-image: url("../img/cs_event_tab.jpg");
  }

  main.coming#art {
    background-image: url("../img/cs_art_tab.jpg");
  }

  main.coming#shop {
    background-image: url("../img/cs_shop_tab.jpg");
  }

  main.coming#press {
    background-image: url("../img/cs_press_tab.jpg");
  }
}
@media screen and (max-width: 640px) {
  main.coming {
    padding: 178% 0 0;
  }

  main.coming#event {
    background-image: url("../img/cs_event_sp.jpg");
  }

  main.coming#art {
    background-image: url("../img/cs_art_sp.jpg");
  }

  main.coming#shop {
    background-image: url("../img/cs_shop_sp.jpg");
  }

  main.coming#press {
    background-image: url("../img/cs_press_sp.jpg");
  }
}
a {
  color: #222;
}

@media screen and (min-width: 961px) {
  a, .submitbtn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover, .submitbtn:hover {
    opacity: 0.5;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .wrapper {
    width: 80%;
  }
}
.wrapper.w844 {
  max-width: 844px;
}

.wrapper.w1160 {
  max-width: 1160px;
}

.bold {
  font-weight: bold;
}

.indent {
  display: inline-block;
  text-indent: -0.5em;
}

@media screen and (min-width: 961px) {
  a.tel {
    pointer-events: none;
  }
}
.tempttl {
  text-align: center;
}

.tempttl span {
  display: block;
  line-height: 1em;
}

.tempttl .en {
  color: #B79A5F;
  font-weight: bold;
  font-size: 40px;
}

.tempttl .ja {
  font-size: 16px;
  margin-top: 10px;
}

.category_link a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  height: 26px;
  border: 1px solid #B79A5F;
  padding: 0 15px;
  text-align: center;
  color: #B79A5F;
  font-size: 11px;
  line-height: 1em;
}

@media screen and (max-width: 960px) {
  .category_link a {
    height: 20px;
    padding: 1px 10px 0;
    font-size: 8px;
  }
}
.tempbtn {
  border: 2px solid #B79A5F;
  color: #B79A5F;
}

.tempbtn.re {
  border-color: #fff;
  color: #fff;
}

/*
  .tempbtn.sha {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
*/
@media screen and (min-width: 961px) {
  .tempbtn:hover {
    opacity: 1;
    background-color: #B79A5F !important;
    color: #fff;
  }

  .tempbtn.re:hover {
    border-color: #B79A5F;
  }
}
.pointer {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  opacity: 0.7;
  mix-blend-mode: exclusion;
}

.pointer.is-active {
  -webkit-transform: scale(2);
  transform: scale(2);
}

@media all and (-ms-high-contrast: none) {
  .pointer {
    background-color: #000;
    opacity: 0.25;
  }
}
.fade_up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.active .fade_up, .fade_up.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slick-arrow {
  background-color: #fff;
  width: 75px;
  height: 75px;
  border: 2px solid #B79A5F;
  border-radius: 50%;
}

.slick-arrow:before {
  content: "";
  width: 18px;
  height: 18px;
  border: solid #B79A5F;
  border-width: 2px 0 0 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 961px) {
  .slick-arrow:hover {
    opacity: 1;
    background-color: #B79A5F;
  }

  .slick-arrow:hover:before {
    border-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .slick-arrow {
    width: 46px;
    height: 46px;
    border-width: 1px;
  }

  .slick-arrow:before {
    width: 12px;
    height: 12px;
    border-width: 1px 0 0 1px;
  }
}
.slick-prev:before {
  left: 42%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next:before {
  right: 42%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

.slick-dots li button:before {
  background-color: #fff;
  border: 1px solid #B79A5F;
}

.slick-dots li.slick-active button:before {
  background-color: #B79A5F;
}

@media screen and (max-width: 960px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.temp_nav {
  padding: 140px 0 140px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 961px) {
  .temp_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.temp_nav li:not(:last-child) {
  margin-right: 100px;
}

.temp_nav .tempbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-width: 1px;
  border-radius: 30px;
  font-size: 16px;
}

.temp_nav li:first-child a {
  background-color: #B79A5F;
  color: #fff;
}

@media screen and (max-width: 1441px) {
  .temp_nav .tempbtn {
    width: 310px;
  }

  .temp_nav li:not(:last-child) {
    margin-right: 50px;
  }

  .tempttl .en {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .temp_nav {
    padding: 50px 35px 100px;
  }

  .temp_nav li:not(:last-child) {
    margin: 0 0 20px;
  }

  .temp_nav .tempbtn {
    width: auto;
    font-size: 14px;
  }

  .tempttl .en {
    font-size: 24px;
  }

  .tempttl .ja {
    font-size: 8px;
    margin-top: 5px;
  }
}
/*header*/
@media screen and (max-width: 960px) {
  .drawer-open {
    overflow: hidden !important;
    height: 100vh;
  }
}
#header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #B79A5F url("../img/bg.png") center;
  width: 100%;
  height: 86px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.lang_coming #header .lang {
  display: none;
}

@media screen and (max-width: 1441px) {
  #header {
    height: 75px;
  }

  .bodywrap {
    padding-top: 75px;
  }
}
@media screen and (min-width: 961px) {
  #header .lang ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    line-height: 1em;
  }

  #header .lang ul, #header .lang ul a {
    color: #fff;
  }

  #header .lang ul li:not(:last-child) {
    position: relative;
    padding-right: 12px;
    margin-right: 5px;
  }

  #header .lang ul li:not(:last-child):before {
    content: "/";
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  #header .lang ul .active a {
    display: block;
    background-color: #fff;
    padding: 5px 15px;
    color: #B79A5F;
  }
}
#header .logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 204px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#header .logo a {
  display: block;
}

#header .logo img {
  width: 100%;
  height: auto;
}

#header .logo svg {
  width: 204px;
  height: 47px;
}

#header .drawer-hamburger {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  width: 96px;
  height: 50px;
  padding: 0;
  position: fixed;
  top: 18px;
  right: 50px;
  z-index: 104;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

@media screen and (max-width: 1441px) {
  #header .drawer-hamburger {
    top: 12px;
    right: 60px;
  }
}
@media screen and (min-width: 961px) {
  #header .drawer-hamburger:hover {
    opacity: 0.5;
  }
}
#header .drawer-hamburger .drawer-hamburger-icon {
  display: block;
  width: 23px;
  position: relative;
}

#header .drawer-hamburger .drawer-hamburger-icon, #header .drawer-hamburger .drawer-hamburger-icon:before, #header .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #fff;
  height: 2px;
  border-radius: 10px;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#header .drawer-hamburger .drawer-hamburger-icon:before, #header .drawer-hamburger .drawer-hamburger-icon:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -7px;
  left: 0;
}

#header .drawer-hamburger .drawer-hamburger-icon:after {
  top: 7px;
}

.drawer-open #header .drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open #header .drawer-hamburger .drawer-hamburger-icon:before, .drawer-open #header .drawer-hamburger .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open #header .drawer-hamburger .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open #header .drawer-hamburger .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .drawer-hamburger .en {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  margin-left: auto;
  position: relative;
}

#header .drawer-hamburger .en:before {
  content: "CLOSE";
  background-color: #B79A5F;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.drawer-open #header .drawer-hamburger .en:before {
  opacity: 1;
}

#header .drawer-nav {
  background-color: #B79A5F;
  width: 420px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  visibility: hidden;
}

.drawer-open #header .drawer-nav {
  opacity: 1;
  visibility: visible;
}

#header .drawer-nav .drawer-menu {
  padding: 80px 30px 30px;
  font-size: 13px;
  line-height: 1.4em;
}

#header .drawer-nav .drawer-menu li {
  border-bottom: 1px solid #fff;
}

#header .drawer-nav .drawer-menu li:first-child {
  border-top: 1px solid #fff;
}

#header .drawer-nav .drawer-menu li.coming {
  position: relative;
}

#header .drawer-nav .drawer-menu li.coming:before {
  content: "Coming Soon..";
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-family: 'Playfair Display', serif;
  white-space: pre;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#header .drawer-nav .drawer-menu li.coming .drawer-menu-item {
  opacity: 0.5;
}

#header .drawer-nav .drawer-menu li.coming_202007:before {
  content: "2020年7月OPEN";
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","serif";
}

#header .drawer-nav .drawer-menu li.coming_202007 .drawer-menu-item {
  opacity: 0.5;
}

#header .drawer-nav .drawer-menu .no_border {
  border-bottom: none;
}

#header .drawer-nav .drawer-menu .no_border.first {
  margin-top: 10px;
}

#header .drawer-nav .drawer-menu .no_border .drawer-menu-item {
  padding: 8px 10px;
}

#header .drawer-nav .drawer-menu-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px 10px;
  color: #fff;
}

#header .drawer-nav .drawer-menu-item .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 25px;
  height: 30px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

#header .drawer-nav .drawer-menu-item svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

#header .drawer-nav .drawer-menu-item .official {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 17px;
  padding-bottom: 1px;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 1em;
  margin-left: 10px;
}

#header .drawer-nav .home svg {
  width: 17px;
  height: 17px;
}

#header .drawer-nav .event svg {
  width: 15px;
  height: 15px;
}

#header .drawer-nav .hall svg {
  height: 14px;
}

#header .drawer-nav .cinema svg {
  width: 17px;
}

#header .drawer-nav .harevutai svg {
  width: 19px;
  height: 16px;
}

#header .drawer-nav .satellite svg {
  width: 17px;
  height: 15px;
}

#header .drawer-nav .s_hall svg {
  width: 17px;
  height: 17px;
}

#header .drawer-nav .plaza svg {
  width: 20px;
  height: 16px;
}

#header .drawer-nav .park svg {
  width: 19px;
  height: 18px;
}

#header .drawer-nav .art svg {
  widows: 19px;
  height: 19px;
}

#header .drawer-nav .sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 44px 30px;
}

#header .drawer-nav .sns a {
  display: block;
}

#header .drawer-nav .sns a:not(:last-child) {
  margin-right: 18px;
}

#header .drawer-nav .sns svg {
  fill: #fff;
  width: 26px;
  height: 26px;
}

#header .drawer-overlay {
  display: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.drawer-open #header .drawer-overlay {
  display: block;
}

@media screen and (max-width: 960px) {
  #header {
    background-image: url("../img/bgsp.jpg");
    background-size: 100% auto;
    height: 52px;
    padding: 0 10px;
  }

  #header .lang {
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
  }

  #header .lang .sp {
    width: 100px;
    position: relative;
    margin-left: auto;
  }

  #header .lang .sp .label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background: url("../img/arrow_01.png") no-repeat right 15px center/8px auto;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  #header .lang .sp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
    opacity: 0;
    padding: 0;
    border: none;
    cursor: pointer;
  }

  #header .logo {
    width: 120px;
    position: static;
    margin: 0;
  }

  #header .logo svg {
    width: 120px;
    height: 28px;
  }

  #header .drawer-hamburger {
    width: 78px;
    height: 52px;
    top: 0;
    right: 15px;
  }

  #header .drawer-hamburger .drawer-hamburger-icon {
    width: 19px;
  }

  #header .drawer-hamburger .drawer-hamburger-icon:before, #header .drawer-hamburger .drawer-hamburger-icon:after {
    top: -6px;
  }

  #header .drawer-hamburger .drawer-hamburger-icon:after {
    top: 6px;
  }

  #header .drawer-hamburger .en {
    font-size: 12px;
  }

  #header .drawer-nav {
    width: 100%;
  }

  #header .drawer-nav .drawer-menu {
    padding: 55px 30px 25px;
  }

  #header .drawer-nav .drawer-menu .no_border .drawer-menu-item {
    padding: 7px 0;
  }

  #header .drawer-nav .drawer-menu li.coming {
    padding-right: 90px;
  }

  #header .drawer-nav .sns {
    padding: 0 30px 30px;
  }
}
#top {
  padding-top: 0;
}

@media screen and (max-width: 960px) {
  #top {
    padding: 0;
  }
}
#top_movie {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
}

#top_movie .skipbtn {
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}

#top_movie .skipbtn:hover {
  opacity: 0.5;
}

/*top_head_nav*/
#top_head_nav {
  font-weight: bold;
  position: relative;
  z-index: 3;
}

#top_head_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1em;
}

#top_head_nav li:not(:last-child) {
  margin-right: 85px;
}

#top_head_nav li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
}

/*top_slide*/
@-webkit-keyframes scroll {
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    top: 30px;
  }
}
@keyframes scroll {
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    top: 30px;
  }
}
@-webkit-keyframes scroll_sp {
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    top: 18px;
  }
}
@keyframes scroll_sp {
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    top: 18px;
  }
}
#top_slide {
  background-color: #fff;
  height: 100vh;
  margin: -136px 0 100px;
  padding: 136px 0 136px;
  position: relative;
}

#top_slide .slick, #top_slide .slick-list, #top_slide .slick-track, #top_slide .slick-slide {
  height: 100%;
}

#top_slide .slick {
  margin-bottom: 0;
}

#top_slide .slick-slide {
  background: no-repeat center / cover;
}

#top_slide .slick-slide .photo {
  height: 100%;
}

#top_slide .slick-slide a {
  display: block;
  height: 100%;
}

#top_slide .slick-slide img {
  display: none;
}

#top_slide .slick-dots {
  padding: 0 20px;
  text-align: right;
  bottom: 50px;
}

#top_slide .scrollbtn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 185px;
  z-index: 2;
}

#top_slide .scrollbtn a {
  display: block;
  width: 60px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}

#top_slide .scrollbtn .icon {
  display: block;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 20px;
  position: relative;
}

#top_slide .scrollbtn .icon:before {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

#top_slide .scrollbtn .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
}

#top_slide .top_nav {
  text-align: center;
  line-height: 1.3em;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1441px) {
  #top_head_nav li a {
    height: 40px;
    font-size: 12px;
  }

  /*
  #top_slide {
      padding: 136px 0 95spx;
  }
  */
  #top_slide {
    padding: 136px 0 95px;
  }

  #top_head_nav li:not(:last-child) {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1025px) {
  #top_slide .top_nav {
    width: 95%;
  }
}
#top_slide .top_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 135px;
}

#top_slide .top_nav li {
  width: 10%;
}

@media screen and (min-width: 961px) {
  #top_slide .top_nav li.art a {
    border-right: 1px solid #222;
  }
}
#top_slide .top_nav li.coming {
  position: relative;
}

#top_slide .top_nav li.coming:before {
  content: "Coming\ASoon..";
  width: 100%;
  height: 100%;
  padding-top: 9px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","serif";
  white-space: pre;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#top_slide .top_nav li.coming a .icon {
  opacity: 0.1;
}

#top_slide .top_nav li.coming_202007:before {
  content: " 2020年\A 7月OPEN";
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","serif";
  font-size: 18px;
  line-height: 1.2em;
}

#top_slide .top_nav a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 90px;
  border-left: 1.3px solid #222;
}

#top_slide .top_nav a .icon {
  height: 50px;
}

#top_slide .top_nav a svg {
  fill: #222;
  width: 36px;
  height: 50px;
  margin: 0 auto;
}

#top_slide .top_nav a .txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 2.3em;
}

#top_slide .top_nav a .txt .small {
  display: block;
  font-size: 9px;
  line-height: 1em;
}

#top_slide .top_nav .event svg {
  width: 35px;
  height: 50px;
}

#top_slide .top_nav .hall svg {
  width: 37px;
  height: 48px;
}

#top_slide .top_nav .cinema svg {
  width: 40px;
  height: 51px;
}

#top_slide .top_nav .harevutai svg {
  width: 39px;
  height: 49px;
}

#top_slide .top_nav .satellite svg {
  width: 35px;
  height: 50px;
}

#top_slide .top_nav .plaza svg {
  width: 37px;
}

#top_slide .top_nav .park svg {
  width: 35px;
  height: 50px;
}

@media screen and (max-width: 1441px) {
  #top_slide .top_nav .event svg {
    width: 32px;
    height: 55px;
  }

  #top_slide .top_nav a svg {
    width: 31px;
    height: 56px;
  }

  #top_slide .top_nav .hall svg {
    width: 36px;
    height: 55px;
  }

  #top_slide .top_nav .harevutai svg {
    width: 36px;
    height: 57px;
  }

  #top_slide .top_nav .satellite svg {
    width: 35px;
    height: 56px;
  }

  #top_slide .top_nav .plaza svg {
    width: 37px;
  }

  #top_slide .top_nav .park svg {
    width: 34px;
    height: 59px;
  }

  #top_slide .top_nav .cinema svg {
    width: 42px;
    height: 60px;
  }

  #top_slide .top_nav li.coming_202007:before {
    font-size: 15px;
    padding-top: 16px;
  }

  #top_slide .top_nav li.coming:before {
    font-size: 15px;
    padding-top: 16px;
  }

  #top_slide .top_nav a .txt {
    font-size: 13px;
    line-height: 1.2em;
  }

  #top_slide .top_nav ul {
    height: 80px;
  }
}
@media screen and (max-width: 960px) {
  #top_slide {
    height: auto;
    margin: 0;
    padding: 0 0 80px;
  }

  #top_slide .slick, #top_slide .slick-list, #top_slide .slick-track, #top_slide .slick-slide {
    height: auto;
  }

  #top_slide .slick-slide .photo {
    height: 0;
    padding-top: 100%;
    position: relative;
  }

  #top_slide .slick-slide a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #top_slide .slick-dots {
    padding: 0 15px;
    bottom: -30px;
  }

  #top_slide .scrollbtn {
    position: relative;
    bottom: 0;
    margin: -60px 0 60px;
  }

  #top_slide .scrollbtn a {
    width: 40px;
    height: 45px;
  }

  #top_slide .scrollbtn .icon {
    width: 20px;
    height: 30px;
    border-width: 2px;
  }

  #top_slide .scrollbtn .icon:before {
    width: 4px;
    height: 4px;
    top: 5px;
    -webkit-animation-name: scroll_sp;
    animation-name: scroll_sp;
  }

  #top_slide .scrollbtn .txt {
    font-size: 10px;
  }

  #top_slide .top_nav {
    padding: 35px 15px 0;
    font-size: 10px;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #top_slide .top_nav ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: -21px;
  }

  #top_slide .top_nav li {
    width: 33.333%;
    margin-bottom: 21px;
    position: relative;
  }

  #top_slide .top_nav li:nth-child(3n) a {
    border-right: 1px solid #222;
  }

  #top_slide .top_nav li.coming:before {
    padding-top: 11px;
    font-size: 14px;
    line-height: 1.4em;
  }

  #top_slide .top_nav li:not(:nth-last-child(-n+3)):after {
    content: "";
    background-color: #222;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -11px;
  }

  #top_slide .top_nav a {
    height: 80px;
  }

  #top_slide .top_nav a .icon {
    height: 40px;
  }

  #top_slide .top_nav a svg {
    width: 29px;
    height: 45px;
  }

  #top_slide .top_nav a .txt .small {
    font-size: 7px;
  }

  #top_slide .top_nav .event svg {
    width: 26px;
    height: 45px;
  }

  #top_slide .top_nav .hall svg {
    width: 30px;
    height: 43px;
  }

  #top_slide .top_nav .cinema svg {
    width: 36px;
    height: 33px;
  }

  #top_slide .top_nav .harevutai svg {
    width: 32px;
    height: 46px;
  }

  #top_slide .top_nav .satellite svg {
    width: 31px;
    height: 47px;
  }

  #top_slide .top_nav .plaza svg {
    width: 31px;
  }

  #top_slide .top_nav .park svg {
    width: 30px;
    height: 48px;
  }

  #top_slide .top_nav .access .icon {
    padding-top: 5px;
  }

  #top_slide .top_nav .access svg {
    width: 35px;
    height: 39px;
  }
}
#scroll_point {
  background-color: #fff;
  margin-top: -100px;
  padding-top: 100px;
}

/*top_event*/
#top_event {
  background-color: #fff;
  padding: 20px 0 220px;
}

#top_event .slick {
  padding-top: 70px;
}

@media screen and (min-width: 961px) {
  #top_event .slick {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 961px) {
  #top_event .list {
    width: 26%;
    margin: 0 11% 70px 0;
  }

  #top_event .list:nth-child(2), #top_event .list:nth-child(5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  #top_event .list:nth-child(3) {
    margin: 0 0 70px;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
#top_event .list .photobox {
  position: relative;
}

#top_event .list .photobox figure {
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

#top_event .list .photobox figure span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#top_event .list .photobox figure .display {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
}

#top_event .list .photobox figure .display img {
  width: 100%;
  height: auto;
}

#top_event .list .photobox figure .bg {
  display: block;
  z-index: 1;
}

#top_event .list .photobox figure .bg img {
  width: auto;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

#top_event .list .photobox .category_link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#top_event .list .txtwrap {
  position: relative;
}

#top_event .list .txtwrap .txtbox {
  display: block;
  padding-right: 50px;
  font-weight: bold;
}

#top_event .list .txtwrap .txtbox .name {
  padding: 15px 0 10px;
  font-size: 20px;
  line-height: 1.4em;
}

#top_event .list .txtwrap .txtbox .schedule {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4em;
}

#top_event .list .txtwrap .txtbox .schedule svg {
  fill: #222;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

#top_event .list .txtwrap .plus {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#top_event .list .txtwrap .plus svg {
  width: 45px;
  height: 45px;
}

#top_event .list .txtwrap .plus .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#top_event .list .txtwrap .plus:hover, #top_event .list .txtwrap .plus:hover .on {
  opacity: 1;
}

@media screen and (min-width: 961px) {
  #top_event .list:hover .photobox figure .display img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #top_event .list:nth-last-child(-n+2) {
    width: 45%;
    margin: 0 10% 0 0;
  }

  #top_event .list:nth-last-child(-n+2) .photobox figure {
    padding-top: 56.9%;
  }

  #top_event .list:nth-last-child(-n+2) .photobox figure .display {
    display: block;
  }

  #top_event .list:nth-last-child(-n+2) .photobox figure .display img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  #top_event .list:nth-last-child(-n+2) .photobox figure .bg img {
    width: 100%;
    height: auto;
  }

  #top_event .list:nth-last-child(-n+2) .txtwrap .txtbox .name {
    padding: 20px 0 10px;
    font-size: 24px;
  }

  #top_event .list:nth-last-child(-n+2) .txtwrap .txtbox .schedule {
    font-size: 20px;
  }

  #top_event .list:nth-last-child(-n+2) .txtwrap .txtbox .schedule svg {
    width: 22px;
    height: 22px;
  }

  #top_event .list:nth-child(5) {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  #top_event {
    padding: 30px 0 130px;
  }

  #top_event .slick {
    width: 77%;
    margin: 0 auto;
    padding-top: 30px;
  }

  #top_event .slick-list {
    overflow: visible;
  }

  #top_event .list {
    margin: 0 9px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #top_event .list .photobox figure {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }

  #top_event .list .txtwrap .txtbox {
    padding-right: 0;
  }

  #top_event .list .txtwrap .txtbox .name {
    padding: 10px 0 5px;
    font-size: 14px;
  }

  #top_event .list .txtwrap .txtbox .schedule {
    font-size: 12px;
  }

  #top_event .list .txtwrap .txtbox .schedule svg {
    width: 15px;
    height: 15px;
  }
}
/*top_event_ver2*/
#top_event_ver2 {
  background-color: #fff;
  padding-bottom: 100px;
}
#top_event_ver2 figure {
  margin-top: 50px;
}
#top_event_ver2 figure img {
  width: 100%;
  height: auto;
}
#top_event_ver2 .txtbox {
  background-color: #B79A5F;
  padding: 30px;
  color: #fff;
  position: relative;
}
#top_event_ver2 .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  #top_event_ver2 .detail {
    font-size: 16px;
    line-height: 1.6em;
  }
}
#top_event_ver2 .morebtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  width: 220px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #B79A5F;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top_event_ver2 {
    padding-bottom: 60px;
  }
  #top_event_ver2 figure {
    margin-top: 30px;
  }
  #top_event_ver2 .txtbox {
    padding: 15px 15px 20px;
  }
  #top_event_ver2 .name {
    font-size: 16px;
  }
  #top_event_ver2 .morebtn {
    width: auto;
    height: 40px;
    position: static;
    margin-top: 15px;
  }
}

/*top_about*/
#top_about .inner {
  background-color: #f8f8f8;
  padding: 150px 0 130px;
}

@media screen and (min-width: 961px) {
  #top_about .tempttl {
    text-align: left;
  }
}
#top_about .txt1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6em;
  padding: 40px 0 15px;
}

#top_about .txt2 {
  font-size: 16px;
  line-height: 1.8em;
}

@media screen and (min-width: 961px) {
  #top_about .photobox {
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
  }
}
#top_about .slick-slide a {
  display: block;
}

#top_about .slick-slide img {
  width: 100%;
  height: auto;
}

#top_about .main_slick {
  width: 66.7%;
  margin-right: 0.1%;
}

@media screen and (min-width: 961px) {
  #top_about .main_slick .slick-slide dl {
    background-color: rgba(255, 255, 255, 0.7);
    width: 430px;
    padding: 60px 25px 50px;
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 2;
  }
}
#top_about .main_slick .slick-slide dl dt {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 10px;
}

#top_about .main_slick .slick-slide dl dd {
  font-size: 15px;
  line-height: 1.6em;
}

#top_about .sub_slick {
  width: 33.2%;
}

#top_about .sub_slick .slick-track {
  -webkit-display: flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto !important;
  left: 0 !important;
}

#top_about .sub_slick .slick-slide {
  width: 50% !important;
  float: none;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

#top_about .sub_slick .slick-slide.slick-current {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  #top_about {
    margin-top: -50px;
    padding-top: 50px;
    text-align: center;
  }

  #top_about .inner {
    padding: 50px 0 60px;
  }

  #top_about .txt1 {
    font-size: 14px;
    padding: 30px 20px 10px;
  }

  #top_about .txt2 {
    font-size: 12px;
    padding: 0 20px;
  }

  #top_about .main_slick {
    width: 80%;
    margin: 25px auto 0;
  }

  #top_about .main_slick .slick-list {
    overflow: visible;
  }

  #top_about .main_slick .slick-slide {
    margin: 0 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }

  #top_about .main_slick .slick-slide.slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  #top_about .main_slick .slick-slide dl dt {
    border: solid #707070;
    border-width: 1px 0;
    padding: 8px 0;
    margin: 20px 0 10px;
    font-size: 16px;
  }

  #top_about .main_slick .slick-slide dl dd {
    font-size: 12px;
  }
}
/*top_media*/
#top_media {
  background: url("../img/top_media_bg.jpg") no-repeat fixed center/cover;
  border: solid #fff;
  border-width: 215px 0 0;
  padding: 110px 0 125px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  #top_media {
    background-attachment: scroll;
  }
}
#top_media .tempttl .ja {
  color: #fff;
}

#top_media .txt1 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  line-height: 1.6em;
  margin: 70px 0 75px;
}

#top_media .btnbox {
  display: -webkit-flex;
  display: flex;
  max-width: 997px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
}

#top_media .btnbox .tempbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 26%;
  height: 68px;
  border-radius: 40px;
  border-width: 3px;
}

@media screen and (max-width: 1441px) {
  #top_media .txt1 {
    font-size: 24px;
    margin: 55px 0 50px;
  }

  #top_media .btnbox .tempbtn {
    width: 26%;
    height: 56px;
    border-width: 2px;
  }

  #top_media .btnbox {
    max-width: 997px;
    font-size: 20px;
    line-height: 1em;
    width: 66%;
  }
}
@media screen and (min-width: 961px) {
  #top_media .btnbox .tempbtn:not(:last-child) {
    margin-right: 11%;
  }
}
@media screen and (max-width: 960px) {
  #top_media {
    background: none;
    border-width: 60px 10px 100px;
    padding: 90px 20px 80px;
  }

  #top_media .txt1 {
    font-size: 17px;
    line-height: 1.8em;
    margin: 50px 0 70px;
  }

  #top_media .btnbox {
    display: block;
  }

  #top_media .btnbox .tempbtn {
    width: auto;
    height: 45px;
    border-color: #ffffff;
    border-width: 2px;
    color: #ffffff;
    font-size: 14px;
  }

  #top_media .btnbox .tempbtn:before {
    width: 90px;
  }

  #top_media .btnbox .tempbtn:not(:last-child) {
    margin-bottom: 10px;
  }

  #top_media .bg {
    background: url("../img/top_media_bgsp.jpg") no-repeat center/cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
/*footer*/
#footer {
  background: #B79A5F url("../img/bg02.png") center;
  position: relative;
  z-index: 2;
}

#footer .wrapper {
  max-width: 1240px;
}

#footer .pagetop {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #B79A5F;
  color: #B79A5F;
  font-size: 21px;
  line-height: 1em;
  position: absolute;
  top: -43px;
  right: 100px;
  z-index: 2;
  letter-spacing: -1px;
}

#footer .foot_info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 90px 0 15px 70px;
  border-bottom: 2px solid #fff;
}

#footer .foot_info .logo a {
  display: block;
  width: 204px;
}

#footer .foot_info .logo img {
  width: 100%;
  height: auto;
}

#footer .foot_info .logo svg {
  width: 204px;
  height: 47px;
}

#footer .foot_info .info {
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
}

#footer .foot_nav {
  padding: 45px 0 100px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
}

#footer .foot_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1441px) {
  #footer {
    background-size: 125% auto;
  }

  #footer .pagetop {
    font-size: 16px;
    font-weight: bold;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 961px) {
  #footer .foot_nav li:not(:last-child) {
    margin-right: 100px;
  }
}
#footer .foot_nav a {
  color: #fff;
}

#footer .copy {
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
}

@media screen and (max-width: 1025px) {
  #footer .foot_nav {
    padding: 50px 0 70px;
  }

  #footer .foot_info .info {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1025px) {
  #footer .foot_nav li:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 960px) {
  #footer {
    background: #fff;
    text-align: center;
  }

  #footer .pagetop {
    width: 54px;
    height: 54px;
    border-width: 1px;
    font-size: 12px;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #footer .wrapper {
    background-color: #B79A5F;
  }

  #footer .foot_info {
    display: block;
    padding: 55px 0 30px;
    border-bottom: none;
  }

  #footer .foot_info .logo a {
    width: 182px;
    margin: 0 auto;
  }

  #footer .foot_info .logo svg {
    width: 182px;
    height: 42px;
  }

  #footer .foot_info .info {
    margin: 15px 0 0;
    font-size: 12px;
  }

  #footer .foot_nav {
    background: url("../img/bg02sp.png") center/100% auto;
    padding: 35px 15px;
    font-size: 11px;
  }

  #footer .foot_nav ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -15px 0;
  }

  #footer .foot_nav li {
    margin: 0 20px 15px 0;
  }

  #footer .foot_nav a {
    text-decoration: underline;
  }

  #footer .copy {
    padding: 10px 0;
    font-size: 10px;
  }
}
/*access*/
@media screen and (max-width: 960px) {
  #access {
    padding-left: 0;
    padding-right: 0;
  }
}
#access .map {
  margin-top: 90px;
}

#access .map figure img {
  width: 100%;
  height: auto;
}

#access .map .tempbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 40px;
  border-radius: 30px;
  padding-bottom: 3px;
  margin: 25px 0 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
}

@media screen and (max-width: 960px) {
  #access .map {
    margin-top: 25px;
  }

  #access .map .tempbtn {
    margin: 20px auto 0;
  }
}
#access .access_nav {
  padding: 90px 0 130px;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  #access .access_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#access .access_nav li {
  width: 175px;
}

#access .access_nav li:not(:last-child) {
  margin-right: 48px;
}

#access .access_nav a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 160px;
  border: 1px solid #B79A5F;
  color: #B79A5F;
}

#access .access_nav a span {
  display: block;
}

#access .access_nav a .svg {
  height: 75px;
}

#access .access_nav a svg {
  fill: #B79A5F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#access .access_nav a[href="#access_car"] svg {
  width: 55px;
  height: 41px;
}

#access .access_nav a[href="#access_bicycle"] svg {
  width: 53px;
  height: 45px;
}

#access .access_nav a[href="#access_train"] svg {
  width: 31px;
  height: 38px;
}

#access .access_nav a[href="#access_airplane"] svg {
  width: 38px;
  height: 36px;
}

@media screen and (max-width: 960px) {
  #access .access_nav {
    padding: 50px 45px 80px;
    text-align: left;
  }

  #access .access_nav li {
    width: auto;
  }

  #access .access_nav li:not(:last-child) {
    margin: 0 0 15px;
  }

  #access .access_nav a {
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 55px;
  }

  #access .access_nav a .svg {
    width: 50px;
    height: auto;
  }

  #access .access_nav a[href="#access_car"] svg {
    width: 37px;
    height: 28px;
  }

  #access .access_nav a[href="#access_bicycle"] svg {
    width: 34px;
    height: 28px;
  }

  #access .access_nav a[href="#access_train"] svg {
    width: 23px;
    height: 28px;
  }

  #access .access_nav a[href="#access_airplane"] svg {
    width: 28px;
    height: 27px;
  }

  #access .access_nav a .txt {
    width: 10em;
    white-space: nowrap;
  }
}
#access section {
  margin-top: -100px;
  padding-top: 100px;
}

#access section:not(:last-child) {
  margin-bottom: 200px;
}

#access section .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 65px;
  padding-left: 30px;
  border: 2px solid #B79A5F;
  font-weight: bold;
  color: #B79A5F;
  font-size: 20px;
  line-height: 1.4em;
}

#access section .ttl svg {
  fill: #B79A5F;
  margin-right: 25px;
}

#access section .txtwrap {
  display: flex;
  padding: 60px 0 40px;
  border-bottom: 1px solid #B79A5F;
  font-size: 16px;
  line-height: 1.8em;
}

@media screen and (min-width: 961px) {
  #access section .txtwrap .txtbox {
    width: 430px;
  }
}
#access section .txtwrap .box_ttl {
  font-weight: bold;
  color: #B79A5F;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#access section .txtwrap .mapbox {
  width: 390px;
  margin-left: auto;
}

#access section .txtwrap figure img {
  width: 100%;
  height: auto;
}

#access section .txtwrap .morebtn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 170px;
  margin: 30px 0 0 auto;
}

#access section .txtwrap .morebtn .icon {
  display: block;
  width: 29px;
  margin-left: auto;
}

#access section .txtwrap .morebtn .icon img {
  width: 100%;
  height: auto;
}

#access #access_car .ttl svg {
  width: 40px;
  height: 30px;
}

#access #access_bicycle .ttl svg {
  width: 39px;
  height: 30px;
}

#access #access_train .ttl svg {
  width: 23px;
  height: 28px;
}

#access #access_airplane .ttl svg {
  width: 28px;
  height: 27px;
}

@media screen and (max-width: 960px) {
  #access section {
    padding-left: 10px;
    padding-right: 10px;
  }

  #access section:not(:last-child) {
    margin-bottom: 150px;
  }

  #access section .ttl {
    height: 44px;
    padding-left: 15px;
    border-width: 1px;
    font-size: 16px;
  }

  #access section .ttl svg {
    margin-right: 15px;
  }

  #access section .ttl .small {
    font-size: 10px;
  }

  #access section .txtwrap {
    display: block;
    padding: 50px 0 15px;
  }

  #access section .txtwrap .box_ttl {
    font-size: 16px;
  }

  #access section .txtwrap .txt1 {
    font-size: 12px;
    line-height: 1.8em;
  }

  #access section .txtwrap .mapbox {
    width: auto;
    margin: 20px 0 0;
  }

  #access section .txtwrap .morebtn {
    width: 145px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1em;
  }

  #access section .txtwrap .morebtn .icon {
    width: 25px;
  }

  #access #access_car .ttl svg {
    width: 32px;
    height: 24px;
  }

  #access #access_bicycle .ttl svg {
    width: 35px;
    height: 27px;
  }

  #access #access_train .ttl svg {
    width: 19px;
    height: 23px;
  }

  #access #access_airplane .ttl svg {
    width: 25px;
    height: 24px;
  }
}
/*contact*/
#contact #faq {
  padding-top: 230px;
}

#contact #faq .ttl {
  font-weight: bold;
  color: #B79A5F;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 80px;
}

#contact #faq section:not(:last-child) {
  margin-bottom: 110px;
}

#contact #faq section .section_ttl {
  font-weight: bold;
  color: #B79A5F;
  font-size: 23px;
  line-height: 1.4em;
  padding-bottom: 10px;
}

#contact #faq section dt {
  border: 1px solid #B79A5F;
  padding: 15px 55px 15px 85px;
  margin-top: 30px;
  font-weight: bold;
  color: #B79A5F;
  font-size: 20px;
  line-height: 1.4em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

#contact #faq section dt:before, #contact #faq section dt:after {
  content: "";
  background: no-repeat left top / 100% 100%;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 22px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact #faq section dt:before {
  background-image: url("../img/icon_faq.png");
}

#contact #faq section dt:after {
  background-image: url("../img/icon_faq02.png");
  opacity: 0;
}

#contact #faq section dt .arrow {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}

#contact #faq section dt .arrow:before, #contact #faq section dt .arrow:after {
  content: "";
  background: no-repeat left top / 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact #faq section dt .arrow:before {
  background-image: url("../img/arrow_03.png");
}

#contact #faq section dt .arrow:after {
  background-image: url("../img/arrow_04.png");
  opacity: 0;
}

@media screen and (min-width: 961px) {
  #contact #faq section dt:hover {
    background-color: #B79A5F;
    color: #fff;
  }

  #contact #faq section dt:hover:before {
    opacity: 0;
  }

  #contact #faq section dt:hover:after {
    opacity: 1;
  }

  #contact #faq section dt:hover .arrow:before {
    opacity: 0;
  }

  #contact #faq section dt:hover .arrow:after {
    opacity: 1;
  }
}
#contact #faq section dt.open {
  background-color: #B79A5F;
  color: #fff;
}

#contact #faq section dt.open:before {
  opacity: 0;
}

#contact #faq section dt.open:after {
  opacity: 1;
}

#contact #faq section dt.open .arrow:before, #contact #faq section dt.open .arrow:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#contact #faq section dt.open .arrow:before {
  opacity: 0;
}

#contact #faq section dt.open .arrow:after {
  opacity: 1;
}

#contact #faq section dd {
  display: none;
  padding: 15px 20px 10px;
  font-size: 16px;
  line-height: 1.8em;
}

#contact #faq section dd a:not(.tel) {
  color: #B79A5F;
  text-decoration: underline;
}

@media screen and (max-width: 1441px) {
  #contact #faq {
    padding-top: 180px;
  }

  #contact #faq section dt {
    font-size: 16px;
  }

  #contact #faq section dt:before, #contact #faq section dt:after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 960px) {
  #contact #faq {
    padding-top: 50px;
  }

  #contact #faq .ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #contact #faq section:not(:last-child) {
    margin-bottom: 60px;
  }

  #contact #faq section .section_ttl {
    font-size: 16px;
    padding-bottom: 15px;
  }

  #contact #faq section dt {
    padding: 13px 37px 13px 55px;
    margin-top: 15px;
    font-size: 14px;
  }

  #contact #faq section dt:before, #contact #faq section dt:after {
    width: 25px;
    height: 25px;
    left: 15px;
  }

  #contact #faq section dt .arrow {
    width: 23px;
    height: 23px;
    right: 6px;
  }

  #contact #faq section dd {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.7em;
  }
}
#contact .contact_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 260px -60px -60px 0;
}

#contact .contact_wrap .ttl {
  width: 100%;
  color: #B79A5F;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 80px;
}

#contact .contact_wrap section {
  width: 392px;
  margin: 0 60px 60px 0;
}

#contact .contact_wrap section .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 64px;
  border: 2px solid #B79A5F;
  padding-left: 25px;
  font-weight: bold;
  color: #B79A5F;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 35px;
}

#contact .contact_wrap section .ttl svg {
  fill: #B79A5F;
  width: 17px;
  height: 26px;
  margin-right: 25px;
}

#contact .contact_wrap section .txtbox {
  padding-left: 15px;
  line-height: 1.4em;
}

#contact .contact_wrap section .txtbox p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 961px) {
  #contact .contact_wrap section.general {
    width: 844px;
  }

  #contact .contact_wrap section.general .txtwrap {
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  #contact .contact_wrap section.general .txtbox {
    width: 450px;
    padding-left: 70px;
  }
}
#contact .contact_wrap section.general .txtbox strong {
  font-size: 16px;
  line-height: 1.4em;
}

#contact .contact_wrap section.general .btnbox {
  padding-top: 90px;
}

#contact .contact_wrap section.general .btnbox .tempbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 266px;
  height: 44px;
  border-radius: 30px;
  border-width: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
}

#contact .contact_wrap section.general .btnbox small {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 10px;
}

#contact .contact_wrap .bottombtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 74%;
  height: 73px;
  border: 2px solid #B79A5F;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  line-height: 1em;
  margin: 50px auto;
}

#contact .theater_contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -50px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}

#contact .theater_contact li {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 50px;
}

#contact .theater_contact a {
  display: block;
  background: url("../img/arrow_05.png") no-repeat left center/6px auto;
  padding-left: 30px;
  color: #b79a5f;
}

@media screen and (max-width: 1441px) {
  #contact .contact_wrap section .ttl {
    border: 1px solid #B79A5F;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #contact .contact_wrap {
    margin: 120px 0 -60px;
  }

  #contact .contact_wrap .ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #contact .contact_wrap section {
    width: 100%;
    margin: 0 0 60px;
  }

  #contact .contact_wrap section .ttl {
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 25px;
    border: 1px solid #B79A5F;
  }

  #contact .contact_wrap section .ttl svg {
    width: 15px;
    height: 23px;
    margin-right: 10px;
  }

  #contact .contact_wrap section .txtbox {
    padding-left: 0;
    font-size: 12px;
    line-height: 1.6em;
  }

  #contact .contact_wrap section .txtbox p:not(:last-child) {
    margin-bottom: 10px;
  }

  #contact .contact_wrap section.general .btnbox {
    padding-top: 15px;
  }

  #contact .contact_wrap section.general .btnbox .tempbtn {
    width: 255px;
    height: 40px;
  }

  #contact .contact_wrap .bottombtn {
    height: 40px;
    border-width: 1px;
    font-size: 12px;
    margin-bottom: 50px;
  }

  #contact .theater_contact {
    display: block;
    margin-bottom: 0;
    padding-bottom: 50px;
    font-size: 16px;
  }

  #contact .theater_contact li {
    width: auto;
    padding-left: 0;
    margin-bottom: 35px;
  }

  #contact .theater_contact a {
    padding-left: 25px;
  }
}
@media screen and (max-width: 426px) {
  #contact .contact_wrap .bottombtn {
    width: 100%;
    margin: 0 auto 100px;
  }
}
/*terms*/
#terms section {
  margin-top: -100px;
  padding-top: 100px;
  line-height: 2em;
}

#terms section:not(:last-child) {
  margin-bottom: 300px;
}

#terms section .ttl {
  font-weight: bold;
  color: #B79A5F;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

#terms section dt {
  padding: 120px 0 8px;
  border-bottom: 1px solid #222;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4em;
}

#terms .contactbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 618px;
  height: 100px;
  border-width: 2px;
  border-radius: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
  margin: 190px auto 0;
}

#terms #contact .contact_wrap .general {
  width: 100%;
}

#terms #contact .contact_wrap .general .txtbox {
  width: auto;
}

@media screen and (max-width: 960px) {
  #terms section {
    font-size: 12px;
    line-height: 1.8em;
  }

  #terms section:not(:last-child) {
    margin-bottom: 260px;
  }

  #terms section .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #terms section dt {
    padding: 60px 0 5px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  #terms .contactbtn {
    width: auto;
    height: 55px;
    font-size: 16px;
    margin: 80px 0 0;
  }
}
/*press*/
#press .archive {
  padding-top: 100px;
}

#press .archive dt {
  padding: 45px 0 5px;
  font-weight: bold;
  color: #B79A5F;
  font-size: 24px;
  line-height: 1.4em;
}

#press .archive dd {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #bababa;
  padding-bottom: 45px;
  font-size: 15px;
  line-height: 1.8em;
  position: relative;
}

#press .archive dd a {
  display: block;
  width: 20px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 15px 0 0;
}

#press .archive dd a svg {
  fill: #B79A5F;
  width: 20px;
  height: 25px;
}

#press .archive .morebtn {
  background-color: #fff;
  width: 100%;
  height: 72px;
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#press .archive .morebtn span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

#press .archive .morebtn span:before, #press .archive .morebtn span:after {
  content: "";
  background: url("../img/arrow_03.png") no-repeat left top/100% 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#press .archive .morebtn span:after {
  background-image: url("../img/arrow_04.png");
  opacity: 0;
}

@media screen and (min-width: 961px) {
  #press .archive .morebtn:hover span:before {
    opacity: 0;
  }

  #press .archive .morebtn:hover span:after {
    opacity: 1;
  }
}
#press .archive .accordion {
  display: none;
}

#press .contactbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 950px;
  height: 115px;
  border-width: 3px;
  border-radius: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1em;
  margin: 230px auto 0;
}

@media screen and (max-width: 960px) {
  #press .archive {
    padding-top: 20px;
  }

  #press .archive dt {
    padding: 25px 0 5px;
    font-size: 17px;
  }

  #press .archive dd {
    padding-bottom: 40px;
    font-size: 12px;
  }

  #press .archive .morebtn {
    height: 46px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    border-width: 1px;
    font-size: 19px;
  }

  #press .archive .morebtn span {
    padding-right: 30px;
  }

  #press .archive .morebtn span:before, #press .archive .morebtn span:after {
    width: 23px;
    height: 23px;
  }

  #press .contactbtn {
    width: auto;
    height: 55px;
    border-width: 1px;
    font-size: 16px;
    margin: 100px 0 0;
  }
}
/*media*/
#contact.media .mainttl {
  text-align: center;
  font-weight: bold;
  color: #B79A5F;
  font-size: 32px;
  line-height: 1em;
}

@media screen and (max-width: 960px) {
  #contact.media .mainttl {
    font-size: 18px;
  }
}
#contact.media section .tempttl {
  margin-bottom: 80px;
}

#contact.media .media_section {
  margin: -100px 0 320px;
  padding-top: 100px;
}

#contact.media .media_section .slide_section {
  margin: -100px 0 240px;
  padding-top: 100px;
}

#contact.media .media_section .slide_section .slickwrap {
  position: relative;
}

#contact.media .media_section .slide_section .main_slick {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

#contact.media .media_section .slide_section .main_slick .slick-slide {
  position: relative;
}

#contact.media .media_section .slide_section .main_slick figure img {
  width: 100%;
  height: auto;
}

#contact.media .media_section .slide_section .main_slick dl {
  background-color: rgba(179, 150, 95, 0.8);
  width: 50%;
  padding: 50px 60px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 100px;
}

#contact.media .media_section .slide_section .main_slick dt {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

#contact.media .media_section .slide_section .main_slick dd {
  font-size: 16px;
  line-height: 1.6em;
}

#contact.media .media_section .slide_section .main_slick dd small {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 5px;
}

#contact.media .media_section .slide_section .sub_slick {
  width: 50%;
  margin: 25px auto 0;
}

#contact.media .media_section .slide_section .sub_slick .slick-slide {
  padding: 0 18px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1441px) {
  #contact.media .media_section .slide_section .main_slick dl {
    width: 55%;
    padding: 35px 40px;
    bottom: 50px;
  }

  #contact.media .media_section .slide_section .main_slick dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1025px) {
  #contact.media .media_section .slide_section .sub_slick {
    width: 70%;
  }
}
@media screen and (min-width: 961px) {
  #contact.media .media_section .slide_section .sub_slick .slick-slide:hover {
    opacity: 1;
  }
}
#contact.media .media_section .slide_section .sub_slick .slick-slide.slick-current {
  opacity: 1;
}

#contact.media .media_section .slide_section .sub_slick .slick-slide img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 961px) {
  #contact.media .media_section .slide_section .sub_slick .slick-arrow {
    width: 47px;
    height: 47px;
    border-width: 1px;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-arrow:before {
    width: 11px;
    height: 11px;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-prev {
    left: -50px;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-next {
    right: -50px;
  }
}
#contact.media .media_section .slide_section .btnbox {
  display: flex;
  padding-top: 60px;
}

#contact.media .media_section .slide_section .btnbox a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 660px;
  max-width: 48%;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #B79A5F;
  color: #B79A5F;
  font-weight: bold;
  font-size: 21px;
  line-height: 1em;
}

#contact.media .media_section .slide_section .btnbox a.coming {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

#contact.media .media_section .slide_section .btnbox a.coming:before {
  content: "※利用ルールについては近日公開予定です。";
  background: url() no-repeat left top/100% 100%;
  width: 100%;
  text-align: center;
  color: #222;
  font-size: 12px;
  line-height: 1.4em;
  position: absolute;
  left: 0;
  bottom: -30px;
}

@media screen and (min-width: 961px) {
  #contact.media .media_section .slide_section .btnbox a:last-child {
    margin-left: auto;
  }
}
#contact.media .media_section .slide_section .btnbox a span {
  display: block;
  font-size: 21px;
}

#contact.media .media_section .slide_section .btnbox a .icon {
  margin-right: 10px;
}

#contact.media .media_section .slide_section .btnbox a img {
  width: 75%;
  height: auto;
}

#contact.media .media_section .slide_section .btnbox a.map .icon {
  width: 29px;
}

#contact.media .media_section .slide_section .btnbox a.pdf .icon {
  width: 42px;
}

#contact.media .w844 {
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  #contact.media .contact_wrap {
    margin-top: 0;
  }

  #contact.media .contact_wrap section.general {
    width: 100%;
    padding-top: 0;
  }

  #contact.media .contact_wrap section.general .txtwrap {
    align-items: flex-end;
  }

  #contact.media .contact_wrap section.general .txtbox {
    width: auto;
    padding-left: 30px;
  }

  #contact.media .contact_wrap section.general .btnbox {
    width: 50%;
    margin-left: auto;
  }

  #contact.media .contact_wrap section.general .btnbox .tempbtn {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
}
#contact.media .contact_wrap .morebtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 620px;
  height: 70px;
  border: 2px solid #B79A5F;
  border-radius: 40px;
  color: #B79A5F;
  font-weight: bold;
  font-size: 21px;
  line-height: 1em;
  margin: 0 0 0 auto;
}

#contact.media .contact_wrap .morebtn .icon {
  display: block;
  width: 30px;
  margin-right: 15px;
}

#contact.media .contact_wrap .morebtn .icon img {
  width: 100%;
  height: auto;
}

#contact.media .contact_wrap .morebtn.coming {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

#contact.media .contact_wrap .morebtn.coming:before {
  content: "※利用ルールについては近日公開予定です。";
  background: url() no-repeat left top/100% 100%;
  width: 100%;
  text-align: center;
  color: #222;
  font-size: 12px;
  line-height: 1.4em;
  position: absolute;
  left: 0;
  bottom: -30px;
}

@media screen and (max-width: 1441px) {
  #contact.media .media_section .slide_section .btnbox a span {
    font-size: 16px;
  }

  #contact.media .media_section .slide_section .btnbox a .icon {
    margin-right: 0px;
    width: 35px;
  }

  #contact.media .media_section .slide_section .btnbox a {
    height: 60px;
  }

  #contact.media .contact_wrap .morebtn {
    width: 540px;
    height: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #contact.media {
    padding-left: 0;
    padding-right: 0;
  }

  #contact.media section .tempttl {
    margin: 0 15px 50px;
  }

  #contact.media .media_section {
    margin-bottom: 190px;
  }

  #contact.media .media_section .slide_section {
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
  }

  #contact.media .media_section .slide_section .main_slick {
    box-shadow: none;
  }

  #contact.media .media_section .slide_section .main_slick dl {
    background-color: #B79A5F;
    width: auto;
    padding: 30px 20px;
    position: static;
  }

  #contact.media .media_section .slide_section .main_slick dt {
    font-size: 18px;
  }

  #contact.media .media_section .slide_section .main_slick dd {
    font-size: 12px;
  }

  #contact.media .media_section .slide_section .main_slick dd small {
    font-size: 8px;
  }

  #contact.media .media_section .slide_section .sub_slick {
    width: auto;
    margin: 15px 40px 0;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-slide {
    padding: 0 3px;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-arrow {
    width: 26px;
    height: 26px;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-arrow:before {
    width: 7px;
    height: 7px;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-prev {
    left: -33px;
  }

  #contact.media .media_section .slide_section .sub_slick .slick-next {
    right: -33px;
  }

  #contact.media .media_section .slide_section .btnbox {
    display: block;
    padding: 30px 15px 0;
  }

  #contact.media .media_section .slide_section .btnbox a {
    width: auto;
    max-width: none;
    height: 50px;
    border-width: 1px;
    font-size: 16px;
  }

  #contact.media .media_section .slide_section .btnbox a:not(:last-child) {
    margin: 0 0 15px;
  }

  #contact.media .media_section .slide_section .btnbox a.map .icon {
    width: 17px;
  }

  #contact.media .media_section .slide_section .btnbox a.pdf .icon {
    width: 24px;
  }

  #contact.media .contact_wrap {
    margin: 0 10px -60px;
  }

  #contact.media .contact_wrap section.general .tempbtn {
    width: auto;
    height: 55px;
    font-size: 15px;
  }

  #contact.media .media_section .slide_section .btnbox a span {
    display: block;
    font-size: 14px;
  }
}
#contact.media #media_interview {
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  .remodal.modal_map {
    max-width: 844px;
  }
}
.remodal.modal_map figure img {
  width: 100%;
  height: auto;
}

/*institute*/
#institute .tempttl {
  margin-bottom: 130px;
}

#institute p {
  font-size: 16px;
  line-height: 2em;
}

#institute figure {
  margin-top: 80px;
}

#institute figure img {
  width: 740px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #institute .tempttl {
    margin-bottom: 50px;
  }

  #institute p {
    font-size: 12px;
    line-height: 1.8em;
  }

  #institute figure {
    margin-top: 30px;
  }

  #institute figure img {
    width: 100%;
    height: auto;
  }

  #institute .morebtn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 145px;
    margin: 20px 0 0 auto;
    font-size: 13px;
    line-height: 1em;
  }

  #institute .morebtn .icon {
    display: block;
    width: 25px;
    margin-left: auto;
  }

  #institute .morebtn .icon img {
    width: 100%;
    height: auto;
  }
}
/*event*/
@media screen and (max-width: 960px) {
  #event {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
#event .pickup {
  padding-top: 80px;
}

#event .pickup .slick {
  width: 1035px;
  margin: 0 auto;
}

#event .pickup .slick-list {
  overflow: visible;
}

#event .pickup .slick-slide {
  padding: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.65;
}

#event .pickup .slick-slide a {
  display: block;
  height: 0;
  padding-top: 56.9%;
  position: relative;
  overflow: hidden;
}

#event .pickup .slick-slide a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#event .pickup .slick-slide a .display {
  z-index: 2;
}

#event .pickup .slick-slide a .display img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

#event .pickup .slick-slide a .bg {
  z-index: 1;
}

#event .pickup .slick-slide a .bg img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

#event .pickup .slick-slide.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#event .pickup .slick-prev {
  left: -62px;
}

#event .pickup .slick-next {
  right: -62px;
}

@media screen and (max-width: 960px) {
  #event .pickup {
    padding-top: 30px;
  }

  #event .pickup .slick {
    width: 87%;
  }

  #event .pickup .slick-slide {
    padding: 0;
  }
}
#event .category_link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 961px) {
  #event .category_link a {
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
  }
}
#event ul {
  padding-top: 75px;
}

@media screen and (max-width: 960px) {
  #event ul {
    padding-top: 35px;
  }
}
#event .accordion {
  display: none;
}

#event .accordion ul {
  padding-top: 0;
}

@media screen and (max-width: 960px) {
  #event .accordion, #event .accordion ul {
    padding-top: 10px;
  }
}
#event .this_month {
  max-width: 1170px;
  padding-top: 375px;
}

#event .this_month li {
  position: relative;
}

#event .this_month li:not(:last-child) {
  margin-bottom: 75px;
}

#event .this_month li .post_link {
  display: block;
  background-color: #B79A5F;
  color: #fff;
  position: relative;
  z-index: 1;
}

#event .this_month li figure {
  height: 0;
  padding-top: 56.9%;
  position: relative;
  overflow: hidden;
}

#event .this_month li figure span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#event .this_month li figure .display {
  z-index: 2;
}

#event .this_month li figure .display img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

#event .this_month li figure .bg {
  z-index: 1;
}

#event .this_month li figure .bg img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

#event .this_month li .txtbox {
  display: -webkit-flex;
  display: flex;
  padding: 35px 25px;
}

@media screen and (min-width: 961px) {
  #event .this_month li .ttlbox {
    width: 40%;
    padding-right: 20px;
  }
}
#event .this_month li .name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4em;
}

#event .this_month li .schedule {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 10px;
}

#event .this_month li .schedule svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

#event .this_month li .comment {
  width: 60%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 2em;
}

@media screen and (max-width: 960px) {
  #event .this_month {
    padding-top: 130px;
  }

  #event .this_month li:not(:last-child) {
    margin-bottom: 10px;
  }

  #event .this_month li .txtbox {
    display: block;
    padding: 20px;
    text-align: center;
  }

  #event .this_month li .name {
    font-size: 16px;
  }

  #event .this_month li .schedule {
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px;
  }

  #event .this_month li .schedule svg {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

  #event .this_month li .comment {
    width: auto;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.6em;
  }
}
#event .morebtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  height: 72px;
  border-radius: 40px;
  font-size: 25px;
  line-height: 1em;
  margin-top: 75px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#event .morebtn svg {
  fill: #B79A5F;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 961px) {
  #event .morebtn:hover svg {
    fill: #fff;
  }
}
@media screen and (max-width: 960px) {
  #event .morebtn {
    height: 30px;
    border-width: 1px;
    font-size: 11px;
    margin: 25px 15px 0;
  }

  #event .morebtn svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
}
#event .further {
  padding-top: 350px;
}

#event .further ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#event .further li {
  display: -webkit-flex;
  display: flex;
  width: 50%;
  padding: 0 0.7% 1.4% 0;
}

@media screen and (min-width: 961px) {
  #event .further li:nth-child(odd) {
    padding: 0 0 1.4% 0.7%;
  }
}
#event .further li .txtwrap {
  order: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #B79A5F;
  width: 47%;
  height: 100%;
  color: #fff;
}

#event .further li .txtwrap .txtbox {
  padding: 0 10%;
}

#event .further li .txtwrap .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}

#event .further li .txtwrap .schedule {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.4em;
  margin: 10px 0 15px;
}

#event .further li .txtwrap .schedule svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

#event .further li .txtwrap .tempbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 88%;
  height: 58px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  margin-top: 20px;
}

@media screen and (min-width: 961px) {
  #event .further li .txtwrap .tempbtn:hover {
    background-color: #fff !important;
    color: #B79A5F;
  }
}
#event .further li .photobox {
  order: 2;
  width: 53%;
  position: relative;
}

#event .further li .photobox figure {
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#event .further li .photobox figure span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#event .further li .photobox figure .display {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
}

#event .further li .photobox figure .display img {
  width: 100%;
  height: auto;
}

#event .further li .photobox figure .bg {
  display: block;
  z-index: 1;
}

#event .further li .photobox figure .bg img {
  width: auto;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

@media screen and (min-width: 961px) {
  #event .further .first li:first-child {
    width: 100%;
    padding: 0 0 1.4% !important;
  }

  #event .further .first li:first-child .txtwrap {
    width: 39%;
  }

  #event .further .first li:first-child .txtwrap .name {
    font-size: 30px;
  }

  #event .further .first li:first-child .txtwrap .schedule {
    font-size: 23px;
    margin: 15px 0 20px;
  }

  #event .further .first li:first-child .txtwrap .schedule svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }

  #event .further .first li:first-child .txtwrap .comment {
    font-size: 20px;
    line-height: 1.5em;
  }

  #event .further .first li:first-child .txtwrap .tempbtn {
    width: 64%;
    height: 70px;
    font-size: 24px;
    margin-top: 40px;
  }

  #event .further .first li:first-child .photobox {
    width: 61%;
  }

  #event .further .first li:first-child .photobox figure {
    padding-top: 56.9%;
  }

  #event .further .first li:first-child .photobox figure .display {
    display: block;
  }

  #event .further .first li:first-child .photobox figure .display img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  #event .further .first li:first-child .photobox figure .bg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  #event .further {
    padding-top: 125px;
  }

  #event .further li {
    display: block;
    width: 100%;
    padding: 0;
  }

  #event .further li:not(:last-child) {
    margin-bottom: 10px;
  }

  #event .further li .photobox {
    width: 100%;
  }

  #event .further li .photobox figure {
    padding-top: 56.9%;
  }

  #event .further li .photobox figure .display {
    display: block;
  }

  #event .further li .photobox figure .display img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  #event .further li .photobox figure .bg img {
    width: 100%;
    height: auto;
  }

  #event .further li .txtwrap {
    display: block;
    width: 100%;
    height: auto;
  }

  #event .further li .txtwrap .txtbox {
    padding: 20px;
    text-align: center;
  }

  #event .further li .txtwrap .name {
    font-size: 16px;
  }

  #event .further li .txtwrap .schedule {
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px;
    margin: 10px 0;
  }

  #event .further li .txtwrap .schedule svg {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

  #event .further li .txtwrap .comment {
    font-size: 12px;
    line-height: 1.6em;
  }
}
#event .calenbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  width: 314px;
  height: 70px;
  border-radius: 40px;
  border-width: 1px;
  padding: 0 40px 0 80px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
}

#event .calenbtn svg {
  fill: #B79A5F;
  width: 21px;
  height: 21px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 961px) {
  #event .calenbtn:hover svg {
    fill: #fff;
  }
}
@media screen and (max-width: 960px) {
  #event .calenbtn {
    width: 200px;
    height: 40px;
    padding: 0 20px 0 60px;
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }

  #event .calenbtn.fixed {
    position: absolute;
    bottom: -60px;
  }

  #event .calenbtn svg {
    width: 11px;
    height: 11px;
  }
}
.remodal-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 960px) {
  .remodal-overlay {
    background-color: #fff;
  }
}
.remodal-close-icon:before, .remodal-close-icon:after {
  background-color: #B79A5F;
}

.remodal[data-remodal-id="modal_calen"] {
  min-height: 100vh;
}

@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_calen"] {
    max-width: 1050px;
    padding: 85px 0 35px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }
}
.remodal[data-remodal-id="modal_calen"] .remodal-close {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 30px;
}

@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_calen"] .remodal-close {
    top: 50px;
    right: 50px;
  }
}
.remodal[data-remodal-id="modal_calen"] .remodal-close .remodal-close-icon {
  width: 28px;
}

.remodal[data-remodal-id="modal_calen"] .remodal-close .en {
  display: block;
  font-weight: bold;
  color: #B79A5F;
  font-size: 17px;
  line-height: 1em;
  margin-left: auto;
}

.remodal[data-remodal-id="modal_calen"] .calen {
  max-width: 500px;
  margin: 0 auto;
}

.remodal[data-remodal-id="modal_calen"] .calen input {
  display: none;
}

.remodal[data-remodal-id="modal_calen"] .calen .month {
  width: 100%;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.remodal[data-remodal-id="modal_calen"] .calen .month::-webkit-scrollbar {
  height: 10px;
}

.remodal[data-remodal-id="modal_calen"] .calen .month::-webkit-scrollbar-track {
  background: #ddd;
}

.remodal[data-remodal-id="modal_calen"] .calen .month::-webkit-scrollbar-thumb {
  background: #B79A5F;
}

.remodal[data-remodal-id="modal_calen"] .calen .month ul {
  display: -webkit-flex;
  display: flex;
  width: 840px;
}

@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_calen"] .calen .month li:not(:last-child) {
    margin-right: 15px;
  }
}
.remodal[data-remodal-id="modal_calen"] .calen .month label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 37px;
  border-radius: 20px;
  padding: 0 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.remodal[data-remodal-id="modal_calen"] .calen .month label.active {
  background-color: #B79A5F;
  color: #fff;
  pointer-events: none;
}

@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_calen"] .calen .month label:hover {
    background-color: #B79A5F;
    color: #fff;
  }
}
.remodal[data-remodal-id="modal_calen"] .calen .day {
  display: none;
}

.remodal[data-remodal-id="modal_calen"] .calen .day.active {
  display: block;
}

.remodal[data-remodal-id="modal_calen"] .calen .day table {
  width: 100%;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.4em;
}

.remodal[data-remodal-id="modal_calen"] .calen .day th, .remodal[data-remodal-id="modal_calen"] .calen .day td {
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.remodal[data-remodal-id="modal_calen"] .calen .day th {
  font-weight: normal;
}

.remodal[data-remodal-id="modal_calen"] .calen .day td {
  font-weight: bold;
}

.remodal[data-remodal-id="modal_calen"] .calen .day td label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.remodal[data-remodal-id="modal_calen"] .calen .day td label.active {
  background-color: #B79A5F;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_calen"] .calen .day td label:hover {
    background-color: #B79A5F;
    color: #fff;
  }
}
.remodal[data-remodal-id="modal_calen"] .schedule {
  max-width: 510px;
  margin: 50px auto 0;
  line-height: 1.4em;
}

.remodal[data-remodal-id="modal_calen"] .schedule .day {
  padding-left: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}

.remodal[data-remodal-id="modal_calen"] .schedule li {
  border-bottom: 1px solid #222;
  padding: 30px 160px 30px 15px;
  position: relative;
}

.remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 144px;
  height: 25px;
  border-radius: 20px;
  border-width: 1px;
  font-weight: bold;
  font-size: 9px;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn:before, .remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn:after {
  content: "";
  background: url("../img/arrow_03.png") no-repeat left top/100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn:after {
  background-image: url("../img/arrow_04.png");
  opacity: 0;
}

@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn:hover:before {
    opacity: 0;
  }

  .remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .remodal[data-remodal-id="modal_calen"] .remodal-close {
    top: auto;
    right: 10px;
    bottom: 0;
  }

  .remodal[data-remodal-id="modal_calen"] .calen {
    margin-top: -20px;
  }

  .remodal[data-remodal-id="modal_calen"] .calen .month {
    font-size: 14px;
  }

  .remodal[data-remodal-id="modal_calen"] .calen .month ul {
    width: 650px;
  }

  .remodal[data-remodal-id="modal_calen"] .calen .day table {
    margin-top: 20px;
    font-size: 14px;
  }

  .remodal[data-remodal-id="modal_calen"] .calen .day th, .remodal[data-remodal-id="modal_calen"] .calen .day td {
    height: 36px;
  }

  .remodal[data-remodal-id="modal_calen"] .calen .day td label {
    width: 36px;
    height: 36px;
  }

  .remodal[data-remodal-id="modal_calen"] .schedule {
    margin-top: 40px;
    padding-bottom: 70px;
  }

  .remodal[data-remodal-id="modal_calen"] .schedule .day {
    padding: 0 0 10px;
    font-size: 16px;
  }

  .remodal[data-remodal-id="modal_calen"] .schedule li {
    padding: 20px 125px 20px 0;
  }

  .remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn {
    width: 120px;
    height: 20px;
    right: 0;
  }

  .remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn:before, .remodal[data-remodal-id="modal_calen"] .schedule li .tempbtn:after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
/*event_ver2*/
#event_ver2 img {
  width: 100%;
  height: auto;
}
#event_ver2 .mainphoto, #event_ver2 section {
  margin-top: 100px;
}
#event_ver2 .ttl {
  font-weight: bold;
  color: #B79A5F;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 60px;
}
#event_ver2 .day {
  overflow: hidden;
}
#event_ver2 .day:not(:last-child) {
  margin-bottom: 80px;
}
#event_ver2 .day .date {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.4em;
}
#event_ver2 .day ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -80px;
}
#event_ver2 .day li {
  width: 45%;
  margin-bottom: 80px;
}
@media screen and (min-width: 961px) {
  #event_ver2 .day li:nth-child(odd) {
    margin-right: 10%;
  }
}
#event_ver2 .day li .txtbox {
  background-color: #B79A5F;
  padding: 15px;
  color: #fff;
}
#event_ver2 .day li .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
#event_ver2 .day small {
  padding-top: 50px;
  text-align: right;
}
@media screen and (min-width: 961px) {
  #event_ver2 .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -80px;
  }
  #event_ver2 .flex .day {
    width: 45%;
    margin-bottom: 80px;
  }
  #event_ver2 .flex .day:nth-child(odd) {
    margin-right: 10%;
  }
  #event_ver2 .flex .day ul {
    display: block;
  }
  #event_ver2 .flex .day li {
    width: auto;
  }
  #event_ver2 .flex .day li:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  #event_ver2 .mainphoto, #event_ver2 section {
    margin-top: 50px;
  }
  #event_ver2 .ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #event_ver2 .day:not(:last-child) {
    margin-bottom: 40px;
  }
  #event_ver2 .day .date {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #event_ver2 .day ul {
    display: block;
    margin-bottom: -20px;
  }
  #event_ver2 .day li {
    width: auto;
    margin-bottom: 20px;
  }
  #event_ver2 .day li .txtbox {
    padding: 10px 15px;
  }
  #event_ver2 .day li .name {
    margin-bottom: 3px;
  }
  #event_ver2 .day small {
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.4em;
  }
}

/*shop*/
#shop ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 170px 0 -80px;
}

#shop li {
  width: 27%;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  margin-bottom: 80px;
}

@media screen and (min-width: 961px) {
  #shop li:not(:nth-child(3n)) {
    margin-right: 9.5%;
  }
}
#shop li .type {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 174px;
  height: 30px;
  border: 1px solid #B79A5F;
  text-align: center;
  color: #B79A5F;
  font-size: 12px;
  line-height: 1em;
  margin: 0 auto 15px;
}

#shop li figure img {
  width: 100%;
  height: auto;
}

#shop li .txtbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 25px 25px;
}

#shop li .txtbox .logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 110px;
  height: 110px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #222;
  padding: 15px;
  margin-right: 35px;
}

#shop li .txtbox .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#shop li .txtbox dt {
  font-size: 21px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

#shop li .txtbox dd {
  line-height: 1.4em;
}

@media screen and (max-width: 960px) {
  #shop ul {
    margin: 60px 0 -15px;
  }

  #shop li {
    width: 48%;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    margin-bottom: 15px;
  }

  #shop li:nth-child(odd) {
    margin-right: 4%;
  }

  #shop li .type {
    width: 72px;
    height: 12px;
    font-size: 6px;
    margin: 0 auto 7px;
  }

  #shop li .txtbox {
    padding: 8px 10px 10px;
  }

  #shop li .txtbox .logo {
    width: 46px;
    height: 46px;
    margin-right: 15px;
  }

  #shop li .txtbox dt {
    font-size: 9px;
    line-height: 1.3em;
    margin-bottom: 8px;
  }

  #shop li .txtbox dd {
    font-size: 6px;
  }
}
/*floor*/
#floor .mapwrap {
  display: -webkit-flex;
  display: flex;
  padding-top: 110px;
}

#floor .mapwrap .map {
  width: 64%;
  max-width: 917px;
  position: relative;
}

#floor .mapwrap .map img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#floor .mapwrap .map img:not(.base) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#floor .mapwrap .map img.active {
  opacity: 1;
}

#floor .mapwrap .txtwrap {
  width: 34%;
  max-width: 492px;
  margin-left: auto;
  padding-top: 330px;
  position: relative;
}

#floor .mapwrap .txtwrap .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #B79A5F;
  height: 48px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 15px 0;
}

#floor .mapwrap .txtwrap table {
  width: 100%;
}

#floor .mapwrap .txtwrap table, #floor .mapwrap .txtwrap table a {
  color: #7f7f7f;
}

#floor .mapwrap .txtwrap table tr {
  border-bottom: 1px dashed #7f7f7f;
}

#floor .mapwrap .txtwrap table th, #floor .mapwrap .txtwrap table td {
  vertical-align: middle;
}

#floor .mapwrap .txtwrap table th {
  width: 40px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1em;
}

#floor .mapwrap .txtwrap table td {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
}

#floor .mapwrap .txtwrap table td .non_scroll {
  display: block;
  padding: 17px 0;
  font-size: 14px;
}

#floor .mapwrap .txtwrap table td .non_scroll.active {
  color: #B79A5F;
}

@media screen and (min-width: 961px) {
  #floor .mapwrap .txtwrap table td span.non_scroll {
    transition: 0.3s;
    cursor: default;
  }

  #floor .mapwrap .txtwrap table td .non_scroll:hover {
    opacity: 1;
    color: #B79A5F;
  }
}
#floor .mapwrap .txtwrap .areamap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#floor .mapwrap .txtwrap .areamap figure img {
  width: 384px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#floor .mapwrap .txtwrap .areamap .morebtn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 170px;
  margin: 10px 0 0 auto;
  font-size: 16px;
  line-height: 1em;
}

#floor .mapwrap .txtwrap .areamap .morebtn .icon {
  display: block;
  width: 29px;
  margin-left: auto;
}

#floor .mapwrap .txtwrap .areamap .morebtn .icon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1441px) {
  #floor .mapwrap .txtwrap .areamap figure img {
    width: 305px;
    margin: 0 0 0 auto;
  }

  #floor .mapwrap .txtwrap {
    padding-top: 265px;
  }

  #floor .mapwrap .txtwrap .ttl {
    height: 40px;
    font-size: 16px;
    margin: 0 0 10px 0;
  }

  #floor .mapwrap .txtwrap table td .non_scroll {
    padding: 13px 0;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 960px) {
  #floor .mapwrap {
    display: block;
    padding-top: 30px;
  }

  #floor .mapwrap .map {
    width: 100%;
    max-width: none;
  }

  #floor .mapwrap .txtwrap {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 20px;
  }

  #floor .mapwrap .txtwrap .ttl {
    height: 34px;
    font-size: 12px;
  }

  #floor .mapwrap .txtwrap table {
    width: 100%;
  }

  #floor .mapwrap .txtwrap table th {
    width: 33px;
    padding-left: 6px;
    font-size: 13px;
  }

  #floor .mapwrap .txtwrap table td {
    padding-right: 10px;
  }

  #floor .mapwrap .txtwrap table td .non_scroll.active {
    color: #B79A5F;
  }

  #floor .mapwrap .txtwrap table td span.non_scroll {
    cursor: pointer;
  }

  #floor .mapwrap .txtwrap .linkbox {
    width: 100%;
    padding: 0 5px;
    position: fixed;
    left: 0;
    bottom: 5px;
    z-index: 90;
  }

  #floor .mapwrap .txtwrap .linkbox a {
    display: none;
    background: #fff url(../img/arrow_03.png) no-repeat right 15px center/23px auto;
    padding: 20px 40px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #B79A5F;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    border-radius: 5px;
  }

  #floor .mapwrap .txtwrap .areamap {
    padding-top: 100px;
    position: static;
  }

  #floor .mapwrap .txtwrap .areamap .tempttl {
    text-align: center;
    margin-bottom: 30px;
  }

  #floor .mapwrap .txtwrap .areamap figure img {
    width: 100%;
  }

  #floor .mapwrap .txtwrap .areamap .morebtn {
    width: 145px;
    margin-top: 20px;
    font-size: 13px;
  }

  #floor .mapwrap .txtwrap .areamap .morebtn .icon {
    width: 25px;
  }
}
@media screen and (max-width: 426px) {
  #floor .mapwrap .txtwrap table th {
    width: 25px;
    font-size: 12px;
    padding-left: 5px;
  }

  #floor .mapwrap .txtwrap table td .non_scroll {
    padding: 10px 0;
    font-size: 11px;
  }
}
@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_areamap"] {
    max-width: 844px;
  }
}
.remodal[data-remodal-id="modal_areamap"] figure img {
  width: 100%;
  height: auto;
}

/*art*/
#art {
  padding-bottom: 0;
}

#art .artwrap {
  background: url("../img/art_bg.png") no-repeat center top/cover;
  margin-top: 100px;
  padding: 100px 0;
  position: relative;
}

#art .artwrap.active li figure:before {
  opacity: 1;
}

#art .artwrap.active li figure img {
  opacity: 0;
}

#art .artwrap.active li a, #art .artwrap.active li a .name .kana {
  color: #fff;
}

#art ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  margin-bottom: -35px;
  position: relative;
  z-index: 10;
}

#art li {
  width: 19.9%;
  margin-bottom: 35px;
}

@media screen and (min-width: 961px) {
  #art li:not(:nth-child(4n)) {
    margin-right: 6.8%;
  }
}
#art li a {
  display: block;
}

@media screen and (min-width: 961px) {
  #art li a:hover {
    opacity: 1;
  }

  #art li a:hover figure:before {
    opacity: 0 !important;
  }

  #art li a:hover figure img {
    opacity: 1 !important;
  }
}
#art li figure {
  position: relative;
}

#art li figure:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#art li figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#art li figcaption {
  font-weight: bold;
  font-size: 5.5vw;
  line-height: 1em;
  position: absolute;
  top: 0;
  z-index: 2;
}

#art li .nishiyama figcaption {
  margin-top: 34%;
  right: 2%;
}

#art li .kaneuji figcaption {
  margin-top: 6%;
  right: 10%;
}

#art li .yamada figcaption {
  margin-top: -13%;
  left: 0;
}

#art li .name {
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  margin-top: 20px;
}

#art li .name span {
  display: block;
}

#art li .name .kana {
  color: #b7b7b7;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#art .bg_img, #art .bg_img div, #art .bg_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#art .bg_img {
  z-index: 2;
}

#art .bg_img div {
  background: no-repeat center / cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

#art .bg_img div.active {
  opacity: 0.5;
}

#art .bg_img img {
  display: none;
}

#art .bg_cover {
  background-color: #B79A5F;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

#art .bg_cover.active {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  #art {
    padding-left: 0;
    padding-right: 0;
  }

  #art .artwrap {
    background-image: url("../img/art_bgsp.png");
    margin-top: 25px;
    padding: 25px 15px 100px;
  }

  #art ul {
    margin-bottom: -20px;
  }

  #art li {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 12px;
  }

  #art li:nth-child(even) {
    padding: 0 0 0 12px;
  }

  #art li figcaption {
    font-size: 14.4vw;
  }

  #art li .name {
    font-size: 12px;
    margin-top: 10px;
  }

  #art li .name .kana {
    font-size: 9px;
    line-height: 1em;
    margin-top: 5px;
  }
}
.remodal.art {
  max-width: none;
  margin-bottom: 0;
}

.remodal.art .remodal-close {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 180px;
  top: 45px;
  left: 45px;
  right: auto;
}

.remodal.art .remodal-close-icon {
  width: 50px;
}

.remodal.art .remodal-close-icon:before, .remodal.art .remodal-close-icon:after {
  background-color: #fff;
  height: 4px;
}

.remodal.art .remodal-close-txt {
  display: block;
  margin-left: auto;
  color: #fff;
  font-weight: bold;
  font-size: 31px;
  line-height: 1em;
  letter-spacing: 4px;
}

.remodal.art .head {
  background: no-repeat center / cover;
  height: 724px;
}

.remodal.art .head img {
  display: none;
}

.remodal.art .name {
  padding: 90px 0 30px;
  border-bottom: 4px solid #B79A5F;
  text-align: center;
  font-size: 28px;
  line-height: 1em;
}

.remodal.art .name span {
  display: block;
}

.remodal.art .name .kana {
  color: #a8a8a8;
  font-size: 16px;
  line-height: 1em;
  margin-top: 15px;
}

.remodal.art .position {
  margin-top: 30px;
  text-align: center;
  font-size: 33px;
  line-height: 1em;
}

.remodal.art .txtwrap {
  display: -webkit-flex;
  display: flex;
  padding: 55px 0 160px 55px;
}

.remodal.art .txtwrap figure {
  background: url("../img/art_noimage.jpg") no-repeat left top/100% 100%;
  width: 228px;
  height: 228px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 90px;
}

.remodal.art .txtwrap figure img {
  width: 100%;
  height: 100%;
}

.remodal.art .txtwrap p {
  padding-top: 25px;
  font-size: 20px;
  line-height: 2em;
}

@media screen and (max-width: 960px) {
  .remodal.art .remodal-close {
    width: 70px;
    top: 0;
    left: 10px;
  }

  .remodal.art .remodal-close-icon {
    width: 17px;
  }

  .remodal.art .remodal-close-icon:before, .remodal.art .remodal-close-icon:after {
    height: 2px;
  }

  .remodal.art .remodal-close-txt {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .remodal.art .head {
    height: 0;
    padding-top: 66%;
  }

  .remodal.art .name {
    padding: 30px 0;
  }

  .remodal.art .position {
    font-size: 22px;
  }

  .remodal.art .txtwrap {
    display: block;
    padding: 30px 15px 60px;
  }

  .remodal.art .txtwrap figure {
    width: 116px;
    height: 116px;
    margin: 0 auto;
  }

  .remodal.art .txtwrap p {
    font-size: 12px;
    line-height: 1.6em;
  }
}
/*off*/
/*#top_movie {
	display: none;
}*/
