@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : place.css
 style info : 施設紹介
=================================================================== */
.info .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .info .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .info .container {
    width: 100% !important;
  }
}

.point .container,
.facilities .container,
.calendar .container,
.calendar .calendar-inner,
.othershop .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .point .container,
  .facilities .container,
  .calendar .container,
  .calendar .calendar-inner,
  .othershop .container {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .point .container,
  .facilities .container,
  .calendar .container,
  .calendar .calendar-inner,
  .othershop .container {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .info .container {
    width: 90%;
  }
}

/* -----------------------------------------------------------
	.box-main-img
----------------------------------------------------------- */
.box-main-img img {
  width: 100%;
}

/* -----------------------------------------------------------
	.info
----------------------------------------------------------- */
.info {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .info {
    margin-bottom: 80px;
  }
}
.info .box-gmap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .info .box-gmap {
    margin-bottom: 60px;
  }
}
.info .box-gmap #gmap {
  width: 90%;
  height: 220px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .info .box-gmap #gmap {
    width: 95%;
    height: 530px;
  }
}
.info .box-info {
  margin-bottom: 25px;
}
@media only screen and (min-width: 769px) {
  .info .box-info {
    margin-bottom: 50px;
  }
}
.info .box-info .link-list {
  text-align: left;
}
.info .box-info .link-list li {
  margin-bottom: 5px;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1rem;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .info .box-info .link-list li {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.info .box-info .link-list li span {
  font-size: 1.1rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .info .box-info .link-list li span {
    font-size: 2.2rem;
  }
}
.info .box-info .link-list li a {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  line-height: 1;
  color: #000;
  background: #dfdfdf;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .info .box-info .link-list li a {
    padding: 4px 2px;
  }
}
.info .box-info .link-list li a:hover {
  background: #ccc;
  text-decoration: none;
}
.info .box-info .link-list li a span {
  color: #000;
  padding-right: 2px;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .info .box-info .link-list li a span {
    font-size: 1.5rem;
  }
}
.info .box-info .tel {
  line-height: 1;
}
.info .box-info .tel a {
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .info .box-info .tel a {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .info .box-info .text-attention {
    margin-top: 5px;
  }
}
.info .box-info .text-attention a {
  color: #646464;
}
@media only screen and (min-width: 769px) {
  .info .box-info .btn {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.point
----------------------------------------------------------- */
.point {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #1b1b1b;
}
@media only screen and (min-width: 769px) {
  .point {
    margin-bottom: 70px;
    padding: 70px 0;
  }
}
.point .box-point:not(:last-of-type) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .point .box-point:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 769px) {
  .point .box-point {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.point .box-point .img {
  width: 50%;
}
.point .box-point .content {
  width: 50%;
  padding-left: 12px;
}
@media only screen and (min-width: 769px) {
  .point .box-point .content {
    padding-top: 40px;
    padding-left: 5%;
  }
}
.point .box-point .btn {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 769px) {
  .point .box-point .btn {
    margin-top: 30px;
    text-align: left;
  }
}
.point .box-point .ttl {
  margin-bottom: 10px;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .point .box-point .ttl {
    margin-bottom: 25px;
  }
}
.point .box-point .ttl img, .point .box-point .ttl span {
  display: inline-block;
  vertical-align: middle;
}
.point .box-point .ttl img {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .point .box-point .ttl img {
    width: 29px;
    height: 25px;
  }
}
.point .box-point .ttl span {
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .point .box-point .ttl span {
    font-size: 2.8rem;
  }
}
.point .box-point .txt {
  color: #fff;
  letter-spacing: normal;
}

/* -----------------------------------------------------------
	.facilities
----------------------------------------------------------- */
.facilities {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .facilities {
    margin-bottom: 150px;
  }
}
.facilities .text-attention {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .facilities .text-attention {
    margin-bottom: 50px;
  }
}
.facilities .text-attention span {
  padding: 3px 8px;
  line-height: 1;
  border-radius: 20px;
  background: #eee;
  color: #555;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .facilities .text-attention span {
    padding: 5px 25px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .facilities__floormap .box-floor {
    margin-bottom: 40px;
  }
}
.facilities__floormap .box-floor img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
	.calendar
----------------------------------------------------------- */
.calendar {
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .calendar {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 769px) {
  .calendar .ttl-line-bottom {
    line-height: 1.8;
  }
}
.calendar .ttl-line-bottom span {
  display: inline-block;
  padding: 3px 15px;
  line-height: 1;
  background: #6e6e6e;
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .calendar .ttl-line-bottom span {
    padding: 5px 30px;
    font-size: 1.8rem;
  }
}
.calendar .txt {
  text-align: center;
}
.calendar .calendar-inner {
  position: relative;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .calendar .calendar-inner {
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  .calendar .calendar-inner::-webkit-scrollbar {
    height: 5px;
  }
  .calendar .calendar-inner::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .calendar .calendar-inner::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner {
    margin-top: 50px;
  }
}
.calendar .calendar-inner .calendar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.calendar .calendar-inner .calendar-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
.calendar .calendar-inner .calendar-overlay-inner {
  position: absolute;
  top: 30px;
  left: 5%;
  width: 90%;
  padding: 30px 2.35% 20px;
  background: #000;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-overlay-inner {
    top: 160px;
    left: 18.5%;
    width: 63%;
  }
}
.calendar .calendar-inner .calendar-overlay-inner .txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .calendar .calendar-inner .calendar-overlay-inner .txt {
    font-size: 1.1rem;
  }
}
.calendar .calendar-inner .calendar-overlay-inner li {
  width: 48%;
  margin: 0 1% 10px;
}
.calendar .calendar-inner .calendar-overlay-inner li .btn.orange {
  margin-top: 0;
  padding: 0;
  text-align: center;
}
.calendar .calendar-inner .calendar-overlay-inner li .btn.orange a {
  max-width: 100%;
}
.calendar .calendar-inner .calendar-overlay.hide {
  display: none;
  animation: fadeOut 1s ease 0s 1 normal;
  -webkit-animation: fadeOut 1s ease 0s 1 normal;
}
.calendar .calendar-inner .calendar-tab {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
.calendar .calendar-inner .calendar-tab li {
  width: 23.5%;
  border: 1px solid #cdcbcb;
  border-bottom: none;
}
.calendar .calendar-inner .calendar-tab li a {
  display: block;
  padding: 8px;
  text-align: center;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.calendar .calendar-inner .calendar-tab li a:hover, .calendar .calendar-inner .calendar-tab li a.active {
  background: #1b1b1b;
  text-decoration: none;
}
.calendar .calendar-inner .calendar-nav {
  padding: 15px 5%;
  background: #1b1b1b;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px 5%;
    border-right: 3px solid #000;
    border-left: 3px solid #000;
  }
}
.calendar .calendar-inner .calendar-nav .txt {
  font-size: 1.8rem;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav .txt {
    margin: 0 6%;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
.calendar .calendar-inner .calendar-nav .txt span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav .txt span {
    font-size: 2.2rem;
  }
}
.calendar .calendar-inner .calendar-nav .btn a {
  display: none;
  line-height: 1;
  padding: 7px 5px 9px;
  border: 1px solid #f4f4f4;
  color: #fff;
  font-size: 1.1rem;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav .btn a {
    padding: 8px 10px 11px;
    font-size: 1.5rem;
  }
}
.calendar .calendar-inner .calendar-nav .btn a:before {
  content: "\e901";
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
  font-family: 'sixpad';
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav .btn a:before {
    margin-top: -0.6em;
  }
}
.calendar .calendar-inner .calendar-nav .btn a#calendar-prev {
  padding-left: 20px;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav .btn a#calendar-prev {
    padding-left: 25px;
  }
}
.calendar .calendar-inner .calendar-nav .btn a#calendar-prev:before {
  left: 7px;
  transform: scale(-1, 1);
}
.calendar .calendar-inner .calendar-nav .btn a#calendar-next {
  padding-right: 20px;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav .btn a#calendar-next {
    padding-right: 25px;
  }
}
.calendar .calendar-inner .calendar-nav .btn a#calendar-next:before {
  right: 7px;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner .calendar-nav .btn a:hover {
    border-color: #ccc;
  }
  .calendar .calendar-inner .calendar-nav .btn a:hover#calendar-prev:before {
    left: 5px;
  }
  .calendar .calendar-inner .calendar-nav .btn a:hover#calendar-next:before {
    right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .calendar .calendar-inner #experience_calendar {
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  .calendar .calendar-inner #experience_calendar::-webkit-scrollbar {
    height: 5px;
  }
  .calendar .calendar-inner #experience_calendar::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .calendar .calendar-inner #experience_calendar::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.calendar .calendar-inner #experience_calendar table {
  width: 100%;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table {
    border-top-width: 4px;
    border-left-width: 4px;
  }
}
.calendar .calendar-inner #experience_calendar table th, .calendar .calendar-inner #experience_calendar table td {
  padding: 5px 1px;
  line-height: 1.2;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table th, .calendar .calendar-inner #experience_calendar table td {
    padding: 10px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    font-size: 1.4rem;
  }
}
.calendar .calendar-inner #experience_calendar table th.head {
  background: #7a7a7a;
  color: #fff;
}
.calendar .calendar-inner #experience_calendar table th.date {
  background: #50504f;
  color: #fff;
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table th.date {
    font-size: 1.5rem;
  }
}
.calendar .calendar-inner #experience_calendar table th.date span {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table th.date span {
    font-size: 1.1rem;
  }
}
.calendar .calendar-inner #experience_calendar table th.sat {
  background: #4b4d6e;
}
.calendar .calendar-inner #experience_calendar table th.sun {
  background: #844747;
}
.calendar .calendar-inner #experience_calendar table th.time {
  background: #d1d0d0;
  color: #000;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table th.time {
    width: 10%;
  }
}
.calendar .calendar-inner #experience_calendar table td {
  height: 45px;
  background: #ececec;
  color: #000;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table td {
    height: 55px;
  }
}
.calendar .calendar-inner #experience_calendar table td .ico {
  width: 14px;
  height: 14px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table td .ico {
    width: 22px;
    height: 22px;
  }
}
.calendar .calendar-inner #experience_calendar table td.available .ico {
  color: #a93c3d;
}
.calendar .calendar-inner #experience_calendar table td.available.last .ico {
  color: #23397b;
}
.calendar .calendar-inner #experience_calendar table td.unavailable {
  background: #000;
  color: #ababab;
}
.calendar .calendar-inner #experience_calendar table td span {
  display: block;
  margin-top: 3px;
}
@media only screen and (min-width: 769px) {
  .calendar .calendar-inner #experience_calendar table td span {
    margin-top: 1px;
    font-size: 1.1rem;
  }
}
.calendar .btn.orange {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .calendar .btn.orange {
    margin-top: 50px;
  }
}

/* -----------------------------------------------------------
	.othershop
----------------------------------------------------------- */
.othershop {
  padding-bottom: 60px;
  background: #1b1b1b;
}
@media only screen and (max-width: 768px) {
  .othershop {
    padding-bottom: 30px;
  }
}
.othershop .container > .ttl {
  position: relative;
  margin-bottom: 15px;
  padding-top: 35px;
  font-size: 1.9rem;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .othershop .container > .ttl {
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 3.4rem;
  }
}
.othershop .container > .ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #b58727;
}
@media only screen and (min-width: 769px) {
  .othershop .container > .ttl:before {
    height: 55px;
  }
}
.othershop .container ul li {
  display: table;
  width: 100%;
  max-width: 525px;
  padding: 12px;
  background: #000;
  text-align: center;
  margin: 0 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .othershop .container ul li {
    display: block;
    margin: 0 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  }
}
.othershop .container ul li .img, .othershop .container ul li .content {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .othershop .container ul li .img, .othershop .container ul li .content {
    display: block;
  }
}
.othershop .container ul li .img {
  width: 54%;
}
@media only screen and (max-width: 768px) {
  .othershop .container ul li .img {
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}
.othershop .container ul li .content {
  width: 100%;
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .othershop .container ul li .content {
    padding-left: 0;
  }
}
.othershop .container ul li .content .ttl {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.7rem;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .othershop .container ul li .content .ttl {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
.othershop .container ul li .content .ttl span {
  display: block;
  line-height: 1.3;
  font-size: 1.2rem;
  font-family: "Martel Sans", sans-serif;
}
@media only screen and (min-width: 769px) {
  .othershop .container ul li .content .ttl span {
    font-size: 2rem;
  }
}
.othershop .container ul li .content .btn {
  padding: 0;
}
.othershop .container ul li .content .btn a {
  padding: 0.5em 4rem 0.8rem 1rem;
}
@media only screen and (min-width: 769px) {
  .othershop .container ul li .content .btn a {
    padding: 0.2em 4rem 0.5rem 1rem;
  }
}

/* -----------------------------------------------------------
	.banner
----------------------------------------------------------- */
.banner {
  margin: 50px auto 100px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .banner {
    margin: 110px auto 160px;
  }
}

.modal-content__img {
  display: none;
  max-height: 80vh;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal-content__img {
    margin-top: 25px;
    padding: 0 10%;
  }
}
.modal-content__img .text {
  margin-top: 10px;
  text-align: center;
}

.modal__video .btn-close {
  right: 0 !important;
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
