@charset "utf-8";
.acMenu dt {
  display: block;
  cursor: pointer;
}
.acMenu dd {
  display: none;
}

/* studio
---------------------------*/
/*#studio dl dd{display: none;}*/
.bg-gray {
  background-color: #d8d8d8;
  padding: 0 10px;
}
#studio .inner h2 {
  text-align: center;
  padding: 30px;
}
#studio h3 {
  font-size: 160%;
}
#studio .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 60px;
}
#studio dl {
  margin-bottom: 10px;
}
#studio dl dd {
  text-align: left;
}
#studio dl dt {
  font-size: 28px;
  font-weight: 300;
  background-color: #404040;
  color: #fff;
  position: relative;
  padding: 18px 0 18px 32px;
  cursor: pointer;
  text-align: left;
}
#studio .item {
  background-color: #e9e9eb;
  padding: 35px;
  text-align: left;
}

#studio .item a {
  color: -webkit-link;
  text-decoration: underline;
}

#studio dl dd .mt {
  margin-top: 24px;
}
#studio .item h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
#studio dl dd .item p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.63;
}
#studio dl dd .item p.links {
  padding: 1.2em 0;
}
#studio dl dd .item p.links a {
  color: #0074d9;
  text-decoration: underline;
}
#studio dl dd .item .box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#studio .inner .field dl dd .item .box .about {
  width: 408px;
  padding-right: 12px;
}
#studio .inner .field dl dd .item p.f-small {
  font-size: 20px;
  margin-bottom: 20px;
}
#studio .inner .field dl dd .item .box .maps,
#studio .inner .field dl dd .item .box .maps iframe {
  width: 406px;
  height: 273px;
}
#studio .inner .field dl dd h4.campaign {
  text-align: center;
  padding: 60px 0;
}
#studio .inner .field dl dd .item p.about {
  font-size: 28px;
  line-height: 1.6;
}
#studio .inner .field dl dd .item p.about span {
  color: #d2135a;
  font-size: 50px;
  font-weight: 700;
}
#studio .inner .field dl dd .item h5.tit {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #d2135a;
}
#studio .inner .field dl dd .item ul {
  margin: 38px auto 0;
}
#studio .inner .field dl dd .item ul li {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.73;
}
#studio .inner .field dl dd .shop-reserve {
  padding: 50px 0 40px;
}
#studio .inner .field dl dd .shop-reserve .btn-reserve {
  margin-bottom: 0;
}

_:-ms-lang(x)::-ms-backdrop,
#studio .inner .field .shop-tabs dl dt {
  padding: 26px 0 14px;
}
_:-ms-lang(x)::-ms-backdrop,
#studio .inner .field .shop-tabs dl dd ul li a {
  padding: 14px 21px 2px;
}
_:-ms-lang(x)::-ms-backdrop,
#studio .inner .field dl dt {
  padding: 26px 0 10px 32px;
}

#studio .price-table {
  text-align: center;
  padding: 10px 0 0;
}

#studio .reserve-text {
  text-align: center;
}
#studio .reserve-field {
  padding-top: 5.66vw;
  padding-bottom: 5.66vw;
}
#studio .reserve-field p:nth-of-type(1) span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
#studio .reserve-field .btn-reserve a {
  display: block;
  font-size: 26px;
  color: #fff;
  padding: 24px 0;
  background-color: #D39998;
  border-radius: 60px;
  text-decoration: none;
  text-align: center;
}
#studio .reserve-field p:nth-of-type(1) span::before,
#studio .reserve-field p:nth-of-type(1) span::after {
  content: "";
  position: absolute;
  top: 42%;
  width: 28px;
  height: 28px;
  border-top: 2px solid #404040;
}
#studio .reserve-field p:nth-of-type(1) span::before {
  left: -1.7em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#studio .reserve-field p:nth-of-type(1) span::after {
  right: -1.3em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#studio .reserve-field .btn-reserve {
  width: 560px;
  margin: 0 auto 10px;
}
#studio .reserve-field .tel {
  text-align: center;
  padding: 20px 0 10px;
}

.shop-address {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #studio .item {
    padding: 35px 20px;
  }
  #studio .item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #studio .inner h2 {
    padding: 30px 0 10px 0;
  }
  #studio dl dd .item {
    padding: 35px 15px;
    letter-spacing: normal;
  }
  #studio h2 {
    width: 70%;
  }
  #studio .inner .field dl dd h4.campaign {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 20px 0;
  }
  #studio .inner .field dl dd .item p.about {
    font-size: 30px;
    font-size: 3.99vw;
    line-height: 1.73;
  }
  #studio .inner .field dl dd .item h5.tit,
  #studio .inner .field dl dd .item p.about span {
    font-size: 50px;
    font-size: 5.99vw;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 12px;
    margin-bottom: 1.46vw;
  }
  #studio .inner .field dl dd .item ul {
    margin: 38px auto 0;
    margin: 5.06vw auto 0;
  }
  #studio .inner .field dl dd .item ul li {
    font-size: 23px;
    font-size: 3.06vw;
    font-weight: 300;
    line-height: 1.73;
  }
  #studio .inner .field dl dd .shop-reserve {
    padding: 40px 0;
    padding: 5.33vw 0 0;
  }
  #studio .inner .field dl dd .shop-reserve .btn-reserve {
    margin-bottom: 0;
  }

  #studio .inner .reserve-field {
    padding-top: 14.66vw;
    padding-bottom: 110px;
    padding-bottom: 14.66vw;
  }
  #studio .reserve-field .btn-reserve {
    width: 94.1%;
    margin: 0 auto 25px;
    margin: 0 auto 3.33vw;
  }
  #studio .reserve-field .btn-reserve a {
    display: block;
    font-size: 40px;
    font-size: 5.33vw;
    color: #fff;
    padding: 36px 0;
    padding: 4.29vw 0;
  }
  #studio .reserve-field p:nth-of-type(1) span {
    font-size: 28px;
    font-size: 3.73vw;
    font-weight: 500;
    position: relative;
  }
  #studio .reserve-field p:nth-of-type(1) span::before,
  #studio .reserve-field p:nth-of-type(1) span::after {
    content: "";
    position: absolute;
    top: 42%;
    width: 28px;
    width: 3.73vw;
    height: 28px;
    height: 3.73vw;
    border-top: 0.26vw solid #404040;
  }
  #studio .reserve-field p:nth-of-type(1) span::before {
    left: -1.3em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #studio .reserve-field p:nth-of-type(1) span::after {
    right: -1.3em;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #studio .reserve-field .tel {
    width: 80%;
    margin: 0 auto;
  }
  #studio .inner .field dl dt {
    font-size: 26px;
    font-size: 4.46vw;
    font-weight: 300;
    position: relative;
    padding: 18px 0 18px 32px;
    padding: 2.39vw 0 2.39vw 4.26vw;
  }
  #studio .inner .field dl dt::after {
    content: "";
    position: absolute;
    right: 26px;
    right: 3.46vw;
    top: 30%;
    width: 21px;
    width: 2.79vw;
    height: 21px;
    height: 2.79vw;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #studio .inner .field dl dt.active::after {
    top: 44%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
}

/* //////////////////////////// */
/* デザイン変更追加スタイル */

.accordion-title {
  font-size: 30px;
  font-weight: bold;
}

/* アコーディオンのスタイル */
.accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
/* 都道府県のcontainer */
.accordion-container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  background-color: #fff;
  padding-bottom: 20px;
}

.accordion-content {
  padding-bottom: 12px;
}

/* 都道府県のタイトル */
.accordion-header {
  text-align: left;
  border-bottom: #5f565a solid 1px;
  padding: 10px 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 15px !important;
  font-weight: normal;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease; /* 開閉時のスムーズな動き */
}

/* 都道府県のタイトルの矢印ブロック */
.accordion-header::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #5f565a;
  border-right: solid 2px #5f565a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 10px;
  transition: all 0.3s ease; /* 開閉時のスムーズな動き */
}

/* アコーディオンopen時の矢印ブロック */
.accordion-header.active::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 各スタジオを包む要素 */
.area-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 18px;
  row-gap: 10px;
}

/* 各スタジオのアイテム */
.area-item {
  background-color: #5f565a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 6px 20px;
}

/* 各スタジオのリンク */
.area-item-link {
  width: 100%;
  text-align: left;
  background-color: #5f565a;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

/* grand-openのサブタイトルがある場合のスタイル */
.area-item span {
  display: block;
  font-size: 11px;
  font-weight: 600;
}

.btn-reserve {
  display: block;
  font-size: 26px;
  color: #fff;
  background-color: #1a788e;
  border-radius: 60px;
  text-decoration: none;
  text-align: center;
}

.btn-reserve a {
  display: block;
  font-size: 40px;
  font-size: 5.33vw;
  color: #fff;
  padding: 4.29vw 0;
  text-decoration: none;
}

/* 地方を包むwrap */
.accordion-area-wrap {
  width: 100%;
}

/* 地方名 */
.accordion-area-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 18px 24px;
  font-size: 18px;
  color: #5f565a;
  background: #fff;
  cursor: pointer;
  width: 100% !important;
  text-align: left !important;
  padding: 12px 15px !important;
  font-size: 16px !important;
  transition: all 0.3s ease; /* 開閉時のスムーズな動き */
}

/* 地方名の矢印ブロック */
.accordion-area-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 32%;
  /* transition: all 0.2s ease-in-out; */
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 1px #5f565a;
  border-right: solid 1px #5f565a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* アコーディオンopen時の矢印ブロック */
.accordion-area-title.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 767px以下の場合 */
@media screen and (max-width: 767px) {
  .accordion-title {
    font-size: 28px;
  }
  /* 各スタジオを包む要素 */
  .area-items {
    column-gap: 10px;
  }
}
