@charset "UTF-8";

/*==============================================
 共通パーツ
================================================*/
.crumbs {
  font-size: 1.4rem;
  background-color: #efefef;
}

.crumbs ul {
  width: 58.8%;
  margin: auto;
  padding: 10px;
  list-style: none;
}

@media screen and (max-width: 765px) {
  .crumbs ul {
    width: initial;
    width: auto;
    margin: 0 1.5rem;
  }
}

.crumbs ul li {
  display: inline-block;
}

.crumbs ul li:not(:last-child):after {
  margin: 0 .5em;
  content: '>';
}

.crumbs li a {
  display: inline;
  padding-right: 15px;
  text-decoration: none;
}

.inner-box {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 765px) {
  .inner-box {
    margin: 0 1.5rem;
  }
}

.mark {
  position: absolute;
  z-index: -1;
  top: -115px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24rem;
  height: 24rem;
  margin: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 50% 50% 50% 50%;
  background-color: #887b63;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 765px) {
  .mark {
    top: -75px;
    width: 16rem;
    height: 16rem;
  }
}

.mark--pink {
  background-color: #e09f9f;
}

.mark--yellow {
  background-color: #edc77b;
}

.mark--green {
  background-color: #7ca25b;
}

.mark--blue {
  background-color: #78b2b9;
}

.mark--brown {
  background-color: #b29f9f;
}

.mark--gray {
  background-color: #878782;
}

.mark__img {
  width: 40%;
  padding-bottom: 3rem;
}

@media screen and (max-width: 765px) {
  .mark__img {
    padding-bottom: 2rem;
  }
}

.sec-title {
  font-size: 4rem;
  text-align: center;
}

.sec-title span {
  display: block;
}

.sec-title .sec-title__en {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  color: #887b63;
}

@media screen and (max-width: 765px) {
  .sec-title {
    font-size: 2.6rem;
  }

  .sec-title span {
    display: inline;
  }
}

.sec-sub-title {
  font-size: 2.6rem;
  padding-top: 3.6rem;
  text-align: center;
  color: #887b63;
}

@media screen and (max-width: 765px) {
  .sec-sub-title {
    font-size: 1.8rem;
    padding-top: 2.5rem;
    text-align: left;
  }
}

.sec-text {
  padding-top: 3rem;
}

.circle-item {
  padding-top: 1.7rem;
  text-align: center;
}

.circle-item .circle-item__img {
  overflow: hidden;
  border: 2px solid #c6c6c6;
  border-radius: 50%;
}

.circle-item p {
  padding-top: .5rem;
}

@media screen and (max-width: 320px) {
  .circle-item p {
    height: 4.7rem;
  }
}

.circle-item .circle-item__img--pink {
  border: 2px solid #d5acac;
}

.circle-item .circle-item__img--yellow {
  border: 2px solid #edc77b;
}

.circle-item .circle-item__img--green {
  border: 2px solid #7ca25b;
}

.circle-item .circle-item__img--blue {
  border: 2px solid #78b2b9;
}

.circle-item .circle-item__img--purple {
  border: 2px solid #c793b1;
}

.circle-item .circle-item__img--brown {
  border: 2px solid #b29f9f;
}

@media screen and (max-width: 765px) {
  body .js-hide {
    display: none;
  }
}

.sp_beginning {
  display: none;
  padding: 2rem 0;
  background: url(../images/background-paper.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 765px) {
  .sp_beginning {
    display: block;
  }
}

.sp_beginning__img {
  width: 25%;
  margin: auto;
}

/*==============================================
 TOP page
================================================*/
.top-visual {
  position: relative;
}

@media screen and (max-width: 765px) {
  .top-visual {
    padding-bottom: 1.5rem;
    background: url(../images/top/background_01.jpg) no-repeat;
    background-size: cover;
  }
}

.top-v__logo {
  position: absolute;
  z-index: 1;
  top: 22%;
  left: 3%;
  width: 210px;
}

.top-v__logo .top-v-logo__img {
  display: block;
}

.top-v__logo .top-v-logo__img--sp {
  display: none;
}

.top-v__logo h1 {
  width: 86%;
  margin: auto;
}

@media screen and (max-width: 765px) {
  .top-v__logo {
    position: relative;
    top: 0;
    left: 0;
    width: 75%;
    margin: auto;
    padding: 3.6rem 0 1.6rem 0;
  }

  .top-v__logo:before {
    position: absolute;
    top: 10%;
    left: 3%;
    display: inline-block;
    min-width: 25%;
    height: 140px;
    content: '';
    background: url(../images/jewelry_06.svg) no-repeat;
  }

  .top-v__logo:after {
    position: absolute;
    top: 26%;
    right: 0;
    display: inline-block;
    min-width: 25%;
    height: 200px;
    content: '';
    background: url(../images/jewelry_05.svg) no-repeat;
  }

  .top-v__logo .top-v__img-wrap {
    width: 45%;
    margin: auto;
  }

  .top-v__logo .top-v-logo__img {
    display: none;
  }

  .top-v__logo .top-v-logo__img--sp {
    display: block;
  }

  .top-v__logo h1 {
    width: 57%;
  }
}

.top-v__logo .top-v__contact {
  font-size: 2.4rem;
}

@media screen and (max-width: 765px) {
  .top-v__logo .top-v__contact {
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.9rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.top-v__logo .top-v__sp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 765px) {
  .top-v__logo .top-v__sp-btn {
    font-size: 1.4rem;
    width: 48%;
  }

  .top-v__logo .top-v__sp-btn a {
    padding: .5rem 0;
    border: 1px solid #000;
    border-radius: 5px;
  }
}

.top-v__logo .top-v__tel {
  padding-top: 1rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 765px) {
  .top-v__logo .top-v__tel {
    padding-top: 0;
    color: #000;
  }

  .top-v__logo .top-v__tel .top-v-tel__img {
    display: none;
  }

  .top-v__logo .top-v__tel .top-v-tel__img--sp {
    display: block;
    width: 13%;
  }

  .top-v__logo .top-v__tel .top-v-tel__tel {
    width: 100%;
  }
}

.top-v__logo .top-v__mail {
  display: none;
}

@media screen and (max-width: 765px) {
  .top-v__logo .top-v__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.top-v__lineup {
  position: absolute;
  z-index: 1;
  top: 22%;
  right: 3%;
  width: 160px;
}

.top-v__lineup .top-v-lineup__img {
  display: block;
  width: 50%;
  margin: auto;
}

.top-v__lineup .top-v-lineup__img--sp {
  display: none;
}

.top-v__lineup .top-v-lineup__textarea {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: 2rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 765px) {
  .top-v__lineup {
    position: relative;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-v__lineup .top-v-lineup__img {
    display: none;
    margin: 0;
  }

  .top-v__lineup .top-v-lineup__img--sp {
    display: block;
    width: 70px;
    padding-top: 2rem;
  }

  .top-v__lineup .top-v-lineup__textarea {
    padding-left: 3rem;
    color: #000;
  }
}

#slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  min-height: 550px;
  background-color: #999;
}

@media screen and (max-width: 765px) {
  #slider {
    min-height: 281px;
  }
}

.slider__sp-catch {
  display: none;
  color: #fff;
}

@media screen and (max-width: 765px) {
  .slider__sp-catch {
    font-size: 1.8rem;
    position: relative;
    display: block;
    width: 90%;
    margin: 19rem auto 1rem;
  }
}

.top-news {
  position: relative;
  padding: 16rem 0 4.8rem;
  background: url(../images/top/background_01.jpg) no-repeat;
  background-size: cover;
}

.top-news:before {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
  min-width: 13%;
  height: 140px;
  content: '';
  background: url(../images/jewelry_02.svg) no-repeat;
}

.top-news:after {
  position: absolute;
  top: 50%;
  right: 6%;
  display: inline-block;
  min-width: 8%;
  height: 200px;
  content: '';
  background: url(../images/jewelry_03.svg) no-repeat;
}

@media screen and (max-width: 765px) {
  .top-news {
    padding: 2rem 0;
    background: none;
  }

  .top-news:before,
  .top-news:after {
    display: none;
  }
}

.top-news__title {
  font-size: 3.8rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .top-news__title {
    display: none;
  }
}

.t-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4.7rem;
  border-radius: 1rem;
  background-color: #c6c6c6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-news__wrapper .t-news__heading {
  width: 15%;
  text-align: center;
  color: #fff;
}

.t-news__wrapper .t-news__body {
  line-height: 1.8;
  width: 83%;
  padding: 1.6rem 2rem;
  background-color: #fff;
}

@media screen and (max-width: 765px) {
  .t-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 0;
    border-radius: 0;
    background-color: transparent;
    -ms-flex-direction: column;
  }

  .t-news__wrapper .t-news__heading {
    width: 100%;
    padding: .5rem 0;
    border-radius: .5rem;
    background: #c6c6c6;
  }

  .t-news__wrapper .t-news__body {
    width: 100%;
  }
}

.t-news-body__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0;
}

.t-news-body__item a .tn-body-item__date {
  width: 15%;
}

.t-news-body__item a .tn-body-item__title {
  width: 75%;
}

.t-news-body__item a .tn-body-item__link {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-left: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .t-news-body__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
  }

  .t-news-body__item a .tn-body-item__title {
    width: 100%;
  }

  .t-news-body__item a .tn-body-item__link {
    display: none;
  }
}

.main-menu {
  position: absolute;
  top: -122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .main-menu {
    position: relative;
    top: 0;
    min-width: initial;
    min-width: auto;
    padding-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.m-menu__item {
  width: 15.4%;
  height: 240px;
}

.m-menu__item a {
  overflow: hidden;
  width: 98%;
  height: 98%;
  border: 2px solid;
}

.m-menu__item .mm-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-menu__item .mm-item__text {
  font-size: 2rem;
  padding: 3rem 0;
  text-align: center;
  color: #fff;
}

.m-menu__item .mm-item__text span {
  display: block;
}

@media screen and (max-width: 765px) {
  .m-menu__item {
    width: 31%;
    height: auto;
    padding-top: 1rem;
  }

  .m-menu__item .mm-item__text {
    font-size: 1.6rem;
    padding: 20% 0;
  }

  .m-menu__item .mm-item__img {
    height: auto;
  }
}

.m-menu__item--pink a {
  border: 2px solid #d5acac;
  background: #d5acac;
}

.m-menu__item--yellow a {
  border: 2px solid #edc77b;
  background: #edc77b;
}

.m-menu__item--green a {
  border: 2px solid #7ca25b;
  background: #7ca25b;
}

.m-menu__item--blue a {
  border: 2px solid #78b2b9;
  background: #78b2b9;
}

.m-menu__item--purple a {
  border: 2px solid #c793b1;
  background: #c793b1;
}

.m-menu__item--brown a {
  border: 2px solid #b29f9f;
  background: #b29f9f;
}

.partition {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 350px;
}

.partition .partition__img {
  display: block;
}

.partition .partition__img--sp {
  display: none;
}

@media screen and (max-width: 765px) {
  .partition .partition__img {
    display: none;
  }

  .partition .partition__img--sp {
    display: block;
  }
}

.introduct {
  line-height: 1.8;
  position: relative;
  padding-bottom: 16.5rem;
}

.introduct .sec-title {
  padding-top: 14.5rem;
}

@media screen and (max-width: 765px) {
  .introduct {
    padding-bottom: 12.5rem;
  }

  .introduct .sec-title {
    padding-top: 11rem;
  }
}

.introduct .sec-sub-title span {
  display: block;
}

@media screen and (max-width: 765px) {
  .introduct .sec-sub-title span {
    display: inline;
  }
}

.sec-text--intro {
  position: relative;
}

.sec-text--intro .sign {
  position: absolute;
  right: 1rem;
  bottom: -9rem;
  width: 30%;
}

@media screen and (max-width: 765px) {
  .sec-text--intro .sign {
    width: 50%;
  }
}

.top-about {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
  background: url(../images/top/background_03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.inner-box--tAbout {
  padding: 0 4rem 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 765px) {
  .inner-box--tAbout {
    padding: 0 1.5rem 2rem;
  }
}

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

@media screen and (max-width: 765px) {
  .top-about__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ta-body__main {
  width: 50%;
  padding-top: 4rem;
}

.ta-body__main .circle-item {
  width: 75%;
  margin: auto;
}

.ta-body__main .ta-body-main__catch {
  font-size: 2.4rem;
  padding-top: 2rem;
  text-align: center;
}

.ta-body__main .ta-body-main__catch span {
  display: block;
}

@media screen and (max-width: 765px) {
  .ta-body__main .ta-body-main__catch {
    font-size: 2rem;
  }
}

@media screen and (max-width: 765px) {
  .ta-body__main {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.ta-body__side1,
.ta-body__side2 {
  font-size: 1.4rem;
  width: 19%;
}

@media screen and (max-width: 765px) {

  .ta-body__side1,
  .ta-body__side2 {
    width: 48%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.top-work {
  position: relative;
  padding-bottom: 9rem;
}

.top-work .sec-title {
  padding-top: 14.5rem;
}

@media screen and (max-width: 765px) {
  .top-work .sec-title {
    padding-top: 11rem;
    text-align: left;
  }
}

.top-work:before {
  position: absolute;
  top: 3%;
  left: -6rem;
  display: inline-block;
  width: 25%;
  height: 388px;
  content: '';
  background: url(../images/jewelry_06.svg) no-repeat;
}

.top-work:after {
  position: absolute;
  z-index: -1;
  right: -15rem;
  bottom: 9rem;
  display: inline-block;
  width: 25%;
  height: 520px;
  content: '';
  background: url(../images/jewelry_07.svg) no-repeat;
}

@media screen and (max-width: 765px) {
  .top-work:before {
    display: none;
  }

  .top-work:after {
    display: none;
  }
}

.work-box {
  padding-top: 6rem;
}

.work-box__head {
  font-size: 3rem;
  display: block;
  padding: .8rem 0;
  text-align: center;
  border-radius: .3rem;
  background-color: #f0f0f0;
}

@media screen and (max-width: 765px) {
  .work-box__head {
    display: none;
  }
}

.work-box__head--sp {
  display: none;
}

@media screen and (max-width: 765px) {
  .work-box__head--sp {
    position: relative;
    display: block;
    border: 2px solid #d5acac;
  }

  .work-box__head--sp .work-box-h--sp__title {
    font-size: 2.4rem;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .work-box__head--sp .work-box-h--sp__more {
    font-size: 1.4rem;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    padding-bottom: .5rem;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-bottom: 2px solid #000;
  }
}

.work-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .work-box__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.work-box__body .wb-body__item {
  width: 48%;
}

@media screen and (max-width: 765px) {
  .work-box__body .wb-body__item {
    width: 100%;
    padding-top: 2.5rem;
  }
}

.work-box__body .wb-body-item__title {
  font-size: 2.4rem;
  padding-top: 2.4rem;
  text-align: center;
}

.work-box__body .wb-body-item__title span {
  display: block;
}

.work-box__body .wb-body-item__text {
  padding-top: 2.4rem;
}

.wb-body-item__btn {
  padding-top: 3.2rem;
  text-align: center;
  color: #fff;
}

.wb-body-item__btn a {
  width: 50%;
  margin-left: auto;
  padding: 1rem 0;
  border-radius: .3rem;
  background-color: #d5acac;
}

@media screen and (max-width: 765px) {
  .wb-body-item__btn a {
    width: 100%;
  }
}

.wb-body-item__btn--yellow a {
  background: #edc77b;
}

.wb-body-item__btn--green a {
  background: #7ca25b;
}

.wb-body-item__btn--blue a {
  background: #78b2b9;
}

.wb-body-item__btn--purple a {
  background: #c793b1;
}

.wb-body-item__btn--brown a {
  background: #b29f9f;
}

.contact {
  padding: 2.4rem 0;
  color: #fff;
  background-color: #887b63;
}

.contact .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .contact .inner-box {
    border: none;
  }
}

.contact__info,
.contact__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 765px) {
  .contact__img {
    display: none;
  }
}

.contact__info {
  padding: 1.8rem 0;
  text-align: center;
}

.contact__info p {
  padding-top: 1rem;
}

@media screen and (max-width: 765px) {
  .contact__info {
    padding: 0;
  }

  .contact__info p:first-of-type {
    padding-top: 0;
  }
}

.contact-btn {
  font-size: 2.4rem;
  width: 70%;
  margin: auto;
}

.contact-btn a {
  margin-top: 1rem;
  padding: 1rem 0;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 765px) {
  .contact-btn {
    width: 100%;
  }
}

/*==============================================
 下層ページ
================================================*/
/*
 共通パーツ
========================*/
.first-section {
  position: relative;
}

.beginning {
  position: relative;
  height: 35vh;
  max-height: 38.4rem;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 765px) {
  .beginning {
    height: 25rem;
  }
}

.beginning h2 {
  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: 100%;
  font-size: 4rem;
  color: #FFF;
}

@media screen and (max-width: 765px) {
  .beginning h2 {
    font-size: 3rem;
  }
}

.beginning__logo {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  left: 3%;
  width: 10%;
}

@media screen and (max-width: 765px) {
  .beginning__logo {
    display: none;
  }
}

.beginning--reform {
  background-image: url(./../images/reform/reform.jpg);
}

.beginning--repair {
  background-image: url(./../images/repair/repair.jpg);
}

.beginning--parts {
  background-image: url(./../images/parts/parts.jpg);
}

.beginning--order {
  background-image: url(./../images/order/order.jpg);
}

.beginning--appraisal {
  background-image: url(./../images/appraisal/appraisal.jpg);
}

.beginning--kaitori {
  background-image: url(./../images/kaitori/kaitori.jpg);
}

.beginning--other {
  background-image: url(./../images/other/other.jpg);
}

.under-page__head {
  padding-top: 15rem;
}

@media screen and (max-width: 765px) {
  .under-page__head {
    padding-top: 11rem;
  }
}

.under-page__head .sec-sub-title {
  text-align: center;
}

.u-page-head__img {
  position: relative;
}

.u-page-head__title {
  position: absolute;
  width: 43%;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  left: 7%;
}

.under-page-chap {
  text-align: center;
}

.under-page-chap .uPage-chap_mark {
  width: 9%;
  margin: auto;
}

@media screen and (max-width: 765px) {
  .under-page-chap .uPage-chap_mark {
    min-width: 20%;
  }
}

.under-page-chap .uPage-chap_img {
  padding-top: 3.2rem;
  width: 37%;
  margin: auto;
}

@media screen and (max-width: 765px) {
  .under-page-chap .uPage-chap_img {
    min-width: 60%;
  }
}

.under-page-chap .uPage-chap_img--thanks {
  width: 25%;
}

.under-page-chap .uPage-chap_img--favorite {
  width: 28%;
}

.under-page-chap .uPage-chap_sub {
  padding-top: 3.2rem;
  font-size: 3rem;
}

.under-page-chap .uPage-chap_sub span {
  display: block;
}

@media screen and (max-width: 765px) {
  .under-page-chap .uPage-chap_sub {
    font-size: 2.4rem;
  }
}

.under-page-chap .uPage-chap_text {
  padding-top: 3.2rem;
  text-align: left;
}

@media screen and (max-width: 765px) {
  .under-page-chap .uPage-chap_text {
    text-align: left;
    line-height: 2;
    padding-top: 2.7rem;
  }
}

.under-page-price {
  padding: 6.4rem 0 5.6rem;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 765px) {
  .under-page-price {
    padding: 5rem 0 5rem;
  }
}

.under-page-price .uPage-price__title {
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 765px) {
  .under-page-price .uPage-price__title {
    font-size: 1.8rem;
  }
}

.under-page-price .uPage-price__body {
  padding-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .under-page-price .uPage-price__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.under-page-price .uPage-price-item {
  width: 31%;
}

@media screen and (max-width: 765px) {
  .under-page-price .uPage-price-item {
    width: 48%;
  }
}

@media screen and (max-width: 765px) {
  .under-page-price .uPage-price-item--price {
    width: 100%;
    padding-top: 1rem;
  }
}

.under-page-price .uPage-price__text {
  padding-top: 2rem;
}

.under-page-price .uPage-price__text:first-of-type {
  margin-top: -2rem;
}

.under-page-price:last-of-type {
  border-bottom: none;
}

.compar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5rem;
}

@media screen and (max-width: 765px) {
  .compar {
    padding-top: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.compar__item {
  width: 48%;
}

@media screen and (max-width: 765px) {
  .compar__item {
    padding-top: 2.5rem;
    width: 100%;
  }
}

.compar__item .c-item__title {
  width: 40%;
  height: 11.5rem;
  margin: auto;
}

@media screen and (max-width: 765px) {
  .compar__item .c-item__title {
    min-width: 30%;
    height: auto;
  }
}

.compar__item .c-item__img {
  padding-top: 2rem;
}

.o__title {
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .o__title {
    font-size: 2.4rem;
  }
}

.conductor {
  padding-top: 7.2rem;
}

.conductor p {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 765px) {
  .conductor p {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 765px) {
  .conductor {
    padding-top: 1.5rem;
  }
}

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

@media screen and (max-width: 765px) {
  .conductor-btn {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.conductor-btn .wb-body-item__btn {
  padding-top: 0;
  width: 49%;
  font-size: 1.8rem;
}

@media screen and (max-width: 765px) {
  .conductor-btn .wb-body-item__btn {
    width: 100%;
    padding-top: 1.5rem;
  }
}

.conductor-btn .wb-body-item__btn a {
  width: 100%;
  height: 8rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 765px) {
  .conductor-btn .wb-body-item__btn a {
    height: 5rem;
  }
}

/*
 各ページ
========================*/
.r-gallery__title {
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .r-gallery__title {
    font-size: 2.4rem;
  }
}

.reform-gallery {
  padding: 6.4rem 0 7.2rem;
}

.r-slider {
  padding-top: 2rem;
}

.r-slider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: '\f137';
  font-weight: 900;
}

.r-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
}

.r-slider .r-gallery__slider {
  width: 80%;
  margin: auto;
  padding-bottom: 2rem;
}

.r-slider .r-gallery-slider__img {
  border: 1px solid #707070;
  margin: 0.5px;
  width: 95% !important;
  display: block !important;
  margin: auto;
}

@media screen and (max-width: 765px) {
  .r-slider .r-gallery-slider__img {
    width: 94% !important;
  }
}

.r-slider .r-gallery-slider__nav {
  width: 77%;
  margin: auto;
  padding: 0 0.5rem;
}

@media screen and (max-width: 765px) {
  .r-slider .r-gallery-slider__nav {
    width: 80%;
  }
}

.anniversary {
  background-color: #F5F4F2;
  padding-top: 7.2rem;
}

@media screen and (max-width: 765px) {
  .anniversary {
    padding-top: 3.6em;
  }
}

.thanks {
  background-color: #F5F4F2;
  padding: 1rem 0 3rem;
}

.j-repair {
  padding-bottom: 7rem;
}

.favorite {
  background-color: #F5F4F2;
  padding-top: 7.2rem;
}

@media screen and (max-width: 765px) {
  .favorite {
    padding-top: 3.6em;
  }
}

.forever {
  background-color: #F5F4F2;
  padding: 1rem 0 3rem;
}

.money-table {
  padding-top: 6.4rem;
}

@media screen and (max-width: 765px) {
  .money-table {
    padding-top: 3rem;
  }
}

.money-table .money-table__title {
  width: 100%;
  background-color: #E6E6E6;
  padding: 0.8rem 0;
  font-size: 2.4rem;
  text-align: center;
}

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

.money-table .money-table__item {
  width: 48%;
  padding-top: 2.4rem;
}

@media screen and (max-width: 765px) {
  .money-table .money-table__item {
    width: 100%;
    padding-top: 3rem;
  }
}

.money-table .money-table__item p {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}

.money-table .money-table__item dl {
  padding-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 765px) {
  .money-table .money-table__item dl {
    padding-top: 2rem;
  }

  .money-table .money-table__item dl span {
    display: block;
  }
}

.money-table .money-table__item dl dt {
  padding-left: 2.5%;
  width: 50%;
}

@media screen and (max-width: 765px) {
  .money-table .money-table__item dl dt {
    padding-left: 0;
    width: 64.5%;
  }
}

.money-table .money-table__item dl dd {
  padding-right: 2.5%;
  width: 45%;
  text-align: right;
}

@media screen and (max-width: 765px) {
  .money-table .money-table__item dl dd {
    padding-right: 0;
    width: 35.5%;
    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;
  }
}

.j-parts {
  padding-bottom: 7rem;
}

.j-parts .j-parts__img {
  padding-top: 4.8rem;
}

@media screen and (max-width: 765px) {
  .j-parts .j-parts__img {
    padding-top: 2.4rem;
  }
}

@media screen and (max-width: 765px) {
  .j-parts {
    padding-bottom: 3rem;
  }
}

.parts-kind {
  background-image: url(./../images/parts/background01.jpg);
  background-size: cover;
  padding: 5rem 0;
}

@media screen and (max-width: 765px) {
  .parts-kind {
    padding: 3rem 0;
  }
}

.parts-kind__title {
  color: #FFF;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .parts-kind__title {
    font-size: 2.4rem;
  }
}

.parts-kind__box {
  margin-top: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 765px) {
  .parts-kind__box {
    margin-top: 1.5rem;
  }
}

.parts-kind__box .parts-kind__item {
  width: 24.5%;
  border: 1px solid #FFF;
}

@media screen and (max-width: 765px) {
  .parts-kind__box .parts-kind__item {
    width: 49%;
  }
}

.parts-kind__box .parts-kind__item+.parts-kind__item {
  border-left: none;
}

@media screen and (max-width: 765px) {
  .parts-kind__box .parts-kind__item+.parts-kind__item {
    border-left: 1px solid #FFF;
  }
}

.parts-kind__box .parts-kind__item:nth-of-type(5) {
  border-left: 1px solid #FFF;
}

.parts-kind__box .parts-kind__item:nth-of-type(n+4)+.parts-kind__item {
  border-top: none;
}

@media screen and (max-width: 765px) {
  .parts-kind__box .parts-kind__item:nth-of-type(n+4)+.parts-kind__item {
    border-top: 1px solid #FFF;
  }
}

@media screen and (max-width: 765px) {
  .parts-kind__box .parts-kind__item:nth-of-type(2n+1)+.parts-kind__item {
    border-left: none;
  }

  .parts-kind__box .parts-kind__item:nth-of-type(n+2)+.parts-kind__item {
    border-top: none;
  }
}

.parts-offer {
  padding: 4.8rem 0 7.2rem;
}

.parts-offer .inner-box--offer {
  max-width: 544px;
}

@media screen and (max-width: 765px) {
  .parts-offer .inner-box--offer {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 765px) {
  .parts-offer {
    padding: 3rem 0;
  }
}

.parts-offer__flow {
  margin-top: 2.4rem;
  padding: 2.4rem 1.6rem;
  border: 1px solid #707070;
  border-radius: 3px;
}

.parts-offer__flow h2 {
  padding-top: 2.5rem;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .parts-offer__flow h2 {
    padding-top: 1rem;
  }

  .parts-offer__flow h2 span {
    display: block;
  }
}

.po-f__img {
  width: 11%;
  margin: auto;
}

.po-f__img--flow2 {
  width: 13%;
}

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

.po-f__item {
  margin-top: 2.4rem;
  width: 32%;
  padding: 1rem 0;
  background-color: #E8E8E8;
  border-radius: 3px;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .po-f__item {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 765px) {
  .po-f__item:nth-of-type(n+4) {
    width: 49%;
  }
}

.parts-offer__arrow {
  padding-top: 2.4rem;
  width: 50%;
  margin: auto;
}

.parts-line img {
  display: block;
}

@media screen and (max-width: 765px) {
  .parts-line {
    height: 25vh;
    background-image: url(./../images/parts/parts-line.jpg);
    background-size: cover;
    background-position: top right 22%;
  }

  .parts-line img {
    display: none;
  }
}

.parts-welcome {
  padding: 7.2rem 0;
  background-color: #F5F4F2;
}

.parts-welcome h2 {
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .parts-welcome h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 765px) {
  .parts-welcome {
    padding: 3rem 0;
  }
}

.parts-welcome__access {
  padding-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .parts-welcome__access {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.p-wel__item {
  width: 49%;
}

@media screen and (max-width: 765px) {
  .p-wel__item {
    width: 100%;
  }
}

.p-wel__item--address {
  line-height: 2.3;
}

@media screen and (max-width: 765px) {
  .p-wel__item--address {
    padding-top: 2rem;
  }
}

.j-order__img,
.j-appraisal__img,
.j-kaitori__img {
  padding-top: 4.8rem;
}

@media screen and (max-width: 765px) {

  .j-order__img,
  .j-appraisal__img,
  .j-kaitori__img {
    padding-top: 2.5rem;
  }
}

.order-guide {
  padding: 7.2rem 0;
}

@media screen and (max-width: 765px) {
  .order-guide {
    padding: 3.5rem 0;
  }
}

.o-guide__item {
  margin-top: 3rem;
}

.o-guide__info {
  background-color: #FAFAFA;
  border-top: solid 3px #86B4D1;
}

.o-guide__sub-title {
  font-size: 2.8rem;
  text-align: center;
  padding-top: 2.4rem;
}

@media screen and (max-width: 765px) {
  .o-guide__sub-title {
    font-size: 2rem;
  }

  .o-guide__sub-title span {
    display: block;
  }
}

.o-guide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.4rem;
}

@media screen and (max-width: 765px) {
  .o-guide__wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1.5rem;
  }
}

.o-guide__wrap .o-guide__table {
  width: 48%;
  line-height: 2;
}

.o-guide__wrap .o-guide__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-guide__wrap .o-guide__table dt {
  width: 28%;
  border-right: 1px solid #000;
}

@media screen and (max-width: 765px) {
  .o-guide__wrap .o-guide__table dt {
    width: 38%;
  }
}

.o-guide__wrap .o-guide__table dd {
  width: 72%;
  padding-left: 1.6rem;
}

@media screen and (max-width: 765px) {
  .o-guide__wrap .o-guide__table dd {
    width: 60%;
  }
}

@media screen and (max-width: 765px) {
  .o-guide__wrap .o-guide__table {
    width: 100%;
  }
}

.o-guide__wrap .o-guide__text {
  width: 48%;
}

@media screen and (max-width: 765px) {
  .o-guide__wrap .o-guide__text {
    width: 100%;
    padding-top: 2.5rem;
  }
}

.o-guide__img {
  width: 62.5%;
  margin: auto;
}

@media screen and (max-width: 765px) {
  .o-guide__img {
    width: 100%;
  }
}

.order-flow {
  padding: 7rem 0;
  background-color: #F5F4F2;
}

@media screen and (max-width: 765px) {
  .order-flow {
    padding: 3.5rem 0;
  }
}

.o-flow {
  padding-top: 3.4rem;
}

@media screen and (max-width: 765px) {
  .o-flow {
    padding-top: 2.6rem;
  }
}

.o-flow__item {
  border: 2px solid #78B2B9;
  margin-top: 2.4rem;
  position: relative;
}

.o-flow__item:before {
  content: '';
  border-top: solid 2.6rem #78B2B9;
  margin: auto;
  width: 17.6rem;
  display: block;
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

@media screen and (max-width: 765px) {
  .o-flow__item:before {
    width: 17.6rem;
  }
}

.o-flow__item:first-of-type {
  margin-top: 0;
}

.o-flow__item:first-of-type:before {
  display: none;
}

.o-flow__item .o-flow-item__step {
  font-size: 2.8rem;
  text-align: center;
  padding: 1rem;
}

@media screen and (max-width: 765px) {
  .o-flow__item .o-flow-item__step {
    font-size: 1.8rem;
  }
}

.o-flow__more {
  background-color: #FFF;
}

.o-flow__more .o-flow-more__text {
  padding: 1.5rem 1rem;
  text-align: center;
}

.app-about {
  padding: 7.2rem 0;
}

@media screen and (max-width: 765px) {
  .app-about {
    padding: 4rem 0;
  }
}

.main-sample {
  padding-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .main-sample {
    padding-top: 2rem;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.app-sample__label {
  background: #000;
  color: #FFF;
  width: 50%;
  text-align: center;
  padding: 0.5rem 0;
}

@media screen and (max-width: 765px) {
  .app-sample__label {
    margin-top: 1rem;
  }
}

.m-sample__img {
  width: 64%;
}

@media screen and (max-width: 765px) {
  .m-sample__img {
    width: 100%;
  }
}

.m-sample__text {
  width: 32%;
}

@media screen and (max-width: 765px) {
  .m-sample__text {
    width: 100%;
  }
}

.m-sample__text .m-sample__title {
  padding-top: 1rem;
  font-size: 2.4rem;
}

.m-sample__text .m-sample__comment {
  padding-top: 1rem;
}

.sample-list {
  padding-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .sample-list {
    padding-top: 2rem;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.sample-list .sample-item {
  width: 31%;
}

@media screen and (max-width: 765px) {
  .sample-list .sample-item {
    width: 100%;
    padding-top: 2rem;
  }
}

.sample-list .app-sample__label {
  margin-top: 0.8rem;
  width: 25%;
}

.sample-list p {
  padding-top: 0.8rem;
}

.app-quality {
  background-color: #FAFAFA;
  padding: 7.2rem 0;
}

@media screen and (max-width: 765px) {
  .app-quality {
    padding: 3rem 0;
  }
}

.a-quality__text {
  padding-top: 5.6rem;
}

@media screen and (max-width: 765px) {
  .a-quality__text {
    padding-top: 3rem;
  }
}

.a-quality__text .jpn-mint {
  width: 40%;
}

@media screen and (max-width: 765px) {
  .a-quality__text .jpn-mint {
    width: 100%;
  }
}

.a-quality__text .jpn-mint a {
  text-decoration: underline;
}

.a-quality__text .jpn-mint a:hover {
  text-decoration: none;
}

.a-quality__gallery {
  padding-top: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-quality__gallery .aq-gallery__item {
  width: 32%;
}

.a-quality__gallery .aq-gallery__item--w50 {
  padding-top: 2.4rem;
  width: 49%;
}

@media screen and (max-width: 765px) {
  .a-quality__gallery {
    padding-top: 0;
  }

  .a-quality__gallery .aq-gallery__item,
  .a-quality__gallery .aq-gallery__item--w50 {
    width: 100%;
    padding-top: 2rem;
  }
}

.kaitori_large {
  padding-top: 7.2rem;
}

@media screen and (max-width: 765px) {
  .kaitori_large {
    padding-top: 3rem;
  }
}

.k-large__itemList {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 765px) {
  .k-large__itemList {
    margin-top: 2rem;
  }
}

.k-large__item {
  border-bottom: 1px solid #000000;
  padding: 1rem 0;
  font-size: 1.8rem;
  width: 23%;
}

@media screen and (max-width: 765px) {
  .k-large__item {
    width: 48%;
  }
}

.k-large__item:nth-of-type(-n+4) {
  border-top: 1px solid #000000;
}

@media screen and (max-width: 765px) {
  .k-large__item:nth-of-type(-n+4) {
    border-top: none;
  }
}

@media screen and (max-width: 765px) {
  .k-large__item:nth-of-type(-n+2) {
    border-top: 1px solid #000000;
  }
}

.kaitori-gallery {
  padding: 7.2rem 0;
}

@media screen and (max-width: 765px) {
  .kaitori-gallery {
    padding: 3rem 0;
  }

  .kaitori-gallery .o__title span {
    display: block;
  }
}

.k-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.k-gallery__item {
  width: 23%;
  padding-top: 2rem;
}

@media screen and (max-width: 765px) {
  .k-gallery__item {
    width: 48%;
  }
}

.k-gallery__item p {
  padding-top: 0.7rem;
}

.kaitori-sample {
  background-color: #FAFAFA;
  padding: 7.2rem 0;
}

@media screen and (max-width: 765px) {
  .kaitori-sample {
    padding: 3rem 0;
  }
}

.k-sample__text {
  font-size: 2.4rem;
  text-align: center;
}

.k-sample__text span {
  display: block;
}

@media screen and (max-width: 765px) {
  .k-sample__text {
    font-size: 1.8rem;
    text-align: left;
  }

  .k-sample__text span {
    display: inline;
  }
}

.k-sample__item {
  width: 80%;
  margin: auto;
  border: 3px solid #C793B1;
  padding: 3rem 4rem;
  background-color: #FFFFFF;
  margin-top: 5rem;
}

@media screen and (max-width: 765px) {
  .k-sample__item {
    width: 90%;
    margin-top: 3rem;
    padding: 3rem 1.5rem;
  }

  .k-sample__item .o__title span {
    display: block;
  }
}

.k-sample__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.5rem;
  font-size: 2rem;
}

@media screen and (max-width: 765px) {
  .k-sample__info {
    font-size: 1.6rem;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.k-sample__info .k-sample__price {
  width: 69%;
}

@media screen and (max-width: 765px) {
  .k-sample__info .k-sample__price {
    width: 100%;
  }

  .k-sample__info .k-sample__price span {
    display: block;
  }

  .k-sample__info .k-sample__price p {
    padding-top: 0.8rem;
  }
}

.k-sample__info .k-sample__total-price {
  width: 29%;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .k-sample__info .k-sample__total-price {
    width: 100%;
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.k-sample__info .k-sample__total-price p {
  font-size: 3.2rem;
}

@media screen and (max-width: 765px) {
  .k-sample__info .k-sample__total-price p {
    font-size: 2.3rem;
    width: 48%;
  }
}

.k-sample__info .k-sample__price-label {
  color: #FFFFFF;
  padding: 0.5rem 0;
  background-color: #C793B1;
  border-radius: 3px;
}

@media screen and (max-width: 765px) {
  .k-sample__info .k-sample__price-label {
    width: 48%;
  }
}

.kaitori-area {
  padding: 7.2rem 0;
}

@media screen and (max-width: 765px) {
  .kaitori-area {
    padding: 3rem 0;
  }
}

.kaitori-area__sub-title {
  padding-top: 4rem;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .kaitori-area__sub-title {
    padding-top: 2rem;
    font-size: 2.0rem;
  }
}

.k-area .k-area__list {
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .k-area .k-area__list {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.k-area .ka-list__label {
  width: 12%;
  background: #B9A992;
  color: #FFFFFF;
  text-align: center;
  padding: 0.3rem 0;
}

@media screen and (max-width: 765px) {
  .k-area .ka-list__label {
    width: 100%;
  }
}

.k-area .ka-list__item-box {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 765px) {
  .k-area .ka-list__item-box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}

.k-area .ka-list__item {
  padding-left: 4rem;
}

@media screen and (max-width: 765px) {
  .k-area .ka-list__item {
    padding-left: 0rem;
    width: 33%;
    padding-top: 1rem;
  }
}

.kaitori-comment {
  padding-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .kaitori-comment {
    padding-top: 3rem;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .kaitori-comment .k-comment__text {
    padding-top: 2rem;
  }
}

.kaitori-comment .k-comment__img,
.kaitori-comment .k-comment__text {
  width: 48%;
}

@media screen and (max-width: 765px) {

  .kaitori-comment .k-comment__img,
  .kaitori-comment .k-comment__text {
    width: 100%;
  }
}

.j-about {
  padding-bottom: 7.2rem;
}

.about-intro {
  padding-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  .about-intro {
    padding-top: 2.4rem;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.about-intro__img,
.about-intro__text {
  width: 48%;
}

@media screen and (max-width: 765px) {

  .about-intro__img,
  .about-intro__text {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  .about-intro__text {
    padding-top: 1.6rem;
  }
}

.about-table {
  padding-top: 5.8rem;
}

@media screen and (max-width: 765px) {
  .about-table {
    padding-top: 3rem;
  }
}

.about-table table {
  width: 100%;
}

.about-table th {
  width: 30%;
  background-color: #FAFAFA;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 765px) {
  .about-table th {
    width: 40%;
  }
}

.about-table tr {
  width: 70%;
}

@media screen and (max-width: 765px) {
  .about-table tr {
    width: 60%;
  }
}

.about-table th,
.about-table td {
  border-bottom: solid 1px #D0D0D0;
  padding: 1rem 0 1rem 2rem;
}

.about-table th:first-of-type,
.about-table tr:first-of-type {
  border-top: solid 1px #D0D0D0;
}

.about-map {
  margin-top: 4.8rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.about-map iframe,
.about-map object,
.about-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.j-privacy__main {
  padding: 7rem 0;
}

@media screen and (max-width: 765px) {
  .j-privacy__main {
    padding: 3rem 0;
  }
}

.j-privacy__chapter {
  padding-top: 2.5rem;
}

.sitemap__map {
  padding: 3rem 0 7rem;
  margin-top: 4rem;
}

@media screen and (max-width: 765px) {
  .sitemap__map {
    padding: 3rem 0;
  }
}

.sitemap__map .fas,
.sitemap__map .far {
  padding-right: 1rem;
}

.sitemap {
  background-color: #FAFAFA;
}

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

@media screen and (max-width: 765px) {
  .sitemap__map {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.s-map__home {
  width: 40%;
}

@media screen and (max-width: 765px) {
  .s-map__home {
    width: 100%;
  }
}

.s-map__under {
  width: 60%;
}

@media screen and (max-width: 765px) {
  .s-map__under {
    width: 90%;
    padding-left: 3rem;
  }
}

.s-map__under a {
  padding-top: 4rem;
  height: auto;
}

@media screen and (max-width: 765px) {
  .s-map__under a {
    padding-top: 2rem;
  }
}

.s-map__under a:first-of-type {
  padding-top: 0;
}

@media screen and (max-width: 765px) {
  .s-map__under a:first-of-type {
    padding-top: 2rem;
  }
}

.news {
  background-color: #FAFAFA;
  padding: 3rem 0 7rem;
  margin-top: 3rem;
}

.news__title {
  border-bottom: 1px solid #000000;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}

.news__title span {
  padding-right: 3rem;
}

.t-news-body__item--newsList {
  padding-top: 0.5rem;
}

.news-text {
  padding-top: 3rem;
  line-height: 2;
}

.news-text a {
  text-decoration: underline;
}

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

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5rem;
}

.paging .paging__btn {
  width: 30%;
  color: #FFF;
  padding-right: 1rem;
}

.paging .paging__btn a {
  background-color: #887b63;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form {
  background-color: #FAFAFA;
  padding: 3.2rem 0 7rem;
  margin-top: 4rem;
}

.j-contact__text a {
  display: inline;
  text-decoration: underline;
}

.j-contact__text a:hover {
  text-decoration: none;
}

form#mailformpro {
  padding-top: 2.4rem;
}

.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 765px) {
  .c-form__item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

form#mailformpro dl dt {
  width: 30%;
  border: none;
  padding-top: 16px;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}

@media screen and (max-width: 765px) {
  form#mailformpro dl dt {
    width: 100%;
  }
}

form#mailformpro dl dd {
  width: 75%;
  border: none;
  padding: 16px 5px 20px 0;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 765px) {
  form#mailformpro dl dd {
    width: 100%;
  }
}

form#mailformpro dl dd input,
form#mailformpro dl dd select,
form#mailformpro dl dd textarea {
  width: 95%;
  background: #fff;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  margin: 0;
  padding: .8rem;
}

.must {
  background-color: #C67370;
  border: none;
  text-shadow: none;
  padding: 2px 10px;
  font-size: 14px;
  color: #FFF;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  font-weight: 300;
  margin-right: 3px;
}

.no-required-label {
  padding-left: 50px;
}

@media screen and (max-width: 765px) {
  .no-required-label {
    padding-left: 0;
  }
}

div.mfp_buttons .mfp_buttons__btn {
  width: 30%;
  background: #666666;
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 18px;
  margin-right: 13px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

form#mailformpro dl dd textarea {
  width: 95% !important;
}

.c-form__select {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 765px) {
  .c-form__select {
    width: 70%;
  }
}

.c-form__select::after {
  position: absolute;
  z-index: 0;
  top: 13px;
  right: 35px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  content: '';
  border-width: 14px 8px 0 8px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.mfp_achroma,
.mfp_colored {
  background-color: transparent;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  text-shadow: none;
}

button {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  color: inherit;
}

button:hover {
  opacity: .7;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.mfp_buttons {
  padding: 2rem 0;
  text-align: center;
}

#mfp_phase_stat {
  display: none;
}

.empty {
  display: block;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background-color: transparent;
}

/* 190726add */

.f-com-info__inline {
  display: inline;
}

#mailformpro>dl:nth-child(1)>dd>div>select,
#mailformpro>dl:nth-child(2)>dd>input,
#mailformpro>dl:nth-child(3)>dd>input,
#mailformpro>dl:nth-child(4)>dd>div>select,
#mailformpro>dl:nth-child(5)>dd>input,
#mailformpro>dl:nth-child(6)>dd>input,
#mailformpro>dl:nth-child(7)>dd>textarea {
  padding: 6px;
}
