@charset "UTF-8";
/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/*==================================================================================
 common
==================================================================================*/
main {
  padding-top: calc(9vw + 24px);
}

.wrap {
  margin: 0;
}

img {
  height: auto;
}

.hideAnchor {
  top: -80px;
}

.commonArea {
  padding: 20px 0 35px;
}
.commonArea .achievement {
  padding: 22px 0 0;
  width: 100%;
}

.commonBtns li {
  padding-bottom: 0;
}
.commonBtns img {
  width: 100%;
}

/*==================================================================================
 Shop
==================================================================================*/
#shops {
  padding-top: 40px;
}

.circleTitle {
  border: 18px solid #dcdddd;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  height: 200px;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  width: 200px;
}
.circleTitle span {
  display: block;
  left: 0;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 100%;
}
.circleTitle.white {
  border-color: #fff;
}

.circleTitle {
  border: 10px solid #dcdddd;
  font-size: 20px;
  height: 130px;
  margin: 0 auto 20px;
  width: 130px;
}

#shops > .lead {
  font-size: 18px;
  font-size: 16px;
  line-height: 7.552vw;
  padding-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #shops > .lead {
    font-size: 3.906vw;
  }
}
#shops > .lead .text {
  display: block;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.8;
  text-align: center !important;
}
#shops > .lead .text .emphasis {
  color: #d41338;
  display: inline-block;
  font-size: 120%;
  padding: 0 5px;
}

#shops {
  padding-bottom: 100px;
}
#shops .image {
  margin-bottom: 50px;
}
#shops .shopList {
  padding: 0 100px;
}
#shops .shopList > li {
  padding-bottom: 30px;
}
#shops .shopList > li:last-child {
  padding: 0;
}
#shops .shopList > li .areaName,
#shops .shopList > li a {
  text-decoration: underline;
}
#shops .shopList > li .areaName:hover,
#shops .shopList > li a:hover {
  opacity: 1;
}
#shops .shopList > li .areaName {
  display: inline-block;
  font-size: 20px;
  padding-left: 17px;
  position: relative;
}
#shops .shopList > li .areaName:before {
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #d41338;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
#shops .shopList > li ul {
  margin-bottom: -10px;
  padding-top: 15px;
}
#shops .shopList > li ul li {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 35px 0 17px;
  position: relative;
}
#shops .shopList > li ul li:last-child {
  padding-right: 0;
}
#shops .shopList > li ul li:before {
  content: ">";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shops .shopList > li ul li a {
  color: #000;
}
#shops .shopList > li ul li .new {
  color: #d41338;
  font-size: 90%;
}

@media (min-width: 1001px) {
  #shops .shopList > li .areaName:hover,
#shops .shopList > li a:hover {
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  #shops .shopList > li ul {
    display: block !important;
  }
}
#shops {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 90%;
}
#shops .image {
  margin-bottom: 0;
}
#shops .shopList {
  padding: 0 5%;
}
#shops .shopList > li .accTarget {
  display: block;
}
#shops .shopList > li ul li a {
  font-size: 14px;
}
#shops .shopList > li .areaName {
  font-size: 16px;
}

ul#vwoAreaList {
  background-color: #f3f1ec;
  padding: 5px 1.3%;
}
ul#vwoAreaList > li {
  margin-bottom: 5px;
}
ul#vwoAreaList > li:last-child {
  margin-bottom: 0;
}
ul#vwoAreaList ul.list_branch {
  display: none;
}
ul#vwoAreaList ul.list_branch.showList {
  margin-top: 5px;
  padding: 5px;
}
ul#vwoAreaList ul.twoCols:nth-child(n+1) > li:nth-child(-n+2) {
  display: inline-block;
  width: 49%;
}
ul#vwoAreaList ul.twoCols:nth-child(n+1) > li:last-child {
  width: 100%;
}
ul#vwoAreaList .list_branch {
  background: #fff;
}
ul#vwoAreaList .list_branch li {
  background: url(https://www.p-a.jp/sp/branch/images/arrow_list.png) no-repeat 94%;
  background-size: auto 170%;
  border-bottom: 1px solid #ccc;
}
ul#vwoAreaList .list_branch li a {
  color: #000;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
ul#vwoAreaList .list_branch li:last-child {
  border-bottom: none;
}

div.imgDiv {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  position: relative;
  text-align: center;
}
div.imgDiv:not(.vwoSelected) > i:nth-child(1) {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
div.imgDiv:not(.vwoSelected) > i:nth-child(2) {
  display: none;
}

.showList {
  display: block !important;
}

div.imgDiv.vwoSelected > i:nth-child(1) {
  display: none;
}
div.imgDiv.vwoSelected > i:nth-child(2) {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#vwoAreaList > li > ul > li > div.vwoSelected {
  background-color: #e1200f;
}
#vwoAreaList > li > ul > li.listHokkaido > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch02_off.jpg");
}
#vwoAreaList > li > ul > li.listHokkaido > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch02_ov.jpg");
}
#vwoAreaList > li > ul > li.listTohoku > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch10_off.jpg");
}
#vwoAreaList > li > ul > li.listTohoku > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch10_ov.jpg");
}
#vwoAreaList > li > ul > li.listTokyo > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch03_off.jpg");
}
#vwoAreaList > li > ul > li.listTokyo > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch03_ov.jpg");
}
#vwoAreaList > li > ul > li.listKanto > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch04_off.jpg");
}
#vwoAreaList > li > ul > li.listKanto > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch04_ov.jpg");
}
#vwoAreaList > li > ul > li.listKansai > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch06_off.jpg");
}
#vwoAreaList > li > ul > li.listKansai > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch06_ov.jpg");
}
#vwoAreaList > li > ul > li.listChubu > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch05_off.jpg");
}
#vwoAreaList > li > ul > li.listChubu > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch05_ov.jpg");
}
#vwoAreaList > li > ul > li.listChugoku > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch08_off.jpg");
}
#vwoAreaList > li > ul > li.listChugoku > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch08_ov.jpg");
}
#vwoAreaList > li > ul > li.listKyushu > div {
  background-image: url("https://www.p-a.jp/images/nav/img_branch07_off.jpg");
}
#vwoAreaList > li > ul > li.listKyushu > div.vwoSelected {
  background-image: url("https://www.p-a.jp/images/nav/img_branch07_ov.jpg");
}

/*==================================================================================
 Navigation
==================================================================================*/
.flexContainer {
  width: 90%;
  margin: 0 auto 30px;
}

.flexItem {
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.flexItem a {
  padding: 20px;
}
.flexItem .ico {
  width: 70px;
  padding-right: 10px;
}
.flexItem.concierge a {
  padding: 20px;
}

.flexContent h3 {
  font-size: 14px;
  padding: 0 0 8px;
}
.flexContent p {
  padding-top: 8px;
  font-size: 10px;
}
.flexContent p.txtRed {
  padding: 0;
  font-size: 1px;
}

/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 12px 5.2% 12px;
  position: fixed;
}
.siteHeader .header-logo {
  margin: 3px 0;
  width: 45%;
}
.siteHeader .header-logo img {
  width: 93%;
}
.siteHeader .header-button {
  width: 55%;
}
.siteHeader .header-button .btns {
  text-align: right;
}
.siteHeader .header-button .btns li {
  margin-left: 2.25% !important;
  width: 37.5%;
}
.siteHeader .header-button .btns li:first-of-type {
  display: inline-block !important;
  margin-left: 0 !important;
  width: 11.75%;
}

.red_footer {
  background: #d41338;
  bottom: 0;
  height: 11.32vw;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  margin-bottom: 18.58vw;
  padding: 20px 20px 0;
  width: auto;
}
.siteFooter .content {
  padding: 0;
}
.siteFooter .notes {
  padding-bottom: 13px;
}
.siteFooter .notes dt,
.siteFooter .notes dd {
  font-size: 10px;
  line-height: normal;
  padding-bottom: 0;
}
.siteFooter .notes dd:last-of-type {
  padding-bottom: 0;
}
.siteFooter .notes dd.indent {
  padding-left: 5px;
  text-indent: 0;
  white-space: normal;
}
.siteFooter .notes dd.indent.indentCustom {
  padding-left: 7px;
  text-indent: 0;
}
.siteFooter .notes dd.indent.txtIndent {
  padding-left: 20px;
  text-indent: -15px;
}
.siteFooter .logo {
  padding-bottom: 13px;
  padding-left: 5px;
}
.siteFooter .logo img {
  width: 47%;
}
.siteFooter .bottom {
  padding-left: 5px;
}
.siteFooter .companyInfo {
  float: none;
  font-size: 10px;
  padding-bottom: 15px;
  width: 100%;
}
.siteFooter .links {
  float: none;
  font-size: 10px;
  max-width: 467px;
  width: 100%;
  margin: 0 -10px;
}
.siteFooter .links li:nth-child(n) {
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 0;
  padding-left: 5px;
}
.siteFooter .links li a {
  color: #000;
}
.siteFooter .links li a:hover {
  opacity: 1;
}
.siteFooter .siteCopy {
  font-size: 10px;
  margin-left: 0;
  margin-top: 0;
  text-align: left;
}
.siteFooter .illustCopy {
  margin-top: 40px;
}

/*==================================================================================
 fixingBtns
==================================================================================*/
.fixingBtns {
  bottom: 0;
  display: block;
  font-size: 15px;
  position: fixed;
  right: 0;
  text-align: center;
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  z-index: 99;
  /* アイコンあり　右から電話・資料請求・来店予約　の時

    li {
    float: left;
    line-height: 1;
    width: 40%;
    &:nth-of-type(1) {
    background: #d41338;
    padding-bottom: 0;
    text-align: center;
    width: 20%;
    a {
    background: #d41338;
    display: block;
    height: 30px;
    padding: 7px 0 8px !important;
    vertical-align: middle;
    width: 20%;
    width: 100%;
    img {
    height: auto;
    width: 30px;
  }
  }
  }
    &:nth-of-type(2),
    &:nth-of-type(3) {
    padding-top: 0;
    width: 40%;
  }
    &:nth-of-type(1) a:after,
    &:nth-of-type(2) a:after {
    background: #fff;
    content: "";
    height: 30px;
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
  }
    &:first-child {
    padding-bottom: 0;
    text-align: center;
    width: 20%;
    a:before {
    content: none;
  }
  }
    &:last-child {
    float: right;
  }
    a {
    background: #d41338;
    color: #fff;
    display: block;
    padding: 14px 0 16px 35px; アイコンあり　右端フリーコール時
    padding: 14px 0 16px;
    position: relative;
    font-weight: bold;
    &:before {
    background: url("../img/icon_request.jpg") no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    transform: translateX(-48%);
    width: 27px;
  }
    &:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-180%) translateY(-50%);
    -moz-transform: translateX(-180%) translateY(-50%);
    -ms-transform: translateX(-180%) translateY(-50%);
    transform: translateX(-180%) translateY(-50%);
  }
  }
  &:last-child a:before {
  background-image: url("../img/icon_reserve.jpg");
  }
  }
    */
}
.fixingBtns.visible {
  display: block !important;
}
.fixingBtns li {
  /* アイコンなし　右から　資料請求・来店予約・オンライン相談　の時*/
  float: left;
  line-height: 1;
  width: 30%;
}
.fixingBtns li:nth-of-type(3) {
  width: 40%;
}
.fixingBtns li:nth-of-type(1) a:after, .fixingBtns li:nth-of-type(2) a:after {
  background: #fff;
  content: "";
  height: 30px;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
.fixingBtns li:last-child {
  float: right;
}
.fixingBtns li a {
  background: #d41338;
  color: #fff;
  display: block;
  padding: 14px 0 16px;
  position: relative;
  font-weight: bold;
}

/**
 * New Nav
 */
._list-title {
  font-size: 29px;
  margin-bottom: 25px;
}

._list-wrap {
  background: #F2F2F2;
  padding: 25px 0 40px;
}
._list-wrap.is-women {
  background: url(../img/list/b_women.png);
}
._list-wrap.is-men {
  background: url(../img/list/b_men.png);
}
._list-wrap__title {
  margin-bottom: 30px;
}
._list-wrap__title > img {
  width: 54.6%;
}
@media (max-width: 768px) {
  ._list-wrap__title__img {
    width: 54.688vw;
  }
}

._page-nav {
  display: block;
}
._page-nav__button {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 20px;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: inherit;
}
._page-nav__button:nth-child(n+2) {
  margin-top: 20px;
}
._page-nav__button.is-new::before {
  width: 51px;
  height: 43px;
}
._page-nav__button.is-reading::after {
  border-radius: 10px;
}
._page-nav__button.is-reading ._page-nav__icon::before {
  width: 108px;
  height: 27px;
}
._page-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55px;
  margin-right: 10px;
}
._page-nav__info {
  width: auto;
}
._page-nav__name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
._page-nav__meta {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
._page-nav__caption {
  margin-bottom: 5px;
}
._page-nav__caption img {
  height: 12px;
  width: auto;
}
._page-nav__caption.is-double img {
  height: 28px;
}
._page-nav__descript {
  font-size: 10px;
}

._list-buttons {
  margin: 8.464vw auto 8.464vw;
}
._list-buttons img {
  width: 73.958vw;
}
._list-buttons li {
  margin: 0;
}
._list-buttons li + li {
  margin-top: 2.604vw;
}

@media (max-width: 768px) {
  .story {
    margin: 0 5.208vw;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top .mainVisual {
  padding-bottom: 4.297vw;
}
#top .mainVisual ul li {
  background: none !important;
}
#top .mainVisual img {
  margin-left: 0;
  width: 100%;
}
#top .background-box {
  background: url(../../static/img/index/sp/page_bg.png) no-repeat;
  background-size: cover;
}
#top .background-box .commonArea {
  background: none;
  padding: 5.339vw 0;
}
#top .swiper-pagination-bullet {
  width: 1.953vw;
  height: 1.953vw;
  margin: 0 1.953vw;
}
#top .swiper-container-horizontal > .swiper-pagination-bullets, #top .swiper-pagination-custom, #top .swiper-pagination-fraction {
  bottom: 0;
}
#top .buttons {
  margin: 22.526vw auto 8.464vw;
}
#top .buttons ul li {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  #top .buttons ul li {
    margin-bottom: 2.604vw;
  }
}
#top .buttons img {
  width: 73.958vw;
}
#top .pages {
  padding-top: 7.94vw;
}

/*==================================================================================
 top
==================================================================================*/
#list .head {
  margin-bottom: 20px;
}
#list .head > picture > img {
  width: 80%;
}

/*==================================================================================
 inner pages
==================================================================================*/
#inner .imgTop {
  margin-top: 0;
  max-width: 100%;
}
#inner .imgCenter {
  padding: 20px 0 40px;
  text-align: center;
}
#inner .imgCenter li ~ li {
  margin-top: 2vw;
}
#inner .commonArea {
  padding: 35px 0 40px;
}
@media (max-width: 768px) {
  #inner .commonArea {
    padding: 8.594vw 0 6.38vw;
  }
}
#inner .commonArea .achievement {
  padding: 40px 0 0;
}
#inner h2 {
  font-size: 5vw;
  padding-bottom: 20px;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
#inner h2.txtRed {
  padding: 30px 0 15px;
}
#inner h2 img {
  width: 6%;
}
#inner .box {
  border-radius: 13px;
  width: 85%;
}
#inner .box .boxContent {
  padding: 10px 10px 12px 6px;
}
#inner .box .boxContent .icon {
  width: 20%;
}
#inner .topBtn {
  width: 120px;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  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;
  font-size: 16px;
}
#inner .topBtn span {
  padding: 30px 0 0 0;
}
#inner .topBtn::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
}
#inner .pages {
  padding-top: 25px;
}
#inner .pages_head {
  font-size: 26px;
}
/*# sourceMappingURL=smartphone.css.map */