@charset "UTF-8";
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
*:focus {
  outline: 0;
}
body {
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: startin 2s forwards;
          animation: startin 2s forwards;
  opacity: 0;
  color: #1c1c1c;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.newcustom {
  letter-spacing: 0;
}
.newcustom img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  pointer-events: none;
}
.newcustom img[src$=".svg"] {
  width: 100%;
}
.newcustom div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newcustom p {
  padding: 0;
  margin: 0;
}
.newcustom ol,
.newcustom ul,
.newcustom li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-wrapper {
    width: 95.25vw;
    padding-bottom: 12.5vw;
  }
}
.c-topTitle {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-topTitle {
    font-size: 18px;
    margin-bottom: 4%;
  }
}
.c-topBtn {
  display: block;
  margin: 20px 0 0 auto;
  border-radius: 10px;
  width: 11em;
  padding: 0.75em;
  text-align: center;
  font-weight: bold;
  color: #c41b42;
  border: 2px solid #c41b42;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-topBtn {
    font-size: 14px;
  }
}
.c-topBtn:hover {
  opacity: 0.7;
}
@-webkit-keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-sp-inline-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline-block {
    display: inline-block !important;
  }
}
.u-sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-block {
    display: block !important;
  }
}
.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.css-btn-hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 8px 8px rgba(200,200,200,0.4);
          box-shadow: 8px 8px rgba(200,200,200,0.4);
}
@media screen and (max-width: 768px) {
  .css-btn-hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
  }
}
.css-btn-hover:hover {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}
@media screen and (max-width: 768px) {
  .css-btn-hover:hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.css-hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.css-hover:hover {
  opacity: 0.7;
}
.js-slidein {
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-slidein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.feeWrapper {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .feeWrapper {
    padding-top: 16.25vw;
  }
}
.menuWrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.menuFeeItem {
  color: #fff;
  width: 32%;
  position: relative;
  background-color: #c41b42;
  padding: 1.5em 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.menuFeeItem.yellow {
  background-color: #c49d1b;
}
.menuFeeItem.green {
  background-color: #97c41b;
}
@media screen and (max-width: 768px) {
  .menuFeeItem {
    padding: 1em 0;
    font-size: 14px;
  }
}
.menuFeeItem:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 5px;
  left: 50%;
}
.section {
  margin-bottom: 60px;
  padding-top: 50px;
  margin-top: -50px;
}
.sectionTitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  background-color: #c41b42;
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: 20px;
}
.sectionTitle.yellow {
  background-color: #c49d1b;
}
.sectionTitle.green {
  background-color: #97c41b;
}
.sectionDetails {
  margin-bottom: 40px;
}
.sectionDetailsTitle {
  font-size: 20px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#c41b42));
  background: linear-gradient(transparent 40%, #c41b42 100%);
  margin-bottom: 10px;
}
.sectionDetailsTitle.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#c49d1b));
  background: linear-gradient(transparent 40%, #c49d1b 100%);
}
.sectionDetailsTitle.green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#97c41b));
  background: linear-gradient(transparent 40%, #97c41b 100%);
}
.sectionImage {
  margin-bottom: 20px;
}
.sectionDetailsList {
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
  padding: 0 1em;
}
.sectionDetailsList.noLine {
  border: none;
}
.sectionDetailsList.option .optionName {
  text-align: left;
}
.sectionDetailItem {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sectionDetailItem {
    font-size: 16px;
  }
}
.sectionDetailItem.telTitle {
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  padding: 0.25em 0.5em;
  letter-spacing: -0.05em;
}
.sectionDetailItem.netTitle {
  color: #fff;
  background-color: #c41b42;
  border-radius: 4px;
  padding: 0.25em 0.5em;
  letter-spacing: -0.05em;
}
.sectionDetailItem.tel {
  width: 30%;
  margin-left: 2%;
}
.sectionDetailItem.net {
  width: 46%;
  margin-left: 2%;
}
.sectionDetailItem.min {
  width: 20%;
}
.sectionDetailItem.bigText {
  font-size: 1.2em;
  color: #c41b42;
}
.sectionDetailItem.optionName {
  width: 70%;
}
.sectionDetailItem.optionPrice {
  width: 25%;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sectionDetailItem.optionPrice {
    font-size: 16px;
  }
}
