@charset "UTF-8";
/* ==========================================================
  studios.css
  display: PC and Tab
========================================================== */

/* ----------------------------------------------------------------------------------------------------------
 #studios common
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#studios {
	color: #000000;
}
.studios_h1 {
	font-size: 230%;
	font-weight: 1000;
	padding: 10px;
}
.studios_h2 {
	width: 100%;
	font-weight: 900;
	font-size: 300%;
	text-align: center;
	line-height: 1.2;
	padding-top:15px;
}
.whatgym {
	height: 270px;
}

.studios_studiobtn {
	text-decoration: none;
    font-size: 130%;
    font-weight: 900;
    padding: 7px;
    border: 1px solid #f15a24;
    border-radius: 5px;
    color: #ffffff;
    background-color: #f15a24;
    text-align: center;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#studios {
	color: #000000;
}
.sp {
    display: none !important;
}
.whatgym {
	height: 270px;
	padding-top: 20px;
}
}/* PC End */

/* ----------------------------------------------------------------------------------------------------------
 #studios 各店舗部分
---------------------------------------------------------------------------------------------------------- */
.shop {
	margin-bottom: 100px;
	margin: 0 auto 40px;
}
.shop_under{
	border-bottom: 3px solid #f15a24;
}
.gender {
	width: auto;
	height: 20px;
	font-weight: 900;
	padding: 3px;
	margin-top: 27px;
	border: 1px solid #000000;
	border-radius: 5px;
	float: right;
}
.chara {
	width: 50px;
	height: 57px;
	object-fit: scale-down;
	float: left;
}
.icon {
	width: 15px;
	height: 15px;
	object-fit: scale-down;
	margin: 0 5px 0 0;
	float:left;
}

.reserve_part {
	height:50px;
}
.reservebtn {
	text-decoration: none;
	width: 100px;
	height: auto;
	font-size: 110%;
	font-weight: 200;
	padding: 5px;
	border: 1px solid #f15a24;
	border-radius: 5px;
	color: #ffffff;
	background-color: #f15a24;
	text-align: center;
	float: left;
}
.mapbtn{
	text-decoration: none;
	width: 125px;
	height: auto;
	font-size: 110%;
	font-weight: 200;
	padding: 5px;
	border: 1px solid #d3ae89;
	border-radius: 5px;
	color: #ffffff;
	background-color: #d3ae89;
	text-align: center;
	float: left;
	margin-left: 10px;
}
#studios #studios_link p{
	width:60px;
	margin:10px 0px;
}

#studios #studios_link ul{
	display:flex;
	flex-wrap:wrap;
}
#studios #studios_link li{
	list-style: none;
	width:62px;
	margin:0 0 10px 0;
}

#studios #studios_link td{
	padding: 0 0 0 8px;
	width: 60px;
}

/* ----------------------------------------------------------------------------------------------------------
 #アコーディオン部分仮入れ
---------------------------------------------------------------------------------------------------------- */
.accordion-studios summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
	color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.accordion-studios summary::-webkit-details-marker {
    display: none;
}

.accordion-studios summary::before,
.accordion-studios summary::after {
	position: absolute;
	right: 2em;
    width: 1px;
    height: .9em;
    border-radius: 5px;
    background-color: #000000;
    content: '';
}

.accordion-studios summary::before {
    rotate: 90deg;
}

.accordion-studios summary::after {
	transition: rotate .3s;
}

.accordion-studios[open] summary::after {
    rotate: 90deg;
}

.accordion-studios p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    transition: transform 1s, opacity 1s;
}

.accordion-studios[open] p {
    transform: none;
	opacity:1;
}

/* ----------------------------------------------------------------------------------------------------------
 #studios #kv
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#studios #kv {
}
#studios #mainArea {
	position: relative;
	width: 100%;
	margin: 0 auto 13.33333vw;
}
#studios .h2Bg {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#studios #setsubi{
	margin: 15px 0px;
}
#studios #setsubi div{
	display:table;
    padding: 20px;
}
#studios #setsubi dt{
	float: left;
	margin-right: 20px;
	margin-bottom: 35vw;
	height:14vw;
}
#studios #setsubi dl{
	float: left;
	margin-right: 20px;
	flex-wrap: wrap;
    width: 360px;
}
#studios #setsubi dd{
	float: left;
	margin: 0 2px 0 6px;
	margin-bottom: 10px;
}
#studios #setsubi dt img,
#studios #setsubi dd img{
	height: 100%;
	width: 65px;
	max-width: 35vw !important;
}
@media print, screen and (max-width: 484px){
#studios #setsubi dt{
	float: left;
	margin-right: 20px;
	margin-bottom: 50vw;
	height:14vw;
}
}
/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#studios #kv {
	height: 600px;
}
#studios #mainArea {
	/* position: relative; */
	/* width: 1100px; */
	/* height: 500px; */
	height: 100%;
	/* margin: 0 auto 120px; */
} 
#studios .h2Bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#studios #setsubi{
	margin: 30px 0px;
}
#studios #setsubi div{
	display:table
}
#studios #setsubi dl{
	/* display: table; */
    flex-wrap: wrap;
    width: 600px;
}
#studios #setsubi dt,
#studios #setsubi dd{
	float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    height:100%;
}
}/* PC End */


/* ----------------------------------------------------------------------------------------------------------
 #studios lower common
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#studios .studiosBox {
	width: 86vw;
	margin: 0 auto 12vw;
}
#studios .studiosBox .studiosTitle {
	width: 100%;
	height: 8vw;
	background: #ff6b00;
	margin: 0 auto 4vw;
	font-size: 4vw;
	padding: 0 2vw;
	box-sizing: border-box;
	color: #fff;
	line-height: 8vw;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#studios .studiosBox {
	width: 860px;
	margin: 0 auto 80px;
}
#studios .studiosBox p{
	font-size: 15px;
}
#studios .studiosBox:after {
	content: "";
	display: block;
	clear: both;
}
#studios .studiosBox .studiosTitle {
	width: 860px;
	height: 50px;
	background: #ff6b00;
	margin: 0 auto 30px;
	font-size: 25px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	line-height: 50px;
}
#studios .studiosBox a:hover {
	opacity: 0.7;
}
}/* PC End */

/* ギャラリー Start */
.p-gallery {
    overflow: hidden;
}

.p-gallery__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 4.8717948718vw
}

@media screen and (min-width: 600px) {
    .p-gallery__title {
        font-size:29.2307692308px
    }
}

.p-gallery__title::before,.p-gallery__title::after {
    width: 0.77em;
    height: 3.16em;
    margin: 0 0.5em;
    background: url(../img/gallery_slash.svg) no-repeat center/contain;
    content: ''
}

.p-gallery__title::before {
    transform: scale(-1, 1)
}

.p-gallery__slider {
    position: relative;
    padding: 0 8.9743589744%
}

.p-gallery__img figcaption {
    margin-top: 0.8em;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 3.8461538462vw
}

@media screen and (min-width: 600px) {
    .p-gallery__img figcaption {
        font-size:23.0769230769px
    }
}
/* ギャラリー End */