@charset "utf-8";
/* CSS Document */

.ec-cartRow__unitPrice {}
.ec-cartRow__unitPrice small{
    font-size: 0.6rem;
}
.ec-select label {
    display: none;
}
.price02-default {
    line-height: 0.8;
    font-size: 1.3rem;
    padding: 5px 0px 5px 0px;
    text-align: right;
    color: #DE5D50;
}
.price02-default small{
    font-size: 0.8rem;
}
.ec-price {
    text-align: right;
}
.ec-price .ec-price__price {
    line-height: 0.8;
}
.ec-price .ec-price__price small {
    font-size: 0.8rem;
}


.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 {
  padding-bottom: 0px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
}
.header.fixed {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px 0 13px;
}
#item_detail_area .item_name {
  color: #daa520;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100% !important;
}
.ec-productRole {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    margin: 0px auto 60px auto;
}
.ec-productRole .ec-grid2 {
    max-width: 980px;
    margin: 0px auto;
}
@media (min-width: 769px) {
  .header.fixed {
    /* min-width: 1160px */
  }
  #item_detail_area .item_detail .sale_price {
    text-align: right;
    font-size: 42px;
  }
}
@media (min-width: 769px) and (max-width: 1160px) {
  .header.fixed {
    /* min-width: 1020px; */
  }
}
.header.fixed .top-header {
  float: right;
  margin-bottom: 0;
  margin-top: 5px;
  width: 21%;
}
.header.fixed .top-header > p {
  display: none
}
.header.fixed .nav-menu {
  float: left;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  width: 79%;
}
@media (max-width: 768px) {
  .header.fixed .top-header {
                            float: none;
                            width: auto;
                            }
  .header.fixed {
    min-width:100%;
  }
  .header.fixed .nav-menu {
    max-width: 55%
  }
  .header .container {
    padding: 0;
  }
  .header.fixed .top-header {
    margin-top: 0;
  }
}
.header.fixed .nav-menu .main-menu .header-mini {
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible
}
@media (min-width: 769px) {
.header.fixed .nav-menu .main-menu li {}
  
  .header.fixed .nav-menu .main-menu .header-mini {
    margin-right: 30px !important;
    max-width: 70px;
    display: block;
  }
}
@media (max-width: 768px) {
  .header.fixed .nav-menu .main-menu .header-mini {
    margin-right: 0 !important;
    margin-left: 11px;
  }
  .header.fixed .nav-menu .main-menu .header-mini img {
    width: 100px;
  }
}
.header.fixed .nav-menu .main-menu li {
  /* margin-right: 40px !important */
  width: 110px;
}
.header.fixed .nav-menu .main-menu li:last-child {
  float: left
}
.header.fixed .nav-menu .main-menu .homepage {
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  width: 0;
  height: 0
}
@media (max-width: 768px) {
  .header.fixed .nav-menu .main-menu {
    text-align: left
  }
}
.header.fixed .top-header .r-menu .search-menu .searchform.focus {
  width: 135px;
  left: -113px
}
@media (max-width: 768px) {
  .header.fixed {
    padding: 0px;
  }
  .header.fixed .container {
    /* padding: 0 15px; */
  }
  .header.fixed .top-header .r-menu .search-menu.active > a {
    position: relative;
    z-index: 9
  }
  .header.fixed .top-header .r-menu .search-menu.active #search-label {
    position: static
  }
  .header.fixed .top-header .r-menu .search-menu .searchform {
    padding-top: 5px;
    background-color: transparent;
    position: relative
  }
  .header.fixed .top-header .r-menu .search-menu .searchform input {
    background-color: transparent
  }
  .header.fixed .top-header .r-menu .search-menu .searchform.focus {
    position: relative;
    height: auto;
    left: 16px;
    padding-top: 5px
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999
}
#wrapper {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
@media (min-width: 769px) {
  #wrapper.header-fixed {
    padding-top: 100px !important
  }
}
.top-header {
  margin-bottom: 0px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.top-header:after {
  content: '';
  display: block;
  clear: both
}
.top-header > p {
  float: left;
  padding-top: 18px;
}
.top-header .r-menu {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
}
.top-header .r-menu:after {
  content: '';
  display: block;
  clear: both
}
.top-header .r-menu li {
  float: left;
  margin-left: 12px;
  list-style: none;
}
.top-header .r-menu li a {
  position: relative;
  display: block;
  width: 45px;
  height: 60px;
  color: #daa520;
  text-align: center;
  line-height: 67px;
  font-size: 20px;
}

.product_page 
.ec-layoutRole {
  padding: 233px 0px 0px 0px;
}
.front_page .ec-layoutRole .ec-layoutRole__main {
    background: #000;
}

.ec-layoutRole .ec-layoutRole__main {
    background: #fff;
}
.ec-shelfRole {
  color:#fff;
}
.product_page .ec-layoutRole__main .ec-shelfRole {
  color:#000;
}




.ec-layoutRole {
  padding: 175px 0px 0px 0px;
  background: #000;
}
.item_price {
    color: #d4145a
}
.ec-topicRole {
  background: none;
}
.ec-secHeading .ec-secHeading__en {
    color: #daa520
}
.ec-secHeading .ec-secHeading__line {
    background: #daa520
}
.ec-secHeading .ec-secHeading__ja {
    color: #daa520
}

@media (min-width: 769px) {
  .top-header .r-menu li a:hover {
    color: #d4145a
  }
}
.top-header .r-menu li a [class^="icon-"] {
  line-height: inherit
}
.top-header .r-menu li.link-cart {
  margin-left: 0
}
.top-header .r-menu li.drawer-menu {}
@media (min-width: 769px) {
  .top-header .r-menu li.drawer-menu a {
    /* background-image: url("https://nikunoiijima.co.jp/restaurant/yoyaku/html/user_data/menu-ico.png") */
    display: block;
    width: 60px;
    height: 60px;
    line-height: 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 28px;
  }
  .top-header .r-menu li.drawer-menu a span {
    font-size: 8px;
    display: block;
  }
}
@media (max-width: 768px) {
  .top-header .r-menu li.drawer-menu a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 28px;
  }
  .top-header .r-menu li.drawer-menu a span {
    font-size: 8px;
  }
}
.top-header .r-menu .search-menu {
  margin-right: 12px
}
@media (min-width: 769px) {
  .top-header .r-menu .search-menu {
    margin-left: 5px
  }
}
.top-header .r-menu .search-menu > a {
  float: right;
  width: 20px;
}
.top-header .r-menu .search-menu.active #search-label {
  z-index: 9;
}
.top-header .r-menu .search-menu.active #search-label {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s
}
@media (max-width: 768px) {
  .top-header .r-menu .search-menu.active > a {
    position: static
  }
}
.top-header .r-menu .search-menu .searchform {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}
@media (min-width: 769px) {
  .top-header .r-menu .search-menu .searchform {
    padding-top: 23px
  }
  .top-header .r-menu .search-menu .searchform.focus {
    width: 200px;
    left: -169px;
  }
  .top-header .r-menu .search-menu .searchform input {
    background-color: transparent
  }
}
@media (max-width: 768px) {
  .top-header .r-menu .search-menu .searchform {
    height: auto;
    padding-top: 22px;
    background-color: #fff
  }
  .top-header .r-menu .search-menu .searchform.focus {
    width: 100%;
    left: 0
  }
}
.top-header .r-menu .search-menu .searchform .search-box {
  position: relative;
  width: 100%
}
.top-header .r-menu .search-menu .searchform input {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #999;
  outline: none;
  padding: 5px 25px;
  border-radius: 0
}
@media (max-width: 768px) {
  .top-header .r-menu .search-menu .searchform input {
    padding: 6px 30px
  }
}
.top-header .r-menu .search-menu .searchform .search-btn {
  background: transparent;
  border: 0;
  color: #999;
  font-size: 20px;
  outline: none;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0
}

.header.fixed .nav-menu .main-menu {
    top: 10px;
}
.nav-menu .main-menu {
  text-align: center;
  position: relative;
  top: 0;
  display: block;
  float: none;
  background: none;
  border: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  top: -24px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.nav-menu .main-menu li {
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* padding-top: 16px; */
  /* float: left; */
  /* width: auto; */
  text-align: center;
  width: 20%;
  position: relative;
}
.nav-menu .main-menu li a {
  font-size: 18px;
  /* position: relative; */
  display: block;
  color: #fff;
  text-align: center;
}
.nav-menu .main-menu li a:focus {
  background: none;
}
.fixed .nav-menu .main-menu li a {
  padding: 0;
  font-size: 16px;
}
.nav-menu .main-menu li a:hover {
  background: none;
}
.nav-menu .main-menu li a:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 0;
  height: 2px;
  background-color: #daa520;
  content: "";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(-50%);
}
.nav-menu .main-menu li a.current:after, .nav-menu .main-menu li a:hover:after {
  width: 50px
}
.nav-menu .main-menu li span {
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  position: relative;
  top: -2px
}
@media (min-width: 769px) {
  .nav-menu .main-menu li.homepage {
    /* width: 49.5%; */
  }
  .nav-menu .main-menu li.homepage img {
    width: 200px;
    margin: 0px;
    /* position: relative; */
    /* top: -44px; */
  }
}
.nav-menu .main-menu li.header-mini a:after, .nav-menu .main-menu li.homepage a:after {
  content: none
}
.nav-menu .main-menu li.header-mini + li {
  /* text-align: left; */
  /* margin-right: 10px; */
}
.nav-menu .main-menu li:last-child {
  text-align: right;
  float: right
}
.nav-menu .main-menu .header-mini {
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  width: 0;
  height: 0;
  width: 20%;
  display: none;
}
@font-face {
  font-family: 'AGaramond-Regular';
  src: url("../fonts/AGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramond-Regular.otf") format("opentype"), url("../fonts/AGaramond-Regular.woff") format("woff"), url("../fonts/AGaramond-Regular.ttf") format("truetype"), url("../fonts/AGaramond-Regular.svg#AGaramond-Regular") format("svg");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'A1MinchoStd-Bold-AlphaNum';
  src: url("../fonts/A1MinchoStd-Bold-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/A1MinchoStd-Bold-AlphaNum.otf") format("opentype"), url("../fonts/A1MinchoStd-Bold-AlphaNum.woff") format("woff"), url("../fonts/A1MinchoStd-Bold-AlphaNum.ttf") format("truetype"), url("../fonts/A1MinchoStd-Bold-AlphaNum.svg#A1MinchoStd-Bold-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'AGaramond-Italic';
  src: url("../fonts/AGaramond-Italiceot?#iefix") format("embedded-opentype"), url("../fonts/AGaramond-Italic.otf") format("opentype"), url("../fonts/AGaramond-Italic.woff") format("woff"), url("../fonts/AGaramond-Italic.ttf") format("truetype"), url("../fonts/AGaramond-Italic.svg#AGaramond-Italic") format("svg");
  font-weight: normal;
  font-style: normal
}
@media (max-width: 768px) {
  .only-pc {
    display: none !important
  }
  .nav-menu .main-menu {
    position: absolute;
    top: 0px;
  }
  .nav-menu .main-menu .header-mini {
    visibility: visible;
    opacity: 1;
    width: 170px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .nav-menu .main-menu li.homepage a {
    display: none;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none !important
  }
}
#close_sidebar_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
#close_sidebar_menu.open {
  text-indent: -99999px;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.close_sidebar {
  margin: 0;
  color: #777;
  padding: 0px 0px 20px 0px;
  display: block;
  float: right;
  font-size: 28px;
  width: 54px;
  height: 54px;
  position: relative;
}
.sidebar_menu_wrapper {
  right: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-transform: translate(320px, 0px);
  -ms-transform: translate(320px, 0px);
  transform: translate(320px, 0px);
  -o-transform: translate(320px, 0px);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  padding: 20px;
  box-sizing: border-box;
  background: #f4f4f4;
  position: fixed;
  top: 0px;
  height: 100%;
  z-index: 9999;
  color: #999
}
.sidebar_menu_wrapper .searchform {
  margin-bottom: 27px;
  clear: both;
}
.sidebar_menu_wrapper .searchform input {
  width: 100%;
  height: 50px;
  padding-left: 46px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.sidebar_menu_wrapper .searchform .search-box {
  position: relative;
  clear: both
}
.sidebar_menu_wrapper .searchform .search-btn {
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 0;
  top: 44%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar_menu_wrapper .searchform .search-btn span {
  font-size: 14px;
  color: #bababa
}
.search-box input, .search-box .search-btn {
  outline: none
}
body.js_nav .sidebar_menu_wrapper {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}
.menu-navigate-container > ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
  padding-bottom: 15px;
  list-style: none;
}
.menu-navigate-container > ul li {
  margin-bottom: 15px
}
.menu-navigate-container > ul li a {
  font-size: 14px;
  color: #180f12
}
.menu-navigate-container > ul.menu-03 {
  border-bottom: 0;
  margin-bottom: 28px
}
.menu-navigate-container > ul:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0
}
.menu-navigate-container .social-menu {
  background-image: url("../img/common/follow-me.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 142px;
  padding-top: 36px;
  padding-left: 8px
}
.menu-navigate-container .social-menu:after {
  content: '';
  display: block;
  clear: both
}
.menu-navigate-container .social-menu li {
  float: left;
  margin-right: 30px
}
.menu-navigate-container .social-menu li a {
  font-size: 25px
}
.header_logo_area {
  margin-right: 100px;
}
.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;
}

.col-sm-6 .pickup_item {
  width:100%;
}
.pickup_item {
  /* width:980px; */
  margin:0px auto;
  padding: 0px 0px 40px 0px;
}
.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;
}
/* 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('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: .25;
  background-color: black;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: .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
*******************************/
@media only screen and (max-width: 767px) {
  #contents {
    margin-top: 63px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  #contents {
    margin-top: 250px;
    padding-top: 30px;
    overflow: hidden;
  }
  .front_page  #contents {
  padding: 0px 0px 0px 0px;
  border: 0;
  margin: 249px 0px 0px 0px;
  }
  /****** Header Setting ********/
  /****** Layout ********/
  /* header */
  #header .header_logo_area {
    float: left;
    margin-right: 265px;
  }
  #header #drawer #search {
    position: relative;

  }
  #search {
    background: none;
    padding: 0;
  }
  #member {
    float: right;
  }
  .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;
  }
}
/* --------------------------------
    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: .5;
}
.extra-form {
  margin: 10px 0;
}
.scene_title {
  text-align: center;
  padding-bottom: 30px;
}
.ec-newsRole .ec-newsRole__newsTitle {
  color:#fff;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  color:#fff;
}
.scene_title p {
  padding: 0;
  margin: 0;
color: #daa520
}
.scene_title h2 {
  position: relative;
  display: inline-block;
  padding: 0 75px;
  line-height: 0px;
color: #daa520
}
.scene_title h2 span {
  font-size: 18px;
  margin-right: 10px;
}
.scene_title h2:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 2px;
  background-color: black;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-120deg);
}
.scene_title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 2px;
  background-color: black;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.scene_title h2:before {
  left: 0;
}
.scene_title h2:after {
  right: 0;
}
.scene_img {
  clear: both;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.scene_img li {
  list-style: none;
  text-align: center;
  font-size: 108%;
  width: 31.333%;
}

.ec-newsRole .ec-newsRole__news {
  border: 0;
}
.scene_img li:first-child {
}
.scene_img li p {
  color:#fff;
  text-align: left;
}
.scene_img li figure {
  margin: 0 0 15px;
}
.scene_img li figure img {
  width:100%;
  
}
.ec-productRole .infomation {
    border: 2px solid #ccc;
    margin: 0px auto 29px auto;
    padding: 5px;
    font-size: 14px;
}

.infomation {
  text-align: center;
  /* border: 23px solid #eee; */
  padding: 30px;
  margin: 70px auto;
  max-width: 980px;
  background: #fff;
}
.infomation h3 {
  position: relative;

  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #900;
}
.infomation h3:before, .infomation h3:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.infomation h3:before {
  border-left: solid 1px #900;
  border-top: solid 1px #900;
  top: 0;
  left: 0;
}
.infomation h3:after {
  border-right: solid 1px #900;
  border-bottom: solid 1px #900;
  bottom: 0;
  right: 0;
}
.infomation p {
    text-align: left;
    font-size: 14px;
    line-height: 31px;
}
.price_info {
  text-align: center;
  border: 23px solid #eee;
  padding: 30px;
  margin-bottom: 70px;
}
.price_info h3 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #900;
}
.price_info p {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #900;
}
@media (max-width: 768px) {
  .scene_img li {
    width: 33.333%;
  }
  .scene_img li p {
    font-size: 8px
  }
  .infomation {
    border: 2px solid #eee;
    padding: 10px;
    margin: 20px 10px;
  }
	.ec-productRole .infomation {
    font-size: 1rem;
    text-align: left;
}
	.tea_box {
    padding: 0px 0px 20px 0px;
}
  #contents_top{
    padding: 0px 10px;
}
  .price_info {
    border: 2px solid #eee;
    padding: 10px;
  }
  .infomation h3 {
    font-size: 1rem;
  }
  .price_info h3 {
    font-size: 14px;
  }
  .infomation p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .price_info p {
    font-size: 12px;
  }
  .infomation h3:before, .infomation h3:after {
    content: '';
    width: 12px;
    height: 15px;
    position: absolute;
    display: inline-block;
  }
}
#c_menu {
  height: auto;
  overflow: hidden;
  padding: 50px 0px 0px 0px;
  margin-left: -30px;
  margin-right: -30px;
}
#c_menu .column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap:wrap;
  padding: 0px;
}
@media screen and (min-width: 1023px) {
  #c_menu .column a {
    padding: 10px;
    position: relative;
    width: 284px;
  }
  #c_menu .transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #c_menu figure:hover .transform01 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #c_menu p.cap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 19%;
    font-size: 16px;
    padding: 10px 0px 0px 20px;
    text-align: left;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0;
    color: #fff;
  }
  #c_menu figure:hover p.cap {
    opacity: 0;
  }
  #c_menu figure h3 {
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
    line-height: 35px;
    display: flex;
  }
  #c_menu figure {
    position: relative;
    overflow: hidden;
  }
  #c_menu figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    padding-top: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  #c_menu .column {
    width: 95%;
  }
  #c_menu figcaption {
    display: none;
  }
  #c_menu .column a {
    width: 50%;
    display: table-cell;
    padding: 10px;
  }
  #c_menu figure {
    position: relative;
  }
  #c_menu figure p.cap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 126px;
    height: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
}
@media (max-width: 768px) {
  .pickup_item {width:100%;}
  #c_menu .column {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  #c_menu .column a {
    display: block;
    table-layout: auto;
  }
  #c_menu .column a {
    width: 50%;
    margin: 5px auto;
    float: left;
  }
  #c_menu figure {
    position: relative;
    padding: 4px;
  }
  #c_menu figure p.cap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
  #c_menu figure figcaption {
    display: none;
  }
}
#c_menu figure:hover figcaption {
  opacity: 1;
}
/* c_menu2*/
#c_menu2 {
  height: auto;
  overflow: hidden;
  padding: 0px 0px 50px 0px;
}
#c_menu2 .column {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1023px) {
  #c_menu2 .column a {
    display: table-cell;
    padding: 10px;
    position: relative;
  }
  #c_menu2 .transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #c_menu2 figure:hover .transform01 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #c_menu2 p.cap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 17%;
    font-size: 16px;
    padding: 10px 0px 0px 20px;
    text-align: left;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0;
    color: #fff;
  }
  #c_menu2 figure:hover p.cap {
    opacity: 0;
  }
  #c_menu2 figure h3 {
    padding: 5px 40px 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
    line-height: 27px;
  }
  #c_menu2 figure {
    position: relative;
    overflow: hidden;
  }
  #c_menu2 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    padding-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  #c_menu2 .column {
    width: 95%;
  }
  #c_menu2 figcaption {
    display: none;
  }
  #c_menu2 .column a {
    width: 50%;
    display: table-cell;
    padding: 10px;
  }
  #c_menu2 figure {
    position: relative;
  }
  #c_menu2 figure p.cap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 126px;
    height: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
}
@media (max-width: 768px) {
  #c_menu2 .column {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  #c_menu2 .column a {
    display: block;
    table-layout: auto;
  }
  #c_menu2 .column a {
    width: 50%;
    margin: 5px auto;
    float: left;
  }
  #c_menu2 figure {
    position: relative;
    padding: 4px;
  }
  #c_menu2 figure p.cap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
  #c_menu2 figure figcaption {
    display: none;
  }
}
#c_menu2 figure:hover figcaption {
  opacity: 1;
}
.product_detail {}
.product_detail p {}
.size12 {
  font-size: 12px;
}
.size14 {
  font-size: 14px;
}
.menu_main {
  border: 5px solid #eee;
  margin: 5px 0px;
  padding: 5px 10px;
}
.menu_main h3 {
  font-size: 10px;
}
.menu_main dl {
  border-bottom: 1px dotted #ccc;
}
.menu_main dl:last-child {
  border-bottom: 0px;
}
.ord_area + .menu_main dl dt {
  padding: 10px 0px;
}
.menu_main dl dt {
  display: inline-block;
  width: 83%;
}
.menu_main dl dd {
  display: block;
  color: #DE5D50;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}
.menu_main dl dd span {
  font-size: 14px;
}
#item_nav {
  height: auto;
  overflow: hidden;
  padding: 50px 0px;
}
#item_nav .column {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1023px) {
  #item_nav .column a {
    display: table-cell;
    padding: 10px;
    position: relative;
  }


  #item_nav .transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #item_nav figure:hover .transform01 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #item_nav .item_foot p.cap {
    font-size: 16px;
  }
  #item_nav p.cap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 28%;
    font-size: 20px;
    padding: 10px 0px 0px 20px;
    text-align: left;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0;
    color: #fff;
  }
  #item_nav figure:hover p.cap {
    opacity: 0;
  }
  #item_nav figure h3 {
    padding: 20px 20px 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 200;
    line-height: 27px;
  }
  #item_nav .item_foot figure h3 {
    font-size: 10px;
    padding: 26px 15px;
  }
  #item_nav figure {
    position: relative;
    overflow: hidden;
  }
  #item_nav figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;


    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    padding-top: 0px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  #item_nav .column {
    width: 95%;
  }
  #item_nav figcaption {
    display: none;
  }
  #item_nav .column a {
    width: 50%;
    display: table-cell;
    padding: 10px;
  }
  #item_nav figure {
    position: relative;
  }
  #item_nav figure p.cap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 126px;
    height: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
}
.order_mail_info {
  clear: both;
  display: inline-block;
  width: 100%;
}
.renewalarea {
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  background: url(https://nikunoiijima.co.jp/honpo/images/takeout/gb_bg.jpg) repeat;
  padding: 50px 0px;
  margin-bottom: 50px;
}
.renewalarea h3 {
  text-align: center;
  padding: 0px;
}
.renewalarea .renewalbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 980px;
  margin: 0px auto;
}
.renewalarea .renewalbox div {
  width: 50%;
  padding: 50px;
}
.info_common {
  width: 980px;
  margin: 0px auto;
  border: 4px solid #900;
  padding: 10px 30px;
}
.info_common p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .renewalarea .renewalbox {
    width: 100%;
  }
  .renewalarea .renewalbox div {
    width: 90%;
  }
  .order_mail_info {}
  .info_common {
    width: 90%;
    padding: 5px;
    margin: 0px auto 10px auto;
  }
  .info_common p {
    font-size: 10px;
  }
  #item_nav .column {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  #item_nav .column a {
    display: block;
    table-layout: auto;
  }
  #item_nav .column a {
    width: 50%;
    margin: 5px auto;
    float: left;
  }
  #item_nav figure {
    position: relative;
    padding: 4px;
  }
  #item_nav figure p.cap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
  }
  #item_nav figure figcaption {
    display: none;
  }
}
#item_nav figure:hover figcaption {
  opacity: 1;
}
.course_table {}
.course_table dl {
  display: table;
  padding-bottom: 10px;
}
.course_table dt {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  width: 93px;
  text-align: center;
  background: #000;
}
.course_table dd {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
.course_table dd span {
  font-size: 12px;
}

.course_table dt span {
  padding: 5px 10px;
  font-size: 10px;
}
.menu_info {
  color: #900;
  font-size: 14px;
  padding-bottom: 10px;
}
.course_table dd span.main {
  color: #900;
  font-size: 16px;
}
.main {
  color: #900;
  font-size: 16px;
}
.guide_area h2 {
  margin: 38px 0 45px 0;
  color: #333;
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 3rem;
}
.guide_area p {
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 220%;
  font-size: 16px;
  font-size: 1.6rem;
}
.guide_area h2.cnt-tl {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  background: #000;
  padding: 13px 10px 9px 25px;
  color: #fff;
  position: relative;
}
.guide_area h2.cnt-tl::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #B19A1D;
  border-radius: 4px;
}
.guide_area h2.cnt-tl span {
  font-size: 12px;
  float: right;
}
@media (max-width: 1024px) {
  .guide_area p {
    padding-left: 13px;
    font-size: 14px;
    line-height: 18px;
  }
}
.guide_area {
  overflow: hidden;
  margin-top: 50px;
  border: solid 1px #E7E7E7;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

  box-sizing: border-box;
  background: #fff;
  padding: 10px 40px;
  margin: 0px auto;
  clear: both;
  height: auto;
  overflow: hidden;
  box-shadow: 1px 1px 5px #ccc;
  max-width:980px;
  
}
.guide_area .blc-company-boss {
  float: left;
  width: 185px;

  text-align: center;
}
.guide_area .blc-company-detail {
  float: right;
  width: 620px;
}
@media (max-width: 1024px) {
  .guide_area {
    padding: 10px 10px;
  }
  .guide_area h2 {
    font-size: 16px;
  }
  h2.title-guide {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .guide_row {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .guide_row p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }
  .guide_row h3.title-guide {
    margin-bottom: 20px;
    margin-top: 12px;
    font-size: 16px;
    padding: 10px 10px 10px 23px;
  }
}
.flow {
  margin-bottom: 30px;
  clear: both;
  height: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flow .text {
  width: 50%;
  /* float: left; */
  padding-right: 2%;
}
.flow .text .step {
  font-size: 14px;
  font-weight: bold;
  background: #6B0001;
  color: #fff;
  padding: 0px 0px 0px 10px;
  margin: 0;
}
.flow .img {
  width: 50%;
  /* float: right; */
}
.flow .img img {
  border: 5px solid #DDDDDD;
  width: 100%;
}
.kikaku_info {
  /* color: #900; */
  font-size: 0.8rem;
  padding: 19px 0px 0px 0px;
}
.ec-select .option_Label label {
	/* color: #900; */
	font-size: 0.8rem;
	font-weight:normal;
}
select {
max-width: 100% !important;
}
.item_price span {
  font-size: 8px;
}
#contents_middle {
  padding: 100px 0px;
  max-width: 980px;
  margin: 0px auto;
}
.price_link {
  padding: 40px 0px;
  position: relative;
  /* z-index: 999; */
}
.price_link h2 {
  text-align: center;
  color: #daa520
}
.price_link ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.price_link ul li {
  text-decoration: none;
  list-style: none;
}
.price_link ul li a {
  display: block;
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  margin: 10px 10px;
  background: #f7f7f7;
  color: #ff7c5c; /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.price_link ul li.a a {
  border-left: solid 6px #ff7c5c;
}
.price_link ul li.b a {
  border-left: solid 6px #FF5B5B;
}
.price_link ul li.c a {
  border-left: solid 6px #FFBC5B;
}
.price_link ul li.d a {
  border-left: solid 6px #AEFF5B;
}
.yoyakuend {
	position:relative;
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.yoyakuend:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4);
  display:block;
  color:#fff;
}
.yoyakuend:after {
  content:"受付を終了致しました";
  position:absolute;
  color:#fff;
  font-size:30px;
  width:150px;
}

.slider-pro {

}


#contents_top {
    max-width: 980px;
    margin: 0px auto;
}
.item_photo img{
  width:100%;
  
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
  color:#fff;
}
.seasonarea {
    padding: 60px 0px;
}
.ec-blockBtn--top {
  background:#daa520;
}
.ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
  color: #daa520
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  color: #daa520
}
.flex{

display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  
}
.flex > div{width: 48%;}
.flex > div img{width: 100%;}

.ec-topicRole .ec-topicRole__listItem {
    max-width: 353px;
}
.ec-topicRole .ec-topicRole__list{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;flex-wrap: wrap;}

.ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
    margin: 0;
    border: 5px solid #f1f1f1;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 40px 0px;
    background: #fff;
}
.ec-topicRole .ec-topicRole__listItemTitle {
    margin-top: 0;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}
.ec-productRole .ec-productRole__price {
    text-align: right;
    clear: both;
}

.price02-default.detailzeikomi {
  display: block;
  font-size: 10px;
  padding: 0;
  font-weight: bold;
}

.ec-price {
    line-height: 1px;
}
.ec-price.detail {
    line-height: 17px;
}


#page_product_detail .ec-price .price02-default {
  font-size: 34px;
}

#page_product_detail .price02-default.detailzeikomi {
  font-size: 18px;
  padding: 7px 0px 0px 0px;
}
#page_product_detail .ec-price {
    line-height: 12px;
}

#page_product_detail .ec-price > span.detaillar {
    line-height: 37px;
}

#page_product_detail .ec-price > span.detaillar > span+span{
}

#page_product_detail .ec-price > span{
    line-height: 11px;
}

.ec-price .price02-default {
    line-height: 23px;
}

.price02-default {
  color: #DE5D50;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  line-height: 13px;
  padding: 20px 0px 0px 0px;
}
.price02-default > span {
  /* display: block; */
  font-size: 12px;
}

.detailzeiko {
  display:block;
}
.price02-default > span > span{
  /* display: block; */
  font-size: 8px;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  height:auto;
}
.price02-default.detailzeikomi span {
    font-size: 8px;
}

.ec-mypageRole {
    max-width: 980px;
    margin: 0px auto;
}

@media (max-width:768px){
  .ec-layoutRole {
    padding: 59px 0px 0px 0px;
}
  .product_page .ec-layoutRole {
    padding: 59px 0px 0px 0px;
  }
}

@media (max-width:425px ){
  .ec-topicRole .ec-topicRole__listItem {
    max-width:100%;
  }
}
.header.fixed .container  {
  max-width:980px;
  
}
.header .container  {
  max-width: 1024px;
}
.container {
  width:100% !important;
}
.cart_infomation {
    max-width: 600px;
    margin: 0px auto 40px auto;
    padding: 10px;
    border: 2px solid #900;
    font-size: 12px;
}
.ec-cartRole__totalAmount small {
    font-size: 12px;
}
.ec-layoutRole__mainBottom {
    background: #000;
    padding: 40px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    
}
.ec-layoutRole__mainBottom  p{
	color: #fff;
}
.ec-layoutRole__mainBottom  .item_name {
	color: #fff;
}

.banquetinfo {
  text-align: center;
  margin: 20px auto;
  color: #424242;
  font-size: 14px;
  font-weight: bold;
  max-width: 980px;
  padding: 10px;
  /* border: 2px solid #C00; */
  background: #f1f1f1;
}
.banquetinfo span {
  color: #c00;
  text-align: center;
  display: block;
}

@media (max-width:768px){
	.sp-buttons {
		display:none;
	}
	.banquetinfo {
	font-size: 1rem;
	text-align:left;
	margin: 0;
	}
	.banquetinfo span{
	text-align:center;
	}
		.ec-shelfGrid__item p:nth-child(2){
		font-size: 1.4rem;
	}
	.ec-layoutRole__mainBottom .ec-shelfGrid__item p:nth-child(2){
		font-size: 1rem;
	}

	.ec-shelfGrid__item p{
		font-size: 1rem;
	}

.ec-shelfGrid__item p.price02-default {
	font-size: 1.2em;
}
	.ec-select label {
		font-size: 0.6em;
	}
	.ec-select select {
		font-size: 0.8em;
	}
	
.ec-shelfGrid__item	.item_name {
		font-size: 1.3rem;
		line-height: 1.2;
	}
	.ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
    text-align: center;
    font-size: 1rem;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
	text-align: center;
    font-size: 1.4rem;
}
	.ec-eyecatchRole .ec-eyecatchRole__introDescription {
    font-size: 1.1rem;
    line-height: 1.5;
}
.price_link h2 {
	font-size: 1.6rem;
}
.price_link ul li a {
    font-size: 1rem;
    padding: 10px;
}
.scene_title h2 {
	font-size: 1.6rem;
}
.scene_title h2 span {
    font-size: 1.2rem;
}
	.scene_img {
    padding: 0;
}
	.scene_img li{
	padding: 10px;
	}
	.ec-progress .ec-progress__label {
    font-size: 1rem;
}
	.ec-cartRow__name a{
		font-size: 1rem;
	}
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
		font-size: 1rem;
	}
	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
		font-size: 1rem;
	}
	.ec-cartRow__unitPrice {
		font-size: 1rem;
	}
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
		font-size: 1rem;
	}
	.ec-cartRole__totalText p {
			font-size: 1.2rem;
	}
	.ec-cartRole {
    margin: 0 auto;
    padding: 10px;
}
	.ec-cartRole .ec-cartRole__actions {
   display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
	#page_cart .ec-cartRole .ec-cartRole__total {
    text-align: right;
    margin: 0 0 0 auto;
    width: 100%;
}
	.ec-blockBtn--action {
    width: 49%;
    order: 3;
        -webkit-order: 3; 
}
	.ec-blockBtn--cancel {
		width: 49%;
	}
	.ec-pageHeader h1 {
    text-align: center;
    padding: 30px 0px;
    border: 0;
}
	.cart_infomation {
    font-size: 0.8rem;
    margin: 0px 0px 5px 0px;
}
	 .ec-rectHeading h2 {
    font-size: 1.3rem;
}
	.ec-orderAccount p {
		font-size: 1.3rem;
	}
	.ec-imageGrid .ec-imageGrid__content p {
		font-size: 1.3rem;
	}
	.ec-select {
    /* text-align: left; */
    max-width: 250px;
    margin: 0 auto;
    /* display: block; */
    padding: 0px 0px 13px 0px;
}
	#shopping_order_Shippings_0_Delivery {
	pointer-events: none;
	background:#ccc;
	/* float: right; */
	}
	.ec-totalBox__btn {
		 display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
	.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
		padding:0;
		margin:0;
	}
	.ec-radio span {
		font-size: 1.3rem;
	}
    .ec-productRole__btn .ec-blockBtn--action{
		width:100%;
		font-size: 1rem;
		padding: 0;
		height: auto;
		line-height: 4;
		}
    .ec-blockBtn--action add-cart {
         order: 2;
        -webkit-order: 2; 
    }
	#favorite {
    background: none;
    color: #000;
    border: 0;
    text-align: right;
    width: 100%;
}
	.ec-productRole {
    padding: 20px;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
	font-size:1.8rem;
}
.product_detail p {
	font-size:1.2rem;
}
.menu_main {
    background: #f1f1f1;
    border: 0;
}
.menu_main h3 {
    text-align: center;
}

.menu_main dl dt {
    font-size: 1.5rem;
}
	.menu_main dl dd {
    font-size: 1.5rem;
}
	.menu_main dl dd span{
    font-size: 1rem;
}
#page_product_detail .ec-price .price02-default {
	font-size: 2.3rem;
}
	#page_product_detail .price02-default.detailzeikomi {
		font-size: 1.5rem;
	}
	.ec-productRole .ec-productRole__code {
		font-size: 1rem;	
	}
	.product-code-default {
		font-size: 1rem;
	}
	.kikaku_info {
		font-size: 1.4rem;
		text-align: center;
	}
	
}

.seasongrade {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0px;
  }
  .seasongrade p.selectssl {
    font-size: 12px;
    margin-bottom: 0;
    background: rgba(255, 40, 65, 0.1);
    text-align: center;
  }
  .seasongrade dl {
    border-bottom: 1px solid #ccc;
    margin: 0px;
  }
  .seasongrade dt,.seasongrade  dd {
    padding: 8px;
  }
  .seasongrade dt {
    font-size: 1rem;
  }
.seasongrade dt small {
    display: block;
    font-size: 14px;
}
.seasongrade  dd {
      font-size: 1.5rem;
      text-align: right;
      line-height: 15px;
      color: #D40000;
  }
  .seasongrade dd span {
    font-size: 12px;
    color: #D40000;
  }
.seasongrade dd span:last-child {display: block;}
.ecselectform {
    background: rgba(255, 40, 65, 0.1);
    padding: 20px;
    margin: 20px 0px 20px 0px;
}
@media screen and (max-width: 1024px) {
  .seasongrade  dd {
  font-size: 23px;
  line-height: 12px;
  }
  .seasongrade dd span {
    font-size: 10px;
}
  .seasongrade  dt {
  }
}
@media screen and (max-width: 768px) {
  .seasongrade dt {
    font-size: 1.2rem;
  }
}

  @media screen and (max-width: 600px) {
    .seasongrade dl {
      grid-template-columns: auto;
    }
    .seasongrade dt,.seasongrade  dd {
      padding: 6px;
    }
    .seasongrade p.selectssl {
      font-size: 14px;
    }
    .seasongrade dd span {
      font-size: 12px;
    }
}
.ec-price .ec-price__price {
    line-height: 1;
}
.ec-cartRole .ec-cartRole__totalAmount {
    margin: 0;
}

.seasonbanner {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    padding: 50px 0px 50px 0px;
    flex-wrap: wrap;
}
.seasonbanner a img{width: 100%;}
@media screen and (max-width:1024px) {
  .seasonbanner {
    width: 90%;
}
.seasonbanner a{
    width: 48%;
    display: block;
}
}
@media screen and (max-width:425px) { 
.seasonbanner a {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
  .seasonbanner a:last-child {
    padding: 0px 0px 0px 0px;
  }
}
