@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : shopmenu.css
 author     : Ability Consultant
 style info : ショップメニュー
=================================================================== */
.box_financier .box_inner:after, .box_ureshinotea .box_inner:after, .box_tea .box_inner:after, .box_tofu .box_inner:after, .box_goods:after, .box_goods .box_container:after, .box_goods_detail .box_container:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
#contents {
  overflow: hidden;
}

.slide_overflow_style .slide_wraper {
  margin: 0 -10px;
}
.slide_overflow_style .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.slide_overflow_style .slick-slide {
  position: relative;
  padding: 0 10px;
}
.slide_overflow_style .slick-slide .img_thumb {
  width: 100%;
}
.slide_overflow_style .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 25px;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px dotted #da251c;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 0 1px 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .slick-arrow {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.slide_overflow_style .slick-arrow:hover {
  opacity: 0.7;
}
.slide_overflow_style .slick-arrow .ic_arrow {
  display: block;
  position: relative;
  width: 90px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .slick-arrow .ic_arrow {
    width: 40px;
  }
}
.slide_overflow_style .slick-arrow .ic_arrow:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #da251c;
}
.slide_overflow_style .slick-prev {
  left: -75px;
  right: auto;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_overflow_style .slick-prev {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .slick-prev {
    left: 15px;
  }
}
.slide_overflow_style .slick-prev .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border: 0;
  border-left: 25px solid transparent;
  border-bottom: 11px solid #da251c;
}
.slide_overflow_style .slick-next {
  right: -75px;
  left: auto;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_overflow_style .slick-next {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .slick-next {
    right: 15px;
  }
}
.slide_overflow_style .slick-next .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border: 0;
  border-right: 25px solid transparent;
  border-bottom: 11px solid #da251c;
}
.slide_overflow_style .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 25px;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .slick-dots {
    bottom: 10px;
  }
}
.slide_overflow_style .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.slide_overflow_style .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border: 0 none;
  border-radius: 0;
  background: #fff;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.slide_overflow_style .slick-dots li.slick-active button {
  background: #da251c;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  background: transparent url(../shopmenu/images/img_title-pc.jpg) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .con_title {
    background-image: url(../shopmenu/images/img_title-sp.jpg);
  }
}
.con_title .title_inner {
  background: #23559c !important;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
  margin-bottom: 0 !important;
}

/* -----------------------------------------------------------
	.con_shop
----------------------------------------------------------- */
.con_shop {
  padding-top: 55px;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shop {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop {
    padding-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shop {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop {
    margin-bottom: 3em;
  }
}
.con_shop .box_img_left {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.con_shop .box_img_left img {
  /*　画面サイズが1190pxから1700pxまではここを読み込む　*/
  /*　画面サイズが1024pxから1190pxまではここを読み込む　*/
}
@media screen and (min-width: 1190px) and (max-width: 1700px) {
  .con_shop .box_img_left img {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1190px) {
  .con_shop .box_img_left img {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shop .box_img_left img {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_img_left img {
    display: none;
  }
}
.con_shop .box_img_right {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.con_shop .box_img_right img {
  /*　画面サイズが1190pxから1700pxまではここを読み込む　*/
  /*　画面サイズが1024pxから1190pxまではここを読み込む　*/
}
@media screen and (min-width: 1190px) and (max-width: 1700px) {
  .con_shop .box_img_right img {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1190px) {
  .con_shop .box_img_right img {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shop .box_img_right img {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_img_right img {
    display: none;
  }
}
.con_shop .box_img {
  margin: 0 auto;
  width: 70%;
}
.con_shop .box_shop {
  z-index: 5;
}
.con_shop .box_shop .st_md_blue {
  margin-bottom: 40px;
}
.con_shop .box_shop .st_md_blue .jp {
  font-size: 172%;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .st_md_blue .jp {
    font-size: 115%;
  }
}
.con_shop .box_shop .tbl {
  margin-bottom: 38px;
}
.con_shop .box_shop .tbl table {
  margin: 0 auto;
  max-width: 427px;
}
.con_shop .box_shop .tbl table th {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .tbl table th {
    width: 100%;
  }
}
.con_shop .box_shop .txt {
  margin-bottom: 145px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shop .box_shop .txt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .txt {
    margin-bottom: 10px;
  }
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
/* .st_md_blue （Recommended Menu）
----------------------------------------------------------- */
.st_md_blue {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_blue {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_blue {
    margin-bottom: 20px;
  }
}

/* .box_financier （フィナンシェ）
----------------------------------------------------------- */
.box_financier .box_inner {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_financier .box_inner {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .box_financier .box_inner {
    margin-bottom: 3em;
  }
}
.box_financier .box_inner .left {
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_financier .box_inner .left {
    padding-right: 0;
  }
}
.box_financier .box_inner .right {
  padding-left: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_financier .box_inner .right {
    padding-left: 0;
  }
}
.box_financier .box_inner .col_detail {
  margin-top: 20px;
  width: 55%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_financier .box_inner .col_detail {
    width: 100%;
    float: none;
  }
}
.box_financier .box_inner .col_detail .label {
  margin-bottom: 15px;
}
.box_financier .box_inner .col_detail .label span {
  background: #2e648f;
  color: #fff;
  padding: 4px 20px;
}
.box_financier .box_inner .col_detail .title {
  font-size: 172%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box_financier .box_inner .col_detail .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
.box_financier .box_inner .col_detail .detail {
  padding: 30px 0;
  border-bottom: 1px dotted #080706;
  border-top: 1px dotted #080706;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .box_financier .box_inner .col_detail .detail {
    padding: 1em 0;
    margin-bottom: 2em;
  }
}
.box_financier .box_inner .col_detail .btn_ghost_double_dark {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .box_financier .box_inner .col_detail .btn_ghost_double_dark {
    text-align: center;
  }
}
.box_financier .box_inner .col_thumb, .box_financier .box_inner .col_slide {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_financier .box_inner .col_thumb, .box_financier .box_inner .col_slide {
    width: 100%;
    float: none;
  }
}
.box_financier .nobottom_inner {
  margin-bottom: 0px;
}
.box_financier.financier {
  background: url(../shopmenu/images/bg_financier.png) no-repeat;
  background-position: left,center;
}
@media screen and (max-width: 1600px) {
  .box_financier.financier {
    background: none;
  }
}
.box_financier.financier .col_thumb .img_financier {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .box_financier.financier .col_thumb .img_financier {
    text-align: center;
  }
}
.box_financier.financier .col_thumb .img_right {
  overflow: hidden;
  position: absolute;
  top: -200px;
  right: -340px;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .box_financier.financier .col_thumb .img_right {
    display: none;
  }
}
.box_financier.financier .col_thumb .img_left :first-child {
  position: absolute;
  bottom: -125px;
  left: -200px;
  z-index: 5;
}
.box_financier.financier .col_thumb .img_left :nth-child(2) {
  position: absolute;
  width: 210px;
  bottom: -170px;
  left: -390px;
  z-index: 4;
  transform: rotate(-4deg);
}
.box_financier.financier .col_thumb .img_left :last-child {
  position: absolute;
  bottom: -100px;
  left: -1000px;
  z-index: -2;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1600px) {
  .box_financier.financier .col_thumb .img_left {
    display: none;
  }
}

/* .box_ureshinotea （嬉野茶）
----------------------------------------------------------- */
.box_ureshinotea .box_inner {
  margin-top: 80px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .box_ureshinotea .box_inner {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_ureshinotea .box_inner {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .box_ureshinotea .box_inner {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 1600px) {
  .box_ureshinotea .box_inner {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_ureshinotea .box_inner .img_ureshinotea {
    text-align: center;
  }
}
.box_ureshinotea .box_inner .left {
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_ureshinotea .box_inner .left {
    padding-right: 0;
  }
}
.box_ureshinotea .box_inner .right {
  padding-left: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_ureshinotea .box_inner .right {
    padding-left: 0;
  }
}
.box_ureshinotea .box_inner .col_detail {
  position: relative;
  margin-top: 20px;
  width: 55%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_ureshinotea .box_inner .col_detail {
    width: 100%;
    float: none;
  }
}
.box_ureshinotea .box_inner .col_detail .title {
  font-size: 172%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box_ureshinotea .box_inner .col_detail .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
.box_ureshinotea .box_inner .col_detail .title span {
  font-size: 65%;
}
.box_ureshinotea .box_inner .col_detail .detail {
  padding: 30px 0;
  border-bottom: 1px dotted #080706;
  border-top: 1px dotted #080706;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .box_ureshinotea .box_inner .col_detail .detail {
    padding: 1em 0;
    margin-bottom: 2em;
  }
}
.box_ureshinotea .box_inner .col_detail .btn_ghost_double_dark {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .box_ureshinotea .box_inner .col_detail .btn_ghost_double_dark {
    text-align: center;
  }
}
.box_ureshinotea .box_inner .col_thumb, .box_ureshinotea .box_inner .col_slide {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_ureshinotea .box_inner .col_thumb, .box_ureshinotea .box_inner .col_slide {
    width: 100%;
    float: none;
  }
}
.box_ureshinotea .nobottom_inner {
  margin-bottom: 0px;
}
.box_ureshinotea.ureshinotea .img_tofu {
  position: relative;
  z-index: -1;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .box_ureshinotea.ureshinotea .img_tofu {
    text-align: center;
  }
}
.box_ureshinotea.ureshinotea .img_left {
  overflow: hidden;
  position: absolute;
  top: -110px;
  left: -290px;
  z-index: 5;
  background-color: #333;
}
@media screen and (max-width: 1600px) {
  .box_ureshinotea.ureshinotea .img_left {
    display: none;
  }
}
.box_ureshinotea.ureshinotea .right_inner {
  position: relative;
}
.box_ureshinotea.ureshinotea .img_right {
  overflow: hidden;
  position: absolute;
  bottom: -120px;
  right: -150px;
  z-index: 5;
  transform: rotate(-2deg);
}
@media screen and (max-width: 1600px) {
  .box_ureshinotea.ureshinotea .img_right {
    display: none;
  }
}

/* .box_tea （嬉野茶）
----------------------------------------------------------- */
.box_tea {
  margin-bottom: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tea {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tea {
    margin-bottom: 4em;
  }
}
.box_tea .box_inner .left {
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_tea .box_inner .left {
    padding-right: 0;
  }
}
.box_tea .box_inner .col_detail {
  position: relative;
  margin-top: 20px;
  width: 55%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_tea .box_inner .col_detail {
    width: 100%;
    float: none;
  }
}
.box_tea .box_inner .col_detail .label {
  margin-bottom: 15px;
}
.box_tea .box_inner .col_detail .label span {
  background: #2e648f;
  color: #fff;
  padding: 4px 20px;
}
.box_tea .box_inner .col_detail .title {
  font-size: 172%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box_tea .box_inner .col_detail .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
.box_tea .box_inner .col_detail .detail {
  padding: 30px 0;
  border-bottom: 1px dotted #080706;
  border-top: 1px dotted #080706;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .box_tea .box_inner .col_detail .detail {
    padding: 1em 0;
    margin-bottom: 2em;
  }
}
.box_tea .box_inner .col_detail .btn_ghost_double_dark {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .box_tea .box_inner .col_detail .btn_ghost_double_dark {
    text-align: center;
  }
}
.box_tea .box_inner .col_detail .img_one {
  position: absolute;
  z-index: 6;
  width: 160px;
  top: 140px;
  right: -220px;
  transform: rotate(-12deg);
}
.box_tea .box_inner .col_detail .img_two {
  position: absolute;
  z-index: 7;
  width: 100px;
  bottom: -100px;
  right: 20px;
  transform: rotate(-20deg);
}
.box_tea .box_inner .col_detail .img_three {
  position: absolute;
  z-index: 6;
  width: 120px;
  bottom: -35px;
  right: -120px;
  transform: rotate(20deg);
}
.box_tea .box_inner .col_thumb {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_tea .box_inner .col_thumb {
    width: 100%;
    float: none;
  }
}
.box_tea .nobottom_inner {
  margin-bottom: 0px;
}
.box_tea.tea {
  position: relative;
}
.box_tea.tea .box_inner .col_detail {
  width: 41.5%;
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .col_detail {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .col_detail .img_leaf {
    text-align: right;
    margin-bottom: 2em;
  }
}
.box_tea.tea .box_inner .col_thumb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .col_thumb {
    width: 95%;
    margin: 0 auto;
    position: static;
    margin-top: 30px;
  }
}
.box_tea.tea .box_inner .col_thumb .img img {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .box_tea.tea .box_inner .col_thumb .img img {
    width: 100%;
  }
}
.box_tea.tea .box_inner .col_thumb .title {
  font-size: 172%;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .box_tea.tea .box_inner .col_thumb .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .col_thumb .title {
    text-align: center;
  }
}
.box_tea.tea .box_inner .con_cosme {
  background: transparent url(../images/common/bg_pattern_light_gray.png) repeat left top;
  width: 120%;
  position: absolute;
  right: 0;
  top: 380px;
  float: right;
  z-index: -1;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .box_tea.tea .box_inner .con_cosme {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .con_cosme {
    position: static;
    background: none;
    width: 95%;
    margin: 0 auto;
    float: none;
  }
}
.box_tea.tea .box_inner .con_cosme .img_one {
  position: absolute;
  top: 125px;
  right: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .con_cosme .img_one {
    position: static;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
.box_tea.tea .box_inner .con_cosme .img_two {
  display: inline-block;
  position: absolute;
  bottom: -160px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .con_cosme .img_two {
    display: none;
  }
}
.box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail {
  padding-left: 254px;
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail {
    padding-left: 0;
  }
}
.box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail .title {
  font-size: 172%;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail .title {
    text-align: center;
  }
}
.box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail .detail {
  width: 456px;
  padding: 30px 0;
  border-bottom: 1px dotted #080706;
  border-top: 1px dotted #080706;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail .detail {
    padding: 1em 0;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 1024px) {
  .box_tea.tea .box_inner .con_cosme .box_cosme .cosme_detail .detail {
    width: 100%;
  }
}

/* .box_tofu （豆腐）
----------------------------------------------------------- */
.box_tofu .box_inner {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tofu .box_inner {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tofu .box_inner {
    margin-bottom: 4em;
  }
}
.box_tofu .box_inner .left {
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_tofu .box_inner .left {
    padding-right: 0;
  }
}
.box_tofu .box_inner .right {
  padding-left: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_tofu .box_inner .right {
    padding-left: 0;
  }
}
.box_tofu .box_inner .col_detail {
  position: relative;
  margin-top: 20px;
  width: 55%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_tofu .box_inner .col_detail {
    width: 100%;
    float: none;
  }
}
.box_tofu .box_inner .col_detail .title {
  font-size: 172%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box_tofu .box_inner .col_detail .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
.box_tofu .box_inner .col_detail .title span {
  font-size: 65%;
}
.box_tofu .box_inner .col_detail .detail {
  padding: 30px 0;
  border-bottom: 1px dotted #080706;
  border-top: 1px dotted #080706;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .box_tofu .box_inner .col_detail .detail {
    padding: 1em 0;
    margin-bottom: 2em;
  }
}
.box_tofu .box_inner .col_detail .btn_ghost_double_dark {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .box_tofu .box_inner .col_detail .btn_ghost_double_dark {
    text-align: center;
  }
}
.box_tofu .box_inner .col_thumb, .box_tofu .box_inner .col_slide {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .box_tofu .box_inner .col_thumb, .box_tofu .box_inner .col_slide {
    width: 100%;
    float: none;
  }
}
.box_tofu .nobottom_inner {
  margin-bottom: 0px;
}
.box_tofu.tofu .img_tofu {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .box_tofu.tofu .img_tofu {
    text-align: center;
  }
}
.box_tofu.tofu .img_left {
  overflow: hidden;
  position: absolute;
  top: -80px;
  left: -300px;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .box_tofu.tofu .img_left {
    display: none;
  }
}
.box_tofu.tofu .right_inner {
  position: relative;
}
.box_tofu.tofu .img_right {
  overflow: hidden;
  position: absolute;
  bottom: -140px;
  right: -240px;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .box_tofu.tofu .img_right {
    display: none;
  }
}

/* .box_goods
----------------------------------------------------------- */
.box_goods {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .box_goods {
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
.box_goods .box_container {
  position: relative;
}
.box_goods .box_container .st {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 5;
  font-size: 500%;
  font-family: "Oswald", sans-serif;
  color: #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .box_goods .box_container .st {
    right: 0;
    text-align: center;
  }
}
.box_goods .box_img {
  background: url(../shopmenu/images/img_zakka-pc.jpg) 0 50% no-repeat;
  position: relative;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .box_goods .box_img {
    background: url(../shopmenu/images/img_zakka-sp.jpg);
  }
}
.box_goods .box_img .txt {
  display: table;
  text-align: center;
  z-index: 5;
  position: absolute;
  top: 185px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.box_goods .box_img .txt span {
  background: #fff;
  font-size: 172%;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .box_goods .box_img .txt span {
    font-size: 129%;
    padding: 0;
  }
}

.box_goods_detail {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_goods_detail {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box_goods_detail {
    margin-bottom: 1em;
  }
}
.box_goods_detail .box_container {
  position: relative;
}
.box_goods_detail .box_container .bg_white {
  position: absolute;
  left: auto;
  right: 61%;
  top: 0;
  width: 100000%;
  height: 101%;
  background: #fff;
  z-index: 3;
}
.box_goods_detail .box_container .left {
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_goods_detail .box_container .left {
    padding-right: 0;
  }
}
.box_goods_detail .box_container .right {
  padding-left: 45px;
}
@media only screen and (max-width: 1024px) {
  .box_goods_detail .box_container .right {
    padding-left: 0;
  }
}
.box_goods_detail .box_container .col_detail {
  margin-top: 20px;
  width: 55%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_detail {
    width: 100% !important;
    float: none;
    padding: 0;
  }
}
.box_goods_detail .box_container .col_detail .label {
  margin-bottom: 15px;
}
.box_goods_detail .box_container .col_detail .label span {
  background: #2e648f;
  color: #fff;
  padding: 4px 20px;
}
.box_goods_detail .box_container .col_detail .title {
  font-size: 172%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_detail .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
.box_goods_detail .box_container .col_detail .detail {
  padding: 30px 0;
  border-bottom: 1px dotted #080706;
  border-top: 1px dotted #080706;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .box_goods_detail .box_container .col_detail .detail {
    padding: 1em 0;
    margin-bottom: 2em;
  }
}
.box_goods_detail .box_container .col_detail .btn_ghost_double_dark {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .box_goods_detail .box_container .col_detail .btn_ghost_double_dark {
    text-align: center;
  }
}
.box_goods_detail .box_container .col_slide {
  width: 45%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_slide {
    width: 100% !important;
    float: none;
  }
}
.box_goods_detail .box_container .col_slide .slide_wraper {
  margin: 0 -10px;
}
.box_goods_detail .box_container .col_slide .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.box_goods_detail .box_container .col_slide .slick-slide {
  position: relative;
  padding: 0 10px;
}
.box_goods_detail .box_container .col_slide .slick-slide .img_thumb {
  width: 100%;
}
.box_goods_detail .box_container .col_slide .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 25px;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px dotted #da251c;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 0 1px 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_slide .slick-arrow {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.box_goods_detail .box_container .col_slide .slick-arrow:hover {
  opacity: 0.7;
}
.box_goods_detail .box_container .col_slide .slick-arrow .ic_arrow {
  display: block;
  position: relative;
  width: 90px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_slide .slick-arrow .ic_arrow {
    width: 40px;
  }
}
.box_goods_detail .box_container .col_slide .slick-arrow .ic_arrow:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #da251c;
}
.box_goods_detail .box_container .col_slide .slick-prev {
  left: -75px;
  right: auto;
  padding-left: 25px;
  z-index: 9999999;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_goods_detail .box_container .col_slide .slick-prev {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_slide .slick-prev {
    left: 15px;
  }
}
.box_goods_detail .box_container .col_slide .slick-prev .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border: 0;
  border-left: 25px solid transparent;
  border-bottom: 11px solid #da251c;
}
.box_goods_detail .box_container .col_slide .slick-next {
  display: none !important;
}
.box_goods_detail .box_container .col_slide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 25px;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_slide .slick-dots {
    bottom: 10px;
  }
}
.box_goods_detail .box_container .col_slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.box_goods_detail .box_container .col_slide .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border: 0 none;
  border-radius: 0;
  background: #fff;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.box_goods_detail .box_container .col_slide .slick-dots li.slick-active button {
  background: #da251c;
}
.box_goods_detail .box_container .col_slide {
  width: 61%;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_slide {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .box_goods_detail .box_container .col_slide .box_slide .slick-list {
    overflow: hidden;
  }
}
.box_goods_detail .box_container .col_slide .box_slide .slick-prev {
  display: block !important;
}
.box_goods_detail .box_container .col_slide .box_slide .slick-next {
  display: none !important;
}
.box_goods_detail .box_container .col_detail {
  width: 38%;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 55px;
  padding-left: 0;
  padding-right: 55px;
  z-index: 3;
  background: #fff;
}
@media only screen and (max-width: 1279px) {
  .box_goods_detail .box_container .col_detail {
    padding-top: 20px;
    padding-left: 30px;
  }
}
@media print {
  .box_goods_detail .box_container .col_detail {
    padding-top: 20px;
    padding-left: 30px;
  }
}
.ie8 .box_goods_detail .box_container .col_detail {
  padding-top: 20px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_goods_detail .box_container .col_detail {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_detail {
    padding: 0;
  }
}
.box_goods_detail .box_container .col_detail table {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .box_goods_detail .box_container .col_detail table {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .box_goods_detail .box_container .col_detail table tr th {
    width: 30%;
  }
}
@media print {
  .box_goods_detail .box_container .col_detail table tr th {
    width: 30%;
  }
}
.ie8 .box_goods_detail .box_container .col_detail table tr th {
  width: 30%;
}
.box_goods_detail .box_container .col_detail .txt {
  color: #000;
  line-height: 2.1;
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_goods_detail .box_container .col_detail .txt {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_detail .txt {
    margin-bottom: 15px;
  }
}
.box_goods_detail .box_container .col_detail .btn_ghost_double_dark {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_detail .btn_ghost_double_dark {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .box_goods_detail .box_container .col_slide,
  .box_goods_detail .box_container .col_detail {
    width: 100%;
    left: auto;
    right: auto;
  }
}

/* .box_zakka
----------------------------------------------------------- */
.box_zakka {
  margin-bottom: 110px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_zakka {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_zakka {
    margin-bottom: 13%;
  }
}
.box_zakka .title {
  font-size: 172%;
  margin-bottom: 30px;
  text-align: center;
  z-index: 5;
  position: absolute;
  top: 13%;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box_zakka .title {
    font-size: 115%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_zakka .title {
    margin-bottom: 0;
  }
}
