@charset "UTF-8";
/* CSS Document */
.graybg {
  background: #e6e6e6;
  box-sizing: border-box; }

.studioList-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
.studioList-title {
  background: #e9546b;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px; }
.studioList-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  gap: 0 10px;
  padding: 15px; }
  .studioList-btn-col {
    width: calc((100% - 20px) / 2);
    padding: 10px;
    background: #e9546b;
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .studioList-btn-col {
        width: calc((100% - 40px) / 5); } }
  .studioList-btn-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .studioList-btn-text {
    color: #fff;
    padding: 5px;
    display: inline; }
  .studioList-btn-count {
    padding: 5px 10px;
    background: #fff;
    border-radius: 50px;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0; }
.studioList-place {
  width: 100%;
  background: #e9546b;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold; }
.studioListPlace-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 20px; }
.studioListPlace-col {
  width: 100%;
  background: #fff;
  margin: 0 10px;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .studioListPlace-col {
      width: calc((100% - 100px) / 3); } }
  .studioListPlace-col-area {
    padding: 15px; }
  .studioListPlace-col .lpbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: ease .3s;
    margin-bottom: 15px; }
  .studioListPlace-col .taikenbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9546b;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: ease .3s; }
  .studioListPlace-col .lpbtn:hover, .studioListPlace-col .taikenbtn:hover {
    background-color: #fcee21;
    color: #E9546B !important; }
.studioListPlace-img {
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }
.studioListPlace-title {
  text-align: center;
  padding: 15px;
  position: relative;
  background: #fff;
  cursor: pointer; }
  .studioListPlace-title:after {
    content: '＋';
    font-size: 15px;
    color: #333;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%); }
  .studioListPlace-title.active:after {
    content: '－'; }

.studioDetail {
  display: none; }

.studioDetailsText {
  line-height: 1.2 !important; }
