/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ------------------------------------------------
  TOP
---------------------------------------------- */
.main-top {
  margin-top: -40px;
  padding: 30px 0;
  background: url(/img/honnoriya/bg_pattern_1.png);
}

@media screen and (max-width: 768px) {
  .main-top {
    margin-top: 0;
    padding: 0;
  }
  .main-top .container {
    padding: 0;
  }
}

.main-top__img:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.main-top__img.slider {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .main-top__img.slider {
    margin-bottom: 0;
  }
}

.main-top__img img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}

.main-top__img > li {
  position: relative;
  float: left;
  width: 242px;
  margin-left: 4px;
  margin-bottom: 4px;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .main-top__img > li {
    padding: 0;
    width: 100%;
  }
}

.main-top__img > li:first-child {
  width: 488px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .main-top__img > li:first-child {
    width: 100%;
  }
}

.main-top .slick-prev {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 50%;
  left: 20px;
  width: 32px;
  height: 58px;
  font-size: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: transparent;
  outline: none;
}

@media screen and (max-width: 768px) {
  .main-top .slick-prev {
    left: 10px;
    width: 20px;
    height: 36px;
  }
}

.main-top .slick-prev:before {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 40px;
  height: 40px;
  border-top: 5px solid #999;
  border-left: 5px solid #999;
  content: "";
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .main-top .slick-prev:before {
    width: 20px;
    height: 20px;
    border-top: 3px solid #999;
    border-left: 3px solid #999;
  }
}

.main-top .slick-next {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 58px;
  font-size: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: transparent;
  border: none;
  color: transparent;
  outline: none;
}

@media screen and (max-width: 768px) {
  .main-top .slick-next {
    right: 10px;
    width: 20px;
    height: 36px;
  }
}

.main-top .slick-next:before {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-top: 5px solid #999;
  border-right: 5px solid #999;
  content: "";
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .main-top .slick-next:before {
    width: 20px;
    height: 20px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
  }
}

.main-top .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.main-top .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.main-top .slick-dots button {
  display: block;
  color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .main-top .slick-dots button {
    width: 15px;
    height: 15px;
  }
}

.main-top .slick-dots .slick-active button {
  background: #ef6319;
}

@media screen and (max-width: 768px) {
  .main-top + .top-section--menu {
    border-top: 1px solid #eee;
  }
}

.top-section {
  position: relative;
  text-align: center;
}

.top-section__ttl {
  position: relative;
  font-size: 40px;
  color: #012869;
}

@media screen and (max-width: 768px) {
  .top-section__ttl {
    font-size: 25px;
    line-height: 1.2;
  }
}

.top-section__ttl:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.top-section__sub-ttl {
  margin-bottom: 50px;
  color: #ef6319;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .top-section__sub-ttl {
    position: relative;
    background: #e5d9c4;
    margin: 0 -15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    line-height: 1.4;
    text-align: left;
  }
  .top-section__sub-ttl:before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #ef6319;
  }
}

.top-section__txt {
  line-height: 2.142;
}

@media screen and (max-width: 768px) {
  .top-section__txt {
    line-height: 1.7857;
    text-align: left;
  }
}

.top-section__btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 12px 18px 11px 37px;
}

@media screen and (max-width: 768px) {
  .top-section__btn {
    display: block;
    text-align: left;
    padding: 12px 30px 11px 12px;
  }
}

.top-section__btn:before {
  position: absolute;
  top: 50%;
  left: 18px;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 7px solid #999;
  content: "";
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .top-section__btn:before {
    left: inherit;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;
    border-left: none;
    -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
  }
}

.top-section__map-wrap {
  padding: 24px 30px 30px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top-section__map-wrap {
    padding: 15px;
  }
}

.top-section__map-wrap iframe {
  display: block;
  width: 100%;
  height: 480px;
}

.top-section__shop-wrap {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .top-section__shop-wrap {
    padding: 0;
  }
}

.top-section__shop-wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.top-section__shop-wrap .top-section__map-wrap {
  position: relative;
  float: left;
  width: 50%;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .top-section__shop-wrap .top-section__map-wrap {
    width: 100%;
    left: 0 !important;
    float: none;
    height: auto !important;
  }
}

.top-section__shop-wrap .top-section__map-wrap:first-child {
  left: -10px;
}

@media screen and (max-width: 768px) {
  .top-section__shop-wrap .top-section__map-wrap:first-child {
    margin-bottom: 30px;
  }
}

.top-section__shop-wrap .top-section__map-wrap iframe {
  height: 520px;
}

.top-section__map-ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .top-section__map-ttl {
    font-size: 14px;
  }
}

.top-section--kodawari {
  padding: 100px 0 80px;
  background-image: url(/img/honnoriya/bg_top_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari {
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #333;
  }
}

.top-section--kodawari:before {
  position: absolute;
  width: 328px;
  height: 198px;
  bottom: -30px;
  left: 50%;
  margin-left: 240px;
  background-image: url(/img/honnoriya/img_item_l_2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 768px) {
  .top-section--kodawari:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .top-section__ttl-wrap {
    margin-bottom: 10px;
    padding: 30px 0 1px;
    background-image: url(/img/honnoriya/bg_top_1_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.top-section--kodawari .top-section__ttl {
  margin-bottom: 30px;
  padding-top: 55px;
  color: #012869;
}

.top-section--kodawari .top-section__ttl:before {
  width: 65px;
  height: 56px;
  background-image: url(/img/common/ico_kodawari_bl.png);
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .top-section__ttl:before {
    width: 53px;
    height: 46px;
  }
}

.top-section--kodawari .top-section__txt {
  width: 520px;
  margin: 0 auto 35px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .top-section__txt {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.top-section--menu {
  padding: 100px 0 0;
  background: #fff;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .top-section--menu {
    padding: 60px 0 25px;
  }
}

.top-section--menu .top-section__ttl {
  margin-bottom: 10px;
  padding-top: 45px;
}

@media screen and (max-width: 768px) {
  .top-section--menu .top-section__ttl {
    margin-bottom: 0;
  }
}

.top-section--menu .top-section__ttl:before {
  width: 56px;
  height: 50px;
  background-image: url(/img/honnoriya/ico_menu_1.png);
}

@media screen and (max-width: 768px) {
  .top-section--menu .top-section__ttl:before {
    width: 45px;
    height: 40px;
  }
}

.top-section--menu .top-section__txt {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-section--menu .top-section__txt {
    margin-bottom: 10px;
  }
}

.top-section--shop {
  padding: 100px 0 100px;
  background: #f5f4ed;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .top-section--shop {
    padding: 50px 0 50px;
  }
}

.top-section--shop .top-section__ttl {
  margin-bottom: 10px;
  padding-top: 45px;
}

@media screen and (max-width: 768px) {
  .top-section--shop .top-section__ttl {
    margin-bottom: 5px;
    padding-top: 55px;
  }
}

.top-section--shop .top-section__ttl:before {
  width: 51px;
  height: 46px;
  background-image: url(/img/honnoriya/ico_shop_2.png);
}

@media screen and (max-width: 768px) {
  .top-section--shop .top-section__ttl:before {
    width: 52px;
    height: 47px;
  }
}

.top-section--shop .top-section__txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top-section--shop .top-section__txt {
    margin-bottom: 10px;
  }
}

.top-section--topics {
  padding: 0 0 120px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--topics {
    padding: 0 0 50px;
  }
}

.top-section--topics .top-section__ttl {
  margin-bottom: 25px;
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .top-section--topics .top-section__ttl {
    padding-top: 65px;
  }
}

.top-section--topics .top-section__ttl:before {
  width: 53px;
  height: 55px;
  background-image: url(/img/honnoriya/ico_topics_1.png);
}

@media screen and (max-width: 768px) {
  .top-section--topics .top-section__ttl:before {
    width: 54px;
    height: 57px;
  }
}

.top-section .top-section__ttl + .item-recommend__list {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-section .top-section__ttl + .item-recommend__list {
    margin-top: 15px;
    border-top: 1px solid #eee;
  }
}

.top-section .item-recommend__list {
  text-align: left;
}

.top-section .item-recommend__list + .top-section__menu-list {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #eee;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .top-section .item-recommend__list + .top-section__menu-list {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.top-section .topics-list {
  text-align: left;
  border-top: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .top-section .topics-list {
    border-top: 1px solid #ccc;
  }
}

.top-section .topics-list__item {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .top-section .topics-list__item {
    border-bottom: 1px solid #ccc;
  }
}

.shop-detail__name {
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shop-detail__name {
    font-size: 14px;
    padding-top: 10px;
  }
}

.shop-detail__txt-area {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .shop-detail__txt-area {
    width: auto;
    min-height: inherit;
  }
}

.shop-detail__ttl {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .shop-detail__ttl {
    font-size: 25px;
  }
}

.shop-detail__info {
  margin-bottom: 15px;
}

.shop-detail__info-item {
  padding: 4px 0 4px 28px;
  background-repeat: no-repeat;
}

.shop-detail__info-item--access {
  background-image: url(/img/common/ico_access_1.png);
  background-size: 15px auto;
  background-position: 2px 5px;
}

.shop-detail__info-item--time {
  background-image: url(/img/common/ico_time_1.png);
  background-size: 20px auto;
  background-position: left 5px;
}

.shop-detail__info-item--phone {
  background-image: url(/img/common/ico_phone_1.png);
  background-size: 14px auto;
  background-position: 2px 5px;
}

.shop-detail__table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.shop-detail__table th {
  padding: 10px 20px;
  width: 160px;
  box-sizing: border-box;
  background: #f5f4ed;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .shop-detail__table th {
    width: 80px;
    padding: 10px 10px;
    white-space: inherit;
  }
}

.shop-detail__table td {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .shop-detail__table td {
    padding: 10px;
  }
}

.shop-detail__staff {
  display: table;
  width: 100%;
}

.shop-detail__staff-img {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}

.shop-detail__staff-img img {
  display: block;
  width: 100%;
}

.shop-detail__staff-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .shop-detail__staff-txt {
    line-height: 1.4;
    padding-left: 15px;
  }
}

.shop-detail__staff-txt-inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 15px 20px;
  background: #f5f4ed;
}

@media screen and (max-width: 768px) {
  .shop-detail__staff-txt-inner {
    padding: 10px 15px;
  }
}

.shop-detail__staff-txt-inner:before {
  position: absolute;
  top: 50%;
  left: -8px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 8px solid #f5f4ed;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
}
