@charset "UTF-8";
/* base
====================================*/
body {
  min-width: 1240px;
  background: url("/img/bg.jpg") center top repeat;
  font-family: "Noto Sans JP", sans-serif;
  color: #002563;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #002563;
}

a:hover {
  text-decoration: underline;
}

a.anchor-for-call, a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
}

div.sbox-cen,
.seotext {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #989898;
}

.wrap {
  overflow: hidden;
  position: relative;
  background: url("/img/bg.jpg") center top repeat;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5;
  color: #002563;
}

.tel {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  line-height: 1.0;
}

.tel__pre {
  display: inline-block;
}

.tel__num {
  display: inline-block;
  margin-left: 5px;
  font-size: 2.6rem;
  vertical-align: -6px;
}

.tel__num.-side {
  margin-left: 2px;
  font-size: 3rem;
  vertical-align: -9px;
}

.tel__num.-footer {
  margin-left: 2px;
  font-size: 3.6rem;
  vertical-align: -9px;
}

/* common header
====================================*/
/*--------- header ---------*/
.header {
  padding: 7px 15px 22px;
}

.header__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.h-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.h-box__seo {
  width: 100%;
  margin-bottom: 5px;
}

.h-box__left {
  width: 300px;
}

.h-box__right {
  width: 443px;
}

.h-seo {
  font-size: 1.0rem;
  line-height: 1.6;
  color: #666;
}

.h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.h-right__info {
  width: 100%;
  margin-right: 5px;
  text-align: center;
}

.h-right__tel {
  margin-bottom: 3px;
}

.h-right__banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 226px;
}

.h-link {
  display: block;
  width: 100%;
  background: url("/img/h_contact_off.png");
  padding: 18px 10px 22px 15px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-align: center;
  color: #FFF;
}

.h-link::before {
  content: url("/img/h_contact_on.png");
  display: none;
}

.h-link:hover {
  background: url("/img/h_contact_on.png");
  padding: 22px 6px 18px 19px;
  text-decoration: none;
}

/*--------- navigation ---------*/
.gnav {
  padding-top: 52px;
  background: url("/img/s_menu.png") center top no-repeat;
}

.gnav-list {
  border: 2px solid #002563;
  background: #FFF;
  padding: 18px 30px 13px;
}

.gnav-list__link {
  display: block;
  padding: 19px 5px 18px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px dashed #288CD1;
}

.gnav-list__link.-last {
  border-bottom: none;
}

.gnav-list__link:hover,
.gnav-list__item.-on .gnav-list__link,
.accordion.-open .gnav-list__link,
.accordion-wide.-open .gnav-list__link {
  text-decoration: none;
  color: #F79B9B;
}

.accordion {
  position: relative;
}

.accordion__list {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}

.accordion__list.-sp {
  position: relative;
}

.accordion-list__link {
  display: block;
  background: #FFF;
  border-bottom: 1px solid #EEEDEB;
  padding: 13px 10px 11px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.accordion-list__link.-current, .accordion-list__link:hover {
  background: #EEEDEB;
  text-decoration: none;
}

.accordion-list__link.-nolink:hover {
  background: #FFF;
}

.accordion-wide__list {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}

.accordion-wide__list.-sp {
  position: relative;
}

.accordion-wide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  border-top: 1px solid #EEEDEB;
}

.accordion-wide-list__link {
  display: block;
  background: #FFF;
  padding: 16px 20px 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.accordion-wide-list__link.-current, .accordion-wide-list__link:hover {
  background: #EEEDEB;
  text-decoration: none;
}

.accordion-wide-list__link.-nolink:hover {
  background: #FFF;
}

/*--------- mainimage ---------*/
.mainimg.-index {
  padding-bottom: 40px;
}

.mainimg__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 126px;
  background: #FFF;
  border-bottom: 6px solid #C5E1F6;
  padding-top: 4px;
  text-align: center;
}

.main-box__text {
  margin-bottom: 14px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.main-box__en {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #F1A036;
}

.first-view-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1220px;
  background: url("/img/main_bg.png") right center no-repeat;
  margin: 0 auto;
}

.first-view-wrap__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 50px;
}

.first-view-wrap__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 14px;
}

.first-view__title {
  margin-bottom: 26px;
}

.first-view__text {
  margin-bottom: 20px;
}

.first-view__banner {
  margin-bottom: 16px;
}

.first-view__area {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 1.3px;
}

.first-view-text {
  margin-right: -10px;
  line-height: 2.375;
  letter-spacing: 1.6px;
}

.first-view-text__small {
  display: inline-block;
  padding-right: 2px;
  font-size: 1.2rem;
  letter-spacing: 0;
  vertical-align: -1px;
}

/*--------- main ---------*/
.main {
  width: 100%;
  padding: 60px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 15px;
  padding-right: 15px;
}

.main__content {
  width: 100%;
  max-width: 750px;
}

.main__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 240px;
  margin-right: 50px;
}

/* common contents
====================================*/
/*-------- content --------*/
.content__bread {
  margin-bottom: 34px;
}

.content__heading {
  width: 100%;
  max-width: calc(750px + 30px);
  margin-bottom: 28px;
}

.content__subtitle {
  width: 100%;
  max-width: calc(750px + 30px);
  margin-bottom: 30px;
}

.content__block {
  width: 100%;
  max-width: calc(750px + 30px);
  margin-bottom: 100px;
}

.content__block:last-child {
  margin-bottom: 0;
}

.content__block.-break {
  max-width: 100%;
  padding: 0;
}

.content__block.-breakall {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}

/* bread */
.bread {
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto;
}

.bread__item:not(:last-child) {
  margin-right: 15px;
}

.bread__item:not(:last-child)::after {
  content: '＞';
  display: inline-block;
  margin-left: 15px;
}

.bread__link {
  font-weight: 500;
  text-decoration: underline;
}

.bread__link:hover {
  text-decoration: none;
}

/* heading */
.heading {
  position: relative;
  padding: 0 0 24px;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #002563;
}

.heading::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 5px;
  background: #002563;
  border-radius: 2.5px;
}

.subtitle {
  border-bottom: 1px dashed #288CD1;
  padding: 0 0 24px;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.subtitle.-index {
  font-size: 2.4rem;
}

.subtitle.-bg {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
}

.subtitle.-bg::before {
  content: attr(data-heading);
  position: absolute;
  z-index: -1;
  top: -26px;
  left: 0;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #C5E1F6;
  opacity: 0.6;
}

/* table */
.table,
.mailform-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.table__head, .table__data,
.mailform-table__head,
.mailform-table__data {
  width: auto;
  background: #FFF;
  padding: 13px 20px 11px;
  vertical-align: top;
  line-height: 1.75;
}

.table__head,
.mailform-table__head {
  background: rgba(197, 225, 246, 0.6);
  text-align: left;
  font-weight: 500;
}

.table__head {
  width: 30.66667%;
}

.table__head.-price {
  width: 69.33333%;
  background: #FFF;
}

.table__data.-price {
  background: rgba(197, 225, 246, 0.6);
}

.mailform-table__head, .mailform-table__data {
  font-size: 1.4rem;
}

.mailform-table__head {
  width: 30.66667%;
  background: #C5E1F6;
  padding: 13px 15px 11px;
}

/* other */
.nopost.-right {
  text-align: right;
}

.nopost.-center {
  text-align: center;
}

.nostock {
  color: #F1A036;
}

.c-link {
  display: inline-block;
  width: 306px;
  background: url("/img/btn_bg.png") center no-repeat;
  border: none;
  outline: none;
  padding: 22px 10px 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
  color: #FFF;
}

.c-link.-more {
  background-image: url("/img/btn_orange_bg.png");
}

.c-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.list-circle__item {
  position: relative;
  padding-left: 1em;
}

.list-circle__item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

/* global */
.map,
.video {
  position: relative;
  width: 100%;
  height: 400px;
}

.map iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  height: auto;
  padding-top: 56.25%;
}

.p-text {
  margin-bottom: 2em;
}

.p-text:last-child {
  margin-bottom: 0;
}

.richtext {
  overflow: hidden;
}

.richtext a {
  text-decoration: underline;
}

.richtext a:hover {
  text-decoration: none;
}

.text-link {
  text-decoration: underline;
  font-weight: 500;
}

.text-link:hover {
  text-decoration: none;
}

.hash-link {
  padding-top: 20px;
  margin-top: -20px;
}

/* openbox */
.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer;
}

.openbox__target {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .4s;
  transition: height .4s;
  cursor: auto;
}

/* wink */
.wink:hover {
  -webkit-animation-name: wink;
          animation-name: wink;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

.wink:hover img {
  opacity: 1 !important;
}

@-webkit-keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

/*-------- images --------*/
/* img-left/img-right */
.img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-left__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
  margin-right: 30px;
}

.img-left__image.-small {
  width: calc(180 / 750 * 100%);
  max-width: 180px;
}

.img-left__image.-medium {
  width: calc(250 / 750 * 100%);
  max-width: 250px;
}

.img-left__image.-large {
  width: calc(400 / 750 * 100%);
  max-width: 400px;
}

.img-left__text {
  width: 100%;
}

.img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-right__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  margin-left: 30px;
}

.img-right__image.-small {
  width: calc(180 / 750 * 100%);
  max-width: 180px;
}

.img-right__image.-medium {
  width: calc(250 / 750 * 100%);
  max-width: 250px;
}

.img-right__image.-large {
  width: calc(400 / 750 * 100%);
  max-width: 400px;
}

.img-right__text {
  width: 100%;
}

/* img-list */
.img-list__item {
  margin-bottom: 20px;
}

.img-list__item:last-child {
  margin-bottom: 0;
}

/* image */
.image {
  text-align: center;
}

/* square */
.square {
  overflow: hidden;
  position: relative;
}

.square::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.square__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: none;
}

.square__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------- pagebute --------*/
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page li {
  margin: 0;
}

.page .link_page,
.page .current_page {
  display: block;
  width: 40px;
  height: 40px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #002563;
}

.page .link_page:hover,
.page .current_page:hover {
  color: #F79B9B;
}

.page .current_page {
  color: #F79B9B;
}

.page .link_before,
.page .link_next {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.page .link_before:hover,
.page .link_next:hover {
  opacity: 0.8;
}

.page .link_before {
  margin-right: 5px;
  background: url("/img/page_left.png") left center no-repeat;
}

.page .link_next {
  margin-left: 5px;
  background: url("/img/page_right.png") right center no-repeat;
}

/* common footer
====================================*/
/*--------- side ---------*/
.side {
  font-size: 1.2rem;
  line-height: 1.75;
}

.side__nav {
  margin-bottom: 56px;
}

.side__logo {
  margin-bottom: 16px;
  text-align: center;
}

.side__address {
  margin-bottom: 14px;
}

.side__tel {
  margin-bottom: 6px;
}

.side__time {
  margin-bottom: 15px;
  font-size: 1.4rem;
  text-align: center;
}

.side__mail {
  margin-bottom: 55px;
}

.side__seo {
  margin-bottom: 16px;
}

.s-link {
  display: block;
  width: 100%;
  background: url("/img/s_contact_off.png") center no-repeat;
  padding: 14px 10px 18px 17px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  color: #FFF;
}

.s-link::before {
  content: url("/img/s_contact_on.png");
  display: none;
}

.s-link:hover {
  background: url("/img/s_contact_on.png");
  padding: 18px 6px 14px 21px;
  text-decoration: none;
}

.s-link-banner {
  display: block;
  background: #FFF;
  padding: 18px 10px 17px;
  border: 1px solid #CBCBCB;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.s-link-banner:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*--------- footer ---------*/
.footer {
  font-size: 1.2rem;
  line-height: 2;
}

.footer__contact {
  padding: 0 15px;
}

.footer__area {
  background: rgba(197, 225, 246, 0.4);
  padding: 185px 15px 43px;
  margin-top: -148px;
}

.footer__box {
  background: #002563;
  padding: 38px 15px 37px;
  color: #869CBC;
}

.f-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  background: url("/img/c_bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 64px 20px 67px;
  margin: 0 auto;
  color: #FFF;
}

.f-contact__title {
  width: 100%;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.f-contact__info {
  width: 290px;
  margin-right: 30px;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}

.f-contact__tel {
  margin-bottom: 12px;
}

.f-contact__mail {
  width: 266px;
}

.f-contact-link {
  display: block;
  width: 100%;
  background: url("/img/c_contact.png") center no-repeat;
  padding: 22px 10px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #002563;
}

.f-contact-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.f-area {
  font-size: 1.4rem;
  text-align: center;
}

.f-area__title {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.f-box__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 8px;
}

.f-box__right {
  width: 100%;
  text-align: right;
}

.f-box__nav {
  margin-bottom: 21px;
}

.f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.4;
}

.f-nav__item {
  margin-right: 2em;
}

.f-nav__item:last-child {
  margin-right: 0;
}

.f-nav__link {
  display: block;
  font-weight: 500;
  color: #869CBC;
}

.copyright {
  font-size: inherit;
}

.pagetop {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.pagetop.-active {
  opacity: 1;
}

.pagetop.-stop {
  position: absolute;
}

.rightbar {
  position: fixed;
  z-index: 100;
  top: 100px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rightbar.-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modalbox {
  display: none;
}

/* contents cms
====================================*/
/*-------- news --------*/
.news-container__link {
  margin-top: 30px;
  text-align: center;
}

.news-container__pager {
  margin-top: 50px;
}

.news-entries__item {
  border-bottom: 1px solid #E2E2E2;
  padding: 0 0 23px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.news-entries__item:last-child {
  margin-bottom: 0;
}

.news-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 10px;
}

.news-entry__title {
  width: 100%;
  font-weight: 500;
}

/*-------- gallery/works/carousel --------*/
.gallery-container__link {
  margin-top: 40px;
  text-align: center;
}

.gallery-container__pager {
  margin-top: 50px;
}

.gallery-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}

.gallery-entries__item {
  width: calc((100% - (20px * (4 - 1))) / 4);
  margin: 0 20px 40px 0;
}

.gallery-entries__item:nth-child(4n) {
  margin-right: 0;
}

.gallery-entry__title {
  margin-top: 10px;
  font-weight: bold;
}

.gallery-entry__text {
  margin-top: 5px;
  font-size: 1.2rem;
}

.gallery-entry__price {
  font-size: 1.2rem;
}

.gallery-entry__price.-nostock {
  color: #C61515;
}

/* works */
.works-container__link {
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}

.works-container__pager {
  margin-top: 50px;
}

.works-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}

.works-entries__item {
  width: calc((100% - 50px) / 2);
  margin: 0 50px 40px 0;
}

.works-entries__item:nth-child(2n) {
  margin-right: 0;
}

.works-entry__title {
  margin-bottom: 15px;
}

.works-entry__label {
  margin-bottom: 5px;
}

.works-entry__image {
  margin-bottom: 20px;
}

.works-entry__text {
  font-size: 1.2rem;
}

.works-entry__link {
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0;
}

.works-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-label__item {
  width: 46%;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.works-label__item.-after {
  color: #C61515;
}

.works-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.works-imgbox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 33px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right bottom, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works-imgbox__item {
  width: 46%;
}

/* carousel(slick) */
.carousel-container__entries {
  width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}

.carousel-container__link {
  margin-top: 40px;
  text-align: center;
}

.carousel-entries__item {
  margin: 0 10px;
}

.carousel-entries__item :focus {
  outline: none;
}

.slick-prev,
.slick-next {
  z-index: 10;
  top: 50%;
  width: 30px;
  height: 30px;
  background: center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
  background-image: url("/img/slick_left.svg");
}

.slick-next {
  right: 0;
  background-image: url("/img/slick_right.svg");
}

/*-------- detail --------*/
/* imgbox column */
.imgbox-column__big {
  width: 100%;
  max-width: calc(500 / 750 * 100%);
  min-width: 200px;
  margin: 0 auto;
}

.imgbox-column__list {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.imgbox-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgbox-column-list__item {
  width: calc(150 / 800 * 100%);
  min-width: 60px;
  margin: 10px 5px 0;
}

/* imgbox row */
.imgbox-row {
  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;
}

.imgbox-row__big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(490 / 750 * 100%);
}

.imgbox-row__list {
  width: 100%;
  margin-left: 20px;
}

.imgbox-row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

.imgbox-row-list__item {
  width: 32%;
  margin: 0 2% 10px 0;
}

.imgbox-row-list__item:nth-child(3n) {
  margin-right: 0;
}

/* before-after */
.before-after__label {
  margin-bottom: 10px;
}

.before-after__thumb {
  margin-top: 20px;
}

.before-after-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.before-after-label__item {
  width: calc((100% - 100px) / 2);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.before-after-label__item.-after {
  color: #C61515;
}

.before-after-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.before-after-big::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 66px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 50%;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right bottom, color-stop(50%, #E5E5E5), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom right, #E5E5E5 50%, rgba(255, 255, 255, 0) 50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.before-after-big__item {
  width: calc((100% - 100px) / 2);
}

.before-after-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.before-after-list__item {
  width: calc((100% - 100px) / 2);
}

.before-after-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.before-after-thumb__item {
  width: 32%;
  margin: 10px 2% 0 0;
}

.before-after-thumb__item:nth-child(3n) {
  margin-right: 0;
}

/* standard */
.standard-container__pager {
  margin-top: 50px;
}

.standard-entries__item {
  margin-bottom: 50px;
}

.standard-entries__item:last-child {
  margin-bottom: 0;
}

.standard-entry__title {
  margin-bottom: 30px;
}

.standard-entry__subtitle {
  margin-bottom: 20px;
}

.standard-entry__text {
  margin-bottom: 30px;
}

.standard-entry__text:last-child {
  margin-bottom: 0;
}

/* detail */
.detail-container__date {
  margin-bottom: 30px;
}

.detail-container__image {
  margin-bottom: 40px;
}

.detail-container__text {
  margin-bottom: 30px;
}

.detail-container__table {
  margin-bottom: 40px;
}

.detail-container__link {
  margin-top: 40px;
  text-align: center;
}

/*-------- faq --------*/
/* faq-box */
.faq-box-entries__item {
  margin-bottom: 20px;
}

.faq-box-entries__item:last-child {
  margin-bottom: 0;
}

.faq-box-entry {
  border: 1px solid #DBDBDB;
}

.faq-box-entry__title {
  position: relative;
}

.faq-box-entry__title:hover {
  opacity: 0.8;
}

.faq-box-entry__title::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  right: 25px;
  width: 20px;
  height: 40px;
  background: center no-repeat;
  background-image: url("/img/icon_arrow.svg");
  background-size: contain;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.-open .faq-box-entry__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-box-title {
  padding: 24px 50px 19px 20px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.faq-box-text {
  padding: 0 40px 20px 20px;
}

/* faq-links */
.faq-links-container__list {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.faq-links-list__item {
  margin-bottom: 20px;
}

.faq-links-list__item:last-child {
  margin-bottom: 0;
}

.faq-links-entries__item {
  margin-bottom: 60px;
}

.faq-links-entries__item:last-child {
  margin-bottom: 0;
}

.faq-links-entry__title {
  margin-bottom: 20px;
}

.faq-links-title {
  min-height: 40px;
  background: url("/img/faq_icon.png") left top no-repeat;
  padding: 5px 0 0 50px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.faq-links-text {
  background: #FFF;
  padding: 20px 30px;
}

/*-------- blog --------*/
.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-wrap__left {
  width: calc(740 / 750 * 100%);
}

.blog-wrap__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  margin-left: 20px;
  font-size: 1.2rem;
}

.blog-container__pager {
  margin-top: 50px;
}

.blog-entries__item {
  border-bottom: 1px dashed #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-entries__item:last-child {
  margin-bottom: 0;
}

.blog-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-entry__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(200 / 740 * 100%);
  margin-right: 30px;
}

.blog-entry__text-box {
  width: 100%;
}

.blog-entry__title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.blog-entry__date {
  margin-bottom: 5px;
}

.blog-entry__link {
  margin-top: 30px;
  text-align: center;
}

.blog-side__block {
  margin-bottom: 20px;
}

.blog-side__block:last-child {
  margin-bottom: 0;
}

.blog-side__box {
  height: auto;
}

.blog-side__label {
  background: #333;
  padding: 12px 10px;
  margin-bottom: 15px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  pointer-events: none;
}

.blog-side__link {
  text-decoration: underline;
  font-weight: normal;
  color: #C61515;
}

.blog-side__link .blog-side__list-item.-current, .blog-side__link:hover {
  text-decoration: none;
}

.blog-side__list-item {
  margin-bottom: 10px;
}

.blog-side__list-item:last-child {
  margin-bottom: 0;
}

.blog-calendar {
  width: 100%;
}

.blog-calendar__caption {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.4;
  text-align: left;
}

.blog-calendar__week, .blog-calendar__day {
  padding: 5px 0 3px;
  line-height: 1;
  text-align: center;
}

.blog-calendar__week {
  font-weight: normal;
}

/*-------- shop/cart --------*/
.shop-container__cart {
  margin-bottom: 50px;
}

.shop-container__table {
  margin-bottom: 50px;
}

.shop-container__link {
  margin-top: 50px;
  text-align: center;
}

.cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-wrap__image {
  width: 100%;
  max-width: 500px;
  margin-right: 60px;
}

.cart-wrap__cart {
  width: 100%;
  max-width: 440px;
}

.cart-imgbox__list {
  margin-top: 20px;
}

.cart-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-imglist__item {
  width: calc((100% - (20px * (3 - 1))) / 3);
  margin: 10px 20px 0 0;
}

.cart-imglist__item:nth-child(3n) {
  margin-right: 0;
}

.cart-container__price {
  margin-bottom: 20px;
}

.cart-container__option {
  margin-bottom: 20px;
}

.cart-container__amount {
  margin-bottom: 20px;
}

.cart-container__buy {
  margin-top: 40px;
  margin-bottom: 20px;
}

.cart-container__description {
  margin-top: 40px;
}

.cart-price {
  text-align: center;
}

.cart-price__label {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.cart-price__money {
  background: #EDEDED;
  padding: 15px 10px 12px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #C61515;
}

.cart-option,
.cart-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-option__item,
.cart-amount__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46%;
}

.cart-option__label,
.cart-amount__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  margin-right: 5px;
}

.cart-option__select,
.cart-amount__select {
  width: 100%;
}

.cart-option__select select,
.cart-amount__select select {
  width: 100%;
  height: 32px;
  background: url("/img/cart_select.svg") right center no-repeat;
  border: 1px solid #CCC;
  padding: 5px;
  margin: 0;
  outline: none;
  vertical-align: bottom;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.cart-option__select select::-ms-expand,
.cart-amount__select select::-ms-expand {
  display: none;
}

.cart-button-buy {
  display: block;
  width: 100%;
  background: #FFF;
  border: 1px solid #333;
  outline: none;
  padding: 20px 10px 18px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.cart-button-buy__inner {
  display: inline-block;
  background: url("/img/cart_icon_buy.svg") left center no-repeat;
  padding: 5px 0 5px 40px;
}

.cart-button-buy:hover {
  opacity: 0.8;
}

.cart-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-links__item {
  margin-right: 10px;
}

.cart-links__item:last-child {
  margin-right: 0;
}

.cart-link-view,
.cart-link-guide {
  display: block;
  width: 100%;
  background: #FFF;
  border: 1px solid #333;
  outline: none;
  padding: 14px 30px 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.cart-link-view__inner,
.cart-link-guide__inner {
  display: inline-block;
  padding-left: 20px;
  background: url("/img/cart_icon_arrow.svg") left center no-repeat;
}

.cart-link-view:hover,
.cart-link-guide:hover {
  text-decoration: none;
  opacity: 0.8;
}

.cart-description__label {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.cart-description__text {
  font-size: 1.2rem;
  line-height: 2;
}

/*-------- calendar --------*/
.calendar-container {
  width: 100%;
  width: 680px;
  background: #FFF;
  border: 3px solid #DDD;
  padding: 27px 37px 37px;
  font-size: 1.4rem;
}

.calendar-container__title {
  margin-bottom: 30px;
}

.calendar-container__table {
  margin-bottom: 20px;
}

.sp-calendar__table {
  margin-bottom: 20px;
}

.calendar-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar-table-wrap__item {
  width: 48%;
}

.calendar-table {
  width: 100%;
}

.calendar-table__caption {
  margin-bottom: 10px;
  text-align: center;
}

.calendar-table__head, .calendar-table__data {
  border: 1px solid #A5A5A5;
  padding: 9px 0 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
}

.calendar-table__head.-sat, .calendar-table__data.-sat {
  color: blue;
}

.calendar-table__head.-sun, .calendar-table__data.-sun {
  color: red;
}

.calendar-table__head.-holiday, .calendar-table__data.-holiday {
  background: #606060;
  color: #FFF;
}

.calendar-table__head {
  background: #F0F0F0;
}

.calendar-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar-note::before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  background: #606060;
  border: 1px solid #A5A5A5;
  margin-right: 10px;
}

/* other contents
====================================*/
/*-------- index --------*/
/* index-top */
.index-top__image {
  margin-bottom: 30px;
  text-align: center;
}

/* index-recom */
.index-recom-wrap__main {
  margin-bottom: 64px;
}

.index-recom-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("/img/index_recom_bg.png"), url("/img/index_recom_bg.png"), url("/img/index_recom_bg.png"), url("/img/index_recom_bg.png");
  background-repeat: no-repeat;
  background-position: left 20px top 20px, right 20px top 20px, left 20px bottom 20px, right 20px bottom 20px;
  background-color: #FFF;
  padding: 40px 38px 54px;
  margin-right: 4px;
  -webkit-box-shadow: 4px 4px 0 #D7E0E4;
          box-shadow: 4px 4px 0 #D7E0E4;
}

.index-recom-main__item {
  width: 297px;
}

.index-recom-main__item:first-child {
  width: 336px;
  border-right: 1px dashed #288CD1;
  padding-right: 39px;
}

.index-recom__image {
  margin-bottom: 28px;
  text-align: center;
}

.index-recom__title {
  margin-bottom: 23px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.index-recom__list {
  line-height: 2;
}

.index-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-links__item {
  margin: 0 20px;
}

/* index-reason */
.index-reason-wrap__item {
  margin-bottom: 40px;
}

.index-reason-wrap__item:last-child {
  margin-bottom: 0;
}

.index-reason {
  position: relative;
  z-index: 1;
  padding: 20px 0 0 140px;
}

.index-reason__num {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
  color: #C5E1F6;
  opacity: 0.6;
}

.index-reason__title {
  margin-bottom: 30px;
}

/* index-news */
.index-news__title {
  display: block;
  background: url("/img/news_bg.png") center top no-repeat;
  padding: 96px 20px 8px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-align: center;
}

.index-news__main {
  background: #FFF;
  border: 3px solid #002563;
  border-top: none;
  padding: 53px 37px 47px;
}

/*-------- contact --------*/
.contact-container__text {
  margin-bottom: 30px;
}

.contact-text__red {
  font-weight: bold;
  color: #F1A036;
}

/* privacy */
.privacy-box {
  font-size: 1.4rem;
  line-height: 2;
}

.privacy-box__text {
  margin-bottom: 1em;
}

.privacy-list__item {
  padding-left: .5em;
  margin: 0 0 1em 1.5em;
  list-style: decimal outside;
}

.privacy-list__item:last-child {
  margin-bottom: 0;
}

.privacy-list-inner__item {
  position: relative;
  padding-left: 1em;
}

.privacy-list-inner__item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

/* thanks */
.thanks-text {
  text-align: left;
}

/*-------- mailform --------*/
.mailform__hide {
  display: none;
}

.mailform__req {
  display: inline-block;
  margin-left: 0;
  margin-right: -10px;
  font-size: 1.2rem;
  color: #F1A036;
}

.mailform__note {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.mailform__button {
  margin-top: 40px;
  text-align: center;
}

.mailform-data__item {
  margin-bottom: 20px;
}

.mailform-data__item:last-child {
  margin-bottom: 0;
}

.mailform-data__item.-example {
  margin-bottom: 10px;
}

.mailform-data__item.-text {
  margin-bottom: 7px;
}

.mailform-data__item.-bottom {
  margin-top: -10px;
}

.mailform-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* form parts */
.form-parts {
  font-size: 1.2rem;
  line-height: 1.2;
}

.form-parts.-left {
  margin-right: 10px;
}

.form-parts.-right {
  margin-left: 10px;
  font-size: 1.4rem;
}

.form-parts__link {
  text-decoration: underline;
}

.form-parts__link:hover {
  text-decoration: none;
}

.form-example {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #002563;
}

/* input text */
.form-input {
  width: 100%;
  max-width: 100%;
  height: 36px;
  background: #EFF1F9;
  border: none;
  padding: 5px;
}

.form-input.-zipcode {
  max-width: 200px;
}

.form-input.-short {
  max-width: 185px;
}

.form-input.-medium {
  max-width: 400px;
}

/* input radio */
.form-radio {
  margin-right: 20px;
}

.form-radio__input {
  display: none;
}

.form-radio__input ~ .form-radio__label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.form-radio__input ~ .form-radio__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 1px solid #002563;
  border-radius: 50%;
  margin-top: -6px;
}

.form-radio__input ~ .form-radio__label::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #002563;
  border-radius: 50%;
  margin-top: -3px;
}

.form-radio__input:checked ~ .form-radio__label::after {
  display: block;
}

/* input checkbox */
.form-check {
  margin-right: 20px;
}

.form-check__input {
  display: none;
}

.form-check__input ~ .form-check__label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.form-check__input ~ .form-check__label::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 1px solid #CCC;
}

.form-check__input ~ .form-check__label::after {
  content: '';
  display: none;
  position: absolute;
  top: calc(50% - 10px);
  left: 4px;
  width: 10px;
  height: 14px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-check__input:checked ~ .form-check__label::before {
  opacity: 0;
}

.form-check__input:checked ~ .form-check__label::after {
  display: block;
}

/* select */
.form-select {
  width: 100%;
  max-width: 185px;
  height: 36px;
  background: url("/img/mail_down.png") right center no-repeat;
  background-color: #EFF1F9;
  border: none;
  border-radius: 0;
  padding: 5px;
  margin: 0;
  outline: none;
  vertical-align: bottom;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select::-ms-expand {
  display: none;
}

/* textarea */
.form-textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  background: #EFF1F9;
  border: none;
  padding: 5px;
  font-family: inherit;
  font-size: inherit;
}

/* placeholder */
:-ms-input-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

/* send button */
.form-submit {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background: #FFF;
  border: 1px solid #333;
  outline: none;
  padding: 24px 10px 22px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

.form-submit:hover {
  opacity: 0.8;
}

/*-------- first --------*/
/* first-top */
.first-top__title {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.first-top__main {
  margin-bottom: 30px;
}

.first-top__banner {
  text-align: center;
}

/* first-greeting */
.first-greeting__text {
  margin-bottom: 30px;
}

/* first-flow */
.first-flow-wrap__main {
  margin-bottom: 50px;
}

.first-flow-wrap__link {
  text-align: center;
}

.first-flow {
  position: relative;
  padding: 0 0 46px 110px;
}

.first-flow::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 38px;
  width: 4px;
  height: 100%;
  background: #002563;
}

.first-flow:last-child {
  padding-bottom: 0;
}

.first-flow:last-child::before {
  display: none;
}

.first-flow__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #FFF;
  border: 3px solid #002563;
  border-radius: 50%;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #F79B9B;
}

.first-flow__title {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.4;
}

/*-------- service --------*/
.service-price__table {
  margin-bottom: 30px;
}

.service-price__text {
  margin-bottom: 70px;
}

.service-price__link {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */