/*!
Theme Name: bettype-custom2
*/
body {
  font-family: "TsukuAOldMinPr6-B", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GFGyoshoStd-E", sans-serif;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

.pc_tab_only {
  display: none;
}

.pc_tab_none {
  display: block;
}

:focus {
  outline: none;
}
a {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
/* .elementor-widget-theme-post-content a {
	color: #272617;
	text-decoration: underline;
} */

#gtranslate_wrapper {
  bottom: 140px !important;
  left: 0 !important;
}

.elementor-widget-theme-post-content a:link {
  color: #272617;
}

.elementor a:visited {
  color: #272617;
}

/*.elementor a:hover {
	opacity: 0.8;
}*/
.top-popup a,
.top-popup a:link {
  color: #fff;
}
a.dialog-close-button {
  text-decoration: none;
}
.top-popup a.dialog-close-button {
  color: initial;
}

.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;
}

.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);
}

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;
}

/* 採用ページ */
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;
}

#gtranslate_wrapper {
  z-index: 11 !important;
}

@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;
  }
}

@media (min-width: 1024px) {
  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }

  /* body {
    /*background-size: 50%;
	}
  }*/
} 

/* メディア掲載歴 
**********************************************/
.media-list {
  background-color: #ffffff;
  padding: 15px;
}

.media-list li {
  list-style: none;
}

.media-box {
  display: flex;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #272617;
}

.media-list a:hover {
  opacity: 0.7;
}

.media-box_top {
  display: flex;
  gap: 30px;
  align-items: center;
}

.media-box_bottom {
  display: flex;
  align-items: center;
}

.media_label {
  color: #ffffff;
  background-color: #c4a44c;
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.media_label-insta {
  background-color: #cf2f93 !important;
}

.media_label-paper {
  background-color: #38475c !important;
}

.media_label-tube {
  background-color: #da1725 !important;
}

.media_label-tv {
  background-color: #d54e21 !important;
}

.media-list_ttl {
  text-align: center;
  font-size: 2em;
}

.media-list_detail {
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .media-box {
    flex-direction: column;
    padding-top: 30px;
  }
}

/* menu */
.menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  color: #080404;
  line-height: 1.4em;
  font-size:17px;
}

.menu-height {
  line-height: 1.4em;
  margin: 0;

}

.desc {
  font-size: 92%;
  color: #494949;
}

@media (max-width: 767px) {
  .menu-box {
    font-size: 16px;
  }
  .desc {
  font-size: 92%;
}

  a[href^="tel:"] {
    pointer-events: initial;
  }
}

