@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap");
@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
/*----------------------------------------------------- */
/*  foundation           */
/*----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', "Meiryo", sans-serif;
  color: #444444;
  font-size: 1.6em;
  line-height: 1.6;
}

.l-contents {
  overflow: hidden;
  width: 100%;
  position: relative;
}

a {
  color: #444444;
  text-decoration: none;
}

a[href], button {
  cursor: pointer;
}

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

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3em;
  }

  .pc-only {
    display: none;
  }

  .c-search {
    position: relative;
    height: 23px;
    width: 23px;
  }

  .c-search .c-search__button {
    width: 23px;
    height: 23px;
  }

  .c-search .c-search__button .i-desvg {
    width: 23px;
    height: 23px;
    fill: #fff;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
/*----------------------------------------------------- */
/*  layout           */
/*----------------------------------------------------- */
/* l-container */
.l-container {
  box-sizing: content-box;
  max-width: 1050px;
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  padding: 30px 0;
  background: #292a35;
}

/*----------------------------------------------------- */
/*  component           */
/*----------------------------------------------------- */
/* c-title */
.c-title01 {
  text-align: center;
  margin-bottom: 40px;
}
.c-title01 em {
  font-size: 2.6rem;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.08em;
}
.c-title01 span {
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.05em;
}

.c-title02 {
  padding-left: 45px;
  position: relative;
  margin-bottom: 60px;
}
.c-title02 em {
  font-size: 2.6rem;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.08em;
  margin-right: 25px;
}
.c-title02 span {
  font-size: 1.2rem;
  vertical-align: text-top;
  letter-spacing: 0.05em;
}
.c-title02::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 4px;
  background: #444444;
  transform: translateY(-50%);
}

.c-title03 {
  font-size: 2.2rem;
  padding-left: 30px;
  position: relative;
  height: 90px;
  line-height: 90px;
}
.c-title03::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 90px;
  background: #444444;
  transform: translateY(-50%);
}

.c-title04 {
  font-size: 2.2rem;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.c-title04::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background: #444444;
  transform: translateY(-50%);
}

.c-titleWrap01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-title--wh em, .c-title--wh span {
  color: #fff;
}

.c-subTitle01 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.c-subTitle02 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.c-subTitle02::before {
  height: 1em;
  width: 1px;
  margin-right: 1em;
  margin-top: 0.1em;
  line-height: 1;
  background-color: #000;
  content: '';
}

@media screen and (max-width: 768px) {
  .c-title01 {
    text-align: center;
    margin-bottom: 40px;
  }
  .c-title01 em {
    font-size: 2.0rem;
  }
  .c-title01 span {
    font-size: 1.0rem;
  }

  .c-title02 {
    margin-bottom: 40px;
  }
  .c-title02 em {
    font-size: 2.0rem;
  }
  .c-title02 span {
    font-size: 1.0rem;
  }

  .c-title03 {
    font-size: 1.7rem;
    padding-left: 30px;
    position: relative;
    height: 50px;
    line-height: 50px;
  }

  .c-title04 {
    font-size: 1.7rem;
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .c-subTitle01 {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }

  .c-subTitle02 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}
/* c-section */
.c-section {
  margin: 40px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-section {
    margin: 25px 0;
  }
}
/* c-button */
.c-button01 {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #b7d019;
  border-radius: 3px;
  border: 1px solid #b7d019;
  transition: all .3s;
}
.c-button01:hover {
  opacity: .7;
}

.c-button02 {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #b7d019;
  transition: all .3s;
  background: #b7d019;
}
.c-button02:hover {
  opacity: .7;
}

.c-button--delete {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #ee5328;
  border: 1px solid #ee5328;
  border-radius: 3px;
  transition: all .3s;
}
.c-button--delete:hover {
  opacity: .7;
}

.c-button--delete02 {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border: 1px solid #ee5328;
  background: #ee5328;
  border-radius: 3px;
  transition: all .3s;
}
.c-button--delete02:hover {
  opacity: .7;
}

.c-link {
  color: #b7d019;
}
.c-link:hover {
  text-decoration: underline;
}

.c-select {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  background: #eff2ee;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .c-select {
    border-radius: 3px !important;
  }
}
.c-select::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #b7d019;
  border-bottom: 2px solid #b7d019;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.c-select select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 18px 40px 18px 18px;
  font-size: 1.4rem;
}
.c-select select::-ms-expand {
  display: none;
}

.c-search {
  position: relative;
  border-radius: 3px;
  width: 100%;
}

.c-search__input {
  width: 100%;
  padding: 18px 50px 18px 18px;
  border: none;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .c-search__input {
    -webkit-appearance: none;
  }
}

.c-search__input::placeholder {
  color: #000;
}

.c-search__button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 52px;
  border: none;
  cursor: pointer;
}
.c-search__button .i-desvg {
  width: 17px;
  height: 17px;
  fill: #b7d019;
}

.c-flex {
  display: flex;
}

.c-required {
  background: #ee5328;
  color: #fff;
  font-size: 1.0rem;
  padding: 0 3px;
  margin-left: 10px;
}

/* c-input__text */
.c-input__text {
  border-radius: 3px;
  width: 100%;
  padding: 18px;
  border: none;
  background: #eff2ee;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-input__text {
    font-size: 1.3rem;
  }
}
.c-input__text--short {
  display: inline;
  border-radius: 3px;
  width: 49%;
  padding: 18px;
  border: none;
  background: #eff2ee;
}

.c-input__text--short + .c-input__text--short {
  margin-left: 1%;
}

/* c-input__radio */
.c-input__radio {
  display: none;
}
.c-input__radio:disabled + .c-input__radio__parts {
  color: rgba(0, 0, 0, 0.3);
}
.c-input__radio:disabled + .c-input__radio__parts::before {
  border: 1px solid rgba(183, 208, 25, 0.3);
}

.c-input__radio__parts {
  padding-left: 35px;
  position: relative;
  font-weight: bold;
}
.c-input__radio__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #b7d019;
  border-radius: 50%;
}

.c-input__radio:checked + .c-input__radio__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #b7d019;
  border-radius: 50%;
}

/* c-breadcrumb */
.c-breadcrumb {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e6e7e1;
  font-size: 1.2rem;
}
.c-breadcrumb ul {
  display: flex;
}
.c-breadcrumb li:not(:last-child)::after {
  content: '>';
  padding: 0 8px;
}
.c-breadcrumb li:first-child {
  padding-left: 20px;
  background: url(../img/ico_home.svg) left center no-repeat;
  background-size: 13px;
}
.c-breadcrumb a:hover {
  text-decoration: underline;
}
.c-breadcrumb p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    display: none;
  }
}
/* c-quote */
.c-quote {
  padding: 20px 10px;
  border: 2px solid #eff2ee;
  border-radius: 3px;
  margin-bottom: 1.6rem;
}

.c-quote__body {
  padding: 10px 20px;
  height: 200px;
  box-sizing: border-box;
  overflow: auto;
}

/* c-pager  */
.c-pager {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.c-pager li {
  margin: 0 5px;
}
.c-pager .c-pager__item a {
  display: block;
  text-align: center;
  color: #b7d019;
  border: 1px solid #b7d019;
  border-radius: 3px;
  width: 35px;
  height: 40px;
  line-height: 40px;
}
.c-pager .c-pager__item a:hover {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #fff;
}
.c-pager a.current {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #fff;
}
.c-pager .c-pager__prve a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all .3s;
}
.c-pager .c-pager__prve a:hover {
  opacity: .7;
}
.c-pager .c-pager__prve a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-left: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-pager .c-pager__next a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all .3s;
}
.c-pager .c-pager__next a:hover {
  opacity: .7;
}
.c-pager .c-pager__next a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-right: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .c-pager {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .c-pager li {
    margin: 0 5px;
  }
  .c-pager li:nth-child(7),
  .c-pager li:nth-child(8),
  .c-pager li:nth-child(9),
  .c-pager li:nth-child(10) {
    display: none;
  }
  .c-pager .c-pager__prve a,
  .c-pager .c-pager__next a {
    width: 20px;
    height: 40px;
  }
}
/* c-contents__list  */
.c-contents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-contents__list::after {
  content: "";
  display: block;
  width: 31.5%;
}
.c-contents__list li {
  width: 31.5%;
  margin-bottom: 5%;
}
.c-contents__list .p-bx__link {
  display: block;
  width: 100%;
  transition: all .3s;
  position: relative;
}
.c-contents__list .p-bx__link:hover {
  opacity: .7;
}
.c-contents__list .p-bx__images {
  height: 220px;
}
.c-contents__list .p-bx__images img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}
.c-contents__list .p-bx__wrap {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.c-contents__list .p-bx__title {
  font-size: 1.7rem;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-contents__list .p-bx__place {
  font-size: 1.1rem;
  color: #919191;
  margin-bottom: 5px;
}
.c-contents__list .p-bx__text {
  font-size: 1.4rem;
}

/* p-memberid__list  */
.p-memberid__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-memberid__list .p-memberid__listitem {
  width: 31.5%;
  margin-bottom: 5%;
}
.p-memberid__list .p-bx__images {
  position: relative;
}
.p-memberid__list .p-bx__images img {
  margin-bottom: 15px;
}
.p-memberid__list .p-bx__images .p-bx__info {
  position: absolute;
  right: 15px;
  bottom: 25px;
  display: flex;
  justify-content: flex-end;
  font-size: 1.3rem;
  color: #fff;
  width: 100%;
}
.p-memberid__list .p-bx__images .p-bx__info li {
  text-align: right;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .c-contents__list,
  .p-memberid__list {
    flex-direction: column;
  }
  .c-contents__list li,
  .c-contents__list .p-memberid__listitem,
  .p-memberid__list li,
  .p-memberid__list .p-memberid__listitem {
    width: 100%;
    margin-bottom: 10%;
  }
  .c-contents__list li li,
  .c-contents__list .p-memberid__listitem li,
  .p-memberid__list li li,
  .p-memberid__list .p-memberid__listitem li {
    width: auto;
    margin-bottom: 0;
  }
}
/*----------------------------------------------------- */
/*  project top           */
/*----------------------------------------------------- */
/* p-topHeader */
.p-topHeader {
  height: 60px;
  background: #b7d019;
  position: relative;
}

.p-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 160px;
}
.p-logo a {
  transition: all .3s;
}
.p-logo a:hover {
  opacity: .7;
}

.p-logo-yamada {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 270px;
}
.p-logo-yamada a {
  transition: all .3s;
}
.p-logo-yamada a:hover {
  opacity: .7;
}

.p-header__links {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
}
.p-header__links li {
  margin-left: 30px;
}
.p-header__links a {
  color: #fff;
}
.p-header__links a:hover {
  text-decoration: underline;
}

/* p-topKv */
.p-topKv {
  height: 660px;
  position: relative;
}
.p-topKv .c-select {
  background: #fff;
}

.p-topKv__slide {
  position: relative;
}
.p-topKv__slide .p-topKv__slide__contents {
  display: block;
  width: 100%;
}

.p-topKv__inner {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-topKv__contents {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topKv__contents {
    position: absolute;
    top: 0px;
  }
}
.p-topKv__contents h1 {
  font-size: 4.0rem;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.p-topKv__search__wrap01 {
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-topKv__search__wrap01 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-topKv__search__wrap01 {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-topKv__search__wrap01 li {
    width: 170px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-topKv__search__wrap01 li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-topKv__search__wrap01 li:first-child .c-select select {
  padding: 18px 40px 18px 40px;
}
.p-topKv__search__wrap01 li:first-child .i-desvg {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 14px;
  fill: #b7d019;
}
.p-topKv__search__wrap01 li:last-child .c-select select {
  padding: 18px 40px 18px 40px;
}
.p-topKv__search__wrap01 li:last-child .i-desvg {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 14px;
  fill: #b7d019;
}

.p-topKv__search__wrap02 {
  display: flex;
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topKv__search__wrap02 {
    margin: 10px;
  }
}
.p-topKv__search__wrap02 li:nth-child(1) {
  flex: 1;
}
.p-topKv__search__wrap02 li:nth-child(2) {
  width: 135px;
  margin-left: 10px;
}
.p-topKv__search__wrap02 .c-button02 {
  height: 52px;
  line-height: 52px;
  width: 100%;
}

.p-topKv__category {
  max-width: 790px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0px 4px;
}
.p-topKv__category li {
  width: 100%;
}
.p-topKv__category a {
  display: block;
  padding: 14px 0;
  background: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  transition: all .3s;
  height: 100%;
}
.p-topKv__category a:hover {
  opacity: .7;
}
.p-topKv__category .p-topKv__category__icon {
  max-width: 36px;
  max-height: 36px;
  fill: #b7d019;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 9999;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 10px;
}

.slick-dots li button:hover {
  outline: none;
  background: #b7d019;
}

.slick-dots li.slick-active button {
  background: #b7d019;
}

@media screen and (max-width: 768px) {
  /* p-topHeader */
  .p-topHeader {
    height: 55px;
  }

  .p-logo {
    position: absolute;
    left: 5%;
    transform: translateX(0%) translateY(-50%);
    max-width: 110px;
  }

  .p-logo-yamada {
    position: absolute;
    left: 3%;
    transform: translateX(0%) translateY(-50%);
    width: 45%;
  }
  .p-logo-yamada.minilogo {
    width: 25%;
  }

  .p-header__links {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-header__links li {
    margin-left: 20px;
  }
  .p-header__links a {
    font-size: 1.0rem;
  }

  /* p-topKv / p-bxslider_wrap01 */
  .p-topKv {
    height: 550px;
  }
  .p-topKv .p-topKv__category li {
    width: 23%;
  }
  .p-topKv .p-topKv__category li:nth-child(n+5) {
    margin-top: 2.5%;
  }
  .p-topKv.rowPlus1 {
    height: 635px;
  }
  .p-topKv.rowPlus1 .p-topKv__category li {
    width: 30%;
  }
  .p-topKv.rowPlus1 .p-topKv__category li:nth-child(n+4) {
    margin-top: 2.5%;
  }

  .slick-dots {
    right: 10px;
    bottom: 10px;
  }

  .p-topKv__inner {
    padding: 0 3%;
  }

  .p-topKv__contents {
    width: 100%;
    padding-top: 50px;
  }
  .p-topKv__contents h1 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .p-topKv__search__wrap01 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-topKv__search__wrap01 li:nth-child(1) {
    width: 49%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-topKv__search__wrap01 li:nth-child(2) {
    width: 49%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-topKv__search__wrap01 li:nth-child(3) {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-topKv__search__wrap01 .c-select select {
    font-size: 16px;
  }

  .p-topKv__search__wrap02 li:nth-child(1) {
    flex: 1;
  }
  .p-topKv__search__wrap02 li:nth-child(2) {
    width: 65px;
    margin-left: 2%;
  }
  .p-topKv__search__wrap02 .c-button02 {
    text-indent: -9999px;
    background: url(../img/ico_search_02.svg) center center no-repeat #b7d019;
    background-size: 20px;
  }
  .p-topKv__search__wrap02 .c-search__input {
    font-size: 16px;
  }

  .p-topKv__category {
    max-width: 90%;
    flex-wrap: wrap;
  }
  .p-topKv__category a {
    display: block;
    padding: 10px 0;
    font-size: 1.0rem;
    text-align: center;
    height: 100%;
  }
  .p-topKv__category .p-topKv__category__icon {
    max-width: 36px;
    max-height: 36px;
    fill: #b7d019;
  }

  .bx-default-pager {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
/* p-topFeature / p-bxslider_wrap02 */
.p-topFeature {
  padding: 80px 0;
  overflow: hidden;
  background: url(../img/bg_feature.png);
  background-repeat: no-repeat;
  background-position: top 10px right -5%;
  background-size: 789px;
}

.p-topFeature__slide li {
  padding: 0 10px;
  width: 570px;
}
.p-topFeature__slide a {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 3px;
  transition: all .3s;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.p-topFeature__slide a:hover {
  opacity: .7;
}
.p-topFeature__slide h3 {
  font-size: 2.4rem;
}

.p-topFeature__titleBg {
  padding: 50px 10px 10px;
  width: 100%;
  border-radius: 0 0 3px 3px;
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.slick-prev,
.slick-next {
  background: #b7d019;
}

.p-topFeature .slick-prev {
  left: 50%;
  transform: translate(-315px, -50%);
}
.p-topFeature .slick-next {
  right: 50%;
  transform: translate(315px, -50%);
}

@media screen and (max-width: 768px) {
  .p-topFeature {
    padding: 40px 0;
    overflow: hidden;
    background: url(../img/bg_feature.png);
    background-repeat: no-repeat;
    background-position: top 10px left -4%;
    background-size: 101%;
  }

  .p-topFeature__slide li {
    padding: 0 8px;
    width: auto;
  }
  .p-topFeature__slide a {
    display: block;
    width: 100%;
    height: 170px;
    display: flex;
    align-items: flex-end;
  }
  .p-topFeature__slide p {
    font-size: 1.2rem;
  }
  .p-topFeature__slide h3 {
    font-size: 1.5rem;
  }

  .p-topFeature__titleBg {
    padding: 30px 10px 10px;
    width: 100%;
  }

  .p-topFeature .slick-prev {
    left: 0%;
    transform: translate(0, -50%);
  }
  .p-topFeature .slick-next {
    right: 0%;
    transform: translate(0, -50%);
  }
}
/* p-topRecommend / p-topNewSurvice */
.p-topRecommend {
  padding: 60px 0 80px;
  background: #3a3c4e;
}

.p-topNewSurvice {
  padding: 80px 0;
  background: #3a3c4e;
  overflow: hidden;
}

.p-topRecommend__slide,
.p-topNewSurvice__slide {
  margin-top: -17px;
}
.p-topRecommend__slide li,
.p-topNewSurvice__slide li {
  padding: 17px 10px 0;
  width: 330px;
}
.p-topRecommend__slide a,
.p-topNewSurvice__slide a {
  display: block;
  width: 100%;
  transition: all .3s;
  position: relative;
  height: 100%;
}
.p-topRecommend__slide a:hover,
.p-topNewSurvice__slide a:hover {
  opacity: .7;
}
.p-topRecommend__slide .p-bx__images,
.p-topNewSurvice__slide .p-bx__images {
  height: 220px;
}
.p-topRecommend__slide .p-bx__images img,
.p-topNewSurvice__slide .p-bx__images img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}
.p-topRecommend__slide .p-bx__category,
.p-topNewSurvice__slide .p-bx__category {
  display: block;
  border: 1px solid #444;
  border-radius: 3px;
  width: 96px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.p-topRecommend__slide .p-bx__wrap,
.p-topNewSurvice__slide .p-bx__wrap {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 3px 3px;
  height: 100%;
}
.p-topRecommend__slide .p-bx__title,
.p-topNewSurvice__slide .p-bx__title {
  font-size: 2.0rem;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-topRecommend__slide .p-bx__text,
.p-topNewSurvice__slide .p-bx__text {
  font-size: 1.4rem;
}
.p-topRecommend__slide .p-new__tag::after,
.p-topNewSurvice__slide .p-new__tag::after {
  content: 'NEW';
  position: absolute;
  top: -17px;
  left: 10px;
  width: 45px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background: #ee5328;
  font-size: 1.1rem;
  color: #fff;
  font-family: 'Jost', sans-serif;
}

.p-topRecommend .slick-prev,
.p-topNewSurvice .slick-prev {
  left: 3%;
}
.p-topRecommend .slick-next,
.p-topNewSurvice .slick-next {
  right: 3%;
}

@media screen and (max-width: 768px) {
  .p-topRecommend {
    padding: 40px 0;
    width: 100%;
  }

  .p-topNewSurvice {
    padding: 40px 0;
  }

  .p-topRecommend__slide,
  .p-topNewSurvice__slide {
    margin-top: -17px;
  }
  .p-topRecommend__slide li,
  .p-topNewSurvice__slide li {
    padding: 17px 10px 0;
    width: 330px;
  }
  .p-topRecommend__slide a,
  .p-topNewSurvice__slide a {
    display: block;
    width: 100%;
    transition: all .3s;
    position: relative;
    height: 100%;
  }
  .p-topRecommend__slide a:hover,
  .p-topNewSurvice__slide a:hover {
    opacity: .7;
  }
  .p-topRecommend__slide .p-bx__images,
  .p-topNewSurvice__slide .p-bx__images {
    height: 200px;
  }
  .p-topRecommend__slide .p-bx__images img,
  .p-topNewSurvice__slide .p-bx__images img {
    height: 200px;
  }
  .p-topRecommend__slide .p-bx__category,
  .p-topNewSurvice__slide .p-bx__category {
    font-size: 1.0rem;
  }
  .p-topRecommend__slide .p-bx__wrap,
  .p-topNewSurvice__slide .p-bx__wrap {
    padding: 15px;
    height: 100%;
  }
  .p-topRecommend__slide .p-bx__title,
  .p-topNewSurvice__slide .p-bx__title {
    font-size: 1.6rem;
  }
  .p-topRecommend__slide .p-bx__text,
  .p-topNewSurvice__slide .p-bx__text {
    font-size: 1.2rem;
  }

  .p-topRecommend .slick-prev,
  .p-topNewSurvice .slick-prev {
    left: 0;
  }
  .p-topRecommend .slick-next,
  .p-topNewSurvice .slick-next {
    right: 0;
  }
}
/* p-topSearch */
.p-topSearch {
  padding: 60px 0 80px;
  background: url(../img/bg_category.png), url("../img/bg_area.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 110px left -5%,top 905px left -5%;
  background-size: 1044px,522px;
}
.p-topSearch .c-button01 {
  width: 140px;
  height: 40px;
  line-height: 40px;
}

.p-topSearch__category {
  margin: 10px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-topSearch__category li {
  width: 23%;
  height: 240px;
}
.p-topSearch__category li:nth-child(n+5) {
  margin-top: 60px;
}
.p-topSearch__category a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.p-topSearch__category a:hover {
  opacity: .7;
}
.p-topSearch__category span {
  background: #fff;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.p-topSearch__area01 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.p-topSearch__area01 li {
  width: 15%;
  background: #eff2ee;
  text-align: center;
  border-radius: 3px;
}
.p-topSearch__area01 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  transition: all .3s;
}
.p-topSearch__area01 a:hover {
  opacity: .7;
}
.p-topSearch__area01 .p-topSearch__area__icon {
  fill: #b7d019;
  width: 70px;
  height: 70px;
}
.p-topSearch__area01 span {
  font-size: 1.4rem;
  display: block;
}

.p-topSearch__area02 {
  padding: 15px 30px;
  background: #eff2ee;
  border-radius: 3px;
}
.p-topSearch__area02 table {
  width: 100%;
}
.p-topSearch__area02 table th {
  width: 22%;
  text-align: right;
  font-weight: bold;
  padding: 15px 50px 15px 0;
}
.p-topSearch__area02 table td {
  padding: 15px 0;
}
.p-topSearch__area02 ul {
  display: flex;
  border-left: 1px solid #444;
}
.p-topSearch__area02 li {
  padding: 0 1em;
  border-right: 1px solid #444;
}
.p-topSearch__area02 a:hover {
  text-decoration: underline;
}
.p-topSearch__area02[cllang="JENMT"] table th {
  padding: 15px 20px 15px 0;
}
.p-topSearch__area02[cllang="JENMT"] li {
  padding: 0 0.8em;
}
.p-topSearch__area02[cllang="JAVIGO"] {
  padding: 15px 20px;
}
.p-topSearch__area02[cllang="JAVIGO"] table th {
  width: 17%;
  padding: 15px 10px 15px 0;
}
.p-topSearch__area02[cllang="JAVIGO"] li {
  padding: 0 0.8em;
}

.p-topSearch__select {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-topSearch {
    padding: 40px 0;
    background: url(../img/bg_category.png), url("../img/bg_area.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 110px left -3%,top 63% left -3%;
    background-size: 110%,60%;
  }
  .p-topSearch .c-button01 {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
  }

  .p-topSearch__category {
    margin: 30px 0 60px;
  }
  .p-topSearch__category li {
    width: 48.5%;
    height: 150px;
  }
  .p-topSearch__category li:nth-child(n+3) {
    margin-top: 3%;
  }
  .p-topSearch__category span {
    width: 80%;
    height: 25px;
    line-height: 25px;
    font-size: 1.0rem;
  }

  .p-topSearch__area01 {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .p-topSearch__area01 li {
    width: 32%;
    background: #eff2ee;
    text-align: center;
    border-radius: 3px;
  }
  .p-topSearch__area01 li:nth-child(1),
  .p-topSearch__area01 li:nth-child(2),
  .p-topSearch__area01 li:nth-child(3) {
    margin-bottom: 3%;
  }
  .p-topSearch__area01 .p-topSearch__area__icon {
    fill: #b7d019;
    width: 50px;
    height: 50px;
  }
  .p-topSearch__area01 span {
    font-size: 1.2rem;
    display: block;
  }

  .p-topSearch__area02 {
    display: none;
  }

  .p-topSearch__select {
    display: block;
  }
}
/* p-topRanking */
.p-topRanking {
  background: #292a35;
  padding: 60px 0;
}

.p-topRanking__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-topRanking__list li {
  position: relative;
}
.p-topRanking__list li:nth-child(1),
.p-topRanking__list li:nth-child(2),
.p-topRanking__list li:nth-child(3) {
  width: 31%;
  margin-bottom: 30px;
}
.p-topRanking__list li:nth-child(n+4) {
  width: 23%;
}
.p-topRanking__list img {
  border-radius: 3px;
}
.p-topRanking__list a {
  transition: all .3s;
}
.p-topRanking__list a:hover {
  opacity: .7;
}
.p-topRanking__list p {
  margin-top: 10px;
  color: #fff;
}
.p-topRanking__list li:nth-child(1)::before,
.p-topRanking__list li:nth-child(2)::before,
.p-topRanking__list li:nth-child(3)::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  font-size: 2.0rem;
  font-family: 'Jost', sans-serif;
  z-index: 100;
}
.p-topRanking__list li:nth-child(n+4)::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  line-height: 32px;
  border-radius: 20px;
  font-family: 'Jost', sans-serif;
  border: 1px solid #d5d5d5;
  z-index: 100;
}
.p-topRanking__list li:nth-child(1)::before {
  content: '1';
  background: #d9b240;
}
.p-topRanking__list li:nth-child(2)::before {
  content: '2';
  background: #6e7b83;
}
.p-topRanking__list li:nth-child(3)::before {
  content: '3';
  background: #a25426;
}
.p-topRanking__list li:nth-child(4)::before {
  content: '4';
}
.p-topRanking__list li:nth-child(5)::before {
  content: '5';
}
.p-topRanking__list li:nth-child(6)::before {
  content: '6';
}
.p-topRanking__list li:nth-child(7)::before {
  content: '7';
}

@media screen and (max-width: 768px) {
  .p-topRanking {
    padding: 40px 0;
  }

  .p-topRanking__list li:nth-child(1),
  .p-topRanking__list li:nth-child(2),
  .p-topRanking__list li:nth-child(3) {
    width: 48.5%;
    margin-bottom: 2%;
  }
  .p-topRanking__list li:nth-child(n+4) {
    width: 48.5%;
    margin-bottom: 2%;
  }
  .p-topRanking__list li:nth-child(7) {
    display: none;
  }
  .p-topRanking__list li:nth-child(1)::before,
  .p-topRanking__list li:nth-child(2)::before,
  .p-topRanking__list li:nth-child(3)::before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 1.3rem;
    z-index: 100;
  }
  .p-topRanking__list li:nth-child(n+4)::before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 1.3rem;
    z-index: 100;
  }
}
/* p-topNews */
.p-topNews {
  padding: 80px 0;
  background: #eff2ee;
}

.p-topNews__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-topNews__title {
  width: 24%;
  margin-right: 3%;
}
.p-topNews__title .c-button01 {
  margin-right: auto;
  margin-left: auto;
  width: 140px;
  height: 40px;
  line-height: 40px;
}

.p-topNews__list {
  width: 73%;
}
.p-topNews__list li {
  padding: 30px;
  background: #fff;
}
.p-topNews__list li:nth-child(even) {
  background: #fafbfa;
}
.p-topNews__list a:hover {
  text-decoration: underline;
}

.p-topNews__date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.p-topNews__category {
  padding: 4px 4px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  border-radius: 3px;
  margin-left: 0.5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .p-topNews {
    padding: 40px 0;
  }

  .p-topNews__wrap {
    display: block;
  }

  .p-topNews__title {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-topNews__title .c-title01 {
    margin-bottom: 15px;
  }
  .p-topNews__title .c-button01 {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
  }

  .p-topNews__list {
    width: 100%;
  }
  .p-topNews__list li {
    padding: 15px;
  }
  .p-topNews__list p, .p-topNews__list a {
    font-size: 1.3rem;
  }
}
/* p-cmnSearch */
.p-cmnSearch {
  padding: 60px 0;
  margin: 0 20px;
  border-top: 1px solid #eff2ee;
}
.p-cmnSearch .p-cmnSearch__area {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-cmnSearch #area_title {
    display: none;
  }
}

.p-cmnSearch__title {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.p-cmnSearch__area {
  padding: 15px 30px;
  background: #eff2ee;
  border-radius: 3px;
}
.p-cmnSearch__area table {
  width: 100%;
}
.p-cmnSearch__area table th {
  width: 22%;
  text-align: right;
  font-weight: bold;
  padding: 15px 50px 15px 0;
}
.p-cmnSearch__area table td {
  padding: 15px 0;
}
.p-cmnSearch__area ul {
  display: flex;
  border-left: 1px solid #444;
}
.p-cmnSearch__area li {
  padding: 0 1em;
  border-right: 1px solid #444;
}
.p-cmnSearch__area a:hover {
  text-decoration: underline;
}
.p-cmnSearch__area[cllang="JENMT"] table th {
  padding: 15px 20px 15px 0;
}
.p-cmnSearch__area[cllang="JENMT"] li {
  padding: 0 0.8em;
}
.p-cmnSearch__area[cllang="JAVIGO"] {
  padding: 15px 20px;
}
.p-cmnSearch__area[cllang="JAVIGO"] table th {
  width: 17%;
  padding: 15px 10px 15px 0;
}
.p-cmnSearch__area[cllang="JAVIGO"] li {
  padding: 0 0.8em;
}

.p-cmnSearch__category {
  padding: 30px;
  background: #eff2ee;
  border-radius: 3px;
}
.p-cmnSearch__category ul {
  display: flex;
  justify-content: center;
}
.p-cmnSearch__category li {
  padding: 0 1em;
  border-right: 1px solid #444;
}
.p-cmnSearch__category li:nth-child(1) {
  border-left: 1px solid #444;
}
.p-cmnSearch__category a:hover {
  text-decoration: underline;
}
.p-cmnSearch__category[cllang="JAVIGO"] {
  padding: 30px 20px;
}
.p-cmnSearch__category[cllang="JAVIGO"] li {
  padding: 0 0.7em;
}

.p-cmnSearch__area--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-cmnSearch {
    padding: 30px 0;
    margin: 0;
  }

  .p-cmnSearch__title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }

  .p-cmnSearch__area {
    display: none;
  }

  .p-cmnSearch__area--sp {
    display: block;
    background: #eff2ee;
    border-radius: 3px;
  }
  .p-cmnSearch__area--sp ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .p-cmnSearch__area--sp li {
    width: 50%;
    padding: 0;
    border-right: none;
  }
  .p-cmnSearch__area--sp li:nth-child(1),
  .p-cmnSearch__area--sp li:nth-child(3) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: none;
  }
  .p-cmnSearch__area--sp li:nth-child(2),
  .p-cmnSearch__area--sp li:nth-child(4) {
    border-bottom: 1px solid #fff;
  }
  .p-cmnSearch__area--sp li:nth-child(5) {
    border-right: 1px solid #fff;
  }
  .p-cmnSearch__area--sp a {
    display: block;
    font-size: 1.2rem;
    padding: 15px;
  }

  .p-cmnSearch__category {
    padding: 0px;
    border-radius: 3px;
  }
  .p-cmnSearch__category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .p-cmnSearch__category li {
    width: 50%;
    padding: 0;
    border-right: none;
  }
  .p-cmnSearch__category li:nth-child(odd) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: none;
  }
  .p-cmnSearch__category li:nth-child(even) {
    border-bottom: 1px solid #fff;
  }
  .p-cmnSearch__category a {
    display: block;
    font-size: 1.2rem;
    padding: 15px;
  }
}
/* p-cmnKeyword */
.p-cmnKeyword {
  padding: 60px 0;
  background: #3a3c4e;
}

.p-cmnKeyword__title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #fff;
}

.p-cmnKeyword__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cmnKeyword__list li {
  width: 11.5%;
  margin: 15px 0;
}
.p-cmnKeyword__list li.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.p-cmnKeyword__list a {
  display: block;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  transition: all .3s;
}
.p-cmnKeyword__list a:hover {
  opacity: .7;
}
.p-cmnKeyword__list[cllang="JENMT"] li {
  width: auto;
  min-width: 11.5%;
}
.p-cmnKeyword__list[cllang="JENMT"] a {
  padding: 0 0.5em;
}

@media screen and (max-width: 768px) {
  .p-cmnKeyword {
    padding: 40px 0;
  }

  .p-cmnKeyword__title {
    font-size: 1.7rem;
  }

  .p-cmnKeyword__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-cmnKeyword__list li {
    width: 31%;
    margin: 0 2% 3% 0;
  }
  .p-cmnKeyword__list li:nth-child(3n) {
    margin-right: 0;
  }
  .p-cmnKeyword__list a {
    font-size: 1.2rem;
  }
}
/* p-footer__banner */
.p-footer__banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-footer__banner li {
  width: 31%;
  height: 120px;
}
.p-footer__banner a {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  transition: all .3s;
}
.p-footer__banner a:hover {
  opacity: .7;
}
.p-footer__banner a p {
  font-size: 2.0rem;
}
.p-footer__banner a span {
  font-size: 14px;
  display: block;
}

.p-banner--contact {
  background: #b7d019;
  border-radius: 3px;
}
.p-banner--contact p {
  padding-left: 60px;
  background: url(../img/ico_email.svg) left center no-repeat;
  background-size: 42px;
}

.p-footer__wrap {
  display: flex;
  justify-content: space-between;
}

.p-footer__links {
  display: flex;
  margin-bottom: 20px;
}
.p-footer__links li {
  margin-right: 20px;
}
.p-footer__links a {
  font-size: 1.4rem;
  color: #fff;
}

.p-footer__links_4 li {
  margin-right: 10px;
}

.p-copyright {
  color: #ababae;
  font-size: 1.4rem;
}

.p-footer__buttons {
  display: flex;
  justify-content: flex-end;
}
.p-footer__buttons li {
  width: 100px;
  margin-left: 20px;
}
.p-footer__buttons a {
  display: block;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1.2rem;
  padding: 12px 0;
  transition: all .3s;
}
.p-footer__buttons a:hover {
  opacity: .7;
}
.p-footer__buttons .i-desvg {
  width: 24px;
  height: 24px;
  fill: #b7d019;
}

.p-footer__buttons_4 li {
  margin-left: 10px;
}
.p-footer__buttons_4 a {
  height: 72px;
}
.p-footer__buttons_4[cllang="JENMT"] p {
  line-height: 13px;
}
.p-footer__buttons_4[cllang="JAVIGO"] p {
  line-height: 13px;
}

@media screen and (max-width: 768px) {
  .p-footer__banner {
    display: block;
    margin-bottom: 30px;
  }
  .p-footer__banner li {
    width: 100%;
    margin-bottom: 3%;
  }
  .p-footer__banner li:nth-child(3) {
    height: 80px;
    margin-bottom: 0;
  }
  .p-footer__banner a p {
    font-size: 1.7rem;
  }

  .p-banner--contact p {
    padding-left: 42px;
    background: url(../img/ico_email.svg) left center no-repeat;
    background-size: 32px;
  }

  .p-footer__wrap {
    flex-direction: column-reverse;
  }

  .p-footer__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 260px;
    margin: 0 auto 20px;
  }
  .p-footer__links li {
    margin: 0 10px 10px;
  }
  .p-footer__links a {
    font-size: 1.2rem;
  }

  .p-copyright {
    text-align: center;
    font-size: 1.2rem;
  }

  .p-footer__buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .p-footer__buttons li {
    width: 100px;
    margin: 0 10px;
  }
}
/* p-header */
.p-header {
  border-top: 5px solid #b7d019;
  height: 70px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.p-header .c-select select {
  padding: 12px 50px 12px 12px;
}
.p-header .c-search__input {
  background: #eff2ee;
  padding: 12px 50px 12px 12px;
}
.p-header .c-search__button {
  width: 40px;
  height: 40px;
}

.p-header__logo {
  width: 120px;
  transition: all .3s;
}
.p-header__logo:hover {
  opacity: .7;
}
.p-header__logo .i-desvg {
  fill: #b7d019;
}

.p-header_yamada__logo {
  max-width: 11%;
  transition: all .3s;
}
.p-header_yamada__logo:hover {
  opacity: .7;
}
.p-header_yamada__logo .i-desvg {
  fill: #b7d019;
}

.p-heade__search__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-heade__search__wrap li:not(:last-child) {
  margin-right: 10px;
}
.p-heade__search__wrap li:nth-child(1) {
  max-width: 190px;
}
.p-heade__search__wrap li:nth-child(2) {
  max-width: 190px;
}
.p-heade__search__wrap li:nth-child(3) {
  max-width: 190px;
}

.p-heade__name {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 20px;
}

.p-heade__menu {
  width: 40px;
  height: 20px;
  cursor: pointer;
  position: relative;
  transition: all .3s;
  z-index: 400;
}
.p-heade__menu:hover {
  opacity: .7;
}
.p-heade__menu span {
  width: 100%;
  height: 2px;
  right: 0;
  display: block;
  background: #444444;
  position: absolute;
  transition: all .3s;
  border-radius: 2px;
}
.p-heade__menu span:nth-child(1) {
  top: 0;
}
.p-heade__menu span:nth-child(2) {
  top: 9px;
}
.p-heade__menu span:nth-child(3) {
  width: 70%;
  top: 18px;
}

.is-open .p-heade__menu span:nth-child(1) {
  width: 70%;
  top: 10px;
  transform: rotate(45deg);
}
.is-open .p-heade__menu span:nth-child(2) {
  opacity: 0;
}
.is-open .p-heade__menu span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.p-heade__cllang {
  margin-left: auto;
}

/* p-globalNavi */
.p-globalNavi__bg {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-globalNavi__wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 330px;
  padding-top: 70px;
  transform: translateX(330px);
  transition: transform .3s ease-in-out;
  background: #fff;
  z-index: 200;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  height: 100%;
}
.p-globalNavi__wrap[cllang="JENMT"] {
  width: 370px;
  transform: translateX(370px);
}
.p-globalNavi__wrap[cllang="JENMT"] {
  width: 370px;
  transform: translateX(370px);
}
.p-globalNavi__wrap[cllang="JAVIGO"] {
  width: 370px;
  transform: translateX(370px);
}

.p-globalNavi li p {
  height: 76px;
  line-height: 76px;
  padding-left: 25px;
}
.p-globalNavi li a {
  height: 76px;
  line-height: 76px;
  display: block;
  padding-left: 25px;
  background: #fff;
  transition: all .3s;
}
.p-globalNavi li a:hover {
  opacity: .7;
}
.p-globalNavi li:nth-child(2n+8) a {
  background: #fbfcfb;
}
.p-globalNavi .p-globalNavi__sub a {
  background: #eff2ee;
  border-top: 2px solid #fff;
  padding-left: 40px;
}
.p-globalNavi[cllang="JENMT"] .p-globalNavi__sub a {
  padding-left: 20px;
}

.is-open {
  overflow: hidden;
}
.is-open .p-globalNavi__wrap {
  transform: translateX(0);
}

.p-globalNavi__bg.is-active {
  height: 100%;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

@media screen and (max-width: 768px) {
  .p-header {
    border-top: 3px solid #b7d019;
    height: 50px;
    padding: 0 3%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }

  .p-header-yamada {
    border-top: 3px solid #b7d019;
    height: 50px;
    padding: 3%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }

  .p-header__logo {
    width: 100px;
  }

  .p-header_yamada__logo {
    max-width: none;
    height: 40px;
  }
  .p-header_yamada__logo img {
    height: 100%;
  }

  .p-heade__search__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-heade__search__wrap li:nth-child(1) {
    display: none;
  }
  .p-heade__search__wrap li:nth-child(2) {
    display: none;
  }
  .p-heade__search__wrap li:nth-child(3) {
    display: none;
  }

  .p-heade__name {
    padding: 0 15px;
  }

  .p-heade__menu {
    width: 30px;
    height: 16px;
    cursor: pointer;
    position: relative;
    transition: all .3s;
  }
  .p-heade__menu:hover {
    opacity: 1;
  }
  .p-heade__menu span {
    width: 100%;
    height: 2px;
    right: 0;
    display: block;
    background: #444444;
    position: absolute;
    transition: all .3s;
  }
  .p-heade__menu span:nth-child(1) {
    top: 0;
  }
  .p-heade__menu span:nth-child(2) {
    top: 7px;
  }
  .p-heade__menu span:nth-child(3) {
    width: 70%;
    top: 14px;
  }

  /* p-globalNavi */
  .p-globalNavi__wrap {
    width: 80%;
    padding-top: 50px;
    transform: translateX(100%);
  }

  .p-globalNavi li a {
    height: 62px;
    line-height: 62px;
  }

  .p-globalNavi__bg.is-active {
    height: 100%;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
  }
}
/*----------------------------------------------------- */
/*  shopDetail           */
/*----------------------------------------------------- */
.p-shopDetail {
  padding: 60px 0 0;
}

.p-shopDetail__title--pc {
  margin-bottom: 30px;
  padding-right: 160px;
  position: relative;
}
.p-shopDetail__title--pc p {
  font-size: 1.2rem;
}
.p-shopDetail__title--pc h1 {
  font-size: 3.0rem;
}
.p-shopDetail__title--pc .c-button02 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  width: 140px;
  height: 40px;
  line-height: 40px;
}

.p-shopDetail__wrap {
  display: flex;
  justify-content: space-between;
}

.p-shopDetail__slide__wrap {
  width: 57%;
  margin-bottom: 60px;
}

.p-shopDetail__title--sp {
  display: none;
}

.p-shopDetail__contents {
  width: 40%;
  margin-bottom: 60px;
}
.p-shopDetail__contents h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.p-shopDetail__contents p {
  font-size: 1.4rem;
}
.p-shopDetail__contents p + p {
  margin-top: 30px;
}
.p-shopDetail__contents .c-button02 {
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-shopDetail {
    padding: 0px;
  }

  .p-shopDetail__title--pc {
    display: none;
  }

  .p-shopDetail__title--sp__wrap {
    position: relative;
  }

  .p-shopDetail__title--sp {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0 3% 15px;
    background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    display: flex;
    align-items: flex-end;
  }
  .p-shopDetail__title--sp p {
    font-size: 1.2rem;
  }
  .p-shopDetail__title--sp h1 {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .p-shopDetail__wrap {
    display: block;
  }

  .p-shopDetail__slide__wrap {
    width: 106%;
    margin: 0 -3% 30px;
  }

  .p-shopDetail__contents {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-shopDetail__contents h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .p-shopDetail__contents p {
    font-size: 1.2rem;
  }
  .p-shopDetail__contents p + p {
    margin-top: 20px;
  }
  .p-shopDetail__contents .c-button02 {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
  }
}
/* slider */
.p-shopDetail__slide {
  width: 100%;
  margin: 0 auto 10px;
}
.p-shopDetail__slide .slick-prev {
  left: -20px;
}
.p-shopDetail__slide .slick-next {
  right: -20px;
}

.p-slide__item img {
  width: 100%;
  border-radius: 3px;
}

.p-shopDetail__slide__thumbnail {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.p-thumbnail__item {
  width: 13%;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  position: relative;
}
.p-thumbnail__item:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-thumbnail__item.thumbnail-current:after {
  border: 2px solid #b7d019;
  border-radius: 3px;
}
.p-thumbnail__item img {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
}
.p-thumbnail__item .p-thumbnail__item + .p-thumbnail__item {
  margin-left: 1%;
}

@media screen and (max-width: 768px) {
  .p-shopDetail__slide {
    width: 100%;
    margin: 0 auto;
  }
  .p-shopDetail__slide .slick-prev {
    left: 0px;
  }
  .p-shopDetail__slide .slick-next {
    right: 0px;
  }

  .p-slide__item img {
    width: 100%;
    border-radius: 0px;
  }

  .p-shopDetail__slide__thumbnail {
    padding: 2% 1.2%;
    background: #eff2ee;
    justify-content: space-between;
  }

  .p-thumbnail__item {
    width: 20%;
    margin: 0 1.2%;
    box-sizing: border-box;
    position: relative;
  }
  .p-thumbnail__item:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* p-shopDetail__list */
.p-shopInfo__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.p-shopInfo__wrap > table {
  width: 48%;
}

.p-shopInfo__table {
  border-top: 1px solid #d9dbd1;
}
.p-shopInfo__table tr {
  border-bottom: 1px solid #d9dbd1;
}
.p-shopInfo__table th {
  padding: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.p-shopInfo__table td {
  padding: 20px;
}

.p-button--map {
  display: inline-block;
  margin-left: 10px;
  width: 48px;
}

.p-shopDetail__buttons {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-button--tel {
    pointer-events: none;
  }
  .p-button--tel span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-shopInfo__wrap {
    display: block;
    margin-bottom: 30px;
  }
  .p-shopInfo__wrap > table {
    width: 100%;
  }

  .p-shopInfo__table th {
    padding: 15px 0;
    font-size: 1.2rem;
    width: 30%;
  }
  .p-shopInfo__table td {
    font-size: 1.2rem;
    padding: 15px 0;
  }

  .p-shopInfo__table + .p-shopInfo__table {
    border-top: none;
  }

  .p-button--map {
    display: block;
    margin: 5px 0 0 0;
    width: 48px;
    font-size: 1.2rem;
    padding: 2px 0;
  }

  .p-button--tel {
    text-align: center;
    color: #b7d019;
    border-radius: 3px;
    border: 1px solid #b7d019;
    padding: 5px;
  }
  .p-button--tel .i-desvg {
    width: 12px;
    fill: #b7d019;
    margin-right: 2px;
  }

  .p-shopDetail__buttons {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }
  .p-shopDetail__buttons li {
    width: 48.5%;
  }
  .p-shopDetail__buttons .c-button01 {
    height: 50px;
    line-height: 50px;
  }
}
/* p-shopDetail__branch */
.p-shopDetail__branch {
  background: #3a3c4e;
  padding: 50px 0;
  color: #fff;
}

.p-shopDetail__branch__title__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.p-shopDetail__branch__title {
  font-size: 2.2rem;
}

.p-shopDetail__branch__title__list {
  display: flex;
  justify-content: flex-end;
}
.p-shopDetail__branch__title__list li {
  width: 130px;
}
.p-shopDetail__branch__title__list li + li {
  margin-left: 10px;
}
.p-shopDetail__branch__title__list .c-select select {
  padding: 12px 40px 12px 12px;
}
.p-shopDetail__branch__title__list .c-button02 {
  height: 40px;
  line-height: 40px;
}
.p-shopDetail__branch__title__list li[cllang="JENMT"] {
  width: initial;
}
.p-shopDetail__branch__title__list li[cllang="JENMT"] .c-button02 {
  padding: 0 10px;
}

.p-shopDetail__branch__list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopDetail__branch__list li {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.p-shopDetail__branch__list li h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-shopDetail__branch__list li p {
  font-size: 1.2rem;
}
.p-shopDetail__branch__list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  transition: all .3s;
  position: relative;
}
.p-shopDetail__branch__list li a:hover {
  opacity: .7;
}
.p-shopDetail__branch__list li a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #b7d019;
  border-bottom: 2px solid #b7d019;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-shopDetail__branch__list li:nth-child(3n) {
  margin-right: 0;
}

.p-shopDetail__branch__pager {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.p-shopDetail__branch__pager li {
  margin: 0 5px;
}
.p-shopDetail__branch__pager .p-pager__item a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 35px;
  height: 40px;
  line-height: 40px;
}
.p-shopDetail__branch__pager .p-pager__item a:hover {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #3a3c4e;
}
.p-shopDetail__branch__pager a.current {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #3a3c4e;
}
.p-shopDetail__branch__pager .p-pager__prve a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all .3s;
}
.p-shopDetail__branch__pager .p-pager__prve a:hover {
  opacity: .7;
}
.p-shopDetail__branch__pager .p-pager__prve a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-shopDetail__branch__pager .p-pager__next a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all .3s;
}
.p-shopDetail__branch__pager .p-pager__next a:hover {
  opacity: .7;
}
.p-shopDetail__branch__pager .p-pager__next a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .p-shopDetail__branch {
    padding: 30px 0;
  }

  .p-shopDetail__branch__title__wrap {
    display: block;
    margin-bottom: 20px;
  }

  .p-shopDetail__branch__title {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .p-shopDetail__branch__title__list {
    display: flex;
    justify-content: space-between;
  }
  .p-shopDetail__branch__title__list li {
    width: 48%;
    display: flex;
  }
  .p-shopDetail__branch__title__list .c-select select {
    padding: 17px 40px 17px 17px;
  }
  .p-shopDetail__branch__title__list .c-button02 {
    height: 100%;
    line-height: 50px;
    width: 100%;
  }

  .p-shopDetail__branch__list {
    display: block;
  }
  .p-shopDetail__branch__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .p-shopDetail__branch__list li h3 {
    font-size: 1.5rem;
  }
  .p-shopDetail__branch__list li p {
    font-size: 1.2rem;
  }
  .p-shopDetail__branch__list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    transition: all .3s;
    position: relative;
  }
  .p-shopDetail__branch__list li a:hover {
    opacity: .7;
  }
  .p-shopDetail__branch__list li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #b7d019;
    border-bottom: 2px solid #b7d019;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-shopDetail__branch__list li:nth-child(3n) {
    margin-right: 0;
  }

  .p-shopDetail__branch__pager {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .p-shopDetail__branch__pager li {
    margin: 0 5px;
  }
  .p-shopDetail__branch__pager li:nth-child(7),
  .p-shopDetail__branch__pager li:nth-child(8),
  .p-shopDetail__branch__pager li:nth-child(9),
  .p-shopDetail__branch__pager li:nth-child(10) {
    display: none;
  }
  .p-shopDetail__branch__pager .p-pager__prve a,
  .p-shopDetail__branch__pager .p-pager__next a {
    width: 20px;
    height: 40px;
  }
}
/* close */
.p-shopClose {
  padding: 20px 30px;
  margin-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #ee5328;
  background-color: #f8e0da;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .p-shopClose {
    padding: 10px 15px;
    margin-top: 30px;
    font-size: 1.7rem;
  }
}
/*----------------------------------------------------- */
/*  registration           */
/*----------------------------------------------------- */
.p-registration {
  padding: 50px 0 0;
}

.p-registration__wrap {
  max-width: 690px;
  margin: 0 auto 60px;
}

.p-memberid__wrap {
  margin: 0 auto 60px;
}
.p-memberid__wrap .p-memberid__text {
  margin-bottom: 40px;
}

.p-registration__message {
  border-radius: 3px;
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-message--error {
  background: #f8e0da;
  font-size: 1.4rem;
}
.p-message--error p {
  color: #ee5328;
  font-weight: bold;
}

.p-message--save {
  background: #dae0f8;
  font-size: 1.4rem;
}
.p-message--save p {
  font-weight: bold;
}
.p-message--save a {
  color: #2557e9;
}
.p-message--save a:hover {
  text-decoration: underline;
}

.p-registration__table {
  width: 100%;
  border-bottom: 1px solid #d9dbd1;
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.p-registration__table th {
  padding: 0 30px;
  font-weight: bold;
  width: 200px;
  vertical-align: middle;
}
.p-registration__table th.p-registration__membercode {
  padding: 0 30px 0 10px;
}
.p-registration__table td {
  padding: 25px 30px 25px 0;
}
.p-registration__table tr {
  border-top: 1px solid #d9dbd1;
}
.p-registration__table tr.border-none {
  border: none;
}

.p-registration__table__amount td {
  padding: 7px 25px 7px 0;
}
.p-registration__table__amount tr {
  border-top: none;
}

.p-registration__mergedCell {
  padding: 25px 30px !important;
}

.p-adjustment {
  border-top: none !important;
}
.p-adjustment td {
  padding-top: 0 !important;
}
.p-adjustment th {
    padding-bottom: 25px !important;
}

.p-registration__text01 {
  font-size: 1.2rem;
  color: #a3a6aa;
}

.p-registration__sns {
  margin-top: 50px;
}

.p-registration__sns__title {
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.p-registration__sns__title::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #d9dbd1;
  content: '';
}
.p-registration__sns__title > span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}

.p-registration__sns__message {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.7px;
}

.p-registration__sns__buttons {
  margin: 0 -20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-registration__sns__buttons {
    margin: 0 -10px;
  }
}

.p-registration__sns__button {
  margin: 0 20px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-registration__sns__button {
    margin: 0 10px;
  }
}
.p-registration__sns__button:hover {
  opacity: 0.7;
}
.p-registration__sns__button img {
  height: 50px;
}

.p-buttom--address {
  padding: 15px;
  margin-left: 1.8%;
}

.p-select--address {
  margin-bottom: 10px;
  width: 70%;
  color: #fff;
}

.p-select--birthday {
  display: flex;
  align-items: center;
}
.p-select--birthday li {
  margin-right: 10px;
}
.p-select--birthday li:nth-child(1) {
  width: 30%;
}
.p-select--birthday li:nth-child(3) {
  width: 18%;
}
.p-select--birthday li:nth-child(5) {
  width: 18%;
}
.p-select--birthday p {
  font-weight: bold;
}

.p-radio--sex {
  display: flex;
}
.p-radio--sex li {
  width: 25%;
}

.p-radio--price li {
  line-height: 1.8;
}
.p-radio--price li + li {
  margin-top: 1em;
}
.p-radio--price .c-input__radio__parts {
  display: block;
  font-weight: normal;
}
.p-radio--price .c-input__radio__parts b {
  font-weight: bold;
}

.p-registration__buttons--corporate,
.p-registration__buttons {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-registration__buttons--corporate li,
.p-registration__buttons li {
  margin: 0 15px;
  width: 200px;
}
.p-registration__buttons--corporate .c-button01,
.p-registration__buttons--corporate .c-button02,
.p-registration__buttons .c-button01,
.p-registration__buttons .c-button02 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
}
.p-registration__buttons--corporate .c-button02--lg,
.p-registration__buttons .c-button02--lg {
  width: 60%;
}
.p-registration__buttons--corporate + .p-registration__buttons,
.p-registration__buttons + .p-registration__buttons {
  margin-top: 25px;
}

.p-memberid__buttons {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-memberid__buttons li {
  margin: 0 15px;
  width: 200px;
}
.p-memberid__buttons .c-button01,
.p-memberid__buttons .c-button02 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
}
.p-memberid__buttons .c-button02--lg {
  width: 40%;
}
.p-memberid__buttons + .p-memberid__buttons {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-registration {
    padding: 25px 0 0;
  }
  .p-registration .c-input__text--short {
    width: 100%;
  }
  .p-registration .c-input__text--short + .c-input__text--short {
    margin: 10px 0 0;
  }
  .p-registration .c-flex {
    display: flex;
  }

  .p-registration__wrap {
    max-width: 690px;
    margin: 0 auto 30px;
  }

  .p-memberid__wrap {
    margin: 0 auto 30px;
  }
  .p-memberid__wrap .p-memberid__text {
    margin-bottom: 25px;
  }

  .p-registration__message {
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .p-message--error {
    font-size: 1.3rem;
  }

  .p-message--save {
    font-size: 1.3rem;
  }

  .p-registration__table {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .p-registration__table th {
    padding: 10px 0;
    width: 100%;
    display: block;
  }
  .p-registration__table td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
  .p-registration__table td:first-child {
    padding-top: 20px;
  }

  .p-registration__mergedCell {
    padding: 20px 10px !important;
  }

  .p-membeNumber {
    padding: 15px;
    font-size: 1.5rem;
  }

  .p-adjustment th {
    padding-top: 0 !important;
  }

  .p-buttom--address {
    padding: 15px;
    margin-left: 1.8%;
    font-size: 1.3rem;
    white-space: nowrap;
  }

  .p-select--address {
    width: 100%;
  }

  .p-select--birthday {
    display: flex;
    justify-content: space-around;
  }
  .p-select--birthday li {
    margin-right: 0px;
  }
  .p-select--birthday li:nth-child(1) {
    width: 30%;
  }
  .p-select--birthday li:nth-child(3) {
    width: 20%;
  }
  .p-select--birthday li:nth-child(5) {
    width: 20%;
  }

  .p-radio--sex {
    display: flex;
  }
  .p-radio--sex li {
    width: 25%;
  }

  .p-registration__buttons,
  .p-memberid__buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .p-registration__buttons li,
  .p-memberid__buttons li {
    margin: 0;
    width: 48%;
  }
  .p-registration__buttons .c-button01,
  .p-registration__buttons .c-button02,
  .p-memberid__buttons .c-button01,
  .p-memberid__buttons .c-button02 {
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
  }
  .p-registration__buttons .c-button02--lg,
  .p-memberid__buttons .c-button02--lg {
    width: 100%;
  }

  .p-registration__buttons--corporate {
    margin-top: 30px;
  }
  .p-registration__buttons--corporate .c-button01,
  .p-registration__buttons--corporate .c-button02 {
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
  }
  .p-registration__buttons--corporate .c-button02--lg {
    width: 100%;
  }
}
/*----------------------------------------------------- */
/*  news
/*----------------------------------------------------- */
.p-news {
  padding: 50px 0 0;
}

.p-news__wrap {
  max-width: 690px;
  margin: 0 auto 60px;
}

.p-news__list {
  width: 100%;
}
.p-news__list li {
  padding: 30px;
  background: #fff;
}
.p-news__list li:nth-child(even) {
  background: #fafbfa;
}
.p-news__list a:hover {
  text-decoration: underline;
}

.p-news__date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.p-news__category {
  padding: 4px 4px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  border-radius: 3px;
  margin-left: 0.5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.p-news__pager {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-news__pager li {
  margin: 0 5px;
}
.p-news__pager .p-pager__item a {
  display: block;
  text-align: center;
  color: #b7d019;
  border: 1px solid #b7d019;
  border-radius: 3px;
  width: 35px;
  height: 40px;
  line-height: 40px;
}
.p-news__pager .p-pager__item a:hover {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #3a3c4e;
}
.p-news__pager a.current {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #3a3c4e;
}
.p-news__pager .p-pager__prve a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all .3s;
}
.p-news__pager .p-pager__prve a:hover {
  opacity: .7;
}
.p-news__pager .p-pager__prve a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-left: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-news__pager .p-pager__next a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all .3s;
}
.p-news__pager .p-pager__next a:hover {
  opacity: .7;
}
.p-news__pager .p-pager__next a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-right: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

  .p-news__wrap {
    max-width: 690px;
    margin: 0 auto 30px;
  }

  .p-news__list {
    width: 100%;
  }
  .p-news__list li {
    padding: 15px;
  }
  .p-news__list p, .p-news__list a {
    font-size: 1.3rem;
  }

  .p-news__pager {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .p-news__pager li {
    margin: 0 5px;
  }
  .p-news__pager li:nth-child(7),
  .p-news__pager li:nth-child(8),
  .p-news__pager li:nth-child(9),
  .p-news__pager li:nth-child(10) {
    display: none;
  }
  .p-news__pager .p-pager__prve a,
  .p-news__pager .p-pager__next a {
    width: 20px;
    height: 40px;
  }
}
/*----------------------------------------------------- */
/*  searchResults           */
/*----------------------------------------------------- */
.p-searchResults {
  padding: 50px 0 0;
}

.p-searchResults__search__wrap01 {
  display: flex;
  max-width: 790px;
  margin: 0 auto 20px;
}
.p-searchResults__search__wrap01 li:first-child .c-select select {
  padding: 18px 40px 18px 40px;
}
.p-searchResults__search__wrap01 li:first-child .i-desvg {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 14px;
  fill: #b7d019;
}
.p-searchResults__search__wrap01 li:last-child .c-select select {
  padding: 18px 40px 18px 40px;
}
.p-searchResults__search__wrap01 li:last-child .i-desvg {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 14px;
  fill: #b7d019;
}

.p-searchResults__search__wrap02 {
  display: flex;
  max-width: 790px;
  margin: 0 auto 80px;
}
.p-searchResults__search__wrap02 li:nth-child(1) {
  flex: 1;
}
.p-searchResults__search__wrap02 li:nth-child(2) {
  width: 135px;
  margin-left: 10px;
}
.p-searchResults__search__wrap02 .c-button02 {
  height: 52px;
  line-height: 52px;
  width: 100%;
}
.p-searchResults__search__wrap02 .c-search__input {
  background: #eff2ee;
}

.p-searchResults__title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.p-searchResults__title .c-subTitle01 {
  margin-bottom: 0;
}
.p-searchResults__title .p-resultsNunber {
  position: absolute;
  right: 0;
  font-size: 1.2rem;
}

.p-searchResults__list > li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.p-searchResults__list li > a {
  transition: all .3s;
}
.p-searchResults__list li > a:hover {
  opacity: .7;
}
.p-searchResults__list .p-pic_list {
  width: 200px;
  margin-right: 25px;
  display: flex;
  flex-wrap: wrap;
}
.p-searchResults__list .p-pic_list li:nth-child(1) {
  width: 100%;
}
.p-searchResults__list .p-pic_list li:nth-child(2), .p-searchResults__list .p-pic_list li:nth-child(3) {
  width: 50%;
}
.p-searchResults__list .p-wrap {
  flex: 1;
}
.p-searchResults__list h2 {
  font-weight: bold;
}
.p-searchResults__list .p-info {
  margin: 8px;
  display: none;
}
.p-searchResults__list .p-info li {
  padding-left: 25px;
  position: relative;
}
.p-searchResults__list .p-info li + li {
  margin-top: 5px;
}
.p-searchResults__list .p-info p {
  font-size: 1.2rem;
  color: #919191;
}
.p-searchResults__list .p-info .p-icon {
  position: absolute;
  left: 0px;
  top: 1px;
}
.p-searchResults__list .p-info .i-desvg {
  height: 16px;
  width: 16px;
  fill: #b7d019;
}
.p-searchResults__list .p-box {
  border: 1px solid #eff2ee;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 3px;
}

@media all and (min-width: 769px) {
  .p-searchResults__search__wrap01 li {
    width: 170px;
    margin: 0 5px;
    color: #444;
  }

  .p-searchResults__list h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-searchResults__search__wrap01 li {
    width: 100%;
  }
  .p-searchResults__search__wrap01 select {
    font-size: 16px;
  }

  .p-searchResults__search__wrap02 .c-search__input {
    font-size: 16px;
  }

  .p-searchResults__list {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-searchResults__list h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-searchResults {
    padding: 30px 0 0;
  }

  .p-searchResults__search__wrap01 {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .area_result {
    width: 100%;
    margin-bottom: 20px;
    color: #444;
  }

  .category_result {
    width: 100%;
    margin: 0 0 20px;
  }

  .p-searchResults__search__wrap01 li:nth-child(3) {
    width: 100%;
  }
  .p-searchResults__search__wrap01 .c-select {
    width: 100%;
    margin-top: 20px;
  }

  .p-searchResults__search__wrap02 {
    margin: 0 auto 40px;
  }
  .p-searchResults__search__wrap02 li:nth-child(1) {
    flex: 1;
  }
  .p-searchResults__search__wrap02 li:nth-child(2) {
    width: 65px;
    margin-left: 2%;
  }
  .p-searchResults__search__wrap02 .c-button02 {
    text-indent: -9999px;
    background: url(../img/ico_search_02.svg) center center no-repeat #b7d019;
    background-size: 20px;
  }

  .p-searchResults__title {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
  }
  .p-searchResults__title .c-subTitle01 {
    text-align: left;
  }
  .p-searchResults__title .p-resultsNunber {
    text-align: left;
    position: static;
    margin-top: 10px;
  }
}
/*----------------------------------------------------- */
/*  favorite           */
/*----------------------------------------------------- */
.p-favorite,
.p-memberid {
  padding: 50px 0 0;
}

@media screen and (min-width: 769px) {
  .p-favorite__list li {
    position: relative;
  }
  .p-favorite__list .c-button--delete {
    width: 40px;
    height: 40px;
    background: #a3a6aa;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    border-radius: 0 3px 0 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-favorite__list .c-button--delete:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 22px;
    background: #fff;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .p-favorite__list .c-button--delete:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 22px;
    width: 2px;
    background: #fff;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
}
.p-deleteConfirmation {
  padding: 60px;
}
.p-deleteConfirmation p {
  margin-bottom: 40px;
}
.p-deleteConfirmation p em {
  font-weight: bold;
}
.p-deleteConfirmation ul {
  display: flex;
  justify-content: space-between;
}
.p-deleteConfirmation ul li {
  width: 48%;
}
.p-deleteConfirmation ul .c-button01,
.p-deleteConfirmation ul .c-button--delete02 {
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 1.6rem;
}

#cboxClose {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  background: url(../img/btn_close.png) center center no-repeat;
  background-size: 16px;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  transition: all .3s;
}
#cboxClose:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .p-favorite,
  .p-memberid {
    padding: 30px 0 0;
  }

  .p-favorite__list .c-button--delete {
    margin: 10px 0 0 auto;
    width: 160px;
    height: 50px;
    line-height: 50px;
  }

  .p-deleteConfirmation {
    padding: 60px 5%;
  }
  .p-deleteConfirmation ul li {
    width: 49%;
  }
  .p-deleteConfirmation ul .c-button01,
  .p-deleteConfirmation ul .c-button--delete02 {
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
  }

  #cboxClose {
    position: absolute;
    top: 5%;
    right: 5%;
  }
}
/*----------------------------------------------------- */
/*  coupon           */
/*----------------------------------------------------- */
.p-header--coupon {
  border-top: none;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: none;
  padding: 0;
}

/* p-coupon__top */
.p-coupon__top {
  background: #3a3c4e;
  padding: 25px 0;
}
.p-coupon__top .l-container {
  max-width: 800px;
}

.p-coupon__wrap {
  background: #fff;
  border-radius: 26px;
}

.p-coupon__title {
  background: url(../img/bg_coupon.png);
  background-size: cover;
  border-radius: 26px 26px 0 0;
  padding: 15px 30px 20px;
  border-bottom: 3px dashed #444444;
  position: relative;
}
.p-coupon__title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -2px;
  display: block;
  width: 12px;
  height: 22px;
  border-radius: 0 24px 24px 0;
  background: #3a3c4e;
}
.p-coupon__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -2px;
  display: block;
  width: 12px;
  height: 22px;
  border-radius: 24px 0 0 24px;
  background: #3a3c4e;
}
.p-coupon__title > p {
  color: #b7d019;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.p-coupon__title h1 {
  font-size: 2.2rem;
}

.p-coupon__detail {
  padding: 20px 30px;
  font-size: 1.4rem;
}
.p-coupon__detail .p-coupon__detail__title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.p-coupon__detail .p-coupon__detail__content {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

/* p-coupon__bottom */
.p-coupon__bottom {
  padding: 20px 0 100px;
}
.p-coupon__bottom .l-container {
  max-width: 800px;
}
.p-coupon__bottom .c-title04 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.p-coupon__bottom .p-coupon__contents__text {
  font-size: 1.4rem;
}
.p-coupon__bottom .p-coupon__contents__text + .p-coupon__contents__text {
  margin-top: 20px;
}
.p-coupon__bottom .p-coupon__text02 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}
.p-coupon__bottom .c-button02 {
  max-width: 420px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

@media print {
  .p-coupon__bottom .p-coupon__text02,
  .p-coupon__bottom .c-button02 {
    display: none;
  }
}
.p-coupon__contents__wrap {
  display: flex;
  justify-content: space-between;
}

.p-coupon__contents {
  width: 48%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-header--coupon {
    padding: 0 3%;
  }

  /* p-coupon__top */
  .p-coupon__wrap {
    background: #fff;
    border-radius: 26px;
  }

  .p-coupon__title {
    padding: 15px 20px 20px;
  }
  .p-coupon__title h1 {
    font-size: 1.8rem;
  }

  .p-coupon__detail {
    padding: 20px;
    font-size: 1.2rem;
  }
  .p-coupon__detail .p-coupon__detail__content {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .p-coupon__text01 {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 20px;
  }

  /* p-coupon__bottom */
  .p-coupon__bottom {
    padding: 20px 0 0px;
  }
  .p-coupon__bottom .c-title04 {
    font-size: 1.3rem;
  }
  .p-coupon__bottom .p-coupon__text {
    font-size: 1.2rem;
  }
  .p-coupon__bottom .c-button02 {
    display: none;
  }

  .p-coupon__contents__wrap {
    flex-direction: column;
  }

  .p-coupon__contents {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* p-benefits */
.p-benefits {
  padding: 50px 0 0;
}

.p-benefits__title {
  display: flex;
  margin-bottom: 40px;
}
.p-benefits__title figure {
  width: 80px;
  height: 60px;
  margin-right: 25px;
}
.p-benefits__title figure img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 3px;
}
.p-benefits__title div {
  flex: 1;
}
.p-benefits__title p {
  font-size: 1.2rem;
}
.p-benefits__title h2 {
  font-size: 3.0rem;
}

.p-benefits__box {
  background: #eff2ee;
  border-radius: 3px;
  padding: 30px;
}
.p-benefits__box h3 {
  font-size: 2.2rem;
  color: #b7d019;
  margin-bottom: 10px;
}

.p-benefits__contents {
  margin-top: 50px;
}
.p-benefits__contents .c-button02 {
  max-width: 420px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.p-benefits__contents figure {
  max-width: 500px;
}
.p-benefits__contents .p-benefits__text {
  font-size: 1.4rem;
}
.p-benefits__contents .p-benefits__text + .p-benefits__text {
  margin-top: 20px;
}

.p-memberID {
  width: 500px;
  height: 310px;
  position: relative;
}
.p-memberID ul {
  position: absolute;
  right: 25px;
  bottom: 15px;
  display: flex;
  justify-content: flex-end;
  font-size: 1.8rem;
  color: #fff;
}
.p-memberID ul li {
  margin-left: 30px;
}

.p-shopInfo {
  margin-top: 50px;
  font-size: 1.4rem;
}

.p-button--tell span {
  padding-left: 22px;
  background: url(../img/call.svg) left center no-repeat;
  background-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-benefits {
    padding: 30px 0 0;
  }

  .p-benefits__title {
    display: flex;
    margin-bottom: 30px;
  }
  .p-benefits__title figure {
    margin-right: 15px;
  }
  .p-benefits__title p {
    margin-top: -5px;
  }
  .p-benefits__title h2 {
    font-size: 2.0rem;
  }

  .p-benefits__box {
    padding: 20px;
  }
  .p-benefits__box h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }

  .p-benefits__contents {
    margin-top: 30px;
  }
  .p-benefits__contents .c-button02 {
    height: 50px;
    line-height: 50px;
  }
  .p-benefits__contents .p-benefits__text {
    font-size: 1.2rem;
  }

  .p-memberID {
    width: 100%;
    height: auto;
    padding-top: 62%;
  }
  .p-memberID ul {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 1.4rem;
  }
  .p-memberID ul li {
    margin-left: 15px;
  }

  .p-shopInfo {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------- */
/*  history           */
/*----------------------------------------------------- */
.p-history {
  padding: 50px 0 0;
}
.p-history .l-container {
  max-width: 690px;
}
.p-history .c-pager {
  margin-top: 40px;
}

.p-history__rest {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.p-history__rest ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  width: 100%;
}
.p-history__rest ul li:nth-child(1) {
  padding: 45px 40px;
  font-weight: bold;
  width: 32%;
}
.p-history__rest ul li:nth-child(2) {
  padding: 45px 0px;
}
.p-history__rest p {
  padding: 40px;
}

.p-history__contents {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 5px;
}

.p-history__contents + .p-history__contents {
  border-top: none;
}

.p-history__title {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
}
.p-history__title li:nth-child(1) {
  width: 80px;
  margin-right: 25px;
}
.p-history__title li:nth-child(1) figure {
  width: 80px;
  height: 60px;
}
.p-history__title li:nth-child(1) figure img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 3px;
}
.p-history__title li:nth-child(2) {
  font-size: 2.2rem;
  line-height: 1.2;
}

.p-history__box {
  padding: 25px 30px;
  background: #eff2ee;
  border-radius: 3px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.p-history__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.p-history__list li {
  width: 23%;
  padding-bottom: 25px;
}
.p-history__list .p-history__list__title {
  font-weight: bold;
}
.p-history__list li:nth-child(2) {
  width: 77%;
  font-weight: bold;
}
.p-history__list li:nth-child(4n) {
  margin-right: 8%;
}
.p-history__list li:nth-child(16) {
  width: 77%;
  margin-right: 0%;
}

@media screen and (max-width: 768px) {
  .p-history {
    padding: 30px 0 0;
  }
  .p-history .c-pager {
    margin-top: 30px;
  }

  .p-history__rest {
    margin-bottom: 30px;
  }
  .p-history__rest ul {
    display: block;
    width: 100%;
  }
  .p-history__rest ul li:nth-child(1) {
    font-size: 1.3rem;
    padding: 20px 0;
    width: 100%;
  }
  .p-history__rest ul li:nth-child(2) {
    font-size: 1.5rem;
    padding: 0 0 30px 15px;
  }
  .p-history__rest p {
    font-size: 1.1rem;
    padding: 20px 0 0 0;
  }

  .p-history__contents {
    padding: 20px 0 5px;
  }

  .p-history__title {
    margin-bottom: 20px;
  }
  .p-history__title li:nth-child(1) {
    width: 75px;
    margin-right: 15px;
  }
  .p-history__title li:nth-child(1) figure {
    width: 75px;
    height: 50px;
  }
  .p-history__title li:nth-child(1) figure img {
    width: 75px;
    height: 50px;
  }
  .p-history__title li:nth-child(2) {
    font-size: 2.0rem;
  }

  .p-history__box {
    padding: 15px 20px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .p-history__list {
    font-size: 1.2rem;
  }
  .p-history__list li {
    width: auto;
    padding-bottom: 15px;
  }
  .p-history__list .p-history__list__title {
    width: 28%;
  }
  .p-history__list li:nth-child(2) {
    width: auto;
  }
  .p-history__list li:nth-child(4n) {
    margin-right: 0;
  }
  .p-history__list li:nth-child(16) {
    width: auto;
  }
  .p-history__list li:nth-child(2n) {
    width: 72%;
  }
  .p-history__list li:nth-child(5) {
    order: 1;
  }
  .p-history__list li:nth-child(6) {
    order: 2;
  }
  .p-history__list li:nth-child(9) {
    order: 3;
  }
  .p-history__list li:nth-child(10) {
    order: 4;
  }
  .p-history__list li:nth-child(13) {
    order: 5;
  }
  .p-history__list li:nth-child(14) {
    order: 6;
  }
  .p-history__list li:nth-child(15) {
    order: 7;
  }
  .p-history__list li:nth-child(16) {
    order: 8;
  }
}
/*----------------------------------------------------- */
/*  history           */
/*----------------------------------------------------- */
.p-ticket__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.p-ticket__message {
  margin-bottom: 40px;
}
.p-ticket__message + .p-ticket__message {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .p-ticket__title {
    font-size: 1.7rem;
    margin-bottom: 1em;
  }

  .p-ticket__message {
    margin-bottom: 25px;
  }
  .p-ticket__message + .p-ticket__message {
    margin-top: -10px;
  }
}
/*----------------------------------------------------- */
/*  static           */
/*----------------------------------------------------- */
.p-staticPage {
  padding: 50px 0 0;
}
.p-staticPage .l-container {
  max-width: 690px;
}

.p-staticPage__title01 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
  border-left: 1px solid #444444;
  line-height: 1.2;
}

.p-staticPage__title02 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #b7d019;
  margin-bottom: 30px;
}

.p-staticPage__title03 {
  font-weight: bold;
  color: #b7d019;
  margin-bottom: 20px;
}

.p-staticPage__contents {
  margin-bottom: 40px;
}
.p-staticPage__contents p {
  margin-bottom: 30px;
}

.p-staticPage__table {
  width: 100%;
  font-size: 1.4rem;
  border-top: 1px solid #d9dbd1;
  margin-bottom: 60px;
}
.p-staticPage__table tr {
  border-bottom: 1px solid #d9dbd1;
}
.p-staticPage__table th, .p-staticPage__table td {
  padding: 50px 40px;
}
.p-staticPage__table th {
  vertical-align: middle;
}

/* accordion */
.p-qa__contents {
  margin-bottom: 60px;
}

.p-staticPage__accordion {
  font-size: 1.4rem;
  border-top: 1px solid #d9dbd1;
}
.p-staticPage__accordion .p-accordion__wrap {
  border-bottom: 1px solid #d9dbd1;
}
.p-staticPage__accordion dt {
  cursor: pointer;
  padding: 40px;
  position: relative;
}
.p-staticPage__accordion dt::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-staticPage__accordion dt.active::after {
  margin-top: -6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.p-staticPage__accordion dt::before {
  display: block;
  content: 'Q';
  position: absolute;
  top: 40px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #b7d019;
  border-radius: 12px;
  color: #b7d019;
  text-align: center;
  line-height: 20px;
}
.p-staticPage__accordion dd {
  display: none;
  padding: 0 0 40px 40px;
  position: relative;
}
.p-staticPage__accordion dd::before {
  display: block;
  content: 'A';
  position: absolute;
  top: 0;
  left: 0px;
  width: 24px;
  height: 24px;
  background: #b7d019;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .p-staticPage {
    padding: 30px 0 0;
  }

  .p-staticPage__title01 {
    font-size: 1.7rem;
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .p-staticPage__title02 {
    font-size: 1.7rem;
  }

  .p-staticPage__table {
    margin-bottom: 30px;
  }
  .p-staticPage__table th {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .p-staticPage__table td {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 1.5rem;
  }

  /* accordion */
  .p-qa__contents {
    margin-bottom: 50px;
  }

  .p-staticPage__accordion {
    font-size: 1.5rem;
  }
  .p-staticPage__accordion dt {
    cursor: pointer;
    padding: 30px 40px;
    position: relative;
  }
  .p-staticPage__accordion dt::before {
    display: block;
    content: 'Q';
    position: absolute;
    top: 30px;
    left: 0px;
  }
  .p-staticPage__accordion dd {
    padding: 0 0 30px 40px;
    position: relative;
  }
  .p-staticPage__accordion dd::before {
    display: block;
    content: 'A';
    position: absolute;
    top: 0;
    left: 0px;
  }
}
/*----------------------------------------------------- */
/*  utility           */
/*----------------------------------------------------- */
/* c-font */
.u-font--jost {
  font-family: 'Jost', sans-serif;
}

.u-bold {
  font-weight: bold;
}

.u-underline {
  text-decoration: underline;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .u-underline:hover {
    text-decoration: none;
  }

  .u-hover {
    transition: all .3s;
  }

  .u-hover:hover {
    opacity: .7;
  }
}
.u-sp__only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pc__only {
    display: none !important;
  }

  .u-sp__only {
    display: block !important;
  }
}
.u-text__center {
  text-align: center;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

/*----------------------------------------------------- */
/*      i       */
/*----------------------------------------------------- */
.i-error {
  background: #f8e0da;
  color: #ee5328;
}
.i-error::placeholder {
  color: #ee5328;
}

/**
 * siteID:1 用のスタイル見本
 **/
/* top */
.topHeader {
  background-color: #b7d019;
}

/* header */
.p-header {
  background-color: #b7d019;
}

.p-heade__name {
  color: #fff;
}

.p-header__links a {
  color: #fff;
}

body:not(.is-open) .p-heade__menu span {
  background: #fff;
}

/*----------------------------------------------------- */
/*      トップページのモーダル       */
/*----------------------------------------------------- */
.p-main-modal {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .p-category {
    padding: 110px 20% 0px 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-category {
    padding: 0 20px;
  }
}
.p-category_form {
  margin: 0 auto;
  width: 620px;
  height: 50px;
  position: relative;
}
.p-category_form_area {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #eff2ee;
  border-radius: 5px;
  padding-left: 20px;
}
.p-category_crossimg {
  position: absolute;
  left: -42px;
  top: 15px;
}
.p-category_main {
  width: 100%;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-category_main_title_sp {
    margin: 0 16px 0 8px;
    margin-top: 64px;
  }
}
.p-category_main_panel_1_pc {
  display: flex;
  justify-content: space-around;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-category_main_panel_1_pc {
    display: none;
  }
}
.p-category_main_panel_1_sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-category_main_panel_1_sp {
    display: none;
  }
}
.p-category_main_panel_2_pc {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .p-category_main_panel_2_pc {
    display: none;
  }
}
.p-category_main_panel_2_sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-category_main_panel_2_sp {
    display: none;
  }
}
.p-category_main_panel_3_sp {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-category_main_panel_3_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-category_main_panel_single {
    margin: 0 10px;
    cursor: pointer;
  }
}
.p-category_main_panel_single_img {
  background-color: #eff2ee;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-category_main_panel_single_img {
    width: 150px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-category_main_panel_single_img {
    width: 100px;
    height: 80px;
  }
}
.p-category_main_panel_single_img_child {
  position: absolute;
  fill: #b7d019;
}
@media screen and (min-width: 768px) {
  .p-category_main_panel_single_img_child {
    max-width: 70px;
    max-height: 70px;
    top: 25px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-category_main_panel_single_img_child {
    max-width: 47px;
    max-height: 47px;
    top: 16px;
    right: 27px;
  }
}
.p-category_slider {
  height: 150px;
  width: 100%;
}

.p-allcategory-modal {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .p-allcategory {
    margin-top: 64px;
  }
}
.p-allcategory_img {
  fill: #b7d019;
}
@media screen and (max-width: 767px) {
  .p-allcategory_img {
    width: 33px;
    height: 27px;
  }
}
@media screen and (min-width: 768px) {
  .p-allcategory_img {
    max-width: 63px;
    max-height: 63px;
  }
}
@media screen and (min-width: 768px) {
  .p-allcategory {
    padding: 110px 20% 0px 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-allcategory {
    padding: 0 20px;
  }
}
.p-allcategory_single {
  margin-top: 40px;
}
.p-allcategory_single:last-child {
  margin-bottom: 48px;
}
.p-allcategory_single_list {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-allcategory_single_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-allcategory_single_list li {
  border-bottom: #ebebeb solid 1px;
  padding: 10px 0px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-allcategory_single_list li {
    width: calc(50% - 15px);
  }
}
.p-allcategory_single_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.p-allcategory_single_list li a img {
  display: block;
  height: 13px;
  vertical-align: middle;
}
.p-allcategory_single_list li:first-child {
  border-top: #ebebeb solid 1px;
}
@media screen and (min-width: 768px) {
  .p-allcategory_single_list li:nth-child(2) {
    border-top: #ebebeb solid 1px;
  }
}

#allcategory_button {
  cursor: pointer;
}

.p-detailcategory-modal {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: auto;
}

.p-detailcategory-2-modal {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: auto;
}

.p-detailcategory-3-modal {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: auto;
}

.p-detailcategory {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-detailcategory {
    padding: 0px 20% 0px 20%;
  }
  .p-detailcategory_navi {
    padding: 110px 20% 0px 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-detailcategory {
    padding: 0 20px;
  }
  .p-detailcategory_navi {
    padding: 20px 35px 0px 35px;
  }
}
.p-detailcategory_img {
  display: block;
  margin: 0 auto;
  max-width: 63px;
  max-height: 63px;
  fill: #b7d019;
}
.p-detailcategory_navi {
  display: flex;
  justify-content: space-between;
  text-align: right;
}

#main {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .c-text_main {
    font-size: 24px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-text_main {
    font-size: 16px;
    font-weight: 500;
  }
}
.c-text_sub {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-text_sub {
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-text_sub {
    font-size: 16px;
  }
}
.c-text_center {
  text-align: center;
}

.c-flex_between {
  display: flex;
  justify-content: space-between;
}

.u-margin-right_sm {
  margin-right: 16px;
}
.u-margin-bottom_md {
  margin-bottom: 24px;
}

.u-absolute {
  position: absolute;
}

.u-relative {
  position: relative;
}

.p-reverse {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.p-reverse span {
  cursor: pointer;
}
.p-reverse span img {
  cursor: pointer;
}
.p-reverse_detail {
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.p-reverse_detail_img {
  margin-left: 8px;
}
.p-reverse_img {
  transform: scale(-1, 1);
  margin-right: 8px;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .p-prefectures {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures {
    background-color: none;
    display: none;
  }
  .p-prefectures li {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0 15px 40px;
    margin-bottom: 0px;
    background-color: white;
    font-weight: 600;
  }
  .p-prefectures li:first-child {
    border-top: 1px solid #ebebeb;
  }
  .p-prefectures li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .prefectures-detail {
    display: none;
  }
  .prefectures-detail li {
    background-color: #F1F1F1;
    font-weight: 400;
    position: relative;
  }
  .prefectures-detail li .arrow-icon {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}

.arrow-icon {
  max-width: 13px;
  transform: rotate(-90deg);
  fill: #8A8A8A;
}
.arrow-icon_green_right {
  right: -15px;
  max-width: 13px;
  fill: #b7d019;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .arrow-icon_green_right {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-icon_green_right {
    top: 6px;
  }
}
.arrow-icon_green_left {
  max-width: 13px;
  transform: rotate(90deg);
  fill: #b7d019;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .arrow-icon_green_left {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-icon_green_left {
    top: 6px;
  }
}

.close-img {
  position: absolute;
  max-width: 15px;
  top: 20px;
  right: 25px;
  width: 15px;
  fill: #b7d019;
  cursor: pointer;
}

.prefecture-toggle {
  position: relative;
}
.prefecture-toggle .plus-icon {
  width: 13px;
  position: absolute;
  top: 20px;
  right: 10px;
  display: block;
}
.prefecture-toggle .minus-icon {
  width: 13px;
  position: absolute;
  top: 25px;
  right: 10px;
  display: none;
}

@media screen and (min-width: 768px) {
  .prefecture-list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #p-area-title {
    border-radius: 1px !important;
  }
}
@media screen and (max-width: 767px) {
  #p-area-title option:not(:first-child) {
    display: none;
  }
}

.search-category li {
  cursor: pointer;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .search-category li {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  #kyusyu {
    border-radius: 0 0 3px 3px;
  }
}

#kyusyu-prefectures li:last-child {
  border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 767px) {
  .u-bg-selected {
    background-color: #f1f2ed;
  }
}

/*----------------------------------------------------- */
/*       検索結果       */
/*----------------------------------------------------- */
/* リンクテキストの下線を非表示 */
a.card-link {
  text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.card-figure {
  position: relative;
}
.card-figure::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  z-index: 1;
}

.card-figure::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-img {
  width: 100%;
  height: 100%;
}

/* カードレイアウトのタイトル部分 */
.card-title {
  margin: 0px 10px;
  font-size: 1.8em;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
  margin: 0;
  padding: 1em;
  color: #fff;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
  margin: 0.5em auto;
  padding: 0;
  width: 96%;
  background: #fff;
  transition: all .3s;
}
.card-list:hover {
  opacity: .7;
}

/* 画面幅768px以下の場合カードレイアウトを2カラムで配置 */
@media all and (max-width: 768px) {
  #cardlayout-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #cardlayout-wrap .card-list {
    margin: 0.5em 0;
    width: 50%;
  }
}
/* 画面幅769px以上の場合カードレイアウトを4カラムで配置 */
@media all and (min-width: 769px) {
  #cardlayout-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
  }
  #cardlayout-wrap .card-list {
    width: 24%;
  }
  #cardlayout-wrap .card-list-empty {
    margin: 0.5em auto;
    width: 24%;
  }
}
.p-staticPage__wrap strong {
  font-weight: bold;
}

.ticket-title01 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.ticket-title02 {
  margin-top: 5px;
}
.ticket-title02 li {
  font-size: 1.5rem;
}

.ticket-title03 {
  background: #eff2ee;
  padding: 10px;
}

.ticket-title04 {
  font-size: 2.2rem;
}

.ticket-box-pc {
  width: 50%;
  padding: 25px 0px;
}

.p-ticket__box {
  background: #eff2ee;
  border-radius: 3px;
  padding: 20px;
  margin: 50px 0px;
}

.ticket-precautions li {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.ticket-explanation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.ticket-explanation-left {
  width: 70%;
}

.ticket-explanation-right {
  padding-top: 5px;
  text-align: right;
}

.control-number-pc {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #888;
}

.screening-period {
  font-weight: bold;
}

.ticket-link {
  text-decoration: underline;
  text-decoration-color: black;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .control-number-sp {
    display: none;
  }

  .ticket-box-sp {
    display: none;
  }

  .ticket-box1 {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px 40px;
    margin: 0 0 20px 0;
    font-weight: bold;
    border: solid 5px #eff2ee;
  }

  .ticket-box3 {
    display: flex;
    margin: 0 0 10px 0;
    justify-content: space-between;
  }

  .ticket-box4 {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 768px) {
  .ticket-explanation {
    display: block;
    margin-bottom: 10px;
  }

  .ticket-explanation-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .ticket-explanation-right {
    padding-top: 5px;
    text-align: center;
  }

  .ticket-title02 li {
    font-size: 1.2rem;
  }

  .control-number-pc {
    display: none;
  }

  .control-number-sp {
    text-align: right;
    color: #888;
  }

  .ticket-box1 {
    padding: 20px 30px 20px 40px;
    margin: 0 0 20px 0;
    font-weight: bold;
    border: solid 5px #eff2ee;
    text-align: center;
  }

  .ticket-box-pc {
    display: none;
  }

  .ticket-box-sp {
    padding-top: 15px;
  }
}
.p-button--ticket {
  cursor: pointer;
}
.p-button--ticket:hover {
  opacity: .7;
}

.p-ticket_code {
  font-weight: bold;
}

.digital_ticket_button {
  margin-left: 5px;
}

.digital_ticket_list {
  margin-bottom: 5px;
}

.p-button--corporate {
  border-radius: 100px;
  font-size: 15px !important;
  max-width: 270px;
  transition: .2s;
  width: 100%;
}

.p-button--corporate:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.c-select--color {
  color: black;
}

.c-subTitle03 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-subTitle03 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
/*----------------------------------------------------- */
/*  facility--list           */
/*----------------------------------------------------- */
.p-facility--list {
  font-size: 1.4rem;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.p-facility--list ul {
  border-top: 1px solid #ccc;
  display: flex;
}
.p-facility--list ul li:nth-child(1) {
  padding: 110px 40px;
  width: 32%;
  text-align: right;
}
.p-facility--list ul li:nth-child(2) {
  max-width: 20%;
  padding: 45px 0px;
}
.p-facility--list ul li:nth-child(3) {
  padding: 110px 10px;
}
.p-facility--list input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .p-facility--list ul li:nth-child(1) {
    padding: 30px 30px;
    width: 30px;
  }
  .p-facility--list ul li:nth-child(2) {
    padding: 20px 0px;
  }
  .p-facility--list ul li:nth-child(3) {
    padding: 20px 5px;
  }
}
.p-check__law {
  display: flex;
  justify-content: end;
  color: #a9ceec;
}

.precautions-membership {
  display: flex;
  justify-content: center;
}
