@charset "UTF-8";
.fukuoka10th .gray {
  background-color: #f0efed !important;
}

span.ta-center {
  display: block;
  text-align: center;
}

.fukuoka-main {
  max-width: 950px;
  margin: 0 auto;
}

.fukuoka-main h2.ttl {
  border-bottom: none;
  font-family: "brown-bold";
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #323232;
}

.nowrap .fukuoka-main .ttl {
  padding-bottom: 20px;
}

.fukuoka-main .sub-ttl {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  text-align: center;
  color: #323232;
}

.fukuoka-mv {
  max-width: 950px;
}

.fukuoka-mv img {
  width: 100%;
}

.fukuoka-img {
  text-align: center;
}

.fukuoka-img img {
  width: 460px;
}

@media (max-width: 979px) {
  .fukuoka-img img {
    width: 300px;
  }
}

.fukuoka-main .ttl-bottom-txt {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.58;
}

.fukuoka-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fukuoka-product-item {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
}

.fukuoka-product-item:nth-of-type(3n) {
  margin-right: 0;
}

.fukuoka-product-item:nth-of-type(n + 4) {
  margin-top: 20px;
}

.product-img-wrap {
  overflow: hidden;
}

.product-img-wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
  max-height: 300px;
}

.product-img-wrap img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 979px) {
  .product-img-wrap img {
    max-width: 100%;
    max-height: 100%;
  }
}

.category-ttl {
  font-family: "brown-bold";
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  text-align: center;
}

.category-sub-ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.txt-left {
  text-align: left;
}

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

.category-name {
  font-family: "brown-bold";
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
}

.brand-txt {
  margin-bottom: 10px;
}

.brand-txt,
.brand-name {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.brand-list {
  margin-bottom: 20px;
}

.brand-list li {
  padding-bottom: 30px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 30px;
}

.brand-list li:first-of-type {
  margin-top: 10px;
}

.brand-section {
  background-color: #f0efed;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.product-img-wrap img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.brand-list-inner {
  padding-top: 64px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .fukuoka-main h2.ttl {
    font-size: 20px;
  }
  .nowrap .fukuoka-main .ttl {
    padding-bottom: 8px;
  }
  .fukuoka-main .sub-ttl {
    font-size: 12px;
    padding-bottom: 28px;
  }
  .fukuoka-main .ttl-bottom-txt {
    line-height: 1.66;
    padding: 30px 10px;
  }
  .logo-bottom-txt {
    line-height: 1.66;
    letter-spacing: 0;
    padding: 10px 10px 53px;
  }
  .category-ttl {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.7;
  }
  .fukuoka-product {
    padding-right: 0;
    padding-left: 0;
  }
  .fukuoka-product + .fukuoka-product {
    margin-top: 53px;
  }
  .fukuoka-product-item {
    width: calc((100% - 11px) / 2);
    margin-right: 11px;
  }
  .fukuoka-product-item:nth-of-type(3n) {
    margin-right: 11px;
  }
  .fukuoka-product-item:nth-of-type(even) {
    margin-right: 0;
  }
  .fukuoka-product-item:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .fukuoka-product-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .product-img-wrap img:hover {
    -webkit-transform: none;
            transform: none;
  }
  .brand-list li {
    padding-bottom: 20px;
    margin-top: 21px;
  }
  .brand-list li:first-of-type {
    margin-top: 0;
  }
  .brand-list li:last-of-type {
    border-bottom: none;
  }
  .brand-list-inner {
    padding: 30px 10px 50px;
  }
  .category-name {
    padding-bottom: 6px;
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .shop-inner {
    padding: 70px 10px 50px;
  }
  .shop-info {
    display: block;
  }
  .shop-info-detail {
    margin-top: 33px;
    padding-left: 0;
  }
  .shop-ttl {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}

/* -- common footer location --*/
.three_asterisk {
  text-align: center;
  margin: 70px 0 30px;
  padding: 0;
}

.three_asterisk span {
  line-height: 44px;
  font-size: 23px;
  font-weight: lighter;
  color: #000;
}

.three_asterisk span.center {
  padding: 0 15px;
}

.btn_online__area {
  margin: 10px 10px 35px;
  text-align: center;
}

.btn_online__area > div + div {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .three_asterisk {
    margin-top: 20px;
  }
  .btn_online__area > div + div {
    margin-top: 10px;
  }
}

.btn_online__area .btn_online {
  margin-top: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 100%;
  max-width: 450px;
  padding: 10px 0;
  border: 3px solid #000;
}

.other_styling {
  margin-bottom: 25px;
}

.btn_online__area .btn_online a {
  display: block;
  font-size: 23px;
  font-family: "brown-bold";
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  text-decoration: none;
}

.table-simple {
  border-collapse: collapse;
  border: 1px solid #000;
  margin-top: 80px;
  width: 100%;
}

.table-simple th {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 240px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}

.table-simple th span {
  font-family: "brown-bold";
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.table-simple th span:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.table-simple td {
  font-size: 12px;
  padding: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table-simple-ttl {
  font-size: 14px;
  font-weight: bold;
}

.table-simple-paragraph + .table-simple-paragraph {
  margin-top: 26px;
}

.present-define div + div {
  margin-top: 26px;
}

.present-define dt {
  font-weight: bold;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
}

.table-simple-paragraph .watch {
  max-width: 330px;
  display: inline-block;
}

@media (max-width: 768px) {
  .table-simple {
    margin-top: 40px;
  }
  .table-simple th {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .table-simple td {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .table-simple-paragraph .watch {
    max-width: 100%;
  }
}

.display-history {
  margin-bottom: 80px;
}

.display-history:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .display-history-slider {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
}

.display-history .swiper {
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
}

.display-history .swiper-slide .slide-img {
  position: relative;
}

.display-history .swiper-slide .slide-img:before {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  background: #000;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.display-history .swiper-slide-active .slide-img:before {
  display: none;
}

.display-history .swiper-slide img {
  width: 100%;
  display: block;
}

.display-history-caption {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 769px) {
  .display-history-caption {
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    min-height: 30px;
  }
  p.display-history-caption {
    
    font-size: 10px !important;
    -webkit-text-size-adjust: 100%;
  }
}

.display-history .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 4px;
}

@media (max-width: 769px) {
  .display-history .swiper-pagination-bullet {
    width: 22px;
  }
}

.display-history .swiper-pagination-bullet-active {
  background: #5d5d5d;
}

.display-history-term {
  font-family: 'brown-bold';
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 22px;
  color: #8A8A8A;
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .display-history-term {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.store-tour-inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 769px) {
  .store-tour-inner {
    padding: 0;
  }
}

.store-tour-list-inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 15px;
}

@media (min-width: 769px) {
  .store-tour-list-inner {
    padding: 60px 30px;
  }
  .store-tour-list-inner.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .store-tour-list-inner.flex .store-tour-paragraph {
    margin-top: 0;
    text-align: left;
    width: 420px;
    margin-left: 40px;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .store-tour-list-inner.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .store-tour-list-inner.flex-reverse .store-tour-paragraph {
    margin-right: 40px;
    margin-left: 0;
  }
}

.store-tour-list > li:nth-child(odd) {
  background-color: #f7f7f7;
}

@media (min-width: 769px) {
  .store-tour-list > li {
    margin-bottom: 0;
  }
}

.store-tour-paragraph {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .store-tour-paragraph {
    margin-top: 40px;
    text-align: center;
  }
}

.store-tour-name {
  font-size: 18px;
  font-family: "brown-bold";
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.store-tour-feature {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.6;
}

.store-tour-txt {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 20px;
}

.store-tour-img {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

@media (min-width: 769px) {
  .store-tour-img {
    margin: 0;
  }
}

.store-tour-img img {
  width: 100%;
}

.profile {
  border: solid 4px #000;
  background: #fff;
  margin-top: 80px;
  max-width: 560px;
  margin: 60px auto;
}

.profile-inner {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .profile-inner {
    display: block;
    padding: 20px;
  }
}

.profile-img {
  width: 150px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
}

.profile-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .profile-img {
    width: 200px;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.profile-ttl {
  color: #8a8a8a;
  font-family: "brown-bold";
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}

@media (max-width: 768px) {
  .profile-ttl {
    text-align: center;
  }
}

.profile-position {
  font-size: 10px;
}

@media (max-width: 768px) {
  .profile-position {
    text-align: center;
  }
}

.profile-name {
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .profile-name {
    text-align: center;
  }
}

.profile-txt {
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.6;
}