@charset "UTF-8";
:root {
  --textPoint: #0071bc;
}

:root {
  --textMain: #333333;
}

:root {
  --textEm: #f7894f;
}

:root {
  --mainBg: #f5faf2;
}

:root {
  --headerBg: #fff;
}

:root {
  --naviText: #ffffff;
}

:root {
  --naviBg: #89db66;
}

:root {
  --naviBgHover: #80cc5f;
}

:root {
  --naviTextHover: #fff;
}

:root {
  --spMenu1Bg: #fff;
}

:root {
  --spMenu1Bdr: #f7894f;
}

:root {
  --spMenu2Text: #fff;
}

:root {
  --spMenu2OpenBg: #89db66;
}

:root {
  --spMenu2CloseText: #fff;
}

:root {
  --spMenu2CloseBg: #b0b0b0;
}

:root {
  --spTelMenuText: #f7894f;
}

:root {
  --spTelMenuBtnText: #fff;
}

:root {
  --spTelMenuBtnBg: #f7894f;
}

:root {
  --icon1: #f7894f;
}

:root {
  --icon2: #fff;
}

:root {
  --btnRequireText: #f77631;
}

:root {
  --btnRequireBg: #fae350;
}

:root {
  --btnReserveText: #fff;
}

:root {
  --btnReserveBg: #f7894f;
}

:root {
  --contText: #ffffff;
}

:root {
  --contBg: #89db66;
}

:root {
  --footerMenuText1: #5a5a5a;
}

:root {
  --footerMenuText2: #646464;
}

:root {
  --footerMenuText3: #000;
}

:root {
  --footerBg1: #fafafa;
}

:root {
  --footerBg2: #f7fff2;
}

:root {
  --heading1Text: #f7894f;
}

:root {
  --heading2Text: #000;
}

:root {
  --heading2Bg: #f5faf2;
}

:root {
  --heading2Bdr: #89db66;
}

:root {
  --heading3Text: #444444;
}

:root {
  --heading3Bg: #f5faf2;
}

:root {
  --heading3Bdr: #89db66;
}

:root {
  --dateText: #f7894f;
}

:root {
  --zabuton1Text: #fff;
}

:root {
  --zabuton1Bg: #89db66;
}

:root {
  --zabuton2Text: #0071bc;
}

:root {
  --zabuton2Bg: #e9eefd;
}

:root {
  --qaQ1Text: #fff;
}

:root {
  --qaQ1Bg: #f7894f;
}

:root {
  --qaQ2Text: #222222;
}

:root {
  --qaQ2Bg: #fffaf0;
}

:root {
  --qaAText: #ff5b72;
}

:root {
  --thText: #444444;
}

:root {
  --thBg: #e6f2df;
}

:root {
  --tdText: #444444;
}

:root {
  --tdBg: #f5faf2;
}

:root {
  --linkText: #72b554;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64b0da;
}

:root {
  --gradientLast: #f66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #f66395;
}

:root {
  --commentBg: #fbeff4;
}

:root {
  --breadCrumbBg: #efefef;
}

:root {
  --partnerText: #f7894f;
}

:root {
  --partnerBg: #f7894f;
}

:root {
  --partnerBtnText: #fff;
}

:root {
  --cautionText: #df263c;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media only screen and (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media only screen and (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------------
メインヴィジュアル
--------------------------------------------------------------------------------------- */
#mainv {
  background-color: #fafafa;
}
#mainv .inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(44%, #fafafa), color-stop(51%, rgba(250, 250, 250, 0)), color-stop(95%, rgba(250, 250, 250, 0)), color-stop(99%, #fafafa), to(#fafafa)), url(../images/price/mainv_bg.jpg);
  background-image: -webkit-linear-gradient(left, #fafafa, #fafafa 44%, rgba(250, 250, 250, 0) 51%, rgba(250, 250, 250, 0) 95%, #fafafa 99%, #fafafa), url(../images/price/mainv_bg.jpg);
  background-image: linear-gradient(90deg, #fafafa, #fafafa 44%, rgba(250, 250, 250, 0) 51%, rgba(250, 250, 250, 0) 95%, #fafafa 99%, #fafafa), url(../images/price/mainv_bg.jpg);
  background-size: auto auto, auto 100%;
  background-position: left top, right center;
}
#mainv .inner h1 {
  color: var(--textMain);
  font-size: var(--mainvFontSize);
  font-weight: 700;
  line-height: 1.2;
  padding: 110px 0 130px;
}
#mainv .inner h1 span {
  font-size: 1.44em;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainv .inner {
    background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(20%, #fafafa), color-stop(40%, rgba(250, 250, 250, 0)), to(rgba(250, 250, 250, 0))), url(../images/price/mainv_bg.jpg);
    background-image: -webkit-linear-gradient(left, #fafafa, #fafafa 20%, rgba(250, 250, 250, 0) 40%, rgba(250, 250, 250, 0)), url(../images/price/mainv_bg.jpg);
    background-image: linear-gradient(90deg, #fafafa, #fafafa 20%, rgba(250, 250, 250, 0) 40%, rgba(250, 250, 250, 0)), url(../images/price/mainv_bg.jpg);
    background-position: left top, right 20% bottom;
  }
  #mainv .inner h1 {
    color: var(--textMain);
    font-size: var(--mainvFontSize);
    font-weight: 700;
    line-height: 1.2;
    padding: 26.6vw 0;
    -webkit-filter: drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255));
            filter: drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  #mainv .inner h1 span {
    font-size: 1.44em;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
メインカラム
--------------------------------------------------------------------------------------- */
#mainColmun .inner > h2 {
  font-weight: 700;
  margin: 0 0 60px;
  font-size: 1.7142857143rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > h2 {
    font-size: 6.3942857143vw;
  }
}
#mainColmun .inner .planArea {
  margin: 0 0 80px;
}
#mainColmun .inner .planArea .plan + .plan {
  margin: 80px 0 0;
}
#mainColmun .inner .planArea .plan .midashi {
  color: var(--zabuton1Text);
  background: var(--zabuton1Bg);
  border-radius: 50vh;
  margin: 0 0 20px;
  padding: 0.5em 2em;
  display: inline-block;
}
#mainColmun .inner .planArea .plan ul li + li {
  margin: 40px 0 0;
}
#mainColmun .inner .planArea .plan ul li h3 {
  color: var(--textEm);
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 1.7142857143rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li h3 {
    font-size: 6.3942857143vw;
  }
}
#mainColmun .inner .planArea .plan ul li table {
  width: 100%;
  text-align: left;
}
#mainColmun .inner .planArea .plan ul li table th {
  color: var(--thText);
  vertical-align: middle;
  width: 36%;
  background: var(--thBg);
  border-right: 4px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 30px;
  font-size: 1.5714285714rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table th {
    font-size: 5.8614285714vw;
  }
}
#mainColmun .inner .planArea .plan ul li table td {
  text-align: left;
  background: var(--tdBg);
  border-bottom: 3px solid #fff;
  padding: 30px 10px 30px 30px;
}
#mainColmun .inner .planArea .plan ul li table td span {
  color: var(--thText);
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table td span {
    font-size: 7.46vw;
  }
}
#mainColmun .inner .planArea .plan .note {
  color: var(--noteText);
  margin: 5px 0 0;
}
#mainColmun .inner .planArea .plan .recommendList {
  background: var(--thBg);
  margin: 30px 0 0;
  padding: 24px 24px 30px;
}
#mainColmun .inner .planArea .plan .recommendList dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
#mainColmun .inner .planArea .plan .recommendList dl dt {
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 1.2em;
  grid-column: span 3/span 3;
  position: relative;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dt {
    font-size: 4.2628571429vw;
  }
}
#mainColmun .inner .planArea .plan .recommendList dl dt::before {
  content: "";
  width: 1em;
  height: 1em;
  background: var(--textEm);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#mainColmun .inner .planArea .plan .recommendList dl dd {
  background: #fff;
  border: solid 2px var(--zabuton1Bg);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: span 3/span 3;
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dd {
    font-size: 3.73vw;
  }
}
#mainColmun .inner .planArea .plan .recommendList dl dd span {
  font-weight: 700;
}
#mainColmun .inner .contBlock {
  margin: 0 0 80px;
}
#mainColmun .inner .contBlock .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#mainColmun .inner .contBlock .box p {
  width: 59%;
}
#mainColmun .inner .contBlock .box figure {
  width: 34%;
}
#mainColmun .inner .info h3 {
  margin: 0 30px 15px;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info h3 {
    font-size: 4.2628571429vw;
  }
}
#mainColmun .inner .info h3::before {
  content: "■";
  color: var(--zabuton1Bg);
}
#mainColmun .inner .info .detailBox {
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  margin: 0 30px;
  padding: 20px 40px;
}
#mainColmun .inner .info .detailBox + h3 {
  margin-top: 50px;
}
#mainColmun .inner .info .detailBox ul li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
#mainColmun .inner .info .detailBox ul li:last-child {
  border: none;
}
#mainColmun .inner .info .detailBox ul li small {
  padding: 0 0 0 1.5em;
  display: block;
  font-size: 0.8571428571rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li small {
    font-size: 3.1971428571vw;
  }
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainColmun .inner > h2 {
    margin: 0 0 13.3vw;
    padding: 0 3vw;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner > h2 {
    font-size: 4.2628571429vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea {
    margin: 0 0 16vw;
    padding: 0 3vw;
  }
  #mainColmun .inner .planArea .plan + .plan {
    margin: 16vw 0 0;
  }
  #mainColmun .inner .planArea .plan .midashi {
    margin: 0 0 6vw;
    padding: 4vw 8vw;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .midashi {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li + li {
    margin: 8vw 0 0;
  }
  #mainColmun .inner .planArea .plan ul li h3 {
    margin: 0 0 6vw;
    font-size: 1.5714285714rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li h3 {
    font-size: 5.8614285714vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table th {
    width: 42%;
    padding: 6.6vw 1vw 6.6vw 4vw;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table th {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table td {
    padding: 6.6vw 2vw 6.6vw 4vw;
  }
  #mainColmun .inner .planArea .plan ul li table td span {
    font-size: 1.3571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table td span {
    font-size: 5.0621428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .note {
    margin: 2vw 0 0;
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .note {
    font-size: 3.1971428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList {
    margin: 5vw 0 0;
    padding: 5.4vw 3vw;
  }
  #mainColmun .inner .planArea .plan .recommendList dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainColmun .inner .planArea .plan .recommendList dl dt {
    padding: 0 0 0 4.2vw;
    grid-column: span 2/span 2;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dt {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dt::before {
    width: 3.1vw;
    height: 3.1vw;
  }
  #mainColmun .inner .planArea .plan .recommendList dl dd {
    border-radius: 0.7vw;
    padding: 2.4vw 3.6vw;
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dd {
    font-size: 3.1971428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .contBlock {
    margin: 0 0 13.3vw;
  }
  #mainColmun .inner .contBlock .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #mainColmun .inner .contBlock .box p {
    width: 100%;
  }
  #mainColmun .inner .contBlock .box figure {
    width: 100%;
    margin: 0 0 6vw;
  }
  #mainColmun .inner .info {
    padding: 0 3vw;
  }
  #mainColmun .inner .info h3 {
    margin: 0 0 4vw;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info h3 {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox {
    margin: 0;
    padding: 4vw;
  }
  #mainColmun .inner .info .detailBox + h3 {
    margin: 13.3vw 0 4vw;
  }
  #mainColmun .inner .info .detailBox p {
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info .detailBox p {
    font-size: 3.1971428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li {
    padding: 4vw 0;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li small {
    font-size: 0.7142857143rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li small {
    font-size: 2.6642857143vw;
  }
}
/*--------------------------endSP--------------------------------*//*# sourceMappingURL=price.css.map */