@charset "UTF-8";
div {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-tap-highlight-color: transparent;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a:hover {
  outline-width: thick;
}

.l-common__header-logo, .l-common__header__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 9px 16px;
  color: #fff;
}

.l-common__header-fixed {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 0;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}

.l-common__header-wrap[data-fixmode="top"] .l-common__header-fixed {
  position: relative;
}

.l-common__header-wrap[data-fixmode="wait"] .l-common__header-fixed {
  position: fixed;
  transition: .3s;
}

.l-common__header-wrap[data-fixmode="down"] .l-common__header-fixed {
  position: fixed;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-common__header-wrap[data-fixmode="up"] .l-common__header-fixed {
  position: fixed;
  transition: .3s;
}

.l-common__header-logo {
  position: relative;
  padding: 0;
  background-color: #fff;
}

.l-common__header-logo .l-common__header-logo-img {
  width: 100%;
}

.l-common__header-logo .l-common__header-logo-img div {
  width: 120px;
  margin: 0 auto;
}

.l-common__header-logo .l-common__header-logo-img div img {
  width: 100%;
}

.l-common__header__bottom {
  width: 100%;
  height: 35px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 10px 5px -11px rgba(88, 88, 88, 0.3);
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .l-common__header-logo {
    height: 60px;
    line-height: 60px;
    padding: 13px 7px 13px 0;
    box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  }
  .l-common__header-logo .l-common__header-logo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .l-common__header-logo .l-common__header-logo-img img {
    vertical-align: middle;
  }
  .l-common__header-wrap[data-fixmode="top"] .l-common__header-fixed {
    position: fixed;
    top: 0;
  }
  .l-common__header-wrap[data-fixmode="wait"] .l-common__header-fixed {
    position: fixed;
    transition: .3s;
  }
  .l-common__header-wrap[data-fixmode="down"] .l-common__header-fixed {
    position: fixed;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .l-common__header-wrap[data-fixmode="up"] .l-common__header-fixed {
    position: fixed;
    transition: .3s;
  }
  .content {
    margin: 14px auto 0;
  }
  h1.m-common__category-title {
    margin: 30px 0 30px 16px;
  }
  .p-goole-map__app-link {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 90px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #999;
    border-radius: 4px;
    background: #fff;
    color: #585858;
    font-size: 11px;
    text-align: center;
  }
  .recent-view-item {
    margin-top: 30px;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 769px) {
  .l-common__header-logo {
    padding: 15px 0;
  }
  .l_commom__header-logo_height {
    height: 52px;
  }
}

a {
  text-decoration: none;
}

.u-text-align--c {
  text-align: center;
}

