@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  word-break: break-all;
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
table {
  table-layout: fixed;
}
table td img {
  max-width: 100% !important;
  height: auto !important;
}
pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
b,
strong {
  font-weight: bold;
}
u {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  height: auto !important;
}
small {
  font-size: 80%;
}
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}
span {
  font-weight: inherit;
}
.youtube iframe {
  width: 100%;
}
u {
  text-decoration: underline;
}
.link a {
  color: #ccc;
  text-decoration: none;
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

/* sitemap */
.map {
  margin: 56px 20px 0;
}
.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
/* policy */
.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.policy p {
  margin: 0 0 20px;
}
/* input */
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
  margin: 0 auto;
  max-width: 1000px;
}
#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.content_pd {
  top: -6px;
}
.foot_pd {
  position: relative;
  top: -6px;
}
#contents {
  background-color: inherit !important;
  padding: 0 0 110px;
}
.ColLeft {
  float: left;
}
.ColRight {
  float: right;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
header#global_header {
  clear: both;
  width: 100%;
}
#header {
  position: relative;
}
.header-top {
  background: #000;
}
.hlogo {
  position: absolute;
  padding: 10px 10px;

  z-index: 2;
  background-color: #000;
}
#hnav {
  float: right;
}
#hnav ul li {
  float: left;
  padding: 44px 35px;
}
.bx-wrapper:before {
  content: "";
  height: 97px;
  width: 100%;
  background: url(../images/home/sd.png) no-repeat center top;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 20px;
}
#video-background {
  /*  making the video fullscreen  */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#header .inner {
  box-sizing: border-box;
  padding: 0 20px;
  /*position: absolute;*/
  top: 50px;
  left: 0;
  right: 0;
  height: 95%;
  z-index: 100;
}
#head_section {
  background: url(../images/common/bg_01.png) repeat top left;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 15px 50px 25px;
}
.text_logo,
#logo {
  float: left;
  padding-right: 20px;
}
.text_hp {
  padding: 5px 0 25px;
  text-align: left;
}
.text_shop,
.nav_head,
.nav_head ul li,
#nav_main,
.text_main {
  float: left;
}
#head_item {
  position: absolute;
  bottom: 130px;
  left: 20px;
  right: 20px;
}
#nav_main,
#nav_foot {
  background: url(../images/common/bg_01.png) repeat top left;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 50px 0 40px;
  width: 27.08%;
}
#nav_foot {
  display: none !important;
}
#nav_main ul li a,
#nav_foot ul li a {
  display: block;
  padding: 15px 0;
}
.text_main {
  background: url(../images/common/bg_01.png) repeat top left;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-sizing: border-box;
  display: block;
  padding: 40px 40px;
  margin-left: 10px;
  text-align: left;
  width: 71.875%;
}
.head_scroll {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 999;
}
.spDisplay,
#nav_global {
  display: none !important;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
footer#global_footer {
  width: 100%;
}
.wrapFooter {
  position: relative;
  padding: 65px 0 40px;
}
.wrapFooter .inner {
  padding: 0 20px;
}
.pageTop {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999;
}
#nav_foot {
  width: 100% !important;
}
.rightFooter {
  float: right;
  width: 77%;
}
.logo_footer {
  text-align: left;
  padding: 15px 0px 0px 133px;
}
.text_menu {
  color: #fff;
  font-size: 18px;
  padding: 20px 0 15px;
  text-align: left;
}
#navi_item ul li {
  float: left;
}
#navi_item ul li a {
  background: url(../images/common/bg_li.png) no-repeat right center;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 20px 0 15px;
  line-height: 1;
}
#navi_item ul li:last-child a {
  background: none !important;
}
#navi_item ul li:first-child a {
  padding: 0 20px 0 0 !important;
}
#navi_item ul:last-child {
  padding-top: 15px;
}
.coppyright {
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
}
/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */

/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */
.topPage,
.home_bg {
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover !important;
  color: #fff;
}
.relative {
  position: relative;
}
.home_box {
  min-height: 400px;
}
.home_img img {
  -webkit-animation-name: fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
.home_img02 img {
  -webkit-animation-name: fuwafuwa1; /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa1 {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
.home_abs01 {
  position: absolute;
  top: 0;
  left: 5%;
}
.home_abs02 {
  position: absolute;
  top: 40px;
  left: 28.5%;
}
.home_abs03 {
  position: absolute;
  top: 20px;
  right: 28.5%;
}
.home_abs04 {
  position: absolute;
  top: 0;
  right: 5%;
}
.home_abs05 {
  position: absolute;
  top: 190px;
  right: 14%;
}
.home_abs06 {
  position: absolute;
  top: 210px;
  right: 41%;
}
.home_abs07 {
  position: absolute;
  top: 190px;
  left: 15%;
}
.inner02 {
  max-width: 690px;
  margin: auto;
  position: relative;
  min-height: 400px;
}
.home_abs11 {
  position: absolute;
  left: 0%;
  top: 0%;
}
.home_abs12 {
  position: absolute;
  left: 36%;
  top: 0%;
}
.home_abs13 {
  position: absolute;
  right: 0%;
  top: 0%;
}
.home_abs14 {
  position: absolute;
  left: 17%;
  bottom: 0%;
}
.home_abs15 {
  position: absolute;
  right: 17%;
  bottom: 0%;
}
.instafeed_nav {
  position: absolute;
  bottom: 135px;
  right: 0;
  left: 0;
  z-index: 9999;
}
.instafeed_prev,
.instafeed_next {
  position: absolute;
  top: 0;
  cursor: pointer;
  display: block !important;
  padding: 0 0 !important;
}
.instafeed_prev {
  background: url(../images/home/arrow_left.png) no-repeat center left;
  /*margin-left: -490px;*/
  left: 0;
}
.instafeed_next {
  background: url(../images/home/arrow_right.png) no-repeat center right;
  /*margin-right: -490px;*/
  right: 0;
}
.instafeed_prev .icon-arrow,
.instafeed_next .icon-arrow {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
}
.img_slide {
  padding: 0 5px;
  width: auto !important;
}
.home_table {
  float: left;
  width: 17.56%;
}
.h_tdimg {
  padding: 0 0 !important;
}
.h_tdimg a:hover {
  display: inline-block;
  animation: hurueru 0.1s infinite;
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
/*.h_tdimg a:hover img{
	opacity: 1 !important;
}*/
.h_tdtt {
  color: #fff;
  padding: 15px 0 12px !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.home_table .tel_k {
  border: 1px solid #fff !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px !important;
  line-height: 1;
}
.home_table .tel_k img {
  margin-right: 5px;
  vertical-align: middle;
}
.home_table .tel_k:hover {
  border: 1px solid #d0121b !important;
  background: #d0121b;
}
.h_textL {
  padding: 0 0 !important;
  font-weight: bold;
}
.h_imgR {
  padding: 0 0 0 10px !important;
}
/* .home_link {
  position: absolute;
  left: 0;
  right: 0;
} */
.home_link a {
  background: #e50012;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 56px 13px;
  text-decoration: none;
  width: 500px;
}
.home_btn a {
  background: #eb9600;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 56px 13px;
  text-decoration: none;
  width: 500px;
}
.appBtn {
  max-width: 500px;
  margin: 0 auto;
}
.appBtn td a {
  display: block;
}
.appBtn td img {
  max-width: 160px !important;
}
.home_link a::before,
.home_link a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.home_link a,
.home_link a::before,
.home_link a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_link a:hover {
  opacity: 0.7;
}
.home_btn a:hover {
  opacity: 0.7;
}
.home_bg {
  background-size: auto;
}
.home_texttt {
  border-right: 1px solid #fff;
  font-size: 24px;
  float: left;
  width: 29%;
}
.home_new {
  float: right;
  width: 64%;
}
.home_new td {
  font-size: 16px;
  padding: 10px 0 !important;
}

.scroll {
  overflow-y: auto;
  height: 170px;
}
.fdTb td {
  padding: 0px !important;
}
.fd-link a {
  display: inline-block;
  width: 96%;
  text-align: center !important;
  color: #fff;
  background: #d0121b;
  font-size: 24px;
  text-decoration: none;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
  padding: 10px 5px;
  -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.fd-link a:after {
  content: "";
  height: 100%;
  width: 20px;
  background: url(../images/menu/down.png) no-repeat center center;
  display: block;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 0px;
}
.fd-link a:hover {
  background: #83040a;
}
/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
  background: none !important;
  border-top: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 10px !important;
}
h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}
ul.item_list li {
  margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}
.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #ffffff !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}
.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #cccccc !important;
  background-size: 30px auto !important;
}
.sort_catalog {
  overflow: hidden;
}
.sort_catalog ul {
  margin: 0 -4.16% 20px 0 !important;
  width: auto !important;
}
.sort_catalog ul li {
  padding: 0 !important;
  margin-right: 4.16% !important;
  width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n + 1) {
  clear: both;
}
.item_title,
.wishlist {
  margin: 0 !important;
}
.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #cccccc;
}
.shop_cont a,
.item_info a {
  color: #cccccc;
}
.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}
.item_title h2 {
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.fd-title {
  background-repeat: repeat-x;
  background-position: left center;
}
.fd-title h2 {
  font-size: 36px;
  color: #fff;
}
.fd-title h2#food {
  background: url(../images/menu/bg-food.png) no-repeat right center;
  padding: 22px 0px;
}
.fd-title h2#drink {
  background: url(../images/menu/bg-drink.png) no-repeat right center;
  padding: 32px 0px;
}
.kakaku {
  color: #d0121b;
  font-size: 18px;
  font-weight: bold;
}
.kakomi {
  padding: 0px 20px;
  border: solid 1px #d0121b;
}
.sns {
  position: relative;
  float: left;
}
.twitter-timeline a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

  /* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

  .inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  #contents {
    padding: 0 10px 110px;
  }
  #col_main {
    padding-bottom: 45px;
  }
  .ColLeft,
  .ColRight {
    float: none;
    width: 100% !important;
  }
  /* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

  .tb_tbl_block table td {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  /* ----------------------------------------------------------

		Header

---------------------------------------------------------- */

  /* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */

  /* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */
  #main #col_main,
  #main #col_side1 {
    float: none;
    width: 100%;
  }
  #main #col_main {
    padding: 0 0 30px;
  }
  /* tablet END ###################################################### */
}

@media screen and (max-width: 468px) {
  /* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

  /* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

  body {
    font-size: 15px;
  }
  #contents {
    padding: 0 10px 100px;
  }
  #col_main {
    padding-bottom: 20px;
    text-align: left;
  }
  .spnone {
    display: none;
  }
  .inner {
    padding: 0 10px;
  }
  /* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

  .tbl_scroll table {
    width: auto !important;
  }
  .tbl_block td {
    width: 100% !important;
    margin-top: -1px;
  }
  .style_form th,
  .style_form td {
    margin-top: -1px;
  }
  /* ----------------------------------------------------------

		Header

---------------------------------------------------------- */

  /* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */

  /* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */

  /* ----------------------------------------------------------

		Shop style

---------------------------------------------------------- */
  .sort_catalog {
    margin: 0 !important;
    width: auto !important;
  }
  .sort_catalog_box {
    padding: 0 !important;
    margin: 0 0 30px !important;
    width: 100% !important;
  }
  /* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* text-align */
.taR {
  text-align: right;
}
.taC {
  text-align: center;
}
/* font-weight */
.fwn {
  font-weight: normal !important;
}
.fwb {
  font-weight: bold !important;
}
/* margin */
.mgAuto {
  margin: 0 auto !important;
}
/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}
.tdpd05 td {
  padding: 5px !important;
}
.tdpd10 td {
  padding: 10px !important;
}
.tdpd15 td {
  padding: 15px !important;
}
.tdpd20 td {
  padding: 20px !important;
}
.tdpd25 td {
  padding: 25px !important;
}
.tdpd30 td {
  padding: 30px !important;
}
.tdpd35 td {
  padding: 35px !important;
}
.tdpd40 td {
  padding: 40px !important;
}
.tdpd45 td {
  padding: 45px !important;
}
.tdpd50 td {
  padding: 50px !important;
}
td.pdT10 {
  padding-top: 10px !important;
}
/* font-family */
.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_cont form,
.shop_cont a.btn_type01,
.shop_cont a.btn_purchase {
  color: #000000;
}
.shop_cont a.btn_type01:hover,
.shop_cont a.btn_purchase:hover {
  color: #636363;
}
#shop_flow .sf_text {
  color: #000000;
}
.shop_cont h3.title_h3 {
  color: #ffffff;
}
.shop_cont table {
  color: #000000;
}
/* ----------------------------------------------------------

		Pages

---------------------------------------------------------- */
#header_pages {
  background: url(../images/contents/bg_head.png) no-repeat top left;
  padding: 25px 0 40px;
  position: relative;
}
#nav_pages ul li {
  float: left;
  width: 20%;
}
#nav_pages ul li a {
  display: block;
  animation: hurueru 0.3s infinite;
}
#nav_pages ul li a.huru2 {
  display: block;
  animation: hurueru2 0.3s infinite;
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes hurueru2 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(-1deg);
  }
  50% {
    transform: translate(2px, 0px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, 2px) rotateZ(1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

.item_li a {
  animation: none !important;
}
/* bread list */
.bread ul {
  float: left;
}
.bread ul li {
  float: left;
  padding: 0 0 0 7px;
  white-space: nowrap;
  font-size: 14px;
}
.bread ul li a {
  color: #000;
  text-decoration: none;
}
.bread ul li a:hover {
  text-decoration: underline;
}
.about_abs {
  position: absolute;
  left: 0;
  right: 0;
  height: 195px;
}
.title_h3 h3 {
  background: url(../images/about/bg_01.png) no-repeat bottom center;
  font-size: 30px;
  padding-bottom: 40px;
}
.title_h3 img {
  position: relative;
  left: -155px;
}
.menu_imgL {
  float: left;
  width: 50%;
}
.menu_tableR {
  float: right;
  width: 46.5%;
}
.menu_imgR {
  float: right;
  width: 50%;
}
.menu_tableL {
  float: left;
  width: 46.5%;
}

.menu_tableR table,
.menu_tableL table {
  table-layout: auto;
}
.me_tdtt {
  background: url(../images/menu/bg.png) no-repeat bottom left;
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 10px 15px !important;
}
.me_tdtext {
  padding: 20px 0 0 !important;
  font-weight: bold;
}
.bg_red {
  background: #d0121b !important;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block !important;
  font-size: 18px !important;
  padding: 5px 10px 3px;
}
.menu_table {
  float: left;
  width: 23.69%;
}
.mn_tdimg,
.hoten_table td {
  padding: 0 0 !important;
}
.mn_tdtt {
  background: url(../images/menu/bg_02.png) no-repeat bottom center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0 !important;
}
.mn_tdtext {
  padding: 20px 0 0 !important;
}
.link_R {
  position: absolute;
  bottom: 0;
  right: 23%;
}
.link_L {
  position: absolute;
  bottom: 0;
  left: 0;
}
.shop_link a {
  background: #e50012;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 50px 11px;
  text-decoration: none;
}
.shop_link a::before,
.shop_link a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.shop_link a,
.shop_link a::before,
.shop_link a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop_link a:hover {
  opacity: 0.7;
}
.ho_tdtt {
  background: url(../images/menu/bg.png) no-repeat bottom left;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 15px 15px !important;
}
.ho_tdtt img {
  vertical-align: top;
}
.hoten_fl {
  float: left;
  width: 31.37%;
}
.honten_tdtt {
  background: url(../images/honten/bg.png) no-repeat bottom left;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0 !important;
}
.title02_h2 h2 {
  background: url(../images/menu/bg.png) no-repeat bottom left;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
}
.title02_h2 h2 img {
  vertical-align: top;
  margin: 5px 10px 0 0;
}
.recuit_tb td {
  font-weight: bold;
  padding: 0 0 !important;
}
.recruit_tel {
  background: #e50012;
  color: #fff !important;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 56px 13px;
  margin: 0 auto;
  line-height: 1.3;
  width: 500px;
}
.recruit_tel img {
  margin-right: 15px;
}
.recruit_tb {
  float: left;
  width: 25.43%;
}
.re_tdtt {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 !important;
}
.re_tdtext {
  padding: 10px 0 0 !important;
}
.re_tdtext a {
  background: #d0121b;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px;
  text-decoration: none;
}
.re_tdtext a img {
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.me_tdtext span {
  color: #d0121b;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mn_tdtext span {
  color: #d0121b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item_link a {
  background: #d0121b;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  margin: 0 auto;
  line-height: 1;
  text-decoration: none;
  width: 290px;
}
.item_link a::before,
.item_link a::after,
.re_tdtext a::before,
.re_tdtext a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.item_link a,
.item_link a::before,
.item_link a::after,
.re_tdtext a,
.re_tdtext a::before,
.re_tdtext a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_link a:hover,
.re_tdtext a:hover {
  opacity: 0.7;
}
.item_table tr:first-child td {
  border-bottom: 3px solid #7d7d7d !important;
  font-size: 18px;
  font-weight: bold;
}
.item_table tr:last-child td {
  border: 1px solid #7d7d7d !important;
  border-top: none !important;
}
.red {
  color: #d0121b;
  font-size: 18px;
  font-weight: bold;
}
.dema_R {
  position: absolute;
  bottom: 0;
  right: 14%;
}
.slider-wrap {
  position: relative;
  overflow: hidden;
  height: 230px !important;
}
.simply-scroll .simply-scroll-list > div {
  width: 320px !important;
}
.simply-scroll-list > div img {
  border: none;
  display: block;
}
.instagram {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram li {
  width: 23.5%;
  margin-bottom: 2%;
}
.instagram li img {
  width: 100%;
  height: 235px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
