@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.guide-top__img img, .guide-page__img img, .guide-page__list-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

/* ------------------------------------------------
	common	parts
	---------------------------------------------- */
/* wrapper
-------------------------*/
.wrapper {
  min-width: 1010px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
}
.wrapper.open .gnav {
  display: block;
  animation: showAnime 300ms;
}

/* contents
-------------------------*/
.contents-body {
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .contents-body {
    padding: 45px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .two-colomun {
    padding: 65px 0 0;
  }
}
.two-colomun > .container {
  padding-bottom: 20px;
}

.two-colomun > .container::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .two-colomun > .container {
    padding-bottom: 20px;
  }
}
.two-colomun__main {
  width: 630px;
  padding-bottom: 40px;
  float: left;
}

@media screen and (max-width: 768px) {
  .two-colomun__main {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
}
.two-colomun__side {
  padding-top: 10px;
  padding-bottom: 40px;
  width: 320px;
  float: right;
}

@media screen and (max-width: 768px) {
  .two-colomun__side {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
.wrap, .fade {
  display: block;
  text-decoration: none;
}

.wrap:hover, .fade:hover {
  text-decoration: none;
}

.ib {
  display: inline-block;
}

.phone-txt {
  text-decoration: none;
  cursor: default;
  color: #333;
}

.phone-txt:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}
.is_sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is_sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
.bg_img {
  display: block;
  width: 100%;
  visibility: hidden;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

.favorite-btn__off {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 6px;
  width: 110px;
  line-height: 1;
  padding: 8px 0 8px 35px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-decoration: none;
  transition: all 300ms;
  border: 1px solid #c8760b;
  background: #ffa944;
  background: linear-gradient(to bottom, #ffa944 0%, #ec9421 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  color: #fff;
}

.favorite-btn__off::before {
  position: absolute;
  top: 6px;
  left: 10px;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  transition: all 300ms;
  background-image: url(/img/common/ico_favorite_btn_off.png);
}

.favorite-btn__on {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 6px;
  width: 110px;
  line-height: 1;
  padding: 8px 0 8px 35px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-decoration: none;
  transition: all 300ms;
  border: 1px solid #aaa;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  color: #999;
}

.favorite-btn__on::before {
  position: absolute;
  top: 6px;
  left: 10px;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  transition: all 300ms;
  background-image: url(/img/common/ico_favorite_btn_on.png);
}

.favorite-btn__count {
  position: relative;
  display: inline-block;
  background: #fff;
  line-height: 1;
  margin-left: 6px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.favorite-btn__count::before {
  position: absolute;
  top: 11px;
  left: -8px;
  border-top: 4px solid transparent;
  border-right: 8px solid #ccc;
  border-bottom: 4px solid transparent;
  content: "";
}

.favorite-btn__count::after {
  position: absolute;
  top: 11px;
  left: -6px;
  border-top: 4px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 4px solid transparent;
  content: "";
}

.item-list {
  margin-left: -40px;
}

.item-list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .item-list {
    margin: 0 -15px 0;
  }
}
.item-list__item {
  position: relative;
  width: 180px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .item-list__item {
    width: 100%;
    height: auto !important;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
}
.item-list__item:nth-child(3n+1) {
  clear: both;
}

.item-list__link {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .item-list__link {
    padding: 15px 15px 5px;
  }
}
.item-list__link:hover .item-list__img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.item-list__link:hover .item-list__ttl {
  text-decoration: underline;
}

.item-list__img {
  margin-bottom: 10px;
  min-height: 180px;
}

@media screen and (max-width: 768px) {
  .item-list__img {
    width: 90px;
    margin-bottom: 0;
    float: left;
    min-height: inherit;
  }
}
.item-list__img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.item-list__ttl {
  margin-bottom: 5px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .item-list__ttl {
    margin-left: 105px;
  }
}
.item-list__price {
  margin-bottom: 5px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .item-list__price {
    margin-left: 105px;
    margin-bottom: 0;
  }
}
.item-list .favorite-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .item-list .favorite-btn {
    position: relative;
    text-align: left;
    margin-left: 120px;
  }
}
.flyer-list {
  margin-left: -40px;
}

.flyer-list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .flyer-list {
    margin: 0 -15px 0;
  }
}
.flyer-list__item {
  width: 180px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .flyer-list__item {
    height: auto !important;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 1px solid #ccc;
  }
}
.flyer-list__item:nth-child(3n+1) {
  clear: both;
}

.flyer-list__link {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .flyer-list__link {
    padding: 15px;
  }
  .flyer-list__link::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
}
.flyer-list__link:hover .flyer-list__img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.flyer-list__link:hover .flyer-list__ttl {
  text-decoration: underline;
}

.flyer-list__img {
  margin-bottom: 10px;
  min-height: 180px;
}

@media screen and (max-width: 768px) {
  .flyer-list__img {
    width: 90px;
    margin-bottom: 0;
    float: left;
    min-height: inherit;
  }
}
.flyer-list__img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.flyer-list__ttl {
  margin-bottom: 5px;
  min-height: 50px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .flyer-list__ttl {
    margin-left: 105px;
    min-height: auto;
  }
}
.flyer-list__price {
  margin-bottom: 5px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .flyer-list__price {
    margin-left: 105px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .flyer-list .favorite-btn {
    text-align: left;
    margin-left: 120px;
  }
}
.item-recommend__list {
  margin-left: -20px;
}

.item-recommend__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .item-recommend__list {
    margin: 0 -15px 0;
  }
}
.item-recommend__list-img {
  width: 100%;
  margin-bottom: 10px;
  min-height: 180px;
}

@media screen and (max-width: 768px) {
  .item-recommend__list-img {
    width: 90px;
    float: left;
    min-height: inherit;
  }
}
.item-recommend__list-img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .item-recommend__list-img img {
    max-height: 90px;
  }
}
.item-recommend__list-ttl {
  margin-bottom: 5px;
  text-decoration: none;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .item-recommend__list-ttl {
    margin-left: 105px;
    margin-bottom: 2px;
    color: #004699;
  }
}
.item-recommend__list-price {
  margin-bottom: 5px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .item-recommend__list-price {
    margin-left: 105px;
    margin-bottom: 0;
  }
}
.item-recommend__link {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .item-recommend__link {
    padding: 15px 15px 5px;
  }
}
.item-recommend__link:hover .item-recommend__list-img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.item-recommend__link:hover .item-recommend__list-ttl {
  text-decoration: underline;
}

.item-recommend__ico {
  position: relative;
  display: block;
  margin: 0 auto 12px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  width: 40px;
  height: 64px;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .item-recommend__ico {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 24px;
    font-size: 10px;
    padding-left: 15px;
    line-height: 24px;
  }
}
.item-recommend__ico::before {
  position: absolute;
  top: 1px;
  left: 12px;
  content: "";
  width: 3px;
  height: 63px;
  background: #ccc;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .item-recommend__ico::before {
    display: none;
  }
}
.item-recommend__ico::after {
  position: absolute;
  top: 0;
  left: 12px;
  border-width: 25px 0 25px 41px;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .item-recommend__ico::after {
    border-width: 12px 0 12px 20px;
  }
}
.item-recommend__item {
  position: relative;
  width: 180px;
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .item-recommend__item {
    margin-bottom: 0;
    margin-left: 0;
    float: none;
    width: 100%;
    height: 90px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .item-recommend__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.item-recommend__item:nth-child(5n+1) {
  clear: both;
}

.item-recommend__item:nth-child(1) .item-recommend__ico::after {
  border-left-color: #f81e10;
}

.item-recommend__item:nth-child(2) .item-recommend__ico::after {
  border-left-color: #e9611d;
}

.item-recommend__item:nth-child(3) .item-recommend__ico::after {
  border-left-color: #d6b822;
}

.item-recommend__item:nth-child(4) .item-recommend__ico::after {
  border-left-color: #666;
}

.item-recommend__item:nth-child(5) .item-recommend__ico::after {
  border-left-color: #666;
}

.item-recommend__item .favorite-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .item-recommend__item .favorite-btn {
    position: relative;
    margin-left: 120px;
  }
}
.item-campaign__list {
  margin-left: -20px;
}

.item-campaign__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .item-campaign__list {
    margin: 0 -15px;
  }
}
.item-campaign__list-img {
  width: 100%;
  margin-bottom: 10px;
  min-height: 180px;
}

@media screen and (max-width: 768px) {
  .item-campaign__list-img {
    width: 90px;
    float: left;
    min-height: inherit;
  }
}
.item-campaign__list-img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .item-campaign__list-img img {
    max-height: 90px;
  }
}
.item-campaign__list-ttl {
  margin-bottom: 5px;
  text-decoration: none;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .item-campaign__list-ttl {
    margin-left: 105px;
    margin-bottom: 2px;
    color: #004699;
  }
}
.item-campaign__list-price {
  margin-bottom: 5px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .item-campaign__list-price {
    margin-left: 105px;
    margin-bottom: 0;
  }
}
.item-campaign__link {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .item-campaign__link {
    padding: 15px 15px 5px;
    min-height: 80px;
  }
}
.item-campaign__link:hover .item-campaign__list-img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.item-campaign__link:hover .item-campaign__list-ttl {
  text-decoration: underline;
}

.item-campaign__item {
  position: relative;
  width: 180px;
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .item-campaign__item {
    margin-left: 0;
    float: none;
    width: 100%;
    height: auto !important;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .item-campaign__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.item-campaign__item:nth-child(5n+1) {
  clear: both;
}

.item-campaign__item .favorite-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .item-campaign__item .favorite-btn {
    position: relative;
    margin-left: 120px;
  }
}
.item-list + .menu-sub-ttl {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .item-list + .menu-sub-ttl {
    padding: 12px 15px 12px 30px;
    border-top: none;
  }
}
.topics-post__category,
.topics-list__category {
  display: inline-block;
  border-radius: 4px;
  width: 105px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-left: 10px;
}

.topics-post__category--shop,
.topics-list__category--shop {
  background: #41A38B;
}

.topics-post__category--product,
.topics-list__category--product {
  background: #D36171;
}

.topics-post__category--news,
.topics-list__category--news {
  background: #4865A2;
}

.topics-post__category--campaign,
.topics-list__category--campaign {
  background: #C94040;
}

.topics-post__category--event,
.topics-list__category--event {
  background: #B1963F;
}

.topics-post__category--company,
.topics-list__category--company {
  background: #42788D;
}

.topics-post__category--press-release,
.topics-list__category--press-release {
  background: #83959E;
}

.topics-list {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .topics-list {
    margin: 0 -15px 15px;
  }
}
.topics-list__item {
  border-bottom: 1px solid #ccc;
}

.topics-list__item::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.topics-list__item--top {
  background: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .topics-list__item--top {
    padding: 0;
    border-bottom: none;
  }
}
.topics-list__item.no-data {
  text-align: center;
  width: 100%;
  margin: 30px auto;
}

.topics-list__meta {
  float: left;
}

@media screen and (max-width: 768px) {
  .topics-list__meta {
    float: none;
    margin-bottom: 5px;
  }
}
.topics-list__date {
  display: inline-block;
  color: #333;
  width: 122px;
  white-space: nowrap;
  margin-right: 8px;
}

.topics-list__link {
  display: block;
  padding: 12px 0;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .topics-list__link {
    padding: 12px 15px;
  }
}
.topics-list__ttl {
  margin-left: 265px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .topics-list__ttl {
    margin-left: 0;
    line-height: 1.2;
  }
}
a.topics-list__link:hover .topics-list__ttl {
  text-decoration: underline;
}

/*map*/
#map {
  width: 920px;
  height: 480px;
  margin: 0 auto;
  display: block;
}

#mapWrap {
  position: relative;
}

#sideMap {
  left: 10px;
  top: 70px;
  width: 250px;
  margin: 0 auto;
  position: absolute;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  z-index: 999999999;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sideMap h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

#sideMap ul {
  border-top: 1px solid #eee;
}

#sideMap li {
  border-bottom: 1px solid #eee;
}

#sideMap label {
  position: relative;
  padding: 18px 0 18px 46px;
  display: block;
  line-height: 1;
  z-index: 2;
  background: #fff;
}

#sideMap label::before {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 30px;
  height: 30px;
  border: 2px solid #c0bfbf;
  background: #fff;
  content: "";
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

#sideMap label.check::after {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 14px;
  height: 6px;
  border-left: 4px solid #39af6f;
  border-bottom: 4px solid #39af6f;
  content: "";
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sideMap label input {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: -1;
}

#mapDirectionsWarp {
  left: 120px;
  top: 10px;
  margin: 0 auto;
  position: absolute;
  z-index: 999999999;
}

#placeTypeWarp {
  font-size: 80%;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 165px;
  display: none;
}

/* bottom-nav */
.bottom-nav {
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .bottom-nav {
    padding-bottom: 80px;
  }
}
.bottom-nav__list {
  margin-left: -20px;
  margin: 0 auto;
}

.bottom-nav__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .bottom-nav__list {
    margin: 0px;
    width: auto;
    padding: 0 5px;
  }
}
.bottom-nav__item {
  float: left;
  width: 230px;
  margin-left: 20px;
  box-sizing: border-box;
  border: 2px solid #eee;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .bottom-nav__item {
    position: relative;
    width: 50%;
    font-size: 15px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .bottom-nav__item:nth-child(odd) {
    left: -5px;
  }
  .bottom-nav__item:nth-child(even) {
    left: 5px;
  }
}
.bottom-nav__item--01 .bottom-nav__link::before {
  top: 15px;
  width: 27px;
  height: 38px;
  background-image: url(/img/common/ico_menu_1.png);
}

@media screen and (max-width: 768px) {
  .bottom-nav__item--01 .bottom-nav__link::before {
    top: 10px;
    width: 17px;
    height: 24px;
  }
}
.bottom-nav__item--02 .bottom-nav__link::before {
  top: 22px;
  width: 38px;
  height: 30px;
  background-image: url(/img/common/ico_menu_2.png);
}

@media screen and (max-width: 768px) {
  .bottom-nav__item--02 .bottom-nav__link::before {
    top: 12px;
    width: 24px;
    height: 19px;
  }
}
.bottom-nav__item--03 .bottom-nav__link::before {
  top: 18px;
  width: 35px;
  height: 33px;
  background-image: url(/img/common/ico_menu_3.png);
}

@media screen and (max-width: 768px) {
  .bottom-nav__item--03 .bottom-nav__link::before {
    top: 10px;
    width: 24px;
    height: 21px;
  }
}
.bottom-nav__item--04 .bottom-nav__link::before {
  top: 17px;
  width: 35px;
  height: 33px;
  background-image: url(/img/common/ico_menu_4.png);
}

@media screen and (max-width: 768px) {
  .bottom-nav__item--04 .bottom-nav__link::before {
    top: 10px;
    width: 24px;
    height: 21px;
  }
}
.bottom-nav__link {
  position: relative;
  padding: 60px 0 10px;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .bottom-nav__link {
    padding: 30px 0 5px;
  }
}
.bottom-nav__link::before {
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.common-page {
  padding-bottom: 80px;
}

.common-page::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .common-page {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.common-page__ttl {
  margin-bottom: 25px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 40px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .common-page__ttl {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.common-page__txt {
  line-height: 2;
}

/*not found*/
.not-found {
  padding-bottom: 80px;
  text-align: center;
}

.not-found::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .not-found {
    padding-top: 20px;
  }
}
.not-found__ttl {
  margin-bottom: 5px;
  font-size: 40px;
  letter-spacing: 0.02em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .not-found__ttl {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.not-found__sub-ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .not-found__sub-ttl {
    font-size: 16px;
  }
}
.not-found__txt {
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .not-found__txt {
    line-height: 1.78;
    margin-bottom: 20px;
    text-align: left;
  }
}
.not-found__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) {
  .not-found__btn {
    display: block;
    text-align: left;
    padding: 12px 30px 11px 12px;
  }
}
.not-found__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) {
  .not-found__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%);
  }
}
.not-found--co .not-found__btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 12px 26px 11px 43px;
}

@media screen and (max-width: 768px) {
  .not-found--co .not-found__btn {
    display: block;
    text-align: left;
    padding: 12px 30px 11px 12px;
  }
}
.not-found--co .not-found__btn::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  border: none;
  background-image: url(/img/corporate/ico_link_gr.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .not-found--co .not-found__btn::before {
    display: none;
  }
}
/*guide*/
.guide-top {
  margin: -40px 0 0;
  background: url(/img/common/bg_pattern_01.png);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .guide-top {
    margin: 0;
  }
}
.guide-top .container {
  padding: 100px 0 0;
  box-sizing: border-box;
  position: relative;
  height: 447px;
}

@media screen and (max-width: 768px) {
  .guide-top .container {
    height: auto;
    padding: 35px 0 0;
    border-bottom: 1px solid #ccc;
  }
}
.guide-top__ttl {
  margin-bottom: 20px;
  margin-left: 440px;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .guide-top__ttl {
    margin-left: 0;
    text-align: center;
    font-size: 35px;
    line-height: 1;
  }
}
.guide-top__ttl-sub {
  display: block;
  font-size: 40px;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .guide-top__ttl-sub {
    font-size: 25px;
    line-height: 1.4;
  }
}
.guide-top__txt {
  margin-left: 440px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .guide-top__txt {
    margin-left: 0;
    padding: 15px;
    background: #fff;
    color: #333;
    line-height: 1.78;
  }
}
.guide-top__img {
  position: absolute;
  left: 69px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .guide-top__img {
    position: relative;
    width: 129px;
    left: 0;
    margin: 0 auto 0;
  }
}
.guide-page {
  background: #fff;
  padding: 70px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-page {
    padding: 30px 15px 0;
  }
}
.guide-page__ttl {
  margin-bottom: 20px;
  color: #20ce62;
  font-size: 40px;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .guide-page__ttl {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
  }
}
.guide-page__ttl--ico {
  position: relative;
  margin-bottom: 30px;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  .guide-page__ttl--ico {
    padding-top: 70px;
    margin-bottom: 10px;
  }
}
.guide-page__ttl--ico-location {
  background-image: url(/img/common/ico_guide_01.png);
  background-size: 75px auto;
}

@media screen and (max-width: 768px) {
  .guide-page__ttl--ico-location {
    background-size: 61px auto;
  }
}
.guide-page__ttl--ico-eat {
  background-image: url(/img/common/ico_guide_02.png);
  background-size: 60px auto;
}

@media screen and (max-width: 768px) {
  .guide-page__ttl--ico-eat {
    background-size: 54px auto;
  }
}
.guide-page__ttl--ico-rwd {
  background-image: url(/img/common/ico_guide_03.png);
  background-size: 73px auto;
}

@media screen and (max-width: 768px) {
  .guide-page__ttl--ico-rwd {
    background-size: 60px auto;
  }
}
.guide-page__txt {
  margin-bottom: 40px;
  line-height: 2.14;
}

@media screen and (max-width: 768px) {
  .guide-page__txt {
    margin-bottom: 20px;
    line-height: 1.78;
    text-align: left;
  }
}
.guide-page__link::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.guide-page__link li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .guide-page__link li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.guide-page__link li:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .guide-page__link li:nth-child(2) {
    border: none;
  }
}
.guide-page__link .wrap {
  position: relative;
  padding-top: 140px;
}

@media screen and (max-width: 768px) {
  .guide-page__link .wrap {
    background: #f6f6f6;
    border-radius: 4px;
    padding: 8px 0 8px 61px;
  }
}
.guide-page__link .ico {
  position: absolute;
  left: 50%;
  top: 20px;
  height: 91px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .guide-page__link .ico {
    left: 15px;
    top: 8px;
    background-position: left center;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.guide-page__link .ico-location {
  width: 114px;
  background-image: url(/img/common/ico_guide_01.png);
}

@media screen and (max-width: 768px) {
  .guide-page__link .ico-location {
    width: 30px;
    height: 25px;
  }
}
.guide-page__link .ico-eat {
  width: 100px;
  background-image: url(/img/common/ico_guide_02.png);
}

@media screen and (max-width: 768px) {
  .guide-page__link .ico-eat {
    width: 27px;
    height: 22px;
  }
}
.guide-page__link .ico-rwd {
  width: 112px;
  background-image: url(/img/common/ico_guide_03.png);
}

@media screen and (max-width: 768px) {
  .guide-page__link .ico-rwd {
    width: 30px;
    height: 25px;
  }
}
.guide-page__link-btn {
  position: relative;
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 8px 0 8px 36px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .guide-page__link-btn {
    width: 100%;
    text-align: left;
    background: transparent;
    padding: 0;
  }
}
.guide-page__link-btn::before {
  position: absolute;
  top: 50%;
  left: 21px;
  border-top: 7px solid #999;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  content: "";
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .guide-page__link-btn::before {
    top: 6px;
    width: 6px;
    height: 6px;
    left: inherit;
    right: 15px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;
    border-left: none;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.guide-page__inner {
  border-top: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .guide-page__inner {
    padding: 30px 0 30px;
  }
}
.guide-page__inner:first-child {
  padding-top: 0;
  border-top: none;
}

.guide-page__list {
  padding: 0 44px;
}

.guide-page__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .guide-page__list {
    padding: 0;
    text-align: left;
  }
}
.guide-page__list li {
  position: relative;
  float: left;
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  .guide-page__list li {
    width: 100%;
    left: 0 !important;
    margin-bottom: 20px;
  }
}
.guide-page__list li:nth-child(3n+1) {
  left: -44px;
}

.guide-page__list li:nth-child(3n) {
  left: 44px;
}

.guide-page__list-img {
  margin-bottom: 20px;
}

.guide-page__list-ttl {
  margin-bottom: 10px;
  font-size: 24px;
  color: #20ce62;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .guide-page__list-ttl {
    font-size: 18px;
    background: #d2f5e0;
    position: relative;
    margin: 0 -15px;
    color: #333;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    line-height: 1.4;
  }
  .guide-page__list-ttl::before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #20ce62;
  }
}
.guide-page__list-txt {
  line-height: 2.14;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .guide-page__list-txt {
    line-height: 1.78;
  }
}
.guide-page__btn {
  position: relative;
  display: inline-block;
  margin: 40px auto 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 12px 18px 11px 37px;
}

@media screen and (max-width: 768px) {
  .guide-page__btn {
    display: block;
    text-align: left;
    padding: 12px 30px 11px 12px;
  }
}
.guide-page__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) {
  .guide-page__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%);
  }
}
.guide-page--bg {
  padding: 75px 0 0;
  background: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .guide-page--bg {
    padding: 30px 15px 30px;
  }
}
.guide-page--bg .guide-page__inner {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .guide-page--bg .guide-page__inner {
    padding: 30px 0 30px;
  }
}
.guide-page--bg .guide-page__inner:first-child {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .guide-page--bg .guide-page__inner:first-child {
    padding: 0 0 30px;
  }
}
.slick-prev {
  z-index: 100;
}

/* フーズカンパニー共通のフッター */
.fds_footerOuter {
  padding: 40px 0 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.fds_footerOuter *, .fds_footerOuter *::before, .fds_footerOuter *::after {
  box-sizing: border-box;
}

.fds_footerSvgSynbol {
  display: none;
}

.fds_footerWrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fds_footerWrapper {
    display: block;
  }
}

.fds_footerLogoOuter {
  width: 180px;
  height: auto;
}

.fds_footerLogo {
  width: 180px;
  height: 50px;
  fill: #00ac4d;
}

.fds_footerTextOuter {
  width: calc(100% - 220px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .fds_footerTextOuter {
    margin-top: 15px;
    width: 100%;
  }
}

.fds_footerTextList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fds_footerTextListItem {
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .fds_footerTextListItem {
    margin-right: 2em;
    margin-bottom: 0.5em;
  }
}

.fds_footerTextListItemLink {
  text-decoration: none;
  color: #666;
  font-size: 12px;
}
.fds_footerTextListItemLink:hover {
  text-decoration: none;
}

.fds_footerTextCopyright {
  margin-top: 5px;
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fds_footerTextCopyright {
    margin-top: 15px;
  }
}/*# sourceMappingURL=common.css.map */