@charset "utf-8";
/* CSS Document */

/* index(婚活パーティーエリアガイド) */
.areaguideSec + .areaguideSec {
  margin-top: 10vw;
}
.areaguideList{
}
.areaguideListNavi {
  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;
}
.areaguideListNavi__item {
  width: calc((100% - 6vw) / 3);
  margin-right: 3vw;
  margin-bottom: 3vw;
}
.areaguideListNavi__item:nth-of-type(3n) {
  margin-right: 0;
}
.areaguideListNaviLinkAnc {
  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;
}
.areaguideListNaviLinkAnc::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);
}
.areaguideListHeading {
  padding: 3vw 0;
  background-color: #717171;
  /* border-bottom: 4px solid #ddd; */
  margin: 0 auto 7vw;
  box-sizing: border-box;
}
.areaguideListHeadingInner {
  width: 89.3333333333vw;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
.areaguideListArea {
  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;
}
.areaguideListArea__item {
  border: 1px solid #ddd;
  border-radius: 1.2vw;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.areaguideListArea__item + .areaguideListArea__item {
  margin-top: 7vw;
}
.areaguideListAreaLinkAnc {
  color: #505050;
  padding: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.areaguideListAreaItemVis {
  width: 100%;
}
.areaguideListAreaItemVis img {
  /* border-radius: 1.2vw; */
}
.areaguideListAreaItemTxtBlock {
  width: 100%;
}
.areaguideListAreaItemName {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 6vw auto 4vw;
  padding: 0;
  box-sizing: border-box;
}
.areaguideListAreaItemNameInner {
  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;
}
.areaguideListAreaItemNameInner::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);
}
.areaguideListAreaItemTxt {
  font-size: .9rem;
  line-height: 1.8;
  color: #505050;
}
@media print, screen and (min-width: 769px) {
  .areaguideSec + .areaguideSec {
    margin-top: 5vw;
  }
  .areaguideList{
  }
  .areaguideListNavi {
    margin-bottom: 5vw;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    /* width: 80%; */
  }
  .areaguideListNavi__item {
    width: calc((100% - 8vw) / 5);
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .areaguideListNavi__item:nth-of-type(3n) {
    margin-right: 2vw;
  }
  .areaguideListNavi__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .areaguideListNaviLinkAnc {
    font-size: .9rem;
    border-radius: .4vw;
    padding: 1vw;
  }
  .areaguideListNaviLinkAnc::before {
    top: 0vw;
    bottom: 0;
    right: 1.25vw;
    width: .5vw;
    height: .5vw;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .areaguideListHeading {
    margin: 0 auto 5vw;
    padding: 2vw;
    text-align: center;
  }
  .areaguideListHeadingInner {
    width: 81.25vw;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .areaguideListArea {
    -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;
  }
  .areaguideListArea__item {
    border-radius: .4vw;
    width: calc((100% - 4vw) / 3);
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .areaguideListArea__item + .areaguideListArea__item {
    margin-top: 0;
  }
  .areaguideListArea__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .areaguideListAreaLinkAnc {
    color: #505050;
    /* padding-bottom: 1.5vw; */
    padding: 1.5vw;
  }
  .areaguideListAreaItemVis{
    
  }
  .areaguideListAreaItemVis img {
    /* border-top-left-radius: .4vw;
    border-top-right-radius: .4vw; */
    /* border-radius: .4vw; */
    width: 100%;
  }
  .areaguideListAreaItemTxtBlock {
    
  }
  .areaguideListAreaItemName {
    font-size: 1.2rem;
    margin: 2vw auto 1vw;
    /* padding: 0 1.5vw; */
  }
  .areaguideListAreaItemNameInner {
    background-color: #fff;
    border-bottom: 0.4vw solid #ddd;
    padding: 1vw 1.25vw 0.8vw;
    font-size: 1.1rem;
  }
  .areaguideListAreaItemNameInner::before {
    position: absolute;
    content: "";
    top: 0vw;
    bottom: 0;
    right: 1.25vw;
    margin: auto;
    width: 0.75vw;
    height: 0.75vw;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .areaguideListAreaItemTxt {
    font-size: .9rem;
  }
}
@media print, screen and (min-width: 1281px) {
  .areaguideSec + .areaguideSec {
    margin-top: 64px;
  }
  .areaguideList{
  }
  .areaguideListNavi {
    margin-bottom: 64px;
    /* width: 80%; */
  }
  .areaguideListNavi__item {
    width: calc((100% - 102.4px) / 5);
    margin-right: 25.6px;
    margin-bottom: 25.6px;
  }
  .areaguideListNavi__item:nth-of-type(3n) {
    margin-right: 25.6px;
  }
  .areaguideListNavi__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .areaguideListNaviLinkAnc {
    font-size: .9rem;
    border-radius: 5.12px;
    padding: 12.8px;
  }
  .areaguideListNaviLinkAnc::before {
    top: 0vw;
    bottom: 0;
    right: 16px;
    width: 6.4px;
    height: 6.4px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .areaguideListHeading {
    margin: 0 auto 64px;
    padding: 25.6px;
  }
  .areaguideListHeadingInner {
    width: 1040px;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .areaguideListArea {
    margin: 0 auto;
  }
  .areaguideListArea__item {
    border-radius: 5.12px;
    width: calc((100% - 51.2px) / 3);
    margin-right: 25.6px;
    margin-bottom: 25.6px;
  }
  .areaguideListArea__item + .areaguideListArea__item {
    margin-top: 0;
  }
  .areaguideListArea__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .areaguideListAreaLinkAnc {
    color: #505050;
    /* padding-bottom: 19.2px; */
    padding: 19.2px;
  }
  .areaguideListAreaItemVis{
    
  }
  .areaguideListAreaItemVis img {
    /* border-top-left-radius: 5.12px;
    border-top-right-radius: 5.12px; */
    /* border-radius: 5.12px; */
    width: 100%;
  }
  .areaguideListAreaItemTxtBlock {
    
  }
  .areaguideListAreaItemName {
    font-size: 1.2rem;
    margin: 25.6px auto 12.8px;
    /* padding: 0 19.2px; */
  }
  .areaguideListAreaItemNameInner {
    border-bottom: 5.12px solid #ddd;
    padding: 12.8px 16px 10.24px;
    font-size: 1.1rem;
  }
  .areaguideListAreaItemNameInner::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;
  }
  .areaguideListAreaItemTxt {
    font-size: .9rem;
  }
}

/* show(婚活パーティーエリアガイド) */
.areaguideShowHeading {
  color: #eb5e8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: 0.75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eb5e8a;
}
.areaguideShowIntroTxt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  color: #505050;
  background-color: #f5f5f5;
  border-radius: 1.2vw;
  padding: 5vw;
  box-sizing: border-box;
  margin: 0 auto 10vw;
}
.areaguideShowSecInner {

}
.areaguideShowSecBlock {

}
.areaguideShowSecVis {
  margin: 5vw auto 0;
}
.areaguideShowAccess__hall + .areaguideShowAccess__hall {
  margin-top: 10vw;
  padding-top: 10vw;
  border-top: 1px solid #ddd;
}
.areaguideShowTxt {
  font-size: .9rem;
  line-height: 1.8;
}
.areaguideShowAccess {
  margin-bottom: 10vw;
}
.areaguideShowAccessBlock {

}
.areaguideShowAccessMap {
  margin: 5vw auto;
}
.areaguideShowSec + .areaguideShowSec {
  margin-top: 10vw;
}
.areaguideShowAccess.areaguideShowSec{
}
.areaguideShowAccessHeading {
  font-weight: 700;
  font-size: 1rem;
}
.areaguideShowAccessList {
  margin-top: 3vw;
}
.areaguideShowAccessList__item{
}
.areaguideShowAccessMapLink {
  margin-top: 3vw;
}
.areaguideShowAccessMapLinkAnc {
  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;
}
.areaguideShowAccessLinkBtn {
  margin: 7vw auto 0;
}
.areaguideShowAccessLinkBtnAnc {
  margin: 0 auto;
  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) {
  .areaguideShowHeading {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: 0.5vw;
    margin-bottom: 1vw;
  }
  .areaguideShowIntroTxt {
    font-size: 1rem;
    border-radius: .4vw;
    padding: 1.5vw 2vw;
    box-sizing: border-box;
    margin: 0 auto 7vw;
    width: 80%;
  }
  .areaguideShowSecInner {
    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;
  }
  .areaguideShowSecBlock {
    width: calc(100% - 420px);
    box-sizing: border-box;
    margin-right: 4vw;
  }
  .areaguideShowSecVis {
    width: 35%;
    max-width: 420px;
    margin: 0 auto;
  }
  .areaguideShowTxt {
    font-size: .9rem;
    line-height: 1.8;
  }
  .areaguideShowAccess {
    margin-bottom: 5vw;
  }
  .areaguideShowAccessInner {
    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;
  }
  .areaguideShowAccess__hall {
    margin-top: 2vw;
  }
  .areaguideShowAccess__hall + .areaguideShowAccess__hall {
    margin-top: 4vw;
    padding-top: 4vw;
  }
  .areaguideShowAccessBlock {
    width: 48%;
  }
  .areaguideShowAccessMap {
    width: 48%;
    margin: 0;
  }
  .areaguideShowSec + .areaguideShowSec {
    margin-top: 5vw;
  }
  .areaguideShowAccess.areaguideShowSec{
  }
  .areaguideShowAccessHeading {
    font-size: 1.2rem;
  }
  .areaguideShowAccessList {
    margin-top: 1vw;
  }
  .areaguideShowAccessList__item + .areaguideShowAccessList__item {
    margin-top: .5vw;
  }
  .areaguideShowAccessMapLink {
    margin-top: 3vw;
  }
  .areaguideShowAccessMapLinkAnc {
    padding: 1.6vw 2vw;
    font-size: .8rem;
    border-radius: 0.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;
  }
  .areaguideShowAccessLinkBtn {
    margin: 3vw auto 0;
  }
  .areaguideShowAccessLinkBtnAnc {
    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;
  }
  .areaguideShowAccessLinkBtnAnc: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) {
  .areaguideShowHeading {
    font-size: 1.4rem;
    padding-bottom: 6.4px;
    margin-bottom: 12.8px;
  }
  .areaguideShowIntroTxt {
    font-size: 1rem;
    border-radius: 5.12px;
    padding: 19.2px 25.6px;
    margin: 0 auto 89.6px;
    width: 80%;
  }
  .areaguideShowSecBlock {
    width: calc(100% - 420px);
    margin-right: 51.2px;
  }
  .areaguideShowSecVis {
    width: 35%;
    max-width: 420px;
    margin: 0 auto;
  }
  .areaguideShowTxt {
    font-size: .9rem;
  }
  .areaguideShowAccess {
    margin-bottom: 64px;
  }
  .areaguideShowAccess__hall {
    margin-top: 25.6px;
  }
  .areaguideShowAccess__hall + .areaguideShowAccess__hall {
    margin-top: 51.2px;
    padding-top: 51.2px;
  }
  .areaguideShowAccessBlock {
    width: 48%;
  }
  .areaguideShowAccessMap {
    width: 48%;
    margin: 0;
  }
  .areaguideShowSec + .areaguideShowSec {
    margin-top: 64px;
  }
  .areaguideShowAccess.areaguideShowSec{
  }
  .areaguideShowAccessHeading {
    font-size: 1.2rem;
  }
  .areaguideShowAccessList {
    margin-top: 12.8px;
  }
  .areaguideShowAccessList__item + .areaguideShowAccessList__item {
    margin-top: 6.4px;
  }
  .areaguideShowAccessMapLink {
    margin-top: 38.4px;
  }
  .areaguideShowAccessMapLinkAnc {
    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;
  }
  .areaguideShowAccessLinkBtn {
    margin: 38.4px auto 0;
  }
  .areaguideShowAccessLinkBtnAnc {
    padding: 20.48px 25.6px;
    font-size: 1.2rem;
    width: 463px;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .areaguideShowAccessLinkBtnAnc:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
}
