@charset "utf-8";

/* ============================================================================
 
  Studio Area Styles - Add 202508

============================================================================ */
html { overflow-y: scroll; }
body { overflow: hidden; }

/* Anchor Navi
---------------------------------------------------------------------------- */
.area-anchor {
  position: relative;
  z-index: 1;
}
.area-anchor.up { margin: 4rem 0 -27px; }
.area-anchor.down { margin: -27px 0 0; }
.area-anchor nav ul {
  max-width: 520px;
	display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 15px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
}
.area-anchor nav ul li {
  line-height: 54px;
	text-align: center;
  letter-spacing: .05em;
  color: #424242;
  transition: all .3s;
  cursor: pointer;
}
.area-anchor nav ul.two-studios li { width: 50%; }
.area-anchor nav ul.three-studios li { width: 33.333333%; }
.area-anchor nav ul li:first-of-type {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.area-anchor nav ul li:last-of-type {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.area-anchor nav ul li span {
  width: 100%;
  display: inline-block;
}
.area-anchor nav ul li:hover, .area-anchor nav ul li.is-active {
  font-weight: 600;
  color: #ba68c8;
  background-color: #fbe1ff;
}
.area-anchor nav ul.two-studios li:first-of-type span {
  line-height: calc(54px / 3.333333);
  border-right: solid 1px #e4e4e4;
}
.area-anchor nav ul.two-studios li:last-of-type span {
  line-height: calc(54px / 3.333333);
  border-left: solid 1px #e4e4e4;
}
.area-anchor nav ul.three-studios li:nth-of-type(2) span {
  line-height: calc(54px / 3.333333);
  border-left: solid 1px #e4e4e4;
  border-right: solid 1px #e4e4e4;
}

@media screen and (max-width:960px) {
  .area-anchor.up { margin: 4rem 0 -20px; }
  .area-anchor.down { margin: -20px 0 0; }
  .area-anchor nav ul {
    max-width: 50%;
    border-radius: 10px;
  }
  .area-anchor nav ul li { line-height: 40px; }
  .area-anchor nav ul li:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .area-anchor nav ul li:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .area-anchor nav ul li:nth-of-type(2) span { line-height: calc(40px / 3.333333); }
}

@media screen and (max-width:750px) {
  .area-anchor.up { margin: 4rem 0 -25px; }
  .area-anchor.down { margin: -25px 0 0; }
  .area-anchor nav ul { max-width: 80%; }
  .area-anchor nav ul li { line-height: 50px; }
  .area-anchor nav ul li:nth-of-type(2) span { line-height: calc(50px / 3.333333); }
}

@media screen and (max-width:480px) {
  .area-anchor.up { margin: 4rem 0 -20px; }
  .area-anchor.down { margin: -20px 0 0; }
  .area-anchor nav ul { max-width: 90%; }
  .area-anchor nav ul li { line-height: 40px; }
  .area-anchor nav ul li:nth-of-type(2) span { line-height: calc(40px / 3.333333); }
  .area-anchor nav ul li.txt20 { font-size: calc(16 / 480 * 100vw) !important; }
}

/* "style.css" Overwrite
---------------------------------------------------------------------------- */
.cont article {
	width: 100%;
	max-width: initial;
}
.area_archive article div.area_detail {
  border-top: solid 1px #d7d7d7;
  margin-bottom: 0;
}
.area_archive article div.area_detail ul:not(.slider) {
  width: 90%;
	max-width: 1160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
	padding: 4rem 0 2rem;
}
.area_archive article div.area_detail .area_slider ul {
  max-width: initial;
  margin: 0 auto;
  padding: 0 0 2rem;
}
.area_archive article div.area_detail li {
	display: inline;
	vertical-align: initial;
	width: initial;
}
.area_archive article div.area_detail li:first-child {
  width: calc(650 / 1160 * 100%);
  padding: 0;
}
.area_archive article div.area_detail li:last-child {
  width: calc(470 / 1160 * 100%);
  padding: 0;
}
.area_archive article div.area_detail li:first-child img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.area_archive article div.area_price {
  width: 90%;
	max-width: 800px;
  margin: 4rem auto 8rem;
}
.area_archive article div.area_price table th {
  font-weight: normal;
  line-height: 1.75;
}
.area_archive article div.area_price table td {
  text-align: left;
  line-height: 1.75;
}
.area_archive article div.area_price table th:nth-of-type(1) { width: 60%; }
.area_archive article div.area_price table th:nth-of-type(2) { width: 40%; }
.area_archive article div.area_price table td:nth-of-type(1) { width: 60%; }
.area_archive article div.area_price table td:nth-of-type(2) { width: 40%; }
.area_archive article div.area_shared {
  width: 90%;
  max-width: 1160px;
  margin: 4rem auto;
}
.area_archive article div.area_access {
  width: 90%;
  max-width: 1160px;
  margin: auto;
}

@media screen and (max-width:750px) {
  .area_archive article div.area_detail ul:not(.slider) {
    width: 90%;
    max-width: 1160px;
    flex-direction: column;
  }
  .area_archive article div.area_detail li:first-child {
    width: 100%;
    margin: 0 0 4rem;
  }
  .area_archive article div.area_detail li:last-child { width: 100%; }
  .area_archive article div.area_price table {
    width: 100%;
    min-width: initial;
  }
}

@media screen and (max-width:640px) {
  .area_archive article div.area_price { margin: 4rem auto; }
  .area_archive article div.area_price table td:nth-of-type(2) { text-align: center; }
}

/* "bx-slider" Overwrite
---------------------------------------------------------------------------- */
.bx-wrapper .bx-controls-direction a {
  top: 32.5%;
  margin-top: 0;
}
.bx-wrapper img { height: auto; }

.bx-pager a { width: calc(100% / 4); }

/* "Swiper" Config
---------------------------------------------------------------------------- */
.thumb-slider .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 4);
}
.thumb-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* "Slick" Config
---------------------------------------------------------------------------- */
.main-slider .slick-slide a { position: relative; }
.main-slider .slick-slide a i {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  width: 29px;
  height: 29px;
  display: inline-block;
}
.thumb-slider .slick-list { position: relative; }
.thumb-slider .slick-list::before,
.thumb-slider .slick-list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 15%;
  height: 100%;
}
.thumb-slider .slick-list::before {
  left: 0;
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}
.thumb-slider .slick-list::after {
  right: 0;
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
}
.thumb-slider .slick-slide {
  position: relative;
  margin: 0 3px;
  opacity: 1;
}
.thumb-slider .slick-slide.slick-current {
  opacity: 1;
}
.thumb-slider .slick-slide img {
  outline-style: solid;
  outline-width: 3px;
  outline-offset: -3px;
  outline-color: transparent;
}
.thumb-slider .slick-slide.slick-current img {
  outline-style: solid;
  outline-width: 3px;
  outline-offset: -3px;
  outline-color: #ba68c8;
}

.shared-slider {
  max-width: 800px;
  display: block;
  margin: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
  top: initial;
  width: 58px;
  height: 11px;
  display: inline-block;
}
.slick-prev { left: 0; }
.slick-next { right: 0; }
.thumb-slider .slick-prev,
.thumb-slider .slick-next { bottom: -50px; }
.shared-slider .slick-prev,
.shared-slider .slick-next { bottom: 0; }
.slick-prev::before, .slick-next::before {
  content: "";
  font-size: 0;
  text-indent: -9999px;
  opacity: 1;
}
.slick-prev::before {
  content: "";
  width: 58px;
  height: 11px;
  display: inline-block;
  background: url(/img/cont/prev.png) no-repeat 50% 50%;
  background-size: cover;
}
.slick-next::before {
  content: "";
  width: 58px;
  height: 11px;
  display: inline-block;
  background: url(/img/cont/next.png) no-repeat 50% 50%;
  background-size: cover;
}

/* Slider Caption
---------------------------------------------------------------------------- */
.area-slider-caption {
  text-align: center;
  padding: 1.5em 5% 0;
}

/* Studio Heading
---------------------------------------------------------------------------- */
.studio-heading {
  position: relative;
  padding: 6rem 0 2rem;
  background-color: #f8f8f8;
}
.studio-heading h4 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.reserve-btn {
  max-width: 480px;
  margin: auto;
}
.reserve-btn a {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 1.5rem 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	overflow: hidden;
	color: #fff;
	border-radius: 0;
	background: #ba68c8;
}
.reserve-btn a span { position: relative; }
.reserve-btn a:before {
	position: absolute;
	top: 0;
	left: 3%;
	width: 300%;
	height: 500%;
	content: "";
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-65%) translateY(-45%) rotate(45deg);
	transform: translateX(-65%) translateY(-45%) rotate(45deg);
	background: #000;
}
.reserve-btn a:hover:before {
	-webkit-transform: translateX(-25%) translateY(0) rotate(1deg);
	transform: translateX(-25%) translateY(0) rotate(1deg);
}

@media screen and (max-width:750px) {
  .studio-heading p.sp {
    width: calc(100% * .9 * .88);
    margin: auto;
  }
}

@media screen and (max-width:480px) {
  .studio-heading { padding: 4rem 0 2rem; }
}

/* Studio
---------------------------------------------------------------------------- */
.area_content {
  visibility: hidden;
  height: 0;
}
.area_content.is-show {
  visibility: visible;
  height: auto;
  animation: showing 1.0s ease-in-out forwards;
}
/*
#tobunerima_2, #tobunerima_3 { display: none; }
#fuchu_2, #fuchu_3 { display: none; }
#aobadai_2, #aobadai_3 { display: none; }
#takatsu_2, #takatsu_3 { display: none; }
#kawasaki_2 { display: none; }
#oookayama_2 { display: none; }
#musashisakai_2, #musashisakai_3 { display: none; }
*/

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