em {
  font-style: normal;
}

h2 {
  letter-spacing: 0.2em;
  font-weight: 500;
}

#joken_sub_header {
  background: url(../img/header_bg.jpg) center no-repeat;
  background-size: cover;
}

#content.joken {
  margin: 8rem 0 0;
  font-size: 1.6rem;
}

#content.joken h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #7f7164;
  margin-bottom: 4rem;
}

#quick_tab {
  margin-bottom: 90px;
}

.joken__theme h2:before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background: url(../img/ico_theme.svg) 0 -1px no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
}

.joken__theme__lead {
  font-size: 1.6rem;
  padding-bottom: 2rem;
}

.joken__theme__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.joken__theme__list ul li {
  position: relative;
  width: 31.7%;
  margin-right: 2.44%;
  margin-bottom: 6.2rem;
}

.joken__theme__list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.joken__theme__list-wrap {
  padding-bottom: 70px;
}

.joken__theme__list__pct {
  position: relative;
  margin-bottom: 1.6rem;
}

.joken__theme__list__pct img {
  width: 100%;
}

.joken__theme__list__pct__info {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 28px;
  font-size: 1.2rem;
  line-height: 28px;
  color: #fff;
  padding: 0 15px;
  background-color: #878787;
}

.joken__theme__list__title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  color: #7f7164;
  margin-bottom: 2.3rem;
}

.joken__theme__list__desc {
  font-size: 1.6rem;
  line-height: 2.25;
}

.joken__theme__list__btn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  width: 100%;
}

.joken__theme__list__btn a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 210px;
  height: 50px;
  font-size: 1.6rem;
  line-height: 47px;
  color: #333;
  border: 1px solid #333;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-image: url(../img/ico_arrow.svg);
  background-size: 24px auto;
  background-color: #fff;
}

.joken__special__area:before, .joken__special__ensen:before, .joken__special__other:before {
  content: "";
  display: inline-block;
  width: 5.2rem !important;
  height: 5.2rem !important;
  background: url(../img/ico_map.svg) 0 -1px no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 1rem;
}

.joken__special__ensen:before {
  background: url(../img/ico_train.svg) 0 -1px no-repeat;
}

.joken__special__other:before {
  background: url(../img/ico_new.svg) 0 -1px no-repeat;
}

.joken__special__list + h2 {
  margin-top: 5rem;
}

.joken__special__list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -26px;
}

.joken__special__list ul li {
  width: 219px;
  margin-right: 26px;
  margin-bottom: 20px;
}

.joken__special__list ul li img {
  width: 100%;
}

@media screen and (max-width: 1340px) {
  .joken__theme__list ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .joken__theme__list ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .joken__theme__list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  #content {
    margin: 3rem 0 0;
  }
  #content img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #content.joken {
    margin: 4rem 0 0;
  }
}

@media screen and (max-width: 545px) {
  .joken__special__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .joken__special__list ul li {
    width: 48.5%;
    margin-right: 0;
  }
}

@media screen and (max-width: 540px) {
  .joken__theme__list ul li {
    width: 100%;
    margin-right: 0;
  }
  .joken__theme__list ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .joken__theme__list ul li:nth-of-type(2n) {
    margin-right: auto;
  }
}
/*# sourceMappingURL=joken.css.map */
