@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none !important;
}

.current {
  color: var(--main-color);
}

/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
  font-weight: 500;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 2vw;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 3% 5% 30vw;
  background: url(../img/common/bg-pnk.jpg);
}

#drawer-nav .drawer-logo {
  width: 35%;
  margin-bottom: 10%;
}

#drawer-nav .nav {
  margin-bottom: 20%;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 4% 2%;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 800;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .current span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li {
  width: 8%;
  margin-right: 5%;
}
.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  max-width: none;
  width: 100%;
}

.sns-list li:last-child {
  margin-right: 0;
}

/*住所 */
.drawer-address {
  margin: 5% auto;
  text-align: center;
}

.drawer-address li {
  margin-bottom: 30px;
}

.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-tel {
  font-size: 4vw;
  color: #333;
}

.drawer-tel small {
  font-size: 3.5vw;
}

/*rink-list */
.link-list {
  font-size: 3vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
  margin-top: 10vw;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.8;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 0;
}

section {
  padding: 20vw 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  font-weight: 400;
  line-height: 2.1875;
}
.com-btn {
  width: 70vw;
  height: 15vw;
  display: grid;
  place-items: center;
  background: var(--main-color);
  border-radius: 2vw;
  border: 2px solid var(--main-color);
  color: var(--white);
  margin: 7vw auto 0;
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn span {
  position: relative;
  padding-right: 25px;
}
.com-btn span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.com-btn:hover {
  opacity: 1;
  background: #fff;
  color: var(--main-color);
}
.com-btn:hover span::after {
  border-color: var(--main-color);
}
.com-btn.line-btn {
  width: 60vw;
  margin: 0;
  border-color: #fff;
  background: #fff;
  color: var(--main-color);
}
.com-btn.line-btn span {
  padding: 10px;
  background: url("../img/common/line-icon.svg") left center/30px no-repeat;
  padding-left: 45px;
  box-sizing: border-box;
}
.com-btn.line-btn span::after {
  border-color: var(--main-color);
}
.com-btn.line-btn:hover {
  opacity: 0.6;
}
.com-btn.site-btn span::after {
  width: 15px;
  height: 15px;
  border: none;
  background: url(../img/common/site-arw.png) center/contain no-repeat;
  transform: rotate(0);
}

.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  text-align: center;
  font-size: 6vw;
  font-weight: 900;
  margin-bottom: 10vw;
}
.ttl01 .big {
  font-size: 6.5vw;
}
.ttl01 .mark {
  position: relative;
  z-index: 1;
}
.ttl01 .mark::before {
  content: "";
  display: block;
  width: 130%;
  height: 40%;
  position: absolute;
  background: url("../img/common/ttl-deco.png") center/contain no-repeat;
  bottom: -2vw;
  left: -3vw;
  background-size: 100%;
  z-index: -1;
}

.ttl02 {
  font-size: 5vw;
  font-weight: 900;
}
.ttl02 .big {
  font-size: 5vw;
}

.ttl03 {
  font-weight: 900;
  font-size: 4.8vw;
}

.ttl04 {
  font-weight: 900;
  font-size: 4.5vw;
}

.ttl05 {
  font-size: 4.2vw;
}
.ttl05.big {
  font-size: 4.5vw;
}

.txt-cap {
  font-size: 3.5vw;
}

.voice-ttl {
  font-size: 6.5vw;
}

.com-contact-ttl {
  font-size: 5.5vw;
}
.com-contact-ttl .big {
  font-size: 6vw;
}

.ttl-deco-01 {
  height: 18vw;
}
.ttl-deco-01 img {
  height: 100%;
}

.ttl-deco-onp {
  position: relative;
}
.ttl-deco-onp::before {
  content: "";
  display: block;
  width: 70%;
  height: 15vw;
  position: absolute;
  background: url("../img/common/ttl-bg-le.png") center/contain no-repeat;
  top: -6vw;
  left: -25vw;
}
.ttl-deco-onp::after {
  content: "";
  display: block;
  width: 70%;
  height: 15vw;
  position: absolute;
  background: url("../img/common/ttl-bg-ri.png") center/contain no-repeat;
  bottom: -12vw;
  right: -15vw;
}

.com-onp {
  padding-left: 6vw;
  position: relative;
}
.com-onp::before {
  content: "";
  display: block;
  width: 4vw;
  height: 5vw;
  position: absolute;
  background: url("../img/common/onp.png") center/contain no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}

.bg-deco-01 {
  background: url(../img/common/bg-bd.png) top/100% no-repeat, url(../img/common/bg-bd.png) bottom/100% no-repeat, url(../img/common/bg-pnk.jpg) top/cover;
}

.com-bg-01 {
  background: url(../img/common/bg-le.png) top 10vw left/27% no-repeat, url(../img/common/bg-ri.png) top 15vw right/30% no-repeat;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  font-size: 7vw;
}
.com-tel a small {
  color: var(--main-color);
  font-size: 0.5333em;
}

.com-kado {
  border-radius: 4vw;
}
.com-kado > img {
  border-radius: 3.8vw;
}

.img-bd {
  border: 2px solid var(--accent-color);
}

.box-bd {
  position: relative;
  background: var(--bg-color);
}
.box-bd::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 5px;
  left: 0;
}

.add-box {
  display: grid;
  justify-items: center;
  gap: 5vw;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
.tag-list .tag {
  color: var(--main-color);
  padding: 0 3vw;
  font-size: 3.5vw;
  line-height: 1;
  border-right: 1px solid var(--main-color);
}
.tag-list .tag:first-child {
  border-left: 1px solid var(--main-color);
}

time {
  line-height: 1;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
  padding: 3vw 0;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--sub-color);
}
.com-desc-tbl .dl-item dt {
  color: var(--main-color);
  width: 27%;
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 70%;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 4vw 5vw 12vw;
  background: url(../img/common/hd-bg.png) top left/100% 100% no-repeat;
}
#header .hd-logo {
  display: inline-block;
  width: 25%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  display: grid;
  justify-items: center;
  align-items: center;
  background: url(../img/top/mv-bg.jpg) center/cover;
  height: 80vw;
  margin-top: 15vw;
}
.top-mv .mv-ct {
  width: 90%;
}
.top-mv .mv-ct img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-greeting {
  background: url(../img/top/gree-bg.png) bottom/cover;
  padding-bottom: 30vw;
}
#top-greeting .inbox {
  position: relative;
}
#top-greeting .inbox .txt-box {
  margin-left: auto;
  margin-bottom: 10vw;
}
#top-greeting .inbox .txt-box .ttl01 {
  position: relative;
  text-align: center !important;
}
#top-greeting .inbox .txt-box .name {
  margin-top: 5vw;
}
#top-greeting .inbox .gree-ill {
  width: 50%;
  position: absolute;
  left: -3vw;
  bottom: -10vw;
  z-index: 10;
}
#top-greeting .inbox .gree-img {
  width: 80%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#top-greeting .inbox .gree-img img {
  width: 100%;
}
#top-greeting .inbox .gree-img::before {
  content: "";
  display: block;
  width: 120%;
  height: 110%;
  position: absolute;
  background: url("../img/top/gree-img-bg.png") center/contain no-repeat;
  left: -7vw;
  top: -5vw;
  z-index: -1;
}
#top-greeting .inbox .gree-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--main-color);
  transform: rotate(-5deg);
  border-radius: 4vw;
  top: 0;
  left: 0;
}

#top-info .inbox .info-li {
  display: grid;
  gap: 15vw;
  margin-top: 10vw;
}
#top-info .inbox .info-li .info-item:not(:last-child) {
  padding-bottom: 5vw;
  background: url(../img/top/info-bd.png) bottom/90% no-repeat;
}
#top-info .inbox .info-li .info-item .info-img {
  text-align: center;
  margin-bottom: 10vw;
}
#top-info .inbox .info-li .info-item .txt-box .ttl02 {
  padding: 3vw 5vw;
  margin-bottom: 5vw;
}
#top-info .inbox .info-li .info-item .txt-box .ttl02 span::before {
  width: 10%;
  content: url(../img/top/info-deco-le.png);
  display: block;
  position: absolute;
  top: -5vw;
  left: 3vw;
  z-index: 10;
}
#top-info .inbox .info-li .info-item .txt-box .ttl02 span::after {
  width: 15%;
  z-index: 10;
  content: url(../img/top/info-deco-ri.png);
  display: block;
  position: absolute;
  right: 3vw;
  bottom: -5vw;
}

#top-voice {
  background: url(../img/top/voice-bg.jpg) center/cover;
}
#top-voice .inbox .ttl01 img {
  display: inline-block;
  margin-bottom: 5vw;
}
.com-ill {
  width: 40%;
  position: absolute;
  left: -7vw;
  bottom: -25vw;
}

#top-class {
  background: url(../img/top/class-bg.png) top right/70% no-repeat;
}
#top-class .inbox .txt-box .ttl01 {
  text-align: center !important;
}
#top-class .inbox .map {
  height: 80vw;
  overflow: hidden;
  margin-top: 10vw;
}

#top-concert {
  background: url(../img/top/concert-bg-btm.png) bottom center/100% no-repeat, url(../img/top/concert-bg.jpg) top center/130% no-repeat, var(--bg-color-02);
}
#top-concert .inbox ul {
  display: grid;
  gap: 10vw;
  margin-bottom: 15vw;
}
#top-concert .inbox ul li {
  display: grid;
  gap: 5vw;
  padding: 10vw 5vw;
  background: #ffe5ed;
}
#top-concert .inbox ul li .img-bd {
  position: relative;
}
#top-concert .inbox ul li .img-bd .name {
  position: absolute;
  bottom: -6vw;
  width: 100%;
}
#top-concert .inbox ul li .img-bd .name.flex {
  display: flex;
}
#top-concert .inbox .concert-arw {
  margin-top: 5vw;
}
#top-concert .inbox .concert-arw img {
  width: 20%;
}

/*--------▽▽---MV---▽▽---------- */
#top-news {
  background: url(../img/top/news-bg.jpg) top/cover;
}
#top-news .inbox .news-list {
  display: grid;
  gap: 15vw;
}
#top-news .inbox .news-list .news-item a {
  width: 100%;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateY(-10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 100%;
  aspect-ratio: 1.25;
}
#top-news .inbox .news-list .news-item a .txt-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: none;
  overflow: hidden;
  margin: 5vw 0 0;
  width: 100%;
  height: auto;
  position: relative;
  padding: 5vw 3vw;
  padding-right: 10vw;
}
#top-news .inbox .news-list .news-item a .txt-box::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  transform: rotate(45deg);
  inset: 0 3vw 0 auto;
  margin: auto 0;
}
#top-news .inbox .news-list .news-item a .txt-box::before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  background: var(--sub-color);
  right: 0;
  top: 0;
}
#top-news .inbox .news-list .news-item a .txt-box time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a .txt-box h4 {
  color: var(--font-color);
  width: 100%;
}
/*------------△△---MV---△△---------*/
#com-contact {
  margin-bottom: 20vw;
}
#com-contact .inbox {
  padding: 10vw 5vw;
  background: rgba(255, 229, 237, 0.6);
  outline: 2px solid #fff;
  outline-offset: -5px;
  position: relative;
  z-index: 20;
}
#com-contact .inbox .com-contact-ttl {
  font-size: 3.6vw;
  position: relative;
}
#com-contact .inbox .com-contact-ttl img {
  width: 40%;
}
#com-contact .inbox .com-contact-ttl::after {
  content: "";
  display: block;
  width: 10vw;
  height: 8vw;
  position: absolute;
  background: url("../img/common/contact-ttl-deco-03.png") center/contain no-repeat;
  top: 8vw;
  right: 5vw;
}
#com-contact .inbox .com-contact-ttl img {
  margin-bottom: 10px;
}
#com-contact .inbox .com-contact-ttl .dp-b .mark02 {
  position: relative;
  z-index: 1;
}
#com-contact .inbox .com-contact-ttl .dp-b .mark02::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  background: url("../img/common/contact-ttl-deco-02.png") center/contain no-repeat;
  bottom: -5vw;
  left: 5px;
  background-size: 100% 100%;
  z-index: -1;
}
#com-contact .inbox .com-txt {
  font-size: 3.5vw;
}
#com-contact .inbox .add-box {
  margin-top: 10vw;
  padding: 5vw 0;
  background: url(../img/common/contact-bd.png) top/100% no-repeat, url(../img/common/contact-bd.png) bottom/100% no-repeat;
}
#com-contact .inbox .contact-ill {
  position: absolute;
  width: 40%;
  top: -15vw;
  left: -5vw;
}

#footer {
  padding: 10vw 0 20vw;
  position: relative;
}
#footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 60vw;
  position: absolute;
  background: url(../img/common/ft-bg.png) bottom/cover;
  top: -50vw;
  left: 0;
  z-index: -1;
}
#footer .ft-area .ft-top {
  padding-bottom: 10vw;
  margin-bottom: 10vw;
  border-bottom: 2px solid #ffc2d5;
}
#footer .ft-area .ft-top .ft-logo {
  margin-bottom: 5vw;
}
#footer .ft-area .ft-top .dl-item {
  justify-content: center;
}
#footer .ft-area .ft-btm {
  display: grid;
  justify-items: center;
  gap: 5vw;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-btm .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6vw;
}
#footer .ft-area .copyright {
  font-size: 3vw;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  display: grid;
  justify-items: center;
  align-items: center;
  height: 60vw;
  margin-top: 15vw;
  background-size: cover;
  background-position: center;
}
.sv .sv-catch {
  font-size: 6.5vw;
  display: grid;
  place-items: center;
  width: 90%;
  height: 25vw;
  background: url(../img/sv/bg.png) center/100% 100% no-repeat;
  text-shadow: 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff;
  position: relative;
}
.sv .sv-catch::before {
  content: "";
  display: block;
  width: 30vw;
  height: 25vw;
  position: absolute;
  background: url("../img/sv/ill.png") center/contain no-repeat;
  left: -5vw;
  bottom: -5vw;
}

.rental-sv {
  background-image: url(../img/sv/rental.jpg);
}

.orchestra-sv {
  background-image: url(../img/sv/orchestra.jpg);
}

.bless-sv {
  background-image: url(../img/sv/bless.jpg);
}

.voice-sv {
  background-image: url(../img/sv/voice.jpg);
}

.news-sv {
  background-image: url(../img/sv/news.jpg);
}

.contact-sv {
  background-image: url(../img/sv/contact.jpg);
}

.complete-sv {
  background-image: url(../img/sv/complete.jpg);
}

.privacy-sv {
  background-image: url(../img/sv/privacy.jpg);
}

.site-sv {
  background-image: url(../img/sv/site.jpg);
}

.e404-sv {
  background-image: url(../img/sv/e404.jpg);
}

.e404-sv .sv-catch {
  font-size: 5vw;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
#rental-charm .charm-li {
  padding: 10vw 5vw;
  display: grid;
  gap: 5vw;
}
#rental-charm .charm-li .charm-item {
  display: grid;
  gap: 3vw;
  padding: 5vw 3vw;
}

.num {
  display: grid;
  place-items: center;
  line-height: 1;
  width: 10vw;
  aspect-ratio: 1;
  color: #fff;
  font-size: 4.8vw;
  background: url(../img/common/num-bg.png) center/contain no-repeat;
}

.scene-li::after {
  content: "etc...";
  text-align: right;
  color: var(--main-color);
}
.scene-li li:not(:last-child) {
  border-bottom: 1px solid var(--sub-color);
}

.check-li {
  display: grid;
  justify-content: center;
  padding: 3vw 5vw;
}
.check-li li {
  font-size: 4.2vw;
  padding: 3vw 0;
}

.check-item {
  display: inline-block;
  background: url("../img/common/check.png") left top 2vw/5vw no-repeat;
  padding-left: 6vw;
  box-sizing: border-box;
}

#rental-equ .inbox .equ-list {
  display: grid;
  gap: 15vw;
}
#rental-equ .inbox .equ-list .equ-item .ttl04 {
  width: 100%;
  padding: 3vw 5vw;
  margin-bottom: 5vw;
  border-radius: 2vw;
}
#rental-equ .inbox .equ-list .equ-item .img-box {
  width: 100%;
  aspect-ratio: 1.7;
  overflow-x: scroll;
  display: -webkit-box;
  margin-bottom: 10vw;
}
#rental-equ .inbox .equ-list .equ-item .img-box .com-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.69;
}
#rental-equ .inbox .equ-list .equ-item .img-box .com-img:not(:last-child) {
  margin-right: 3vw;
}
#rental-equ .inbox .equ-list .equ-item .txt-box {
  position: relative;
}
#rental-equ .inbox .equ-list .equ-item .txt-box::before {
  content: "scroll>>";
  position: absolute;
  right: 0;
  top: -10vw;
  color: var(--main-color);
}
#rental-equ .inbox .equ-list .equ-item .txt-box .com-txt {
  margin-bottom: 10vw;
}
#rental-equ .inbox .equ-list .equ-item .txt-box .equ-box {
  padding: 5vw;
}
#rental-equ .inbox .equ-list .equ-item .txt-box .child-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 2vw;
  margin-top: 5vw;
  gap: 3vw 0;
}
#rental-equ .inbox .equ-list .equ-item .txt-box .child-li .child-item {
  width: 48%;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-content: center;
  padding: 3vw;
}

#rental-price {
  background: url(../img/top/class-bg.png) top right/70% no-repeat, url(../img/common/bg-pnk.jpg);
}
#rental-price .inbox {
  position: relative;
}
#rental-price .inbox .txt-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 10vw 5vw;
}
#rental-price .inbox .price-ill {
  width: 35%;
  position: absolute;
  bottom: -15vw;
  left: -5vw;
}

.condition-area .inbox {
  position: relative;
  padding: 10vw 5vw;
}
.condition-area .inbox .ttl01 img {
  width: 40%;
  display: inline-block;
  margin-bottom: 3vw;
}
.condition-area .inbox .cond-ill {
  width: 40%;
  position: absolute;
  left: -3vw;
  top: -5vw;
}

.concept-area .concept-li {
  display: grid;
  gap: 10vw;
}
.concept-area .concept-li .concept-item {
  padding: 5vw;
}
.concept-area .concept-li .concept-item .ttl03 {
  gap: 2vw;
  display: grid;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  border-bottom: 1px solid var(--accent-color);
}

.active-area .active-li {
  gap: 10vw;
  display: grid;
}
.active-area .active-li li .com-img {
  width: 100%;
  aspect-ratio: 1.48;
  text-align: center;
  margin-bottom: 3vw;
}
.active-area .active-li li .time {
  margin-bottom: 1vw;
}

.recruit-area {
  position: relative;
}
.recruit-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff9f8;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruit-area .com-txt {
  padding-bottom: 5vw;
  margin-bottom: 20vw;
}
.recruit-area .recruit-li {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding: 10vw 5vw;
  gap: 3vw 0;
}
.recruit-area .recruit-li li {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 48%;
  padding: 3vw;
}
.recruit-area .rec-ill {
  position: absolute;
  width: 20%;
  bottom: -5vw;
  right: 5vw;
}
#voice .ttl01 img {
  width: 20%;
  display: inline-block;
  margin-bottom: 3vw;
}
#voice .ttl01 .mark {
  position: relative;
}
#voice .ttl01 .mark::after {
  content: "";
  display: block;
  width: 10vw;
  height: 15vw;
  position: absolute;
  background: url("../img/voice/ttl-deco.png") center/contain no-repeat;
  top: -15vw;
  right: -10vw;
}
#voice .voice-li {
  margin-top: 15vw;
  display: grid;
  gap: 10vw;
}
#voice .voice-li .voice-item {
  padding: 10vw 5vw;
}
#voice .voice-li .voice-item .img-box {
  display: grid;
  justify-items: center;
  margin-bottom: 5vw;
}
#voice .voice-li .voice-item .img-box .voice-ill {
  width: 40%;
  aspect-ratio: 1;
  margin-bottom: 3vw;
}
#voice .voice-li .voice-item .img-box .voice-ill img {
  width: 100%;
}
#voice .voice-li .voice-item .img-box .txt-cap {
  padding: 1vw 5vw;
}
#voice .voice-li .voice-item .txt-box {
  padding: 7vw 5vw;
  border-radius: 2vw;
}
#voice .voice-li .voice-item .txt-box .tag-list {
  margin-bottom: 3vw;
}
#voice .voice-li .voice-item .txt-box .tag-list .tag {
  padding: 2vw 5vw;
}
#voice .voice-li .voice-item .txt-box .ttl03 {
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--accent-color);
  margin-bottom: 5vw;
}

/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
  background: url(../img/common/bg-le.png) top 10vw left/27% no-repeat, url(../img/common/bg-ri.png) top 15vw right/30% no-repeat, var(--bg-color-02);
}
.com-other-page .ttl01 {
  color: var(--main-color);
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 30%;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .txt-blc {
  padding: 10% 0 20%;
}
#notfound .inbox .txt-blc a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  padding: 0;
  margin-bottom: 10vw;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  background: var(--main-color);
  padding: 3vw 2vw;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 30%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 68%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  line-height: 2;
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  border-radius: 5px;
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  background: var(--sub-color);
  padding: 3% 2% 3%;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  background: var(--main-color);
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  height: 100%;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td input {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/