@charset "UTF-8";
/* var */
/* mixin */
/* extend */
/* %foams_flow {
  margin: 5px 0;
  dt {
    margin-top: 10px;
    padding: 10px 5px;
    background-color: $color_G_1;
    text-align: center;
    position: relative;
    &:before {
      margin-left: -(30px / 2);
      margin-top:  -30px;
      width: 30px;
      height: 30px;
      background: url(../images/steppe_number.png) no-repeat;
      position: absolute;
      left: 50%;
      content: "";
      }
    &.step_1 {
      margin-top: 25px;
    }
    &.step_2 {
      &:before {
        background-position: -30px top;
      }
    }
    &.step_3 {
      &:before {
        background-position: -(30px * 2) top;
      }
    }
  }
  dd {
    padding: 10px 5px;
    .notes {
      margin: 0;
    }
  }
} */
/* %input[type="checkbox"] {
  margin: 0;
  display: none;
  & + label {
    margin-bottom: 5px;
    padding: 9.5px;
    padding-left: 28px;
//      width: 49%;
    border: 1px solid $color_G_3;
    background-color: $color_G_4;
    display: block;
//      display: inline-block;
    position: relative;
    cursor: pointer;
    @include border_radius(5);
    @include box_shadow(rgba(0, 0, 0, 0.2) 0px 2px 0px 0px);
    @include box_sizing(border-box);
    @include font_size(14px);
    &:before {
      margin-top: -9px;
      width: 18px;
      height: 18px;
      border: 2px solid $color_G_5;
      background-color: $color_F;
      display: block;
      position: absolute;
      left: 6px;
      top: 50%;
      @include border_radius(3);
      @include box_shadow(rgba(0,0,0,0.2) 1px 1px 1px 0px inset);
      @include box_sizing(border-box);
    }
  }
  &:checked {
    & + label {
      background-color: rgba(107, 164, 57, 0.2);
      &:after {
        margin-top: -5px;
        width: 13px;
        height: 7px;
        border-left: 3px solid $color_G_6;
        border-bottom: 3px solid $color_G_6;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 9px;
        @include box_sizing(border-box);
        @include transform_rotate(-45deg);
      }
    }
  }
} */
.member_links p.notes {
  margin: 0 5px;
  padding-left: 1em;
  line-height: 1.5;
}
.member_links p.notes:before {
  margin-left: -1em;
  content: "※";
}

.fudoukun_tv a {
  color: #2ea1f0;
  display: inline-block;
}
.fudoukun_tv a:after {
  padding-left: 5px;
  color: #2ea1f0;
  font-family: "MS PGothic", "Euphemia UCAS", Arial, sans-serif;
  font-weight: bold;
  content: ">";
}

.member_links .member_link span {
  margin-right: 5px;
  display: inline-block;
}
.member_links .member_link span:after {
  padding-left: 5px;
  font-family: "MS PGothic", "Euphemia UCAS", Arial, sans-serif;
  font-weight: bold;
  content: ">";
}

#pagetop {
  width: 40px;
  height: 40px;
  background: #E3DECC url(../images/pagetop.png) no-repeat;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
#pagetop:hover {
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
}

/* %pagetop {
  width: 40px;
  height: 40px;
  background-color: $color_0;
  display: none;
//  display: block;
  position: fixed;
  right: 10px;
    bottom: 10px;
  z-index: 4;
  @include border_radius(4);
  &:before {
    font-family: "MS PGothic", "Euphemia UCAS", Arial, sans-serif;
    color: $color_F;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 8px;
    content: ">";
    @include font_size(38px);
    @include transform_rotate(-90deg);
  }
  &:hover {
    @include opacity(0.75);
  } 
} */
#mainvisual p {
  text-align: center;
}

#newarrival .icon_images {
  min-height: 38px;
  text-align: center;
}
#newarrival .icon_images img {
  width: 37.5px;
  border: 1px solid #FFF;
}

#infomation {
  margin-bottom: 70px;
  position: relative;
}
#infomation #infomation_target {
  display: none;
}
#infomation #infomation_button {
  padding: 10px 0;
  width: 200px;
  background: #CCC;
  color: #454545;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
  -ms-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#infomation #infomation_button span {
  padding-left: 17px;
  background: url(../images/icon_allview.png) left center no-repeat;
  background-size: 12px;
}

.type_img {
  margin-bottom: 5px;
}
.type_img img {
  width: 100%;
}

.carousel_items {
  width: 100%;
  padding-bottom: 53px;
  overflow: hidden;
}
.carousel_items .carousel__item {
  padding: 0 5px;
  width: 160px;
}
.carousel_items .carousel__item .carousel___icon {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  height: 19px;
}
.carousel_items .carousel__item .carousel___icon img {
  width: 50px;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
.carousel_items .carousel__item .carousel___image {
  margin-bottom: 5px;
  min-height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.carousel_items .carousel__item > img {
  margin-bottom: 5px;
}
.carousel_items .carousel__item .carousel___type {
  margin-bottom: 5px;
  padding: 0.5px 0 1.5px;
  color: #FFF;
  text-align: center;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.carousel_items .carousel__item .carousel___catch {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.carousel_items .carousel__item .carousel___name {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.carousel_items .carousel__item .carousel___price {
  margin-bottom: 5px;
}
.carousel_items .carousel__item .carousel___price span {
  padding-right: 5px;
  color: #E64C3B;
  font-weight: bold;
  font-size: 20px;
}
.carousel_items .carousel__item .carousel___address,
.carousel_items .carousel__item .carousel___station {
  font-size: 12px;
}

.carousel_images__description {
  padding: 5px;
  background-color: #6BA439;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}

#carousel_images {
  width: 100%;
  padding-bottom: 53px;
  overflow: hidden;
}
#carousel_images figure {
  margin: auto 10px;
  width: 300px;
  position: relative;
}
#carousel_images figure img {
  margin: 10px auto;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#carousel_images figure img:hover {
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#carousel_images figure figcaption {
  padding: 5px;
  width: inherit;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.flickity-enabled .flickity-page-dots {
  bottom: 17px;
}
.flickity-enabled .flickity-page-dots .dot {
  margin: auto 1px;
  background-color: #454545;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
  background-color: #6BA439;
}
#bukkenhistory .flickity-enabled .flickity-prev-next-button,
#recommend .flickity-enabled .flickity-prev-next-button,
body.index .flickity-enabled .flickity-prev-next-button {
  border: 1px solid #CCC;
  /* 180424_矢印位置変更のため削除 */
  top: auto; 
  bottom: -22px;
}
.flickity-enabled .flickity-prev-next-button .arrow {
  fill: #888;
  /* 180424_矢印位置変更のため追加 */
  opacity: 0.5;
}

.carousel_images__cover {
  width: 100%;
  background-color: #000;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
}

.carousel_images__items {
  width: 300px;
  display: none;
  position: fixed;
  z-index: 6;
}
.carousel_images__items figure {
  text-align: center;
}
.carousel_images__items figure img {
  max-height: 300px;
}
.carousel_images__items figure figcaption {
  margin: 10px auto;
  color: #FFF;
/*  white-space: nowrap;*/
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.carousel_images__items figure nav {
  height: 44px;
  position: relative;
}
.carousel_images__items figure nav button {
  padding-top: 5px;
  width: 44px;
  height: 44px;
  border: none;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.carousel_images__items figure nav button:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
}
.carousel_images__items figure nav .item_prev {
  background-image: url(../images/carousel_images__item_prev.png);
  left: 0;
}
.carousel_images__items figure nav .item_next {
  background-image: url(../images/carousel_images__item_next.png);
  left: 54px;
}
.carousel_images__items figure nav .item_close {
  background-image: url(../images/carousel_images__item_close.png);
  right: 0;
}

.member_links {
  margin-bottom: 10px;
  text-align: center;
}
.body_original .member_links {
  margin-top: 18px;
}
.member_links h1 {
  margin-bottom: 10px;
  color: #6BA439;
  font-weight: bold;
  font-size: 20px;
}
.member_links p {
  margin-bottom: 10px !important;
}
.member_links p.notes {
  text-align: left;
  font-size: 12px;
}
.member_links .member_link a {
  color: #2ea1f0;
}

section table tr td,
#article_detail .nav_btn {
  position: relative;
}

/* .nonmember--cover {
  width: 100%;
  height: 100%;
  background-color: $color_F;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  p {
    margin-left: -(78 / 2) + px;
    margin-top: -(18 / 2) + px;
    padding: 0;
    color: $color_4;
    position: absolute;
    left: 50%;
    top: 50%;
    @include font_size(13px);
  }
  &.opacity {
    @include opacity(0.75);
  }
} */
.fudoukun_tv {
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
}
.fudoukun_tv a {
  margin-bottom: 10px;
}
.fudoukun_tv iframe {
  width: 100%;
  height: 250px;
}

.nonicon span {
  padding: 0 !important;
  background: none !important;
}

#article_detail time {
  display: block;
  text-align: right;
  font-size: 13px;
}
#article_detail time:first-of-type {
  margin-top: 10px;
}
#article_detail time:last-of-type {
  margin-bottom: 40px;
}

table.detail a,
table.detail img {
  padding: 0;
}

.articlebox .article_type_image {
  margin-bottom: 5px;
}
.articlebox .article_type_image img {
  width: 100%;
}
.articlebox .article_item {
  height: 18px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.articlebox .article_item span:before {
  color: #CCC;
  content: "＜";
}
.articlebox .article_item span:after {
  color: #CCC;
  content: "＞";
}
.articlebox .article_catch {
  min-height: 15px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* .member_name {
  width: 100%;
    padding: 2px;
  background-color: $color_5;
  color: $color_F;
  font-size: 10px;
  position: fixed;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid $color_F;
  ~ .top_h1 {
    top: 24px !important;
  }
  ~ header {
    top: 46px !important;
  }
  ~ .drawer-toggle {
    top: 91px !important;
  }
  ~ #content {
    margin-top: 150px !important;
  }
} */
#header .member_name {
  display: none;
}
#header .top_h1 {
  display: none;
}

.login .drawer-hamburger {
  top: 64px;
}
.login #header {
  height: 123px;
  border-top: none;
}
.login #header .member_name {
  padding: 2px;
  background-color: #6BA439;
  color: #FFF;
  display: block;
  font-size: 10px;
}
.login #header .contactnav {
  top: 64px;
}
.login #content {
  margin-top: 143px;
}

.index .drawer-hamburger {
  top: 64px;
}
.index #header {
  height: 123px;
  border-top: none;
}
.index #header .top_h1 {
  padding: 2px;
  background-color: #6BA439;
  color: #FFF;
  font-weight: normal;
  display: block;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.index #header .contactnav {
  top: 64px;
}
.index #content {
  margin-top: 123px;
}
.index.login .drawer-hamburger {
  top: 87px;
}
.index.login #header {
  height: 146px;
}
.index.login #header .member_name {
  border-bottom: 1px solid #FFF;
}
.index.login #header .topnav {
  margin-top: 1px;
}
.index.login #header .contactnav {
  top: 87px;
}
.index.login #content {
  margin-top: 166px;
}

@media screen and (min-width: 375px) {
  .carousel_images__items {
    width: 355px;
  }
  .carousel_images__items figure img {
    max-height: 355px;
  }
}
@media screen and (min-width: 414px) {
  .carousel_images__items {
    width: 394px;
  }
  .carousel_images__items figure img {
    max-height: 394px;
  }
}
@media screen and (min-width: 480px) {
  .flickity-enabled .flickity-page-dots .dot {
    margin: auto 4px;
  }

  .carousel_images__items figure img {
    max-height: 225px;
  }
}
@media screen and (min-width: 600px) {
  .carousel_images__items {
    width: 580px;
  }
  .carousel_images__items figure img {
    max-height: 580px;
  }
}
@media screen and (min-width: 667px) {
  .carousel_images__items figure img {
    max-height: 275px;
  }
}
@media screen and (min-width: 736px) {
  .carousel_images__items figure img {
    max-height: 310px;
  }
}
@media screen and (min-width: 768px) {
  .articlebox p.article_type {
    padding: 3px;
  }
  .articlebox .article_type_image {
    text-align: center;
  }
  .articlebox .article_type_image img {
    width: auto;
  }

  #newarrival .icon_images {
    margin-bottom: 5px;
    text-align: center;
  }
  #newarrival .icon_images img {
    width: 45.5px;
    border: 1px solid #FFF;
  }

  .carousel_items .carousel__item {
    width: 192px;
  }
  .carousel_items .carousel__item .carousel___icon img {
    width: 36.4px;
    border: 1px solid #FFF;
    box-sizing: border-box;
  }
  .carousel_items .carousel__item .carousel___type {
    padding: 2.5px 0 3px;
  }

  .flickity-enabled .flickity-page-dots .dot {
    margin: auto 6px;
  }

  .carousel_images__items {
    width: auto;
  }
  .carousel_images__items figure img {
    max-width: 748px;
    max-height: none;
  }

  .member_links p {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .carousel_images__items figure img {
    max-width: 1004px;
  }
}


#article_detail .contracted {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #EE6557;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1em;
  text-align: center;
}

#article_detail .notoccupied {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #007FFF;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1em;
    text-align: center;
}


/*# sourceMappingURL=add_class.css.map */
