@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
::-moz-selection { text-shadow: none; color: #fff; background: #A4001D; }

::selection { text-shadow: none;  color: #fff;  background: #A4001D; }
img::selection {  color: #fff;  background: #A4001D; }
img::-moz-selection {  color: #fff;  background: #A4001D; }

.video-container {
  position: relative;  padding-bottom: 56.25%;  padding-top: 30px;  height: 0;  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif, "Microsoft JhengHei";  
  -webkit-font-smoothing: antialiased;  overflow-x: hidden; }

a {
  font-family: 'Open Sans', sans-serif, "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;  blr: expression(this.onFocus=this.blur());
  outline: none; behavior: expression(this.onFocus=this.blur()); }

img {  border: 0; }

a:hover, a:focus {  text-decoration: none;  color: #fff; }

div.content {  overflow: hidden; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.5, 1.5); } }
/* Standard syntax */
@keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.5, 1.5); } }
/*
Custom SCroll
*/
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #000; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #A4001D; }

#gotop {
  position: fixed;
  display: none;
  right: 5.1%;
  bottom: 2%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  z-index: 80;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }
  #gotop:hover {
    border: 2px solid #A4001D; }
    #gotop:hover i {
      color: #A4001D; }

@media (max-width: 768px) {
  #gotop {
    display: none !important; } }
/*---------------------------------------------------------------*/
.flexslider ul {
  padding: 0;
  margin: 0; }

.flex-direction-nav {
  display: none !important; }

.flexslider {
  margin-top: -20px; }

.main_banner {
  padding: 0;
  margin: 0;
  position: relative;
  vertical-align: top; }
  .main_banner img.b_img {
    -webkit-animation: zoom 55s;
    animation: zoom 55s; }

/*-----------------------------------------------------------------*/
.navbar-toggle {
  background: #A4001D;
  color: #fff;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: -10px;
  margin-right: 0; }
  .navbar-toggle span {
    color: #fff;
    font-size: 2em; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #D20025; }

/* Hambuger style */
.hamburger {
  width: 40px;
  height: 40px;
  background: transparent; }
  .hamburger:hover {
    cursor: pointer; }
    .hamburger:hover span:first-child {
      transform: translateY(-1.5px); }
    .hamburger:hover span:last-child {
      transform: translateY(1.5px); }
  .hamburger span {
    display: block;
    margin: 7px auto;
    background-color: white;
    width: 100%;
    height: 4px;
    transition: all .4s ease; }

/* Hambuger click animation to cross */
.menu_close_div {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 360px;
  margin: 0 auto;
  z-index: 15;
  left: 0;
  right: 0;
  background: #A4001D; }

.menu_close {
  width: 25px;
  height: 25px;
  margin: 0 auto; }
  .menu_close span {
    display: block;
    margin: 7px auto;
    background-color: white;
    width: 100%;
    height: 4px;
    transition: all .4s ease; }
  .menu_close span:first-child {
    transform: translateY(13px) rotate(45deg); }
  .menu_close span:nth-child(2) {
    transform: scaleX(0); }
  .menu_close span:last-child {
    transform: translateY(-8px) rotate(-45deg); }
  .menu_close:hover {
    cursor: pointer; }

.display_block {
  display: block; }

.navbar-default {
  background: url("../img/bg_block.png") no-repeat 10% 0%;
  border: none;
  padding-top: 0px;
  padding-bottom: 68px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .navbar-default .hamburger1 {
    display: none;
    z-index: 10px;
    margin-left: 20px;
    margin-top: 20px; }
  .navbar-default .navbar-brand {
    height: auto;
    padding: 0;
    z-index: 10; }
    .navbar-default .navbar-brand a {
      display: inline-block;
      vertical-align: top; }
      .navbar-default .navbar-brand a img {
        vertical-align: top; }
      .navbar-default .navbar-brand a img:nth-child(2) {
        padding-top: 70px; }
      .navbar-default .navbar-brand a img:nth-child(3) {
        display: none; }
      .navbar-default .navbar-brand a img:nth-child(4) {
        display: none; }
  .navbar-default .sec_top {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0; }
    .navbar-default .sec_top li {
      display: block;
      text-align: center; }
      .navbar-default .sec_top li i{color:#fff;} 
      .navbar-default .sec_top li a {
        color: #fff;
        display: block;
        width: 100%; }
      .navbar-default .sec_top li:nth-child(1) {
        width: 56px !important;
        background: #A4001D;
        padding-top: 10px;
        padding-bottom: 10px; }
        .navbar-default .sec_top li:nth-child(1) a {
          font-size: 19px;
          font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
          letter-spacing: 0; }
          .navbar-default .sec_top li:nth-child(1) a b {
            display: block; }
      .navbar-default .sec_top li:nth-child(2) {
        color:#fff;
        width: 56px !important;
        background: #000;
        padding-top: 30px;
        padding-bottom: 30px; }
        .navbar-default .sec_top li:nth-child(2) b {
          height: 20px;
          display: block; }
        .navbar-default .sec_top li:nth-child(2) span {
          font-size: 14px;
          font-weight: 300;
          display: block;
          letter-spacing: 1px;
          -webkit-transform: rotate(90deg);
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
          -moz-transform: rotate(90deg); }
        .navbar-default .sec_top li:nth-child(2) a {
          text-align: center;
          padding-top: 5px;
          /*clear:both;*/ }
          .navbar-default .sec_top li:nth-child(2) a i {
            font-size: 20px;color:#fff!important;
            width: 40px;
            height: 40px;
            display: block;
            padding-top: 10px;
            margin: 0 auto;
            text-align: center;
            border-radius: 50%;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            transition: all 0.25s; }
          .navbar-default .sec_top li:nth-child(2) a:hover i {
            background: #A4001D; }





  .navbar-default ul.navbar-nav, .navbar-default ul.navbar-nav_s {
    padding-top: 20px; }
    .navbar-default ul.navbar-nav li, .navbar-default ul.navbar-nav_s li {
      position: relative;
      padding: 10px;
      -webkit-animation: top_in 1s ease-out 0s 1;
      /* Safari 4.0 - 8.0 */
      animation: top_in 1s ease-out 0s 1; }
      .navbar-default ul.navbar-nav li::after, .navbar-default ul.navbar-nav_s li::after {
        position: absolute;content: '';left: -5px;top: 0;height: 160px;width: 1px;
        background: rgba(255, 255, 255, 0.2); }
      .navbar-default ul.navbar-nav li::before, .navbar-default ul.navbar-nav_s li::before {
        position: absolute;content: '';
        left: -5px;top: 0;background: #A4001D;
        width: 100%;height: 0px;
        -webkit-transition: all 0.8s;-moz-transition: all 0.8s;transition: all 0.8s; }
      .navbar-default ul.navbar-nav li:hover::before, .navbar-default ul.navbar-nav_s li:hover::before {
        height: 160px; }
      .navbar-default ul.navbar-nav li a, .navbar-default ul.navbar-nav_s li a {
        padding: 7px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }
    .navbar-default ul.navbar-nav li:nth-child(2), .navbar-default ul.navbar-nav_s li:nth-child(2) {
      -webkit-animation-duration: 1.2s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 1.2s; }
    .navbar-default ul.navbar-nav li:nth-child(3), .navbar-default ul.navbar-nav_s li:nth-child(3) {
      -webkit-animation-duration: 1.4s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 1.4s; }
    .navbar-default ul.navbar-nav li:nth-child(4), .navbar-default ul.navbar-nav_s li:nth-child(4) {
      -webkit-animation-duration: 1.6s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 1.6s; }
    .navbar-default ul.navbar-nav li:nth-child(5), .navbar-default ul.navbar-nav_s li:nth-child(5) {
      -webkit-animation-duration: 1.8s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 1.8s; }
    .navbar-default ul.navbar-nav li:nth-child(6), .navbar-default ul.navbar-nav_s li:nth-child(6) {
      -webkit-animation-duration: 2s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 2s; }
    .navbar-default ul.navbar-nav li:nth-child(7), .navbar-default ul.navbar-nav_s li:nth-child(7) {
      -webkit-animation-duration: 2.2s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 2.2s; }
    .navbar-default ul.navbar-nav li:nth-child(8), .navbar-default ul.navbar-nav_s li:nth-child(8) {
      -webkit-animation-duration: 2.4s;
      /* Safari 4.0 - 8.0 */
      animation-duration: 2.2s; }

.bg_block {
  background: rgba(0, 0, 0, 0.9) url("../img/bg_block.png") no-repeat 10% 0%; }

.change_img_h {
  background-position: 0 0;
  display: block;
  margin: 0 auto;
  width: 55px;
  height: 130px; }

.banner_catagory {
  position: relative; }

.banner_catagory ul li:hover .change_img_h,
.banner_catagory ul li.active .change_img_h {
  background-position: 100% 0 !important; }

@media (max-width: 768px) {
  .btn768none {
    display: none !important; }

  .navbar-default .navbar-brand a img:nth-child(2), .navbar-default .navbar-brand a img:nth-child(1) {
    display: none; }
  .navbar-default .navbar-brand a img:nth-child(3) {
    display: block;
    padding-top: 15px; }
  .navbar-default .navbar-brand a img:nth-child(4) {
    display: none; } }
.navbar-default.scrolled {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  padding: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  height: 75px; }
  .navbar-default.scrolled .hamburger {
    display: inline-block;
    z-index: 10; }
  .navbar-default.scrolled ul.navbar-nav {
    display: none; }
  .navbar-default.scrolled .sec_top {
    float: right;
    width: 380px; }
    .navbar-default.scrolled .sec_top li {
      display: inline-block;
      text-align: center;
      vertical-align: top; }
      .navbar-default.scrolled .sec_top li a {
        display: inline-block;
        width: auto; }
      .navbar-default.scrolled .sec_top li:nth-child(1) {
        width: 150px !important;
        padding-top: 20px;
        padding-bottom: 10px;
        height: 75px;
        float: right; }
        .navbar-default.scrolled .sec_top li:nth-child(1) a {
          font-size: 16px;
          letter-spacing: 0;
          width: 100%;
          height: 100%; }
          .navbar-default.scrolled .sec_top li:nth-child(1) a img {
            margin-right: 5px; }
          .navbar-default.scrolled .sec_top li:nth-child(1) a b {
            display: inline-block; }
      .navbar-default.scrolled .sec_top li:nth-child(2) {
        width: 230px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 75px; }
        .navbar-default.scrolled .sec_top li:nth-child(2) b {
          height: 20px;
          display: inline-block; }
        .navbar-default.scrolled .sec_top li:nth-child(2) span {
          font-size: 14px;
          font-weight: 300;
          display: inline-block;
          letter-spacing: 1px;
          -webkit-transform: rotate(0deg);
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
          -moz-transform: rotate(0deg); }
        .navbar-default.scrolled .sec_top li:nth-child(2) a {
          padding-top: 5px;
          display: inline-block; }
  .navbar-default.scrolled .navbar-brand a img:nth-child(2), .navbar-default.scrolled .navbar-brand a img:nth-child(1), .navbar-default.scrolled .navbar-brand a img:nth-child(3) {
    display: none; }
  .navbar-default.scrolled .navbar-brand a img:nth-child(4) {
    display: block;
    padding-top: 10px; }

.menu_btn {
  display: none; }

@media (max-width: 1280px) {
  .hamburger1 {
    display: none !important; }

  .sec_top {
    display: none; }

  .navbar-toggle {
    display: none; }

  .navbar-default {
    background: url("../img/bg_block2.png") no-repeat -25% 0%;
    padding-bottom: 20px; }

  .navbar-brand {
    height: auto;
    padding: 0;
    z-index: 10; }
    .navbar-brand a {
      display: inline-block; }
      .navbar-brand a img:nth-child(1) {
        max-width: 90px; }
      .navbar-brand a img:nth-child(2) {
        padding-top: 20px !important; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    display: none; }

  .menu_btn {
    display: block;
    position: absolute;
    right: 0px;
    top: -10px; }
    .menu_btn .hamburger {
      padding-top: 5px;
      margin-right: 15px;
      display: inline-block; }
    .menu_btn .top_order_btn {
      background: #A4001D;
      color: #fff;
      font-size: 13px;
      text-align: center;
      display: inline-block;
      width: 50px;
      height: 85px; }
      .menu_btn .top_order_btn:hover {
        cursor: pointer; }
      .menu_btn .top_order_btn span {
        padding-top: 30px;
        display: block; } }
@media (max-width: 768px) {
  .navbar-default {
    background: url("../img/bg_block3.png") no-repeat -25% 0%;
    padding-bottom: 20px; } }
@-webkit-keyframes top_in {
  0% {
    -webkit-transform: translateY(-150px);
    opacity: 0;
    -moz-transform: translateY(-150px);
    opacity: 0;
    -o-transform: translateY(-150px);
    opacity: 0;
    -ms-transform: translateY(-150px);
    opacity: 0;
    transform: translateY(-150px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
    -moz-transform: translateY(0px);
    opacity: 1;
    -o-transform: translateY(0px);
    opacity: 1;
    -ms-transform: translateY(0px);
    opacity: 1;
    transform: translateY(0px);
    opacity: 1; } }
/*-----------------------------------------------------------*/
.scroll-down {
  position: absolute;
  left: 50%;
  top: 95%;
  height: 200px;
  width: 100px;
  margin-left: -50px;
  /* padding-top: 180px;*/
  display: block;
  z-index: 10;
  text-align: center; }
  .scroll-down img {
    position: relative;
    -webkit-animation-name: drops;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drops;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running; }

@media (max-width: 1199px) {
  .scroll-down {
    display: none !important; } }
@-webkit-keyframes drops {
  0% {
    top: 0px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@keyframes drops {
  0% {
    top: 0px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes drop {
  0% {
    top: 0px;
    opacity: 1; }
  25% {
    top: 2px;
    opacity: 1; }
  50% {
    top: 5px;
    opacity: 1; }
  75% {
    top: 2px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes drop {
  0% {
    top: 0px;
    opacity: 1; }
  25% {
    top: 2px;
    opacity: 1; }
  50% {
    top: 5px;
    opacity: 1; }
  75% {
    top: 2px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 1; } }
/*-----------------------------------------------------------*/
.home_down_word {
  position: absolute;
  bottom: 10%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 10; }

h5.tit {
  color: #A4001D;
  font-size: 16px;
  font-weight: bold; }

h6.tit {
  color: #fff;
  font-size: 16px; }
  h6.tit a {
    color: #fff; }
    h6.tit a:hover {
      text-decoration: underline; }

/*-----------------------------------------------------------*/
@-webkit-keyframes fly-in-out {
  0% {
    -webkit-transform: scale(0) translate3d(0, 0, -100px); }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0); } }
@-moz-keyframes fly-in-out {
  0% {
    -webkit-transform: scale(0) translate3d(0, 0, -100px); }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0); } }
@-o-keyframes fly-in-out {
  0% {
    -webkit-transform: scale(0) translate3d(0, 0, -100px); }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0); } }
@keyframes fly-in-out {
  0% {
    -webkit-transform: scale(0) translate3d(0, 0, -100px); }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0); } }
/*----------------------------------------------------------------------------------*/
.overlay-navigation {
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  z-index: 550;
  height: 100%;
  right: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY-(100%);
  -o-transform: translateY(-100%);
  width: 100% !important;
  background: rgba(0, 0, 0, 0.95) url("../img/logo_bg.png") no-repeat right bottom;
  text-align: center; }
  .overlay-navigation .show {
    opacity: 1;
    right: 0; }
  .overlay-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    padding-top: 30px; }
    .overlay-navigation ul li {
      margin-bottom: 26px;
      width: 13%;
      display: inline-block; }

@media (max-width: 768px) {
  .navbar-brand {
    margin-left: 20px; } }
@media (max-width: 640px) {
  .overlay-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    text-align: center; }
    .overlay-navigation ul li {
      margin-bottom: 5px;
      width: 19.5%;
      display: inline-block; }
      .overlay-navigation ul li a {
        width: 92%; } }
.overlay-navigation.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%); }

.nav_close {
  margin-top: 20px;
  text-align: right;
  padding-right: 20px; }

.close-button {
  border: 1px solid transparent;
  height: 50px;
  width: 50px;
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block;
  text-align: right; }

.close-button:before,
.close-button:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 55%;
  left: 69%;
  margin-top: -3px;
  margin-left: -23px;
  display: block;
  height: 4px;
  width: 40px;
  background-color: #fff;
  transition: all 0.2s ease-out; }

.close-button:after {
  transform: rotate(45deg); }

.close-button:hover:before,
.close-button:hover:after {
  transform: rotate(0deg); }

@media (max-width: 640px) {
  .overlay-navigation {
    width: 100% !important; }

  .overlay-navigation ul {
    padding-top: 20px; }

  .overlay-navigation ul li {
    margin-bottom: 10px !important; }

  .down_icon2 {
    bottom: 20px; } }
@media (max-width: 480px) {
  .nav_p50 {
    padding-bottom: 0px;
    display: none; }

  .overlay-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    text-align: left; }
    .overlay-navigation ul li {
      margin-bottom: 10px;
      width: 24%;
      display: inline-block; }
      .overlay-navigation ul li a {
        width: 92%; } }
/*---------------------------------------------------------------------------------------*/
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
  background: #000; }

.pre-loader .load-con {
  margin: 15% auto;
  position: relative;
  text-align: center; }

@media (max-width: 768px) {
  .pre-loader .load-con {
    display: none; } }
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

/*---------------------------------------------------------------------------------*/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(6deg); }
  75% {
    -webkit-transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(6deg); }
  75% {
    -webkit-transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-o-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(6deg); }
  75% {
    -webkit-transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(6deg); }
  75% {
    -webkit-transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
footer {
  background: #000;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  footer .f02 {
    text-align: right; }
  footer .f03 {
    text-align: right;
    color: #999;
    padding-top: 10px; }
    footer .f03 a {
      color: #999;
      font-size: 12px;
      border-left: 1px solid #A4001D;
      padding-left: 5px; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      display: inline-block; }
      footer ul li i {
        color: #000;
        background: #fff;
        padding: 5px;
        width: 20px;
        height: 20px;
        border-radius: 3px; }
      footer ul li a {
        color: #fff;
        padding: 2px 5px;
        position: relative; }
        footer ul li a::after {
          content: '';
          position: absolute;
          bottom: -7px;
          left: 0;
          right: 0;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          transition: all 0.25s;
          width: 0px;
          height: 2px;
          background: #A4001D; }
    footer ul li:hover a::after {
      width: 65px; }

@media (max-width: 768px) {
  footer .f03, footer .f02, footer .f01 {
    text-align: center; } }
/*--------------------------------------------------------*/
.pro_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../img/bg_product.jpg") no-repeat;
  position: relative; }
  .pro_section img {
    max-width: 100%; }
  .pro_section .pro_box {
    position: relative; }
    .pro_section .pro_box:hover .pro_box_img img {
      -webkit-filter: blur(3px); }
    .pro_section .pro_box .pro_box_img {
      overflow: hidden; }
      .pro_section .pro_box .pro_box_img img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
    .pro_section .pro_box .pro_box_btn {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 28%;
      z-index: 5;
      width: 56px !important;
      background: #A4001D;
      padding-top: 10px;
      padding-bottom: 10px;
      height: 190px;
      font-size: 19px;
      font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
      letter-spacing: 0;
      color: #fff;
      text-align: center; }
      .pro_section .pro_box .pro_box_btn b {
        display: block;
        font-weight: normal; }

.news_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../img/bg_news.jpg") no-repeat;
  position: relative; }
  .news_section img {
    max-width: 100%; }
  .news_section .news_icon {
    position: absolute;
    top: 120px;
    left: 25%; }

@media (max-width: 1280px) {
  .pro_section .pro_box .pro_box_btn {
    top: 20%;
    width: 56px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 160px;
    font-size: 17px;
    line-height: 20px; } }
@media (max-width: 991px) {
  .news_section {
    background: url("../img/bg_news2.jpg") no-repeat; }

  .pro_section {
    background: #2c2c2e url("../img/bg_product.jpg") no-repeat top; } }
@media (max-width: 768px) {
  .news_section {
    padding-top: 80px;
    padding-bottom: 50px; } }
@media (max-width: 480px) {
  .news_section {
    background: #d4d4d4 url("../img/bg_news3.jpg") no-repeat top; } }
.about_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../img/bg_about.jpg") no-repeat;
  position: relative; }
  .about_section img {
    max-width: 100%; }
  .about_section .img_paper {
    position: absolute;
    right: 0;
    top: 0; }
  .about_section .img_meat {
    position: absolute;
    right: 0;
    bottom: 0; }

.main_tit {
  color: #000;
  border-top: 1px solid #000;
  margin: 0 auto;
  padding-top: 0px;
  width: 70px;
  position: relative;
  margin-bottom: 20px; }
  .main_tit h1 {
    font-size: 35px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    top: 0;
    width: 35px;
    display: inline-block; }
  .main_tit h4 {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Times New Roman";
    position: absolute;
    top: 35px;
    left: 25px;
    -webkit-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -moz-transform: rotate(90deg); }
    .main_tit h4 span {
      margin-left: 5px; }

.main_tit_white {
  color: #fff;
  border-color: #fff; }

.main_tit_news {
  float: right; }
  .main_tit_news h4 {
    left: -5px;
    top: 65px; }

.main_tit_new h4 {
  top: 45px;
  left: 17px; }

.main_tit_new_img {
  position: absolute;
  bottom: 10px;
  right: 6%; }
  .main_tit_new_img img {
    width: 200px !important; }

.about_txt {
  padding-bottom: 20px; }
  .about_txt h2 {
    font-size: 44px;
    color: #6B311C;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }
  .about_txt h3 {
    font-size: 44px;
    color: #B6622C;
    font-family: "Times New Roman";
    border-bottom: 1px solid #BE745F;
    padding-bottom: 10px; }
  .about_txt p {
    color: #000;
    line-height: 30px; }

.btn_white {
  background: url("../img/btn_white.jpg") no-repeat top left;
  width: 138px;
  height: 36px;
  display: block;
  padding-left: 20px;
  padding-top: 8px;text-align:center}
  .btn_white:hover {
    background-position: 100% 100% !important; }

.btn_white2 {
  background: url("../img/news/back.jpg") no-repeat top left;
  width: 175px;height: 48px;
  display: block;padding-top: 9px;
  color: #fff;text-align: center;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-size: 17px;letter-spacing: 1px;border: 1px solid #A4001D; }
  .btn_white2:hover {
    background-position: 100% 100% !important;border: 1px solid #B86223; }

.pro_btn {
  width: 206px;
  height: 58px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: url("../img/btn_order.png") no-repeat;
  border: 1px solid #6B311C;
  font-size: 20px;
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  padding: 10px 10px;
  line-height: 40px; }
  .pro_btn:hover {
    background-position: 100% 100%;
    border: 1px solid #A4001D; }

@media (max-width: 1680px) {
  .about_section .img_paper img {
    max-width: 280px; }
  .about_section .img_meat img {
    max-width: 330px; }

  .pro_btn {
    width: 180px;
    height: 50px;
    background: url("../img/btn_orders.png") no-repeat;
    font-size: 16px;
    padding: 7px 10px;
    line-height: 30px; } }
@media (max-width: 1366px) {
  .about_section .img_paper img {
    max-width: 200px; }
  .about_section .img_meat img {
    max-width: 260px; } }
@media (max-width: 991px) {
  .main_tit_news {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 20px; }

  .member_login_input, .member_login_link {
    text-align: center; }

  .social_line {
    max-width: 450px;
    margin: 0 auto; } }
@media (max-width: 480px) {
  .w480 {
    width: 100%; } }
/*------------------------------------------------------------------------------------*/
.portfolio {
  position: relative;
  overflow: hidden; }

.news_in_img {
  padding: 10px;
  padding-left: 0;
  max-width: 275px;
  margin: 0 auto; }
  .news_in_img img {
    border: 4px solid #fff;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

.news_in_img_large {
  padding: 10px;
  padding-left: 0;
  margin: 0 auto; }
  .news_in_img_large img {
    border: 4px solid #fff;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

.menu_row {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 150px; }

.news_box {
  margin-bottom: 30px; }

.news_box a {
  color: #000 !important; }

.news_box:hover  .news_in_img img{border-color:#A4001D;}

.portfolio-example-2 {
  position: absolute;
  width: 100%;
  top: 0%;
  height: 100%;
  left: 0%; }

.news_in_txt h2 {
  font-size: 19px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  letter-spacing: 1px; }
.news_in_txt h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-top: 5px; }

.store_box {
  position: relative;
  text-align: center;
  padding: 0; }
  .store_box img {
    max-width: 100%; }
  .store_box .store_box_tit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5; }
  .store_box:hover .btn_brown {
    background-position: 100% 100%; }

.btn_brown {
  background: url("../img/btn.jpg") no-repeat;
  height: 185px;
  width: 54px;
  overflow: hidden;
  display: block;
  color: #fff;
  margin: 15% auto; }
  .btn_brown b {
    font-size: 20px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    width: 30px;
    display: block;
    line-height: 26px;
    padding-left: 17px;
    padding-top: 30px; }

@media (max-width: 1280px) {
  .btn_brown {
    background: url("../img/btns.jpg") no-repeat;
    height: 168px;
    width: 50px;
    margin: 10% auto; }
    .btn_brown b {
      font-size: 18px;
      width: 30px;
      display: block;
      line-height: 22px;
      padding-left: 16px;
      padding-top: 28px; } }
@media (max-width: 991px) {
  .btn_brown {
    margin: 5% auto; } }
@media (max-width: 768px) {
  .btn_brown {
    margin: 12% auto; } }
@media (max-width: 480px) {
  .news_section .news_icon {
    left: 5%; }

  .btn_brown {
    background: url("../img/btn_orders.png") no-repeat;
    height: 50px;
    width: 180px;
    margin: 20% auto; }
    .btn_brown b {
      font-size: 18px;
      width: auto;
      display: block;
      line-height: 22px;
      padding-left: 0px;
      padding-top: 15px; } }
/*-----------------------------------------------------------------------------------*/
.menu_box ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu_box ul li {
    display: inline-block;vertical-align:top;
    margin: 10px;
    margin-left: 0;margin-top:60px;
    margin-right: 20px; }
    .menu_box ul li a {
      display: block;
      padding: 45px 15px 45px 5px;
      width: 60px;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s;
      color: #fff;
      font-size: 21px;
      font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
      letter-spacing: 2px;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      position: relative; }
      .menu_box ul li a:after {
        content: url("../img/icon2.png");
        position: absolute;
        top: 0px;
        left: 0;
        right: 13px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s; }
      .menu_box ul li a:before {
        content: '';
        position: absolute;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        bottom: 30px;
        height: 1px;
        width: 0px;
        left: 18px;
        background: #fff; }
      .menu_box ul li a:hover {
        background: #A4001D; }
        .menu_box ul li a:hover:before {
          width: 25px; }
        .menu_box ul li a:hover:after {
          top: -5px; }
.menu_box li.active a {
  background: #A4001D; }
  .menu_box li.active a:before {
    width: 25px; }
  .menu_box li.active a:after {
    top: -5px; }

.in_word {
  position: absolute;
  z-index: 5;
  margin: 10% auto;
  left: 0;
  right: 0;
  text-align: center;
  background: url("../img/story/logo.png") no-repeat center center;
  min-height: 140px; }
  .in_word h1, .in_word h2 {
    color: #fff; }
  .in_word h1 {
    font-size: 35px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    letter-spacing: 4px; }
  .in_word h2 {
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Times New Roman"; }

.in_section_story {
  background: #eee url("../img/story/bg.jpg") no-repeat top center;
  color: #000;
  position: relative; }

.in_section_news {
  background: #eee url("../img/news/bg.jpg") no-repeat top center;
  color: #000;
  position: relative; }

.iss_img1, .iss_img2, .iss_img3, .iss_img4 {
  position: absolute; }

.iss_img1 {
  left: 0;
  top: 0; }

.iss_img2 {
  left: 0;
  bottom: 0; }

.iss_img3 {
  right: 0;
  top: 0; }

.iss_img4 {
  right: 0;
  bottom: 0; }

.in_section {
  position: relative;
  padding-top: 150px; }
  .in_section img {
    max-height:  100%;
   /* max-width: 100%*/
  }


.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

h2.tit {
  font-size: 44px;
  color: #B6612C;
  font-family: "Times New Roman";
  line-height: 40px;
  letter-spacing: 1px;
  margin-right: 15px; }

h1.tit {
  font-size: 35px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 3px; }

h2.tit2 {
  font-size: 29px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 3px; }

p.tit {
  font-weight: bold;
  font-size: 15px;
  line-height: 34px; }

p.tit2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }

h3.tit {
  font-size: 24px;
  color: #6B311C;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 3px; }

.sw1 {
  margin-top: 100px; }

.sw2 {
  margin-top: 10px;
  margin-bottom: 100px; }

.sw1 img, .sw2 img {
  max-width: 100%; }

.tit_set {
  position: relative;
  margin-bottom: 20px; }
  .tit_set:before {
    position: absolute;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    background: #B6612C;
    width: 345px; }
  .tit_set h1, .tit_set h2 {
    display: inline-block; }


@media (max-width: 1800px) {
  .iss_img1 img {
    max-width: 250px; }

  .iss_img2 img {
    max-width: 250px; }

  .iss_img3 img {
    max-width: 300px; }

  .iss_img4 img {
    max-width: 250px; } }
@media (max-width: 1440px) {
  .iss_img1 img {
    max-width: 250px; }

  .iss_img2 img {
    max-width: 250px; }

  .iss_img3 img {
    max-width: 270px; } }
@media (max-width: 991px) {
  .iss_img1 img {
    max-width: 200px; }

  .iss_img2 img {
    max-width: 200px; }

  .iss_img3 img {
    max-width: 250px; }

  .iss_img4 img {
    max-width: 180px; }

  .sw1 {
    margin-top: 30px; }

  .sw2 {
    margin-top: 30px;
    margin-bottom: 250px; } }
@media (max-width: 768px) {
  .iss_img1 img {
    max-width: 200px; }

  .iss_img2 img {
    max-width: 200px; }

  .iss_img3 img {
    max-width: 170px; }

  .sw1 {
    margin-top: 30px; }

  .sw2 {
    margin-top: 30px;
    margin-bottom: 250px; } }
@media (max-width: 480px) {
  .iss_img1, .iss_img3 {
    display: none; }

  .menu_box ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu_box ul li {
      margin: 10px;
      margin-left: 0;
      margin-right: 0px; } }
h6.red_bg {
  background: #660C01;
  color: #fff;
  padding: 7px;
  width: 150px;
  text-align: center;
  font-size: 16px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }

/*-----------------------------------------------*/
.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 100; }

.winBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity .4s linear;
  opacity: 0;
  /*艘祥善*/
  pointer-events: none;
  /*類祥善*/ }

.winBox.box-active {
  z-index: 1001;
  opacity: 1;
  /*艘善*/
  pointer-events: all;
  /*類善*/ }

.winBox .inner {
  width: 100%;
  height: 100%;
  position: relative; }

.winBox .inner .txt {
  /*width:410px;*/
  /*width:80%;*/
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 200;
  padding: 55px 40px;
  /*padding:50px 40px;*/
  /*background-color:#FFF;*/ }

.winBox .inner p {
  color: #565656;
  font-size: 20px;
  line-height: 1.5;
  /*text-align:center;*/ }

.winBox .inner .close {
  text-align: center;
  display: block;
  width: 60px;
  opacity: 1;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 10%;
  text-shadow: none;
  float: none;
  z-index: 100;
  color: #fff;
  /*background-color: #A4001D;*/
   }
  .winBox .inner .close:before {
    content: '\f00d';
    display: block;font-family: FontAwesome;line-height: 60px;text-align: center;
    transform: rotate(0deg);
    -webkit-transition: all 0.15s;-moz-transition: all 0.15s;transition: all 0.15s; }
  .winBox .inner .close:hover {
    cursor: pointer;
    /*background-color: rgba(200, 10, 10, 0.75); */
  }
    .winBox .inner .close:hover:before {
      color: #FFF;
      font-weight: block;
      transform: rotate(359deg);
      -webkit-transition: all 0.15s;
      -moz-transition: all 0.15s;
      transition: all 0.15s; }

@media (max-width: 1580px) {
  .winBox .inner .close {
    top: 10px;
    right: 20px;
    /*left: 20px;*/ }

  #pro-slider .slick-prev {
    left: 20px; }

  #pro-slider .slick-next {
    right: 20px; } }
@media (max-width: 680px) {
  .winBox .inner .close {
    top: 15px;
    left: 0;
    right: 0;
    margin: auto; }

  .winBox .inner .txt {
    padding: 75px 40px 130px 40px; }

  #pro-slider .slick-prev {
    top: -31px; }

  #pro-slider .slick-next {
    top: -31px; } }
.winBox .inner .close i {
  color: #4f4f4f;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s;
  padding: 8px;
  position: absolute;
  text-align: center; }

.winBox .inner .close:hover i {
  transform: rotate(360deg); }

.winBox .inner .in {
  position: relative;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px; }

.winBox .inner .in i {
  background-repeat: no-repeat;
  display: block;
  /*position:relative;
  top:20px;*/
  padding-right: 20px; }

/*-----------------------------------------------*/
.slider {
  width: auto;
  margin: 30px 50px 50px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto; }

.slick-slide {
  padding: 40px 0;
  margin: 0 auto;
  text-align: center !important; }
  .slick-slide img {
    margin: 0 auto; }

.slick-dots {
  bottom: -30px; }

/*-----------------------------------------------*/
.right_top_btn:hover, .right_top_btn:focus {
  cursor: pointer; }
  .right_top_btn:hover a, .right_top_btn:focus a {
    outline: 0; }

.shopping_cart_area3 {
  z-index: 102; }

.shopping_cart_area {
  display: none;
  position: fixed;
  right: 0;
  top: 0px;
  width: 300px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .shopping_cart_area .shopping_cart_area_close {
    position: absolute;
    left: -50px;
    z-index: 999 !important;
    background: #A4001D;
    color: #fff;
    width: 50px;
    height: 50px;
    top: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .shopping_cart_area .shopping_cart_area_close:hover {
      cursor: pointer;
      background: #000; }
  .shopping_cart_area .shopping_tit {
    padding-top: 80px;
    text-align: center; }
    .shopping_cart_area .shopping_tit h1 {
      color: #B86223;
      font-size: 19px;
      letter-spacing: 1px;
      font-weight: bold;
      padding: 0;
      margin: 0; }
  .shopping_cart_area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 10px; }
    .shopping_cart_area ul li:first-child, .shopping_cart_area ul li:last-child {
      border-top: 1px solid #BBBABA;
      border-bottom: 1px solid #BBBABA; }
    .shopping_cart_area ul li {
      padding: 7px 2px; }
      .shopping_cart_area ul li span {
        display: inline-block;
        width: 49.5%;
        color: #676564;
        font-size: 16px;
        vertical-align: top; }
        .shopping_cart_area ul li span b {
          color: #000; }
      .shopping_cart_area ul li span.ul_txt, .shopping_cart_area ul li span.ul_price {
        text-align: right; }
      .shopping_cart_area ul li span.ul_price {
        font-size: 19px;
        color: #BB6100;
        font-weight: bold; }

.shopping_active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%); }

.cart_flow {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .cart_flow li {
    display: inline-block;
    width: 24.5%;
    position: relative; }
    .cart_flow li:after {
      content: url("../img/delivery/line.png");
      position: absolute;
      top: 58%; }
  .cart_flow li:last-child:after {
    content: ''; }

h2.tit_cart {
  font-size: 29px;
  letter-spacing: 1px;
  color: #A4001D;
  font-weight: bold; 
  text-shadow: 0 0 5px rgba(0,0,0,.1);
}

/*------------------------------------------------------------------------------*/
fieldset {
  border: 0;
  max-width: 800px;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 20px; }

fieldset:not(#foo) input[type='radio'],
fieldset:not(#foo) input[type='checkbox'] {
  /* Hide the input, but have it still be clickable */
  opacity: 0;
  position: absolute;
  display: block; }

fieldset:not(#foo) input[type='radio'] + label,
fieldset:not(#foo) input[type='checkbox'] + label {
  clear: none;
  /* Left padding makes room for image */
  padding: 0 0 0 1.5em;
  /* Make look clickable because they are */
  cursor: pointer;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 19px;
  position: relative; }

fieldset:not(#foo) input[type='radio'] + label .sad-span-button::before,
fieldset:not(#foo) input[type='checkbox'] + label .sad-span-button::before {
  position: absolute;
  content: "";
  top: 35px;
  left: 0;
  border-radius: 50%;
  border: solid 3px #6B6967;
  height: 1em;
  width: 1em; }

fieldset:not(#foo) input[type='checkbox'] + label .sad-span-button::before {
  top: 3px; }

/*
    Change from unchecked to checked graphic
*/
fieldset:not(#foo) input[type='radio']:checked + label .sad-span-button::before,
fieldset:not(#foo) input[type='checkbox']:checked + label .sad-span-button::before {
  position: absolute;
  content: "";
  border: solid 3px #A4001D; }

.people_num {
  max-width: 1200px;
  margin: 0 auto; }

.next_btn {
  width: 271px;
  height: 60px;
  background: #fff url("../img/delivery/btn.png") no-repeat right top;
  border: transparent;
  overflow: hidden;
  color: #000;
  font-size: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50px; }
  .next_btn:hover {
    background-position: 100% 100% !important;
    color: #fff;
    background: #A4001D url("../img/delivery/btn.png") no-repeat right top; }

.pre_btn {
  width: 271px;
  height: 60px;
  background: rgba(0,0,0,0.5) url("../img/delivery/btn.png") no-repeat right top;
  border: transparent;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50px; }
  .pre_btn:hover {
    background-position: 100% 100% !important;
    color: #fff;
    background: #A4001D url("../img/delivery/btn.png") no-repeat right top; }

@media(max-width:640px){
  .next_btn { width: 100%;font-size:16px;height:45px;background-image:none!important}
  .pre_btn { width: 100%; font-size:16px;height:45px;background-image:none!important}

}

.next_btn2 {
  width: 271px;
  height: 60px;
  background: #000 url("../img/delivery/btn2.png") no-repeat;
  border: transparent;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50px; }
  .next_btn2:hover {
    background-position: 100% 100% !important;
    color: #fff;
    background: #A4001D url("../img/delivery/btn2.png") no-repeat; }

.next_btn3 {
  width: 400px;
  height: 60px;
  background: #000;
  border: transparent;
  padding: 8px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50px; }
  .next_btn3 b {
    color: #E6051C;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
  .next_btn3:hover {
    background-position: 100% 100% !important;
    color: #fff;
    background: #A4001D; }
    .next_btn3:hover b {
      color: #fff !important;
      text-decoration: underline !important; }

@media (max-width: 768px) {
  .next_btn3 {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    height: auto; } }
.price_word {
  font-size: 18px;
  text-align: center; }
  .price_word b {
    color: #A4001D; }

.price_word2 {
  font-size: 18px;
  margin-top: 5px; }

.pot_box {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #898989;
  padding-top: 10px; }
  .pot_box li {
    margin-bottom: 5px; }
    .pot_box li span {
      display: inline-block;
      width: 49%; }
      .pot_box li span b {
        color: #A4001D; }
    .pot_box li span:nth-child(even) {
      text-align: right; }

.pot_box2 {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #898989; }
  .pot_box2 li {
    margin-bottom: 5px; }
    .pot_box2 li b {
      color: #A4001D; }

.set_box {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  margin: 30px auto;
  margin-bottom: 80px;
  border-radius: 10px;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #A2A2A2;
  max-width: 800px;
  display: inline-block;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  text-align: center;
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px; }
  .set_box a {
    display: block; }
  .set_box:hover, .set_box:focus {
    background-color: #A4001D; }
    .set_box:hover a, .set_box:focus a {
      color: #fff; }

.label_box {
  width: 100px;
  margin: 0 auto; }

.tip_box {
  font-size: 16px;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  background: rgba(26, 2, 2, 0.5); }

.num_box2 {
  vertical-align: top; }

.num_box_button {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  background-color: #A4001D;
  text-align: center;
  border: 0;
  padding: 10px 12px;
  margin-top: 20px; }
  .num_box_button:hover, .num_box_button:focus {
    background-color: #000; }

.cart_button {
  font-size: 18px;
  margin: 0 10px;
  cursor: pointer; }

.slick-slide {
  padding: 25px; }

.slider_prev, .slider_next {
  cursor: pointer;
  margin: 0;
  right: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  float: none;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  padding-left: 16px;
  top: 40%; }
  .slider_prev a, .slider_next a {
    color: #fff;
    display: block;
    text-align: center; }
  .slider_prev i, .slider_next i {
    font-size: 30px; }
  .slider_prev:hover, .slider_next:hover {
    background: #A4001D; }

.slider_prev {
  left: -30px;
  padding-left: 10px; }

.slider_next {
  right: -30px; }

@media (max-width: 550px) {
  .slider_prev, .slider_next {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 16px;
    top: 20%; }
    .slider_prev i, .slider_next i {
      font-size: 30px; } }
@media (max-width: 1680px) {
  .shopping_cart_area {
    width: 220px; } }
@media (max-width: 1280px) {
  .cart_flow {
    max-width: 600px; }
    .cart_flow img {
      max-width: 100px; }

  .people_num {
    max-width: 550px; }
    .people_num img {
      max-width: 80px; }

  .num_box2 {
    float: none;
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-bottom: 50px; }
    .num_box2 img {
      max-width: 240px; }

  fieldset:not(#foo) input[type='radio'] + label .sad-span-button::before {
    top: 20px; }

  .iss_img3_delivery img {
    max-width: 250px; }

  .cart_button {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin: 0 25px;
    position: relative;
    top: -11px;
        color: #fff;
     } }
@media (max-width: 991px) {

  .num_box {
    float: none;
    display: inline-block;
    width: 32%; }
    .num_box img {
      max-width: 100%; }


  .shopping_cart_area .shopping_tit { padding-top: 20px; }

  .iss_img3_delivery img { max-width: 150px; }

  .shopping_cart_area3 { 
   /* position: fixed; width: 100% !important; margin: 0; */
  }

  .shopping_cart_area_page {
    transform: translateX(0%);-webkit-transform: translateX(0%);-moz-transform: translateX(0%); -o-transform: translateX(0%); } }
@media (max-width: 768px) {
  .num_box2 {
    float: none; display: inline-block; width: 49%; }
    .num_box2 img { max-width: 100%; }

  .cart_flow {
    padding: 0;margin: 0;
    list-style: none;text-align: center;
    max-width: 400px; margin: 0 auto;margin-bottom: 20px; }
    .cart_flow li {
      display: inline-block;width: 49.5%;
      position: relative; margin-bottom: 25px; }
      .cart_flow li:after { content: url("../img/delivery/line.png"); position: absolute; top: 58%; }
    .cart_flow li:nth-child(even):after { content: ''; }

  .shopping_cart_area2 { width: 85% !important; }

  .shopping_cart_area3 {
    width: 100% !important; } }
@media (max-width: 480px) {
  .set_box{border-radius: 10px; margin-bottom:0px; padding: 20px; }

  .num_box2{float: none; display: block;  width: 100%; margin-bottom: 50px; }

  .cart_flow{ max-width: 400px; }
    .cart_flow li { display: inline-block; width: 49%; position: relative; margin-bottom: 10px; } }
/*-----------------------------------------------------------------------------------------------*/
.btn:hover, .btn:focus {
  color: #fff; }

.order_box_ok {
  background: url("../img/bg_about.jpg");
  width: 450px; height: 300px;padding: 20px; margin: 10% auto; text-align: center; }
  .order_box_ok a {  margin-top: 30px; }
  .order_box_ok h2 { font-size: 19px; }

.label_box2 {
  position: relative; }

.num_box3 {
  border: 1px solid #B8B8B8; padding: 6px 5px; border-radius: 8px;
  width: 80px;  position: absolute;
  right: 0;  top: -5px;  background: #fff;
  color: #7A7A7A;  font-size: 19px;  text-align: center;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }
  .num_box3 input { border: 1px solid #fff; width: 45px; padding: 0; }

.border_White { border: 1px solid #fff; }
.dbox1 { margin-bottom: 30px; }
.safety_box { margin-bottom: 20px; }
.safety_box a:hover, .safety_box a:focus { color: #000; }
.safety_box_line {  background: #C8C8C8;  -webkit-transition: all 0.25s;  -moz-transition: all 0.25s;  transition: all 0.25s; }
  .safety_box_line:hover {
    background: #A4001D;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
    .safety_box_line:hover .safety_box_all {
      border: 1px solid #A4001D;
      border-radius: 10px; }
    .safety_box_line:hover .safety_box_txt h2 {
      color: #000 !important; }
  .safety_box_line .safety_box_all {
    border: 1px solid #fff;
    border-radius: 0px;
    background: #fff;
    min-height: 100px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .safety_box_line .safety_box_all div {
      vertical-align: top; }
    .safety_box_line .safety_box_all .safety_box_icon {
      position: relative;
      display: inline-block;
      width: 20%;
      padding-top: 20px;
      text-align: right;
      padding-right: 20px; }
      .safety_box_line .safety_box_all .safety_box_icon:after {
        position: absolute;
        content: '';
        right: 0;
        top: 20px;
        background: #C68583;
        height: 60px;
        width: 1px; }
    .safety_box_line .safety_box_all .safety_box_txt {
      display: inline-block;
      width: 79%;
      padding-left: 20px;
      padding-top: 30px; }
      .safety_box_line .safety_box_all .safety_box_txt h2 {
        font-size: 19px;
        font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-bottom: 5px; }
      .safety_box_line .safety_box_all .safety_box_txt h3 {
        color: #A4001D;
        font-size: 15px;
        text-align: left;
        padding: 0;
        margin: 0; }

@media (max-width: 991px) {
  .num_box3 {
    width: 70px;
    font-size: 16px; }
    .num_box3 input {
      width: 40px;
      padding: 0; } }
.field1 {
  max-width: 1000px; }

@media (max-width: 1440px) {
  .field1 {
    max-width: 800px; } }
@media (max-width: 1280px) {
  .field1 {
    max-width: 600px; }

  .dbox1 {
    width: 49.5%; } }
@media (max-width: 768px) {
  .safety_row {
    margin-top: 150px; } }
@media (max-width: 480px) {
  .order_box_ok {
    width: 90%;
    height: 300px; }

  .w480 {
    width: 100%;
    display: block; }

  .safety_box_line .safety_box_all {
    padding-bottom: 20px; }
    .safety_box_line .safety_box_all .safety_box_icon {
      position: relative;
      display: block;
      width: 100%;
      padding-top: 20px;
      text-align: center;
      padding-right: 0px; }
      .safety_box_line .safety_box_all .safety_box_icon:after {
        width: 80%;
        margin: 0 auto;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        top: 70px; }
    .safety_box_line .safety_box_all .safety_box_txt {
      display: inline-block;
      width: 79%;
      padding-left: 20px;
      padding-top: 30px; }
      .safety_box_line .safety_box_all .safety_box_txt h2 {
        font-size: 19px;
        font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-bottom: 5px; }
      .safety_box_line .safety_box_all .safety_box_txt h3 {
        color: #A4001D;
        font-size: 15px;
        text-align: left;
        padding: 0;
        margin: 0; } }
.map_line {
  border: 2px solid #fff;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.store_box_all {
  margin-bottom: 50px; }
  .store_box_all:hover .store_img {
/*    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    border:3px solid #A4001D;
     }
  .store_box_all:hover .store_txt h2, .store_box_all:hover h3 {color: #000; }
/*  .store_box_all:hover .store_txt h2 {text-decoration: underline; }*/

.store_box5 .store_img {
  border: 3px solid #fff;max-width: 350px;
  text-align: center;margin: 0 auto;background: #A4001D;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
.store_box5 .store_img2 {
  max-width: auto;display: inline-block;
  max-width: 800px;width: 60%;vertical-align: top; }
.store_box5 .store_txt {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }
  .store_box5 .store_txt h2 {
    font-size: 21px; }
  .store_box5 .store_txt h3 {
    font-size: 15px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    padding: 0;margin: 0;line-height: 24px; }
  .store_box5 .store_txt h3 b {font-size: 23px; }
  .store_box5 .store_txt h6 {
    font-size: 16px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }
.store_box5 .store_txt2 {
  display: inline-block;
  width: 38%;
  vertical-align: top;
  text-align: left;
  padding-left: 20px; }
  .store_box5 .store_txt2 h6 {
    margin-left: 0px !important; }

.map_link {
  color: #A4001D;
  font-size: 15px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }
  .map_link:hover, .map_link:focus {
    color: #A4001D;
    text-decoration: underline; }
  .map_link i {
    color: #000;
    margin-right: 5px; }

@media (max-width: 991px) {
  .store_box5 .store_img2 {
    display: inline-block;
    width: 50%; }
  .store_box5 .store_txt2 {
    display: inline-block;
    width: 48%;
    padding-left: 20px; } }
@media (max-width: 640px) {
  .store_box5 .store_img2 {
    display: block;
    width: 100%; }
  .store_box5 .store_txt2 {
    display: block;
    width: 100%;
    padding-left: 0px;
    text-align: center; }
    .store_box5 .store_txt2 h6 {
      margin: 0 auto !important; } }
.store_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: line; }
  .store_ul li {
    margin-bottom: 7px; }
  .store_ul li:before {
    position: absolute;
    top: 5px;
    left: 0em;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    background-color: #B53C2C;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.25em;
    counter-increment: line;
    content: counter(line); }
  .store_ul li {
    padding-left: 30px;
    position: relative; }

.contact_info_box {
  background: #A4001D;
  border: 1px solid #A4001D; }

.contact_info {
  background: #fff;
  padding: 35px 20px;
  text-align: center;
  border-radius: 7px; }
  .contact_info h2 {
    font-size: 19px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    letter-spacing: 1px; }
  .contact_info h3 {
    color: #A4001D;
    font-size: 19px; }

.tip_word {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 30px; }
  .tip_word li {
    display: inline-block; }
  .tip_word li:first-child {
    font-size: 15px;
    color: #A4001D;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100px; }
    .tip_word li:first-child:after {
      position: absolute;
      content: '';
      height: 40px;
      width: 1px;
      background: #A4001D;
      right: 0px;
      top: -8px; }
  .tip_word li:last-child {
    font-size: 15px;
    padding: 0;
    margin: 0;
    padding-left: 20px; }

.contact_row {
  max-width: 900px;
  margin: 0 auto; }

.red_link_word {
  color: #A4001D;
  margin-left: 5px;
  margin-right: 10px; }
  .red_link_word:hover {
    text-decoration: underline;
    color: #A4001D; }

.contact_input_row {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #ACACAC;
  padding-top: 15px; }
  .contact_input_row > div:first-child {
    font-size: 18px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-left: 30px; }
  .contact_input_row input, .contact_input_row select, .contact_input_row textarea {
    border: 1px solid #CDCDCD;
    padding: 9px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin-bottom: 10px; }
  .contact_input_row > div:last-child {
    font-size: 15px;
    letter-spacing: 1px; }

@media (max-width: 991px) {
  .tip_word {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 30px; }
    .tip_word li {
      display: inline-block; }
    .tip_word li:first-child {
      font-size: 15px;
      color: #A4001D;
      position: relative;
      padding: 0;
      margin: 0;
      width: 100px;
      margin-bottom: 10px; }
      .tip_word li:first-child:after {
        position: absolute;
        content: '';
        height: 40px;
        width: 0px;
        background: #A4001D;
        right: 0px;
        top: 0px; }
    .tip_word li:last-child {
      font-size: 15px;
      padding: 0;
      margin: 0;
      padding-left: 20px; } }
@media (max-width: 768px) {
  .contact_input_row > div:first-child {
    padding-top: 10px;
    padding-left: 20px; } }
/*---------------------------------------------------------------------------------*/
.accordion-container {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin: 20px auto; }
  .accordion-container h2 {
    color: #000;
    margin: 0;
    padding: 5px;
    font-size: 15px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }
  .accordion-container div:first-child > a {
    border-top: 1px solid #AFAEAE !important; }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto; }
    .accordion-container .set a {
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      outline: 0;
      color: #000;
      font-size: 16px;
      line-height: 32px;
      border-bottom: 1px solid #AFAEAE;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .accordion-container .set a i {
        position: relative;
        float: right;
        margin-top: 4px;
        color: #A4001D; }

.set > a.active {
  border-bottom: none;
  color: #000; }
  .set > a.active i {
    color: #A4001D; }

.content {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid #AFAEAE;
  display: none; }
  .content::before {
    content: url("../img/qa/a.png");
    position: absolute;
    left: 40px;
    top: 20px; }
  .content p {
    padding: 25px;
    padding-left: 120px;
    margin: 0;
    line-height: 30px;
    color: #000;
    position: relative; }
    .content p:before {
      position: absolute;
      content: '';
      height: calc( 100% - 50px );
      width: 1px;
      background: #C68583;
      top: 25px;
      left: 100px; }
  .content .p {
    padding: 25px 40px;
    padding-left: 120px;
    margin: 0;
    line-height: 30px;
    color: #000;
    position: relative; }
    .content .p:before {
      position: absolute;
      content: '';
      height: calc( 100% - 50px );
      width: 1px;
      background: #C68583;
      top: 25px;
      left: 100px; }

@media (max-width: 480px) {
  .content::before {
    content: url("");
    position: absolute;
    left: 20px;
    top: 20px; }
  .content p {
    padding: 25px;
    padding-left: 25px; }
    .content p:before {
      width: 0px; }
  .content .p {
    padding: 25px 25px;
    padding-left: 25px; }
    .content .p:before {
      width: 0px; } }
.member_login_row {
  margin: 0 auto;
  width: 940px;
  background: url("../img/member/box.png") no-repeat center center;
  padding: 50px;
  height: 343px; }

.member_login_input h2 {
  font-size: 18px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px;
  display: inline-block; }
.member_login_input input {
  border: 1px solid #ccc;
  padding: 11px;
  margin-left: 10px;
  width: 350px; }

.member_login_link {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 20px; }
  .member_login_link a {
    margin-right: 40px;
    font-weight: bold;
    display: inline-block; }
  .member_login_link a:hover, .member_login_link a:focus {
    color: #000;
    text-decoration: underline; }
  .member_login_link img {
    margin-right: 5px; }

.social_btn_gf {
  width: 100%;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  height: 50px;
  color: #fff;
  font-size: 17px;
  display: block;
  margin: 7px 0 7px 0; }

.social_btn_fb {
  background: #0078B7; }
  .social_btn_fb:hover {
    background: #0040AA; }

.social_btn_google {
  background: #E04A30; }
  .social_btn_google:hover {
    background: #D50000; }

.remeber_input {
  font-size: 16px;
  margin-top: 20px;
  text-align: right; }

@media (max-width: 991px) {
  .member_login_row {
    width: 100%;
    background: #F6F6F6;
    border: 1px solid #A8000E;
    border-radius: 10px;
    padding: 50px;
    height: auto; }

  .member_login_social {
    width: 49%;
    display: inline-block; }

  .remeber_input {
    font-size: 15px;
    margin-top: 10px;
    text-align: center; } }
@media (max-width: 640px) {
  .member_login_input input {
    margin-left: 0px;
    width: 100% !important; }

  .member_login_link a {
    margin-right: 0; }

  .member_login_row {
    padding: 20px; }

  .member_login_social {
    width: 100%;
    display: block; } }
.red_box {
  margin-bottom: 30px; }
  .red_box img {
    border: 1px solid #fff; }
  .red_box h3 {
    background: #A4001D;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0;
    margin-left: 1px;
    margin-right: 1px;
    padding: 10px 5px;
    text-align: center;
    font-family: "Open Sans", sans-serif, "Microsoft JhengHei"; }
    .red_box h3 b {
      margin-left: 5px; }

#good {
  height: 100vh;
  display: block;
  overflow-y: auto;
  overflow-x: hidden; }

.shopping_cart_area_page {
  display: none; }

@media (max-width: 991px) {
  .shopping_cart_area_page {
    display: block; } }
.booking24_btn {
  background: #A4001D url("../img/store/icon.png") no-repeat left top;
  color: #fff;
  padding: 6px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  display: block;
  width: 215px;
  border: 2px solid #A4001D;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;padding-left:41px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .booking24_btn img {
    margin-right: 5px; }
  .booking24_btn:hover {
    background: #fff url("../img/store/icon.png") no-repeat left top;
    color: #000;
    background-position: 0% 100%; }


.booking24_btn2 {
  background: #A4001D url("../img/icon22.png") no-repeat left top;
  color: #fff;
  padding: 6px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  display: block;
  width: 215px;
  border: 2px solid #A4001D;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;padding-left:41px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .booking24_btn2 img {
    margin-right: 5px; }
  .booking24_btn2:hover {
    background: #fff url("../img/icon22.png") no-repeat left top;
    color: #000;
    background-position: 0% 100%; }

.font18 {
  font-size: 18px;
  font-weight: bold; }

.member_btn {
  font-size: 18px;
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  float: right;
  border-radius: 50px;
  display: block;
  width: 200px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  height: 50px;
  letter-spacing: 1px;
  background: #000 url("../img/member/out.png") no-repeat right top;
  padding: 10px 15px;
  text-align: center; }
  .member_btn:hover {
    background-color: #A4001D;
    background-position: 100% 100%; }

.member_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #AFAEAE;
  margin-top: 15px;
  margin-bottom: 15px; }
  .member_ul li {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    width: 24.5%;
    display: inline-block;
    position: relative; }
    .member_ul li a {
      display: block;
      text-align: center;
      padding: 15px 5px;
      font-size: 18px;
      font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
      width: 100%; }
      .member_ul li a:hover {
        color: #000; }
    .member_ul li::after {
      position: absolute;
      bottom: -2px;
      content: '';
      background: #A4001D;
      height: 2px;
      width: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    .member_ul li:hover::after {
      width: 100%; }
  .member_ul li.active::after {
    position: absolute;
    bottom: -2px;
    content: '';
    background: #A4001D;
    height: 2px;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%; }

@media (max-width: 768px) {
  .member_ul li {
    width: 49.5%;
    display: inline-block; }
    .member_ul li a {
      padding: 10px 5px; } }
@media (max-width: 480px) {
  .member_ul li {
    width: 49%;
    display: inline-block; }
    .member_ul li a {
      padding: 10px 5px; } }
/*-----------------------------------------------------------------------------*/
table#miyazaki {
  margin: 0 auto;
  border-collapse: collapse;
  background: #5B5958;
  color: #fff;
  text-rendering: optimizeLegibility;
  width: 100%;
  text-align: center; }
  table#miyazaki a {
    color: #000;
    font-weight: bold; }
  table#miyazaki a:hover {
    color: #A4001D;
    text-decoration: underline; }

table#miyazaki caption {
  font-size: 2rem;
  color: #444;
  margin: 2rem; }

table#miyazaki thead th {
  font-weight: 600;
  text-align: center; }

table#miyazaki thead th, table#miyazaki tbody td {
  padding: 2rem;
  border-bottom:1px solid #ccc;
}

table#miyazaki tbody td {
  padding: 2rem;
  color: #444;
  background: #eee;
  text-align:left }

table#miyazaki tbody tr:not(:last-child) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

@media screen and (max-width: 600px) {
  table#miyazaki caption {
    background-image: none; }

  table#miyazaki thead {
    display: none; }

  table#miyazaki tbody td {
    display: block;
    padding: .6rem; }

  table#miyazaki tbody tr td:first-child {
    background: #666;
    color: #fff; }

  table#miyazaki tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    margin-right: 20px;
    width: 90px;
    display: inline-block; } }
@media (max-width: 768px) {
  table#miyazaki tbody td {
    text-align: left; } }
/*----------------------------------------------------------------------------*/
.total_row { width: 370px; float: right; vertical-align: top; margin-right: 20px;}
.total_row2{ padding:20px;background:#fff;width:100%;float:none;margin:0;padding-left:60%;}

@media(max-width:1280px){
  .total_row2{padding-left:50%;}
}

@media(max-width:768px){
  .total_row2{padding-left:0%;}
}

  .total_row span.p1 {
    display: inline-block;width: 150px;font-size:15px;text-align: left; }
  .total_row span.p2 {
    display: inline-block;font-size:15px; width: 190px;text-align: right; }
  .total_row .total_div {
    margin-bottom: 10px;font-weight: bold;padding-bottom: 5px; }
  .total_row b {
    font-size: 20px;color: #A4001D; }
  .total_row div:first-child {
    border-bottom: 1px solid #AAAAAA; }

.w_red {
  color: #A4001D;font-size: 18px;margin-right: 5px; }

.bgfff { background: #fff !important; }

@media (max-width: 768px) {
  .total_row {  width: 100%; float: none;padding-left: 25px; padding-right: 15px; margin-right: 0 !important; }
    .total_row span.p1 { width: 50%; display: inline-block; }
    .total_row span.p2 { width: 50%; display: inline-block; }

  .total_row div:first-child { border-bottom: none; }
  .bgfff { background: #333 !important; }
  .total_row b { color: #fff; } }
.name_ul { list-style: none;  padding: 0; margin: 0;  margin-bottom: 15px; }
  .name_ul li {margin: 5px; font-size: 18px; font-weight: bold; }
    .name_ul li span { display: inline-block; width: 130px; position: relative; }
      .name_ul li span:after {
        position: absolute;
        height: 15px;
        width: 1px;
        background: #A4001D;
        content: '';
        right: 10px;
        top: 5px; }

.pt15 {
  padding-top: 11px;
  display: block;
  font-size: 17px; }

.cart_flow4 {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 750px; }
  .cart_flow4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .cart_flow4 ul li {
      text-align: center;
      display: inline-block;
      width: 24.5%;
      position: relative; }
      .cart_flow4 ul li b {
        display: block;
        font-size: 16px;
        font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
        letter-spacing: 1px;
        margin-top: 10px;
        font-weight: 300; }
    .cart_flow4 ul li:after {
      content: url("../img/line2.png");
      position: absolute;
      top: -15px;
      left: 110px; }
    .cart_flow4 ul li:last-child:after {
      content: ''; }

/*------------------------------------------------------------------------------------------------*/
.cancel_btn {
  border: transparent;
  background: transparent;
  color: #A4001D;
  font-size: 16px;
  margin-top: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent; }
  .cancel_btn i {
    margin-right: 2px; }
  .cancel_btn:hover {
    background: #A4001D;
    color: #fff;
    border-color: #A4001D; }

.tt768_right, .tt768_left {
  margin-top: 50px;
  margin-bottom: 20px; }

.tt768_right {
  text-align: right; }

.tt768_left {
  text-align: left; }

@media (max-width: 768px) {
  .cancel_btn {
    width: 100%;
    text-align: center; }

  .tt768_right, .tt768_left {
    margin-top: 10px;
    margin-bottom: 10px; }

  .tt768_right {
    text-align: center; }

  .tt768_left {
    text-align: center;
    margin-top: 15px; }

  .cart_flow4 {
    max-width: 400px; }
    .cart_flow4 ul li {
      display: inline-block;
      width: 49.5%;
      margin-bottom: 20px; }
    .cart_flow4 ul li:after {
      content: url("../img/line2.png");
      position: absolute;
      top: -15px;
      left: 125px; }
    .cart_flow4 ul li:nth-child(2):after {
      content: ''; } }
@media (max-width: 480px) {
  .cart_flow4 ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px; }
  .cart_flow4 ul li:after {
    content: url("../img/line2.png");
    position: absolute;
    top: -15px;
    left: 95px; } }
h3.tit4 {
  text-align: center;
  font-size: 18px;
  position: relative;
  font-family: "Open Sans", sans-serif, "Microsoft JhengHei";
  font-weight: bold; }

.finish_shopping {
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid #72706E;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #72706E; }


.set_item{padding:0;margin:0;padding-left:16px;padding-top:8px}
.set_item li{text-align: left;font-size:14px;}

.cart_list_row{background:#eee;color:#444;text-align:left;border-bottom:1px solid #ccc;margin:0;font-size:15px;}
.cart_list_row>div{margin-bottom:5px;padding:1.5rem;}

.cart_list_row b.tit{color:#444;margin-right:10px;display:none;font-weight:bold;}
.cart_tit_row{background:#5b5958;color:#fff;padding:2rem 1.5rem;text-align:center;
  border-bottom:1px solid #ccc;margin:0;font-size:15px;}
.tc_768{text-align:center}
.p10b{padding-left:10px}
@media(max-width:991px){
  .p10b{padding-left:0px}
  .tc_768{text-align: left}
  .cart_tit_row{display: none}
 .cart_list_row b.tit{display:inline-block;}
 .cart_list_row>div{margin-bottom:0px;margin-top:0px;padding:2px 10px;border-bottom:1px solid #ccc;}
 .cart_list_row>div:first-child{background:#5b5958;padding:10px;color:#fff!important}
 .cart_list_row>div:first-child b.tit{color:#fff;}
.cart_list_row>div:last-child{border-bottom:none;margin-bottom:0}
.cart_list_row{margin-bottom:15px;}
}

.menu_box { position: absolute; top: -250px; z-index: 10; }
.menu_box2 { position: absolute; top: -190px; z-index: 10; }
.news_row22{margin-top:50px}
@media (max-width:1199px) {

  .menu_box { top: -260px;}
  .menu_box2 { top: -130px;}
  .news_row { margin-top: 155px; }
  .news_row{margin-top:20px}
  .news_row22{margin-top:130px}
}

@media (max-width: 768px) {
  .news_row22{margin-top:10px}
  .in_word {
    margin: 25% auto; }

  .menu_box { top: 0px; left: 0;right: 0;text-align: center; position:relative;}
  .menu_box2 { top: 0px; left: 0;right: 0;text-align: center;position:relative;}
  .safety_row{margin-top:50px}
  .in_section{padding-top: 0}
  .tit_set {
    padding-top: 100px; }

  .in_section_news {
    padding-bottom: 100px; } }

.cart_list_row2{background:#eee;color:#444;text-align:left;border-bottom:1px solid #ccc;margin:0;font-size:15px;}
.cart_list_row2>div{margin-bottom:5px;padding:1.5rem;}
b.red{color:#A4001D;font-size:20px;font-weight:bold;margin-right:3px}
.cart_list_row2 b.tit{color:#444;margin-right:10px;display:none;font-weight:bold;}
.cart_tit_row2{background:#5b5958;color:#fff;padding:2rem 1.5rem;text-align:center;
  border-bottom:1px solid #ccc;margin:0;font-size:15px;}
.tc_768{text-align:center;}
.tc_991{text-align:center;}
@media(max-width:991px){
  .tc_991{text-align:left}
}
@media(max-width:768px){
  .red_768{color:#fff;background:#A4001D}
  .tc_768{text-align:left}
}
@media(max-width:480px){
  .cart_tit_row2{display: none}
  
/*.cart_list_row2 b.tit{display:inline-block;}
 .cart_list_row2>div{margin-bottom:0px;margin-top:0px;padding:2px 10px;border-bottom:1px solid #ccc;}
 .cart_list_row2>div:first-child{background:#5b5958;padding:10px;color:#fff!important}
 .cart_list_row2>div:first-child b.tit{color:#fff;}
.cart_list_row2>div:last-child{border-bottom:none;margin-bottom:0}
.cart_list_row2{margin-bottom:15px;}*/
}

.des_ul{font-size:15px;list-style:none;padding:0;margin:0; margin-top:15px;}
.des_ul li{margin-bottom:5px;position:relative;padding-left:15px;}
.des_ul li:before{position:absolute;content:'';background:#A4001D;width:6px;height:6px;top:7px;left:2px;}

  .modal-content{ background:url("../img/bg2.jpg");}
  .modal-content table{margin:0 auto;}
  .modal-content td, th{padding:5px;}
@media(min-width:769px){
  .modal-dialog{max-width:900px;width:auto;}

}

@media(max-width:768px){
  .modal-dialog{max-width:90%}
  .table-responsive{border:1px solid #666;}
}

.navbar-nav_s{
  overflow: scroll;overflow-x: hidden;height:100%;padding-bottom:100px;
}

/* language */

.language_box{
  transition: all .5s ease-in-out;
  background-color: rgba(164, 0, 29, .9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: translateY(-100%);
  opacity: 0;
}

.language_box.active{
  transform: translateY(0);
  opacity: 1;
}



.language_box ul{
  text-align: center;
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;

}

.language_box ul li{
  display: block;
  margin-bottom: 20px;
}

.language_box ul li a{
  color: #fff;
  font-size: 54px;
  font-weight: bold;
    border-bottom:  2px solid transparent;
    transition: all .3s ease-in-out;

}

.language_box ul li a:hover,.language_box ul li a:focus{
  border-bottom:  2px solid #fff;
}

.l_delete{
  width: 40px;
  height: 40px;
  position: fixed;
  top: 2em;
  right: 2em;
  cursor: pointer;
}

.l_delete i{
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  transform:  rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.l_delete i:nth-last-child(1){
    transform:  rotate(-45deg);
}




@media(max-width:1280px){


.language{
  font-size: 25px;
    vertical-align: middle;
    position: relative;
    top: -10px;
        color: #fff;
        cursor: pointer;
}

.language_box ul li a{
  font-size: 30px;

}


}

@media(max-width:440px){
  .navbar-default .navbar-brand a img:nth-child(3) {
    padding-top: 24px;
    width: 60%;
}
.cart_button {
    margin: 0 15px;
}
}

/* shopping */
.d5_box{
  margin: 1em auto;
}
.d5_box h3{
  font-family: 'Open Sans', sans-serif, "Microsoft JhengHei";
  font-size: 19px;
  color: #100A0A;
  font-weight: bold;
  border-bottom: 1px solid rgba(0,0,0,.36);
  padding-bottom: .5em;
}

.d5_box ul{
  padding-left: 20px;
  font-size: 16px;
}
.d5_box2{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d_input{
  width: 116px;
  height: 43px;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
}
.d_input .form-control{
  border: 0;
  background-color: transparent;
  height: 43px;
  text-align: center;
  font-size: 19px;
}

.d_input span{
  color: #797979;
  font-size: 19px;
  line-height: 43px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto;
}

.d5_box2 .btn-primary{
  background-color: #fff;
  line-height: 43px;
  color: #B86223;
  font-size: 16px;
  padding: 0;
  width: 94px;
  border: 0;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.d5_box2 .btn-primary:hover{
  background-color: #C5000B;
  color: #fff;
}

.d5_box fieldset{
  border-bottom: 1px solid #B8B8B8;
}
.d5_money{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #100A0A;  
  padding: .5em 0;
}
.d5_money span{
  color: #C5000B;
}

.d_slide_box{
  display: block;
  border-bottom: 1px solid #B8B8B8;
  overflow: hidden;
}

.d_slide_box .tit_cart{
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.d_slide_box .tit_cart img{
  transition: all .3s ease-in-out;
  background-color: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* .d_slide_box .tit_cart.active img{
  background-color: #C5000B;
  transform: scaleY(-1);
} */

.d5_box3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .5em;
  border-top: 1px solid rgba(0,0,0,.36);
}

.d5_box3 .btn-primary{
  background-color: #fff;
  line-height: 31px;
  color: #B86223;
  font-size: 16px;
  padding: 0;
  width: 94px;
  border: 0;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.d5_box3 .btn-primary:hover{
  background-color: #C5000B;
  color: #fff;
}

.d5_box4{
  display: block;
  text-align: center;
  background-color: #A4001D;
  border-radius: 50px;
  padding: .5em 0;
  margin: 2em auto;
  width: 70%;
  position: relative;
  z-index: 9;
}
.d5_box4 img{
  display:inline-block;
  vertical-align: middle;
}

.d5_box4 p{
  display:inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

.d5_box5{
  background-color: rgba(26,2,2,.44);
  padding: 1em;
  margin: 2em auto 0;
  width: 70%;
  text-align: center;
}
.d5_box5 h3{
  font-family: 'Open Sans', sans-serif, "Microsoft JhengHei";
  color: #FFFFFF;
  font-size: 20px;
  margin: 10px 0;
}


.d_slide_box2{
  transition: all .3s ease-in-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}


.d_slide_box2.active{
  display: block;
  height: auto;
  opacity: 1;
}

.d5_link ul{
  text-align: center;
  margin: 1em auto;
  padding: 0
}
.d5_link ul li{
  display: inline-block;
  vertical-align: middle;
}

.d5_link ul li a{
  /* background-color:#A4001D;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: .5em 1em;
  font-size: 18px; */
  background: url(../img/btn_white.jpg) no-repeat top left;
  width: 138px;
  height: 36px;
  display: block;
  padding-left: 30px;
  padding-top: 8px;
  text-align: center;
  font-size: 16px;
}

.d5_link ul li a:hover,.d5_link ul li a:focus{
  background-position-y: 100%;
}

@media(max-width:767px){
  .d_slide_box .tit_cart img {
    right: .5em;
  }
}


@media(max-width:480px){

.d5_box2 {
  flex-wrap: wrap;
}
.d_input{
  width: 100%;
  margin-bottom: 10px;
}
.d5_box2 .btn-primary{
  width: 100%;
}
fieldset:not(#foo) input[type='radio'] + label, fieldset:not(#foo) input[type='checkbox'] + label {
  margin-top: 1.5em;
  padding: 0;
  text-align: center;
}
fieldset:not(#foo) input[type='radio']+label .sad-span-button::before{
  top: -1em !important;
  right: 0;
  margin: auto;
  
}
.d5_box5,.d5_box4{
  width: 100%;}

  .d5_link ul li a {
    padding: .5em .5em;
  }
}
@media(max-width:400px){
  .d5_box3{
    flex-wrap: wrap;
  }
  .d5_box3 .btn-primary{
    width: 100%;
  }
  .d5_money{
    width: 100%;
  }






}

.eighteen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .eighteen form {
    background-color: #F09595;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 600px;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5em; }
    .eighteen form img {
      margin: 1em auto; }
    .eighteen form label {
      text-align: center;
      font-size: 16px;
      color: #fff;
      line-height: 30px; }
      .eighteen form label b {
        color: #000; }
    .eighteen form .e_button {
      display: block;
      width: 100%;
      text-align: center; }
    .eighteen form button {
      display: inline-block;
      vertical-align: middle;
      background-color: #e2bc5f;
      border-radius: 5px;
      border: 1px solid #e2bc5f;
      width: 30%;
      line-height: 40px;
      margin: 1em auto;
      font-size: 1.1rem;
      font-weight: bold; }
    .eighteen form a {
      display: inline-block;
      vertical-align: middle;
      background-color: #fff;
      border-radius: 5px;
      border: 1px solid #999;
      width: 30%;
      line-height: 40px;
      margin: 1em auto;
      font-size: 16px;
      font-weight: bold;
      color: #000; }

@media (max-width: 480px) {
  .eighteen form {
    height: 90%; }
    .eighteen form button, .eighteen form a {
      width: 45%; } }
@media (max-width: 360px) {
  .eighteen form label {
    font-size: 1rem;
    line-height: 25px; }
  .eighteen form img {
    margin: 0.5em auto;
    width: 40%; }
  .eighteen form button, .eighteen form a {
    width: 45%; } }