/*!
Theme Name: bettype-custom2
*/
body {
  font-family: TsukuMinPr6N-R, Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.rsv_txt {
  font-family: GrecoStd-B;
}
.rodin div {
  font-family: GrecoStd-B;
}
.rodin a {
  font-family: GrecoStd-B;
  text-shadow: 1px 1px 3px #222;
}

.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
.pc_tab_only {
  display: none;
}
.pc_tab_none {
  display: block;
}
.single-post .elementor .elementor-widget-theme-post-content a {
  text-decoration: underline;
  color: var(--e-global-color-accent);
}
.elementor-widget-theme-post-content a:link {
  color: #272617;
}
.elementor a:visited {
  color: #272617;
}
/*.elementor a:hover {
	opacity: 0.8;
}*/

.cf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.moblile_btm_link {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  bottom: 0px;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
  max-width: 76% !important;
  text-align: justify;
}

.menu-list
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-header {
  align-items: flex-start !important;
}
.rsv_btn .elementor-button-wrapper {
  z-index: 99999;
}
.reservelink_to_shoplist {
  right: 15px;
  bottom: 30px;
}
.reservelink_to_shoplist a,
.reservelink_to_shoplist p {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  background-color: var(--e-global-color-b98dcbb);
  border: solid 1px var(--e-global-color-04cc4b6);
}

.menu-list
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-header {
  margin-bottom: 0px;
}

ul.footer_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffdb4e;
  z-index: 9999999999;
  /* -moz-opacity: 0.9; */
  /* opacity: 0.9; */
  margin: 0 auto;
  padding: 2px 0;
  width: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  text-align: center;
}
ul.footer_menu li {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
}
ul.footer_menu li a {
  border: none;
  display: block;
  color: var(--e-global-color-text);
  text-align: center;
  text-decoration: none;
  background: none;
}
ul.footer_menu li a i {
  font-size: 20px;
}

/*GTranslate-----------------*/
.gt_switcher_wrapper {
  bottom: 140px !important;
  left: 0 !important;
  z-index: 5 !important;
  margin-bottom: 20px;
}

/* 採用ページ */
table.tableA {
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}
table.tableA tr {
  display: block;
  margin-bottom: 0.625em;
  border: none;
}
table.tableA th,
table.tableA td {
  padding: 0.4em;
  border: none;
}
table.tableA th {
  display: block;
  border-right: none;
  background-color: rgb(229 229 229 / 70%);
  padding: 14px 0;
  margin: 15px 0 5px;
}
table.tableA td {
  display: block;
  font-size: 0.8em;
  position: relative;
  border-right: none;
}

table.tableA td::before {
  content: attr(data-label);
  font-weight: bold;
  position: absolute;
  left: 10px;
}

table.tableA td:last-child {
  border-bottom: 0;
}

table.tableA td {
  line-height: 1.5em;
}
table.tableA td button,
table.tableA td input,
table.tableA td select,
table.tableA td textarea {
  width: 90%;
}
/* 採用フォーム */
#form {
  padding: 30px;
  line-height: 1.5em;
}
#form {
  width: 96%;
}
#form input[type="text"],
#form input[type="email"],
#form select,
#form textarea {
  max-width: 100%;
  margin: auto;
}
#form dl {
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #d7d7d7;
}
#form dt {
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  padding-left: 0em;
}
#form dt span {
  color: #b51d22;
}
#form dd {
  padding-left: 0em;
  margin: 0;
}
#form dd label {
  display: inline;
  float: left;
  margin-right: 1em;
}
#form input[type="text"],
#form select,
#form textarea,
#form input[type="email"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
#form input[type="email"] {
  line-height: 1.5em;
}
#form input.sendmail {
  border-radius: 0;
  background: -moz-linear-gradient(top, #fff 0%, #eee);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#eee)
  );
  border: 1px solid #ddd;
  color: #111;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#form .alignC {
  text-align: center;
}

/* Reserve link---------------------- */
.header_rsv {
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-family: GrecoStd-B;
}
.header_rsv a {
  display: block;
  color: #153757;
}
.header_rsv a:visited {
  color: #153757;
}
.header_rsv a:link {
  color: #153757;
}

.footer_rsv {
  display: block;
  text-align: center;
}
.footer_rsv_txt {
  font-size: 14px;
}
.rsv_icon {
  font-size: 23px;
  padding-bottom: 6px;
  margin-top: -1px;
}
a.footer_rsv {
  color: #f3ede0 !important;
}

.ttl_new h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl_new h3 .new {
  text-align: center;
  vertical-align: middle;
  font-size: 0.5em;
  color: #ffffff;
  background-color: #8f1e1c;
  padding: 0.2em 0.3em;
  margin-top: 0.1em;
  margin-right: 0.5em;
  line-height: 1.4;
  font-family: TsukuMinPr6N-R, Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

/* メニュースタイル */
.menu-box {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1em;
color: #543F38;
line-height: 1.4em;
}
.menu-height {
line-height: 1.4em;
margin: 0;
}
.desc {
    font-size: 85%;
    line-height: 1.5em;
    margin: 0 0 0;
    color: #BD9F68;
    clear: both;
}



@media (min-width: 767px) {
  .pc_tab_only {
    display: block;
  }
  .pc_tab_none {
    display: none;
  }
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cf-push-1 {
    margin-left: 8.333333%;
  }
  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .cf-push-2 {
    margin-left: 16.66667%;
  }
  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cf-push-3 {
    margin-left: 25%;
  }
  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cf-push-4 {
    margin-left: 33.33333%;
  }
  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cf-push-5 {
    margin-left: 41.66667%;
  }
  .cf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cf-push-6 {
    margin-left: 50%;
  }
  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cf-push-7 {
    margin-left: 58.33333%;
  }
  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cf-push-8 {
    margin-left: 66.66667%;
  }
  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cf-push-9 {
    margin-left: 75%;
  }
  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .cf-push-10 {
    margin-left: 83.33333%;
  }
  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cf-push-11 {
    margin-left: 91.66667%;
  }
  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .moblile_btm_link {
    position: fixed !important;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    bottom: 0px;
  }
  .reservelink_to_shoplist {
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
  .reservelink_to_shoplist a,
  .reservelink_to_shoplist p {
    padding: 10px 20px;
    background-color: var(--e-global-color-b98dcbb);
    border: solid 1px var(--e-global-color-04cc4b6);
  }

  /* 採用ページ */
  table.tableA {
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  table.tableA tr {
    display: table-row;
    border: 1px solid #bbb;
    padding: 0.35em;
  }
  table.tableA th,
  table.tableA td {
    font-size: 1em;
    display: table-cell;
    min-width: 150px;
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #bbb;
  }
  table.tableA td {
  }
  button,
  input,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    line-height: normal;
  }
  /* 採用フォーム */
  #form {
    width: 100%;
  }
  #form input[type="text"],
  #form input[type="email"],
  #form select,
  #form textarea {
    max-width: initial;
  }
  #form dt {
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    padding-left: 1em;
  }
  #form dl {
    padding: 1.5em;
  }
  #form dd {
    margin-left: 2em;
  }
  .ttl_new h3 {
    justify-content: flex-start;
  }
  .ttl_new h3 .new {
    margin-top: 0.5em;
  }
}

@media (min-width: 1024px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  body {
    background-size: 50%;
  }
  /* Reserve link---------------------- */
  .header_rsv {
    height: 42px;
    line-height: 42px;
  }
}


  /* drink-menu---------------------- */
#drink-menu {
  scroll-padding-top: 120px;
}

@media (min-width: 768px) {
#drink-menu {
  scroll-padding-top: 50px;
}
}