@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info :  ページ固有css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
/*----------------------------------------------------------------------------------
                                        sec_ttl 
------------------------------------------------------------------------------------*/
.sec_ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .sec_ttl {
    font-size: 24px;
  }
}

.sec_lead {
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
}

/*----------------------------------------------------------------------------------
                                        wp-pagenavi
------------------------------------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 120px;
}
@media only screen and (max-width: 679px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  color: #000;
  font-size: 20px;
  margin: 12px;
}

span.extend {
  color: #9B9B9B;
  font-size: 20px;
  vertical-align: middle;
  letter-spacing: 0.8em;
}

a.page {
  opacity: 0.2;
}

a.last {
  background-color: #F5F3E8;
  margin-left: -5px;
  padding: 9.5px 13px;
}

a.nextpostslink {
  display: none;
}

/*-----index------*/
/*----------------------------------------------------------------------------------
                                      homeTopSec 
------------------------------------------------------------------------------------*/
#homeTopSec {
  background-color: #F5F3E8;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 68px;
}
@media only screen and (max-width: 679px) {
  #homeTopSec {
    display: block;
    padding-top: 0;
  }
}
#homeTopSec .homeTop_ttl {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 30%;
  padding-left: 80px;
}
@media only screen and (max-width: 679px) {
  #homeTopSec .homeTop_ttl {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
#homeTopSec .homeTop_ttl h2 {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 679px) {
  #homeTopSec .homeTop_ttl h2 {
    font-size: 26px;
    text-align: center;
  }
}
#homeTopSec .homeTop_ttl h2 span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 1.8;
}
#homeTopSec .homeTop_mv {
  box-sizing: border-box;
  position: relative;
  width: 70%;
  padding-right: 34px;
}
@media only screen and (max-width: 679px) {
  #homeTopSec .homeTop_mv {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
}
#homeTopSec .homeTop_mv .top-slider {
  position: relative;
}
#homeTopSec .homeTop_mv .top-slider img {
  width: 100%;
}
#homeTopSec .homeTop_mv .homeTop_cover {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 24px;
  left: 0;
  width: 100%;
}

#homeSec01 {
  background-color: #EEEBD5;
  padding: 0 0 50px;
}
#homeSec01 .home_wave img {
  width: 100%;
}

#homeSec02 {
  background-color: #F5F3E8;
  padding: 60px 20px;
}
#homeSec02 .searchBox {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 679px) {
  #homeSec02 .searchBox {
    flex-wrap: wrap;
    width: 100%;
  }
}
#homeSec02 label {
  position: relative;
  background: #fff;
  height: 50px;
  border-radius: 5px;
  z-index: 1;
}
#homeSec02 label:nth-child(1) {
  width: 340px;
}
@media only screen and (max-width: 679px) {
  #homeSec02 label:nth-child(1) {
    width: 100%;
  }
}
#homeSec02 label:nth-child(2) {
  width: 240px;
}
@media only screen and (max-width: 679px) {
  #homeSec02 label:nth-child(2) {
    margin-top: 10px;
    width: 100%;
  }
}
#homeSec02 label::after {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #000;
  border-bottom: 0;
  margin: auto;
}
#homeSec02 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
#homeSec02 .selectName {
  position: absolute;
  left: 20px;
  top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  pointer-events: none;
}

#homeSec03 {
  background-color: #F5F3E8;
}

#homeSec04 {
  background-color: #EEEBD5;
  padding: 60px 20px;
}
#homeSec04 .venueList {
  margin-bottom: 50px;
}

#homeSec05 {
  background-color: #EEEBD5;
  padding: 120px 20px 125px;
}
#homeSec05 .counter {
  box-sizing: border-box;
  position: relative;
  background: url(../images/home/counter-bg.png) no-repeat center;
  background-size: contain;
  width: 564px;
  height: 377px;
  padding-top: 180px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 679px) {
  #homeSec05 .counter {
    width: calc(100% + 220px);
    margin-left: -110px;
    padding-top: 205px;
  }
}
#homeSec05 .counter .counter_img {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  width: 211px;
  margin: auto;
}
@media only screen and (max-width: 679px) {
  #homeSec05 .counter .counter_img {
    top: -25px;
  }
}
#homeSec05 .counter .counter_img img {
  width: 100%;
  height: auto;
}
#homeSec05 .counter h4 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
#homeSec05 .counter p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

/*----------------------------------------------------------------------------------
                                      caseLisst 
------------------------------------------------------------------------------------*/
.slide-one {
  width: 600px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  .slide-one {
    width: 100% !important;
  }
}

.slide-two {
  display: flex;
  max-width: 1000px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  .slide-two {
    max-width: calc(100% - 20px) !important;
  }
}
.slide-two li {
  width: 50%;
}

.caseList {
  width: 100%;
  margin-top: 30px;
}
.caseList .caseList_boxWrap {
  text-align: center;
}
.caseList .caseList_thumb {
  position: relative;
  transition: all 0.5s ease;
}
.caseList .caseList_thumb:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.caseList .caseList_thumb img {
  box-sizing: border-box;
  width: 96%;
  height: auto;
  border: solid 1px #EEEBD5;
}
.caseList .caseList_cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.caseList .caseList_ttl {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  .caseList .caseList_ttl {
    width: calc(100% - 30px);
    margin: 10px auto 0;
    font-size: 14px;
    text-align: left;
  }
}
.caseList .caseList_cate {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 10px;
}
.caseList .caseList_cate a {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 3px 15px;
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  .caseList .caseList_cate a {
    font-size: 14px;
  }
}
.caseList .caseList_cate a:first-child {
  display: none;
}
.caseList .slick-prev,
.caseList .slick-next {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
.caseList .slick-prev:hover,
.caseList .slick-prev:focus,
.caseList .slick-next:hover,
.caseList .slick-next:focus {
  transition: all 0.5s ease;
  color: transparent;
  outline: none;
  opacity: 0.8;
}
.caseList .slick-prev:hover:before,
.caseList .slick-prev:focus:before,
.caseList .slick-next:hover:before,
.caseList .slick-next:focus:before {
  opacity: 1;
}
.caseList .slick-prev.slick-disabled:before,
.caseList .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.caseList .slick-prev:before,
.caseList .slick-next:before {
  cursor: pointer;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.caseList .slick-prev {
  top: calc(50% - 60px);
  left: 40px;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 679px) {
  .caseList .slick-prev {
    top: calc(50% - 24px);
    left: -17px;
    transform: rotate(-180deg) scale(0.5);
  }
}
.caseList .slick-prev:before {
  position: relative;
  top: -5px;
  left: -10px;
  content: url(../images/common/slide-arrow.svg);
}
.caseList .slick-next {
  top: calc(50% - 45px);
  right: 40px;
}
@media only screen and (max-width: 679px) {
  .caseList .slick-next {
    top: calc(50% - 23px);
    right: -17px;
    transform: scale(0.5);
  }
}
.caseList .slick-next:before {
  position: relative;
  top: -5px;
  right: 10px;
  content: url(../images/common/slide-arrow.svg);
}
.caseList .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.caseList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 679px) {
  .caseList .slick-dots li {
    margin: 0 1.2%;
  }
}
.caseList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.caseList .slick-dots li button:hover,
.caseList .slick-dots li button:focus {
  outline: none;
}
.caseList .slick-dots li button:hover:before,
.caseList .slick-dots li button:focus:before {
  opacity: 1;
}
.caseList .slick-dots li button:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: "•";
  text-align: center;
  color: #000;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 679px) {
  .caseList .slick-dots li button:before {
    left: -5px;
    font-size: 30px;
  }
}
.caseList .slick-dots li.slick-active button:before {
  opacity: 1;
}

/*----------------------------------------------------------------------------------
                                      search-archive
------------------------------------------------------------------------------------*/
.search-openBtn {
  z-index: 99;
  position: fixed;
  top: 68px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 136px;
  color: #fff;
  background-color: #000;
  border-radius: 0 0 20px 0;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  writing-mode: vertical-rl;
  transition: all 0.6s;
  cursor: pointer;
}
@media only screen and (max-width: 679px) {
  .search-openBtn {
    top: 58px;
    width: 36px;
    height: 136px;
  }
}
.search-openBtn:hover {
  opacity: 0.8;
}
.search-openBtn svg {
  margin-bottom: 5px;
}
.search-openBtn i {
  margin-bottom: 5px;
}
.search-openBtn::before {
  content: url(../images/pages/search-arrow.svg);
  position: absolute;
  bottom: 23px;
  left: 8px;
}
@media only screen and (max-width: 679px) {
  .search-openBtn::before {
    left: 5px;
  }
}
.search-openBtn.active {
  position: fixed;
  left: 230px;
}
.search-openBtn.active::before {
  transform: rotate(180deg);
}

#search-archive {
  position: fixed;
  left: -230px;
  z-index: 99;
  top: 68px;
  width: 230px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.6s;
  overflow-y: scroll;
  /*accordion*/
  /* checkbox */
}
@media only screen and (max-width: 679px) {
  #search-archive {
    top: 58px;
  }
}
#search-archive.panelactive {
  left: 0;
}
#search-archive .searchBox {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#search-archive .searchBox dl dt {
  padding: 12px;
}
#search-archive .searchBox dl dt p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
#search-archive dl.accordion {
  position: relative;
}
#search-archive dl.accordion dt {
  box-sizing: border-box;
  border-bottom: solid 1px #000;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
#search-archive dl.accordion dt.open {
  border-bottom: solid 1px #dbdbdb;
}
#search-archive dl.accordion dt.open::after {
  content: url(../images/pages/close.svg);
  top: 12px;
}
#search-archive dl.accordion dt::after {
  content: url(../images/pages/open.svg);
  position: absolute;
  right: 20px;
  top: 12px;
}
#search-archive dl.accordion dd {
  word-wrap: break-word;
  box-sizing: border-box;
  border-bottom: solid 1px #000;
  padding: 30px;
  font-size: 12px;
}
@media only screen and (max-width: 679px) {
  #search-archive dl.accordion dd {
    padding: 20px;
  }
}
#search-archive .parent_terms {
  padding-left: 5px;
  font-size: 12px;
  font-weight: 500;
}
#search-archive .parent_terms:nth-of-type(n + 2) {
  margin-top: 10px;
}
#search-archive input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 16px;
  width: 16px;
  vertical-align: -0.5rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border-radius: 10%;
}
#search-archive input[type=checkbox]:before,
#search-archive input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.2s ease-in-out;
}
#search-archive input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#search-archive input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.2s;
}
#search-archive input[type=checkbox]:checked:before {
  left: 1px;
  top: 8px;
  width: 6px;
  height: 2px;
}
#search-archive input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 2px;
  width: 2px;
  height: 10px;
}
#search-archive input[type=checkbox]:indeterminate:before,
#search-archive input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
#search-archive input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}
#search-archive input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}
#search-archive input[type=checkbox] {
  border: 1px solid #000;
}
#search-archive input[type=checkbox]:checked,
#search-archive input[type=checkbox]:indeterminate {
  background: #000;
}
#search-archive .searchBox_submit {
  margin: 20px 0 90px;
  text-align: center;
}
#search-archive .searchBox_submit button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}
#search-archive .searchBox_submit button:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
  cursor: pointer;
}

/*----------------------------------------------------------------------------------
                                      venueList 
------------------------------------------------------------------------------------*/
.venueList {
  display: flex;
  gap: 50px 2%;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 679px) {
  .venueList {
    display: block;
    margin-top: 20px;
  }
}
.venueList .venueList_box {
  overflow: hidden;
  width: 32%;
  border-radius: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 679px) {
  .venueList .venueList_box {
    width: 100%;
  }
  .venueList .venueList_box + .venueList_box {
    margin-top: 20px;
  }
}
.venueList .venueList-slider {
  background-color: #EEEBD5;
}
.venueList .venueList-slider img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.venueList .venueList_info {
  position: relative;
  padding: 10px 20px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .venueList .venueList_info {
    padding: 10px;
  }
}
@media only screen and (max-width: 679px) {
  .venueList .venueList_info {
    padding: 10px 20px;
  }
}
.venueList .venueList_ttl {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.venueList .venueList_max {
  margin-top: 4px;
  font-size: 12px;
}
.venueList .venueList_area {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .venueList .venueList_area {
    position: static;
  }
}
@media only screen and (max-width: 679px) {
  .venueList .venueList_area {
    position: absolute;
  }
}
.venueList .venueList_area span {
  position: relative;
  color: #aa950e;
  font-size: 12px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .venueList .venueList_area span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 679px) {
  .venueList .venueList_area span {
    font-size: 12px;
  }
}
.venueList .venueList_area span + span {
  margin-left: 12px;
}
.venueList .venueList_area span + span::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -12px;
}
.venueList .slick-prev,
.venueList .slick-next {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
.venueList .slick-prev:hover,
.venueList .slick-prev:focus,
.venueList .slick-next:hover,
.venueList .slick-next:focus {
  transition: all 0.5s ease;
  color: transparent;
  outline: none;
  opacity: 0.8;
}
.venueList .slick-prev:hover:before,
.venueList .slick-prev:focus:before,
.venueList .slick-next:hover:before,
.venueList .slick-next:focus:before {
  opacity: 1;
}
.venueList .slick-prev.slick-disabled:before,
.venueList .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.venueList .slick-prev:before,
.venueList .slick-next:before {
  cursor: pointer;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.venueList .slick-prev {
  top: calc(50% - 25px);
  left: 10px;
  transform: scale(0.6) rotate(-180deg);
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .venueList .slick-prev {
    left: 0;
    top: calc(50% - 24px);
  }
}
@media only screen and (max-width: 679px) {
  .venueList .slick-prev {
    left: 0;
    top: calc(50% - 24px);
  }
}
.venueList .slick-prev:before {
  position: relative;
  top: -5px;
  left: -10px;
  content: url(../images/common/slide-arrow.svg);
}
.venueList .slick-next {
  top: calc(50% - 26px);
  right: 10px;
  transform: scale(0.6);
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .venueList .slick-next {
    top: calc(50% - 23px);
    right: 0;
  }
}
@media only screen and (max-width: 679px) {
  .venueList .slick-next {
    top: calc(50% - 23px);
    right: 0;
  }
}
.venueList .slick-next:before {
  position: relative;
  top: -5px;
  right: 10px;
  content: url(../images/common/slide-arrow.svg);
}

/*-----index-end------*/
/*----------------------------------------------------------------------------------
                                      page_common 
------------------------------------------------------------------------------------*/
.page_ttl {
  margin: 130px 0 80px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .page_ttl {
    margin: 100px 0 50px;
    font-size: 24px;
  }
}

.archive_ttl {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .archive_ttl {
    font-size: 18px;
  }
}
.archive_ttl span {
  border-radius: 100px;
  color: #666;
  background-color: #fff;
  padding: 5px 25px;
}

.venueBox {
  width: 300px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .venueBox {
    width: 230px;
  }
}
@media only screen and (max-width: 679px) {
  .venueBox {
    width: 100%;
  }
}
.venueBox .space_venuBox {
  transition: all 0.5s ease;
}
.venueBox .space_venuBox:hover {
  transition: all 0.5s ease;
  opacity: 0.8;
}
.venueBox .venue_name {
  margin-top: 5px;
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.venueBox .venue_adress {
  margin-top: 1px;
  font-size: 13px;
}
.venueBox .venue_thumb {
  margin-top: 20px;
}
@media only screen and (max-width: 679px) {
  .venueBox .venue_thumb {
    width: 250px;
    margin: 10px auto 0;
  }
}
.venueBox .venue_thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.venueBox .venue_link {
  margin-top: 10px;
}
@media only screen and (max-width: 679px) {
  .venueBox .venue_link {
    margin-top: 20px;
  }
}
.venueBox .venue_link span {
  display: block;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.boxTtl span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 5px;
  width: 70px;
  height: 24px;
  font-size: 13px;
}
@media only screen and (max-width: 679px) {
  .boxTtl span {
    width: 55px;
    height: 21px;
    font-size: 11px;
  }
}

.scroll {
  overflow-x: scroll;
}

body.archive,
body.search {
  background-color: #EEEBD5;
}
body.archive main,
body.search main {
  padding-bottom: 120px;
}
@media only screen and (max-width: 679px) {
  body.archive main,
  body.search main {
    padding: 0 20px 60px;
  }
}
body.archive h1,
body.search h1 {
  margin-top: 130px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  body.archive h1,
  body.search h1 {
    margin-top: 120px;
    font-size: 24px;
  }
}
body.archive .search-key,
body.search .search-key {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  body.archive .search-key,
  body.search .search-key {
    font-size: 14px;
  }
}
body.archive .search-key span,
body.search .search-key span {
  font-size: 20px;
}
body.archive .search_object,
body.search .search_object {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
body.archive .list-num,
body.search .list-num {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
body.archive .venueList,
body.search .venueList {
  margin-top: 70px;
}
@media only screen and (max-width: 679px) {
  body.archive .venueList,
  body.search .venueList {
    margin-top: 50px;
  }
}

/*----------------------------------------------------------------------------------
                                        p-case
------------------------------------------------------------------------------------*/
#p-case,
#p-search {
  padding: 0 20px 120px;
}
@media only screen and (max-width: 679px) {
  #p-case,
  #p-search {
    padding: 0 10px 120px;
    text-align: center;
  }
}
#p-case .case_archiveList,
#p-search .case_archiveList {
  margin-top: 40px;
  margin-bottom: 120px;
}
#p-case .case_item,
#p-search .case_item {
  max-width: 700px;
}
@media only screen and (max-width: 679px) {
  #p-case .case_item,
  #p-search .case_item {
    width: 100%;
  }
  #p-case .case_item + .case_item,
  #p-search .case_item + .case_item {
    margin-top: 20px;
  }
}
#p-case .case_item:nth-child(even),
#p-search .case_item:nth-child(even) {
  margin-left: auto;
}
#p-case .case_item .case_box,
#p-search .case_item .case_box {
  position: relative;
}
#p-case .case_item .case_box a,
#p-search .case_item .case_box a {
  display: block;
}
#p-case .case_item .case_box .case_box_cover,
#p-search .case_item .case_box .case_box_cover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#p-case .case_item .case_box img,
#p-search .case_item .case_box img {
  width: 100%;
}
#p-case .case_item .case_archiveCate,
#p-search .case_item .case_archiveCate {
  z-index: 2;
  position: absolute;
  bottom: 60px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  background-color: #fff;
  padding: 2px 20px;
  border-radius: 8px;
  font-size: 26px;
}
@media only screen and (max-width: 679px) {
  #p-case .case_item .case_archiveCate,
  #p-search .case_item .case_archiveCate {
    position: relative;
    top: -15px;
    display: inline-block;
    font-size: 18px;
  }
}
#p-case .case_item .case_archiveCate span,
#p-search .case_item .case_archiveCate span {
  font-weight: 600;
}
#p-case .case_item .case_archiveCate span:nth-child(n+2),
#p-search .case_item .case_archiveCate span:nth-child(n+2) {
  position: relative;
  margin-left: 7px;
}
@media only screen and (max-width: 679px) {
  #p-case .case_item .case_archiveCate span:nth-child(n+2),
  #p-search .case_item .case_archiveCate span:nth-child(n+2) {
    margin-left: 12px;
  }
}
#p-case .case_item .case_archiveCate span:nth-child(n+2)::before,
#p-search .case_item .case_archiveCate span:nth-child(n+2)::before {
  position: absolute;
  top: -2px;
  left: -17px;
  font-weight: 200;
  content: "/";
}
@media only screen and (max-width: 679px) {
  #p-case .case_item .case_archiveCate span:nth-child(n+2)::before,
  #p-search .case_item .case_archiveCate span:nth-child(n+2)::before {
    top: -4px;
    left: -10px;
  }
}

/*----------------------------------------------------------------------------------
                                        p-caseSingle
------------------------------------------------------------------------------------*/
body.single-case {
  background-color: #EEEBD5;
}

#p-caseSingle {
  padding: 100px 20px 180px;
}
@media only screen and (max-width: 679px) {
  #p-caseSingle {
    padding: 60px 20px 80px;
  }
}
#p-caseSingle h1 {
  max-width: 865px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  #p-caseSingle h1 {
    font-size: 26px;
  }
}
#p-caseSingle h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-caseSingle h2 {
    font-size: 20px;
  }
}

.p-caseSingle_lead {
  margin-top: 30px;
}
.p-caseSingle_lead p {
  font-size: 15px;
  line-height: 1.8;
}

.p-caseSingle_category {
  display: inline-flex;
  gap: 10px 10px;
  margin-top: 30px;
}
.p-caseSingle_category a {
  display: block;
  padding: 7px 15px;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  font-size: 15px;
}

.case-visual-slider {
  margin-top: 60px;
}
@media only screen and (max-width: 679px) {
  .case-visual-slider {
    margin-top: 30px;
  }
}
.case-visual-slider img {
  width: 100%;
  height: auto;
}
.case-visual-slider .slick-prev,
.case-visual-slider .slick-next {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
.case-visual-slider .slick-prev:hover,
.case-visual-slider .slick-prev:focus,
.case-visual-slider .slick-next:hover,
.case-visual-slider .slick-next:focus {
  transition: all 0.5s ease;
  color: transparent;
  outline: none;
  opacity: 0.8;
}
.case-visual-slider .slick-prev:hover:before,
.case-visual-slider .slick-prev:focus:before,
.case-visual-slider .slick-next:hover:before,
.case-visual-slider .slick-next:focus:before {
  opacity: 1;
}
.case-visual-slider .slick-prev.slick-disabled:before,
.case-visual-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.case-visual-slider .slick-prev:before,
.case-visual-slider .slick-next:before {
  cursor: pointer;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.case-visual-slider .slick-prev {
  top: calc(50% - 25px);
  left: -10px;
  transform: rotate(-180deg);
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .case-visual-slider .slick-prev {
    left: 30px;
    transform: rotate(-180deg);
  }
}
@media only screen and (max-width: 679px) {
  .case-visual-slider .slick-prev {
    left: 8px;
    transform: scale(0.6) rotate(-180deg);
  }
}
.case-visual-slider .slick-prev:before {
  position: relative;
  top: -5px;
  left: 40px;
  content: url(../images/common/slide-arrow.svg);
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .case-visual-slider .slick-prev:before {
    left: -20px;
  }
}
.case-visual-slider .slick-next {
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 679px) {
  .case-visual-slider .slick-next {
    top: calc(50% - 20px);
    transform: scale(0.6);
  }
}
.case-visual-slider .slick-next:before {
  position: relative;
  top: -5px;
  right: -50px;
  content: url(../images/common/slide-arrow.svg);
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .case-visual-slider .slick-next:before {
    right: 20px;
  }
}
@media only screen and (max-width: 679px) {
  .case-visual-slider .slick-next:before {
    right: -27px;
  }
}

.case-visual-slider_thumb {
  overflow: hidden;
  width: 100%;
  margin-top: 3px;
}
.case-visual-slider_thumb img {
  width: 100%;
  cursor: pointer;
}
.case-visual-slider_thumb .slick-slide {
  margin: 0 1.5px;
}

.p-caseSingle_content {
  margin-top: 80px;
  margin-bottom: 60px;
}
.p-caseSingle_content article h2 {
  display: inline-block;
  text-align: left !important;
  border-bottom: solid 4px #000;
  padding-bottom: 5px;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_content article h2 {
    font-size: 20px;
    text-align: left !important;
  }
}
.p-caseSingle_content article h2 + h3 {
  margin-top: 40px;
}
.p-caseSingle_content article h2 + h4 {
  margin-top: 40px;
}
.p-caseSingle_content article h2 + p {
  margin-top: 30px;
}
.p-caseSingle_content article h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_content article h3 {
    font-size: 18px;
  }
}
.p-caseSingle_content article h3 + h2 {
  margin-top: 40px;
}
.p-caseSingle_content article h3 + h4 {
  margin-top: 40px;
}
.p-caseSingle_content article h3 + p {
  margin-top: 30px;
}
.p-caseSingle_content article h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_content article h4 {
    font-size: 15px;
  }
}
.p-caseSingle_content article h4 + h2 {
  margin-top: 40px;
}
.p-caseSingle_content article h4 + h3 {
  margin-top: 40px;
}
.p-caseSingle_content article h4 + p {
  margin-top: 30px;
}
.p-caseSingle_content article p {
  font-size: 15px;
  line-height: 1.8;
}
.p-caseSingle_content article p img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.p-caseSingle_content article p + h2 {
  margin-top: 20px;
}
.p-caseSingle_content article p + h3 {
  margin-top: 20px;
}
.p-caseSingle_content article p + h4 {
  margin-top: 20px;
}
.p-caseSingle_content article p + p {
  margin-top: 20px;
}

.p-caseSingle_detailSec {
  padding: 60px 0;
}

.p-caseSingle_detail {
  display: flex;
  margin-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_detail {
    display: block;
  }
}
.p-caseSingle_detail .case_detailBox {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding-right: 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_detail .case_detailBox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.p-caseSingle_detail .case_detailBox dl {
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_detail .case_detailBox dl {
    display: block;
    width: 100%;
  }
}
.p-caseSingle_detail .case_detailBox dl dt {
  width: 35%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_detail .case_detailBox dl dt {
    width: 100%;
    border: none;
    padding: 10px 0;
    opacity: 0.5;
  }
}
.p-caseSingle_detail .case_detailBox dl dd {
  width: 65%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  .p-caseSingle_detail .case_detailBox dl dd {
    width: 100%;
    padding: 0 0 10px;
  }
}
.p-caseSingle_detail .case_detailBox dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.p-caseSingle_detail + h2 {
  margin-top: 60px;
}

.p-caseSingle_floor {
  margin-top: 30px;
}
.p-caseSingle_floor img {
  width: 100%;
}

.pre-next-feature {
  display: flex;
  gap: 0 4%;
  max-width: 800px;
  margin: 0 auto;
}
.pre-next-feature .pnf-box {
  width: 48%;
  background-color: #fff;
}
.pre-next-feature .pnf-box img {
  width: 100%;
}
.pre-next-feature .pnf-box .pnf-thumb {
  position: relative;
}
.pre-next-feature .pnf-box span {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 14px;
  font-size: 13px;
}
.pre-next-feature .pnf-box .icon-left {
  margin-right: 4px;
}
.pre-next-feature .pnf-box .icon-right {
  margin-left: 4px;
}
.pre-next-feature .preview-link span {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pre-next-feature .next-link span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pre-next-feature .pnf-title {
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  .pre-next-feature .pnf-title {
    padding: 10px;
  }
}

.notFound {
  margin-top: 100px;
  width: 100%;
}
.notFound p {
  font-size: 16px;
  text-align: center;
}

/*----------------------------------------------------------------------------------
                                        p-venueSapce
------------------------------------------------------------------------------------*/
body.single-venue {
  background-color: #EEEBD5;
}

#lg-download-1 {
  display: none !important;
}

.p-venueSpace .fixedbar {
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 10px 10px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar {
    height: 70px;
    padding: 0 28px;
  }
}
.p-venueSpace .fixedbar .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar .container {
    gap: 0 10px;
  }
}
.p-venueSpace .fixedbar_name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  height: 21px;
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_name {
    display: none;
  }
}
.p-venueSpace .fixedbar_infoWrap {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  width: 100%;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_infoWrap {
    display: inline-flex;
    justify-content: start;
    gap: 0 10px;
    width: auto;
  }
}
.p-venueSpace .fixedbar_infoWrap .fixedbar_tel {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_infoWrap .fixedbar_tel {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    border: solid 1px #2e4aff;
    border-radius: 50px;
    color: #2e4aff;
    font-size: 13px;
  }
}
.p-venueSpace .fixedbar_infoWrap .fixedbar_tel::after {
  position: absolute;
  inset: 7px auto auto -22px;
  content: url(../images/pages/tel.svg);
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_infoWrap .fixedbar_tel::after {
    content: none;
  }
}
.p-venueSpace .fixedbar_infoWrap .fixedbar_tel[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_infoWrap .fixedbar_tel[href^="tel:"] {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .p-venueSpace .fixedbar_infoWrap .fixedbar_info {
    font-size: 11px;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_infoWrap .fixedbar_info {
    display: none;
  }
}
.p-venueSpace .fixedbar_infoWrap .fixedbar_contact {
  display: block;
  color: #fff;
  background-color: #2e4aff;
  border-radius: 50px;
  padding: 4px 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_infoWrap .fixedbar_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    padding: 0;
    font-size: 13px;
  }
}
.p-venueSpace .fixedbar_infoWrap .fixedbar_contact:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .fixedbar_infoWrap .fixedbar_contact span {
    display: none;
  }
}
.p-venueSpace .venue_actionWrap {
  z-index: 99;
  position: fixed;
  bottom: 7px;
  right: 15px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .venue_actionWrap {
    position: static;
  }
}
.p-venueSpace .share_btn {
  border: none;
  color: #000;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .share_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
}
.p-venueSpace .share_btn p {
  font-size: 12px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .share_btn p {
    display: none;
  }
}
.p-venueSpace .share_btn:hover {
  cursor: pointer;
}
.p-venueSpace .share_list {
  position: relative;
}
.p-venueSpace .studio-share-triangle {
  z-index: 102;
  position: absolute;
  top: -65px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .studio-share-triangle {
    top: -70px;
    right: 13px;
  }
}
.p-venueSpace .studio-share-triangle-border {
  z-index: 99;
  position: absolute;
  top: -65px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .studio-share-triangle-border {
    top: -70px;
    right: 11px;
  }
}
.p-venueSpace .studio-share-container {
  z-index: 101;
  overflow: hidden;
  position: absolute;
  top: -220px;
  right: 0;
  box-sizing: border-box;
  width: 120px;
  background-color: #fff;
  border-radius: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .studio-share-container {
    top: -225px;
    right: -15px;
  }
}
.p-venueSpace .studio-share-item {
  padding: 0 8px;
  transition: all 0.2s ease;
}
.p-venueSpace .studio-share-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  transition: all 0.2s ease;
}
.p-venueSpace .studio-share-item span {
  display: block;
  padding: 4px 8px 5px;
  font-size: 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.p-venueSpace .pdf_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 10px;
  width: 165px;
  height: 36px;
  margin: 30px auto 0;
  font-size: 14px;
  font-weight: 700;
}
.p-venueSpace .more .more_content {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s;
}
.p-venueSpace .more .more_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.p-venueSpace .more .more_content.open:after {
  z-index: -1;
  opacity: 0;
}
.p-venueSpace .more .more_content.open + .more_btn::after {
  top: 14px;
  transform: rotate(180deg);
}
.p-venueSpace .more_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  width: 300px;
  height: 50px;
  border: solid 2px #000;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .more_btn {
    width: 100%;
  }
}
.p-venueSpace .more_btn::after {
  position: absolute;
  top: 12px;
  right: 23px;
  content: url(../images/pages/more-arrow.svg);
}
.p-venueSpace .more + .more {
  margin-top: 30px;
}
.p-venueSpace .spaceList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 50px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .p-venueSpace .spaceList {
    gap: 20px 2%;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .spaceList {
    gap: 20px 0;
    margin-top: 30px;
  }
}
.p-venueSpace .spaceList li {
  overflow: hidden;
  width: 32%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 15px -5px #777777;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .p-venueSpace .spaceList li {
    width: 49%;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace .spaceList li {
    width: 100%;
  }
}
.p-venueSpace .spaceList li a {
  transition: allBtn 0.5s ease;
}
.p-venueSpace .spaceList li a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.p-venueSpace .spaceList_thumb {
  overflow: hidden;
}
.p-venueSpace .spaceList_thumb img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
.p-venueSpace .spaceList_info {
  padding: 20px;
}
.p-venueSpace .spaceList_ttl {
  font-size: 18px;
  font-weight: 600;
}
.p-venueSpace .spaceList_fee {
  margin-top: 15px;
  font-size: 12px;
}
.p-venueSpace .spaceList_feeTypes {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
}
.p-venueSpace .spaceList_feeTypes dt {
  width: 18.4%;
  opacity: 0.5;
}
.p-venueSpace .spaceList_feeTypes dd {
  width: 14.93%;
}
.p-venueSpace .spaceList_feeTypes_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.8;
}
.p-venueSpace .spaceList_feeTypes_bottom dt,
.p-venueSpace .spaceList_feeTypes_bottom dd {
  width: 16.6%;
}
.p-venueSpace .spaceList_feeTypes_bottom dt {
  opacity: 0.5;
}

/*----------------------------------------------------------------------------------
                                        p-password
------------------------------------------------------------------------------------*/
.custom_password_area {
  margin: 100px auto 100px;
  min-height: 500px;
  text-align: center;
}

/*----------------------------------------------------------------------------------
                                        p-venueSingle
------------------------------------------------------------------------------------*/
#p-venueSingle {
  background-color: #EEEBD5;
}
#p-venueSingle .more_content {
  max-height: 180px;
}
#p-venueSingle .more_content::after {
  background: linear-gradient(to bottom, transparent 0%, #EEEBD5 100%);
}
#p-venueSingle .more_btn {
  background-color: #EEEBD5;
}

.p-venueSec {
  position: relative;
}
.p-venueSec::before {
  position: absolute;
  inset: 0 0 auto 0;
  max-width: 1180px;
  height: 1px;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

#p-venueSingleMvSec .mv-slider li {
  display: flex;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleMvSec .mv-slider li {
    display: block;
  }
}
#p-venueSingleMvSec .mv-slider li figure {
  width: 50%;
  margin: 0 !important;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleMvSec .mv-slider li figure {
    width: 100%;
  }
}
@media only screen and (max-width: 679px) {
  #p-venueSingleMvSec .mv_illust img {
    aspect-ratio: 2/1;
    object-fit: cover;
  }
}
#p-venueSingleMvSec .slick-prev,
#p-venueSingleMvSec .slick-next {
  z-index: 1;
  width: 32px;
  height: 32px;
  overflow: visible;
}
#p-venueSingleMvSec .slick-prev {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleMvSec .slick-prev {
    inset: 21.2vw auto 0 0;
  }
}
#p-venueSingleMvSec .slick-prev.slick-disabled:before,
#p-venueSingleMvSec .slick-next.slick-disabled:before {
  display: none;
}
#p-venueSingleMvSec .slick-next {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  cursor: pointer;
  transform: rotate(180deg);
}
@media only screen and (max-width: 679px) {
  #p-venueSingleMvSec .slick-next {
    inset: 18vw 0 0 auto;
  }
}
#p-venueSingleMvSec .slick-prev:before,
#p-venueSingleMvSec .slick-next:before {
  width: 32px;
  height: 32px;
  content: url(../images/pages/slide-arrow.svg);
}

#p-venueSingleTtlSec {
  position: relative;
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleTtlSec {
    padding: 20px 10px 30px;
  }
}
#p-venueSingleTtlSec h1 {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleTtlSec h1 {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}
#p-venueSingleTtlSec h1 span {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleTtlSec h1 span {
    font-size: 30px;
  }
}
#p-venueSingleTtlSec .venue_adress {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleTtlSec .venue_adress {
    justify-content: start;
    font-size: 12px;
  }
}
#p-venueSingleTtlSec .venue_adress img {
  margin-right: 10px;
}
#p-venueSingleTtlSec .venue_adress a {
  transition: all 0.5s ease;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  background-color: #000;
  padding: 3.5px 15px;
  margin-left: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleTtlSec .venue_adress a {
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 13px;
    text-align: center;
  }
}
#p-venueSingleTtlSec .venue_adress a:hover {
  transition: all 0.5s ease;
  opacity: 0.8;
}
#p-venueSingleTtlSec .venue_lead {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleTtlSec .venue_lead {
    font-size: 18px;
    text-align: left;
  }
}

#p-venueSingleCaseSec {
  padding: 60px 0;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleCaseSec {
    padding: 50px 0;
  }
}

#p-venueFeatureSingleSec {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  #p-venueFeatureSingleSec {
    padding: 50px 20px;
  }
}
#p-venueFeatureSingleSec .feature_list {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 679px) {
  #p-venueFeatureSingleSec .feature_list {
    flex-wrap: wrap;
    gap: 20px 3%;
  }
}
#p-venueFeatureSingleSec .feature_list li {
  width: calc((100% - 30px) / 4);
}
@media only screen and (max-width: 679px) {
  #p-venueFeatureSingleSec .feature_list li {
    width: 48.5%;
  }
}
#p-venueFeatureSingleSec .feature_list li img {
  width: 100%;
  border-radius: 10px;
}
#p-venueFeatureSingleSec .feature_list li p {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  #p-venueFeatureSingleSec .feature_list li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 679px) {
  #p-venueFeatureSingleSec .feature_list li p {
    font-size: 13px;
  }
}
#p-venueFeatureSingleSec .more_content {
  margin-top: 30px;
}
#p-venueFeatureSingleSec .more_content h3 {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 679px) {
  #p-venueFeatureSingleSec .more_content h3 {
    font-size: 18px;
  }
}
#p-venueFeatureSingleSec .more_content h3 + p {
  margin-top: 20px;
}
#p-venueFeatureSingleSec .more_content p {
  font-size: 15px;
  line-height: 1.8;
}
#p-venueFeatureSingleSec .more_content p a {
  color: #ff3c00;
  text-decoration: underline;
}
#p-venueFeatureSingleSec .more_content p + p {
  margin-top: 20px;
}
#p-venueFeatureSingleSec .more_content p + h3 {
  margin-top: 20px;
}

#p-venueGallerySingleSec {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec {
    padding: 50px 20px;
  }
}
#p-venueGallerySingleSec .galleryWrap {
  position: relative;
  display: flex;
  gap: 0 4px;
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec .galleryWrap {
    display: block;
  }
}
#p-venueGallerySingleSec .galleryWrap .btn-dynamic {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 8px 5px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  #p-venueGallerySingleSec .galleryWrap .btn-dynamic {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }
}
#p-venueGallerySingleSec .galleryWrap .btn-dynamic img {
  position: relative;
  top: 4px;
  width: 20px;
}
@media only screen and (min-width: 680px) and (max-width: 1299px) {
  #p-venueGallerySingleSec .galleryWrap .btn-dynamic img {
    top: -1px;
  }
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec .galleryWrap .btn-dynamic {
    position: static;
    width: 280px;
    display: block;
    height: auto;
    background: #666666;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 12px 8px 10px;
  }
  #p-venueGallerySingleSec .galleryWrap .btn-dynamic br {
    display: none;
  }
  #p-venueGallerySingleSec .galleryWrap .btn-dynamic img {
    position: relative;
    top: 4px;
    width: 25px;
    margin-right: 6px;
  }
}
#p-venueGallerySingleSec .galleryWrap .btn-dynamic img {
  margin-bottom: 10px;
}
@media only screen and (min-width: 680px) and (max-width: 1299px) {
  #p-venueGallerySingleSec .galleryWrap .btn-dynamic img {
    margin-bottom: 0;
  }
}
#p-venueGallerySingleSec .galleryWrap .btn-dynamic:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-venueGallerySingleSec .galleryWrap .visual-main {
  width: 50%;
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec .galleryWrap .visual-main {
    width: 100%;
  }
}
#p-venueGallerySingleSec .galleryWrap .visual-main a {
  display: block;
  width: 100%;
}
#p-venueGallerySingleSec .galleryWrap .visual-main a:nth-child(n+2) {
  display: none;
}
#p-venueGallerySingleSec .galleryWrap .visual-main a img {
  width: 100%;
}
#p-venueGallerySingleSec .galleryWrap .visual-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  width: calc(50% - 2px);
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec .galleryWrap .visual-sub {
    margin-top: 4px;
    width: 100%;
  }
}
#p-venueGallerySingleSec .galleryWrap .visual-sub a {
  display: block;
  width: calc(50% - 2px);
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec .galleryWrap .visual-sub a {
    width: calc((100% - 12px) / 4);
  }
}
#p-venueGallerySingleSec .galleryWrap .visual-sub a:nth-child(1) {
  display: none;
}
#p-venueGallerySingleSec .galleryWrap .visual-sub a:nth-child(n+6) {
  display: none;
}
#p-venueGallerySingleSec .galleryWrap .visual-sub a img {
  width: 100%;
}
#p-venueGallerySingleSec .galleryWrap .venue-slider img {
  width: 100%;
}
#p-venueGallerySingleSec .galleryWrap .venue-slider_thumb {
  margin-top: 2px;
}
#p-venueGallerySingleSec .galleryWrap .venue-slider_thumb li img {
  width: calc(100% - 2px);
}
#p-venueGallerySingleSec .galleryWrap .slick-prev,
#p-venueGallerySingleSec .galleryWrap .slick-next {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
#p-venueGallerySingleSec .galleryWrap .slick-prev:hover,
#p-venueGallerySingleSec .galleryWrap .slick-prev:focus,
#p-venueGallerySingleSec .galleryWrap .slick-next:hover,
#p-venueGallerySingleSec .galleryWrap .slick-next:focus {
  transition: all 0.5s ease;
  color: transparent;
  outline: none;
  opacity: 0.8;
}
#p-venueGallerySingleSec .galleryWrap .slick-prev:hover:before,
#p-venueGallerySingleSec .galleryWrap .slick-prev:focus:before,
#p-venueGallerySingleSec .galleryWrap .slick-next:hover:before,
#p-venueGallerySingleSec .galleryWrap .slick-next:focus:before {
  opacity: 1;
}
#p-venueGallerySingleSec .galleryWrap .slick-prev.slick-disabled:before,
#p-venueGallerySingleSec .galleryWrap .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#p-venueGallerySingleSec .galleryWrap .slick-prev:before,
#p-venueGallerySingleSec .galleryWrap .slick-next:before {
  cursor: pointer;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#p-venueGallerySingleSec .galleryWrap .slick-prev {
  top: calc(50% - 25px);
  transform: scale(0.6) rotate(-180deg);
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec .galleryWrap .slick-prev {
    top: calc(50% - 24px);
    left: -17px;
    transform: rotate(-180deg) scale(0.5);
  }
}
#p-venueGallerySingleSec .galleryWrap .slick-prev:before {
  position: relative;
  top: -5px;
  left: -35px;
  content: url(../images/common/slide-arrow.svg);
}
#p-venueGallerySingleSec .galleryWrap .slick-next {
  top: calc(50% - 31px);
  right: 10px;
  transform: scale(0.6);
}
@media only screen and (max-width: 679px) {
  #p-venueGallerySingleSec .galleryWrap .slick-next {
    top: calc(50% - 23px);
    right: 0;
    transform: scale(0.5);
  }
}
#p-venueGallerySingleSec .galleryWrap .slick-next:before {
  position: relative;
  top: -5px;
  right: 0;
  content: url(../images/common/slide-arrow.svg);
}

.lg-sub-html {
  background: rgba(0, 0, 0, 0.5);
}

.lg-close {
  display: block !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 0;
  right: 40px;
  z-index: 9999 !important;
}

#p-venueSingleFeeSec {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleFeeSec {
    padding: 50px 0;
  }
}
#p-venueSingleFeeSec .spScroll {
  overflow-x: scroll;
}
#p-venueSingleFeeSec .spScroll + .spScroll {
  margin-top: 60px;
}
#p-venueSingleFeeSec .spScroll + h3 {
  margin-top: 60px;
}
#p-venueSingleFeeSec .feeTable {
  margin-top: 30px;
  overflow: hidden;
}
#p-venueSingleFeeSec .feeTable h3 {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleFeeSec .feeTable h3 {
    font-size: 18px;
  }
}
#p-venueSingleFeeSec .feeTable h3 + .spScroll {
  margin-top: 15px;
}
#p-venueSingleFeeSec table {
  table-layout: fixed;
  border-collapse: separate;
  border: solid 1px #000;
  border-radius: 20px;
  font-size: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleFeeSec table {
    width: 600px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
#p-venueSingleFeeSec table th,
#p-venueSingleFeeSec table td {
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  text-align: center;
}
#p-venueSingleFeeSec thead th,
#p-venueSingleFeeSec thead td {
  background-color: #d8d2a4;
  font-weight: 700;
}
#p-venueSingleFeeSec tbody th,
#p-venueSingleFeeSec tbody td {
  background-color: #fff;
}
#p-venueSingleFeeSec tbody th {
  font-weight: 700;
}
#p-venueSingleFeeSec .feeNote {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  margin-top: 60px;
  padding: 40px 50px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleFeeSec .feeNote {
    box-sizing: border-box;
    width: calc(100% - 40px);
    padding: 30px 20px;
    margin: 60px auto 0;
  }
}
#p-venueSingleFeeSec .feeNote h3 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
#p-venueSingleFeeSec .feeNote ul li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}
#p-venueSingleFeeSec .feeNote ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
#p-venueSingleFeeSec .feeNote ul + h3 {
  margin-top: 30px;
}
#p-venueSingleFeeSec .feeNote p {
  font-size: 15px;
}
#p-venueSingleFeeSec .feeNote p + h3 {
  margin-top: 30px;
}
#p-venueSingleFeeSec .feeNote p + p {
  margin-top: 30px;
}

#p-venueSingleDetailSec {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleDetailSec {
    padding: 50px 20px;
  }
}
#p-venueSingleDetailSec .detailBoard {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px 50px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleDetailSec .detailBoard {
    padding: 30px 20px;
  }
}
#p-venueSingleDetailSec dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleDetailSec dl {
    display: block;
  }
}
#p-venueSingleDetailSec dl dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 280px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  font-weight: 700;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleDetailSec dl dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
  }
}
#p-venueSingleDetailSec dl dt:last-of-type {
  border-bottom: none;
}
#p-venueSingleDetailSec dl dd {
  box-sizing: border-box;
  width: calc(100% - 280px);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleDetailSec dl dd {
    width: 100%;
    padding: 5px 0 10px;
  }
}
#p-venueSingleDetailSec dl dd:last-of-type {
  border-bottom: none;
}
#p-venueSingleDetailSec dl dd ul li::before {
  content: "・";
}
#p-venueSingleDetailSec dl dd .dlList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleDetailSec dl dd .dlList {
    margin: 10px 0;
  }
}
#p-venueSingleDetailSec dl dd .dlList a {
  border: solid 1px #2e4aff;
  border-radius: 25px;
  padding: 5px 11px 5px 25px;
  font-size: 13px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleDetailSec dl dd .dlList a {
    padding: 2px 11px 2px 25px;
  }
}
#p-venueSingleDetailSec dl dd .dlList a img {
  position: relative;
  top: -2px;
  left: -2px;
}
#p-venueSingleDetailSec dl dd p + p {
  margin-top: 20px;
}
#p-venueSingleDetailSec dl dd a {
  color: #2e4aff;
}

#p-venueSingleAccessSec {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec .access_bottom {
    padding: 0 20px;
  }
}
#p-venueSingleAccessSec .access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin-top: 30px;
  border: solid 1px #000;
  border-radius: 10px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec .access_map {
    border: none;
    border-radius: 0;
    padding-top: 70%;
  }
}
#p-venueSingleAccessSec .access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec .access_map iframe {
    border-radius: 0;
  }
}
#p-venueSingleAccessSec .access_adress {
  display: flex;
  gap: 0 40px;
  margin-top: 12px;
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec .access_adress {
    flex-wrap: wrap;
    gap: 20px 0;
    font-size: 13px;
  }
}
#p-venueSingleAccessSec .access_adressBox {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec .access_adressBox {
    width: 100%;
  }
}
#p-venueSingleAccessSec .access_adressTtl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-weight: 700;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec .access_adressTtl {
    font-size: 16px;
  }
}
#p-venueSingleAccessSec .access_adressTxt p {
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAccessSec .access_adressTxt p {
    font-size: 14px;
  }
}
#p-venueSingleAccessSec .access_adressTxt p + p {
  margin-top: 10px;
}

#p-venueSingleAboutSec {
  padding: 60px 20px 40px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAboutSec {
    padding: 50px 20px;
  }
}
#p-venueSingleAboutSec .venueSingleAboutSec_about {
  margin-top: 20px;
}
#p-venueSingleAboutSec .venueSingleAboutSec_about p {
  font-size: 15px;
}
#p-venueSingleAboutSec .venueSingleAboutSec_about p + p {
  margin-top: 30px;
}
#p-venueSingleAboutSec dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAboutSec dl {
    display: block;
  }
}
#p-venueSingleAboutSec dl dt {
  width: 100px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAboutSec dl dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
  }
}
#p-venueSingleAboutSec dl dt:last-of-type {
  border-bottom: none;
}
#p-venueSingleAboutSec dl dd {
  width: calc(100% - 100px);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleAboutSec dl dd {
    width: 100%;
    padding: 5px 0 10px;
  }
}
#p-venueSingleAboutSec dl dd:last-of-type {
  border-bottom: none;
}
#p-venueSingleAboutSec dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
#p-venueSingleAboutSec dl dd ul li {
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  border-radius: 14px;
  padding: 3px 10px;
  font-size: 15px;
}
#p-venueSingleAboutSec dl dd ul li a {
  color: #666;
}

#p-venueSingleSec10 {
  padding: 60px 20px 120px;
}
@media only screen and (max-width: 679px) {
  #p-venueSingleSec10 {
    padding: 50px 20px 120px;
  }
}

.p-venueSpace-old .fixedbar {
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 10px 10px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar {
    height: 70px;
    padding: 0 28px;
  }
}
.p-venueSpace-old .fixedbar .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar .container {
    gap: 0 10px;
  }
}
.p-venueSpace-old .fixedbar_name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  height: 21px;
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_name {
    display: none;
  }
}
.p-venueSpace-old .fixedbar_infoWrap {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  width: 100%;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_infoWrap {
    display: inline-flex;
    justify-content: start;
    gap: 0 10px;
    width: auto;
  }
}
.p-venueSpace-old .fixedbar_infoWrap .fixedbar_tel {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_infoWrap .fixedbar_tel {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    border: solid 1px #2e4aff;
    border-radius: 50px;
    color: #2e4aff;
    font-size: 13px;
  }
}
.p-venueSpace-old .fixedbar_infoWrap .fixedbar_tel::after {
  position: absolute;
  inset: 7px auto auto -22px;
  content: url(../images/pages/tel.svg);
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_infoWrap .fixedbar_tel::after {
    content: none;
  }
}
.p-venueSpace-old .fixedbar_infoWrap .fixedbar_tel[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_infoWrap .fixedbar_tel[href^="tel:"] {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .p-venueSpace-old .fixedbar_infoWrap .fixedbar_info {
    font-size: 11px;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_infoWrap .fixedbar_info {
    display: none;
  }
}
.p-venueSpace-old .fixedbar_infoWrap .fixedbar_contact {
  display: block;
  color: #fff;
  background-color: #2e4aff;
  border-radius: 50px;
  padding: 4px 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_infoWrap .fixedbar_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    padding: 0;
    font-size: 13px;
  }
}
.p-venueSpace-old .fixedbar_infoWrap .fixedbar_contact:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .fixedbar_infoWrap .fixedbar_contact span {
    display: none;
  }
}
.p-venueSpace-old .venue_actionWrap {
  z-index: 99;
  position: fixed;
  bottom: 7px;
  right: 15px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .venue_actionWrap {
    position: static;
  }
}
.p-venueSpace-old .share_btn {
  border: none;
  color: #000;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .share_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
}
.p-venueSpace-old .share_btn p {
  font-size: 12px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .share_btn p {
    display: none;
  }
}
.p-venueSpace-old .share_btn:hover {
  cursor: pointer;
}
.p-venueSpace-old .share_list {
  position: relative;
}
.p-venueSpace-old .studio-share-triangle {
  z-index: 102;
  position: absolute;
  top: -65px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .studio-share-triangle {
    top: -70px;
    right: 13px;
  }
}
.p-venueSpace-old .studio-share-triangle-border {
  z-index: 99;
  position: absolute;
  top: -65px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .studio-share-triangle-border {
    top: -70px;
    right: 11px;
  }
}
.p-venueSpace-old .studio-share-container {
  z-index: 101;
  overflow: hidden;
  position: absolute;
  top: -220px;
  right: 0;
  box-sizing: border-box;
  width: 120px;
  background-color: #fff;
  border-radius: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old .studio-share-container {
    top: -225px;
    right: -15px;
  }
}
.p-venueSpace-old .studio-share-item {
  padding: 0 8px;
  transition: all 0.2s ease;
}
.p-venueSpace-old .studio-share-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  transition: all 0.2s ease;
}
.p-venueSpace-old .studio-share-item span {
  display: block;
  padding: 4px 8px 5px;
  font-size: 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.p-venueSpace-old #p-venueSingleVisual {
  display: flex;
  gap: 0 4px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleVisual {
    display: block;
  }
}
.p-venueSpace-old #p-venueSingleVisual .btn-dynamic {
  display: none;
}
.p-venueSpace-old #p-venueSingleVisual .visual-main {
  width: calc(50% - 2px);
}
.p-venueSpace-old #p-venueSingleVisual .visual-main a {
  display: block;
  width: 100%;
}
.p-venueSpace-old #p-venueSingleVisual .visual-main a:nth-child(n+2) {
  display: none;
}
.p-venueSpace-old #p-venueSingleVisual .visual-main a img {
  width: 100%;
}
.p-venueSpace-old #p-venueSingleVisual .visual-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  width: calc(50% - 2px);
}
.p-venueSpace-old #p-venueSingleVisual .visual-sub a {
  display: block;
  width: calc(50% - 2px);
}
.p-venueSpace-old #p-venueSingleVisual .visual-sub a:nth-child(1) {
  display: none;
}
.p-venueSpace-old #p-venueSingleVisual .visual-sub a img {
  width: 100%;
}
.p-venueSpace-old #p-venueSingleVisual .venue-slider img {
  width: 100%;
}
.p-venueSpace-old #p-venueSingleVisual .venue-slider_thumb {
  margin-top: 2px;
}
.p-venueSpace-old #p-venueSingleVisual .venue-slider_thumb li img {
  width: calc(100% - 2px);
}
.p-venueSpace-old #p-venueSingleVisual .slick-prev,
.p-venueSpace-old #p-venueSingleVisual .slick-next {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
.p-venueSpace-old #p-venueSingleVisual .slick-prev:hover,
.p-venueSpace-old #p-venueSingleVisual .slick-prev:focus,
.p-venueSpace-old #p-venueSingleVisual .slick-next:hover,
.p-venueSpace-old #p-venueSingleVisual .slick-next:focus {
  transition: all 0.5s ease;
  color: transparent;
  outline: none;
  opacity: 0.8;
}
.p-venueSpace-old #p-venueSingleVisual .slick-prev:hover:before,
.p-venueSpace-old #p-venueSingleVisual .slick-prev:focus:before,
.p-venueSpace-old #p-venueSingleVisual .slick-next:hover:before,
.p-venueSpace-old #p-venueSingleVisual .slick-next:focus:before {
  opacity: 1;
}
.p-venueSpace-old #p-venueSingleVisual .slick-prev.slick-disabled:before,
.p-venueSpace-old #p-venueSingleVisual .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.p-venueSpace-old #p-venueSingleVisual .slick-prev:before,
.p-venueSpace-old #p-venueSingleVisual .slick-next:before {
  cursor: pointer;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-venueSpace-old #p-venueSingleVisual .slick-prev {
  top: calc(50% - 25px);
  transform: scale(0.6) rotate(-180deg);
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleVisual .slick-prev {
    top: calc(50% - 24px);
    left: -17px;
    transform: rotate(-180deg) scale(0.5);
  }
}
.p-venueSpace-old #p-venueSingleVisual .slick-prev:before {
  position: relative;
  top: -5px;
  left: -35px;
  content: url(../images/common/slide-arrow.svg);
}
.p-venueSpace-old #p-venueSingleVisual .slick-next {
  top: calc(50% - 31px);
  right: 10px;
  transform: scale(0.6);
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleVisual .slick-next {
    top: calc(50% - 23px);
    right: 0;
    transform: scale(0.5);
  }
}
.p-venueSpace-old #p-venueSingleVisual .slick-next:before {
  position: relative;
  top: -5px;
  right: 0;
  content: url(../images/common/slide-arrow.svg);
}
.p-venueSpace-old #p-venueSingleSec01 {
  position: relative;
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 {
    padding: 40px 10px 30px;
  }
}
.p-venueSpace-old #p-venueSingleSec01 h1 {
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 h1 {
    font-size: 12px;
  }
}
.p-venueSpace-old #p-venueSingleSec01 h1 span {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 h1 span {
    font-size: 25px;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .venue_adress {
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .venue_adress {
    font-size: 12px;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .venue_adress img {
  margin-right: 10px;
}
.p-venueSpace-old #p-venueSingleSec01 .venue_adress a {
  transition: all 0.5s ease;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  background-color: #000;
  padding: 3.5px 15px;
  margin-left: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .venue_adress a {
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 13px;
    width: 90px;
    text-align: center;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .venue_adress a:hover {
  transition: all 0.5s ease;
  opacity: 0.8;
}
.p-venueSpace-old #p-venueSingleSec01 .venue_featureList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  max-width: 800px;
  margin-top: 20px;
}
.p-venueSpace-old #p-venueSingleSec01 .venue_featureList li {
  font-size: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 3px 10px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .venue_featureList li {
    font-size: 13px;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .venue_actionWrap {
  position: absolute;
  top: 70px;
  right: 20px;
  z-index: 0;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .p-venueSpace-old #p-venueSingleSec01 .venue_actionWrap {
    margin-top: 30px;
    position: static;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .venue_actionWrap {
    position: static;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .action-buttons-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .bookmark_btn,
.p-venueSpace-old #p-venueSingleSec01 .share_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 20px;
  width: 200px;
  height: 43px;
  color: #000;
  background-color: #EEEBD5;
}
.p-venueSpace-old #p-venueSingleSec01 .bookmark_btn span,
.p-venueSpace-old #p-venueSingleSec01 .share_btn span {
  font-size: 15px;
}
.p-venueSpace-old #p-venueSingleSec01 .bookmark_btn:hover,
.p-venueSpace-old #p-venueSingleSec01 .share_btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .bookmark_btn {
    width: 63%;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .share_btn {
  margin-top: 12px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .share_btn {
    width: 34%;
    margin-top: 0;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .share_btn img {
  margin-right: 10px;
}
.p-venueSpace-old #p-venueSingleSec01 .bookmark_btn[data-bookmark-status=added] {
  background-color: #000;
}
.p-venueSpace-old #p-venueSingleSec01 .bookmark_btn[data-bookmark-status=added] span {
  color: #fff;
}
.p-venueSpace-old #p-venueSingleSec01 .bookmark_icon[data-bookmark-status=none] {
  background: url("../images/pages/bookmark-add-icon.svg") no-repeat center center;
}
.p-venueSpace-old #p-venueSingleSec01 .bookmark-add-icon[data-bookmark-status=added] {
  background: url("../images/pages/bookmark-added-icn.svg") no-repeat center center;
}
.p-venueSpace-old #p-venueSingleSec01 .share_list {
  position: relative;
}
.p-venueSpace-old #p-venueSingleSec01 .studio-share-triangle {
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 12px solid #fff;
  border-top: 0;
  margin: auto;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .studio-share-triangle {
    top: -10px;
    right: auto;
    left: 50px;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .studio-share-container {
  overflow: hidden;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 120px;
  background-color: #fff;
  border-radius: 15px;
  margin: auto;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec01 .studio-share-container {
    position: static;
    margin: 20px 0 0;
  }
}
.p-venueSpace-old #p-venueSingleSec01 .studio-share-item {
  padding: 0 8px;
  transition: all 0.2s ease;
}
.p-venueSpace-old #p-venueSingleSec01 .studio-share-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  transition: all 0.2s ease;
}
.p-venueSpace-old #p-venueSingleSec01 .studio-share-item span {
  display: block;
  padding: 4px 8px 5px;
  font-size: 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.p-venueSpace-old #p-venueSingleSec02 {
  padding: 50px 20px 60px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec02 {
    padding: 60px 10px;
  }
}
.p-venueSpace-old #p-venueSingleSec02 .venue_choosyList {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec02 .venue_choosyList {
    gap: 10px 1.33%;
    flex-wrap: wrap;
  }
}
.p-venueSpace-old #p-venueSingleSec02 .venue_choosyList li {
  width: 11.5%;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec02 .venue_choosyList li {
    width: 24%;
  }
}
.p-venueSpace-old #p-venueSingleSec02 .venue_choosyList li img {
  width: 90%;
}
.p-venueSpace-old #p-venueSingleSec02 .venue_choosyList li p {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .p-venueSpace-old #p-venueSingleSec02 .venue_choosyList li p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec02 .venue_choosyList li p {
    font-size: 12px;
  }
}
.p-venueSpace-old #p-venueSingleSec03 {
  padding: 60px 0;
}
.p-venueSpace-old #p-venueSingleSec04 {
  padding: 120px 20px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec04 {
    padding: 60px 20px;
  }
}
.p-venueSpace-old #p-venueSingleSec05 {
  background-color: #F5F3E8;
  padding: 74px 20px 55px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec05 {
    padding: 60px 20px;
  }
}
.p-venueSpace-old #p-venueSingleSec05 .movieList {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec05 .movieList {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.p-venueSpace-old #p-venueSingleSec05 .movieList li {
  width: 32%;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec05 .movieList li {
    width: 100%;
  }
}
.p-venueSpace-old #p-venueSingleSec05 .movieList li a {
  transition: all 0.5s ease;
  display: block;
}
.p-venueSpace-old #p-venueSingleSec05 .movieList li a:hover {
  transition: all 0.5s ease;
  opacity: 0.8;
}
.p-venueSpace-old #p-venueSingleSec05 .movieList li a .movieList_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 188px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.p-venueSpace-old #p-venueSingleSec05 .movieList li a .movieList_box::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  content: "";
}
.p-venueSpace-old #p-venueSingleSec05 .movieList li a .movieList_box img {
  z-index: 2;
  position: relative;
}
.p-venueSpace-old #p-venueSingleSec05 .movieList li a p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.p-venueSpace-old #p-venueSingleSec06 {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec06 {
    padding: 60px 20px;
  }
}
.p-venueSpace-old #p-venueSingleSec06 .feature_list {
  display: flex;
  justify-content: center;
  gap: 0 2%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec06 .feature_list {
    flex-wrap: wrap;
    gap: 20px 3%;
  }
}
.p-venueSpace-old #p-venueSingleSec06 .feature_list li {
  width: 32%;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec06 .feature_list li {
    width: 48.5%;
  }
}
.p-venueSpace-old #p-venueSingleSec06 .feature_list li img {
  width: 100%;
  border-radius: 10px;
}
.p-venueSpace-old #p-venueSingleSec06 .feature_list li p {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .p-venueSpace-old #p-venueSingleSec06 .feature_list li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec06 .feature_list li p {
    font-size: 13px;
  }
}
.p-venueSpace-old #p-venueSingleSec06 .more_content {
  margin-top: 30px;
}
.p-venueSpace-old #p-venueSingleSec06 .more_content h3 {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec06 .more_content h3 {
    font-size: 18px;
  }
}
.p-venueSpace-old #p-venueSingleSec06 .more_content h3 + p {
  margin-top: 20px;
}
.p-venueSpace-old #p-venueSingleSec06 .more_content p {
  font-size: 15px;
  line-height: 1.8;
}
.p-venueSpace-old #p-venueSingleSec06 .more_content p a {
  color: #ff3c00;
  text-decoration: underline;
}
.p-venueSpace-old #p-venueSingleSec06 .more_content p + p {
  margin-top: 20px;
}
.p-venueSpace-old #p-venueSingleSec06 .more_content p + h3 {
  margin-top: 20px;
}
.p-venueSpace-old #p-venueSingleSec07 {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec07 {
    padding: 40px 10px;
  }
}
.p-venueSpace-old #p-venueSingleSec07 dl {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec07 dl {
    display: block;
  }
}
.p-venueSpace-old #p-venueSingleSec07 dl dt {
  box-sizing: border-box;
  width: 170px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec07 dl dt {
    width: 100%;
    border-bottom: none;
    opacity: 0.5;
    padding: 10px 0 0;
  }
}
.p-venueSpace-old #p-venueSingleSec07 dl dt:last-of-type {
  border-bottom: none;
}
.p-venueSpace-old #p-venueSingleSec07 dl dd {
  box-sizing: border-box;
  width: calc(100% - 170px);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec07 dl dd {
    width: 100%;
    padding: 5px 0 10px;
  }
}
.p-venueSpace-old #p-venueSingleSec07 dl dd:last-of-type {
  border-bottom: none;
}
.p-venueSpace-old #p-venueSingleSec07 dl dd p + p {
  margin-top: 20px;
}
.p-venueSpace-old #p-venueSingleSec07 dl dd a {
  color: #ff3c00;
  text-decoration: underline;
}
.p-venueSpace-old #p-venueSingleSec08 {
  padding: 60px 20px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec08 {
    padding: 60px 0;
  }
}
.p-venueSpace-old #p-venueSingleSec08 .access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin-top: 30px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec08 .access_map {
    padding-top: 70%;
  }
}
.p-venueSpace-old #p-venueSingleSec08 .access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-venueSpace-old #p-venueSingleSec08 dl {
  margin-top: 30px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec08 dl {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
}
.p-venueSpace-old #p-venueSingleSec08 dl dt {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.p-venueSpace-old #p-venueSingleSec08 dl dd {
  font-size: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.p-venueSpace-old #p-venueSingleSec08 dl dd:last-of-type {
  border-bottom: none;
}
.p-venueSpace-old #p-venueSingleSec08 dl dd a {
  color: #ff3c00;
  text-decoration: underline;
}
.p-venueSpace-old #p-venueSingleSec08 dl dd p + p {
  margin-top: 20px;
}
.p-venueSpace-old #p-venueSingleSec09 {
  padding: 60px 20px 40px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec09 {
    padding: 60px 20px;
  }
}
.p-venueSpace-old #p-venueSingleSec09 dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec09 dl {
    display: block;
  }
}
.p-venueSpace-old #p-venueSingleSec09 dl dt {
  width: 100px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec09 dl dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
  }
}
.p-venueSpace-old #p-venueSingleSec09 dl dt:last-of-type {
  border-bottom: none;
}
.p-venueSpace-old #p-venueSingleSec09 dl dd {
  width: calc(100% - 100px);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec09 dl dd {
    width: 100%;
    padding: 5px 0 10px;
  }
}
.p-venueSpace-old #p-venueSingleSec09 dl dd:last-of-type {
  border-bottom: none;
}
.p-venueSpace-old #p-venueSingleSec09 dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.p-venueSpace-old #p-venueSingleSec09 dl dd ul li {
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  border-radius: 14px;
  padding: 3px 10px;
  font-size: 15px;
}
.p-venueSpace-old #p-venueSingleSec09 dl dd ul li a {
  color: #666;
}
.p-venueSpace-old #p-venueSingleSec10 {
  padding: 60px 20px 120px;
}
@media only screen and (max-width: 679px) {
  .p-venueSpace-old #p-venueSingleSec10 {
    padding: 60px 20px 120px;
  }
}

/*----------------------------------------------------------------------------------
                                        p-venueSingle
------------------------------------------------------------------------------------*/
#p-sapceSingle {
  box-sizing: border-box;
  max-width: 1240px;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 30px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 679px) {
  #p-sapceSingle {
    padding: 0 10px;
  }
}
#p-sapceSingle .more_content {
  max-height: 250px;
}
#p-sapceSingle .more_content::after {
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}
#p-sapceSingle .more_btn {
  background-color: #fff;
}
#p-sapceSingle h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

#p-spaceSingleVisual {
  position: relative;
  padding-top: 20px;
}
#p-spaceSingleVisual .btn-dynamic {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 8px 5px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  #p-spaceSingleVisual .btn-dynamic {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }
}
#p-spaceSingleVisual .btn-dynamic img {
  position: relative;
  top: 4px;
  width: 20px;
}
@media only screen and (min-width: 680px) and (max-width: 1299px) {
  #p-spaceSingleVisual .btn-dynamic img {
    top: -1px;
  }
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleVisual .btn-dynamic {
    position: static;
    width: 280px;
    display: block;
    height: auto;
    background: #666666;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 12px 8px 10px;
  }
  #p-spaceSingleVisual .btn-dynamic br {
    display: none;
  }
  #p-spaceSingleVisual .btn-dynamic img {
    position: relative;
    top: 4px;
    width: 25px;
    margin-right: 6px;
  }
}
#p-spaceSingleVisual .btn-dynamic img {
  margin-bottom: 10px;
}
@media only screen and (min-width: 680px) and (max-width: 1299px) {
  #p-spaceSingleVisual .btn-dynamic img {
    margin-bottom: 0;
  }
}
#p-spaceSingleVisual .btn-dynamic:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-spaceSingleVisual .lg-on button#dynamic-mode-images {
  display: none;
}
#p-spaceSingleVisual .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  /*
  .visual-sub{
      display: flex;
      flex-wrap: wrap;
      gap: 4px 4px;
      width: calc(39.8% - 2px);
      @include mediaquery-smartphone {
          gap: 2px 2px;
          width: 100%;
          margin-top: 2px;
      }
      a{
          width: calc(50% - 2px);
          @include mediaquery-smartphone {
              width: calc(25% - 2px);
          }
          &:nth-child(1), &:nth-child(n+8){
              display: none;
          }
          @include mediaquery-smartphone {
              &:nth-child(n+6){
                  display: none;
              }
          }
          img{
              width: 100%;
          }
      }
  }
  */
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleVisual .container {
    display: block;
  }
}
#p-spaceSingleVisual .container .visual-main {
  width: calc(69% - 2px);
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleVisual .container .visual-main {
    width: 100%;
  }
}
#p-spaceSingleVisual .container .visual-main a {
  width: 100%;
}
#p-spaceSingleVisual .container .visual-main a:nth-child(n+2) {
  display: none;
}
#p-spaceSingleVisual .container .visual-main a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#p-spaceSingleVisual .container .visual-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  width: calc(31% - 2px);
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleVisual .container .visual-sub {
    gap: 2px 2px;
    width: 100%;
    margin-top: 2px;
  }
}
#p-spaceSingleVisual .container .visual-sub a {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleVisual .container .visual-sub a {
    width: calc(50% - 2px);
  }
}
#p-spaceSingleVisual .container .visual-sub a:nth-child(1), #p-spaceSingleVisual .container .visual-sub a:nth-child(n+4) {
  display: none;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleVisual .container .visual-sub a:nth-child(n+6) {
    display: none;
  }
}
#p-spaceSingleVisual .container .visual-sub a img {
  width: 100%;
  object-fit: cover;
}
#p-spaceSingleVisual .container .space-slider img {
  width: 100%;
}
#p-spaceSingleVisual .container .space-slider_thumb {
  margin-top: 2px;
}
#p-spaceSingleVisual .container .space-slider_thumb li img {
  width: calc(100% - 2px);
}

#p-spaceSingleSec01 {
  padding-top: 35px;
}
#p-spaceSingleSec01 .container {
  display: flex;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec01 .container {
    display: block;
  }
}
#p-spaceSingleSec01 h1 {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  #p-spaceSingleSec01 h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec01 h1 {
    font-size: 30px;
  }
}
#p-spaceSingleSec01 .space_lead {
  max-width: 700px;
  margin-top: 20px;
}
#p-spaceSingleSec01 .space_lead p {
  font-size: 15px;
  line-height: 1.8;
}
#p-spaceSingleSec01 .p-spaceSingle_ttlBox {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding-right: 20px;
  padding-left: 68px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  #p-spaceSingleSec01 .p-spaceSingle_ttlBox {
    width: calc(100% - 230px);
    padding-left: 0;
  }
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec01 .p-spaceSingle_ttlBox {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

#p-spaceSingleSec02 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#p-spaceSingleSec02 .userInfo_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_list {
    display: block;
    margin-top: 20px;
    line-height: 1.8;
  }
}
#p-spaceSingleSec02 .userInfo_list dt {
  width: 160px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_list dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
    opacity: 0.5;
  }
}
#p-spaceSingleSec02 .userInfo_list dd {
  width: calc(100% - 160px);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_list dd {
    width: 100%;
    padding: 0 0 10px;
  }
}
#p-spaceSingleSec02 .userInfo_list dd p + p {
  margin-top: 20px;
}
#p-spaceSingleSec02 .userInfo_layout {
  margin-top: 30px;
}
#p-spaceSingleSec02 .userInfo_layout ul {
  display: flex;
  gap: 0 11%;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_layout ul {
    gap: 0 4%;
  }
}
#p-spaceSingleSec02 .userInfo_layout ul li {
  position: relative;
  width: 26%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_layout ul li {
    width: 48%;
  }
}
#p-spaceSingleSec02 .userInfo_layout ul li p {
  font-size: 13px;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_layout ul li p .userInfo_layout_ttl {
    opacity: 0.5;
  }
}
#p-spaceSingleSec02 .userInfo_layout ul li .userInfo_layout_number {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_layout ul li .userInfo_layout_number {
    position: static;
    display: block;
    margin-top: 5px;
    opacity: 1 !important;
  }
}
#p-spaceSingleSec02 .userInfo_fee table {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec02 .userInfo_fee table {
    min-width: 400px;
    font-size: 14px;
  }
}
#p-spaceSingleSec02 .userInfo_fee table thead {
  background-color: #e9e9e9;
}
#p-spaceSingleSec02 .userInfo_fee table thead tr th {
  border: solid 1px rgba(0, 0, 0, 0.5);
  padding: 13px;
  text-align: center;
}
#p-spaceSingleSec02 .userInfo_fee table tbody tr td {
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-collapse: collapse;
  padding: 13px;
  text-align: center;
}
#p-spaceSingleSec02 .userInfo_fee p {
  margin-top: 10px;
  font-size: 12px;
}

#p-spaceSingleSec03 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#p-spaceSingleSec03 .floor_img {
  position: relative;
  width: 200px;
  margin: 30px auto 0;
}
#p-spaceSingleSec03 .floor_img img {
  width: 100%;
  height: auto;
}
#p-spaceSingleSec03 .floor_img span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
}
#p-spaceSingleSec03 .floor_img span img {
  width: 20px;
  height: 20px;
}

#p-spaceSingleSec04 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#p-spaceSingleSec04 .equipment_list {
  margin-top: 30px;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list {
    width: calc(100% + 20px);
  }
}
#p-spaceSingleSec04 .equipment_list table {
  font-size: 15px;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list table {
    margin-right: 10px;
  }
}
#p-spaceSingleSec04 .equipment_list thead {
  border-bottom: solid 2px #000;
}
#p-spaceSingleSec04 .equipment_list thead th {
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list thead th {
    white-space: nowrap;
  }
}
#p-spaceSingleSec04 .equipment_list thead th:nth-child(1) {
  width: 16%;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list thead th:nth-child(1) {
    width: auto;
  }
}
#p-spaceSingleSec04 .equipment_list thead th:nth-child(2) {
  width: 4%;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list thead th:nth-child(2) {
    width: auto;
  }
}
#p-spaceSingleSec04 .equipment_list thead th:nth-child(3) {
  width: 18%;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list thead th:nth-child(3) {
    width: auto;
  }
}
#p-spaceSingleSec04 .equipment_list thead th:nth-child(4) {
  width: 62%;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list thead th:nth-child(4) {
    width: auto;
  }
}
#p-spaceSingleSec04 .equipment_list tbody tr {
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
}
#p-spaceSingleSec04 .equipment_list tbody td {
  padding: 10px 0;
}
@media only screen and (max-width: 679px) {
  #p-spaceSingleSec04 .equipment_list tbody td {
    white-space: nowrap;
    padding-right: 20px;
  }
}
#p-spaceSingleSec04 .equipment_list tbody td:nth-child(2), #p-spaceSingleSec04 .equipment_list tbody td:nth-child(3) {
  text-align: center;
}
#p-spaceSingleSec04 p {
  margin-top: 10px;
  font-size: 12px;
}

#p-spaceSingleSec05 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#p-spaceSingleSec05 .note_content {
  margin-top: 30px;
}
#p-spaceSingleSec05 .note_content p {
  font-size: 13px;
}
#p-spaceSingleSec05 .note_content p a {
  text-decoration: underline;
}

#p-spaceSingleSec06 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn-dynamic {
  color: #333;
  background-color: white;
  padding: 5px 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 14px;
  z-index: 9999;
}

/*----------------------------------------------------------------------------------
                                        p-counter
------------------------------------------------------------------------------------*/
#p-counter {
  width: 100%;
  background-color: #EEEBD5;
  padding: 50px 20px 0;
  margin: 0 auto;
  color: #000;
}
@media only screen and (max-width: 679px) {
  #p-counter {
    padding: 110px 0 0;
  }
}
#p-counter .p-counter_topImg {
  width: 210px;
  margin: 0 auto;
}
#p-counter .p-counter_topImg img {
  width: 100%;
  height: auto;
}
#p-counter h1 {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-counter h1 {
    font-size: 26px;
  }
}
#p-counter .p-counter_lead {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#p-counter .p-counter_lead + h2 {
  margin-top: 130px;
}
@media only screen and (max-width: 679px) {
  #p-counter .p-counter_lead + h2 {
    margin-top: 100px;
  }
}
#p-counter h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-counter h2 {
    font-size: 24px;
    line-height: 1.7;
  }
}
#p-counter h2 span {
  display: inline-block;
  border-bottom: solid 3px #000;
}
@media only screen and (max-width: 679px) {
  #p-counter h2 span {
    padding-bottom: 4px;
  }
}
#p-counter .p-counter_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 679px) {
  #p-counter .p-counter_list {
    gap: 30px 0;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
#p-counter .p-counter_list li {
  width: 280px;
}
@media only screen and (max-width: 679px) {
  #p-counter .p-counter_list li {
    width: 100%;
  }
}
#p-counter .p-counter_list li h3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #p-counter .p-counter_list li h3 {
    font-size: 20px;
  }
}
#p-counter .p-counter_list li p {
  padding: 0 15px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  #p-counter .p-counter_list li p {
    margin-top: 10px;
  }
}
#p-counter .p-counter_list + h2 {
  margin-top: 160px;
}
@media only screen and (max-width: 679px) {
  #p-counter .p-counter_listIcn {
    width: 220px;
    margin: 0 auto;
  }
}
#p-counter .p-counter_listIcn img {
  width: 100%;
  height: auto;
}
#p-counter .p-counter_recommend {
  max-width: 774px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 679px) {
  #p-counter .p-counter_recommend {
    max-width: calc(100% - 20px);
  }
}
#p-counter .p-counter_recommend img {
  width: 100%;
  height: auto;
}
#p-counter .p-counter_recommend + h2 {
  margin-top: 160px;
}

.p-counter_contact {
  padding: 210px 0 160px;
  /*リセット */
  /* チェックボックスデザイン */
}
@media only screen and (max-width: 679px) {
  .p-counter_contact {
    padding: 158px 20px 160px;
  }
}
.p-counter_contact .must {
  color: #dc3232;
  margin-top: 50px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
.p-counter_contact dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 635px;
  margin: 10px auto;
  font-size: 13px;
}
.p-counter_contact dl dt:nth-of-type(n + 2),
.p-counter_contact dl dd:nth-of-type(n + 2) {
  margin-top: 20px;
}
.p-counter_contact dl dt {
  width: 135px;
}
@media only screen and (max-width: 679px) {
  .p-counter_contact dl dt {
    width: 100%;
  }
}
.p-counter_contact dl dt span {
  position: relative;
}
.p-counter_contact dl dt span:after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
.p-counter_contact dl dd {
  width: calc(100% - 135px);
}
@media only screen and (max-width: 679px) {
  .p-counter_contact dl dd {
    width: 100%;
  }
}
.p-counter_contact input,
.p-counter_contact textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
}
.p-counter_contact .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.p-counter_contact .wpcf7-list-item-label {
  width: 80px;
}
.p-counter_contact input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-counter_contact input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  left: -5px;
}
.p-counter_contact input[type=checkbox]::before,
.p-counter_contact input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.p-counter_contact input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border-radius: 10px;
  width: 32px; /*チェックボックスの横幅*/
  height: 32px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.p-counter_contact input[type=checkbox]::after {
  border-bottom: 3px solid #000; /*チェックの太さ*/
  border-left: 3px solid #000; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 16px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -6px; /*チェック時の位置調整*/
  left: 10px; /*チェック時の位置調整*/
}
.p-counter_contact input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.p-counter_contact .check label {
  display: flex;
  width: auto;
}
.p-counter_contact .file {
  display: flex;
  align-items: center;
}
.p-counter_contact .file label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 130px;
  height: 40px;
  background-color: #EEEBD5;
  border: solid 1px #000;
  border-radius: 10px;
  font-size: 12px;
}
.p-counter_contact .file input[type=file] {
  display: none;
}
.p-counter_contact .file .file_txt {
  margin-left: 15px;
}

.submitBtn {
  margin-top: 50px;
  text-align: center;
}
.submitBtn input {
  width: 204px;
  height: 50px;
  background: #000;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 auto;
  font-size: 16px;
}
@media only screen and (max-width: 679px) {
  .submitBtn input {
    width: 100%;
  }
}
.submitBtn input:hover {
  background: #fff;
  color: #000;
}
.submitBtn input.go-back {
  height: 60px;
  color: #F5F3E8;
  background: none;
  border: 0;
  margin-top: 25px;
}
.submitBtn input.go-back:hover {
  opacity: 0.65;
}

.mwform-radio-field-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

#contactPageAcceptInner {
  width: 690px;
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  #contactPageAcceptInner {
    width: 90%;
  }
}
#contactPageAcceptInner .contactAcceptIcon {
  margin: 50px 0 20px;
  text-align: center;
}
#contactPageAcceptInner .contactAccept {
  font-size: 24px;
  padding-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 679px) {
  #contactPageAcceptInner .contactAccept {
    font-size: 22px;
  }
}
#contactPageAcceptInner .contactAcceptTxt {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #contactPageAcceptInner .contactAcceptTxt {
    text-align: left;
  }
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

/*----------------------------------------------------------------------------------
                                        p-contact
------------------------------------------------------------------------------------*/
#p-contact {
  padding: 0 0 200px;
}
@media only screen and (max-width: 679px) {
  #p-contact {
    padding: 0 10px 100px;
  }
}
#p-contact .must {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #dc3232;
  max-width: 550px;
  margin: 0 auto;
}
#p-contact .contactForm {
  max-width: 550px;
  margin: 10px auto 0;
  font-size: 16px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 679px) {
  #p-contact .contactForm {
    margin-bottom: 36px;
  }
}
#p-contact .contactForm dt {
  margin-bottom: 10px;
}
#p-contact .contactForm dt span {
  position: relative;
}
#p-contact .contactForm dt span::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-contact .contactForm dd {
  margin-bottom: 30px;
}
#p-contact .contactForm input,
#p-contact .contactForm textarea {
  width: 100%;
  font-size: 16px;
  padding: 11px 10px 9px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
}
#p-contact .contactForm input[type=text]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=email]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=text],
#p-contact .contactForm input[type=email],
#p-contact .contactForm input[type=tel],
#p-contact .contactForm input[type=date] {
  max-width: 100%;
}
#p-contact .submitButton {
  text-align: center;
  max-width: 380px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 679px) {
  #p-contact .submitButton {
    margin: 0 auto 15px;
  }
}
#p-contact .submitButton input {
  width: 100%;
  height: 70px;
  border: none;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
}
#p-contact .submitButton input:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-contact input[type=button],
#p-contact input[type=submit],
#p-contact input[type=textarea] {
  -webkit-appearance: none;
}
#p-contact textarea {
  resize: none;
  height: 186px;
  text-align: left;
}
#p-contact input[type=button],
#p-contact input[type=submit] {
  -webkit-appearance: none;
}
#p-contact .thanksTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 679px) {
  #p-contact .thanksTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#p-contact .thankstxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 679px) {
  #p-contact .thankstxt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 90px;
  }
}
#p-contact .thankstxt a {
  font-weight: 700;
}
#p-contact .toTopButton {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 679px) {
  #p-contact .toTopButton {
    margin-bottom: 20px;
  }
}
#p-contact .toTopButton a {
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}
#p-contact .wpcf7-response-output {
  border: solid 1px #dc3232;
  color: #dc3232;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}
#p-contact .wpcf7-not-valid-tip {
  font-size: 14px;
}

.contactFormType span.wpcf7-list-item {
  position: relative;
  width: 100%;
  display: inline;
  margin: 0 20px 0 0;
}
.contactFormType .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}
.contactFormType input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contactFormType .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.contactFormType input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #306b61;
  box-shadow: inset 0 0 0 4px #fff;
}

.contactFormReach {
  margin-top: 20px;
  text-align: left;
}
.contactFormReach .conditionItem {
  width: 174px;
}
@media only screen and (max-width: 679px) {
  .contactFormReach .conditionItem {
    width: 100%;
  }
}
.contactFormReach .conditionInput {
  width: 300px;
}
@media only screen and (max-width: 679px) {
  .contactFormReach .conditionInput {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
.contactFormReach .wpcf7-list-item {
  margin: 0 0 10px !important;
}
.contactFormReach .wpcf7-form-control-wrap {
  display: block;
}
.contactFormReach span.wpcf7-list-item {
  position: relative;
  margin-bottom: 10px !important;
}
.contactFormReach span.wpcf7-list-item.last {
  margin-bottom: 0 !important;
}
.contactFormReach .wpcf7-list-item-label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contactFormReach input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contactFormReach .wpcf7-list-item-label:before {
  content: "";
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 18px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.contactFormReach input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #306b61;
  border-bottom: 3px solid #306b61;
  transform: rotate(-45deg);
}

.comfirmCheck {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .comfirmCheck {
    margin-bottom: 48px;
  }
}
.comfirmCheck span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
.comfirmCheck .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.comfirmCheck .wpcf7-list-item-label::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
.comfirmCheck input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.comfirmCheck .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: solid 1px rgba(112, 112, 112, 0.5);
}
.comfirmCheck input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}

/*----------------------------------------------------------------------------------
                                        p-faq(p-entryとcss共有)
------------------------------------------------------------------------------------*/
#p-faq {
  padding-bottom: 120px;
}
@media only screen and (max-width: 679px) {
  #p-faq {
    padding-bottom: 40px;
  }
}

/*----------------------------------------------------------------------------------
                                        p-privacyPolicy
------------------------------------------------------------------------------------*/
#p-privacyPolicy,
#p-owner-rule,
#p-user-rule {
  padding: 0 20px 70px;
}
@media only screen and (max-width: 679px) {
  #p-privacyPolicy,
  #p-owner-rule,
  #p-user-rule {
    padding: 0 20px 50px;
  }
}
#p-privacyPolicy h1,
#p-owner-rule h1,
#p-user-rule h1 {
  margin-bottom: 100px;
}
#p-privacyPolicy h2,
#p-owner-rule h2,
#p-user-rule h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 679px) {
  #p-privacyPolicy h2,
  #p-owner-rule h2,
  #p-user-rule h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 439px) {
  #p-privacyPolicy h2,
  #p-owner-rule h2,
  #p-user-rule h2 {
    font-size: 15px;
  }
}
#p-privacyPolicy p,
#p-owner-rule p,
#p-user-rule p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media only screen and (max-width: 679px) {
  #p-privacyPolicy p,
  #p-owner-rule p,
  #p-user-rule p {
    margin-bottom: 40px;
  }
}
#p-privacyPolicy ul,
#p-owner-rule ul,
#p-user-rule ul {
  margin-bottom: 50px;
}
#p-privacyPolicy ul li,
#p-owner-rule ul li,
#p-user-rule ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/*----------------------------------------------------------------------------------
                                        error404
------------------------------------------------------------------------------------*/
#error404 {
  padding: 100px 20px;
  text-align: center;
}
#error404 h1 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 679px) {
  #error404 h1 {
    font-size: 24px;
  }
}
#error404 h1 span {
  opacity: 0.6;
  font-size: 14px;
}
#error404 h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
#error404 p {
  font-size: 16px;
  line-height: 2;
}
#error404 p span {
  background-color: #fff;
}
#error404 p a {
  text-decoration: underline;
}
#error404 p + p {
  margin-top: 30px;
}/*# sourceMappingURL=page.css.map */