@charset "utf-8";
/* CSS Document */
.hallImageSliderWrap {
  position: relative;
}
.hallImageSliderWrap .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translate(0, 25%);
}
.hallImageSliderWrap .prev-arrow {
  left: -4vw;
}
.hallImageSliderWrap .next-arrow {
  right: -4vw;
}
.hallImageSliderWrap .slick-dots li button::before {
  font-size: 3rem;
  color: #ddd;
}
.hallImageSliderWrap .slick-dots li.slick-active button::before {
  color: #eb5e8a;
}
.hallImageSliderWrap li img {
  width: 100%;
}

.hallSec + .hallSec {
  margin-top: 10vw;
}
.hallSubSec + .hallSubSec {
  margin-top: 7vw;
}
.hallHeading {
  color: #eb5e8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: .75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eb5e8a;
}
.hallSubHeading {
  color: #eb5e8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: .75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eb5e8a;
}
.hallTxt {
  font-size: .9rem;
  line-height: 1.8;
}

.hallIntroAccessTxt {
  margin-top: 12vw;
  text-align: center;
}
.hallIconLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 5vw auto;
}
.hallIconLinks__item {
  width: 20vw;
}
.hallIconLinks__item + .hallIconLinks__item {
  margin-left: 5vw;
}
.hallIconLinkAnc {
  position: relative;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-top: 14vw;
}
.hallIconLinkAnc::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -16vw;
  margin: auto;
}
.hallIconLinkAnc.hallIconLinkAnc--schedule::before {
  background-image: url('../img/hall/icon_schedule.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 15vw;
  height: 15vw;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.hallIconLinkAnc.hallIconLinkAnc--movie::before {
  background-image: url('../img/hall/icon_movie.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 15vw;
  height: 15vw;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.hallIconLinkAnc.hallIconLinkAnc--map::before {
  background-image: url('../img/hall/icon_place.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 15vw;
  height: 15vw;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}

.hallMovie {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 14px 0;
}
.hallMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hallAccessHeading {
  font-weight: 700;
  font-size: 1rem;
}
.hallAccessList {
  margin-top: 3vw;
}
.hallAccessList__item + .hallAccessList__item {
  margin-top: 1vw;
}
.hallAccessMapLink {
  margin-top: 3vw;
}
.hallAccessMapLinkAnc {
  color: #fff;
  padding: 5vw;
  box-sizing: border-box;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 1vw;
  line-height: 1;
  border: 1px solid #eb5e8a;
  background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
  background-size: 5vw;
  background-position: right 4vw center;
  transition: all .3s ease;
  width: 65vw;
  margin: 5vw auto 7vw;
}
.hallAccessMap {
  margin: 5vw auto;
}
@media print, screen and (min-width: 769px) {
  .hallImageSliderWrap {
    position: relative;
    max-width: 81.25vw;
    margin: 4vw auto 1vw;
  }
  .hallImageSliderWrap .slick-dots li button::before {
    font-size: 3rem;
    color: #ddd;
  }
  .hallImageSliderWrap .slick-dots li.slick-active button::before {
    color: #eb5e8a;
  }
  .hallImageSliderWrap li img {
    width: 100%;
  }

  .hallSec + .hallSec {
    margin-top: 5vw;
  }
  .hallSubSec + .hallSubSec {
    margin-top: 3vw;
  }
  .hallHeading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: .5vw;
    margin-bottom: 1vw;
  }
  .hallSubHeading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: .5vw;
    margin-bottom: 1vw;
  }
  .hallIntroAccessTxt {
    margin-top: 1vw;
    font-size: .9rem;
  }
  .hallIconLinks {
    margin: 3vw auto;
  }
  .hallIconLinks__item {
    width: 7vw;
  }
  .hallIconLinks__item + .hallIconLinks__item {
    margin-left: 2vw;
  }
  .hallIconLinkAnc {
    font-size: .7rem;
    margin-top: 5vw;
  }
  .hallIconLinkAnc::before {
    top: -6vw;
  }
  .hallIconLinkAnc.hallIconLinkAnc--schedule::before {
    /* background-image: url('../img/hall/icon_schedule.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%; */
    width: 5vw;
    height: 5vw;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .hallIconLinkAnc.hallIconLinkAnc--movie::before {
    /* background-image: url('../img/hall/icon_movie.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%; */
    width: 5vw;
    height: 5vw;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .hallIconLinkAnc.hallIconLinkAnc--map::before {
    /* background-image: url('../img/hall/icon_place.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%; */
    width: 5vw;
    height: 5vw;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .hallMovieWrap {
    width: 60%;
    margin: 0 auto;
  }
  .hallAccessInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 2vw;
  }
  .hallAccessBlock {
    width: 48%;
  }
  .hallAccessHeading {
    font-weight: 700;
    font-size: 1.2rem;
  }
  .hallAccessList {
    margin-top: 1vw;
  }
  .hallAccessList__item + .hallAccessList__item {
    margin-top: .5vw;
  }
  .hallAccessMap {
    width: 48%;
    margin: 0;
  }
  .hallAccessMapLinkAnc {
    padding: 1.6vw 2vw;
    font-size: .8rem;
    border-radius: .4vw;
    width: 16vw;
    background: #EB5E8A url('../img/common/icon-btn-pink_off.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
    transition: all .3s ease;
    margin: 0;
  }
  .hallAccessMapLinkAnc:hover {
    opacity: 1;
    color: #eb5e8a;
    background: #fff url('../img/common/icon-btn-pink_on.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
  }
}
@media print, screen and (min-width: 1281px) {
  .hallImageSliderWrap {
    max-width: 1040px;
    margin: 51.2px auto 12.8px;
  }
  .hallImageSliderWrap .slick-dots li button::before {
    font-size: 3rem;
  }
  .hallImageSliderWrap li img {
    width: 100%;
  }

  .hallSec + .hallSec {
    margin-top: 64px;
  }
  .hallSubSec + .hallSubSec {
    margin-top: 38.4px;
  }
  .hallHeading {
    font-size: 1rem;
    padding-bottom: 6.4px;
    margin-bottom: 12.8px;
  }
  .hallSubHeading {
    font-size: 1rem;
    padding-bottom: 6.4px;
    margin-bottom: 12.8px;
  }
  .hallIntroAccessTxt {
    margin-top: 12.8px;
    font-size: .9rem;
  }
  .hallIconLinks {
    margin: 38.4px auto;
  }
  .hallIconLinks__item {
    width: 89.6px;
  }
  .hallIconLinks__item + .hallIconLinks__item {
    margin-left: 25.6px;
  }
  .hallIconLinkAnc {
    font-size: .7rem;
    margin-top: 64px;
  }
  .hallIconLinkAnc::before {
    top: -76.8px;
  }
  .hallIconLinkAnc.hallIconLinkAnc--schedule::before {
    /* background-image: url('../img/hall/icon_schedule.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%; */
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    border-radius: 50%;
  }
  .hallIconLinkAnc.hallIconLinkAnc--movie::before {
    /* background-image: url('../img/hall/icon_movie.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%; */
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    border-radius: 50%;
  }
  .hallIconLinkAnc.hallIconLinkAnc--map::before {
    /* background-image: url('../img/hall/icon_place.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%; */
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    border-radius: 50%;
  }
  
  .hallMovieWrap {
    width: 60%;
    margin: 0 auto;
  }
  .hallAccessInner {
    margin-top: 25.6px;
  }
  .hallAccessBlock {
    width: 48%;
  }
  .hallAccessHeading {
    font-size: 1.2rem;
  }
  .hallAccessList {
    margin-top: 12.8px;
  }
  .hallAccessList__item + .hallAccessList__item {
    margin-top: 6.4px;
  }
  .hallAccessMap {
    width: 48%;
    margin: 0;
  }
  .hallAccessMapLink {
    margin-top: 38.4px;
  }
  .hallAccessMapLinkAnc {
    padding: 20.48px 25.6px;
    font-size: .8rem;
    border-radius: 5.12px;
    width: 204.8px;
    background-size: 20.48px;
    background-position: right 12.8px center;
    margin: 0;
  }
  .hallAccessMapLinkAnc:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
}

/* index(会場から探す) */
.hallList{
}
.hallListNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 10vw;
}
.hallListNavi__item {
  width: calc((100% - 6vw) / 3);
  margin-right: 3vw;
  margin-bottom: 3vw;
}
.hallListNavi__item:nth-of-type(3n) {
  margin-right: 0;
}
.hallListNaviLinkAnc {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 1.2vw;
  padding: 4vw 3vw;
  box-sizing: border-box;
  position: relative;
}
.hallListNaviLinkAnc::before {
  position: absolute;
  content: "";
  top: -0.5vw;
  bottom: 0;
  right: 2vw;
  margin: auto;
  width: 1vw;
  height: 1vw;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hallListHeading {
  padding: 3vw 0;
  background-color: #717171;
  /* border-bottom: 4px solid #ddd; */
  margin: 0 auto 7vw;
  box-sizing: border-box;
}
.hallListHeadingInner {
  width: 89.3333333333vw;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
.hallListArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 16vw;
}
.hallListArea__item {
  border: 1px solid #ddd;
  border-radius: 1.2vw;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.hallListArea__item + .hallListArea__item {
  margin-top: 7vw;
}
.hallListAreaLinkAnc {
  color: #505050;
  padding-bottom: 5vw;
}
.hallListAreaItemVis{
  
}
.hallListAreaItemVis img {
  border-top-left-radius: 1.2vw;
  border-top-right-radius: 1.2vw;
}
.hallListAreaItemName {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 6vw auto 4vw;
  padding: 0 5vw;
  box-sizing: border-box;
}
.hallListAreaItemNameInner {
  background-color: #fff;
  border-bottom: 1.6vw solid #ddd;
  display: inline-block;
  padding: 2vw 4vw 1vw;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}
.hallListAreaItemNameInner.private {
  border-color: #f7dfe6;
}
.hallListAreaItemNameInner.online {
  border-color: #b7e4ec;
}
.hallListAreaItemNameInner.open {
  border-color: #fccd81;
}
.hallListAreaItemNameInner::before {
  position: absolute;
  content: "";
  top: 0vw;
  bottom: 0;
  right: 4vw;
  margin: auto;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #505050;
  border-right: 2px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hallListAreaItemAccess {
  margin: 1vw auto;
  padding: 0 5vw;
  font-size: .9rem;
}
.hallInfo {
  border: 1px solid #eb5e8a;
  border-radius: 1.2vw;
  box-sizing: border-box;
  margin: 10vw auto;
}
.hallInfoHeading {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #eb5e8a;
  padding: 2vw;
  /* border-bottom: 4px solid #ddd; */
  box-sizing: border-box;
  margin: 0 auto;
}
.hallInfoContent {
  padding: 6vw 5vw;
}
.hallInfoContentLinkAnc {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  box-sizing: border-box;
  /* border-radius: 1.2vw; */
}
.hallInfoContentLinkAnc + .hallInfoContentLinkAnc {
  margin-top: 7vw;
}
.hallInfoContentLinkAnc:hover {
  opacity: 1;
}
.hallInfoContent__image {
}
.hallInfoContent__image img {
  /* border-top-left-radius: 1.2vw;
  border-top-right-radius: 1.2vw; */
  width: 100%;
}
.hallInfoContent__block {
  padding: 5vw;
  box-sizing: border-box;
}
.hallInfoContentTitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #eb5e8a;
  margin-bottom: 3vw;
  text-decoration: underline;
}
.hallInfoContentLinkAnc:hover .hallInfoContentTitle {
  text-decoration: none;
}
.hallInfoContentTxt {
  font-size: .8rem;
  line-height: 1.8;
  color: #505050;
}
@media print, screen and (min-width: 769px) {
  .hallList{
  }
  .hallListNavi {
    margin-bottom: 5vw;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    /* width: 80%; */
  }
  .hallListNavi__item {
    width: calc((100% - 8vw) / 5);
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .hallListNavi__item:nth-of-type(3n) {
    margin-right: 2vw;
  }
  .hallListNavi__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .hallListNaviLinkAnc {
    font-size: .9rem;
    border-radius: .4vw;
    padding: 1vw;
  }
  .hallListNaviLinkAnc::before {
    top: 0vw;
    bottom: 0;
    right: 1.25vw;
    width: .5vw;
    height: .5vw;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .hallListHeading {
    margin: 0 auto 5vw;
    padding: 2vw;
    text-align: center;
  }
  .hallListHeadingInner {
    width: 81.25vw;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .hallListArea {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .hallListArea__item {
    border-radius: .4vw;
    width: calc((100% - 4vw) / 3);
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .hallListArea__item + .hallListArea__item {
    margin-top: 0;
  }
  .hallListArea__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .hallListAreaLinkAnc {
    color: #505050;
    padding-bottom: 1.5vw;
  }
  .hallListAreaItemVis{
    
  }
  .hallListAreaItemVis img {
    border-top-left-radius: .4vw;
    border-top-right-radius: .4vw;
    width: 100%;
  }
  .hallListAreaItemName {
    font-size: 1.2rem;
    margin: 2vw auto 0;
    padding: 0 1.5vw;
  }
  .hallListAreaItemNameInner {
    background-color: #fff;
    border-bottom: .4vw solid #ddd;
    padding: 1vw 1.25vw .8vw;
    font-size: 1.1rem;
  }
  .hallListAreaItemNameInner::before {
    position: absolute;
    content: "";
    top: 0vw;
    bottom: 0;
    right: 1.25vw;
    margin: auto;
    width: .75vw;
    height: .75vw;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hallListAreaItemAccess {
    margin: 1vw auto;
    padding: 0 1.5vw;
    font-size: 1rem;
  }

  .hallInfo {
    margin: 5vw auto;
    width: 100%;
    border-radius: .4vw;
  }
  .hallInfoHeading {
    font-size: 1.2rem;
    padding: 1vw;
  }
  .hallInfoContent {
    padding: 2.5vw 2vw;
  }
  .hallInfoContentLinkAnc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1.5vw;
    /* border-radius: .4vw; */
  }
  .hallInfoContentLinkAnc + .hallInfoContentLinkAnc {
    margin-top: 2vw;
  }
  .hallInfoContent__image {
    width: 35%;
    max-width: 420px;
  }
  .hallInfoContent__image img {
    border-radius: 0;
    width: auto;
  }
  .hallInfoContent__block {
    width: 65%;
    padding: 0 0 0 3vw;
  }
  .hallInfoContentTitle {
    font-size: 1.1rem;
    margin-bottom: 1vw;
  }
  .hallInfoContentTxt {
    font-size: .9rem;
  }
}
@media print, screen and (min-width: 1281px) {
  .hallList{
  }
  .hallListNavi {
    margin-bottom: 64px;
    /* width: 80%; */
  }
  .hallListNavi__item {
    width: calc((100% - 102.4px) / 5);
    margin-right: 25.6px;
    margin-bottom: 25.6px;
  }
  .hallListNavi__item:nth-of-type(3n) {
    margin-right: 25.6px;
  }
  .hallListNavi__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .hallListNaviLinkAnc {
    font-size: .9rem;
    border-radius: 5.12px;
    padding: 12.8px;
  }
  .hallListNaviLinkAnc::before {
    top: 0vw;
    bottom: 0;
    right: 16px;
    width: 6.4px;
    height: 6.4px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .hallListHeading {
    margin: 0 auto 64px;
    padding: 25.6px;
    text-align: center;
  }
  .hallListHeadingInner {
    width: 1040px;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .hallListArea {
    margin: 0 auto;
  }
  .hallListArea__item {
    border-radius: 5.12px;
    width: calc((100% - 51.2px) / 3);
    margin-right: 25.6px;
    margin-bottom: 25.6px;
  }
  .hallListArea__item + .hallListArea__item {
    margin-top: 0;
  }
  .hallListArea__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .hallListAreaLinkAnc {
    padding-bottom: 19.2px;
  }
  .hallListAreaItemVis{
    
  }
  .hallListAreaItemVis img {
    border-top-left-radius: 5.12px;
    border-top-right-radius: 5.12px;
    width: 100%;
  }
  .hallListAreaItemName {
    font-size: 1.2rem;
    margin: 25.6px auto 0;
    padding: 0 19.2px;
  }
  .hallListAreaItemNameInner {
    border-bottom: 5.12px solid #ddd;
    padding: 12.8px 16px 10.24px;
    font-size: 1.1rem;
  }
  .hallListAreaItemNameInner::before {
    top: 0vw;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 9.6px;
    height: 9.6px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hallListAreaItemAccess {
    margin: 12.8px auto;
    padding: 0 19.2px;
    font-size: 1rem;
  }

  .hallInfo {
    margin: 64px auto;
    width: 100%;
    border-radius: 5.12px;
  }
  .hallInfoHeading {
    font-size: 1.2rem;
    padding: 12.8px;
  }
  .hallInfoContent {
    padding: 32px 25.6px;
  }
  .hallInfoContentLinkAnc {
    padding: 19.2px;
    /* border-radius: 5.12px; */
  }
  .hallInfoContentLinkAnc + .hallInfoContentLinkAnc {
    margin-top: 25.6px;
  }
  .hallInfoContent__image {
    width: 35%;
    max-width: 420px;
  }
  .hallInfoContent__image img {
    border-radius: 0;
    width: auto;
  }
  .hallInfoContent__block {
    width: 65%;
    padding: 0 0 0 38.4px;
  }
  .hallInfoContentTitle {
    font-size: 1.1rem;
    margin-bottom: 12.8px;
  }
  .hallInfoContentTxt {
    font-size: .9rem;
  }
}

/* area(エリアの婚活パーティー) */
.hallAreaKv {
  background-image: url('../img/hall/sample_area_kv.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 50vw;
  width: 100%;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 769px) {
  .hallAreaKv {
    background-size: cover;
    background-position: center;
    height: 20vw;
    width: 81.25vw;
    margin: 0 auto 5vw;
  }
}
@media print, screen and (min-width: 1281px) {
  .hallAreaKv {
    height: 256px;
    width: 1040px;
    margin: 0 auto 64px;
  }
}

/* tokyo(東京エリアの婚活パーティー) */
.hallTokyoSec + .hallTokyoSec {
  margin-top: 20vw;
}
.hallTokyoKv {
  background-image: url('../img/hall/tokyo_kv.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 50vw;
  width: 100%;
  margin-bottom: 8vw;
}
.hallTokyoLinkPartyHallList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5vw auto;
}
.hallTokyoPartyHallLinkList__item {
  width: calc((100% - 4vw) / 3);
  margin-right: 2vw;
  margin-bottom: 2vw;
}
.hallTokyoPartyHallLinkList__item:nth-of-type(3n) {
  margin-right: 0;
}
.hallTokyoPartyHallLinkAnc {
  border: 1px solid #bbb;
  border-radius: 1vw;
  box-sizing: border-box;
}
.hallTokyoPartyHallLinkAnc.private {
  border: 1px solid #f7dfe6;
}
.hallTokyoPartyHallLinkAnc.online {
  border: 1px solid #b7e4ec;
}
.hallTokyoPartyHallLinkAnc.open {
  border: 1px solid #fccd81;
}
.hallTokyoPartyHallLabel {
  width: 100%;
  font-size: .4rem;
  font-weight: 700;
  color: #505050;
  border-top-left-radius: .5vw;
  border-top-right-radius: .5vw;
  background-color: #bbb;
  padding: 1vw;
  text-align: center;
}
.hallTokyoPartyHallLinkAnc.private .hallTokyoPartyHallLabel {
  background-color: #f7dfe6;
}
.hallTokyoPartyHallLinkAnc.online .hallTokyoPartyHallLabel {
  background-color: #b7e4ec;
}
.hallTokyoPartyHallLinkAnc.open .hallTokyoPartyHallLabel {
  background-color: #fccd81;
}
.hallTokyoPartyHallName {
  font-size: .8rem;
  font-weight: 700;
  padding: 1.5vw 1vw;
  color: #505050;
  text-align: center;
}

.hallTokyoPartyHallHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 5vw;
}
.hallTokyoPartyHallHeadKv {
  background-color: #bbb;
  width: 100%;
  height: 30vw;
}
.hallTokyoPartyHallHeadKv.hallTokyoPartyHallHeadKv--ginzaPrivate1 {
  background-image: url('../img/hall/ginza_kv.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hallTokyoPartyHallHeadTxtBlock {
  background-color: #f5f5f5;
  color: #505050;
  padding: 5vw 3vw;
}
.hallTokyoPartyHallHeadName {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3vw;
}
.hallTokyoPartyHallHeadName span {
  background-color: #fff;
  border-bottom: 1.6vw solid #ddd;
  display: inline-block;
  padding: 2vw 3vw 1vw;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
}
.hallTokyoPartyHallHeadName.private span {
  border-bottom: 1.6vw solid #f7dfe6;
}
.hallTokyoPartyHallHeadName.open span {
  border-bottom: 1.6vw solid #fccd81;
}
.hallTokyoPartyHallHeadName.online span {
  border-bottom: 1.6vw solid #b7e4ec;
}
.hallTokyoPartyHallHeadTxt {
  font-size: .7rem;
  line-height: 1.8;
  font-weight: 700;
}
.hallTokyoPartyHallSchedule {
  margin-top: 5vw;
}
.hallTokyoPartyHallLinkBtn {
}
.hallTokyoPartyHallLinkBtnAnc {
  margin: 5vw auto 7vw;
  color: #fff;
  padding: 5vw 5vw 4vw;
  box-sizing: border-box;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 10vw;
  text-align: center;
  line-height: 1;
  border: 1px solid #eb5e8a;
  background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
  background-size: 5vw;
  background-position: right 4vw center;
  transition: all .3s ease;
  width: 89.3333vw;
}

@media print, screen and (min-width: 769px) {
  .hallTokyoSec + .hallTokyoSec {
    margin-top: 5vw;
  }
  .hallTokyoKv {
    background-size: cover;
    background-position: center;
    height: 20vw;
    width: 81.25vw;
    margin: 0 auto 5vw;
  }
  .hallTokyoLinkPartyHallList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5vw auto;
  }
  .hallTokyoPartyHallLinkList__item {
    width: calc((100% - 4vw) / 5);
    margin-right: 1vw;
    margin-bottom: 1vw;
  }
  .hallTokyoPartyHallLinkList__item:nth-of-type(3n) {
    margin-right: 1vw;
  }
  .hallTokyoPartyHallLinkList__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .hallTokyoPartyHallLinkAnc {
    border: 1px solid #bbb;
    border-radius: .4vw;
    box-sizing: border-box;
  }
  .hallTokyoPartyHallLabel {
    font-size: .7rem;
    padding: .4vw;
    border-top-left-radius: .2vw;
    border-top-right-radius: .2vw;
  }
  .hallTokyoPartyHallName {
    font-size: 1.1rem;
    padding: .75vw .5vw;
  }

  .hallTokyoPartyHallHead {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto 3vw;
  }
  .hallTokyoPartyHallHeadKv {
    background-color: #bbb;
    width: 50%;
    height: 20vw;
  }
  .hallTokyoPartyHallHeadKv.hallTokyoPartyHallHeadKv--ginzaPrivate1 {
    background-image: url('../img/hall/ginza_kv.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hallTokyoPartyHallHeadTxtBlock {
    padding: 3vw;
    width: 50%;
  }
  .hallTokyoPartyHallHeadName {
    margin-bottom: 1.2vw;
  }
  .hallTokyoPartyHallHeadName span {
    background-color: #fff;
    width: 100%;
    border: none;
    border-bottom: .4vw solid #ddd;
    display: inline-block;
    padding: 1.2vw 2vw 1vw;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .hallTokyoPartyHallHeadName.private span {
    border-bottom: .4vw solid #f7dfe6;
  }
  .hallTokyoPartyHallHeadName.open span {
    border-bottom: .4vw solid #fccd81;
  }
  .hallTokyoPartyHallHeadName.online span {
    border-bottom: .4vw solid #b7e4ec;
  }
  .hallTokyoPartyHallHeadTxt {
    font-size: .9rem;
    line-height: 1.8;
    font-weight: 700;
  }
  .hallTokyoPartyHallSchedule {
    margin-top: 5vw;
  }
  .hallTokyoPartyHallSchedule .area-go-party {
    margin-bottom: 0;
  }
  .hallTokyoPartyHallLinkBtn {
  }
  .hallTokyoPartyHallLinkBtnAnc {
    margin: 4vw auto 8vw;
    padding: 1.6vw 2vw;
    font-size: 1.2rem;
    width: 36.171875vw;
    background: #EB5E8A url('../img/common/icon-btn-pink_off.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
    transition: all .3s ease;
  }
  .hallTokyoPartyHallLinkBtnAnc:hover {
    opacity: 1;
    color: #eb5e8a;
    background: #fff url('../img/common/icon-btn-pink_on.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
  }
}
@media print, screen and (min-width: 1281px) {
  .hallTokyoSec + .hallTokyoSec {
    margin-top: 64px;
  }
  .hallTokyoKv {
    height: 256px;
    width: 1040px;
    margin: 0 auto 64px;
  }
  .hallTokyoLinkPartyHallList {
    margin: 64px auto;
  }
  .hallTokyoPartyHallLinkList__item {
    width: calc((100% - 51.2px) / 5);
    margin-right: 12.8px;
    margin-bottom: 12.8px;
  }
  .hallTokyoPartyHallLinkList__item:nth-of-type(3n) {
    margin-right: 12.8px;
  }
  .hallTokyoPartyHallLinkList__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .hallTokyoPartyHallLinkAnc {
    border: 1px solid #bbb;
    border-radius: 5.12px;
  }
  .hallTokyoPartyHallLabel {
    font-size: .7rem;
    padding: 5.12px;
    border-top-left-radius: 2.56px;
    border-top-right-radius: 2.56px;
  }
  .hallTokyoPartyHallName {
    font-size: 1.1rem;
    padding: 9.6px 6.4px;
  }

  .hallTokyoPartyHallHead {
    margin: 0 auto 38.4px;
  }
  .hallTokyoPartyHallHeadKv {
    width: 50%;
    height: 256px;
  }
  .hallTokyoPartyHallHeadTxtBlock {
    padding: 38.4px;
    width: 50%;
  }
  .hallTokyoPartyHallHeadName {
    margin-bottom: 15.36px;
  }
  .hallTokyoPartyHallHeadName span {
    width: 100%;
    border-bottom: 5.12px solid #ddd;
    padding: 15.36px 25.6px 12.8px;
    font-size: 1.5rem;
  }
  .hallTokyoPartyHallHeadName.private span {
    border-bottom: 5.12px solid #f7dfe6;
  }
  .hallTokyoPartyHallHeadName.open span {
    border-bottom: 5.12px solid #fccd81;
  }
  .hallTokyoPartyHallHeadName.online span {
    border-bottom: 5.12px solid #b7e4ec;
  }
  .hallTokyoPartyHallHeadTxt {
    font-size: .9rem;
  }
  .hallTokyoPartyHallSchedule {
    margin-top: 64px;
  }
  .hallTokyoPartyHallSchedule .area-go-party {
    margin-bottom: 0;
  }
  .hallTokyoPartyHallLinkBtn {
  }
  .hallTokyoPartyHallLinkBtnAnc {
    margin: 51.2px auto 102.4px;
    padding: 20.48px 25.6px;
    font-size: 1.2rem;
    width: 463px;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .hallTokyoPartyHallLinkBtnAnc:hover {
    opacity: 1;
    color: #eb5e8a;
    background: #fff url('../img/common/icon-btn-pink_on.svg') no-repeat;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
}



