@charset "utf-8";
/* CSS Document */
/* 街コン・趣味コンとは？ info.html */
.machiconInfo {

}
.machiconInfoLeadArea {
  border: 1px solid #eb5e8a;
  padding: 5vw;
  box-sizing: border-box;
  margin: 0 auto 10vw;
}
.machiconInfoLeadHeading {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  color: #eb5e8a;
  margin: 0 auto 3vw;
  width: 80%;
}
.machiconInfoLeadHeading__item {
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding-left: 1.5rem;
}
.machiconInfoLeadHeading__item:before {
  position: absolute;
  content: '';
  background-image: url(../img/machicon/icon_circle_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96%;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 1.8vw;
}
.machiconInfoLeadTxt {
  font-size: .9rem;
  line-height: 1.8;
  text-align: left;
}
.machiconInfoLeadTxt + .machiconInfoLeadTxt {
  margin-top: 2vw;
}
.machiconInfoMovie {
  /* position: relative;
  width: 100%;
  padding-top: 56.25%; */

  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.machiconInfoMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.machiconInfoContents {
  margin: 15vw auto;
}
.machiconInfoContentsHeading {
  padding: 4vw 0 3.8vw;
  background-color: #f5f5f5;
  border-bottom: 4px solid #ddd;
  margin: 0 auto 10vw;
  box-sizing: border-box;
}
.machiconInfoContentsHeadingInner {
  font-size: 1.3rem;
  color: #505050;
  line-height: 1.4;
  font-weight: 700;
}
.machiconInfoContentsSubHeading {
  font-size: 1.2rem;
  border-left: 1.6vw solid #eb5e8a;
  padding-left: 2.4vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 4vw;
}
.machiconInfoContentsMerit__item {
  box-sizing: border-box;
  /* padding: 5vw 0; */
  padding: 5vw;
  border-radius: 1.2vw;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.machiconInfoContentsMerit__item + .machiconInfoContentsMerit__item {
  margin-top: 5vw;
  /* border-top: 1px solid #ddd; */
}
.machiconInfoContentsMeritHeading {
  color: #eb5e8a;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto 3vw;
}
.machiconInfoContentsMeritTxt {
  font-size: .9rem;
  line-height: 1.8;
  /* margin: 2vw auto 0; */
  margin: 0 auto;
}
.machiconInfoContentsMeritTxt__caution {
  font-size: .8rem;
}
.machiconInfoContentsPhoto {
  margin: 6vw auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.machiconInfoContents__item + .machiconInfoContents__item {
  margin-top: 12vw;
}
.machiconInfoFlowArea {
  background-color: #f5f5f5;
  padding: 7vw 5vw 8vw;
}
.machiconInfoFlowArea__heading {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 6vw;
}
.machiconInfoFlowList {
  margin: 0 auto;
}
.machiconInfoFlowList__item {
  background-color: #fff;
  border-radius: 1.2vw;
  position: relative;
  padding: 4vw
}
.machiconInfoFlowList__item:after {
  content: "";
  position: absolute;
  top: 100%;
  /* left: 50%; */
  /* margin-left: -4vw; */
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 4vw;
  height: 4vw;
  border: 5vw solid transparent;
  border-top: 4.5vw solid #fff;
}
.machiconInfoFlowList__item:last-of-type:after {
  content: none;
}
.machiconInfoFlowItemHeading {
  color: #eb5e8a;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.machiconInfoFlowItemTxt {
  font-size: .9rem;
  line-height: 1.8;
  margin: 2vw auto 0;
  text-align: center;
}
.machiconInfoFlowList__item + .machiconInfoFlowList__item {
  margin-top: 8vw;
}
.machiconInfoCategoryArea {
  margin: 15vw auto 0;
}
.machiconInfoCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.machiconInfoCategoryList__item {
  border-radius: 1.2vw 1.2vw 0 0;
  width: calc((100% - 6vw) / 4);
  margin-right: 2vw;
  background: #eb5e8a;
  color: #fff;
  text-align: center;
  font-size: .8em;
  font-weight: 700;
  padding: 2vw 1.5vw;
}
.machiconInfoCategoryList__item.on {
  background: #eb5e8a;
  color: #fff;
  transition: .3s;
}
.machiconInfoCategoryList__item.off {
  /* background: rgba(244,237,242,1); */
  background: #f5f5f5;
  color: #505050;
  transition: .3s;
}
.machiconInfoCategoryList__item:last-of-type {
  margin-right: 0;
}
.machiconInfoCategoryContentsWrap {
  border-radius: 0 0 1.2vw 1.2vw ;
  border: 4px solid #eb5e8a;
  padding: 5vw 4vw;
}
.machiconInfoCategoryContents.on {
  display: block;
}
.machiconInfoCategoryContents.off {
  display: none;
}
.machiconInfoCategoryContents__time {
  font-size: 1rem;
  font-weight: 700;
  color: #eb5e8a;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-left: 1.6rem;
}
.machiconInfoCategoryContents__time:before {
  position: absolute;
  content: '';
  background-image: url(../img/machicon/icon-time.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: .5vw;
}
.machiconInfoCategoryContents__txt {
  font-size: .9rem;
  line-height: 1.8;
  margin: 3vw auto 0;
}
.machiconInfoCategoryBtn {
  margin: 7vw auto 0;
}
.machiconInfoCategoryBtn__anc {
  margin: 0 auto;
  color: #fff;
  padding: 4.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: 100%;
}
.machiconInfoBtnArea {
  margin: 10vw auto 0;
}
.machiconInfoBtnAnc {
  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;
}
.machiconInfoBtn__item + .machiconInfoBtn__item {
  margin-top: 5vw;
}
@media print, screen and (min-width: 769px) {
  .machiconInfoLeadArea {
    border: 2px solid #eb5e8a;
    padding: 3vw;
    margin-bottom: 7vw;
    width: 56vw;
  }
  .machiconInfoLeadHeading {
    margin: 0 auto 1vw;
    font-size: 1.4rem;
    width: 46%;
  }
  .machiconInfoLeadHeading__item {
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-left: 2.5rem;
  }
  .machiconInfoLeadHeading__item:before {
    width: 2.2vw;
    height: 2.2vw;
    left: 0;
    top: .4vw;
  }
  .machiconInfoLeadTxt {
    font-size: 1rem;
    text-align: center;
  }
  .machiconInfoLeadTxt + .machiconInfoLeadTxt {
    margin-top: 1vw;
  }
  .machiconInfoMovie {
    padding-top: 31.5vw;
    margin: 0 auto;
  }
  .machiconInfoMovie iframe {
    position: absolute;
    max-width: 56vw;
    max-height: 31.5vw;
  }
  .machiconInfoContents {
    margin-top: 7vw;
  }
  .machiconInfoContentsHeading {
    margin: 5vw auto;
    padding: 2vw 0 1.7vw;
    border-bottom: 0.4vw solid #ddd;
    text-align: center;
  }
  .machiconInfoContentsHeadingInner {
    font-size: 1.5rem;
  }
  .machiconInfoContentsSubHeading {
    font-size: 1.4rem;
    border-left: 0.6vw solid #eb5e8a;
    padding-left: 0.9vw;
    margin-bottom: 2vw;
  }
  .machiconInfoContentsMerit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .machiconInfoContentsMerit__item {
    border-radius: 0.4vw;
    padding: 2vw 1.5vw;
    /* width: 60vw; */
    width: calc((100% - 4vw) / 3);
    margin: 0 auto;
    text-align: center;
  }
  .machiconInfoContentsMerit__item + .machiconInfoContentsMerit__item {
    /* margin-top: 2vw; */
    margin-top: 0;
    margin-left: 2vw;
  }
  .machiconInfoContentsMeritHeading {
    font-size: 1.2rem;
    margin-bottom: 1.5vw;
    text-align: center;
  }
  .machiconInfoContentsMeritTxt {
    font-size: 1rem;
    margin: 0 auto;
    text-align: left;
  }
  .machiconInfoContentsMeritTxt__caution {
    font-size: .8rem;
  }
  .machiconInfoContentsPhoto {
    margin: 5vw auto 0;
    width: 56vw;
  }
  .machiconInfoContents__item + .machiconInfoContents__item {
    margin-top: 7vw;
  }
  .machiconInfoFlowArea {
    padding: 3vw 3vw 4vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .machiconInfoFlowArea__heading {
    font-size: 1.6rem;
    margin-bottom: 3vw;
  }
  .machiconInfoFlowList {
    margin: 3vw auto 0;
  }
  .machiconInfoFlowList__item {
    padding: 1.5vw 2vw;
    width: 50vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .machiconInfoFlowList__item:after {
    /* margin-left: -2vw; */
    border: 2vw solid transparent;
    border-top: 2vw solid #fff;
  }
  .machiconInfoFlowItemHeading {
    font-size: 1.3rem;
  }
  .machiconInfoFlowItemTxt {
    font-size: 1rem;
    margin: 0.5vw auto 0;
  }

  .machiconInfoFlowList__item + .machiconInfoFlowList__item {
    margin-top: 5vw;
  }
  .machiconInfoCategoryArea {
    margin-top: 8vw;
  }
  .machiconInfoCategoryList__item {
    border-radius: .4vw .4vw 0 0;
    color: #fff;
    font-size: 1.2em;
    padding: 1vw;
    cursor: pointer;
  }
  .machiconInfoCategoryContentsWrap {
    border-radius: 0 0 .4vw .4vw;
    border: 6px solid #eb5e8a;
    padding: 4vw 3vw;
  }
  .machiconInfoCategoryContents__time {
    font-size: 1.2rem;
    padding-left: 2.5rem;
  }
  .machiconInfoCategoryContents__time:before {
    width: 2.2vw;
    height: 2.2vw;
    left: 0;
    top: -0.1vw;
  }
  .machiconInfoCategoryContents__txt {
    font-size: 1rem;
    margin: 1vw auto 0;
  }
  .machiconInfoCategoryBtn {
    margin: 5vw auto 0;
  }
  .machiconInfoCategoryBtn__anc {
    margin: 0 auto;
    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;
  }
  .machiconInfoCategoryBtn__anc: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;
  }
  .machiconInfoBtnArea {
    margin: 8vw auto 0;
  }
  .machiconInfoBtnAnc {
    margin: 0 auto;
    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;
  }
  .machiconInfoBtnAnc: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;
  }
  .machiconInfoBtn__item + .machiconInfoBtn__item {
    margin-top: 2vw;
  }
}
@media print, screen and (min-width: 1281px) {
  .machiconInfoLeadArea {
    border: 2px solid #eb5e8a;
    padding: 38.4px;
    margin-bottom: 89.6px;
    width: 716.8px;
  }
  .machiconInfoLeadHeading {
    margin: 0 auto 12.8px;
    font-size: 1.4rem;
    width: 46%;
  }
  .machiconInfoLeadHeading__item {
    padding-left: 2.5rem;
  }
  .machiconInfoLeadHeading__item:before {
    width: 28.16px;
    height: 28.16px;
    left: 0;
    top: 5.12px;
  }
  .machiconInfoLeadTxt {
    font-size: 1rem;
  }
  .machiconInfoLeadTxt + .machiconInfoLeadTxt {
    margin-top: 12.8px;
  }
  .machiconInfoMovie {
    padding-top: 403.2px;
    margin: 0 auto;
  }
  .machiconInfoMovie iframe {
    max-width: 716.8px;
    max-height: 403.2px;
  }
  .machiconInfoContents {
    margin-top: 89.6px;
  }
  .machiconInfoContentsHeading {
    margin: 64px auto;
    padding: 25.6px 0 21.76px;
    border-bottom: 5.12px solid #ddd;
  }
  .machiconInfoContentsHeadingInner {
    font-size: 1.5rem;
  }
  .machiconInfoContentsSubHeading {
    font-size: 1.4rem;
    border-left: 7.68px solid #eb5e8a;
    padding-left: 11.52px;
    margin-bottom: 25.6px;
  }
  .machiconInfoContentsMerit__item {
    border-radius: 5.12px;
    padding: 25.6px 19.2px;
    /* width: 768px; */
    width: calc((100% - 51.2px) / 3);
    margin: 0 auto;
  }
  .machiconInfoContentsMerit__item + .machiconInfoContentsMerit__item {
    /* margin-top: 25.6px; */
    margin-top: 0;
    margin-left: 25.6px;
  }
  .machiconInfoContentsMeritHeading {
    font-size: 1.2rem;
    margin-bottom: 19.2px;
  }
  .machiconInfoContentsMeritTxt {
    font-size: 1rem;
    margin: 0 auto;
  }
  .machiconInfoContentsMeritTxt__caution {
    font-size: .8rem;
  }
  .machiconInfoContentsPhoto {
    margin: 64px auto 0;
    width: 716.8px;
  }
  .machiconInfoContents__item + .machiconInfoContents__item {
    margin-top: 89.6px;
  }
  .machiconInfoFlowArea {
    padding: 38.4px 38.4px 51.2px;
    margin: 0 auto;
  }
  .machiconInfoFlowArea__heading {
    font-size: 1.6rem;
    margin-bottom: 38.4px;
  }
  .machiconInfoFlowList {
    margin: 38.4px auto 0;
  }
  .machiconInfoFlowList__item {
    padding: 19.2px 25.6px;
    width: 640px;
    margin: 0 auto;
  }
  .machiconInfoFlowList__item:after {
    /* margin-left: -25.6px; */
    width: 51.2px;
    height: 51.2px;
    border: 25.6px solid transparent;
    border-top: 25.6px solid #fff;
  }
  .machiconInfoFlowItemHeading {
    font-size: 1.3rem;
  }
  .machiconInfoFlowItemTxt {
    font-size: 1rem;
    margin: 6.4px auto 0;
  }

  .machiconInfoFlowList__item + .machiconInfoFlowList__item {
    margin-top: 64px;
  }
  .machiconInfoCategoryArea {
    margin-top: 102.4px;
  }
  .machiconInfoCategoryList__item {
    border-radius: 5.12px 5.12px 0 0;
    color: #fff;
    font-size: 1.2em;
    padding: 12.8px;
  }
  .machiconInfoCategoryContentsWrap {
    border-radius: 0 0 5.12px 5.12px;
    border: 6px solid #eb5e8a;
    padding: 51.2px 38.4px;
  }
  .machiconInfoCategoryContents__time {
    font-size: 1.2rem;
    padding-left: 2.5rem;
  }
  .machiconInfoCategoryContents__time:before {
    width: 28.16px;
    height: 28.16px;
    left: 0;
    top: -1.28px;
  }
  .machiconInfoCategoryContents__txt {
    font-size: 1rem;
    margin: 12.8px auto 0;
  }
  .machiconInfoCategoryBtn {
    margin: 64px auto 0;
  }
  .machiconInfoCategoryBtn__anc {
    margin: 0 auto;
    padding: 20.48px 25.6px;
    font-size: 1.2rem;
    width: 463px;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .machiconInfoCategoryBtn__anc:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .machiconInfoBtnArea {
    margin: 102.4px auto 0;
  }
  .machiconInfoBtnAnc {
    margin: 0 auto;
    padding: 20.48px 25.6px;
    font-size: 1.2rem;
    width: 463px;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .machiconInfoBtnAnc:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .machiconInfoBtn__item + .machiconInfoBtn__item {
    margin-top: 25.6px;
  }
}