@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

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

.bodywrap.hidden_non {
  overflow: inherit;
}

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

.wrapper.w1000 {
  max-width: 1000px;
}

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

@media screen and (max-width: 1441px) {
  .tempttl .en {
    font-size: 32px;
  }
}

@media screen and (max-width: 960px) {
  .tempttl .en {
    font-size: 28px;
  }

  .tempttl .ja {
    font-size: 15px;
    margin-top: 5px;
  }
}

.category_link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -4px 0;
  overflow: hidden;
}

.category_link a,
.category_link span {
  display: flex;
  justify-content: 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;
  margin: 0 4px 4px 0;
}

@media screen and (max-width: 960px) {

  .category_link a,
  .category_link span {
    height: 20px;
    padding: 1px 10px 0;
    font-size: 8px;
  }
}

.tempbtn {
  border: 2px solid #B79A5F;
  color: #B79A5F;
  /*&.sha {
  	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  }*/
}

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

@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: 60px;
  height: 60px;
  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: 30px;
  height: 3px;
  margin: 0 6px;
}

@media screen and (max-width: 960px) {
  .slick-dots li {
    width: 13px;
    height: 2px;
    margin: 0 3px;
  }
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button:before {
  background-color: #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.slick-dots li.slick-active {
  height: 5px;
}

@media screen and (max-width: 960px) {
  .slick-dots li.slick-active {
    height: 4px;
    width: 13px;
  }
}

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

.temp_nav {
  padding: 140px 0 90px;
  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;
  }
}

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

/*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: relative;
  /*
  position: fixed;
  top: 0;
  left: 0;
*/
  z-index: 105;
}



.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: 10px;
    line-height: 1em;
    position: absolute;
    right: 50px;
    top: 30px;
  }

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

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

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

@media screen and (min-width: 1100px) {
  #header .lang ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    line-height: 1em;
    position: absolute;
    right: 50px;
    top: 30px;
  }

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

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

@media (max-width: 1100px) {
  #header .logo {
    width: 160px;
    height: 100%;
  }
}

#header .logo a {
  display: block;
}

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

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

.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;
*/
  position: absolute;
  left: 50px;
  top: 18px;
  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) {
  .drawer-hamburger {
    top: 12px;
    right: 60px;
  }
}
*/
@media screen and (min-width: 961px) {
  .drawer-hamburger:hover {
    opacity: 0.5;
  }
}

.drawer-hamburger .drawer-hamburger-icon {
  display: block;
  width: 32px;
  position: relative;
}

.drawer-hamburger .drawer-hamburger-icon,
.drawer-hamburger .drawer-hamburger-icon:before,
.drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #fff;
  height: 3px;
  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);
}

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

.drawer-hamburger .drawer-hamburger-icon:after {
  top: 9px;
}

.drawer-open .drawer-hamburger {
  position: fixed;
}

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

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

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

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

.drawer-hamburger .en {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  margin-left: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/*
.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 .drawer-hamburger .en {
  opacity: 1;
}

.drawer-nav {
  background-color: #B79A5F;
  width: 420px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 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 .drawer-nav {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 960px) {
  #header {
    background-image: url("../img/common/bgsp_new.jpg");
    background-size: 100% auto;
    height: 52px;
    padding: 0 10px;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
  }

  #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 .logo a {
    color: unset;
  }

  #header .drawer-hamburger {
    width: 100px;
    height: 52px;
    top: 0;
    left: 20px;
  }

  .drawer-open #header .drawer-hamburger {
    left: inherit;
    right: 20px;
    width: auto;
  }

  #header .drawer-hamburger .drawer-hamburger-icon {
    width: 22px;
    order: 1;
  }

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

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

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

  #header .drawer-hamburger .en {
    font-size: 15px;
    display: none;
  }

  .drawer-open #header .drawer-hamburger .en {
    display: block;
    margin-right: 10px;
  }

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

  #header .drawer-nav .drawer-menu {
    padding: 50px 20px 20px;
  }

  /*
  #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; */
  /*
	height: 80vh;
  margin: -151px 0 100px;
  padding: 136px 0 136px;
*/
  position: relative;
}

/*
#top_slide .slick-slide::before{
	content: "";
	padding-top: 37.03%;
	display: block;
	z-index: -1;
	position: relative;
}
*/
@media screen and (max-width: 960px) {
  #top_slide .slick-slide::before {
    padding-top: 100%;
  }
}

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

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

#top_slide .slick-slide {
  background: no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 960px) {
  #top_slide .slick-slide {
    /*     background-size: contain; */
  }
}

#top_slide .slick-slide.base {
  background-color: #B79A5F;
}

#top_slide .slick-slide.black {
  background-color: #000;
}

#top_slide .slick-slide .photo::before {
  content: "";
  display: block;
  padding-top: 37.03%;
}

#top_slide .slick-slide a {
  display: block;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

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

#top_slide .slick-dots {
  max-width: 1150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: right;
  bottom: -35px;
}

#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: 54px;
  }

  #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 .photo::before {
    content: "";
    padding-top: 100%;
  }

  /*
  #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_youtube {
  background-color: #fff;
  max-width: 1150px;
  padding-bottom: 100px;
}

@media screen and (min-width: 961px) {
  #top_youtube {
    width: 64%;
  }
}

#top_youtube .movie {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-top: 75px;
}

#top_youtube .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #top_youtube {
    padding-bottom: 60px;
  }

  #top_youtube .movie {
    margin-top: 35px;
  }
}

/*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:not(:nth-child(-n+3)) {
    width: 45%;
    margin: 0 10% 0 0;
  }

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

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

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

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

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

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

  #top_event .list:not(:nth-child(-n+3)) .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 300px 30px 50px;
  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 {
  padding: 500px 0 130px;
  position: relative;
  z-index: 2;
}

#top_about .wrapper {
  max-width: 1150px;
}

/*@media screen and (min-width: 961px) {
  #top_about .wrapper {
    width: 64%;
  }
}*/
@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: 89%;
  }
}

@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: 1150px;
}

#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 #000;
  color: #000;
  font-size: 21px;
  line-height: 1em;
  position: absolute;
  top: -42px;
  right: 100px;
  z-index: 2;
  letter-spacing: -1px;
  transition: .4s;
}

#footer .pagetop:hover {
  background-color: #000;
  border: transparent;
  color: #fff;
  opacity: 1;
}

#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;
  display: none;
}

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

#footer .foot_nav_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

#footer .foot_nav_wrapper .num {
  width: 30%;
  color: white;
  margin-bottom: 90px;
}

#footer .foot_nav_wrapper .num:nth-child(3n-1) {
  width: 40%;
}

#footer .foot_nav_wrapper .num h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 45px;
}

#footer .foot_nav_wrapper .num h3::before {
  content: "▼";
  display: inline-block;
  margin-right: 10px;
}

#footer .foot_nav_wrapper .num .nav {
  padding: 0 0 0 30px;
}

#footer .foot_nav_wrapper .num .nav a {
  font-size: 14px;
  color: white;
  display: block;
  font-weight: 500;
}

#footer .foot_nav_wrapper .num .nav p {
  margin-bottom: 25px;
}

#footer .foot_nav_wrapper .num .nav.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .foot_nav_wrapper .num .nav.column2 p {
  width: 50%;
}

#footer .bottom_area {
  padding: 15px 0;
  background: white;
}

#footer .bottom_area .in-wrap {
  max-width: 1150px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .bottom_area .copy {
  font-size: 14px;
  font-weight: bold;
}

#footer .bottom_area .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
}

#footer .bottom_area .sns p {
  font-size: 14px;
  font-weight: bold;
}

#footer .bottom_area .sns i {
  width: 42px;
}


#footer .bottom_area .sns i a {
  width: 100%;
  height: 42px;
/*
  background-image: url(../img/common/foot_tw-on.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
*/
  display: block;
}


#footer .bottom_area .sns i img {
  width: 100%;
  height: auto;
}

#footer .bottom_area .sns i a:hover {
  opacity: 1;
}


#footer .bottom_area .sns i a:hover img {
/*   display: none; */
opacity: .6;
}


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



@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_wrapper {
    display: none;
  }

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

  #footer .foot_nav ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -15px 0;
  }

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

  #footer .foot_nav li.w100 {
    width: 100%;
    text-align: left;
  }

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

  #footer .bottom_area {
    padding: 10px;
  }

  #footer .bottom_area .copy {
    font-size: 9px;
  }

  #footer .bottom_area .sns {
    width: 90px;
  }

  #footer .bottom_area .sns p {
    font-size: 9px;
  }

  #footer .bottom_area .sns i {
    width: 24px;
  }

  #footer .bottom_area .sns i a {
    height: 24px;
  }

}

/*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: 139px;
}

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

#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: 127px;
  border: 1px solid #B79A5F;
  color: #B79A5F;
  font-size: 12px;
}

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

#access .access_nav a .svg {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

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

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

@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;
    padding-bottom: 0;
  }

  #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 .txtbox .txt1 {
  font-feature-settings: "palt";
}

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

#access #access_ikebus .row.txtwrap .pic {
  width: 422px;
  flex-shrink: 1;
}

#access #access_ikebus .row.txtwrap .pic .in {
  position: relative;
}

#access #access_ikebus .row.txtwrap .pic .in .copy {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}

#access #access_ikebus .row.txtwrap .pic img {
  width: 100%;
  height: auto;
}

#access #access_ikebus .row.txtwrap .mapbox {
  width: 398px;
}

@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;
    display: block;
    margin-top: -3px;
    font-feature-settings: "palt";
  }

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

  #access #access_ikebus .row.txtwrap .pic {
    width: 100%;
  }

  #access #access_ikebus .row.txtwrap .mapbox {
    width: 100%;
  }
}

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


#contact .contact_wrap section.general .simple-ttl {
  text-align: center;
  color: #B79A5F;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2em;
}

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

  #contact .contact_wrap section.general .simple-ttl {
    font-size: 32px;
  }

  #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 .ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

#press .archive .pagination {
  display: none;
}

#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;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 660px;
  height: 60px;
  border-radius: 60px;
  border-width: 3px;
  margin: 130px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  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: 25px;
  height: 25px;
  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: flex;
  justify-content: center;
  align-items: center;
  width: 660px;
  height: 60px;
  border-radius: 60px;
  border-width: 3px;
  margin: 230px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

@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: 50px;
    width: 89%;
    margin-top: 40px;
    border-width: 2px;
  }

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

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

  #press .contactbtn {
    width: 89%;
    height: 50px;
    border-width: 2px;
    font-size: 16px;
    margin: 100px auto 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 .top_txt {
  line-height: 45px;
  text-align: center;
  margin: 85px 0 180px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  #contact.media .top_txt {
    padding: 0 5%;
    margin: 60px 0 90px;
    text-align: left;
    line-height: 2.5;
  }
}

#contact.media .top_maparea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  #contact.media .top_maparea {
    display: block;
    padding: 0 5%;
    max-width: 100%;
  }
}

#contact.media .top_maparea .fig {
  width: 64%;
}

@media screen and (max-width: 960px) {
  #contact.media .top_maparea .fig {
    width: 100%;
  }
}

#contact.media .top_maparea .fig img {
  width: 100%;
  height: auto;
}

#contact.media .top_maparea .ex_area {
  width: 32%;
  padding-top: 50px;
}

@media screen and (max-width: 960px) {
  #contact.media .top_maparea .ex_area {
    width: 100%;
    padding-top: 40px;
  }
}

#contact.media .top_maparea .ex_area dl+dl {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  #contact.media .top_maparea .ex_area dl+dl {
    margin-top: 30px;
  }
}

#contact.media .top_maparea .ex_area dl dt {
  background: #ad905f;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

@media screen and (max-width: 960px) {
  #contact.media .top_maparea .ex_area dl dt {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
  }
}

#contact.media .top_maparea .ex_area dl dd {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: bold;
  padding: 6px 10px 7px 30px;
  border-bottom: 1px dashed #7f7f7f;
  position: relative;
}

#contact.media .top_maparea .ex_area dl dd a {
  color: #7f7f7f;
}

@media screen and (max-width: 960px) {
  #contact.media .top_maparea .ex_area dl dd {
    font-size: 12px;
    padding: 9px 5px 9px 30px;
  }
}

#contact.media .top_maparea .ex_area dl dd span {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 10px;
  top: 5px;
}

@media screen and (max-width: 960px) {
  #contact.media .top_maparea .ex_area dl dd span {
    font-size: 16px;
    top: 8px;
  }
}


#contact.media .temp_nav {
  margin-bottom: 220px;
}

@media screen and (max-width: 960px) {
  #contact.media .temp_nav {
    margin-bottom: 100px;
  }
}

#contact.media section .tempttl {
  margin-bottom: 80px;
}

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


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

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

#contact.media .media_section .ttl {
  text-align: center;
  font-weight: bold;
  color: #a98c5f;
  font-size: 32px;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  #contact.media .media_section .ttl {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    border: 1px solid #B79A5F;
  }
}

#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 .btnbox {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

#contact.media .media_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 .btnbox a.coming {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

#contact.media .media_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 .btnbox a span {
  display: block;
  font-size: 21px;
}

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

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

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

#contact.media .media_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 .btnbox a span {
    font-size: 16px;
  }

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

  #contact.media .media_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 .btnbox a {
    width: calc(100% - 20px);
    max-width: none;
    height: 50px;
    border-width: 1px;
    font-size: 16px;
  }

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

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

  #contact.media .media_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: 3;
}

@media screen and (min-width: 961px) {

  #event .category_link a,
  #event .category_link span {
    height: 30px;
    padding: 0 30px;
    font-size: 14px;
  }
}

#event #list {
  padding-top: 75px;
}

@media screen and (max-width: 960px) {
  #event #list {
    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;
  }
}

/*202209削除
#event .this_month {
  max-width: 1170px;
  padding-top: 375px;
  padding-top: 0;
}
#event.top {
  background-color: #fff;
}
#event.top .wrapper {
  max-width: 1150px;
}
@media screen and (min-width: 961px) {
  #event.top .wrapper {
    width: 64%;
  }
}
#event.top .this_month {
  padding: 0 0 100px;
}
@media screen and (max-width: 960px) {
  #event.top .this_month {
    padding: 0 0 60px;
  }
}
#event .this_month .post {
  background-color: #B79A5F;
  color: #fff;
  position: relative;
}
#event .this_month .post:not(:last-child) {
  margin-bottom: 75px;
}
#event .this_month .post figure {
  background-color: #fff;
  height: 0;
  padding-top: 56.9%;
  position: relative;
  overflow: hidden;
}
#event .this_month .post.base figure {
  background-color: transparent;
}
#event .this_month .post.black figure {
  background-color: #000;
}
202209削除*/
/*#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 .post figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#event .this_month .post .txtbox {
  min-height: 140px;
  padding: 20px 25px;
  position: relative;
}
@media screen and (min-width: 961px) {
  #event .this_month .post .ttlbox {
    padding: 0 20px 5px 0;
  }
}
#event .this_month .post .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}
#event .this_month .post .schedule {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 10px;
}
#event .this_month .post .schedule svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#event .this_month .post .comment {
  width: 35%;
  padding-right: 15px;
  font-size: 16px;
  line-height: 2em;
}
#event .this_month .post .tempbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50px;
  border-radius: 50px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  right: 25px;
  bottom: 35px;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  #event .this_month .post .tempbtn:hover {
    background-color: #fff !important;
    color: #B79A5F;
  }
}
#event .this_month #list .slick-prev {
  left: -130px;
}
#event .this_month #list .slick-next {
  right: -130px;
}
@media screen and (max-width: 960px) {
  #event .this_month {
    padding-top: 130px;
    padding-top: 0;
  }
  #event .this_month .post:not(:last-child) {
    margin-bottom: 10px;
  }
  #event .this_month .post .txtbox {
    min-height: 0;
    padding: 20px;
    text-align: center;
  }
  #event .this_month .post .name {
    font-size: 16px;
  }
  #event .this_month .post .schedule {
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px;
  }
  #event .this_month .post .schedule svg {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }
  #event .this_month .post .comment {
    width: auto;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 1.6em;
  }
  #event .this_month .post .tempbtn {
    width: 100%;
    margin-top: 15px;
    position: static;
  }
  #event .this_month #list .slick-arrow {
    bottom: auto;
    margin: 28.4% 0 0;
    transform: translateY(12px);
  }
  #event .this_month #list .slick-prev {
    left: 0;
  }
  #event .this_month #list .slick-next {
    right: 0;
  }
}
*/
@media screen and (min-width: 961px) {
  #event #list.type2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10%;
  }

  #event #list.type2 .post {
    width: 45%;
    margin: 0 10% 10% 0 !important;
  }

  #event #list.type2 .post:nth-child(even) {
    margin-right: 0 !important;
  }

  #event #list.type2 .post .category_link a,
  #event #list.type2 .post .category_link span {
    height: 26px;
    padding: 0 15px;
    font-size: 12px;
  }

  #event #list.type2 .post .txtbox {
    min-height: 110px;
    padding: 15px;
  }

  #event #list.type2 .post .ttlbox {}

  #event #list.type2 .post .name {
    min-height: 1.4em;
    font-size: 18px;
  }

  #event #list.type2 .post .schedule {
    margin-top: 5px;
    font-size: 14px;
    width: 69%;
  }

  #event #list.type2 .post .schedule svg {
    width: 16px;
    height: 16px;
  }

  #event #list.type2 .post .tempbtn {
    width: 30%;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}

#event .morebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 660px;
  height: 60px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1em;
  margin: 75px auto 0;
  cursor: pointer;
  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 {
    width: 89%;
    height: 46px;
    border-width: 1px;
    font-size: 18px;
    margin: 25px auto 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 85px;
  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;
  }
}

#event .pagination {
  display: none !important;
}

.remodal-overlay {
  background-color: transparent;
}

.remodal-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 960px) {
  .remodal-wrapper {
    background-color: #fff;
  }
}

.remodal-wrapper.remodal-is-opening,
.remodal-wrapper.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-wrapper.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-wrapper.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.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 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: underline;
  color: #B79A5F;
}

@media screen and (min-width: 961px) {
  .remodal[data-remodal-id="modal_calen"] .calen .day td a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
  }
}

.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.active label {
  background-color: #B79A5F;
  color: #fff;
}

.remodal[data-remodal-id="modal_calen"] .calen .day td.active label a {
  color: #fff;
  text-decoration: none;
}

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

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

@media screen and (min-width: 961px) {
  .remodal.event {
    padding: 25px 25px 40px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }
}

.remodal.event .name {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3em;
}

.remodal.event .meta {
  margin-top: 5px;
}

.remodal.event .meta .txtbox {
  flex: 1 !important;
  padding-right: 20px;
}

@media screen and (min-width: 961px) {
  .remodal.event .meta {
    display: flex;
  }
}

.remodal.event .schedule {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
}

.remodal.event .schedule i,
.remodal.event .schedule svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.remodal.event .category_link {
  margin-left: auto;
}

.remodal.event figure {
  background-color: #fff;
  height: 0;
  padding-top: 56.9%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.remodal.event figure.base {
  background-color: #B79A5F;
}

.remodal.event figure.black {
  background-color: #000;
}

.remodal.event figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.remodal.event .txt {
  font-size: 15px;
  line-height: 1.7em;
  width: calc(100% - 26px);
}

.remodal.event div.txt {
  margin-top: 20px;
}

.remodal.event .txt h2 {
  font-size: 22px;
  margin: 1em 0;
}

.remodal.event .txt h3 {
  font-size: 18px;
  margin-bottom: 1em;
}

.remodal.event .txt h4 {
  font-size: 14px;
  margin-bottom: 1em;
}

.remodal.event .txt h5 {
  font-size: 12px;
  margin-bottom: 1em;
}

.remodal.event .txt h6 {
  font-size: 10px;
  margin-bottom: 1em;
}

.remodal.event .txt p {
  margin-bottom: 1em;
  min-height: 1px;
  clear: none;
  word-break: break-all;
}

.remodal.event .txt p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.remodal.event .txt img {
  display: unset;
  margin: 0 10px 10px 0;
  /*width: 100%;*/
  height: auto;
}

.remodal.event .txt img.alignleft,
.remodal.event .txt img.alignright {
  float: left;
}

.remodal.event .contact_block {
  margin-left: auto;
  text-align: right;
}

.remodal.event .category_link.contact {
  justify-content: flex-end;
  margin-top: 10px;
  display: inline-block;
}

.remodal.event .category_link.contact a {
  background-color: #B79A5F;
  color: #fff;
}

.remodal.event .share {
  display: flex;
  margin-top: 15px;
}

.remodal.event .share .btn {
  display: block;
  width: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}

.remodal.event .share .btn:not(:last-child) {
  margin-right: 15px;
}

@media screen and (min-width: 961px) {
  .remodal.event .share .btn:hover {
    opacity: 0.5;
  }

  .remodal.event .txt img {
    /*width: auto;*/
  }
}

.remodal.event .share img {
  width: 100%;
  height: auto;
}

.remodal.event .share .twitter-share-button {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .remodal.event .modal {
    padding: 0;
  }

  .remodal.event .name {
    font-size: 22px;
  }

  .remodal.event .category_link {
    margin: 5px 0 0;
  }

  .remodal.event figure {
    margin-top: 15px;
  }

  .remodal.event div.txt {
    margin-top: 15px;
  }
}

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

#event .tempbtn.past_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 660px;
  height: 60px;
  border-radius: 60px;
  border-width: 3px;
  margin: 120px auto;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  #event .tempbtn.past_btn {
    width: 89%;
    height: 50px;
    border-width: 2px;
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 16px;
  }
}

/*event.past*/
#event.past .past_list {
  max-width: 840px;
  padding-top: 80px;
}

#event.past .past_list section:not(:last-child) {
  margin-bottom: 35px;
}

#event.past .past_list .openbtn {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 20px 0 30px;
  border-width: 1px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}

#event.past .past_list .openbtn.open {
  background-color: #B79A5F;
  color: #fff;
}

#event.past .past_list .openbtn .arrow {
  display: block;
  margin-left: auto;
  transition: 0.3s;
  transform: rotate(-90deg);
}

#event.past .past_list .openbtn.open .arrow {
  transform: rotate(-180deg);
}

#event.past .past_list .openbtn .arrow svg {
  fill: #B79A5F;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

@media screen and (min-width: 961px) {
  #event.past .past_list .openbtn:hover .arrow svg {
    fill: #fff;
  }
}

#event.past .past_list .openbtn.open .arrow svg {
  fill: #fff;
}

#event.past .past_list .accordion {
  font-weight: bold;
  line-height: 1.4;
}

#event.past .past_list li {
  display: flex;
  align-items: flex-end;
  padding: 40px 20px 45px 25px;
}

#event.past .past_list li:not(:last-child) {
  border-bottom: 1px solid #B6B6B6;
}

@media screen and (min-width: 961px) {
  #event.past .past_list li .txtbox {
    width: 75%;
  }
}

#event.past .past_list li .name {
  margin-bottom: 15px;
  font-size: 22px;
}

#event.past .past_list li .schedule {
  display: flex;
  align-items: center;
  font-size: 18px;
}

#event.past .past_list li .schedule svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  margin-right: 15px;
}

#event.past .past_list li .tempbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 41px;
  border-radius: 30px;
  border-width: 1px;
  margin-left: auto;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  #event.past .past_list {
    padding: 50px 4% 0;
  }

  #event.past .past_list section:not(:last-child) {
    margin-bottom: 20px;
  }

  #event.past .past_list .openbtn {
    height: 50px;
    padding: 0 10px 0 15px;
    font-size: 16px;
  }

  #event.past .past_list .openbtn .arrow svg {
    width: 24px;
    height: 24px;
  }

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

  #event.past .past_list li {
    display: block;
    padding: 20px 0;
  }

  #event.past .past_list li .name {
    margin-bottom: 10px;
    font-size: 18px;
  }

  #event.past .past_list li .schedule {
    font-size: 14px;
  }

  #event.past .past_list li .schedule svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  #event.past .past_list li .tempbtn {
    width: 100%;
    margin: 15px 0 0;
  }
}

/*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 {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #B79A5F;
  font-size: 12px;
  margin: 0 auto 10px;
}

#shop li .type span {
  width: 174px;
  border: 1px solid #B79A5F;
  margin: 0 auto 5px;
  display: block;
  height: 20px;
  line-height: 20px;
}

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

#shop li .txtbox {
  display: -webkit-flex;
  display: flex;
  /*-webkit-align-items: center;
  align-items: center;*/
  padding: 15px;
}

#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: 20px;
}

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

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

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

#shop li .txtbox dd span {
  display: block;
  margin-bottom: 10px;
}

@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 {
    font-size: 10px;
    margin: 0 auto 7px;
  }

  #shop li .type span {
    width: 150px;
    height: auto;
    margin: 0 auto 3px;
    display: block;
  }

  #shop li .txtbox {
    padding: 5px;
  }

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

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

  #shop li .txtbox dd {
    font-size: 10px;
  }
}

/*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;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }
}

.remodal[data-remodal-id="modal_areamap"] figure img {
  width: 100%;
  height: auto;
}

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

#art_list {
  background: url("../img/art_bg.png") no-repeat center top 50px / cover;
  margin-top: 120px;
  padding: 70px 0 150px;
  position: relative;
  perspective: 1px;
}

#art_list:before {
  content: "";
  background-color: #B79A5F;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.5s;
  opacity: 0;
}

#art_list.active:before {
  opacity: 1;
}

#art_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  max-width: 1620px;
  margin-bottom: -1.8%;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

#art_list li {
  width: 20.02%;
  margin: 0 6.64% 1.8% 0;
}

@media screen and (min-width: 961px) {
  #art_list li:nth-child(4n) {
    margin-right: 0;
  }
}

#art_list a {
  display: block;
}

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

#art_list figure {
  position: relative;
}

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

#art_list figure img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

#art_list.active figure:before {
  opacity: 1;
}

#art_list.active figure img {
  opacity: 0;
}

@media screen and (min-width: 961px) {
  #art_list a:hover figure:before {
    opacity: 0 !important;
  }

  #art_list a:hover figure img {
    opacity: 1 !important;
  }
}

#art_list figcaption {
  font-weight: bold;
  font-size: 5.5vw;
  line-height: 0.8em;
  position: absolute;
  z-index: 2;
}

#art_list .name {
  margin-top: 20px;
}

#art_list .name span {
  display: block;
}

#art_list .name .kana {
  color: #b7b7b7;
  margin-top: 5px;
  transition: 0.3s;
}

#art_list.active ul a,
#art_list.active .name .kana {
  color: #fff;
}

#art_list .bg {
  background: no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}

#art_list .bg.active {
  opacity: 0.5;
}

#art_list .artmap_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 660px;
  height: 60px;
  margin: 110px auto 0;
  border-radius: 60px;
  border-width: 3px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

#art_list .artmap_btn .icon {
  display: block;
  width: 14px;
  margin-right: 15px;
  position: relative;
}

#art_list .artmap_btn img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

#art_list .artmap_btn .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media screen and (min-width: 961px) {
  #art_list .artmap_btn:hover .off {
    opacity: 0;
  }

  #art_list .artmap_btn:hover .on {
    opacity: 1;
  }
}

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

  #art_list {
    background-image: url("../img/art_bgsp.png");
    background-position: center top;
    margin-top: 25px;
    padding: 25px 4% 100px;
  }

  #art_list ul {
    width: auto;
    margin-bottom: -4.2%;
    font-size: 12px;
  }

  #art_list li {
    width: 47.9%;
    margin: 0 4.2% 4.2% 0;
  }

  #art_list li:nth-child(even) {
    margin-right: 0;
  }

  #art_list figcaption {
    font-size: 14.4vw;
  }

  #art_list .name {
    margin-top: 10px;
  }

  #art_list .name .kana {
    font-size: 9px;
  }

  #art_list .artmap_btn {
    width: auto;
    height: 50px;
    margin-top: 60px;
    border-width: 2px;
    font-size: 12px;
  }

  #art_list .artmap_btn .icon {
    width: 10px;
    margin-right: 5px;
  }
}

.remodal.art {
  max-width: none;
  margin-bottom: 0;
}

.remodal.art .remodal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 216px;
  height: 72px;
  border: 2px solid #B79A5F;
  border-radius: 50px;
  font-weight: bold;
  color: #B79A5F;
  font-size: 20px;
  line-height: 1;
  top: 14px;
  left: 24px;
  right: auto;
  z-index: 10;
}

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

.remodal.art .remodal-close-icon:before,
.remodal.art .remodal-close-icon:after {
  background-color: #B79A5F;
}

.remodal.art .remodal-close-icon,
.remodal.art .remodal-close-icon:before,
.remodal.art .remodal-close-icon:after {
  height: 2px;
}

.remodal.art .remodal-close-txt {
  display: block;
  margin-left: 10px;
}

.remodal.art .head {
  height: 724px;
  position: relative;
  overflow: hidden;
}

.remodal.art .head img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.remodal.art .head .blur {
  background: no-repeat center / cover;
  width: 105%;
  height: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -ms-filter: blur(15px);
  filter: blur(15px);
}

.remodal.art .head .blur.no_blur {
  -ms-filter: blur(0);
  filter: blur(0);
}

.remodal.art .modal {
  padding-bottom: 140px;
}

.remodal.art .name_box {
  border-bottom: 4px solid #B79A5F;
  padding: 85px 0 75px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.4;
}

.remodal.art .name_box .ttl {
  font-size: 28px;
}

.remodal.art .name_box .ttl .small {
  font-size: 21px;
}

.remodal.art .name_box .age {
  margin-top: 12px;
  font-size: 21px;
}

.remodal.art .name_box .name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-size: 26px;
}

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

.remodal.art .name_box .name .kana {
  margin-left: 20px;
  font-size: 19px;
}

.remodal.art .place {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 60px;
  font-size: 19px;
  line-height: 1.4;
}

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

.remodal.art .place .building {
  padding-left: 22px;
  position: relative;
}

.remodal.art .place .building:before {
  content: "";
  background: url("../img/icon_map.png") no-repeat left top / 100% 100%;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.remodal.art .txt_box {
  font-size: 20px;
  line-height: 1.7;
}

.remodal.art .txt_box p {
  margin-bottom: 70px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.remodal.art .txt_box .wrap {
  display: flex;
}

.remodal.art .txt_box figure {
  width: 230px;
  flex: 0 0 auto;
  margin-right: 85px;
}

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

.remodal.art .main_slide_wrap {
  position: relative;
}

.remodal.art .main_slide {
  margin-bottom: 95px;
}

.remodal.art .main_slide .slick-dots {
  bottom: -95px;
}

@media screen and (min-width: 961px) {
  .remodal.art .main_slide .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 14px;
  }
}

.remodal.art .main_slide_wrap .camera,
.remodal.art .head .camera {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
}

.remodal.art .inner {
  right: 15% !important;
}

.remodal.art .black {
  color: #000 !important;
}

@media screen and (max-width: 960px) {
  .remodal.art .remodal-close {
    width: 108px;
    height: 36px;
    border-width: 1px;
    font-size: 12px;
    top: 10px;
    left: 10px;
  }

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

  .remodal.art .remodal-close-icon,
  .remodal.art .remodal-close-icon:before,
  .remodal.art .remodal-close-icon:after {
    height: 1px;
  }

  .remodal.art .remodal-close-txt {
    margin-left: 5px;
  }

  .remodal.art .head {
    height: auto;
  }

  .remodal.art .head img {
    height: auto;
    max-width: 100%;
  }

  .remodal.art .modal {
    padding-bottom: 70px;
  }

  .remodal.art .wrapper {
    padding: 0 4%;
  }

  .remodal.art .name_box {
    border-bottom-width: 2px;
    padding: 40px 0 35px;
    margin-bottom: 30px;
  }

  .remodal.art .name_box .ttl {
    font-size: 16px;
  }

  .remodal.art .name_box .ttl .small {
    font-size: 12px;
  }

  .remodal.art .name_box .age {
    margin-top: 10px;
    font-size: 12px;
  }

  .remodal.art .name_box .name {
    margin-top: 25px;
    font-size: 14px;
  }

  .remodal.art .name_box .name .kana {
    margin-left: 10px;
    font-size: 10px;
  }

  .remodal.art .place {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .remodal.art .place .building {
    padding-left: 15px;
  }

  .remodal.art .place .building:before {
    width: 8px;
    height: 11px;
  }

  .remodal.art .txt_box {
    font-size: 14px;
  }

  .remodal.art .txt_box p {
    margin-bottom: 35px;
  }

  .remodal.art .txt_box .wrap {
    display: block;
    overflow: hidden;
  }

  .remodal.art .txt_box figure {
    float: left;
    width: 115px;
    margin: 0 20px 20px 0;
  }

  .remodal.art .main_slide {
    margin-bottom: 50px;
  }

  .remodal.art .main_slide .slick-list,
  .remodal.art .main_slide .slick-track,
  .remodal.art .main_slide .slick-slide,
  .remodal.art .main_slide .slick-slide .head {
    height: 100%;
  }

  .remodal.art .main_slide .slick-slide .head img {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .remodal.art .main_slide .slick-dots {
    bottom: -50px;
  }

  .remodal.art .main_slide_wrap .camera,
  .remodal.art .head .camera {
    font-size: 14px;
    right: 10px !important;
    bottom: 10px;
  }
}


/*off*/
/*#top_movie {
	display: none;
}*/