@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
/* =========================================================
RESET
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
}

.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover,
a:active {
  text-decoration: none;
  color: #535252;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #535252;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #535252;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #535252;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

/* =========================================================
  common
========================================================= */
/* =========================================================
  common
========================================================= */
.inner1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.inner1290 {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.c-ttl {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.c-ttl span {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  display: inline-block;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .c-ttl {
    font-size: 14px;
    line-height: 24px;
  }
  .c-ttl span {
    font-size: 30px;
    line-height: 35px;
    display: block;
  }
}

.sub-page .contswrap {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .sub-page .contswrap {
    margin-bottom: 60px;
  }
}

.breadcrumb {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-bottom: 70px;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 70px auto;
}

@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.breadcrumb li {
  margin-right: 15px;
  font-size: 14px;
  line-height: 22px;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li:last-child {
  padding: 0 15px 0 0;
}

.breadcrumb li a {
  text-decoration: underline;
  position: relative;
  display: block;
  padding: 0 15px 0 0;
  transition: 0.4s;
}

.breadcrumb li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  display: block;
  background: #ADADAD;
  transform: rotate(20deg);
}

.moreBtn a {
  cursor: pointer;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #87325F;
  color: #87325F;
  font-size: 18px;
  line-height: 30px;
  transition: 0.4s;
  padding: 30px 0;
}

.moreBtn a:hover {
  max-width: 560px;
  opacity: 1;
}

.moreBtn a span {
  display: inline-block;
}

.moreBtn a span b {
  font-family: sans-serif;
}

@media (max-width: 768px) {
  .moreBtn a {
    padding: 25px 0;
  }
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: -5px;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: '';
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 25px;
  font-weight: 500;
}

.select {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 24px;
  padding: 0 20px;
  font-family: 'Montserrat', sans-serif;
}

.select option {
  font-weight: 500;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadBar {
  0% {
    width: 0;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@keyframes loadBar {
  0% {
    width: 0;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@-webkit-keyframes loadBar02 {
  0% {
    width: 0;
  }
  1% {
    width: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@keyframes loadBar02 {
  0% {
    width: 0;
  }
  1% {
    width: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
  .tab-visible {
    display: none;
  }
}

@media (max-width: 1080px) {
  .tab-visible {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================================
  header
========================================================= */
.sub-page {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .sub-page {
    padding-top: 0;
  }
}

.sub-page header .sub-head {
  display: flex !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .sub-page header .sub-head {
    display: none !important;
  }
}

header {
  position: relative;
  z-index: 10000;
}

@media (max-width: 768px) {
  header {
    padding-top: 70px;
  }
}

header a:after {
  transition: 0.4s;
}

header .top-head {
  background: #fff;
  height: 100px;
  display: none;
  text-align: center;
  border-bottom: 2px solid #F5F3E9;
}

@media (max-width: 768px) {
  header .top-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center;
  }
}

header .top-head .clock {
  width: 320px;
  height: 100%;
}

@media (max-width: 768px) {
  header .top-head .clock {
    width: 70px;
  }
}

header .top-head .clock a {
  display: block;
  height: 100%;
  width: 100px;
  background: url("../images/common/ico_clock.png") no-repeat center top 20px;
  background-size: 31px;
  padding-top: 55px;
  font-size: 16px;
  line-height: 26px;
  border-right: 2px solid #F5F3E9;
  font-weight: 500;
}

@media (max-width: 768px) {
  header .top-head .clock a {
    width: 70px;
    background: url("../images/common/ico_clock.png") no-repeat center top 13px;
    background-size: 25px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 40px;
  }
}

header .top-head .logo {
  width: calc( 100% - 640px);
}

@media (max-width: 768px) {
  header .top-head .logo {
    width: calc( 100% - 150px);
  }
}

header .top-head .logo a {
  display: inline-block;
  max-width: 170px;
  width: 90%;
}

@media (max-width: 768px) {
  header .top-head .logo a {
    width: 112px;
  }
}

header .top-head .sns {
  width: 320px;
  text-align: right;
  height: 100%;
}

@media (max-width: 768px) {
  header .top-head .sns {
    display: none;
  }
}

header .top-head .sns a {
  width: 100px;
  height: 100%;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-left: 2px solid #F5F3E9;
}

header .top-head .sns a.a_fb {
  background: url("../images/common/ico_fb.png") no-repeat center;
  background-size: 38px;
}

header .top-head .sns a.a_insta {
  background: url("../images/common/ico_insta.png") no-repeat center;
  background-size: 38px;
}

header .top-head .sns a.a_line {
  background: url("../images/common/ico_line.png") no-repeat center;
  background-size: 38px;
}

@media (max-width: 768px) {
  header .top-head .navbtn {
    width: 70px;
    height: 100%;
    position: relative;
    border-left: 2px solid #F5F3E9;
  }
  header .top-head .navbtn span {
    background: #000;
    width: 30px;
    height: 2px;
    display: block;
    border-radius: 100px;
    transition: 0.4s;
  }
  header .top-head .navbtn span:first-child {
    position: absolute;
    top: -27px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  header .top-head .navbtn span:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  header .top-head .navbtn span:nth-child(3) {
    position: absolute;
    bottom: -27px;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  header .top-head .navbtn span:last-child {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    transform: rotate(-70deg);
    height: 4px;
  }
  header .top-head .navbtn.active span:last-child {
    opacity: 0;
  }
  header .top-head .navbtn.active span:first-child {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }
  header .top-head .navbtn.active span:nth-child(3) {
    top: 0;
    right: 6px;
    bottom: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  header .top-head .navbtn.active span:nth-child(2) {
    transform: rotate(-45deg);
  }
}

header .sub-head {
  background: #fff;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0 2%;
  border-bottom: 2px solid #F5F3E9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  header .sub-head {
    display: none !important;
  }
}

header .sub-head .logo {
  max-width: 170px;
  width: 15%;
}

@media (max-width: 1080px) {
  header .sub-head .logo {
    width: 11%;
  }
}

header .sub-head .logo a {
  display: block;
}

header .sub-head .nav-list ul {
  text-align: right;
}

header .sub-head .nav-list ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

header .sub-head .nav-list ul li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
}

header .sub-head .nav-list ul li a:hover {
  opacity: 1;
}

@media (max-width: 1080px) {
  header .sub-head .nav-list ul li a {
    font-size: 12px;
    padding: 10px;
  }
}

header .sub-head .nav-list ul li a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 1px;
  background: #87325F;
  transition: 0.4s;
}

header .sub-head .nav-list ul li a:hover::after {
  width: 100%;
}

/* =========================================================
  important
========================================================= */
.important {
  background: #FAE7E8;
  padding: 20px;
}

.important .inner1160 {
  text-align: center;
}

.important .inner1160 .important-ttl {
  width: 210px;
  text-align: left;
  font-size: 20px;
  line-height: 34px;
  color: #C7000E;
  background: url("../images/common/icon_important.png") no-repeat center left;
  background-size: 20px;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .important .inner1160 .important-ttl {
    display: block;
    margin: 0 auto 10px auto;
    font-size: 16px;
    line-height: 26px;
  }
}

.important .inner1160 .important-list {
  max-width: 800px;
  width: calc(100% - 220px);
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .important .inner1160 .important-list {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .important .inner1160 .important-list li {
    margin-bottom: 20px;
  }
}

.important .inner1160 .important-list li a {
  display: block;
  transition: 0.4s;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}

.important .inner1160 .important-list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media (max-width: 768px) {
  .important .inner1160 .important-list li a {
    font-size: 14px;
    line-height: 22px;
  }
}

.important .inner1160 .important-list li a::after {
  content: " ";
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #C7000E;
}

@media (max-width: 768px) {
  .important .inner1160 .important-list li a::after {
    top: 10px;
  }
}

/* =========================================================
  sp-nav
========================================================= */
.sp-nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc( 100% - 70px);
  background: #fff;
  display: none;
  padding: 35px 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 10000;
}

.sp-nav .sp-nav-list {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 30px;
}

.sp-nav .sp-nav-list li {
  margin-bottom: 20px;
}

.sp-nav .sp-nav-list li:last-child {
  margin-bottom: 0;
}

.sp-nav .sp-nav-list li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  padding-left: 35px;
  background: url("../images/common/ico_home.png") no-repeat center left;
  background-size: 20px;
}

.sp-nav .sp-nav-list li a.a_event {
  background: url("../images/common/ico_event.png") no-repeat center left;
  background-size: 18px;
}

.sp-nav .sp-nav-list li a.a_shop {
  background: url("../images/common/ico_shop.png") no-repeat center left;
  background-size: 20px;
}

.sp-nav .sp-nav-list li a.a_floor {
  background: url("../images/common/ico_floor.png") no-repeat center left;
  background-size: 19px;
}

.sp-nav .sp-nav-list li a.a_guide {
  background: url("../images/common/ico_guide.png") no-repeat center left;
  background-size: 19px;
}

.sp-nav .sp-nav-list li a.a_access {
  background: url("../images/common/ico_access.png") no-repeat center left;
  background-size: 20px;
}

.sp-nav .sns {
  border-top: 2px solid #F5F3E9;
  border-bottom: 2px solid #F5F3E9;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  background:none;
}

.sp-nav .sns a {
  width: 33%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sp-nav .sns a.a_fb {
  background: url("../images/common/ico_fb.png") no-repeat center;
  background-size: 38px;
  border: none;
}

.sp-nav .sns a.a_insta {
  background: url("../images/common/ico_insta.png") no-repeat center;
  background-size: 38px;
  border-left: 2px solid #F5F3E9;
  border-right: 2px solid #F5F3E9;
}

.sp-nav .sns a.a_line {
  background: url("../images/common/ico_line.png") no-repeat center;
  background-size: 38px;
}

.sp-nav .notice {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .sp-nav .notice {
    order: 1;
    font-size: 3vw;
    line-height: 24px;
  }
}

.sp-nav .notice a {
  display: inline-block;
  width: 31%;
  position: relative;
}

@media (max-width: 768px) {
  .sp-nav .notice a {
    width: 33%;
  }
}

.sp-nav .notice a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 65%;
  background: #ADADAD;
}

@media (max-width: 768px) {
  .sp-nav .notice a::after {
    right: 12%;
  }
}

.sp-nav .notice a:first-child {
  padding: 0;
  width: 100%;
}

.sp-nav .notice a:first-child::after {
  display: none;
}

.sp-nav .notice a:last-child {
  padding: 0;
  border: none;
}

.sp-nav .notice a:last-child::after {
  display: none;
}

/* =========================================================
  footer
========================================================= */
footer {
  background: #F5F3E9;
  padding: 40px 10px 0 10px;
}

footer a, footer img {
  transition: 0.4s;
}

@media (max-width: 768px) {
  footer {
    padding: 50px 20px 0 20px;
    position: relative;
  }
  footer .pagetop-sp {
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 70px;
    height: 71px;
  }
}

footer .clm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 768px) {
  footer .clm-list {
    align-items: inherit;
  }
}

footer .clm-list li {
  width: 30%;
}

@media (max-width: 768px) {
  footer .clm-list li {
    width: 100% !important;
    max-width: 100% !important;
  }
}

footer .clm-list li.logo {
  text-align: left;
  max-width: 340px;
  font-size: 16px;
  line-height: 28px;
}

footer .clm-list li.logo a {
  display: block;
  max-width: 180px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  footer .clm-list li.logo {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

footer .clm-list li.follow {
  max-width: 180px;
  width: 16%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  footer .clm-list li.follow {
    display: block;
  }
}

footer .clm-list li.follow a {
  width: 25%;
  max-width: 45px;
  display: block;
}

@media (max-width: 768px) {
  footer .clm-list li.follow a {
    display: inline-block;
    width: 27%;
    max-width: 70px;
    padding: 0 2%;
  }
}

footer .clm-list li.follow p {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 10px;
}

footer .clm-list li.follow p span {
  display: inline-block;
  padding: 3px 10px 3px 0;
  background: #F5F3E9;
  font-weight: bold;
}

footer .clm-list li.follow p::after {
  content: " ";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}

footer .clm-list li.notice {
  max-width: 380px;
  width: 51%;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  footer .clm-list li.notice {
    order: 1;
    font-size: 3.5vw;
    line-height: 24px;
  }
}

footer .clm-list li.notice a {
  display: inline-block;
  width: 31%;
  position: relative;
}

@media (max-width: 768px) {
  footer .clm-list li.notice a {
    width: 33%;
  }
}

footer .clm-list li.notice a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 65%;
  background: #ADADAD;
}

@media (max-width: 768px) {
  footer .clm-list li.notice a::after {
    right: 12%;
  }
}

footer .clm-list li.notice a:first-child {
  padding: 0;
  width: 100%;
}

footer .clm-list li.notice a:first-child::after {
  display: none;
}

footer .clm-list li.notice a:last-child {
  padding: 0;
  border: none;
}

footer .clm-list li.notice a:last-child::after {
  display: none;
}

footer .clm-list li.map {
  width: 100%;
  margin-top: 45px;
}

@media (max-width: 768px) {
  footer .clm-list li.map {
    margin: 20px 0;
  }
}

footer .clm-list li.map iframe {
  width: 100%;
  height: 300px;
  border: none;
}

footer .clm-list li.copyright {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  footer .clm-list li.copyright {
    order: 2;
    padding: 20px 0;
  }
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 67px;
}

@media (max-width: 768px) {
  #pagetop {
    display: none !important;
  }
}

/* =========================================================
  footer-slide
========================================================= */
.footer-slide {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .footer-slide {
    margin-bottom: 70px;
  }
}

.footer-slide .footer-slide-list {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .footer-slide .footer-slide-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
}

.footer-slide .footer-slide-list li {
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  max-width: 208px;
}

.footer-slide .footer-slide-list li a {
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.4s;
}

.footer-slide .footer-slide-list li .bnr-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
}

@media (max-width: 768px) {
  .footer-slide .footer-slide-list li {
    width: 48%;
    margin: 0 0 4% 0;
  }
}
