.main-visual {
  width: 940px;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .main-visual {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-visual {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .main-visual {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .main-visual {
    width: 100%;
  }
}

.main-visual__slider {
  display: block;
  margin: auto;
  overflow: hidden;
}

.main-visual__slider .slick-arrow {
  display: none !important;
}

.main-visual__slider__item__stat {
  display: block;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 38.46154%;
  overflow: hidden;
}

.main-visual__slider__item__stat:hover > img {
  opacity: 0.75;
}

.main-visual__slider__item__stat > img {
  position: absolute;
  top: 0;
  width: 100%;
}

.main-visual__slider__item__stat--nolink:hover > img {
  opacity: 1.0;
}

.index-wrap {
  background: url(/img/index/bg_mv.jpg) repeat;
}

@media screen and (max-width: 991px) {
  .main-visual {
    overflow: hidden;
  }
}

.sub-visual {
  margin-top: 15px;
}

.sub-visual__list {
  width: 100%;
  overflow: hidden;
}

.sub-visual__list__item {
  float: left;
  margin-top: 2%;
  width: 31%;
  margin-left: 1.76%;
}

@media screen and (min-width: 992px) {
  .sub-visual__list__item {
    width: 32%;
    margin-left: 2%;
  }
}

.sub-visual__list__item:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

.sub-visual__list__item:nth-child(-n+3) {
  margin-top: 0;
}

.sub-visual__list__item__stat {
  display: block;
  background-color: #fff;
}

.sub-visual__list__item__stat:hover > img {
  opacity: 0.75;
}

.sub-visual__list__item__image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sub-visual {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
  }
  .sub-visual__list {
    width: 100%;
    overflow: hidden;
  }
  .sub-visual__list__item {
    display: block;
    float: left;
    width: 49.5%;
    margin-top: 1%;
    margin-left: 0;
    box-sizing: content-box;
  }
  .sub-visual__list__item:nth-child(3n+1) {
    clear: none;
    margin-left: 0;
  }
  .sub-visual__list__item:nth-child(-n+3) {
    margin-top: 1%;
  }
  .sub-visual__list__item:nth-child(odd) {
    clear: both;
    margin-right: 1%;
  }
  .sub-visual__list__item__stat {
    display: block;
    background-color: #fff;
  }
  .sub-visual__list__item__stat:hover > img {
    opacity: 0.75;
  }
}

.search-box {
  width: 940px;
  margin: auto;
  position: relative;
  top: -30px;
}

@media screen and (min-width: 1200px) {
  .search-box {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .search-box {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .search-box {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .search-box {
    width: 100%;
  }
}

.search-box__inner {
  float: right;
  width: 320px;
}

.search-box__input {
  float: left;
  width: 70%;
  padding: 1px 6px;
  color: #000;
  background-color: #fff;
  border: 1px solid #969696;
  outline: none;
}

.search-box__button {
  float: left;
  width: 28.5%;
  padding: 3px 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  background-color: #969696;
  border: 1px solid #969696;
  outline: none;
}

@media screen and (max-width: 991px) {
  .search-box {
    position: static;
    display: block;
    width: 100%;
    padding: 1%;
    padding-top: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .search-box__inner {
    float: none;
    width: 100%;
  }
  .search-box__input {
    float: left;
    width: 70%;
    padding: 3px 6px;
    color: #000;
    line-height: 20px;
    border: 1px solid transparent #969696;
    border-radius: 0;
  }
  .search-box__button {
    float: left;
    width: 30%;
    margin-left: 0;
    padding: 4px 0 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    background-color: #969696;
    border: none;
    border-radius: 0;
  }
}

.social {
  text-align: center;
}

.social__list {
  display: inline-block;
  overflow: hidden;
}

.social__list__item {
  float: left;
  width: 64px;
  margin-left: 15px;
}

.social__list__item:first-child {
  margin-left: 0;
}

.social__list__item__stat {
  display: block;
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
}

.social__list__item__stat:hover > img {
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .social {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  .social--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .social.container {
    padding: 0 15px;
  }
  .social__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .social__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .social__body {
    overflow: hidden;
  }
  .social__list {
    display: table;
    min-width: 60%;
    margin: auto;
    padding-bottom: 15px;
    table-layout: fixed;
  }
  .social__list__item {
    display: table-cell;
    float: none;
    padding-top: 15px;
  }
  .social__list__item__stat {
    display: block;
    background-color: #fff;
    width: 64px;
    margin: auto;
    border-radius: 9px;
    overflow: hidden;
  }
  .social__list__item__stat:hover > img {
    opacity: 0.75;
  }
}

.news {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  border: none;
}

.news--inline {
  border: none;
}

.news--inline .news__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.news.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .news.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .news.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .news.container {
    width: 100%;
  }
}

.news.container .news__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.news__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.news__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.news__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.news__header__link__stat {
  display: inline-block;
  color: inherit;
}

.news__header__link__stat:hover, .news__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.news.container {
  width: 100%;
}

.news__header {
  position: relative;
  margin: 0;
}

.news__header__title {
  width: 940px;
  display: table;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .news__header__title {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news__header__title {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .news__header__title {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .news__header__title {
    width: 100%;
  }
}

.news__header__title__text {
  width: 50%;
}

.news__cate {
  width: 940px;
  margin: 15px auto 30px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .news__cate {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news__cate {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .news__cate {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .news__cate {
    width: 100%;
  }
}

.news__cate__item {
  display: block;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background-color: #f0f0f0;
}

.news__cate__item--active {
  color: #fff;
  background-color: #136388;
}

.news__cate__item:hover {
  color: #000;
  background-color: #dcdcdc;
}

.news__cate__item__stat {
  display: block;
  padding: 0.5em 0.75em;
}

.news__cate__item__stat, .news__cate__item__stat:active, .news__cate__item__stat:focus {
  color: inherit;
  text-decoration: none;
}

.news__list {
  width: 940px;
  margin: 15px auto 35px;
}

.news__list--empty {
  padding: 15px;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .news__list {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news__list {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .news__list {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .news__list {
    width: 100%;
  }
}

.news__list__item {
  border-top: 1px dashed #d2d2d2;
}

.news__list__item:first-child {
  border-top: none;
}

.news__list__item__stat {
  display: table;
  width: 100%;
  color: inherit;
  padding: 12px 8px;
}

.news__list__item__stat:hover > *,
.news__list__item__stat:focus > * {
  color: inherit;
  text-decoration: underline;
}

.news__list__item__stat:hover {
  background-color: #fff;
}

.news__list__item__date {
  display: table-cell;
  width: 148px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 28px;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.5px;
}

.news__list__item__category {
  font-size: 14px;
  text-align: center;
  padding: 3px 0 2px;
  vertical-align: middle;
  display: table-cell;
  width: 120px;
  color: #fff;
}

.news__list__item__category--01 {
  background-color: #35acd9;
}

.news__list__item__category--02 {
  background-color: #f8540c;
}

.news__list__item__category--03 {
  background-color: #4fbfcc;
}

.news__list__item__category--04 {
  background-color: #467ccc;
}

.news__list__item__category--05 {
  background-color: #9c7de2;
}

.news__list__item__title {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 28px;
  font-size: 15px;
  letter-spacing: 0.5px;
  white-space: normal;
}

.news__list__item__title > span.glyphicon {
  color: #000;
  margin-right: 8px;
}

.news__list__item:hover .news__list__item__category {
  color: #fff;
  text-decoration: none;
}

.news-detail {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}

.news-detail--inline {
  border: none;
}

.news-detail--inline .news-detail__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.news-detail.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .news-detail.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-detail.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .news-detail.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .news-detail.container {
    width: 100%;
  }
}

.news-detail.container .news-detail__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.news-detail__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.news-detail__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.news-detail__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.news-detail__header__link__stat {
  display: inline-block;
  color: inherit;
}

.news-detail__header__link__stat:hover, .news-detail__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.news-detail__header__title__label {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding: 3px 0 2px;
  margin-right: 10px;
  display: inline-block;
  width: 96px;
  color: #fff;
}

.news-detail__header__title__label--01 {
  background-color: #35acd9;
}

.news-detail__header__title__label--02 {
  background-color: #f8540c;
}

.news-detail__header__title__label--03 {
  background-color: #4fbfcc;
}

.news-detail__header__title__label--04 {
  background-color: #467ccc;
}

.news-detail__header__title__label--05 {
  background-color: #9c7de2;
}

.news-detail #tinymce {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .news {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
  }
  .news--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news.container {
    padding: 0 15px;
  }
  .news__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .news__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .news__body {
    overflow: hidden;
  }
  .news.container {
    padding: 0 15px;
  }
  .news:not(.container) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news__header__link {
    display: table-cell;
    padding-right: 8px;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    color: #fff;
  }
  .news__header__link__stat {
    display: inline-block;
    color: inherit;
  }
  .news__header__link__stat:hover, .news__header__link__stat:focus {
    color: inherit;
    text-decoration: underline;
  }
  .news__header__link__stat > span.glyphicon {
    color: #fff;
  }
  .news__cate {
    width: 98%;
    margin: 5px auto;
  }
  .news__list {
    width: 98%;
    margin: 15px auto 0;
  }
  .news__list--empty {
    padding: 15px;
    font-size: 14px;
  }
  .news__list__item:nth-child(n+2) {
    border-top: 1px dashed #d2d2d2;
  }
  .news__list__item__stat {
    display: table;
    width: 100%;
    color: inherit;
    display: block;
    overflow: hidden;
    padding: 8px;
  }
  .news__list__item__stat:hover > *,
  .news__list__item__stat:focus > * {
    color: inherit;
    text-decoration: underline;
  }
  .news__list__item__date {
    display: table-cell;
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 8px;
  }
  .news__list__item__category {
    display: table-cell;
    float: left;
    width: 20%;
    display: block;
    padding: 3px 0 2px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
    border-radius: 12px;
    vertical-align: middle;
    color: #fff;
    border-radius: 0;
  }
  .news__list__item__category--01 {
    background-color: #35acd9;
  }
  .news__list__item__category--02 {
    background-color: #f8540c;
  }
  .news__list__item__category--03 {
    background-color: #4fbfcc;
  }
  .news__list__item__category--04 {
    background-color: #467ccc;
  }
  .news__list__item__category--05 {
    background-color: #9c7de2;
  }
  .news__list__item__title {
    display: table-cell;
    float: left;
    width: 77%;
    display: block;
    margin-left: 3%;
    padding: 1px 0;
  }
  .news__list__item__title > span.glyphicon {
    color: #000;
    margin-right: 8px;
  }
  .news-detail {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
    margin-top: 46px;
  }
  .news-detail--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-detail.container {
    padding: 0 15px;
  }
  .news-detail__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .news-detail__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .news-detail__body {
    overflow: hidden;
  }
  .news-detail.container {
    padding: 0 15px;
  }
  .news-detail__header {
    display: block;
  }
  .news-detail__header__title {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  .news-detail__header__label {
    padding: 3px 8px 2px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
  }
  .news-detail__header__label--01 {
    background-color: #35acd9;
  }
  .news-detail__header__label--02 {
    background-color: #f8540c;
  }
  .news-detail__header__label--03 {
    background-color: #4fbfcc;
  }
  .news-detail__header__label--04 {
    background-color: #467ccc;
  }
  .news-detail__header__label--05 {
    background-color: #9c7de2;
  }
  .news-detail #tinymce {
    padding: 15px;
    padding: 8px;
  }
}

.stores {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  border: none;
}

.stores--inline {
  border: none;
}

.stores--inline .stores__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.stores.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .stores.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .stores.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .stores.container {
    width: 100%;
  }
}

.stores.container .stores__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.stores__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.stores__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.stores__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.stores__header__link__stat {
  display: inline-block;
  color: inherit;
}

.stores__header__link__stat:hover, .stores__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.stores.container {
  width: 100%;
}

.stores__header {
  position: relative;
  margin: 0;
}

.stores__header__mv {
  width: 940px;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .stores__header__mv {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores__header__mv {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .stores__header__mv {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .stores__header__mv {
    width: 100%;
  }
}

.stores__header__mv .sp {
  display: none;
}

.stores__header__text {
  width: 940px;
  margin: 40px auto 70px;
  font-size: 15px;
  line-height: 2;
}

@media screen and (min-width: 1200px) {
  .stores__header__text {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores__header__text {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .stores__header__text {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .stores__header__text {
    width: 100%;
  }
}

.stores__header__text p {
  width: 90%;
  margin: auto;
}

.stores__header__text span {
  color: #f8540c;
  font-weight: bold;
}

.stores__header__title {
  width: 940px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .stores__header__title {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores__header__title {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .stores__header__title {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .stores__header__title {
    width: 100%;
  }
}

.stores__result {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 0;
  text-align: center;
  background-color: #fff;
}

.stores__result__text {
  font-size: 14px;
  line-height: 1.5;
}

.stores__result__text__keyword {
  font-size: 16px;
  font-weight: bold;
}

.stores__cate {
  width: 940px;
  overflow: hidden;
  margin: 15px auto 30px;
}

@media screen and (min-width: 1200px) {
  .stores__cate {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores__cate {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .stores__cate {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .stores__cate {
    width: 100%;
  }
}

.stores__cate__item {
  display: block;
  float: left;
  margin-top: 8px;
  margin-right: 1px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background-color: #f0f0f0;
}

.stores__cate__item--active {
  color: #fff;
  background-color: #2189b5;
}

.stores__cate__item:hover {
  opacity: 0.8;
}

.stores__cate__item__stat {
  display: block;
  padding: 1em 3.5em;
}

.stores__cate__item__stat, .stores__cate__item__stat:active, .stores__cate__item__stat:focus {
  color: inherit;
  text-decoration: none;
}

.stores__list {
  width: 940px;
  margin: auto;
  overflow: hidden;
}

.stores__list--empty {
  padding: 15px;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .stores__list {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores__list {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .stores__list {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .stores__list {
    width: 100%;
  }
}

.stores__list__item {
  float: left;
  width: 31%;
  margin-bottom: 30px;
  margin-left: 3.5%;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.stores__list__item:first-child, .stores__list__item:nth-child(3n+1) {
  margin-left: 0;
}

.stores__list__item__stat {
  display: table;
  width: 100%;
  color: inherit;
}

.stores__list__item__stat:hover > *,
.stores__list__item__stat:focus > * {
  color: inherit;
  text-decoration: underline;
}

.stores__list__item__stat:hover {
  background-color: #fff;
}

.stores__list__item__photo__image {
  width: 100%;
  max-height: 205px;
}

.stores__list__item__name {
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.stores__list__item__address {
  min-height: 4em;
}

.store-detail {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 !important;
  border: none !important;
}

.store-detail--inline {
  border: none;
}

.store-detail--inline .store-detail__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.store-detail.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .store-detail.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .store-detail.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .store-detail.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .store-detail.container {
    width: 100%;
  }
}

.store-detail.container .store-detail__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.store-detail__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.store-detail__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.store-detail__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.store-detail__header__link__stat {
  display: inline-block;
  color: inherit;
}

.store-detail__header__link__stat:hover, .store-detail__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.store-detail.container {
  width: 100% !important;
}

.store-detail__header {
  margin: 0 !important;
}

.store-detail__header__title {
  width: 940px;
  display: block !important;
  margin: auto !important;
}

@media screen and (min-width: 1200px) {
  .store-detail__header__title {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .store-detail__header__title {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .store-detail__header__title {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .store-detail__header__title {
    width: 100%;
  }
}

.store-detail__body {
  width: 940px;
  margin: 15px auto 0;
}

@media screen and (min-width: 1200px) {
  .store-detail__body {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .store-detail__body {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .store-detail__body {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .store-detail__body {
    width: 100%;
  }
}

.store-detail__body .news__header {
  margin: 0;
  border-bottom: #dbdbdb 1px solid;
}

.store-detail__body .news__header__title {
  width: 50%;
}

.store-detail__body .news__list {
  width: 100%;
  height: 563px;
  overflow-x: scroll;
  margin: auto;
}

.store-detail__body .news__list__item {
  border-color: #b2b2b2;
}

.store-detail__body .news__list__item__date {
  display: inline;
}

.store-detail__body .news__list__item__category {
  display: inline-block;
}

.store-detail__body .news__list__item__title {
  display: block;
  white-space: inherit;
  padding: 0;
  margin: 5px 0 0;
}

.store-detail__body #tinymce2 {
  margin: 50px 0 0;
}

.store-detail__photo {
  width: 100%;
  margin-top: 15px;
}

.store-detail__list {
  margin-top: 15px;
}

.store-detail__list__item {
  display: table;
  width: 100%;
  padding: 8px 5px;
  font-size: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  border-top: 1px solid #dbdbdb;
}

.store-detail__list__item:first-child {
  border-top: none;
}

.store-detail__list__item__field {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  font-weight: bold;
}

.store-detail__list__item__value {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
  text-align: left;
}

.store-detail__list__item__freespace {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.store-detail .news__header {
  display: table;
  width: 100%;
}

.store-detail .news__header__title {
  display: table-cell;
}

.store-detail__title {
  padding: 30px 0 8px;
}

.store-detail__map {
  width: 100%;
}

.store-detail__map__iframe {
  width: 100%;
  height: 450px;
}

@media screen and (min-width: 1200px) {
  .store-detail__map__iframe {
    height: 540px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .store-detail__map__iframe {
    height: 450px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .store-detail__map__iframe {
    height: 360px;
  }
}

.store-detail__map__link {
  color: #fff;
  margin: 8px auto 0;
}

.store-detail__map__link__stat {
  display: block;
  color: inherit;
  display: block;
  width: 320px;
  margin: auto;
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background-color: #969696;
  border: 1px solid #969696;
}

.store-detail__map__link__stat:hover, .store-detail__map__link__stat:focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}

.store-detail__map #tinymce {
  margin-top: 15px;
  overflow: hidden;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores__list__item__photo__image {
    max-height: 169px;
  }
}

@media screen and (max-width: 991px) {
  .stores {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
  }
  .stores--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .stores.container {
    padding: 0 15px;
  }
  .stores__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .stores__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .stores__body {
    overflow: hidden;
  }
  .stores__header {
    color: #000;
    background-color: #fff;
  }
  .stores__header__mv {
    width: 940px;
    margin: auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 1200px) {
  .stores__header__mv {
    width: 1140px;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .stores__header__mv {
    width: 940px;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) and (max-width: 991px) {
  .stores__header__mv {
    width: 940px;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .stores__header__mv {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .stores__header__mv .pc {
    display: none;
  }
  .stores__header__mv .sp {
    display: block;
  }
  .stores__header__mv img {
    width: 100%;
  }
  .stores__header__text {
    margin: 20px auto 35px;
  }
  .stores__header__title {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: #2189b5 double 4px;
  }
  .stores__result {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #fff;
  }
  .stores__result__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .stores__result__text__keyword {
    font-weight: bold;
  }
  .stores__cate {
    width: 98%;
    margin: 10px auto 15px;
    overflow: hidden;
  }
  .stores__cate__item {
    display: block;
    width: 25%;
    float: left;
    margin: 0;
    padding: 2px 1px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: none;
  }
  .stores__cate__item:hover {
    background: none;
  }
  .stores__cate__item:first-child {
    width: 100%;
  }
  .stores__cate__item:nth-child(3n-1) {
    border-left: none;
  }
  .stores__cate__item__stat {
    display: block;
    padding: 5px 0 4px;
    color: #000;
    background-color: #f0f0f0;
  }
  .stores__cate__item--active .stores__cate__item__stat {
    color: #fff;
    background-color: #2189b5;
  }
  .stores__list {
    width: 98%;
    margin: auto;
    overflow: hidden;
  }
  .stores__list--empty {
    padding: 15px;
    font-size: 14px;
  }
  .stores__list__item {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .stores__list__item:not(:first-child) {
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
  }
  .stores__list__item__stat {
    display: table;
    width: 100%;
    color: inherit;
    display: block;
    width: 100%;
    padding: 0;
  }
  .stores__list__item__stat:hover > *,
  .stores__list__item__stat:focus > * {
    color: inherit;
    text-decoration: underline;
  }
  .stores__list__item__photo {
    float: left;
    width: 120px;
    margin-right: 5px;
  }
  .stores__list__item__name {
    font-size: 13px;
    margin-top: 0;
  }
  .stores__list__item__address {
    font-size: 13px;
    min-height: auto;
  }
  .store-detail {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
    margin-top: 46px;
  }
  .store-detail--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .store-detail.container {
    padding: 0 15px;
  }
  .store-detail__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .store-detail__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .store-detail__body {
    overflow: hidden;
  }
  .store-detail.container {
    margin: 0 !important;
  }
  .store-detail__inner {
    margin: 0 !important;
  }
  .store-detail__body {
    padding: 0;
    margin: 0;
  }
  .store-detail__body .news__inner {
    margin-bottom: 30px;
  }
  .store-detail__body .news__list {
    width: 98%;
    height: 260px;
  }
  .store-detail__body .news__list__item__stat {
    padding: 8px 0;
  }
  .store-detail__body .news__list__item__date {
    width: auto;
  }
  .store-detail__body .news__list__item__title {
    margin: 0;
  }
  .store-detail__body #tinymce2 {
    width: 98%;
    margin: 30px auto 0;
  }
  .store-detail__photo {
    width: 100%;
    margin-top: 0;
  }
  .store-detail__photo img {
    width: 100%;
  }
  .store-detail__list {
    margin: 10px 0 30px;
  }
  .store-detail__list__item {
    display: table;
    width: 100%;
    letter-spacing: 1px;
  }
  .store-detail__list__item:nth-child(n+2) {
    border-top: 1px dashed #d2d2d2;
  }
  .store-detail__list__item__field {
    display: table-cell;
    float: left;
    width: 20%;
  }
  .store-detail__list__item__value {
    display: table-cell;
    float: left;
    width: 80%;
  }
  .store-detail__list__item__freespace {
    display: table-cell;
    float: left;
    width: 100%;
  }
  .store-detail__title {
    font-size: 16px;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    padding: 4px;
  }
  .store-detail__title__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .store-detail__map__iframe {
    width: 100%;
    height: 320px;
  }
  .store-detail__map__link {
    margin: 8px 0 30px;
  }
  .store-detail__map__link__stat {
    display: block;
    color: inherit;
    display: block;
    width: 60%;
    margin: auto;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background-color: #969696;
    border: 1px solid #969696;
  }
  .store-detail__map__link__stat:hover, .store-detail__map__link__stat:focus {
    color: inherit;
    text-decoration: none;
    opacity: 0.75;
  }
}

.productions {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}

.productions--inline {
  border: none;
}

.productions--inline .productions__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.productions.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .productions.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .productions.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .productions.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .productions.container {
    width: 100%;
  }
}

.productions.container .productions__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.productions__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.productions__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.productions__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.productions__header__link__stat {
  display: inline-block;
  color: inherit;
}

.productions__header__link__stat:hover, .productions__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.productions__result {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 0;
  text-align: center;
  background-color: #fff;
}

.productions__result__text {
  font-size: 14px;
  line-height: 1.5;
}

.productions__result__text__keyword {
  font-size: 16px;
  font-weight: bold;
}

.productions__cate {
  width: 100%;
  overflow: hidden;
  padding: 8px;
}

.productions__cate__item {
  display: block;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-radius: 2px;
}

.productions__cate__item--active {
  color: #fff;
  background-color: #2189b5;
}

.productions__cate__item:hover {
  color: #000;
  background-color: #dcdcdc;
}

.productions__cate__item__stat {
  display: block;
  padding: 0.25em 0.75em;
}

.productions__cate__item__stat, .productions__cate__item__stat:active, .productions__cate__item__stat:focus {
  color: inherit;
  text-decoration: none;
}

.productions__list {
  width: 100%;
}

.productions__list--empty {
  padding: 15px;
  font-size: 14px;
}

.productions__list__item {
  width: 100%;
  border-top: 1px dashed #d2d2d2;
}

.productions__list__item:first-child {
  border-top: none;
}

.productions__list__item__stat {
  display: table;
  width: 100%;
  color: inherit;
  padding: 8px;
}

.productions__list__item__stat:hover > *,
.productions__list__item__stat:focus > * {
  color: inherit;
  text-decoration: underline;
}

.productions__list__item__stat:hover {
  background-color: #fff;
}

.productions__list__item__photo {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}

.productions__list__item__name {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding-left: 8px;
}

.productions__list__item__catchcopy {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-left: 8px;
}

.production-detail {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}

.production-detail--inline {
  border: none;
}

.production-detail--inline .production-detail__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.production-detail.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .production-detail.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .production-detail.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .production-detail.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .production-detail.container {
    width: 100%;
  }
}

.production-detail.container .production-detail__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.production-detail__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.production-detail__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.production-detail__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.production-detail__header__link__stat {
  display: inline-block;
  color: inherit;
}

.production-detail__header__link__stat:hover, .production-detail__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.production-detail__body {
  padding: 15px;
}

.production-detail__catchcopy {
  margin-top: 15px;
  font-size: 18px;
}

.production-detail__list {
  width: 100%;
  margin: 15px 0;
}

.production-detail__list__item {
  display: table;
  width: 100%;
  padding: 8px 0;
  letter-spacing: 1px;
  border-top: 1px dashed #d2d2d2;
}

.production-detail__list__item:first-child {
  border-top: none;
}

.production-detail__list__item__field {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.production-detail__list__item__value {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .productions {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
  }
  .productions--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .productions.container {
    padding: 0 15px;
  }
  .productions__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .productions__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .productions__body {
    overflow: hidden;
  }
  .productions__header__title {
    display: block;
    width: 100%;
  }
  .productions__result {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #fff;
  }
  .productions__result__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .productions__result__text__keyword {
    font-weight: bold;
  }
  .productions__cate {
    width: 100%;
    padding: 3px;
    overflow: hidden;
  }
  .productions__cate__item {
    display: block;
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: none;
  }
  .productions__cate__item:hover {
    background: none;
  }
  .productions__cate__item:first-child {
    width: 100%;
  }
  .productions__cate__item:nth-child(3n-1) {
    clear: both;
    border-left: none;
  }
  .productions__cate__item__stat {
    display: block;
    padding: 5px 0 4px;
    color: #000;
    background-color: #f0f0f0;
    border-radius: 4px;
  }
  .productions__cate__item--active .productions__cate__item__stat {
    color: #fff;
    background-color: #2189b5;
  }
  .productions__list {
    width: 100%;
    overflow: hidden;
  }
  .productions__list--empty {
    padding: 15px;
    font-size: 14px;
  }
  .productions__list__item {
    display: block;
    float: left;
    width: 50%;
    border-top: 1px dashed #d2d2d2;
  }
  .productions__list__item:nth-child(-n+2) {
    border-top: none;
  }
  .productions__list__item__stat {
    display: table;
    width: 100%;
    color: inherit;
    display: block;
    width: 100%;
    padding: 0;
  }
  .productions__list__item__stat:hover > *,
  .productions__list__item__stat:focus > * {
    color: inherit;
    text-decoration: underline;
  }
  .productions__list__item__photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 58.05556%;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .productions__list__item__photo > img {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .productions__list__item__name {
    display: block;
    width: 100%;
    padding: 0 8px;
    font-size: 20px;
    font-weight: bold;
  }
  .productions__list__item__catchcopy {
    display: block;
    width: 100%;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.8;
  }
  .production-detail {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
    margin-top: 46px;
  }
  .production-detail--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .production-detail.container {
    padding: 0 15px;
  }
  .production-detail__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .production-detail__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .production-detail__body {
    overflow: hidden;
  }
  .production-detail__catchcopy {
    margin: 15px 0;
    font-size: 16px;
  }
  .production-detail__list__item {
    display: table;
    width: 100%;
    padding: 8px 0;
    letter-spacing: 1px;
  }
  .production-detail__list__item:nth-child(n+2) {
    border-top: 1px dashed #d2d2d2;
  }
  .production-detail__list__item__field {
    display: table-cell;
    float: left;
    width: 30%;
    font-weight: bold;
    text-align: center;
  }
  .production-detail__list__item__value {
    display: table-cell;
    float: left;
    width: 70%;
  }
  .production-detail__photo {
    width: 100%;
  }
}

.sitemap {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  border: none;
}

.sitemap--inline {
  border: none;
}

.sitemap--inline .sitemap__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.sitemap.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .sitemap.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sitemap.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .sitemap.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .sitemap.container {
    width: 100%;
  }
}

.sitemap.container .sitemap__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.sitemap__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.sitemap__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.sitemap__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.sitemap__header__link__stat {
  display: inline-block;
  color: inherit;
}

.sitemap__header__link__stat:hover, .sitemap__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.sitemap.container {
  width: 100%;
}

.sitemap__header {
  margin: 0;
}

.sitemap__header__title {
  width: 940px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .sitemap__header__title {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sitemap__header__title {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .sitemap__header__title {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .sitemap__header__title {
    width: 100%;
  }
}

.sitemap__list {
  width: 940px;
  margin: 30px auto 0;
}

@media screen and (min-width: 1200px) {
  .sitemap__list {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sitemap__list {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .sitemap__list {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .sitemap__list {
    width: 100%;
  }
}

.sitemap__list__item {
  padding: 0 10px;
}

.sitemap__list__item:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: #c8c8c8 1px dashed;
}

.sitemap__list__item__stat {
  display: inline-block;
  color: inherit;
  color: #000;
  font-size: 20px;
}

.sitemap__list__item__stat:hover, .sitemap__list__item__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.sitemap__list__item__text {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .sitemap {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
  }
  .sitemap--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sitemap.container {
    padding: 0 15px;
  }
  .sitemap__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .sitemap__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .sitemap__body {
    overflow: hidden;
  }
  .sitemap__list {
    width: 98%;
    margin-top: 15px;
  }
  .sitemap__list__item {
    padding: 0 5px;
  }
  .sitemap__list__item:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
  }
  .sitemap__list__item__stat {
    display: inline-block;
    color: inherit;
    color: #000;
    font-size: 16px;
  }
  .sitemap__list__item__stat:hover, .sitemap__list__item__stat:focus {
    color: inherit;
    text-decoration: underline;
  }
  .sitemap__list__item__text {
    font-size: 14px;
  }
}

.gnav__list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.gnav__list__item {
  display: table-cell;
}

.gnav__list__item__stat {
  display: block;
}

@media screen and (max-width: 991px) {
  .dropdown {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background: #fff;
  }
  .dropdown__inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .dropdown__bar {
    position: relative;
    z-index: 1001;
    display: table;
    width: 100%;
    color: #000;
  }
  .dropdown__bar__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
  }
  .dropdown__bar__title__stat {
    display: block;
    color: inherit;
    padding: 10px 0.5em;
  }
  .dropdown__bar__title__stat:hover, .dropdown__bar__title__stat:focus {
    color: inherit;
    text-decoration: none;
    opacity: 1;
  }
  .dropdown__bar__title__stat img {
    width: 150px;
  }
  .dropdown__bar__button {
    display: table-cell;
    width: 46px;
  }
  .dropdown__bar__button__stat {
    display: block;
    color: inherit;
  }
  .dropdown__bar__button__stat:hover, .dropdown__bar__button__stat:focus {
    color: inherit;
    text-decoration: none;
    opacity: 1;
  }
  .dropdown__bar__button__icon {
    padding: 0 0.25em;
    color: #136388;
    font-size: 30px;
    line-height: 1.5;
    vertical-align: middle;
  }
  .dropdown__list {
    overflow: hidden;
    position: fixed;
    z-index: 999;
    top: -100%;
    width: 100%;
    color: #000;
    transition: 0.5s;
  }
  .dropdown__list.open {
    top: 46px;
  }
  .dropdown__list__item {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    padding-left: 1em;
    background-color: #136388;
    border-bottom: #89b1c4 1px dotted;
  }
  .dropdown__list__item:last-child {
    border: none;
  }
  .dropdown__list__item__stat {
    display: block;
    color: inherit;
    padding: 12px 0;
  }
  .dropdown__list__item__stat:hover, .dropdown__list__item__stat:focus {
    color: inherit;
    text-decoration: none;
    opacity: 1;
  }
}

.header {
  width: 970px;
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .header {
    width: 1170px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header {
    width: 970px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .header {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    width: 100%;
  }
}

.header__inner {
  padding: 30px 0 20px;
  background-color: #fff;
}

.header--nologo {
  padding: 0;
  margin: 0 auto 15px;
}

.header__logo {
  width: 90%;
}

.header__logo__stat {
  display: block;
  background-color: transparent;
}

.header__logo__stat:hover > img {
  opacity: 0.75;
}

.footer {
  color: #000;
  text-align: center;
  line-height: 0;
  width: 100%;
  margin-top: 100px;
  padding: 30px 0;
  background: #a9c8d8;
}

.footer__inner {
  width: 100%;
}

.footer__list {
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
}

.footer__list__item {
  display: inline-block;
  color: inherit;
  display: inline-block;
  float: left;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 12px;
  line-height: 1.5;
  border-left: 1px solid;
}

.footer__list__item:hover, .footer__list__item:focus {
  color: inherit;
  text-decoration: underline;
}

.footer__list__item:last-child {
  border-right: 1px solid;
}

.footer__copy {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 0;
  }
  .footer__inner {
    padding: 0;
    overflow: hidden;
  }
  .footer__list {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .footer__list__item {
    display: block;
    width: 100%;
    padding: 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px dotted #000;
    border-color: #fff;
  }
  .footer__list__item:before {
    content: none;
  }
  .footer__list__item:nth-child(n+2) {
    margin-left: 0;
    border-left: none;
  }
  .footer__list__item__stat {
    display: block;
    color: inherit;
    padding: 10px 0;
  }
  .footer__list__item__stat:hover, .footer__list__item__stat:focus {
    color: inherit;
    text-decoration: none;
    opacity: 1;
  }
  .footer__copy {
    margin-top: 30px;
    color: #000;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }
}

body {
  background-color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

.freepage,
.news-detail,
.store-detail {
  margin-top: 15px;
  border: #c8c8c8 1px solid;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}

.freepage--inline,
.news-detail--inline,
.store-detail--inline {
  border: none;
}

.freepage--inline .freepage__header,
.news-detail--inline .freepage__header,
.store-detail--inline .freepage__header, .freepage--inline
.news-detail__header,
.news-detail--inline
.news-detail__header,
.store-detail--inline
.news-detail__header, .freepage--inline
.store-detail__header,
.news-detail--inline
.store-detail__header,
.store-detail--inline
.store-detail__header {
  padding-top: 0;
  padding-bottom: 4px;
}

.freepage.container,
.news-detail.container,
.store-detail.container {
  width: 940px;
}

@media screen and (min-width: 1200px) {
  .freepage.container,
  .news-detail.container,
  .store-detail.container {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .freepage.container,
  .news-detail.container,
  .store-detail.container {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .freepage.container,
  .news-detail.container,
  .store-detail.container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .freepage.container,
  .news-detail.container,
  .store-detail.container {
    width: 100%;
  }
}

.freepage.container .freepage__inner,
.news-detail.container .freepage__inner,
.store-detail.container .freepage__inner, .freepage.container
.news-detail__inner,
.news-detail.container
.news-detail__inner,
.store-detail.container
.news-detail__inner, .freepage.container
.store-detail__inner,
.news-detail.container
.store-detail__inner,
.store-detail.container
.store-detail__inner {
  margin-left: -15px;
  margin-right: -15px;
}

.freepage__header,
.news-detail__header,
.store-detail__header {
  margin: 35px 30px 0;
  padding-bottom: 15px;
  border-bottom: #2189b5 double 4px;
}

.freepage__header__title,
.news-detail__header__title,
.store-detail__header__title {
  display: table-cell;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.freepage__header__link,
.news-detail__header__link,
.store-detail__header__link {
  display: table-cell;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.freepage__header__link__stat,
.news-detail__header__link__stat,
.store-detail__header__link__stat {
  display: inline-block;
  color: inherit;
}

.freepage__header__link__stat:hover, .freepage__header__link__stat:focus,
.news-detail__header__link__stat:hover,
.news-detail__header__link__stat:focus,
.store-detail__header__link__stat:hover,
.store-detail__header__link__stat:focus {
  color: inherit;
  text-decoration: underline;
}

.freepage #tinymce,
.news-detail #tinymce,
.store-detail #tinymce {
  margin: 25px 35px 35px;
  color: #000;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 60px;
  background: rgba(19, 99, 136, 0.8);
}

.pagetop a {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: url(/img/ico_pagetop.png) no-repeat center center;
}

@media screen and (max-width: 991px) {
  .freepage,
  .news-detail,
  .store-detail {
    margin-top: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
    margin-top: 46px;
  }
  .freepage--inline,
  .news-detail--inline,
  .store-detail--inline {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .freepage.container,
  .news-detail.container,
  .store-detail.container {
    padding: 0 15px;
  }
  .freepage__header,
  .news-detail__header,
  .store-detail__header {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2189b5;
    border: none;
  }
  .freepage__header__title,
  .news-detail__header__title,
  .store-detail__header__title {
    display: table-cell;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .freepage__body,
  .news-detail__body,
  .store-detail__body {
    overflow: hidden;
  }
  .freepage #tinymce,
  .news-detail #tinymce,
  .store-detail #tinymce {
    margin: 0;
  }
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}

.index .fadein {
  transition: 1.5s;
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}

.index .fadein-cont {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.index .sp {
  display: none !important;
}

.index .txt-or {
  color: #f8540c;
}

.index .index-btn {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.index .index-btn:hover {
  opacity: 0.8;
}

.index .index-btn a {
  display: inline-block;
  color: #fff;
  padding: 13px 60px;
  background: #35acd9 url("/uploads/Store/cursor_m.png") no-repeat 93% 50%;
  border-radius: 30px;
}

.index .index-inner {
  overflow: hidden;
  margin: 50px auto;
}

.index .index-img {
  display: table-cell;
  width: 50%;
}

.index .index-img__right {
  float: right;
}

.index .index-txt {
  display: table-cell;
  vertical-align: top;
  padding: 0 5% 0 4%;
}

.index .index-txt__left {
  padding: 0 4% 0 5%;
}

.index .index-txt h1 {
  width: 264px;
  margin: 0 auto 30px;
}

.index .index-txt__read {
  line-height: 2;
  margin: 0 0 30px;
}

.index .message {
  text-align: center;
  margin-top: 50px;
  padding-top: 105px;
  min-height: 550px;
  background: url(/img/index/bg_message.jpg) no-repeat;
  background-size: 100% auto;
}

.index .message dt {
  display: inline-block;
  margin-bottom: 25px;
}

.index .message dd {
  line-height: 1.8;
}

.index .message dd p:first-child {
  margin-bottom: 1em;
}

.index .news {
  margin: 50px 0 30px;
  padding-bottom: 280px;
  border: none;
  background: url(/img/index/bg_slide.jpg) repeat-x 0 bottom;
  animation: loop 100s linear infinite;
}

.index .news__inner {
  width: 940px;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .index .news__inner {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index .news__inner {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .index .news__inner {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .index .news__inner {
    width: 100%;
  }
}

.index .news__header {
  overflow: hidden;
  margin: 0;
  padding: 0 8px 10px;
  border-bottom: 1px solid #676868;
}

.index .news__header__title {
  display: block;
  text-indent: -999px;
  background: url(/img/index/ttl_news.png) no-repeat;
}

.index .news__header__link {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}

.index .news__list {
  margin: 10px 0 0;
}

.index .news__list__item {
  border-color: #b2b2b2;
}

.index .shop .index-img {
  padding-left: 40px;
}

.index .shop ul {
  overflow: hidden;
}

.index .shop ul li {
  float: left;
  width: 46%;
  margin-bottom: 15px;
}

.index .shop ul li:nth-child(2n+1) {
  margin-right: 4%;
}

.index .shop ul li a {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

.index .shop ul li.kyoto a {
  background-color: #4fbfcc;
}

.index .shop ul li.shiga a {
  background-color: #467ccc;
}

.index .shop ul li.nara a {
  background-color: #6573b7;
}

.index .service {
  background: url(/img/index/bg_service.jpg) no-repeat;
  background-size: 100% auto;
}

.index .service h1 {
  width: 280px;
  margin: auto;
}

.index .service-detail {
  margin-top: 0;
}

.index .service-detail .index-img {
  padding-left: 40px;
}

.index .service-detail .index-txt {
  vertical-align: bottom;
  padding-bottom: 45px;
}

.index .service-rec__ttl {
  text-align: center;
  padding: 18px 55px 0;
  background: #50d1b7;
  left: 31%;
  display: inline-block;
  position: relative;
  height: 70px;
  vertical-align: middle;
  box-sizing: border-box;
}

.index .service-rec__ttl:before, .index .service-rec__ttl:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.index .service-rec__ttl:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.index .service-rec__ttl:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.index .service-rec__wrap {
  overflow: hidden;
  margin-top: 40px;
}

.index .service-rec__item {
  float: left;
  text-align: center;
  width: 32%;
  margin-right: 1%;
}

.index .service-rec__item:first-child {
  margin-left: 1%;
}

.index .service-rec__item .rec-cap {
  font-size: 20px;
  line-height: 1.3;
}

.index .service-rec__item .rec-cap span {
  display: block;
  font-size: 24px;
  letter-spacing: 2px;
}

.index .service-rec__item .rec-img {
  width: 240px;
  margin: 20px auto;
}

.index .service-rec__item .rec-ttl {
  font-size: 26px;
  font-weight: bold;
  color: #467ccc;
  letter-spacing: 2px;
}

.index .service-rec__item .rec-txt {
  margin-bottom: 15px;
}

.index .service-rec__item .rec-btn a {
  width: 90%;
}

.index .service .privilege {
  margin-top: 70px;
}

.index .service .privilege h2 {
  text-align: center;
  width: 340px;
  height: 250px;
  margin: 0 auto -170px;
  background: #e3f3ef;
  border-top: 30px solid #e3f3ef;
  border-radius: 50%;
}

.index .service .privilege h2 img {
  width: 170px;
}

.index .service .privilege-wrap {
  overflow: hidden;
  padding: 50px;
  background: #e3f3ef;
}

.index .service .privilege-content {
  overflow: hidden;
}

.index .service .privilege-bnr {
  margin-top: 30px;
}

.index .service .privilege-bnr:hover {
  opacity: 0.8;
}

.index .service .privilege-bnr img {
  width: 100%;
}

.index .service .privilege .index-btn {
  text-align: left;
}

.index .faq .index-txt {
  padding-top: 20px;
}

.index .company .index-inner {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .index .company .index-inner {
    width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index .company .index-inner {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .index .company .index-inner {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .index .company .index-inner {
    width: 100%;
  }
}

.index .company .index-txt {
  padding-top: 25px;
}

.index .company-img {
  position: relative;
}

.index .company-img:before, .index .company-img:after {
  opacity: 0;
  position: absolute;
}

.index .company-img:before {
  top: 0;
  left: 0;
  content: url(/img/index/img_company02.png);
  animation: com 0.5s ease 2.5s 1 forwards;
}

.index .company-img:after {
  right: 0;
  bottom: 0;
  content: url(/img/index/img_company03.png);
  animation: com 1.5s ease 2.5s 1 forwards;
}

@keyframes com {
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.index .recruit {
  margin-top: 20px;
}

.index .recruit .index-img {
  padding-right: 20px;
  padding-left: 20px;
}

.index .bnr {
  overflow: hidden;
  width: 770px;
  margin: 30px auto 0;
}

.index .bnr li {
  float: left;
}

.index .bnr li:first-child {
  margin-right: 30px;
}

.index .contact {
  text-align: center;
  margin-top: 30px;
}

.index .contact p:nth-child(2) {
  margin: 1em 0;
}

@media screen and (min-width: 1200px) {
  .index .message {
    min-height: 630px;
    padding-top: 140px;
  }
  .index .service-rec__ttl {
    left: 33%;
  }
  .index .service .privilege-wrap .index-img {
    padding-left: 44px;
  }
}

@media screen and (max-width: 991px) {
  main {
    margin-top: 46px;
  }
  .index .fadein {
    transition: 0s;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .index .container {
    width: 90%;
    padding: 0;
  }
  .index .container:first-of-type {
    width: 100%;
  }
  .index .col-xs-12 {
    padding: 0;
  }
  .index .row {
    margin: 0;
  }
  .index .pc {
    display: none !important;
  }
  .index .sp {
    display: block !important;
  }
  .index img {
    width: 100%;
  }
  .index .index-btn {
    font-size: 15px;
  }
  .index .index-btn a {
    width: 100%;
    padding: 8px 0;
    background-size: 8px auto;
  }
  .index .index-inner {
    margin: 25px auto;
  }
  .index .index-img {
    display: block;
    width: 90%;
    margin: auto;
  }
  .index .index-img__right {
    float: none;
  }
  .index .index-txt {
    display: block;
    padding: 0;
  }
  .index .index-txt__left {
    padding: 0;
  }
  .index .index-txt h1 {
    width: 190px;
    margin: 25px auto 15px;
  }
  .index .index-txt__read {
    margin: 0 0 20px;
  }
  .index .message {
    margin-top: 25px;
    padding-top: 0;
    min-height: auto;
    background: url("/img/index/bg_mv.jpg") repeat;
  }
  .index .message dt {
    width: 100%;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #ffffff 74%, #d9e8eb 100%);
  }
  .index .message dd {
    padding: 10px 0 70px;
    background: url("/img/index/sp/bg_message_bottom.png") no-repeat 0 bottom;
    background-size: 100% auto;
  }
  .index .news {
    padding-bottom: 0;
    background: none;
  }
  .index .news__header {
    background: #fff;
  }
  .index .news__header__title {
    padding: 0;
    background-size: 150px auto;
  }
  .index .news__header__link {
    color: #000;
    top: 5px;
  }
  .index .news__header__link span {
    color: #000;
  }
  .index .news__list {
    margin: 10px 0 0;
  }
  .index .news__list__item {
    border-color: #b2b2b2;
  }
  .index .shop .index-img {
    padding-left: 0;
  }
  .index .service h1 {
    width: 200px;
    margin: -20px auto;
  }
  .index .service .container {
    width: 100%;
  }
  .index .service-detail {
    width: 90% !important;
    margin: 0 auto;
  }
  .index .service-detail .index-img {
    padding-left: 0;
  }
  .index .service-rec {
    width: 96%;
    margin: auto;
  }
  .index .service-rec__ttl {
    width: 100%;
    padding: 2px 0 0;
    left: 0;
    height: 40px;
  }
  .index .service-rec__ttl:before, .index .service-rec__ttl:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .index .service-rec__ttl:before {
    border-width: 20px 0px 20px 10px;
  }
  .index .service-rec__ttl:after {
    border-width: 20px 10px 20px 0px;
  }
  .index .service-rec__ttl img {
    width: 190px;
  }
  .index .service-rec__wrap {
    margin-top: 20px;
  }
  .index .service-rec__item {
    float: none;
    display: table;
    width: 100%;
    margin: 0 0 25px;
  }
  .index .service-rec__item:first-child {
    margin-left: 0;
  }
  .index .service-rec__item div {
    display: table-cell;
  }
  .index .service-rec__item div:first-child {
    width: 42%;
    padding-right: 3%;
  }
  .index .service-rec__item .rec-cap {
    font-size: 15px;
  }
  .index .service-rec__item .rec-cap span {
    display: inline;
    font-size: 15px;
  }
  .index .service-rec__item .rec-img {
    width: 100%;
    margin: 10px auto;
  }
  .index .service-rec__item .rec-ttl {
    font-size: 18px;
    text-align: left;
  }
  .index .service-rec__item .rec-txt {
    text-align: left;
    margin-bottom: 15px;
  }
  .index .service-rec__item .rec-txt br {
    display: none;
  }
  .index .service-rec__item .rec-btn a {
    width: 90%;
  }
  .index .service .privilege {
    margin-top: 30px;
  }
  .index .service .privilege h2 {
    width: 220px;
    height: 220px;
    border-top: 10px solid #e3f3ef;
  }
  .index .service .privilege h2 img {
    width: 120px;
  }
  .index .service .privilege-wrap {
    padding: 20px 15px;
  }
  .index .service .privilege .index-img {
    width: 100%;
    margin: 0 0 15px;
  }
  .index .service .privilege .index-btn {
    text-align: center;
  }
  .index .faq .index-txt {
    padding-top: 0;
  }
  .index .company .index-inner {
    width: 90%;
  }
  .index .company .index-txt {
    padding-top: 0;
  }
  .index .recruit .index-img {
    padding: 0;
  }
  .index .bnr {
    width: 100%;
  }
  .index .bnr li {
    float: none;
  }
  .index .bnr li:first-child {
    margin: 0 0 15px;
  }
}
