@charset "UTF-8";

/*CSSDocument*/

/* share
===============================================================*/

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* end MacIE5 */

.clear {
  clear: both;
}
@media screen and (max-width: 1200px) {
}

.c-sectionFrame {
  padding: 70px 0 90px 0;
}

.c-headTitle {
  margin-bottom: 50px;
}
.c-headTitle__en {
  font-size: 30px;
  line-height: 1.3;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}
.c-headTitle__jp {
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 10px;
}
.c-headTitleOuter {
  background: #000;
  margin-bottom: 50px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-headTitleOuter .c-headTitle {
  margin-bottom: 0px;
}
.c-headTitleOuter .c-headTitle__en {
  color: #fff;
}
.c-headTitleOuter .c-headTitle__jp {
  color: #fff;
}

.c-headLineTitle {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
  .c-sectionFrame {
    padding: 50px 0 60px 0;
  }

  .c-headTitle {
    margin-bottom: 40px;
  }
  .c-headTitle__en {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .c-headTitle__jp {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .c-headTitleOuter {
    margin-bottom: 40px;
    height: 120px;
  }

  .c-headLineTitle {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}

.p-mainVis {
  background: url("../images/mainvisual.jpg") no-repeat center center;
  background-size: cover;
  padding: 9.25% 0;
  position: relative;
}
.p-mainVis:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}

.p-mainVis--pc {
}
.p-mainVis--sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-mainVis--pc {
    display: none;
  }
  .p-mainVis--sp {
    display: block;
  }
}

.p-quality {
}
.p-qualitySpecial {
  max-width: 1112px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 80px auto;
}
.p-qualitySpecial__item {
  width: 22.48%;
  background: #786a59 url("../../../assets/img/back-deco01.png");
  margin-left: 3.36%;
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
.p-qualitySpecial__item:nth-child(4n + 1) {
  margin-left: 0;
}
.p-qualitySpecial__itemInner {
  color: #fff;
  font-weight: bold;
}
.p-qualitySpecial__itemTxtSmall {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 3px;
}
.p-qualitySpecial__itemTxtBig {
  font-size: 36px;
  line-height: 1.4;
}

.p-qualityTitle {
  margin-bottom: 60px;
}
.p-qualityTitle__txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.p-qualityTitle__txt span {
  font-size: 60px;
  vertical-align: middle;
  color: #6dba44;
}
.p-qualityTitle__txt + .p-qualityTitle__txt {
  margin-top: 10px;
}

.p-qualityBlock {
  background: #fdf7f0;
  border-radius: 10px;
  padding: 45px 58px;
  text-align: left;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}
.p-qualityBlock__title {
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-qualityBlock__txt {
  font-size: 16px;
  line-height: 2.25;
}
.p-qualityBlock__txt + .p-qualityBlock__txt {
  margin-top: 1.7em;
}

@media screen and (max-width: 1000px) {
  .p-qualitySpecial__itemTxtSmall {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .p-qualitySpecial__itemTxtBig {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .p-quality {
  }
  .p-qualitySpecial {
    margin: 0 auto 40px auto;
  }
  .p-qualitySpecial__item {
    width: 48%;
    margin-left: 4%;
    min-height: 100px;
    border-radius: 5px;
    padding: 0 0 0 0;
  }
  .p-qualitySpecial__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-qualitySpecial__item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .p-qualitySpecial__itemTxtSmall {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .p-qualitySpecial__itemTxtBig {
    font-size: 6.5vw;
    line-height: 1.4;
  }

  .p-qualityTitle {
    margin-bottom: 40px;
  }
  .p-qualityTitle__txt {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-qualityTitle__txt span {
    font-size: 30px;
  }
  .p-qualityTitle__txt + .p-qualityTitle__txt {
    margin-top: 10px;
  }

  .p-qualityBlock {
    padding: 30px 20px;
  }
  .p-qualityBlock__title {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .p-qualityBlock__txt {
    font-size: 16px;
    line-height: 2.25;
  }
  .p-qualityBlock__txt + .p-qualityBlock__txt {
    margin-top: 1.7em;
  }
}

.p-media {
  background: #f7f7f7 url("../../../assets/img/back-deco02.png");
}
.p-mediaList {
}
.p-mediaList li {
  padding: 0 10px;
  box-sizing: border-box;
}
.p-mediaList img {
  margin: 0 auto;
  box-sizing: border-box;
}

.p-inspection {
}
.p-inspection__img {
  margin-bottom: 53px;
}
.p-inspection__txt {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
}
.p-inspection__txt + .p-inspection__txt {
  margin-top: 45px;
}

@media screen and (max-width: 750px) {
  .p-inspection {
  }
  .p-inspection__img {
    margin-bottom: 30px;
  }
  .p-inspection__txt {
    font-size: 14px;
    line-height: 2;
  }
  .p-inspection__txt + .p-inspection__txt {
    margin-top: 30px;
  }
}

.p-campaign {
  background: #f1ece8;
  padding-bottom: 84px;
  overflow: hidden;
}
.p-campaignBlockOuter {
  margin-bottom: 70px;
}
.p-campaignBlock {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.p-campaign__title {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  background: #a6937c;
  color: #fff;
  padding: 20px 20px 17px 20px;
  margin-bottom: 50px;
}
.p-campaignBlockHead {
  background: #eee url("../../../assets/img/back-deco03.png");
  padding: 20px 20px;
  margin-bottom: 34px;
}
.p-campaignBlockInner {
  padding: 0 50px 53px 50px;
}
.p-campaign__headLineTitle {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.p-campaign__txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}
.p-campaignBlockColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-campaignBlockColumn__mark {
  width: 47%;
}
.p-campaignBlockColumn__right {
  width: 47%;
}
.p-campaignBlockMessage {
  margin: 0 94px 55px 0;
  position: relative;
}
.p-campaignBlockMessage img {
  position: absolute;
  max-width: 190px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -200px;
  border-radius: 50%;
}
.p-campaignBlockMessage__title {
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 7px 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.p-campaignBlockMessage__title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 12px solid #eeeeee;
}

.p-campaignBlock__defaultPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 15px;
}
.p-campaignBlock__defaultPrice__head {
  font-size: 30px;
  line-height: 1.3;
  margin-right: 17px;
}
.p-campaignBlock__defaultPrice__terms {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 4px 7px 0;
}
.p-campaignBlock__defaultPrice__numeral {
  font-size: 38px;
  line-height: 1.3;
  font-family: din-2014, sans-serif;
  text-decoration: line-through;
}
.p-campaignBlock__defaultPrice__tag {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 7px 4px;
}

.p-campaignBlock__specialPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 15px;
  color: #6dba44;
}
.p-campaignBlock__specialPrice__numeral {
  font-size: 150px;
  line-height: 1;
  font-family: din-2014, sans-serif;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.p-campaignBlock__specialPrice__tag {
  font-size: 48px;
  line-height: 1;
  padding: 0 0 19px 0;
}
.p-campaignBlock__caution {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.p-campaignBlock__link {
  margin-top: 22px;
}
.p-campaignBlock__link a {
  max-width: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 80px;
  background: #fff100;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
}
.p-campaignBlock__link a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-campaignBlock__spBagde {
  display: none;
}

@media screen and (max-width: 1000px) {
  .p-campaignBlock__defaultPrice {
    margin-bottom: 15px;
  }
  .p-campaignBlock__defaultPrice__head {
    font-size: 3vw;
    margin-right: 17px;
  }
  .p-campaignBlock__defaultPrice__terms {
    font-size: 2vw;
    line-height: 1.3;
    padding: 0 4px 7px 0;
  }
  .p-campaignBlock__defaultPrice__numeral {
    font-size: 3.8vw;
    line-height: 1.3;
  }
  .p-campaignBlock__defaultPrice__tag {
    font-size: 2vw;
    line-height: 1.3;
    padding: 0 0 7px 4px;
  }

  .p-campaignBlock__specialPrice {
    margin-bottom: 15px;
  }
  .p-campaignBlock__specialPrice__numeral {
    font-size: 15vw;
  }
  .p-campaignBlock__specialPrice__tag {
    font-size: 4.8vw;
    padding: 0 0 19px 0;
  }
}

@media screen and (max-width: 750px) {
  .p-campaign {
    padding-bottom: 50px;
  }
  .p-campaignBlockOuter {
    margin-bottom: 50px;
  }
  .p-campaignBlock {
  }
  .p-campaign__title {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 20px 13px 20px;
    margin-bottom: 30px;
  }
  .p-campaignBlockHead {
    padding: 20px 15px;
    margin-bottom: 34px;
  }
  .p-campaignBlockInner {
    padding: 0 6% 23px 6%;
  }
  .p-campaign__headLineTitle {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-campaign__txt {
    font-size: 14px;
    line-height: 1.75;
  }
  .p-campaignBlockColumn {
    display: block;
  }
  .p-campaignBlockColumn__mark {
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }
  .p-campaignBlockColumn__right {
    width: 100%;
  }
  .p-campaignBlockMessage {
    margin: 0 94px 55px 0;
  }
  .p-campaignBlockMessage img {
    max-width: 120px;
    right: -140px;
  }
  .p-campaignBlockMessage__title {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 5px;
    border-radius: 5px;
  }
  .p-campaignBlockMessage__title:before {
    right: -18px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 12px solid #eeeeee;
  }

  .p-campaignBlock__defaultPrice {
    margin-bottom: 10px;
  }
  .p-campaignBlock__defaultPrice__head {
    font-size: 4vw;
    line-height: 1.3;
    margin-right: 17px;
    margin-bottom: 7px;
    padding-left: 22vw;
  }
  .p-campaignBlock__defaultPrice__terms {
    font-size: 4vw;
    line-height: 1.3;
    padding: 0 4px 7px 0;
  }
  .p-campaignBlock__defaultPrice__numeral {
    font-size: 7vw;
    line-height: 1.3;
  }
  .p-campaignBlock__defaultPrice__tag {
    font-size: 4vw;
    line-height: 1.3;
    padding: 0 0 7px 4px;
  }

  .p-campaignBlock__specialPrice {
    margin-bottom: 15px;
    padding-left: 22vw;
  }
  .p-campaignBlock__specialPrice__numeral {
    font-size: 20vw;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .p-campaignBlock__specialPrice__tag {
    font-size: 8vw;
    padding: 0 0 3vw 0;
  }
  .p-campaignBlock__caution {
    font-size: 14px;
    line-height: 1.4;
  }
  .p-campaignBlock__link {
    margin-top: 20px;
  }
  .p-campaignBlock__link a {
    max-width: 380px;
    min-height: 50px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 10px;
  }
  .p-campaignBlock__link a:before {
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }

  .p-campaignBlock__spBagde {
    display: block;
    position: relative;
    padding-bottom: 30px;
  }
  .p-campaignBlock__spBagdeTxt {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 10px;
    text-align: center;
  }
  .p-campaignBlock__spBagde img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    -webkit-transform: translate(-15%, 110%);
    transform: translate(-15%, 110%);
  }
}

.p-shopInfoOuter {
}
.p-shopInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.p-shopInfo__photo {
  width: 45%;
}
.p-shopInfo__txtWrap {
  width: 47%;
  margin-left: 1.1%;
  padding: 5px 0 0 0;
}
.p-shopInfo__logo {
  margin-bottom: 21px;
}
.p-shopInfo__tel {
  margin-bottom: 34px;
}
.p-shopInfo__link {
}
.p-shopInfo__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 80px;
  background: #fff100;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
}
.p-shopInfo__link a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-shopInfo__open {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .p-shopInfoOuter {
  }
  .p-shopInfo {
    display: block;
  }
  .p-shopInfo__photo {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-shopInfo__txtWrap {
    width: 100%;
    margin-left: 0;
    padding: 5px 0 0 0;
  }
  .p-shopInfo__logo {
    margin-bottom: 15px;
  }
  .p-shopInfo__tel {
    margin-bottom: 20px;
  }
  .p-shopInfo__link {
  }
  .p-shopInfo__link a {
    min-height: 60px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 0 30px;
  }
  .p-shopInfo__link a:before {
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
  .p-shopInfo__open {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}

.p-about {
  background: #ccc url("../../../assets/img/back-deco02.png");
  padding-bottom: 105px;
}
.p-aboutFrame {
  background: #fff;
  padding: 50px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-aboutFrame__suisenjyou {
  width: 100%;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.p-aboutFrame__suisenjyou h4 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 36px;
  font-weight: bold;
}
.p-aboutFrame__suisenjyou h4 strong {
  color: #6dba44;
  font-size: 36px;
}
.p-aboutFrame__suisenjyou figure {
  width: 80%;
  margin: 0 auto;
}
.p-aboutFrame__txtWrap {
  width: 52%;
  text-align: left;
}
.p-aboutFrame__txtWrap h4 {
  font-size: 24px;
  color: #6dba44;
  line-height: 1.66;
  margin-bottom: 36px;
}
.p-aboutFrame__txtWrap p {
  font-size: 16px;
  line-height: 2.25;
}
.p-aboutFrame__txtWrap p + h4 {
  margin-top: 36px;
}
.p-aboutFrame__photo {
  width: 44.4%;
}
.p-aboutFrame__photo figure + figure {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .p-about {
    padding-bottom: 60px;
  }
  .p-aboutFrame {
    padding: 25px 20px;
    display: block;
  }
  .p-aboutFrame__suisenjyou {
    margin: 0 auto 36px;
    padding-bottom: 36px;
  }
  .p-aboutFrame__suisenjyou h4 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
  }
  .p-aboutFrame__suisenjyou h4 strong {
    font-size: 24px;
    line-height: 1.4;
  }
  .p-aboutFrame__suisenjyou figure {
    width: 100%;
  }
  .p-aboutFrame__txtWrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-aboutFrame__txtWrap h4 {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 30px;
  }
  .p-aboutFrame__txtWrap p {
    font-size: 14px;
    line-height: 2;
  }
  .p-aboutFrame__txtWrap p + h4 {
    margin-top: 30px;
  }
  .p-aboutFrame__photo {
    width: 100%;
  }
  .p-aboutFrame__photo figure + figure {
    margin-top: 30px;
  }
}

.p-staff {
  padding-bottom: 105px;
}
.p-staffFrame {
  background: #eee url("../../../assets/img/back-deco02.png");
  padding: 60px 60px 80px 60px;
}
.p-staffFrame + .p-staffFrame {
  margin-top: 78px;
}
.p-staffMessage {
  text-align: left;
}
.p-staffMessage p {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
}
.p-staffMessage__photo {
  float: left;
  width: 47.22%;
  margin: 0 4.5% 40px 0;
}
p.p-staffMessage__store {
  color: #6dba44;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
p.p-staffMessage__name {
  color: #6dba44;
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .p-staff {
    padding-bottom: 60px;
  }
  .p-staffFrame {
    padding: 20px 20px 30px 20px;
  }
  .p-staffFrame + .p-staffFrame {
    margin-top: 40px;
  }
  .p-staffMessage {
  }
  .p-staffMessage p {
    font-size: 14px;
    line-height: 2;
  }
  .p-staffMessage__photo {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  p.p-staffMessage__store {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  p.p-staffMessage__name {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.p-staffList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 908px;
  margin: 70px auto 0 auto;
}
.p-staffList li {
  width: 27.53%;
  margin-left: 8.705%;
}
.p-staffList li:nth-child(3n + 1) {
  margin-left: 0;
}
.p-staffList li:nth-child(n + 4) {
  margin-top: 40px;
}
.p-staffList__photo {
  margin-bottom: 16px;
}
.p-staffList__name {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .p-staffList {
    margin: 30px auto 0 auto;
  }
  .p-staffList li {
    width: 48%;
    margin-left: 4%;
  }
  .p-staffList li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-staffList li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-staffList li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .p-staffList__photo {
    margin-bottom: 16px;
  }
  .p-staffList__name {
    font-size: 14px;
    line-height: 1.4;
  }
}

.p-staffVoice {
  margin: 65px 0;
}
.p-staffVoice__txt1 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.p-staffVoice__txt2 {
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #6dba44;
  margin: 30px 0 28px 0;
}

@media screen and (max-width: 750px) {
  .p-staffVoice {
    margin: 30px 0;
  }
  .p-staffVoice__txt1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-staffVoice__txt2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0 18px 0;
  }
}

.p-staffRecommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-staffRecommend__txtWrap {
  width: 48%;
}
.p-staffRecommend__titleOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 420px;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.p-staffRecommend__titleOuter:before,
.p-staffRecommend__titleOuter:after {
  content: "";
  display: block;
  min-height: 55px;
  position: absolute;
  width: 100%;
  left: 0;
}
.p-staffRecommend__titleOuter:before {
  background: url("../../../assets/img/recommendation/parts-01.png") no-repeat
    center center;
  background-size: auto 55px;
  top: 0;
}
.p-staffRecommend__titleOuter:after {
  background: url("../../../assets/img/recommendation/parts-02.png") no-repeat
    center center;
  background-size: auto 55px;
  bottom: 0;
}
.p-staffRecommend__titleInner {
}
.p-staffRecommend__title1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.p-staffRecommend__title2 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  color: #6dba44;
  margin: 32px 0;
}
.p-staffRecommend__img {
  width: 48%;
  text-align: center;
}
.p-staffRecommend__annotation {
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}
.p-staffRecommend__annotation.p-staffRecommend__annotation--01 {
  margin: 30px 0 0;
}
.p-staffRecommend__annotation.p-staffRecommend__annotation--02 {
  margin: 30px 0 0;
}
@media screen and (max-width: 750px) {
  .p-staffRecommend {
    display: block;
  }
  .p-staffRecommend__txtWrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-staffRecommend__titleOuter {
    min-height: 220px;
    max-width: 320px;
  }
  .p-staffRecommend__titleOuter:before,
  .p-staffRecommend__titleOuter:after {
    min-height: 27px;
  }
  .p-staffRecommend__titleOuter:before {
    background: url("../../../assets/img/recommendation/parts-01.png") no-repeat
      center center;
    background-size: auto 27px;
  }
  .p-staffRecommend__titleOuter:after {
    background: url("../../../assets/img/recommendation/parts-02.png") no-repeat
      center center;
    background-size: auto 27px;
  }
  .p-staffRecommend__titleInner {
  }
  .p-staffRecommend__title1 {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-staffRecommend__title2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0;
  }
  .p-staffRecommend__img {
    width: 100%;
  }
  .p-staffRecommend__annotation {
    text-align: left;
  }
  .p-staffRecommend__annotation.p-staffRecommend__annotation--01 {
    margin: 20px 0 0;
  }
  .p-staffRecommend__annotation.p-staffRecommend__annotation--02 {
    margin: 20px 0 0;
  }
}

.p-staffVoice2 {
}
.p-staffVoice2Head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 55px;
}
.p-staffVoice2Head__mark {
  margin-right: 30px;
  max-width: 123px;
}
.p-staffVoice2Head__txtWrap {
  text-align: left;
}
.p-staffVoice2Head__job {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 7px;
}
.p-staffVoice2Head__name {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
}
.p-staffVoice2Contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 904px;
  margin: 0 auto;
}
.p-staffVoice2Contents__photo {
  width: 200px;
}
.p-staffVoice2Contents__commentOuter {
  margin-left: 64px;
  box-sizing: border-box;
  width: calc(100% - 264px);
  position: relative;
}
.p-staffVoice2Contents__commentOuter:before,
.p-staffVoice2Contents__commentOuter:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 24px solid transparent;
}
.p-staffVoice2Contents__commentOuter:before {
  top: 93px;
  left: -68px;
  border-right: 44px solid #fff;
  z-index: 10;
}
.p-staffVoice2Contents__commentOuter:after {
  top: 98px;
  left: -63px;
  border-right: 44px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-staffVoice2Contents__comment {
  background: #fff;
  padding: 39px 44px;
  text-align: left;
  position: relative;
  z-index: 5;
}
.p-staffVoice2Contents__comment:before,
.p-staffVoice2Contents__comment:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-staffVoice2Contents__comment:before {
  background: #fff;
  z-index: 12;
}
.p-staffVoice2Contents__comment:after {
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
  top: 5px;
  left: 5px;
}
.p-staffVoice2Contents__commentTxt01 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 15;
}
.p-staffVoice2Contents__commentTxt02 {
  font-size: 60px;
  line-height: 1.5;
  color: #6dba44;
  font-weight: bold;
  margin: 8px 0 4px 0;
  position: relative;
  z-index: 15;
}

@media screen and (max-width: 750px) {
  .p-staffVoice2 {
  }
  .p-staffVoice2Head {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .p-staffVoice2Head__mark {
    margin-right: 20px;
    max-width: 80px;
  }
  .p-staffVoice2Head__txtWrap {
  }
  .p-staffVoice2Head__job {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 1px;
  }
  .p-staffVoice2Head__name {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-staffVoice2Contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    max-width: 904px;
    margin: 0 auto;
  }
  .p-staffVoice2Contents__photo {
    width: 80px;
  }
  .p-staffVoice2Contents__commentOuter {
    margin-left: 20px;
    width: calc(100% - 100px);
  }
  .p-staffVoice2Contents__commentOuter:before,
  .p-staffVoice2Contents__commentOuter:after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
  }
  .p-staffVoice2Contents__commentOuter:before {
    top: 24px;
    left: -30px;
    border-right: 20px solid #fff;
  }
  .p-staffVoice2Contents__commentOuter:after {
    top: 29px;
    left: -25px;
    border-right: 20px solid #666;
  }
  .p-staffVoice2Contents__comment {
    padding: 15px 15px;
  }
  .p-staffVoice2Contents__comment:before {
  }
  .p-staffVoice2Contents__comment:after {
    top: 5px;
    left: 5px;
  }
  .p-staffVoice2Contents__commentTxt01 {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-staffVoice2Contents__commentTxt02 {
    font-size: 20px;
    line-height: 1.5;
    margin: 8px 0 4px 0;
  }
}

.p-price {
  background: #f1ece8;
  padding-bottom: 100px;
}

.p-priceNote {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 75px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 66px;
}
.p-priceNote__title {
  position: relative;
  color: #6dba44;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-priceNote__title:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: #000 url("../../../assets/img/back-deco05.png");
}
.p-priceNote__title span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.p-priceNote__title span:before {
  position: absolute;
  height: 10px;
  width: 100%;
  background: #ccc url("../../../assets/img/back-deco04.png");
  left: 0;
  bottom: -10px;
  content: "";
}
.p-priceNote__txt {
  font-size: 16px;
  line-height: 2.25;
}
.p-priceNote__txt + .p-priceNote__title {
  margin-top: 40px;
}

.p-priceFirst {
}
.p-priceFirst__title {
  margin-bottom: 28px;
}
.p-priceFirst__title span {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background: #a6937c;
  font-weight: bold;
  display: inline-block;
  width: 200px;
  padding: 7px 0 5px 0;
}
.p-price__middleTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.p-priceFirstSpecial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-weight: bold;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #6dba44;
  margin-top: 5px;
}
.p-priceFirstSpecial__num {
  font-size: 150px;
  line-height: 1;
  font-family: din-2014, sans-serif;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.p-priceFirstSpecial__tag {
  font-size: 60px;
  line-height: 1;
  padding: 0 0 19px 0;
}

.p-priceDefult {
  max-width: 400px;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
  border: #a6937c 3px solid;
  border-radius: 15px;
}
.p-priceDefultInner {
  margin: 0 20px;
  position: relative;
  padding: 15px 0;
}
.p-priceDefultInner:before,
.p-priceDefultInner:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #f1ece8;
  left: 0;
  position: absolute;
}
.p-priceDefultInner:before {
  top: -3px;
}
.p-priceDefultInner:after {
  bottom: -3px;
}
.p-priceDefultPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-weight: bold;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #000;
  margin-top: 15px;
}
.p-priceDefultPrice__num {
  font-size: 100px;
  line-height: 1;
  font-family: din-2014, sans-serif;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.p-priceDefultPrice__tag {
  font-size: 36px;
  line-height: 1;
  padding: 0 0 12px 5px;
}

@media screen and (max-width: 750px) {
  .p-price {
    padding-bottom: 70px;
  }

  .p-priceNote {
    padding: 30px 20px;
    margin-bottom: 66px;
  }
  .p-priceNote__title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .p-priceNote__title:after {
    height: 5px;
  }
  .p-priceNote__title span {
    padding-bottom: 8px;
  }
  .p-priceNote__title span:before {
    height: 5px;
    bottom: -5px;
  }
  .p-priceNote__txt {
    font-size: 14px;
    line-height: 2;
  }
  .p-priceNote__txt + .p-priceNote__title {
    margin-top: 30px;
  }

  .p-priceFirst {
  }
  .p-priceFirst__title {
    margin-bottom: 28px;
  }
  .p-priceFirst__title span {
    font-size: 16px;
    line-height: 1.4;
    width: 200px;
    padding: 7px 0 5px 0;
  }
  .p-price__middleTitle {
    font-size: 18px;
    line-height: 1.5;
  }

  .p-priceFirstSpecial {
    margin-top: 5px;
  }
  .p-priceFirstSpecial__num {
    font-size: 80px;
    line-height: 1;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .p-priceFirstSpecial__tag {
    font-size: 30px;
    line-height: 1;
    padding: 0 0 10px 3px;
  }

  .p-priceDefult {
    max-width: 250px;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
    border: #a6937c 3px solid;
    border-radius: 15px;
  }
  .p-priceDefultInner {
    margin: 0 20px;
    position: relative;
    padding: 15px 0;
  }
  .p-priceDefultInner:before,
  .p-priceDefultInner:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #f1ece8;
    left: 0;
    position: absolute;
  }
  .p-priceDefultInner:before {
    top: -3px;
  }
  .p-priceDefultInner:after {
    bottom: -3px;
  }
  .p-priceDefultPrice {
    margin-top: 15px;
  }
  .p-priceDefultPrice__num {
    font-size: 50px;
    line-height: 1;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .p-priceDefultPrice__tag {
    font-size: 24px;
    line-height: 1;
    padding: 0 0 9px 5px;
  }
}

.p-access {
  background: #ccc url("../../../assets/img/back-deco02.png");
  padding-bottom: 105px;
}
.p-accessFrame {
  background: #fff;
  padding: 0 50px;
}
.p-accessFrameInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 66px 0 86px 0;
}
.p-accessFrame__logo {
  max-width: 323px;
  margin: 0 auto 45px auto;
}
.p-accessFrame__photo {
  margin-bottom: 62px;
}
.p-accessFrameRange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.p-accessDetail {
  width: 52%;
}
.p-accessDetailList {
}
.p-accessDetailList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-accessDetailList li + li {
  margin-top: 12px;
}
.p-accessDetailList__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  background: #a6937c;
  width: 93px;
  min-height: 29px;
  box-sizing: border-box;
  padding-top: 2px;
}
.p-accessDetailList__text {
  width: calc(100% - 93px);
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 6px 0 4px 15px;
}

.p-accessMap {
  width: 46%;
}

@media screen and (max-width: 750px) {
  .p-access {
    padding-bottom: 60px;
  }
  .p-accessFrame {
    padding: 0 20px;
  }
  .p-accessFrameInner {
    padding: 30px 0 20px 0;
  }
  .p-accessFrame__logo {
    max-width: 240px;
    margin: 0 auto 25px auto;
  }
  .p-accessFrame__photo {
    margin-bottom: 20px;
  }
  .p-accessFrameRange {
    display: block;
  }
  .p-accessDetail {
    width: 100%;
  }
  .p-accessDetailList {
  }
  .p-accessDetailList li {
    display: block;
  }
  .p-accessDetailList li + li {
    margin-top: 20px;
  }
  .p-accessDetailList__tag {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    min-height: 29px;
    padding-top: 2px;
  }
  .p-accessDetailList__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0 4px 0px;
  }
  .p-accessMap {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
}

.p-voice {
  padding: 0 0 105px 0;
}
.p-voiceBlock {
  background: #eee url("../../../assets/img/back-deco02.png");
  padding: 63px 58px 35px 58px;
  margin-top: 93px;
}
.p-voiceBlock + .p-voiceBlock {
  margin-top: 35px;
}
.p-voiceBlockInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-voiceBlock__photo {
  width: 320px;
}
.p-voiceBlock__comment {
  margin-right: 46px;
  box-sizing: border-box;
  width: calc(100% - 366px);
  position: relative;
  background: #fff;
}
.p-voiceBlock__comment:before,
.p-voiceBlock__comment:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-voiceBlock__comment:before {
  background: #fff;
  z-index: 12;
}
.p-voiceBlock__comment:after {
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
  top: 5px;
  left: 5px;
}
.p-voiceBlock__commentInner {
  padding: 0 0 70px 0;
  text-align: left;
  position: relative;
  z-index: 15;
}

.p-voiceBlock__commentInner:before,
.p-voiceBlock__commentInner:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
}
.p-voiceBlock__commentInner:before {
  top: 65px;
  right: -30px;
  border-left: 20px solid #fff;
  z-index: 10;
}
.p-voiceBlock__commentInner:after {
  top: 70px;
  right: -35px;
  border-left: 20px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-voiceBlock__commentTxt {
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
  padding: 10px 20px;
}
.p-voiceBlock__commentName {
  font-size: 16px;
  line-height: 1.4;
  text-align: right;
  font-weight: bold;
  background: #fdf7f0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 20;
}
.p-voiceBlock__caution {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  margin-top: 18px;
}

.p-voiceAthlete {
  margin-top: 80px;
}
.p-voiceAthlete__title {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #6dba44;
  margin-bottom: 35px;
}
.p-voiceAthlete__txt {
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
}
.p-voiceAthlete__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
}
.p-voiceAthlete__photo li {
  width: 10%;
}

@media screen and (max-width: 750px) {
  .p-voice {
    padding: 0 0 60px 0;
  }
  .p-voiceBlock {
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
  }
  .p-voiceBlock + .p-voiceBlock {
    margin-top: 35px;
  }
  .p-voiceBlockInner {
    display: block;
  }
  .p-voiceBlock__photo {
    width: 100%;
  }
  .p-voiceBlock__comment {
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .p-voiceBlock__comment:before,
  .p-voiceBlock__comment:after {
  }
  .p-voiceBlock__comment:before {
  }
  .p-voiceBlock__comment:after {
    top: 5px;
    left: 5px;
  }
  .p-voiceBlock__commentInner {
    padding: 0 0 0 0;
    text-align: left;
    position: relative;
    z-index: 15;
  }

  .p-voiceBlock__commentInner:before,
  .p-voiceBlock__commentInner:after {
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
  }
  .p-voiceBlock__commentInner:before {
    top: -18px;
    right: 0;
    left: 0;
    border-bottom: 12px solid #fff;
  }
  .p-voiceBlock__commentInner:after {
    top: -18px;
    right: 0;
    left: 5px;
    border-bottom: 12px solid #666;
  }
  .p-voiceBlock__commentTxt {
    font-size: 14px;
    line-height: 2;
    padding: 15px 15px 0 20px;
  }
  .p-voiceBlock__commentName {
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    left: 0;
    bottom: 0;
    min-height: 50px;
    padding: 0 15px;
    margin-top: 15px;
  }
  .p-voiceBlock__caution {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    margin-top: 18px;
  }

  .p-voiceAthlete {
    margin-top: 40px;
  }
  .p-voiceAthlete__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .p-voiceAthlete__txt {
    font-size: 14px;
    line-height: 2;
  }
  .p-voiceAthlete__photo {
    margin-top: 35px;
  }
  .p-voiceAthlete__photo li {
    width: 20%;
  }
}

.p-pageBottomShopInfo {
  background: #f1ece8;
  padding: 86px 0;
}

@media screen and (max-width: 750px) {
  .p-pageBottomShopInfo {
    padding: 50px 0;
  }
}

/*

	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 80px;

*/

/* Arrows */
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2000;
  opacity: 1 !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.2);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  display: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-prev::after,
.slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.slick-prev::after {
  right: 9px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.slick-next::after {
  left: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 641px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev::after,
  .slick-next::after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .slick-prev::after {
    right: 13px;
  }
  .slick-next::after {
    left: 13px;
  }
}

.p-shopIntroduction {
  padding: 60px 0 100px 0;
}
.p-shopIntroduction__title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 80px;
  position: relative;
}
.p-shopIntroduction__title:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}
.p-shopIntroductionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-shopIntroductionList li {
  width: 20.8%;
  margin-left: 5.6%;
}
.p-shopIntroductionList li:nth-child(4n + 1) {
  margin-left: 0;
}
.p-shopIntroductionList li:nth-child(n + 5) {
  margin-top: 30px;
}
.p-shopIntroductionList__photo {
  margin-bottom: 12px;
}
.p-shopIntroductionList__name {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.p-shopIntroductionList__access {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  padding: 0 0 0 15px;
}
.p-shopIntroductionList__access i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .p-shopIntroduction {
    padding: 40px 0 60px 0;
  }
  .p-shopIntroduction__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .p-shopIntroduction__title:after {
    height: 3px;
    bottom: -20px;
  }
  .p-shopIntroductionList {
  }
  .p-shopIntroductionList li {
    width: 47%;
    margin-left: 6%;
  }
  .p-shopIntroductionList li:nth-child(4n + 1) {
    margin-left: 6%;
  }
  .p-shopIntroductionList li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-shopIntroductionList li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .p-shopIntroductionList__photo {
    margin-bottom: 12px;
  }
  .p-shopIntroductionList__name {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-shopIntroductionList__access {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  .p-shopIntroductionList__access i {
    top: 4px;
    left: 0;
    font-size: 12px;
    line-height: 1;
  }
}


.p-staff__img {
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-staff__img {
    margin: 30px auto;
  }
}


/*追加20191111*/
.p-priceDefult__caution {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  .p-priceDefult__caution {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 20px;
  }
}

.u-text--right {
  text-align: right;
}
.u-fwb {
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .u-showSP {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .u-showPC {
    display: none;
  }
}

.u-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.u-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-map {
  position: relative;
  overflow: hidden;
}

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

@media screen and (min-width: 751px) {
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
}

.u-txtLine {
  background: -moz-linear-gradient(
    top,
    rgba(155, 218, 121, 0) 0%,
    rgba(155, 218, 121, 0) 64%,
    rgba(155, 218, 121, 1) 65%,
    rgba(155, 218, 121, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(155, 218, 121, 0) 0%,
    rgba(155, 218, 121, 0) 64%,
    rgba(155, 218, 121, 1) 65%,
    rgba(155, 218, 121, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(155, 218, 121, 0) 0%,
    rgba(155, 218, 121, 0) 64%,
    rgba(155, 218, 121, 1) 65%,
    rgba(155, 218, 121, 1) 100%
  );
}


/* 220316 */
.p-shopInfo__telSubWrap {
  margin: 20px 0 0 0;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.p-shopInfo__telSub {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em
}
@media screen and (max-width: 750px) {
  .p-shopInfo__telSubWrap {
    margin: 15px 0 0 0;
  }
  .p-shopInfo__telSub {
    font-size: 14px;
  }
}