@charset "UTF-8";

/*
COLORS
================================================ */
:root {
  --red: #B21700;
  --red_dark: #6c0008;
  --red_dark_hover: #8c020d;
  --black: #333;
  --black_dark: #000;
  --gray: #8a8a8a;
  --gray_light: #eee;
  --gray_light2: #cdcdcd;
  --white: #fff;
  --white_dark: #f1f1f1;
}

/* =======================================
 共通
======================================= */
#pageRental #main {
  line-height: 1.75;
  font-size: 18px;
}
#pageRental img {
  max-width: 100%;
  height: auto;
}
#pageRental ul {
  list-style: none;
}
#pageRental .contentRental {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
}
#main {
  font-family: YuGothic,'Yu Gothic',
  "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}
#main a {
  color: var(--black);
  text-decoration: none;
}

/* =======================================
 header
======================================= */
#header {
  padding: 18px 40px;
  width: auto;
  height: auto;
  border-bottom: 1px solid #d3d3d3;
}
#header .header_inner {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#header h1 {
  width: 174px;
  border-right: solid 1px #eddddf;
  padding-right: 12px;
}
#header span {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #63080f;
  padding-left: 15px;
}

/* =======================================
 navStudio
======================================= */
#navStudio {
  padding: 28px 0 48px;
}
#navStudio .navStudio_inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#navStudio .listArea {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  background-color: #f1ece9;
  padding: 16px 0;
}
#navStudio .listArea > li {
  position: relative;
}
#navStudio .listArea > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0 5px;
  width: 6em;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #61000e;
  background-color: #fff;
  border: solid 1px #61000e;
  border-radius: .25em;
  box-sizing: border-box;
  cursor: pointer;
}
#navStudio .listArea > li:hover .listAreaChild {
  display: block;
}
#navStudio .listAreaChild {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 16px;
  z-index: 10;
}
#navStudio .listAreaChild li + li {
  border-top: solid 1px #7c565d;
}
#navStudio .listAreaChild li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background-color: #61000e;
  padding: 1em;
  white-space: nowrap;
  transition: .3s;
}
#navStudio .listAreaChild li a:hover {
  opacity: .7;
}

/* =======================================
 main
======================================= */
#pageRental .contentRental .main {
  width: calc(100% - 560px);
  box-sizing: border-box;
}
#pageRental .pageTitle {
  margin-bottom: 40px;
  font-family: "游明朝", YuMincho, "A-OTF A1 Mincho Std", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: normal;
}
#pageRental .description {
  margin-bottom: 40px;
}
.description + .linkButton .linkItem {
  margin-bottom: 40px;
  text-decoration: underline;
}
#pageRental .pageTitle span {
  font-size: 20px;
}
#pageRental section {
  padding: 40px 6px;
  border-bottom: 1px solid #8d8d8d;
}
#pageRental section:last-of-type {
  padding: 40px 6px 70px;
  border-bottom: none;
}
#pageRental .inner {
  display: flex;
}
#pageRental .sectionTitle {
  font-size: 26px;
}
#pageRental .inner .sectionTitle {
  width: 17.14%;
}
#pageRental .inner .text a {
  text-decoration: underline;
}
#pageRental .inner .sectionTitle + * {
  width: calc(100% - 17.14%);
}
#pageRental .inner .innerText img {
  max-width: 100%;
}

/* アンカーリンク */
.l-anchor {
  display: flex;
}
.anchorItem {
  width: 20%;
}
.anchorItem a {
  display: block;
  margin-left: -1px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  color: var(--black);
  border: 1px solid var(--gray);
}
.anchorItem:first-child a {
  margin-left: 0;
}
#main .anchorItem a:hover {
  color: var(--red);
}

/* 設備・仕様 */
#facility .innerText p + p {
  margin-top: 28px;
}

/* 料金 */
#price .innerText p + p {
  margin-top: 18px;
}
#price .innerText .time {
  font-size: 23px;
}
#price .innerText .note span {
  font-size: 14px;
}

/* アクセス */
#access .inner {
  margin-bottom: 30px;
}

/* 予約方法法 */
#reservation .linkItem {
  width: 48.52%;
}
#reservation .linkButton {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
#reservation .linkButton a {
  position: relative;
  display: block;
  padding: 11.5px 0 11.5px 20px;
  width: 100%;
  color: #494949;
  text-align: center;
  font-weight: bold;
  border-radius: 28.313px;
  border: 1px solid #9f9f9f;
  text-decoration: none;
  box-sizing: border-box;
}
#reservation .linkButton a::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_pdf.png);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}

/* お問合せ・ご相談 */
.contact {
  padding: 28px 20px;
  text-align: center;
  background: #e8e8e8;
  border-radius: 18.117px;
}
.contact .contactTitle {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: bold;
}
.contact .line{
	margin:10px;
}
.contact .line img{
	width:140px;
}

/* =======================================
 side
======================================= */
.tabPanel {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  padding-top:10px;
}
.panel{
  display:none;
}
.panelTitle {
  font-size: 24px;
  font-weight: bold;
}
.panelName,
.panelAddress {
  padding: 0 6.25%;
}
.panelAddress {
  margin: 26px 0 20px;
  padding-top: 26px;
  border-top: 1px solid var(--gray);
}
#main .panelAddress a {
  text-decoration: underline;
}
.panelMap,
.panelGroup .link {
  margin: 0 6.25%;
}
.panelMap {
  margin: 0 0 20px;
}
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}
#main .panelGroup .linkItem a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: var(--white);
  background: var(--red);
  border-radius: 9.174px;
  transition: all 0.2s ease-out;
}
#main .panelGroup .linkItem a:hover {
  background: var(--red_dark_hover);
}
.panelGroup .linkItem + .linkItem {
  margin-top: 6px;
}
.panel.is-show{
  display:block;
}

/* =======================================
 swiper
======================================= */
[class*=swiper]:focus {
  outline: none;
}
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.swiper-thumb {
  margin-bottom: 60px;
}
.swiper-thumb .swiper-slide {
  height: 98px;
}
.swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}
.swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: var(--gray_light);
}
.swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-color: var(--color-theme);
  background-clip: content-box;
}
.swiper-scrollbar-drag:active {
  background-color: var(--color-theme-darken);
}
.slide {
  display: block;
  overflow: hidden;
}
.slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
}
.slide-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.slide-title {
  padding: 12px 0 20px;
  text-align: center;
}
.thumb-media {
  padding-top: 100%;
  cursor: pointer;
}
.swiper-slide-thumb-active {
  opacity: 0.3;
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-scrollbar-drag:hover {
    background-color: var(--color-theme-darken);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

/* =======================================
 modal
======================================= */
body.is-active {
  overflow: hidden;
}
.openclass__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 20px;
}
.openclass__item {
  width: calc(100% / 3 - 20px);
}
.openclass__item img {
  width: 100%;
}
.class__title,
.class__content {
  padding: 10px 0;
  font-size: 16px;
}
.class__title {
  width: 140px;
}
.openclass__item .modal__img {
  margin: 0 auto 1em;
  width: 40%;
}
.openclass__item .class__list {
  word-break: break-all;
}


/* モーダルを開くボタン */
.md-btn {
  cursor: pointer;
}
.md-btn-img {
  overflow: hidden;
  border: 1px solid #9f9f9f;
}
.md-btn-img img {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.md-btn-img:hover img {
  transform: scale(1.1);
}
.md-btn .list_class {
  margin-top: .5em;
}
.md-btn .list_genre,
.md-btn .list_teacher {
  margin-top: 0;
  font-size: 14px;
}

/* モーダルと背景の指定 */
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,50%);
  overflow: auto;
  cursor: pointer;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}

/* モーダル内側の指定 */
.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  height: 90vh;
  z-index: 10000;
}

/* モーダルのコンテンツ部分の指定 */
.md-inner{
  padding: 40px;
  text-align: left;
  line-height: 1.8;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  background: var(--white);
}

/* モーダルを閉じるボタンの指定 */
.md-btn-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: var(--white);
  background: var(--black_dark);
  border-radius: 50%;
  cursor: pointer;
}

/* 注意書き */
.md-contents .note {
  margin-top: 40px;
  color: var(--red_dark_hover);
  font-size: 16px;
  text-align: center;
}
.md-contents .note::before {
  content: "※";
}




@media (width < 1200px) {
  #pageRental .contentRental {
    flex-direction: column;
  }
  #pageRental .contentRental .main {
    width: 100%;
  }
  .side {
    display: none;
  }
}