/* --------------------------------------------------------------
 CSSの再定義
 -------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  position: relative;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.4rem;
  background-color: #2c1c10;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
table {
  width: 100%;
}
strong {
  font-weight: bold;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}
input[type='button'], input[type='submit'], button {
  width: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
@media print, screen and (min-width: 768px) {
  input[type='button'], input[type='submit'], button {
    width: auto;
  }
}
a:hover, a img:hover, input[type='button']:hover, input[type='submit']:hover, button:hover, .hover_effect:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#main {
  width: 100%;
  margin: 0 auto;
}
/* ----------------------------------------
 共通
 ---------------------------------------- */
.page_title {
  position: relative;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  width: 100%;
  height: 90px;
  margin: 0;
  text-align: center;
  background-color: rgba(234, 255, 0, 1);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  border-top: 3px solid #5f5f5f;
}
.page_title.detail_block {
  margin-top: 60px;
}
.page_title span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_title {
    font-size: 3rem;
    height: 140px;
    background-color: rgba(234, 255, 0, 1);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: none;
  }
  .page_title.detail_block {
    margin-top: 0;
  }
}
.hl_a {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-top: 4px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
}
.hl_b {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.link_button {
  border: 1px solid #606060;
  width: 200px;
  height: 40px;
  padding: 4px;
  position: relative;
  background-color: rgba(234, 255, 0, 1);
}
.link_button a {
  color: #000;
}
.link_button a span {
  padding: 7px;
  border: 1px solid rgba(96, 96, 96, 0.7);
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.search {
  position: relative;
}
.search input[type='text'][name='keyword'] {
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 10px;
  border-radius: 4px;
  background: #140901;
}
.search input[type='text'][name='keyword']::placeholder {
  color: #fff;
  opacity: 1;
}
.search input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  border: none;
  display: inline-block;
  padding: 20px 25px 20px 20px;
  background: url(../images/common/icon_search_sp.png) no-repeat center center;
  background-size: 19px 19px;
}
@media print, screen and (min-width: 768px) {
  .search input[type='submit'] {
    background: url(../images/common/icon_search_pc.png) no-repeat center center;
  }
}
.search input[type='submit']#searchsubmit {
  background: url(../images/common/icon_search_spmenu.png) no-repeat center center;
  background-size: 20px 20px;
}
/* ----------------------------------------
 ヘッダー
 ---------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 60px;
  margin: 0;
  border: none;
}
header.top_header {
  height: 110px;
}
header.top_header .inner.cf {
  background: rgba(234, 255, 1, 1);
}
header.top_header #head_gradation {
  display: block;
  height: 50px;
}
header h1 {
  height: 57px;
  margin: 0 0 0 12px;
}
header h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header h1 a img {
  height: 57px;
}
header .inner.cf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  height: 60px;
  background: rgba(234, 255, 0, 1);
}
header .inner.cf .snav {
  float: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
}
header .inner.cf .snav .pc-menu {
  display: none;
}
header .inner.cf .snav .sp-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .inner.cf .snav .sp-menu .incart_btn {
  position: relative;
  margin-right: 15px;
}
header .inner.cf .snav .sp-menu .incart_btn img {
  width: 36px;
  height: 36px;
}
header .inner.cf .snav .sp-menu .incart_btn .total_quant {
  position: absolute;
  top: 0;
  left: 28px;
  font-weight: normal;
  background: #f00;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  color: #fff;
  font-size: 1rem;
  min-width: auto;
  text-align: center;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
}
header .inner.cf .snav .trigger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  vertical-align: bottom;
  margin-right: 10px;
  z-index: 1001;
}
header .inner.cf .snav .trigger.before {
  background-color: #fff;
}
header .inner.cf .snav .trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  vertical-align: bottom;
  position: absolute;
  left: 6px;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
}
header .inner.cf .snav .trigger span:nth-of-type(1) {
  top: 9px;
}
header .inner.cf .snav .trigger span:nth-of-type(2) {
  top: 19px;
}
header .inner.cf .snav .trigger span:nth-of-type(2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
}
header .inner.cf .snav .trigger span:nth-of-type(3) {
  top: 29px;
}
header .inner.cf .snav .trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
}
header .inner.cf .snav .trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
header .inner.cf .snav .trigger.active span:nth-of-type(2):after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
}
header .inner.cf .snav .trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
}
header #sp_menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 1000;
  background-color: #000;
  color: #fff;
  padding: 60px 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
header #sp_menu form {
  padding: 0;
}
header #sp_menu form .search {
  position: relative;
}
header #sp_menu form .search input[type='text'][name='keyword'] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 10px;
  border: 1px solid #727272;
  border-radius: 4px;
  background: #313131;
}
header #sp_menu form .search input[type='text'][name='keyword']::placeholder {
  color: #fff;
  font-weight: 500;
  opacity: 1;
}
header #sp_menu form .search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background: url(../images/common/icon_search_sp.png) no-repeat center center;
  background-size: 19px;
  border: none;
  display: inline-block;
}
header #sp_menu ul {
  border-bottom: solid 1px #4a4a4a;
  padding-top: 10px;
}
header #sp_menu ul li {
  border-bottom: solid 1px #4a4a4a;
  padding-left: 10px;
}
header #sp_menu ul li:last-of-type {
  border-bottom: none;
}
header #sp_menu ul li a {
  display: block;
  width: 100%;
  padding: 11px 0;
  color: #fff;
}
header #sp_menu .mypage-menu {
  padding-top: 20px;
}
header #head_gradation {
  display: none;
}
header #g_nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header {
    position: static;
    height: 120px;
  }
  header.top_header {
    position: absolute;
    height: 240px;
  }
  header.top_header #g_nav ul {
    background: rgba(0, 0, 0, 1);
  }
  header.top_header #head_gradation {
    height: 120px;
  }
  header h1 {
    height: 76px;
    margin: 0 0 0 24px;
  }
  header h1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  header h1 a img {
    height: 76px;
    padding: 0;
  }
  header .inner.cf {
    position: relative;
    height: 76px;
    padding: 0;
  }
  header .inner.cf .snav {
    margin-right: 25px;
  }
  header .inner.cf .snav .pc-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .inner.cf .snav .pc-menu .shop-info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  header .inner.cf .snav .pc-menu .shop-info div {
    margin-right: 10px;
  }
  header .inner.cf .snav .pc-menu .shop-info div h2 {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: bold;
  }
  header .inner.cf .snav .pc-menu .shop-info div h2 img {
    vertical-align: baseline;
  }
  header .inner.cf .snav .pc-menu .shop-info div p {
    font-size: 1.2rem;
  }
  header .inner.cf .snav .pc-menu .shop-info div p span {
    font-weight: bold;
  }
  header .inner.cf .snav .pc-menu .shop-info div:last-of-type {
    margin-right: 35px;
  }
  header .inner.cf .snav .pc-menu > [class^='menu-'] {
    margin-left: 25px;
  }
  header .inner.cf .snav .pc-menu > [class^='menu-'] a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
  }
  header .inner.cf .snav .pc-menu > [class^='menu-'] a span {
    font-size: 1.2rem;
  }
  header .inner.cf .snav .pc-menu .incart_btn {
    position: relative;
  }
  header .inner.cf .snav .pc-menu .incart_btn img {
    width: 36px;
    height: 36px;
  }
  header .inner.cf .snav .pc-menu .incart_btn .total_quant {
    position: absolute;
    top: 0;
    left: 28px;
    font-weight: normal;
    background: #f00;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    color: #fff;
    font-size: 1rem;
    min-width: auto;
    text-align: center;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  }
  header .inner.cf .snav .sp-menu {
    display: none;
  }
  header .inner.cf hr {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    margin: 0;
    border: none;
    background: #4b4b4b;
    opacity: 0.8;
  }
  header #g_nav {
    display: block;
  }
  header #g_nav ul {
    font-size: 0;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    background: rgba(0, 0, 0, 1);
  }
  header #g_nav ul li {
    height: 44px;
    line-height: 44px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 16.6666666667%;
  }
  header #g_nav ul li:first-of-type:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: inline;
    width: 1px;
    height: 24px;
    background-color: #4b4b4b;
  }
  header #g_nav ul li:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    display: inline;
    width: 1px;
    height: 24px;
    background-color: #4b4b4b;
  }
  header #g_nav ul li a {
    display: block;
  }
  header #g_nav ul li a span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
  }
}
.bg_fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
/* ----------------------------------------
 フッター
 ---------------------------------------- */
footer {
  padding: 0;
  background: #140901;
}
footer .footer_inner {
  padding: 0 20px;
}
footer .footer_inner nav {
  padding: 12px 0 0 0;
}
footer .footer_inner nav ul li {
  border-bottom: 1px solid #8d827e;
  margin-bottom: 0;
}
footer .footer_inner nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 17px 10px;
}
footer .footer_inner .shop_info {
  padding-top: 33px;
}
footer .footer_inner .shop_info h2 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
}
footer .footer_inner .shop_info p {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
footer .footer_inner .shop_info p.contact {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 20px;
}
footer .footer_inner .shop_info h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
footer .footer_inner .shop_info .footer_link {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 38px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}
footer .footer_inner .shop_info#logo_footer img {
  height: 28px;
}
footer .footer_inner .copyright {
  font-size: 1rem;
  text-align: left;
  padding: 11px 0 16px;
}
@media print, screen and (min-width: 768px) {
  footer .footer_inner {
    padding: 72px 0 0 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1280px;
    margin: 0 auto;
  }
  footer .footer_inner nav {
    padding: 47px 0 0 113px;
    order: 2;
    width: 100%;
    border-left: 0;
    border-right: 0;
    margin: 0;
    height: 299px;
  }
  footer .footer_inner nav ul li {
    border-bottom: none;
    padding: 0;
    line-height: 24px;
    display: list-item;
    width: 100%;
    font-weight: bold;
  }
  footer .footer_inner nav ul li a {
    width: auto;
    padding: 0;
  }
  footer .footer_inner .shop_info {
    padding-top: 0;
    order: 1;
    width: 100%;
    padding: 0 0 0 108px;
    margin: 0;
  }
  footer .footer_inner .shop_info h2 {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  footer .footer_inner .shop_info p.contact {
    margin-top: 26px;
  }
  footer .footer_inner .shop_info .footer_link {
    margin-top: 10px;
  }
  footer .footer_inner .shop_info#logo_footer img {
    height: 37px;
  }
  footer .footer_inner .copyright {
    text-align: center;
    font-size: 10px;
    width: 100%;
    order: 4;
  }
}
#page_top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#page_top img {
  width: 70px;
  height: 70px;
}
@media print, screen and (min-width: 768px) {
  #page_top {
    right: 20px;
    bottom: 20px;
  }
}
/* ----------------------------------------
 トップページ
 ---------------------------------------- */
#content {
  width: 100%;
  padding: 0;
}
#content > h1.page_title {
  border-top: none;
}
#content > section {
  width: 100%;
}
#content > section.top_img_area {
  position: relative;
  width: 100%;
}
#content > section.top_img_area .top_img {
  width: 100%;
  object-fit: cover;
}
#content > section.top_img_area .btn_takeout {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 300px;
}
#content > section.concept {
  position: relative;
  padding: 37px 0 190px;
  overflow: hidden;
}
#content > section.concept h2 {
  margin-bottom: 25px;
}
#content > section.concept p {
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 2;
}
#content > section.concept .maneki_neko_right {
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  width: 150px;
}
#content > section.store_img_area {
  font-size: 0;
  padding-bottom: 15px;
}
#content > section.store_img_area img {
  width: calc(100% / 2);
}
#content > section.announcement {
  padding: 15px 20px;
}
#content > section.announcement div {
  width: 100%;
  padding: 33px 40px 40px;
  background: #140901;
}
#content > section.announcement div h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
#content > section.announcement div ul {
  margin-top: 9px;
}
#content > section.announcement div ul li {
  list-style: disc;
  line-height: 2;
  font-size: 1.4rem;
}
#content > section.information {
  padding: 15px 0 0;
}
#content > section.information h2 {
  margin: 0 0 20px;
}
#content > section.information .btn_news_list {
  display: block;
  width: 300px;
  margin: 40px auto 20px;
}
#content > section.information .no_info {
  font-size: 1.8rem;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.1em;
}
#content > section.access {
  padding: 20px 20px 0;
}
#content > section.access h2 {
  margin-bottom: 17px;
}
#content > section.access p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 8px;
}
#content > section.access dl {
  border-bottom: 1px solid #49403a;
  padding: 18px 20px 14px;
  text-align: center;
  font-size: 1.6rem;
}
#content > section.access dl:first-of-type {
  border-top: 1px solid #49403a;
}
#content > section.access dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
#content > section.access .access_img {
  margin-top: 20px;
  text-align: center;
}
#content > section.access .access_img p {
  font-size: 1.4rem;
  line-height: 1;
  margin: 8px 0 0 0;
}
@media print, screen and (min-width: 768px) {
  #content > section {
    width: 1000px;
    margin: 0 auto;
  }
  #content > section.top_img_area .btn_takeout {
    left: auto;
    right: 40px;
    bottom: 40px;
    transform: none;
  }
  #content > section.concept {
    padding: 57px 0 68px;
  }
  #content > section.concept h2 {
    line-height: 1;
  }
  #content > section.concept p {
    text-align: center;
  }
  #content > section.concept .maneki_neko_left {
    position: absolute;
    left: 10px;
    bottom: -23px;
  }
  #content > section.concept .maneki_neko_right {
    left: auto;
    right: 10px;
    bottom: -23px;
    transform: none;
  }
  #content > section.store_img_area {
    width: 100%;
    padding-bottom: 20px;
  }
  #content > section.store_img_area img {
    width: calc(100% / 4);
  }
  #content > section.announcement {
    padding: 20px 0;
  }
  #content > section.announcement div {
    width: 758px;
    margin: 0 auto;
    padding: 29px 92px 26px;
  }
  #content > section.announcement div ul {
    margin-top: 8px;
  }
  #content > section.information {
    padding: 20px 0 0 0;
  }
  #content > section.information h2 {
    margin: 0 0 25px;
  }
  #content > section.information .btn_news_list {
    margin: 69px auto 7px;
  }
  #content > section.information .no_info {
    font-size: 2.4rem;
    padding: 30px 0;
  }
  #content > section.access {
    padding: 30px 0 0 0;
  }
  #content > section.access h2 {
    margin-bottom: 30px;
    padding-top: 21px;
  }
  #content > section.access p {
    line-height: 1;
    margin-bottom: 36px;
  }
  #content > section.access dl {
    width: 590px;
    float: right;
    padding: 18px 10px 10px;
    margin-right: 10px;
    text-align: left;
  }
  #content > section.access dl:first-of-type {
    border-top: 1px solid #49403a;
    margin-top: 59px;
  }
  #content > section.access dl dt {
    clear: left;
    float: left;
    width: 36.8%;
    margin: 0;
  }
  #content > section.access dl dd {
    margin-left: 36.8%;
  }
  #content > section.access .access_img {
    width: 335px;
  }
}
.news_list > div {
  padding: 0 18px 30px;
}
.news_list > div:last-of-type {
  padding-bottom: 0;
}
.news_list .main_image {
  padding: 0;
  text-align: center;
}
.news_list .main_image img {
  width: 100%;
  height: 51.2vw;
  min-height: 192px;
  object-fit: contain;
}
.news_list .post_date {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}
.news_list .post_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2px;
}
.news_list .excerpt {
  margin-top: 2px;
}
.news_list .show_more {
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
  margin-top: 5px;
}
.news_list .category {
  margin-top: 13px;
}
.news_list .category a {
  background: #140901;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 15px;
  border-radius: 12px;
}
.news_list .category a:not(:first-of-type) {
  margin-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .news_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: none;
    margin: 0;
  }
  .news_list > div {
    width: 300px;
    padding: 0;
  }
  .news_list .main_image img {
    height: 15vw;
    max-height: 192px;
    min-height: 192px;
  }
}
/* ----------------------------------------
 ローディング
 ---------------------------------------- */
#loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -58px;
}
@media (min-width: 768px) {
  #loader_bg {
    top: 0;
  }
  #loading {
    margin-top: 0;
  }
}
/* ----------------------------------------
 パンくずリスト
 ---------------------------------------- */
.breadcrumb, .breadcrumb_about {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb, .breadcrumb_about {
    display: block;
    width: 100%;
    min-height: 50px;
    padding-left: 20px;
  }
  .breadcrumb ul, .breadcrumb_about ul {
    padding: 15px 0;
  }
  .breadcrumb ul li, .breadcrumb_about ul li {
    display: inline-block;
    padding-left: 5px;
    font-size: 1.2rem;
    color: #000;
  }
  .breadcrumb ul li::before, .breadcrumb_about ul li::before {
    content: ' > ';
  }
  .breadcrumb ul li:first-child::before, .breadcrumb_about ul li:first-child::before {
    content: none;
  }
  .breadcrumb ul li a, .breadcrumb_about ul li a {
    color: #000;
    text-decoration: underline;
  }
  .breadcrumb_about {
    height: 50px;
  }
  .breadcrumb_about ul li {
    color: #fff !important;
  }
  .breadcrumb_about ul li a {
    color: #fff !important;
  }
}
/* ----------------------------------------
 ページネーション
 ---------------------------------------- */
.paging_pc {
  display: none;
}
.paging_sp {
  font-size: 1.4rem;
  padding: 0 20px;
}
.paging_sp .pagenum {
  height: 50px;
  line-height: 50px;
  margin-top: -1px;
  border-top: solid 1px #504236;
  border-bottom: solid 1px #504236;
  text-align: center;
}
.paging_sp .pager {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0 0;
  font-weight: bold;
}
.paging_sp .pager .prev, .paging_sp .pager .next {
  position: relative;
  width: 47%;
  height: 40px;
  text-align: center;
  border: 1px solid #504236;
}
.paging_sp .pager .prev a, .paging_sp .pager .next a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  color: #000;
}
.paging_sp .pager .prev:after {
  content: '';
  position: absolute;
  background: url(../images/common/arrow_right_white_sp.png) no-repeat center center;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  left: 10px;
}
.paging_sp .pager .prev a {
  padding-left: 20px;
}
.paging_sp .pager .next {
  margin-left: auto;
}
.paging_sp .pager .next:after {
  content: '';
  position: absolute;
  background: url(../images/common/arrow_right_white_sp.png) no-repeat center center;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.paging_sp .pager .next a {
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .paging_sp {
    display: none;
  }
  .paging_pc {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    font-size: 12px;
    text-align: center;
  }
  .paging_pc ul {
    display: inline-block;
  }
  .paging_pc ul li {
    display: inline-block;
    vertical-align: middle;
  }
  .paging_pc ul li a.page-numbers {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 5px;
    background-color: #2c1c10;
    border: solid 1px #504236;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    border-radius: 4px;
  }
  .paging_pc ul li a.page-numbers.prev, .paging_pc ul li a.page-numbers.next {
    width: 13px;
    height: 22px;
    margin: 0;
    text-align: center;
    border: none;
    background: url(../images/common/arrow_pager.png) no-repeat center center;
    background-size: 13px 22px;
  }
  .paging_pc ul li a.page-numbers.prev {
    margin-right: 20px;
    transform: rotateY(180deg);
  }
  .paging_pc ul li a.page-numbers.next {
    margin-left: 20px;
  }
  .paging_pc ul li span.current {
    display: block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    border: none;
    background-color: #4d4035;
    border: solid 1px #4d4035;
    border-radius: 4px;
    color: #fff;
  }
}
.item_pager {
  width: 100%;
  padding-top: 18px;
  margin-bottom: 38px;
}
.item_pager a {
  color: #000;
}
.item_pager .page_nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #5f5f5f;
  font-size: 12px;
  padding: 0 5px;
}
.item_pager .page_nav span {
  display: inline-block;
  width: 100%;
}
.item_pager .page_nav .prev {
  width: 50%;
}
.item_pager .page_nav .prev .prev_inner {
  padding: 15px 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.item_pager .page_nav .prev .prev_inner:before {
  content: '';
  background: url(../images/common/arrow_pager.png) no-repeat center center;
  background-size: 13px 22px;
  width: 13px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotateY(180deg);
}
.item_pager .page_nav .center_line {
  width: 1px;
  margin: 15px 0 20px;
  border-left: 1px solid #5f5f5f;
}
.item_pager .page_nav .next {
  width: 49.5%;
}
.item_pager .page_nav .next .next_inner {
  padding: 15px 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
.item_pager .page_nav .next .next_inner:before {
  content: '';
  background: url(../images/common/arrow_pager.png) no-repeat center center;
  background-size: 13px 22px;
  width: 13px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 10px;
}
.item_pager .rtl {
  width: 89.55%;
  height: 40px;
  border: 1px solid #5f5f5f;
  text-align: center;
  margin: 0 auto;
}
.item_pager .rtl a {
  line-height: 38px;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(234, 255, 0, 1);
}
@media print, screen and (min-width: 768px) {
  .item_pager {
    padding-top: 28px;
    margin-bottom: 0;
  }
  .item_pager .page_nav {
    font-size: 14px;
    padding: 0;
  }
  .item_pager .page_nav span.post_date {
    font-weight: bold;
  }
  .item_pager .page_nav .prev {
    width: 350px;
  }
  .item_pager .page_nav .prev .prev_inner {
    margin-top: 25px;
  }
  .item_pager .page_nav .center_line {
    margin: 30px 0;
  }
  .item_pager .page_nav .next {
    width: 349px;
  }
  .item_pager .page_nav .next .next_inner {
    margin-top: 25px;
  }
  .item_pager .rtl {
    width: 160px;
  }
}
/* ----------------------------------------
 固定ページ
 ---------------------------------------- */
#main #content.menu_content {
  width: 100%;
  margin: 30px 0 0;
}
#main #content.menu_content > div {
  text-align: center;
  padding: 0 20px 40px;
}
#main #content.menu_content > div:last-of-type {
  padding: 0 20px;
}
#main #content.menu_content > div h2 {
  margin: 0 0 17px;
  line-height: 1.26;
}
#main #content.menu_content > div h2.cook_block {
  margin: 0 0 7px;
}
#main #content.menu_content > div h2.fried_block {
  margin: 0 0 9px;
}
#main #content.menu_content > div h2.drink_block {
  margin: 0 0 11px;
  padding-top: 17px;
}
#main #content.menu_content > div p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 13px;
}
#main #content.menu_content > div p.block_text2 {
  margin: 0 0 15px;
}
#main #content.menu_content > div p.drink_block {
  margin: 0 0 15px;
}
#main #content.menu_content > div .btn_takeout {
  margin: 22px auto 0;
}
#main #content.menu_content > div .btn_takeout a {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 300px;
}
#main #content.menu_content > div.recommend_block {
  padding: 0 0 40px;
}
#main #content.menu_content > div.recommend_block h2 {
  padding-top: 17px;
  margin: 0 0 11px;
}
#main #content.menu_content > div.recommend_block p {
  margin: 0 0 15px;
}
#main #content.menu_content > div.recommend_block .recommend_img_area {
  font-size: 0;
}
#main #content.menu_content > div.recommend_block .recommend_img_area img {
  display: inline-block;
  width: calc(100% / 2);
}
@media print, screen and (min-width: 768px) {
  #main #content.menu_content {
    margin: 10px 0 0;
  }
  #main #content.menu_content > div {
    padding-bottom: 60px;
  }
  #main #content.menu_content > div h2 {
    width: 1000px;
    margin: 0 auto 9px;
    padding-top: 18px;
  }
  #main #content.menu_content > div p {
    width: 1000px;
    margin: 0 auto 24px;
    font-size: 1.8rem;
  }
  #main #content.menu_content > div p.block_text {
    margin: 0 auto 20px;
  }
  #main #content.menu_content > div p.block_text2 {
    margin: 0 auto 28px;
  }
  #main #content.menu_content > div .btn_takeout {
    width: 1000px;
    margin: 30px auto 0;
  }
  #main #content.menu_content > div.menu_block {
    width: 1000px;
    margin: 0 auto;
  }
  #main #content.menu_content > div.recommend_block {
    padding-bottom: 59px;
  }
  #main #content.menu_content > div.recommend_block h2 {
    padding-top: 18px;
    margin: 0 auto 9px;
  }
  #main #content.menu_content > div.recommend_block p {
    margin: 0 auto 24px;
  }
  #main #content.menu_content > div.recommend_block .recommend_img_area img {
    width: calc(100% / 4);
  }
}
#main .site-content #content.information_content .news_list {
  padding: 28px 20px 30px;
}
#main .site-content #content.information_content .news_list > div:not(:first-of-type) {
  margin-top: 30px;
}
#main .site-content #content.information_content .news_list .post_title {
  font-weight: bold;
}
#main .site-content #content.information_content .no_info {
  font-size: 1.8rem;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #main .site-content #content.information_content {
    width: 1000px;
    margin: 11px auto 0;
    padding-bottom: 60px;
  }
  #main .site-content #content.information_content .news_list {
    justify-content: flex-start;
    padding: 0;
    margin-top: 29px;
  }
  #main .site-content #content.information_content .news_list > div:not(:first-of-type) {
    margin-top: 0;
    margin-left: 50px;
  }
  #main .site-content #content.information_content .no_info {
    font-size: 2.4rem;
    padding: 30px 0;
  }
}
#main .about_header {
  background: url(../images/common/about.png) no-repeat center center;
  background-size: cover;
}
#main .about_header p {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
#main h1.sub_title {
  height: 90px;
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  #main .about_header p {
    width: 1027px;
    height: 375px;
    margin: 0 auto;
    padding: 48px 0 98px;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
  }
  #main h1.sub_title {
    height: 155px;
  }
}
#main #content.about_content {
  width: 100%;
  max-width: 552px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#main #content.about_content .about_img_area {
  width: 100%;
}
#main #content.about_content .btn_products {
  margin: 20px auto 15px;
  display: block;
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  #main #content.about_content {
    min-width: 1104px;
  }
}
#main #content.item_content .no_content {
  font-size: 1.8rem;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.1em;
}
.item_list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 15px 20px;
}
.item_list > div:nth-child(even) {
  margin-left: 5px;
}
.item_list .item_box {
  position: relative;
  width: 49.14%;
  margin-top: 5px;
  padding: 10px 10px 60px;
  border: 1px solid #504236;
  color: #000;
}
.item_list .item_box > * {
  margin-top: 10px;
}
.item_list .item_box .thumimg {
  width: 100%;
  margin-top: 0;
}
.item_list .item_box .thumimg img {
  width: 100%;
  height: 27.47vw;
  object-fit: contain;
}
.item_list .item_box .thumtitle {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 25px;
}
.item_list .item_box .thumtitle a {
  color: #fff;
}
.item_list .item_box .price {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 20px;
}
.item_list .item_box .price span {
  margin-left: 14px;
}
.item_list .item_box .price span em.tax {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.item_list .item_box .link_button {
  position: absolute;
  width: 40vw;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  #main #content.item_content {
    margin-top: 24px;
  }
  #main #content.item_content .no_content {
    font-size: 2.4rem;
    padding: 30px 0;
  }
  .item_list {
    width: 1000px;
    justify-content: flex-start;
    padding: 9px 0 0;
    margin: 0 auto;
  }
  .item_list > div:nth-child(even) {
    margin-left: 0px;
  }
  .item_list > div:nth-child(3n + 2), .item_list > div:nth-child(3n + 3) {
    margin-left: 20px;
  }
  .item_list .item_box {
    width: 320px;
    margin-top: 20px;
    padding: 20px 20px 80px;
  }
  .item_list .item_box .thumimg {
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
  }
  .item_list .item_box .thumimg img {
    height: 100%;
  }
  .item_list .item_box .thumtitle {
    font-size: 1.8rem;
  }
  .item_list .item_box .excerpt {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .item_list .item_box .price {
    font-size: 1.6rem;
  }
  .item_list .item_box .price span {
    margin-left: 20px;
  }
  .item_list .item_box .price span em.tax {
    font-size: 1.6rem;
  }
  .item_list .item_box .link_button {
    width: 200px;
    bottom: 20px;
  }
}
.item_list.favorites {
  margin-top: 20px;
}
.item_list.favorites .item_box {
  position: relative;
  padding-bottom: 100px;
}
.item_list.favorites .item_box .link_button {
  bottom: 40px;
}
.item_list.favorites .item_box .simplefavorite-button {
  color: #fff;
  opacity: 1;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .item_list.favorites .item_box .simplefavorite-button {
    left: auto;
    right: 10px;
  }
}
#main #content.commerce_content {
  padding: 40px 20px 0;
}
#main #content.commerce_content dl {
  padding: 18px 10px;
  border-bottom: 1px solid #5f5f5f;
}
#main #content.commerce_content dl:first-of-type {
  border-top: 1px solid #5f5f5f;
}
#main #content.commerce_content dl dt {
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
#main #content.commerce_content dl dd {
  line-height: 2;
  font-size: 1.4rem;
  color: #000;
}
#main #content.commerce_content dl dd span.line-space {
  display: inline-block;
  padding-top: 1em;
}
#main #content.commerce_content dl dd ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1.4em;
}
@media print, screen and (min-width: 768px) {
  #main #content.commerce_content {
    width: 800px;
    margin: 0 auto;
    padding: 5px 0 0;
  }
  #main #content.commerce_content dl {
    padding: 10px 0;
    border-bottom: 1px solid #5f5f5f;
  }
  #main #content.commerce_content dl dt {
    clear: left;
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 20px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #main #content.commerce_content dl dd {
    line-height: 1.42857143;
    margin-left: 20%;
    font-size: 1.6rem;
  }
  #main #content.commerce_content dl dd span.indent {
    display: inline-block;
    padding-left: 12em;
    text-indent: -12em;
  }
}
#main #content.privacy_content {
  padding: 40px 20px 0;
}
#main #content.privacy_content .right-box {
  text-align: right;
}
#main #content.privacy_content .space-line {
  display: inline-block;
  padding: 2em 0 1em;
}
#main #content.privacy_content dl dt {
  margin: 30px 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}
#main #content.privacy_content dl dt::before {
  content: '';
  border: 3px solid #eaff00;
  border-radius: 3px;
  margin-right: 8px;
}
#main #content.privacy_content dl dd {
  font-size: 1.4rem;
  color: #fff;
}
#main #content.privacy_content dl dd .privacy-contact {
  padding-top: 1em;
}
#main #content.privacy_content dl dd ul {
  padding-top: 1em;
  padding-left: 5px;
}
#main #content.privacy_content dl dd ul li {
  padding-left: 2em;
  text-indent: -2.5em;
}
#main #content.privacy_content h3 {
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #main #content.privacy_content {
    width: 800px;
    margin: 0 auto;
    padding: 5px 0 0;
  }
  #main #content.privacy_content h3 {
    font-size: 2rem;
  }
}
#main #content.agreement_content {
  padding: 40px 20px 0;
}
#main #content.agreement_content dl dt {
  margin: 20px 0 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
#main #content.agreement_content dl dt::before {
  content: '';
  border: 3px solid #000;
  border-radius: 3px;
  margin-right: 8px;
}
#main #content.agreement_content dl dt:first-of-type {
  margin: 0 0 10px 0;
}
#main #content.agreement_content dl dd {
  font-size: 1.4rem;
  color: #000;
  padding-left: 1em;
}
#main #content.agreement_content dl dd ul li {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1.1em;
}
#main #content.agreement_content dl dd div {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1.1em;
  padding-bottom: 10px;
}
#main #content.agreement_content dl dd span {
  display: inline-block;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #main #content.agreement_content {
    width: 800px;
    margin: 0 auto;
    padding: 5px 0 0;
  }
}
.error-404.not-found p {
  font-size: 1.6rem;
  padding: 0 20px;
  text-align: left;
}
.error-404.not-found .btn {
  margin: 30px auto 0;
  background: #eaff00;
  width: 220px;
  height: 50px;
  text-align: center;
}
.error-404.not-found .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: bold;
  padding: 15px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .error-404.not-found p {
    text-align: center;
    padding: 0;
  }
}
/* ----------------------------------------
 お知らせ記事詳細
 ---------------------------------------- */
#main.two-column #primary #content.information_detail .post_date {
  font-weight: bold;
}
#main.two-column #primary #content.information_detail h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}
#main.two-column #primary #content.information_detail .category a {
  background: #5c4c46;
  border: 1px solid #5c4c46;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 15px;
  border-radius: 12px;
  word-break: keep-all;
  margin-top: 10px;
  display: inline-block;
}
#main.two-column #primary #content.information_detail .text {
  margin-top: 20px;
  line-height: 1.5;
}
#main.two-column #primary #content.information_detail .main_image {
  margin-top: 20px;
}
#main.two-column #primary #content.information_detail .no_content {
  font-size: 2rem;
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #main.two-column #primary #content.information_detail {
    margin-top: 0;
  }
  #main.two-column #primary #content.information_detail .post_date {
    font-weight: bold;
  }
  #main.two-column #primary #content.information_detail h2 {
    margin-top: 10px;
    font-size: 2.4rem;
  }
  #main.two-column #primary #content.information_detail .text {
    margin-top: 25px;
  }
  #main.two-column #primary #content.information_detail .main_image {
    margin-top: 30px;
  }
}
#main #content.favorites_content .no_content {
  font-size: 2rem;
  padding: 30px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #main .site-content #content.contact_content {
    width: 1000px;
    margin: 11px auto 0;
    padding-bottom: 60px;
  }
}
/* 入力画面で非表示 */
.mw_wp_form_input .input_hide {
  display: none;
}
/* 確認画面で非表示 */
.mw_wp_form_preview .prev_hide {
  display: none;
}
/* 進捗表示 制御 */
.contact .progress, .confirm .progress {
  display: none;
}
.mw_wp_form_input .progress.input, .mw_wp_form_confirm .progress.confirm {
  display: block;
  margin-bottom: 20px;
}
section.mail h2.hl_b {
  color: #000;
  padding: 20px 0 10px;
}
.mw_wp_form {
  padding: 0 20px 0;
  font-size: 16px;
}
.mw_wp_form p.prev_hide {
  padding: 20px 0;
}
.mw_wp_form .progress ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 15px 0;
  padding-right: 15px;
}
.mw_wp_form .progress ul li {
  list-style: none;
  position: relative;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding: 0 0.4em 0 1.4em;
  background-color: #dedede;
  color: #262626;
  width: 33%;
  height: 40px;
}
.mw_wp_form .progress ul li.active {
  background-color: #140901;
  color: #fff;
}
.mw_wp_form .progress ul li:before {
  position: absolute;
  top: 0;
  right: 10px;
  border-right: 4px solid #140901;
  background-color: #dedede;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 -20px 0 auto;
  transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  z-index: 1;
}
.mw_wp_form .progress ul li:after {
  position: absolute;
  top: 40px;
  right: 10px;
  border-right: 4px solid #140901;
  background-color: #dedede;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin: -20px -20px 0 auto;
  transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  z-index: 1;
}
.mw_wp_form .progress ul li:last-child:before, .mw_wp_form .progress ul li:last-child:after {
  border: none;
}
.mw_wp_form .progress ul li.active:before, .mw_wp_form .progress ul li.active:after {
  border-right: 4px solid #140901;
  background-color: #140901;
}
.mw_wp_form table.form_table {
  border-top: solid 1px #000;
}
.mw_wp_form table.form_table th {
  display: block;
  width: 100%;
  padding: 3px 10px;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}
.mw_wp_form table.form_table th .required {
  margin-left: 5px;
  font-size: 1.2rem;
  color: #f90;
}
.mw_wp_form table.form_table td {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: solid 1px #000;
}
.mw_wp_form table.form_table td input[type='text'], .mw_wp_form table.form_table td input[type='email'], .mw_wp_form table.form_table td textarea {
  width: 100%;
  padding: 4px;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .mw_wp_form table.form_table th {
    display: table-cell;
    width: 30%;
    padding: 12px 20px;
    vertical-align: middle;
  }
  .mw_wp_form table.form_table td {
    display: table-cell;
    width: 70%;
    padding: 12px 20px;
    border-right: solid 1px #000;
  }
}
.mw_wp_form div.privacy_policy {
  text-align: center;
}
.mw_wp_form div.privacy_policy .consent_txt {
  padding: 0 0 20px;
}
.mw_wp_form div.privacy_policy input[type='checkbox'] {
  display: none;
}
.mw_wp_form span .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  cursor: pointer;
}
.mw_wp_form span .mwform-checkbox-field-text:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  background: #fff;
  border: solid 1px #9c9c9c;
  border-radius: 3px;
}
.mw_wp_form span .mwform-checkbox-field-text:after {
  position: absolute;
  content: '';
  top: 4px;
  left: 4px;
  width: 12px;
  height: 9px;
  border-left: 3px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  transform: rotate(-45deg);
}
.mw_wp_form span input[type='checkbox']:checked + .mwform-checkbox-field-text:before {
  background: rgba(234, 255, 0, 1);
}
.mw_wp_form span input[type='checkbox']:checked + .mwform-checkbox-field-text:after {
  border-left: 3px solid #5f5f5f;
  border-bottom: 3px solid #5f5f5f;
}
.mw_wp_form .my_form_submit {
  padding: 30px 0 0 0;
}
.mw_wp_form .my_form_submit input[type='submit'] {
  display: block;
  margin: 10px auto 0;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  background-color: rgba(234, 255, 0, 1);
  border: 1px solid #000;
  border-radius: 3px;
  width: 60%;
  height: 50px;
}
.mw_wp_form .my_form_submit input[type='submit'][name='submitBack'] {
  background-color: #9c9c9c;
  color: #fff;
}
@media print, screen and (min-width: 390px) {
  .mw_wp_form .my_form_submit input[type='submit'] {
    font-size: inherit;
  }
}
.mw_wp_form .my_form_submit input[disabled] {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: default !important;
}
@media print, screen and (min-width: 768px) {
  .mw_wp_form .my_form_submit input[type='submit'] {
    width: 40%;
    height: 54px;
  }
}
.mw_wp_form .complete_msg {
  margin-top: 50px;
  font-size: 16px;
}
