﻿
/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Common
-------------------------------- */
body {
  font-family: Roboto, "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  line-height: 1.4;
  background-color: #f2f2f2;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
  text-align: center;
}

.img_right,
.txt_right {
  text-align: right;
}

/****** Base Layout Setting ********/
#header {
  background: #fff;
}

#contents {
  background: #fff;
}

/****** Header Setting ********/
.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
  text-decoration: none;
  color: #000;
}

.header_logo_area .header_logo a:hover {
  color: #666;
}

/****** Side Setting ********/
/****** Footer Setting ********/
/****** Effect Setting ********/
/****** Each BlockParts Setting ********/
/* cart area */
#cart_area {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

#cart_area p {
  margin: 0;
}

#cart_area p.cart-trigger {
  position: absolute;
  right: 65px;
}

#cart .inner {
  background: #f3f3f3;
}

/* search area */
#search {
  background: #EBEBEB;
  padding: 16px 8px;
}

#search select {
  width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
  float: left;
  height: 20px;
  margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */
.front_page a:hover img {
  opacity: 0.8;
}

.front_page #contents .row > div {
  padding-bottom: 8px;
}

.front_page #contents .row.no-padding > div {
  padding-bottom: 0;
}

/* Comment Area */
.front_page .comment_area h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 2px;
}

.front_page .comment_area h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.front_page .comment_area p {
  margin: 10px 0 15px;
}

/* Item List */
.front_page .item_comment {
  color: #444;
}

.front_page .item a {
  padding-bottom: 0;
}

.front_page .item a:hover {
  opacity: 0.8;
}

.front_page .item a:hover img {
  opacity: 1;
}

.front_page #contents_top .item_comment {
  color: #525263;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
  color: #9a947e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.front_page .more_link.text-warning {
  font-weight: bold;
  color: #9A947E;
}

/* news_area */
.news_contents {
  padding: 0;
}

#news_area {
  background: #F8F8F8;
}

#news_area .heading01 {
  padding: 8px;
  text-align: center;
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  #news_area .heading01 {
    padding: 11px;
    font-size: 18px;
  }
}

/* txt_bnr */
.txt_bnr_area {
  padding: 0 0 16px;
}

.txt_bnr {
  background: #f8f8f8;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  padding: 16px;
  margin: 12px 0 0;
  text-align: center;
}

.txt_bnr strong {
  color: #DE5D50;
  font-size: 20px;
  font-size: 2rem;
}

.txt_bnr strong strong {
  font-size: 32px;
  font-size: 3.2rem;
}

.item_gallery {
  clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */
#item_detail + row {
  margin-top: -1px;
  background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/ajax-loader.gif") center center no-repeat;
}

/* Arrow */
.slick_prev,
.slick_next {
  font-size: 18px;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: black;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

#item_photo_area .slick-slide {
  text-align: center;
}

#item_photo_area .slick-slide img {
  display: inline-block;
}

/******************************
	Media Query
*******************************/
/* ヘッダーロゴ、バナー */
/* SPの時 */
@media only screen and (max-width: 767px) {
  /* --------- common ---------- */
  /****** Header Setting ********/
  #header .header_logo_area {
    float: left;
    margin-bottom: 25px;
    width: 100%;
    /* バナー1つの時 */
    /* バナー2つの時 */
  }
  #header .header_logo_area .header_logo {
    margin-bottom: 15px;
  }
  #header .header_logo_area a.bnr_memorial {
    display: block;
    text-align: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #header .header_logo_area a.bnr_haisou {
    display: block;
    text-align: center;
  }
  #header .header_logo_area .bnr_area_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #header .header_logo_area .bnr_area_two .haisou_bnr {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 7px;
  }
  #header .header_logo_area .bnr_area_two .cashless_bnr {
    width: 94%;
    height: auto;
    margin: 0 auto;
  }
  #header .header_logo_area .bnr_area_two .nenmatsu_bnr {
    width: 38%;
    height: auto;
    margin: 2% auto 0;
  }
  #header .header_logo_area .bnr_area_two .newyear_bnr {
    width: 59%;
    height: auto;
    margin: 2% auto 0;
  }
  #header .header_logo_area .bnr_area_two .bnr_memorial {
    width: 90%;
    height: auto;
  }
  #header .header_logo_area .bnr_area_two .bnr_enjoyhome {
    width: 90%;
    height: auto;
    margin-top: 5px;
  }
  /****** Side Setting ********/
  /****** Effect Setting ********/
  /* 名札_メッセージカード */
  .nametag_area {
    margin-bottom: 30px;
  }
  .nametag_area .nametag_caption, .nametag_area .case_ttl, .nametag_area .sample_ttl {
    font-weight: bold;
  }
  .nametag_area .nametag_caption {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .nametag_area .case {
    margin-bottom: 40px;
  }
  .nametag_area .case .case_ttl {
    background: #eeeeee;
    padding: 5px 0 5px 10px;
    margin-bottom: 20px;
  }
  .nametag_area .case .samples {
    margin-bottom: 15px;
  }
  .nametag_area .case .sample {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .nametag_area .case .three:last-child {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
  .nametag_area .case .sample_ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .nametag_area .case .sample_img {
    border: dotted 1px #ccc;
    text-align: center;
    padding: 10px;
  }
  .nametag_area .case .sample:last-child {
    margin-right: 0;
  }
  .nametag_area .case .no_two {
    width: 100%;
    margin-right: 0;
  }
  .nametag_area p {
    font-size: 12px;
  }
  .nametag_area .case:last-child {
    margin-bottom: 0;
  }
}
/* PCの時 */
@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  /****** Header Setting ********/
  /****** Layout ********/
  /* header */
  #header .header_logo_area {
    float: left;
    width: 880px;
    display: flex;
    /* バナー1つの時 */
    /* バナー2つの時 */
  }
  #header .header_logo_area .header_logo {
    margin-right: 30px;
  }
  #header .header_logo_area .header_logo img {
    width: 173px;
    height: auto;
  }
  #header .header_logo_area a.bnr_haisou {
    display: block;
    position: absolute;
    top: 0;
    left: 42%;
    width: 340px;
  }
  #header .header_logo_area .bnr_area_two {
    display: flex;
    justify-content: space-between;
  }
  #header .header_logo_area .bnr_area_two .haisou_bnr {
    width: 339px;
    height: auto;
    margin-right: 7px;
  }
  #header .header_logo_area .bnr_area_two .cashless_bnr {
    width: 310px;
    height: auto;
  }
  #header .header_logo_area .bnr_area_two .nenmatsu_bnr {
    width: 169px;
    height: auto;
    margin-top: 7px;
  }
  #header .header_logo_area .bnr_area_two .newyear_bnr {
    width: 265px;
    height: auto;
    margin: 7px 0 0 7px;
  }
  #header .header_logo_area .bnr_area_two .bnr_enjoyhome {
    width: 360px;
    height: auto;
    margin-left: 10px;
  }
  #header #drawer #search {
    position: relative;
  }
  #search {
    background: none;
    padding: 0;
  }
  .member ul li {
    display: inline-block;
  }
  /****** Side Setting ********/
  /****** Footer Setting ********/
  /****** Each BlockParts Setting ********/
  /* search area */
  #search select {
    width: auto;
    max-width: 180px;
  }
  /* cart */
  #cart .inner {
    position: absolute;
    right: 0;
    top: 0;
  }
  #cart_area {
    top: 0;
    right: 16px;
  }
  #cart_area p {
    border: 1px solid #D9D9D9;
    float: right;
    min-width: 256px;
  }
  #cart_area p.cart-trigger {
    position: relative;
    right: 0;
  }
  #cart_area .inner {
    min-width: 256px;
  }
  #cart_area .cart_price {
    font-size: 12px;
  }
  #cart_area .cart_price .price {
    font-size: 16px;
  }
  /* --------------------------------
  	Top Page
  -------------------------------- */
  .front_page #contents .row {
    padding-bottom: 24px;
  }
  /* Comment Area */
  .front_page .comment_area h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 8px;
  }
  .front_page .comment_area h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  .front_page .comment_area p {
    font-size: 20px;
    font-size: 2rem;
    margin: 24px 0 24px;
  }
  /* news_area */
  .news_contents {
    padding: 0 16px 0 0;
  }
  #news_area .heading01 {
    padding: 16px;
    text-align: left;
  }
  #news_area {
    margin-bottom: 32px;
  }
  /* txt_bnr */
  .txt_bnr_area {
    padding-left: 16px;
  }
  .txt_bnr {
    margin: 0 0 16px;
  }
  /* --------------------------------
  	Detail Page
  -------------------------------- */
  #item_photo_area .slick-dots {
    margin: 0 -16px;
    position: relative;
    bottom: 0;
  }
  #item_photo_area .slick-dots::after {
    content: "";
    display: table;
    clear: both;
  }
  #item_photo_area .slick-dots li {
    width: 33.33333333%;
    height: auto;
    padding: 16px;
    margin: 0;
    float: left;
  }
  .slick-dots li button.thumbnail {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .slick-dots li button.thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }
  .slick-dots li button.thumbnail:hover img,
  .slick-dots li.slick-active button.thumbnail img {
    opacity: 1;
  }
  .slick-dots li button.thumbnail::before {
    display: none;
  }
  /* 名札_メッセージカード */
  .nametag_area .nametag_caption, .nametag_area .case_ttl, .nametag_area .sample_ttl {
    font-weight: bold;
  }
  .nametag_area .nametag_caption {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .nametag_area .case {
    margin-bottom: 40px;
  }
  .nametag_area .case .case_ttl {
    background: #eeeeee;
    padding: 5px 0 5px 10px;
    margin-bottom: 20px;
  }
  .nametag_area .case .samples {
    margin-bottom: 15px;
  }
  .nametag_area .case .sample {
    display: inline-block;
    width: 263px;
    margin-right: 10px;
  }
  .nametag_area .case .three {
    width: 170px;
  }
  .nametag_area .case .three:nth-child(n+2) {
    width: 171px;
  }
  .nametag_area .case .sample_ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .nametag_area .case .sample_img {
    border: dotted 1px #ccc;
    text-align: center;
    padding: 10px 0;
  }
  .nametag_area .case .sample:last-child {
    margin-right: 0;
  }
  .nametag_area .case .no_two {
    width: 543px;
    margin-right: 0;
  }
  .nametag_area p {
    font-size: 12px;
  }
  .nametag_area .case:last-child {
    margin-bottom: 0;
  }
}
/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}/*# sourceMappingURL=default.css.map */