@charset "UTF-8";

.p-hfcMain {
  animation: fadeIn 2s ease 0s 1 forwards;
  -webkit-animation: fadeIn 2s ease 0s 1 forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-hfcRibbon {
  min-width: 300px;
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  color: #e73278;
  font-weight: bold;
  font-size: 1.6rem;
  background: #fff;
  box-sizing: border-box;
}
.p-hfcRibbon:before,
.p-hfcRibbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.p-hfcRibbon:before {
  top: 0;
  left: 0;
  border-width: 22px 0px 22px 15px;
  border-color: transparent transparent transparent #fef8bc;
  border-style: solid;
}
.p-hfcRibbon:after {
  top: 0;
  right: 0;
  border-width: 22px 15px 22px 0px;
  border-color: transparent #fef8bc transparent transparent;
  border-style: solid;
}
@media only screen and (max-width: 767px) {
}

.p-hfcInfoItem {
  border-radius: 10px;
  background-color: #fef8bc;
  padding: 20px;
}
.p-hfcInfoItem__body {
  font-size: 4.5rem;
}
@media only screen and (max-width: 767px) {
}

.p-hfcTable {
  border-collapse: collapse;
  width: 100%;
}
.p-hfcTable th {
  width: 30%;
  text-align: center;
  background-color: #eee;
}
.p-hfcTable td {
  background-color: #fff;
}
.p-hfcTable th,
.p-hfcTable td {
  padding: 20px 15px;
  border: 1px solid #000;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .p-hfcTable {
    border-bottom: 1px solid #000;
  }
  .p-hfcTable th,
  .p-hfcTable td {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .p-hfcTable th {
    font-size: 1.8rem;
    border-bottom: none;
  }
  .p-hfcTable td {
    border-top: none;
    border-bottom: none;
  }
}

.p-hfcSho {
  text-align: center;
  background-color: #fcfaf1;
  padding: 10px 30px 40px 30px;
  box-shadow: 0px 0px 65px 0px rgba(162, 108, 107, 0.1);
  line-height: 1.2;
}
.p-hfcSho .SectionSubLabel__inner {
  min-width: inherit;
  width: 400px;
}
.p-hfcSho__info {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-hfcSho__info ul li {
  text-align: left;
  list-style-type: square;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.p-hfcSho__ic {
  display: block;
  margin: -30px auto 5px auto;
}
@media only screen and (max-width: 767px) {
}

.pS_feature_st {
  font-size: 2rem;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.pS_feature_st span {
  position: relative;
  display: inline-block;
  margin: 0 3em;
  padding: 0 1em;
  text-align: center;
}
.pS_feature_st span::before,
.pS_feature_st span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 700%;
  height: 1px;
  background-color: #000;
}
.pS_feature_st span::before {
  right: 100%;
}
.pS_feature_st span::after {
  left: 100%;
}
@media only screen and (max-width: 767px) {
}

.p-hfcGuest {
  background-color: #000;
  border-radius: 15px;
  max-width: 900px;
  padding: 40px;
  margin: 0 auto;
}
.p-hfcGuest__label {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.p-hfcGuest__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  margin: auto;
  height: 2px;
  background-color: #e5006a;
}
.p-hfcGuest dl {
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 700px;
  margin: auto;
}
.p-hfcGuest dl dt {
  width: 200px;
}
.p-hfcGuest dl dd {
  margin-left: 40px;
  flex: 1;
}
.p-hfcGuest__text {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #fff;
}
.p-hfcGuest__text a {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #fff;
}
.p-hfcGuest__subText {
  margin: 0;
  font-size: 1.2rem;
  color: #e5006a;
}
.p-hfcGuest__title {
  margin: 0;
  font-size: 2rem;
  color: #e5006a;
}
.p-hfcGuest__c {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-hfcGuest {
    width: 100%;
    padding: 30px 0 10px;
  }
  .p-hfcGuest__label {
    padding: 20px;
    margin-top: 0;
  }
  .p-hfcGuest dl {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px;
    margin: 0 auto;
  }
  .p-hfcGuest dl dt {
    width: 50%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
  }
  .p-hfcGuest dl dd {
    margin: 0;
  }
  .p-hfcGuest__text {
    font-size: 1.4rem;
  }
  .p-hfcGuest__text a {
    font-size: 1.4rem;
  }
  .p-hfcGuest__subText {
    font-size: 1.4rem;
    text-align: center;
  }
  .p-hfcGuest__title {
    text-align: center;
  }
}

.p-hfcAddress {
  background-color: #ececec;
  padding: 20px 30px;
  display: flex;
}
.p-hfcAddress__t {
  flex: 0 0 6em;
}
.p-hfcAddress__t span {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 10px;
  line-height: 1;
}
.p-hfcAddress__line {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .p-hfcAddress {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
  }
}
