@charset "UTF-8";
/* prime_chef 共通css */
/* font-face
---------------------------------------------------------- */
@font-face {
  font-family: 'Abuget';
  src: url("../lib/Abuget.ttf");
  font-weight: normal;
  font-style: normal; }

/* basic element
---------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  font-size: calc(1em * .625);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  position: relative;
  line-height: 1.6;
  font-size: 14px;
  overflow-y: scroll;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  body.corp {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1, h2, h3, h4, h5, h6, small {
  margin: 0;
  font-weight: normal;
  font-size: inherit; }

a {
  text-decoration: none;
  cursor: pointer;
  transition: .2s opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  a:hover {
    opacity: .8;
    transition: .2s opacity; }

ul, ol, li {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

dl, dt, dd {
  margin: 0; }

img,
svg {
  vertical-align: middle;
  max-width: 100%; }

em {
  font-style: normal; }

a:focus,
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select:hover {
    cursor: pointer; }

select::-ms-expand {
  display: none; }

input, select {
  min-height: 4rem; }

input, select, textarea {
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #ccc;
  border-radius: .4rem;
  background-color: #fff;
  transition: .2s background-color; }
  input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
    background-color: #f6f6f6;
    transition: .2s background-color; }
  input:disabled:hover, input:disabled:focus, select:disabled:hover, select:disabled:focus, textarea:disabled:hover, textarea:disabled:focus {
    background-color: inherit; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

textarea {
  padding-top: .6rem;
  padding-bottom: .6rem;
  min-height: 5.8rem;
  max-height: 50vh;
  resize: vertical; }

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  button:hover {
    opacity: .8;
    transition: .2s opacity; }

strong {
  font-weight: normal; }

p {
  margin: 0; }

address {
  font-style: normal; }

figure {
  margin: 0; }

dfn {
  font-style: normal; }

i {
  font-style: normal; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: inherit; }

label {
  margin-bottom: 0; }

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none; }

/* l_col
---------------------------------------------------------- */
[class*="l_col"] {
  padding-left: 1rem;
  padding-right: 1rem; }

.l_col_1 {
  width: 8.333333333333333%; }

.l_col_2 {
  width: 16.666666666666666%; }

.l_col_3 {
  width: 25%; }

.l_col_4 {
  width: 33.3333333333333%; }

.l_col_5 {
  width: 41.666666666666663%; }

.l_col_6 {
  width: 50%; }

.l_col_7 {
  width: 58.33333333333333%; }

.l_col_8 {
  width: 66.66666666666666%; }

.l_col_9 {
  width: 75%; }

.l_col_10 {
  width: 83.33333333333333%; }

.l_col_11 {
  width: 91.66666666666666%; }

.l_col_12 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .l_col_1_sm {
    width: 8.333333333333333%; }
  .l_col_2_sm {
    width: 16.666666666666666%; }
  .l_col_3_sm {
    width: 25%; }
  .l_col_4_sm {
    width: 33.3333333333333%; }
  .l_col_5_sm {
    width: 41.666666666666663%; }
  .l_col_6_sm {
    width: 50%; }
  .l_col_7_sm {
    width: 58.33333333333333%; }
  .l_col_8_sm {
    width: 66.66666666666666%; }
  .l_col_9_sm {
    width: 75%; }
  .l_col_10_sm {
    width: 83.33333333333333%; }
  .l_col_11_sm {
    width: 91.66666666666666%; }
  .l_col_12_sm {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .l_col_1_md {
    width: 8.333333333333333%; }
  .l_col_2_md {
    width: 16.666666666666666%; }
  .l_col_3_md {
    width: 25%; }
  .l_col_4_md {
    width: 33.3333333333333%; }
  .l_col_5_md {
    width: 41.666666666666663%; }
  .l_col_6_md {
    width: 50%; }
  .l_col_7_md {
    width: 58.33333333333333%; }
  .l_col_8_md {
    width: 66.66666666666666%; }
  .l_col_9_md {
    width: 75%; }
  .l_col_10_md {
    width: 83.33333333333333%; }
  .l_col_11_md {
    width: 91.66666666666666%; }
  .l_col_12_md {
    width: 100%; } }

@media screen and (min-width: 1021px) {
  .l_col_1_lg {
    width: 8.333333333333333%; }
  .l_col_2_lg {
    width: 16.666666666666666%; }
  .l_col_3_lg {
    width: 25%; }
  .l_col_4_lg {
    width: 33.3333333333333%; }
  .l_col_5_lg {
    width: 41.666666666666663%; }
  .l_col_6_lg {
    width: 50%; }
  .l_col_7_lg {
    width: 58.33333333333333%; }
  .l_col_8_lg {
    width: 66.66666666666666%; }
  .l_col_9_lg {
    width: 75%; }
  .l_col_10_lg {
    width: 83.33333333333333%; }
  .l_col_11_lg {
    width: 91.66666666666666%; }
  .l_col_12_lg {
    width: 100%; } }

/* l_flex
---------------------------------------------------------- */
.l_flex {
  display: flex; }

.l_flex_reverse {
  -ms-flex-direction: row;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.l_flex_column {
  -ms-flex-direction: column;
  flex-direction: column; }

.l_align_items_flex_start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.l_align_items_center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.l_align_items_flex_end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.l_align_items_baseline {
  align-items: baseline; }

.l_align_content_baseline {
  align-content: baseline; }

.l_justify_content_flex_start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.l_justify_content_center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.l_justify_content_flex_end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.l_justify_content_space_around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.l_justify_content_space_between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.l_flex_wrap {
  box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.l_flex_nowrap {
  flex-wrap: nowrap; }

/* flex order
---------------------------------------------------------- */
.l_flex_order_0 {
  order: 0; }

.l_flex_order_1 {
  order: 1; }

.l_flex_order_2 {
  order: 2; }

.l_flex_order_3 {
  order: 3; }

.flex_1 {
  flex: 1; }

@media screen and (max-width: 767px) {
  .l_flex_sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .l_flex_reverse_sm {
    -ms-flex-direction: row;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .l_flex_column_sm {
    -ms-flex-direction: column;
    flex-direction: column; }
  .l_align_items_flex_start_sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l_align_items_center_sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l_align_items_flex_end_sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l_align_items_baseline_sm {
    align-items: baseline; }
  .l_justify_content_flex_start_sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l_justify_content_center_sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .l_justify_content_flex_end_sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l_justify_content_space_around_sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l_justify_content_space_between_sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l_flex_wrap_sm {
    box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l_flex_nowrap_sm {
    flex-wrap: nowrap; }
  .l_flex_order_0_sm {
    order: 0; }
  .l_flex_order_1_sm {
    order: 1; }
  .l_flex_order_2_sm {
    order: 2; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .l_flex_md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .l_flex_reverse_md {
    -ms-flex-direction: row;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .l_flex_column_md {
    -ms-flex-direction: column;
    flex-direction: column; }
  .l_align_items_flex_start_md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l_align_items_center_md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l_align_items_flex_end_md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l_align_items_baseline_md {
    align-items: baseline; }
  .l_justify_content_flex_start_md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l_justify_content_center_md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .l_justify_content_flex_end_md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l_justify_content_space_around_md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l_justify_content_space_between_md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l_flex_wrap_md {
    box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l_flex_nowrap_md {
    flex-wrap: nowrap; }
  .l_flex_order_0_md {
    order: 0; }
  .l_flex_order_1_md {
    order: 1; } }

@media screen and (min-width: 1021px) {
  .l_flex_lg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .l_flex_reverse_lg {
    -ms-flex-direction: row;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .l_flex_column_lg {
    -ms-flex-direction: column;
    flex-direction: column; }
  .l_align_items_flex_start_lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l_align_items_center_lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l_align_items_flex_end_lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l_align_items_baseline_lg {
    align-items: baseline; }
  .l_justify_content_flex_start_lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l_justify_content_center_lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .l_justify_content_flex_end_lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l_justify_content_space_around_lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l_justify_content_space_between_lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l_flex_wrap_lg {
    box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l_flex_nowrap_lg {
    flex-wrap: nowrap; }
  .l_flex_order_0_lg {
    order: 0; }
  .l_flex_order_1_lg {
    order: 1; } }

/* l_display
---------------------------------------------------------- */
.l_block {
  display: block; }

.l_inline_block {
  display: inline-block; }

.l_inline {
  display: inline; }

@media screen and (max-width: 767px) {
  .l_block_sm {
    display: block; }
  .l_inline_block_sm {
    display: block; }
  .l_inline_sm {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .l_block_md {
    display: block; }
  .l_inline_block_md {
    display: block; }
  .l_inline_md {
    display: block; } }

@media screen and (min-width: 1021px) {
  .l_block_lg {
    display: block; }
  .l_inline_block_lg {
    display: block; }
  .l_inline_lg {
    display: block; } }

/* layout
---------------------------------------------------------- */
.l_layout {
  width: 100%;
  max-width: 102rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto; }
  .l_layout.l_layout_1040 {
    max-width: 104rem; }

.l_layout_corp {
  width: 100%;
  max-width: 113.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-left: auto;
  margin-right: auto; }

.l_layout_restaurant {
  width: 100%;
  max-width: 109.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-left: auto;
  margin-right: auto; }

.l_layout_min {
  width: 100%;
  max-width: 73rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto; }
  .l_layout_min.l_layout_form_narrow {
    max-width: 42rem; }

.layout_content {
  padding-top: 8rem;
  padding-bottom: 8rem; }

@media screen and (max-width: 767px) {
  .layout_chefinfo {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .layout_chefinfo {
    width: 56rem; } }

@media screen and (min-width: 1021px) {
  .layout_chefinfo {
    width: 56rem;
    padding-left: 4rem; } }

.layout_2column .layout_2column_left {
  width: 26rem; }

.layout_2column .layout_2column_right {
  width: calc(100% - 26rem); }

.layout_2column.layout_2column_mypage .layout_2column_narrow {
  width: 26rem; }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .layout_2column.layout_2column_mypage .layout_2column_narrow {
      width: 6rem;
      margin-right: 1rem; } }

@media screen and (max-width: 1020px) and (min-width: 769px) {
  .layout_2column.layout_2column_mypage .layout_2column_narrow.is_change + .layout_2column_wide {
    margin-left: calc((100% - 700px + 70px) * 1 / 2); } }

.layout_2column.layout_2column_mypage .layout_2column_wide {
  width: 70rem; }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .layout_2column.layout_2column_mypage .layout_2column_wide {
      min-height: 60rem;
      margin: 0 auto; } }
  @media screen and (min-width: 1021px) {
    .layout_2column.layout_2column_mypage .layout_2column_wide {
      min-height: 60rem;
      margin: 0 0 0 auto; } }

@media screen and (min-width: 1021px) {
  .layout_2column.layout_2column_chefmenu .layout_2column_narrow {
    width: 32rem; } }

@media screen and (min-width: 1021px) {
  .layout_2column.layout_2column_chefmenu .layout_2column_wide {
    width: 64rem;
    margin: 0 auto 0 0; } }

.layout_2column.layout_2column_chef .layout_2column_narrow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh; }
  @media screen and (max-width: 767px) {
    .layout_2column.layout_2column_chef .layout_2column_narrow {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .layout_2column.layout_2column_chef .layout_2column_narrow {
      width: 6rem;
      display: block; } }
  @media screen and (min-width: 1021px) {
    .layout_2column.layout_2column_chef .layout_2column_narrow {
      width: 22rem;
      display: block; } }

@media screen and (max-width: 767px) {
  .layout_2column.layout_2column_chef .layout_2column_wide {
    width: calc(100% - 2rem); } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .layout_2column.layout_2column_chef .layout_2column_wide {
    width: calc(100% - 6rem);
    max-width: 78rem;
    margin-left: calc((100% - 78rem + 6rem) * 1 / 2); } }

@media screen and (min-width: 1021px) {
  .layout_2column.layout_2column_chef .layout_2column_wide {
    width: 78rem;
    margin-left: calc((100% - 78rem + 22rem) * 1 / 2); } }

@media screen and (max-width: 840px) and (min-width: 769px) {
  .layout_2column.layout_2column_chef .layout_2column_wide {
    margin-left: 6rem; } }

/* l-row
---------------------------------------------------------- */
.l_row {
  margin-left: -1rem;
  margin-right: -1rem; }

/* font_weight
---------------------------------------------------------- */
.font_weight_normal {
  font-weight: normal; }

.font_weight_bold {
  font-weight: bold; }

.font_weight_600 {
  font-weight: 600; }

/* text_align
---------------------------------------------------------- */
.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

@media screen and (max-width: 767px) {
  .text_center_sm {
    text-align: center; }
  .text_left_sm {
    text-align: left; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .text_center_md {
    text-align: center; } }

@media screen and (min-width: 1021px) {
  .text_center_lg {
    text-align: center; }
  .text_right_lg {
    text-align: right; } }

/* word_break
---------------------------------------------------------- */
.word_break_all {
  word-break: break-all; }

/* word_break
---------------------------------------------------------- */
.white_space_nowrap {
  white-space: nowrap; }

.white_space_prewrap {
  white-space: pre-wrap; }

@media screen and (min-width: 768px) {
  .white_space_nowrap_pc {
    white-space: nowrap; } }

/* bg_color
---------------------------------------------------------- */
.bg_transparent {
  background-color: transparent; }

.bg_pattern_corp {
  background-image: url(../img/bg/bg_pattern_corp.jpg); }

.bg_key_pri {
  background-color: #ffa500; }

.bg_key_sec {
  background-color: #252425; }

.bg_key_yellow {
  background-color: #ffa500; }

.bg_sec_brown {
  background-color: #70583d; }

.bg_key_brown {
  background-color: #544134; }

.bg_key_qua {
  background-color: #737373; }

.bg_corp_brown {
  background-color: #50452B; }

.bg_corp_brown_20 {
  background-color: rgba(80, 69, 43, 0.2); }

.bg_key_yellow_light {
  background-color: rgba(255, 165, 0, 0.8); }

.bg_key_black {
  background-color: #000; }

.bg_key_gray {
  background-color: #545353; }

.bg_key_gray_dark {
  background-color: #252425; }

.bg_key_gray_light {
  background-color: #e6e6e6; }

.bg_key_gray_top {
  background-color: #AEAEAE; }

.bg_white {
  background-color: #fff; }

.bg_white_dark {
  background-color: #f6f6f6; }

.bg_white_dark_i {
  background-color: #f6f6f6 !important; }

.bg_alto_10 {
  background-color: #F6F6F6; }

.bg_alto_20 {
  background-color: #E4E4E4; }

.bg_gray {
  background-color: #ccc; }

.bg_gray_light {
  background-color: #eee; }

.bg_gray_dark {
  background-color: #999; }

.bg_header {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg_facebook {
  background-color: #3b5998; }

.bg_google {
  background-color: #db4437; }

.bg_twitter {
  background-color: #1da1f2; }

.bg_admin_primary {
  background-color: #26c6da; }

.bg_red_pink {
  background-color: #d42354; }

.bg_red {
  background-color: #ff6666; }

.bg_black_87 {
  background-color: rgba(0, 0, 0, 0.87); }

.bg_black_60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg_black_30 {
  background-color: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 767px) {
  .bg_white_sp {
    background-color: #fff; }
  .bg_white_dark_sm {
    background-color: #f6f6f6; }
  .bg_white_dark_i_sm {
    background-color: #f6f6f6 !important; }
  .bg_white_dark_sp {
    background-color: #f6f6f6; }
  .bg_key_gray_light_sp {
    background-color: #e6e6e6; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .bg_white_sp {
    background-color: #fff; }
  .bg_white_dark_md {
    background-color: #f6f6f6; }
  .bg_white_dark_sp {
    background-color: #f6f6f6; }
  .bg_key_gray_light_sp {
    background-color: #e6e6e6; } }

/* link
---------------------------------------------------------- */
.link_default {
  margin-bottom: -.1rem;
  color: #000;
  border-bottom: 1px solid #000;
  border-bottom-color: inherit; }
  .link_default:hover {
    padding-bottom: 1px;
    border-bottom: 0; }

.link_button {
  margin-bottom: -.1rem;
  color: #000;
  }
  .link_button:hover {
    padding-bottom: 1px;
    border-bottom: 0; }


/* text_color
---------------------------------------------------------- */
.text_key_pri {
  color: #E99003; }

.text_key_sec {
  color: #252425; }

.text_key_brown {
  color: #544134; }

.text_sec_brown {
  color: #70583d; }

.text_key_qua {
  color: #737373; }

.text_key_yellow {
  color: #ffa500; }

.text_key_black {
  color: #000; }

.text_key_gray {
  color: #545353; }

.text_key_gray_dark {
  color: #252425; }

.text_key_gray_light {
  color: #e6e6e6; }

.text_white {
  color: #fff; }

.text_white_dark {
  color: #f6f6f6; }

.text_gray {
  color: #ccc; }

.text_gray_dark {
  color: #999; }

.text_red_pink {
  color: #d42354; }

.text_corp_brown {
  color: #50452B; }

.text_con_blue {
  color: #007bbb; }

.text_black_87 {
  color: rgba(0, 0, 0, 0.87); }

.text_black_60 {
  color: rgba(0, 0, 0, 0.6); }

.text_black_30 {
  color: rgba(0, 0, 0, 0.3); }

/* fonticon
---------------------------------------------------------- */
.fonticon {
  position: relative; }
  .fonticon:hover::before {
    pointer-events: none; }
  .fonticon::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }
  .fonticon.fonticon_left::before {
    left: 1rem;
    right: auto; }
  .fonticon.fonticon_pwide::before {
    right: 2rem; }
  .fonticon.fonticon_arrow_right::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon.fonticon_arrow_left::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon.fonticon_arrow_down::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon.fonticon_calender::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon.fonticon_plus::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon.fonticon_mail::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }

.fonticon_after {
  position: relative; }
  .fonticon_after:hover::after {
    pointer-events: none; }
  .fonticon_after::after {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%); }
  .fonticon_after.fonticon_pwide::after {
    left: 2rem; }
  .fonticon_after.fonticon_arrow_right::after {
    left: auto;
    right: 1rem;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon_after.fonticon_pwide::after {
    right: 2rem; }
  .fonticon_after.fonticon_arrow_left::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon_after.fonticon_arrow_down::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon_after.fonticon_pdf::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon_after.fonticon_error::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .fonticon_after.fonticon_plus::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }

/* font-family
---------------------------------------------------------- */
.font_abuget {
  font-family: 'Abuget';
  font-size: 4rem;
  line-height: 1; }
  .font_abuget.font_abuget_big {
    font-size: 6rem; }

/* font_style
---------------------------------------------------------- */
.font_style_italic {
  font-style: italic; }

/* require
---------------------------------------------------------- */
.require {
  position: relative;
  padding: .8rem;
  background-color: #d42354;
  border-radius: .4rem;
  color: #fff;
  white-space: nowrap; }
  .require.require_min {
    padding: .2rem .6rem; }

/* box_shadow
---------------------------------------------------------- */
.box_shadow_gray {
  box-shadow: 0px 0px 4px 0px rgba(204, 204, 204, 0.8); }

/* border
---------------------------------------------------------- */
.border_bottom {
  border-bottom: 1px solid #000; }

.border_bottom_key_brown {
  border-bottom: 1px solid #544134; }

.border_bottom_key_yellow {
  border-bottom: 1px solid #ffa500; }

.border_bottom_key_gray {
  border-bottom: 1px solid #545353; }

.border_bottom_white {
  border-bottom: 1px solid #fff; }

.border_bottom_gray {
  border-bottom: 1px solid #ccc; }

.border_left_gray {
  border-left: 1px solid #ccc; }

.border_right_gray {
  border-right: 1px solid #ccc; }

.border_key_black {
  border: 1px solid #000; }

.border_key_brown {
  border: 1px solid #544134; }

.border_key_yellow {
  border: 1px solid #ffa500; }

.border_key_gray {
  border: 1px solid #545353; }

.border_gray {
  border: 1px solid #ccc; }

.border_gray_dark {
  border: 1px solid #999; }

.border_white {
  border: 1px solid #fff; }

.border_width_2 {
  border-width: 2px; }

.border_width_4 {
  border-width: 4px; }

.border_0 {
  border: 0; }

.border_top_0 {
  border-top: 0; }

.border_left_0 {
  border-left: 0; }

.border_right_0 {
  border-right: 0; }

.border_bottom_0 {
  border-bottom: 0; }

.border_dotted_bottom_gray_dark {
  max-width: 30rem;
  border-bottom: 1px dotted #999; }

.border_slim_gray {
  border-bottom: 1px solid #ccc;
  border-width: 1px; }

.border_bottom_dashed {
  border-bottom-style: dashed; }

@media screen and (max-width: 767px) {
  .border_0_sm {
    border: 0; }
  .border_top_0_sm {
    border-top: 0; }
  .border_left_0_sm {
    border-left: 0; }
  .border_right_0_sm {
    border-right: 0; }
  .border_bottom_0_sm {
    border-bottom: 0; }
  .border_gray_sm {
    border: 1px solid #ccc; } }

/* border-radius
---------------------------------------------------------- */
.border_radius {
  border-radius: 0.4rem; }

.border_radius_left {
  border-radius: 0.4rem 0 0 0.4rem; }

.border_radius_right {
  border-radius: 0 0.4rem 0.4rem 0; }

.border_radius_left_bottom {
  border-radius: 0 0 0 0.4rem; }

.border_radius_right_bottom {
  border-radius: 0 0 0.4rem 0; }

.border_radius_bottom {
  border-radius: 0 0 0.4rem 0.4rem; }

.border_radius_2x {
  border-radius: 0.8rem; }

.border_radius_circle {
  border-radius: 50%; }

.border_radius_semicircle {
  border-radius: 4rem; }

.radius_right_none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.radius_left_none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.radius_none {
  border-radius: 0; }

@media screen and (max-width: 767px) {
  .radius_left_none_sm {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

/* position
---------------------------------------------------------- */
.position_relative {
  position: relative; }

.position_absolute_float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* hover
---------------------------------------------------------- */
.hover_default {
  transition: .2s opacity; }
  .hover_default:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: .2s opacity; }
  .hover_default.bg_white:hover {
    background-color: #f6f6f6; }

*:disabled:hover {
  cursor: not-allowed; }

.cursor_pointer:hover {
  cursor: pointer; }

/* opacity
---------------------------------------------------------- */
.opacity_0 {
  opacity: 0; }

.opacity_1 {
  opacity: 1; }

/* loading_dots
---------------------------------------------------------- */
.loading_dots .loading_dots_item {
  animation-name: flash;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-iteration-count: infinite; }
  .loading_dots .loading_dots_item:nth-of-type(2) {
    animation-delay: .3s; }
  .loading_dots .loading_dots_item:last-of-type {
    animation-delay: .6s; }

.loading_spinner {
  animation-name: rotate_spinner;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-iteration-count: infinite; }

/* hr
---------------------------------------------------------- */
.hr_simple {
  width: 100%;
  height: .1rem;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  background-color: #ccc; }

/* overflow
---------------------------------------------------------- */
.overflow_hidden {
  overflow: hidden; }

/* hide
---------------------------------------------------------- */
.hide {
  display: none; }

@media screen and (min-width: 376px) and (max-width: 767px) {
  .hide_sp_max {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide_sp {
    display: none; }
  .hide_sm {
    display: none; }
  .hide_i_sp {
    display: none !important; }
  .hide_i_sm {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .hide_md {
    display: none; }
  .hide_i_md {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide_pc {
    display: none; }
  .hide_i_pc {
    display: none !important; } }

@media screen and (min-width: 1021px) {
  .hide_lg {
    display: none; }
  .hide_i_lg {
    display: none !important; } }

/* transform
---------------------------------------------------------- */
.transform_mirror {
  transform: scale(-1, 1); }

/* float
---------------------------------------------------------- */
.float_left {
  float: left; }

.float_right {
  float: right; }

.float_clear {
  clear: both; }

@media screen and (max-width: 767px) {
  .float_left_sm {
    float: left; }
  .float_right_sm {
    float: right; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .float_left_md {
    float: left; }
  .float_right_md {
    float: right; } }

@media screen and (min-width: 1021px) {
  .float_left_lg {
    float: left; }
  .float_right_lg {
    float: right; } }

/* visibility
---------------------------------------------------------- */
.visibility_hidden {
  visibility: hidden; }

/* backface_visibility
---------------------------------------------------------- */
.backface_visibility_hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line-height
---------------------------------------------------------- */
.line_height_1 {
  line-height: 1; }

.line_height_12 {
  line-height: 1.2; }

.line_height_14 {
  line-height: 1.4; }

.line_height_30 {
  line-height: 3; }

/* letter_spacing
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .letter_spacing_5_sm {
    letter-spacing: -.5px; } }

/* width
---------------------------------------------------------- */
.w_10 {
  width: 10%; }

.w_20 {
  width: 20%; }

.w_25 {
  width: 25%; }

.w_30 {
  width: 30%; }

.w_33 {
  width: 33.333333%; }

.w_40 {
  width: 40%; }

.w_50 {
  width: 50%; }

.w_60 {
  width: 60%; }

.w_70 {
  width: 70%; }

.w_75 {
  width: 75%; }

.w_80 {
  width: 80%; }

.w_100 {
  width: 100%; }

.w_100_i {
  width: 100% !important; }

@media screen and (max-width: 767px) {
  .w_10_sm {
    width: 10%; }
  .w_20_sm {
    width: 20%; }
  .w_25_sm {
    width: 25%; }
  .w_30_sm {
    width: 30%; }
  .w_33_sm {
    width: 33.333333%; }
  .w_40_sm {
    width: 40%; }
  .w_50_sm {
    width: 50%; }
  .w_60_sm {
    width: 60%; }
  .w_70_sm {
    width: 70%; }
  .w_75_sm {
    width: 75%; }
  .w_80_sm {
    width: 80%; }
  .w_100_sm {
    width: 100%; }
  .w_100_sp {
    width: 100%; }
  .w_100_i_sm {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .w_33_md {
    width: 33.333333%; }
  .w_50_md {
    width: 50%; }
  .w_100_sp {
    width: 100%; }
  .w_100_md {
    width: 100%; } }

@media screen and (min-width: 1021px) {
  .w_50_lg {
    width: 50%; }
  .w_33_lg {
    width: 33.333333%; }
  .w_100_lg {
    width: 100%; } }

.width_fit_content {
  width: fit-content; }

/* min_width
---------------------------------------------------------- */
.min_width_60 {
  min-width: 6rem; }

.min_width_110 {
  min-width: 11rem; }

/* max_width
---------------------------------------------------------- */
.max_width_20 {
  max-width: 20rem; }

.max_width_364 {
  max-width: 36.4rem; }

.max_width_none_i {
  max-width: none !important; }

.max_width_600 {
  max-width: 60rem; }

.max_width_640 {
  max-width: 64rem; }

@media screen and (max-width: 767px) {
  .max_width_600_sp {
    max-width: 60rem; }
  .max_width_640_sm {
    max-width: 64rem; }
  .max_width_640_sp {
    max-width: 64rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .max_width_600_sp {
    max-width: 60rem; }
  .max_width_640_md {
    max-width: 64rem; }
  .max_width_640_sp {
    max-width: 64rem; } }

@media screen and (min-width: 1021px) {
  .max_width_640_lg {
    max-width: 64rem; } }

/* height
---------------------------------------------------------- */
.h_75 {
  height: 75%; }

.h_100 {
  height: 100%; }

.h_100_i {
  height: 100% !important; }

.h_100_v {
  height: 100vh; }

.h_100_v_i {
  height: 100vh !important; }

@media screen and (max-width: 767px) {
  .h_100_sp {
    height: 100%; }
  .h_100_sm {
    height: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .h_100_sp {
    height: 100%; }
  .h_100_md {
    height: 100%; } }

@media screen and (min-width: 1021px) {
  .h_100_lg {
    height: 100%; } }

/* min_height
---------------------------------------------------------- */
.min_height_100_v {
  min-height: 100vh; }

@media screen and (max-width: 767px) {
  .min_height_100_v_sm {
    min-height: 100vh; }
  .min_height_100_v_sp {
    min-height: 100vh; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .min_height_100_v_md {
    min-height: 100vh; }
  .min_height_100_v_sp {
    min-height: 100vh; } }

@media screen and (min-width: 1021px) {
  .min_height_100_v_lg {
    min-height: 100vh; } }

/* margin
---------------------------------------------------------- */
.mt_n_05 {
  margin: -0.5rem;
}

.m_0 {
  margin: 0; }

.m_0_i {
  margin: 0 !important; }

.m_0_auto {
  margin: 0 auto; }

.m_0_auto_i {
  margin: 0 auto !important; }

.m_auto_0 {
  margin: auto 0; }

.m_auto_0_0_0 {
  margin: auto 0 0 0; }

.m_0_auto_0_0 {
  margin: 0 auto 0 0; }

.m_0_0_auto_0 {
  margin: 0 0 auto 0; }

.m_0_0_0_auto {
  margin: 0 0 0 auto; }

.mt_auto {
  margin-top: auto; }

.mb_auto {
  margin-bottom: auto; }

.ml_auto {
  margin-left: auto; }

.mr_auto {
  margin-right: auto; }

.mt_2 {
  margin-top: .2rem; }

.mb_2 {
  margin-bottom: .2rem; }

.ml_2 {
  margin-left: .2rem; }

.mr_2 {
  margin-right: .2rem; }

.mt_3 {
  margin-top: .3rem; }

.mb_3 {
  margin-bottom: .3rem; }

.ml_3 {
  margin-left: .3rem; }

.mr_3 {
  margin-right: .3rem; }

.ml_4 {
  margin-left: .4rem; }

.mr_4 {
  margin-right: .4rem; }

.mb_4 {
  margin-bottom: .4rem; }

.mr_5 {
  margin-right: .5rem; }

.ml_5 {
  margin-left: .5rem; }

.mt_5 {
  margin-top: .5rem; }

.mb_5 {
  margin-bottom: .5rem; }

.mr_6 {
  margin-right: .6rem; }

.ml_6 {
  margin-left: .6rem; }

.mt_8 {
  margin-top: .8rem; }

.mr_8 {
  margin-right: .8rem; }

.ml_8 {
  margin-left: .8rem; }

.mb_8 {
  margin-bottom: .8rem; }

.mt_10 {
  margin-top: 1rem; }

.mr_10 {
  margin-right: 1rem; }

.ml_10 {
  margin-left: 1rem; }

.mb_10 {
  margin-bottom: 1rem; }

.mt_12 {
  margin-top: 1.2rem; }

.mr_12 {
  margin-right: 1.2rem; }

.ml_12 {
  margin-left: 1.2rem; }

.mb_12 {
  margin-bottom: 1.2rem; }

.mt_16 {
  margin-top: 1.6rem; }

.ml_16 {
  margin-left: 1.6rem; }

.mr_16 {
  margin-right: 1.6rem; }

.mb_16 {
  margin-bottom: 1.6rem; }

.mt_20 {
  margin-top: 2rem; }

.mb_20 {
  margin-bottom: 2rem; }

.ml_20 {
  margin-left: 2rem; }

.mr_20 {
  margin-right: 2rem; }

.mt_24 {
  margin-top: 2.4rem; }

.mb_24 {
  margin-bottom: 2.4rem; }

.ml_24 {
  margin-left: 2.4rem; }

.mr_24 {
  margin-right: 2.4rem; }

.mt_30 {
  margin-top: 3rem; }

.mb_30 {
  margin-bottom: 3rem; }

.mr_30 {
  margin-right: 3rem; }

.ml_30 {
  margin-left: 3rem; }

.mt_40 {
  margin-top: 4rem; }

.mb_40 {
  margin-bottom: 4rem; }

.mr_40 {
  margin-right: 4rem; }

.ml_40 {
  margin-left: 4rem; }

.mt_50 {
  margin-top: 5rem; }

.mb_50 {
  margin-bottom: 5rem; }

.mt_60 {
  margin-top: 6rem; }

.mb_60 {
  margin-bottom: 6rem; }

.mt_70 {
  margin-top: 7rem; }

.mr_70 {
  margin-right: 7rem; }

.mt_80 {
  margin-top: 8rem; }

.mb_80 {
  margin-bottom: 8rem; }

.ml_80 {
  margin-left: 8rem; }

.mr_80 {
  margin-right: 8rem; }

.mt_100 {
  margin-top: 10rem; }

.mb_100 {
  margin-bottom: 10rem; }

.mr_100 {
  margin-right: 10rem; }

.ml_100 {
  margin-left: 10rem; }

.mt_120 {
  margin-top: 12rem; }

.mb_120 {
  margin-bottom: 12rem; }

.mb_130 {
  margin-bottom: 13rem; }

.mr_30p {
  margin-right: 30%; }

.mr_60p {
  margin-right: 60%; }

@media screen and (max-width: 767px) {
  .m_0_sm {
    margin: 0; }
  .mt_0_sm {
    margin-top: 0; }
  .mb_0_sm {
    margin-bottom: 0; }
  .ml_0_sm {
    margin-left: 0; }
  .mr_0_sm {
    margin-right: 0; }
  .m_0_auto_sm {
    margin: 0 auto; }
  .m_0_auto_sp {
    margin: 0 auto; }
  .m_auto_0_sm {
    margin: auto 0; }
  .m_auto_0_0_0_sm {
    margin: auto 0 0 0; }
  .m_0_auto_0_0_sm {
    margin: 0 auto 0 0; }
  .m_0_0_auto_0_sm {
    margin: 0 0 auto 0; }
  .m_0_0_0_auto_sm {
    margin: 0 0 0 auto; }
  .mt_auto_sm {
    margin-top: auto; }
  .mb_auto_sm {
    margin-bottom: auto; }
  .ml_auto_sm {
    margin-left: auto; }
  .mr_auto_sm {
    margin-right: auto; }
  .mr_5_sm {
    margin-right: .5rem; }
  .ml_5_sm {
    margin-left: .5rem; }
  .mt_5_sm {
    margin-top: .5rem; }
  .mb_5_sm {
    margin-bottom: .5rem; }
  .mt_10_sm {
    margin-top: 1rem; }
  .mb_10_sm {
    margin-bottom: 1rem; }
  .ml_10_sm {
    margin-left: 1rem; }
  .mr_10_sm {
    margin-right: 1rem; }
  .mt_20_sm {
    margin-top: 2rem; }
  .mb_20_sm {
    margin-bottom: 2rem; }
  .mr_20_sm {
    margin-right: 2rem; }
  .mt_30_sm {
    margin-top: 3rem; }
  .mb_30_sm {
    margin-bottom: 3rem; }
  .mt_40_sm {
    margin-top: 4rem; }
  .mt_40_sp {
    margin-top: 4rem; }
  .mb_40_sm {
    margin-bottom: 4rem; }
  .mt_50_sm {
    margin-top: 5rem; }
  .mb_50_sm {
    margin-bottom: 5rem; }
  .mt_60_sm {
    margin-top: 6rem; }
  .mb_60_sm {
    margin-bottom: 6rem; }
  .mt_70_sm {
    margin-top: 7rem; }
  .mb_70_sm {
    margin-bottom: 7rem; }
  .mt_80_sm {
    margin-top: 8rem; }
  .mt_90_sm {
    margin-top: 9rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .m_0_md {
    margin: 0; }
  .mt_0_md {
    margin-top: 0; }
  .mb_0_md {
    margin-bottom: 0; }
  .ml_0_md {
    margin-left: 0; }
  .mr_0_md {
    margin-right: 0; }
  .mt_auto_md {
    margin-top: auto; }
  .mb_auto_md {
    margin-bottom: auto; }
  .ml_auto_md {
    margin-left: auto; }
  .mr_auto_md {
    margin-right: auto; }
  .m_0_auto_md {
    margin: 0 auto; }
  .m_0_auto_sp {
    margin: 0 auto; }
  .m_auto_0_md {
    margin: auto 0; }
  .m_auto_0_0_0_md {
    margin: auto 0 0 0; }
  .m_0_auto_0_0_md {
    margin: 0 auto 0 0; }
  .m_0_0_auto_0_md {
    margin: 0 0 auto 0; }
  .m_0_0_0_auto_md {
    margin: 0 0 0 auto; }
  .mr_5_md {
    margin-right: .5rem; }
  .ml_5_md {
    margin-left: .5rem; }
  .mt_5_md {
    margin-top: .5rem; }
  .mb_5_md {
    margin-bottom: .5rem; }
  .mt_10_md {
    margin-top: 1rem; }
  .mb_10_md {
    margin-bottom: 1rem; }
  .mt_20_md {
    margin-top: 2rem; }
  .mb_20_md {
    margin-bottom: 2rem; }
  .ml_30_md {
    margin-left: 3rem; }
  .mr_30_md {
    margin-right: 3rem; }
  .ml_40_md {
    margin-left: 4rem; }
  .mr_40_md {
    margin-right: 4rem; }
  .mt_40_sp {
    margin-top: 4rem; }
  .mt_50_md {
    margin-top: 5rem; }
  .mb_50_md {
    margin-bottom: 5rem; }
  .mt_60_md {
    margin-top: 6rem; }
  .mb_60_md {
    margin-bottom: 6rem; } }

@media screen and (min-width: 1021px) {
  .m_0_lg {
    margin: 0; }
  .mt_0_lg {
    margin-top: 0; }
  .mb_0_lg {
    margin-bottom: 0; }
  .ml_0_lg {
    margin-left: 0; }
  .mr_0_lg {
    margin-right: 0; }
  .m_0_auto_lg {
    margin: 0 auto; }
  .m_auto_0_lg {
    margin: auto 0; }
  .m_auto_0_0_0_lg {
    margin: auto 0 0 0; }
  .m_0_auto_0_0_lg {
    margin: 0 auto 0 0; }
  .m_0_0_auto_0_lg {
    margin: 0 0 auto 0; }
  .m_0_0_0_auto_lg {
    margin: 0 0 0 auto; }
  .mt_auto_lg {
    margin-top: auto; }
  .mb_auto_lg {
    margin-bottom: auto; }
  .ml_auto_lg {
    margin-left: auto; }
  .mr_auto_lg {
    margin-right: auto; }
  .mt_20_lg {
    margin-top: 2rem; }
  .ml_20_lg {
    margin-left: 2rem; }
  .mr_20_lg {
    margin-right: 2rem; }
  .ml_40_lg {
    margin-left: 4rem; }
  .mr_40_lg {
    margin-right: 4rem; }
  .mr_100_lg {
    margin-right: 10rem; }
  .ml_100_lg {
    margin-left: 10rem; }
  .mr_5_lg {
    margin-right: .5rem; }
  .ml_5_lg {
    margin-left: .5rem; }
  .mt_5_lg {
    margin-top: .5rem; }
  .mb_5_lg {
    margin-bottom: .5rem; } }

/* padding
------ ---------------------------------------------------- */
.p_0 {
  padding: 0; }

.p_0_i {
  padding: 0 !important; }

.pt_0 {
  padding-top: 0; }

.pl_0 {
  padding-left: 0; }

.pr_0 {
  padding-right: 0; }

.pb_0 {
  padding-bottom: 0; }

.pt_2 {
  padding-top: .2rem; }

.pb_2 {
  padding-bottom: .2rem; }

.pl_2 {
  padding-left: .2rem; }

.pr_2 {
  padding-right: .2rem; }

.pt_3 {
  padding-top: .3rem; }

.pb_3 {
  padding-bottom: .3rem; }

.pl_3 {
  padding-left: .3rem; }

.pr_3 {
  padding-right: .3rem; }

.pl_4 {
  padding-left: .4rem; }

.pr_4 {
  padding-right: .4rem; }

.p_5 {
  padding: .5rem; }

.pt_5 {
  padding-top: .5rem; }

.pb_5 {
  padding-bottom: .5rem; }

.pl_5 {
  padding-left: .5rem; }

.pr_5 {
  padding-right: .5rem; }

.p_6 {
  padding: .6rem; }

.pt_6 {
  padding-top: .6rem; }

.pb_6 {
  padding-bottom: .6rem; }

.pl_6 {
  padding-left: .6rem; }

.pr_6 {
  padding-right: .6rem; }

.p_8 {
  padding: .8rem; }

.pt_8 {
  padding-top: .8rem; }

.pb_8 {
  padding-bottom: .8rem; }

.pl_8 {
  padding-left: .8rem; }

.pr_8 {
  padding-right: .8rem; }

.p_10 {
  padding: 1rem; }

.pt_10 {
  padding-top: 1rem; }

.pb_10 {
  padding-bottom: 1rem; }

.pl_10 {
  padding-left: 1rem; }

.pr_10 {
  padding-right: 1rem; }

.pl_15 {
  padding-left: 1.5rem; }

.pr_15 {
  padding-right: 1.5rem; }

.pt_16 {
  padding-top: 1.6rem; }

.pb_16 {
  padding-bottom: 1.6rem; }

.pl_16 {
  padding-left: 1.6rem; }

.pr_16 {
  padding-right: 1.6rem; }

.p_20 {
  padding: 2rem; }

.pt_20 {
  padding-top: 2rem; }

.pb_20 {
  padding-bottom: 2rem; }

.pl_20 {
  padding-left: 2rem; }

.pr_20 {
  padding-right: 2rem; }

.pl_20_i {
  padding-left: 2rem !important; }

.pr_20_i {
  padding-right: 2rem !important; }

.pt_24 {
  padding-top: 2.4rem; }

.pb_24 {
  padding-bottom: 2.4rem; }

.pl_24 {
  padding-left: 2.4rem; }

.pr_24 {
  padding-right: 2.4rem; }

.p_30 {
  padding: 3rem; }

.pt_30 {
  padding-top: 3rem; }

.pb_30 {
  padding-bottom: 3rem; }

.pl_30 {
  padding-left: 3rem; }

.pr_30 {
  padding-right: 3rem; }

.pr_30_i {
  padding-right: 3rem !important; }

.p_40 {
  padding: 4rem; }

.pt_40 {
  padding-top: 4rem; }

.pb_40 {
  padding-bottom: 4rem; }

.pl_40 {
  padding-left: 4rem; }

.pr_40 {
  padding-right: 4rem; }

.pt_50 {
  padding-top: 5rem; }

.pb_50 {
  padding-bottom: 5rem; }

.pl_50 {
  padding-left: 5rem; }

.pr_50 {
  padding-right: 5rem; }

.pt_60 {
  padding-top: 6rem; }

.pb_60 {
  padding-bottom: 6rem; }

.pl_60 {
  padding-left: 6rem; }

.pr_60 {
  padding-right: 6rem; }

.pt_70 {
  padding-top: 7rem; }

.pb_70 {
  padding-bottom: 7rem; }

.pl_70 {
  padding-left: 7rem; }

.pr_70 {
  padding-right: 7rem; }

.pt_80 {
  padding-top: 8rem; }

.pb_80 {
  padding-bottom: 8rem; }

.pl_80 {
  padding-left: 8rem; }

.pr_80 {
  padding-right: 8rem; }

.pl_90 {
  padding-left: 9rem; }

.pr_90 {
  padding-right: 9rem; }

.pl_100 {
  padding-left: 10rem; }

.pr_100 {
  padding-right: 10rem; }

.pt_100 {
  padding-top: 10rem; }

.pb_100 {
  padding-bottom: 10rem; }

.pt_120 {
  padding-top: 12rem; }

.pb_120 {
  padding-bottom: 12rem; }

@media screen and (max-width: 767px) {
  .p_0_sm {
    padding: 0; }
  .p_0_i_sm {
    padding: 0 !important; }
  .pb_0_i_sm {
    padding-bottom: 0 !important; }
  .pt_0_sm {
    padding-top: 0; }
  .pb_0_sm {
    padding-bottom: 0; }
  .pl_0_sm {
    padding-left: 0; }
  .pr_0_sm {
    padding-right: 0; }
  .pt_0_sp {
    padding-top: 0; }
  .pb_0_sp {
    padding-bottom: 0; }
  .pt_5_sm {
    padding-top: .5rem; }
  .pb_5_sm {
    padding-bottom: .5rem; }
  .p_6_sm {
    padding: .6rem; }
  .p_10_sm {
    padding: 1rem; }
  .p_10_sp {
    padding: 1rem; }
  .pt_10_sm {
    padding-top: 1rem; }
  .pb_10_sm {
    padding-bottom: 1rem; }
  .pl_10_sm {
    padding-left: 1rem; }
  .pr_10_sm {
    padding-right: 1rem; }
  .pt_10_sp {
    padding-top: 1rem; }
  .pl_10_sp {
    padding-left: 1rem; }
  .pr_10_sp {
    padding-right: 1rem; }
  .pb_10_sp {
    padding-bottom: 1rem; }
  .pl_16_sm {
    padding-left: 1.6rem; }
  .pr_16_sm {
    padding-right: 1.6rem; }
  .p_20_sp {
    padding: 2rem; }
  .pl_20_sp {
    padding-left: 2rem; }
  .pr_20_sp {
    padding-right: 2rem; }
  .pt_20_sm {
    padding-top: 2rem; }
  .pb_20_sm {
    padding-bottom: 2rem; }
  .pt_30_sm {
    padding-top: 3rem; }
  .pl_30_sm {
    padding-left: 3rem; }
  .pr_30_sm {
    padding-right: 3rem; }
  .pb_30_sm {
    padding-bottom: 3rem; }
  .pt_40_sp {
    padding-top: 4rem; }
  .pb_40_sp {
    padding-bottom: 4rem; }
  .pt_40_sm {
    padding-top: 4rem; }
  .pb_40_sm {
    padding-bottom: 4rem; }
  .pl_40_sm {
    padding-left: 4rem; }
  .pr_40_sm {
    padding-right: 4rem; }
  .pt_50_sm {
    padding-top: 5rem; }
  .pb_50_sm {
    padding-bottom: 5rem; }
  .pl_50_sm {
    padding-left: 5rem; }
  .pt_60_sp {
    padding-top: 6rem; }
  .pb_60_sp {
    padding-bottom: 6rem; }
  .pt_60_sm {
    padding-top: 6rem; }
  .pb_60_sm {
    padding-bottom: 6rem; }
  .pl_60_sm {
    padding-left: 6rem; }
  .pt_80_sm {
    padding-top: 8rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .pt_0_sp {
    padding-top: 0; }
  .pb_0_sp {
    padding-bottom: 0; }
  .p_10_sp {
    padding: 1rem; }
  .pt_10_sp {
    padding-top: 1rem; }
  .pl_10_sp {
    padding-left: 1rem; }
  .pr_10_sp {
    padding-right: 1rem; }
  .pb_10_sp {
    padding-bottom: 1rem; }
  .pl_10_md {
    padding-left: 1rem; }
  .pr_10_md {
    padding-right: 1rem; }
  .pl_16_md {
    padding-left: 1.6rem; }
  .pr_16_md {
    padding-right: 1.6rem; }
  .p_20_md {
    padding: 2rem; }
  .p_20_sp {
    padding: 2rem; }
  .pl_20_sp {
    padding-left: 2rem; }
  .pr_20_sp {
    padding-right: 2rem; }
  .pl_20_md {
    padding-left: 2rem; }
  .pr_20_md {
    padding-right: 2rem; }
  .pt_40_sp {
    padding-top: 4rem; }
  .pb_40_sp {
    padding-bottom: 4rem; }
  .pt_50_md {
    padding-top: 5rem; }
  .pb_50_md {
    padding-bottom: 5rem; }
  .pl_50_md {
    padding-left: 5rem; }
  .pt_60_sp {
    padding-top: 6rem; }
  .pb_60_sp {
    padding-bottom: 6rem; }
  .pl_60_md {
    padding-left: 6rem; } }

@media screen and (min-width: 1021px) {
  .pt_10_lg {
    padding-top: 1rem; }
  .pb_10_lg {
    padding-bottom: 1rem; }
  .pl_10_lg {
    padding-left: 1rem; }
  .pr_10_lg {
    padding-right: 1rem; }
  .pl_15_lg {
    padding-left: 1.5rem; }
  .pr_15_lg {
    padding-right: 1.5rem; }
  .pl_16_lg {
    padding-left: 1.6rem; }
  .pr_16_lg {
    padding-right: 1.6rem; }
  .pl_40_lg {
    padding-left: 4rem; }
  .pr_40_lg {
    padding-right: 4rem; }
  .pl_50_lg {
    padding-left: 5rem; }
  .pl_60_lg {
    padding-left: 6rem; }
  .pt_100_lg {
    padding-top: 10rem; }
  .pb_100_lg {
    padding-bottom: 10rem; }
  .pl_100_lg {
    padding-left: 10rem; }
  .pr_100_lg {
    padding-right: 10rem; } }

/* animation
---------------------------------------------------------- */
@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes header_sp {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }

@keyframes header_width {
  from {
    width: 0; }
  to {
    width: 78%; } }

@keyframes reserve_detail_sp {
  from {
    transform: translateY(calc(-100% - 6rem)); }
  to {
    transform: translateY(0); } }

@keyframes ripple {
  0% {
    display: block;
    width: 100%;
    height: 100%; }
  20% {
    opacity: .4; }
  100% {
    display: block;
    width: 150%;
    height: 150%;
    opacity: 0; } }

@keyframes rotate_spinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes flash {
  0% {
    opcity: 1; }
  100% {
    opacity: 0; } }

@keyframes sheet {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

/* alert
---------------------------------------------------------- */
.alert {
  position: relative; }
  .alert .alert_value {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    z-index: 2; }
  .alert.alert_min_sp .alert_value {
    width: 2.2rem;
    height: 2.2rem;
    left: -1rem; }

/* band_box
---------------------------------------------------------- */
.band_box .band_box_title {
  padding: 1.6rem 1rem; }

.band_box .band_box_input_short {
  width: 12rem; }

.band_box .band_box_input_long {
  width: calc(100% - 12rem); }

/* button
---------------------------------------------------------- */
.button .button_item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .button .button_item:disabled {
    color: #000;
    background-color: #999;
    pointer-events: none; }

.button .button_item_anapita {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 12px; }
  @media screen and (max-width: 767px) {
    .button .button_item_anapita {
      padding: 0; } }
  .button .button_item:disabled {
    color: #000;
    background-color: #999;
    pointer-events: none; }

.button .button_item_low {
  min-height: 3.4rem; }

.button .button_accent {
  position: absolute;
  top: -4.8rem;
  font-size: 5rem; }
  @media screen and (max-width: 767px) {
    .button .button_accent {
      left: -3rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .button .button_accent {
      left: -6rem; } }
  @media screen and (min-width: 1021px) {
    .button .button_accent {
      left: -6rem; } }

.button .button_fix {
  max-width: 21rem;
  width: 100%; }

.button .button_reserve_r {
  min-width: 13rem;
  width: 100%; }

.button .button_reserve {
  max-width: 33rem;
  width: 100%; }

.button .button_regist {
  max-width: 35rem;
  width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .button .button_fix_md {
    width: 21rem; } }

.button .button_fix_middle {
  max-width: 16rem;
  width: 100%; }

.button .button_chefmenu {
  max-width: 23.6rem;
  width: calc(100% - 8.4rem); }

.button .button_menu {
  max-width: 31rem;
  width: calc(100% - 1rem); }

.button .button_follow_text {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none; }

.button.button_primary .button_item {
  position: relative;
  min-height: 3.4rem;
  border-radius: 1rem; }
  .button.button_primary .button_item::before {
    content: '';
    position: absolute;
    top: -.6rem;
    left: -.6rem;
    width: calc(100% + 1.2rem);
    height: calc(100% + 1.2rem);
    border-width: 2px;
    border-style: solid;
    border-radius: 1rem; }
  .button.button_primary .button_item.bg_key_qua::before {
    border-color: #737373; }
  .button.button_primary .button_item.bg_key_gray_dark::before {
    border-color: #252425; }
  .button.button_primary .button_item.bg_key_yellow::before {
    border-color: #ffa500; }
  .button.button_primary .button_item.bg_key_black::before {
    border-color: #000; }
  .button.button_primary .button_item.bg_key_gray::before {
    border-color: #545353; }
  .button.button_primary .button_item.bg_gray_dark::before {
    border-color: #999; }
  .button.button_primary .button_item:disabled::before {
    border-color: #999; }

.button.button_sns .button_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .6s background-color;
  padding-left: 2rem;
  padding-right: 1rem; }
  .button.button_sns .button_item:hover {
    background-color: #e6e6e6;
    transition: .6s background-color; }

.button.button_sns .button_facebook::before,
.button.button_sns .button_google::before,
.button.button_sns .button_twitter::before {
  position: absolute;
  left: 1rem; }

.button.button_sns .button_facebook::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  color: #3b5998; }

.button.button_sns .button_google::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  color: #db4437; }

.button.button_sns .button_twitter::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  color: #1da1f2; }

.button.button_sns_long .button_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.button.button_sns_long .button_facebook::before,
.button.button_sns_long .button_google::before,
.button.button_sns_long .button_twitter::before {
  position: absolute;
  left: 1rem; }

.button.button_sns_long .button_facebook::before {
  content: "";
  font-family: "Font Awesome 5 Brands"; }

.button.button_sns_long .button_google::before {
  content: "";
  font-family: "Font Awesome 5 Brands"; }

.button.button_sns_long .button_twitter::before {
  content: "";
  font-family: "Font Awesome 5 Brands"; }


.button_course_detail{
  background-color: #32373c;
    color: #fff;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-weight: bolder;
    font-size: 1.5rem;
    width: 28rem;
}

.button_course_other{
  background-color: #32373c;
    color: #fff;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-weight: bolder;
    font-size: 1.75rem;
    width: 100%;
}

/* balloon
---------------------------------------------------------- */
.balloon {
  position: relative; }
  .balloon:hover {
    cursor: pointer; }
    .balloon:hover .balloon_object {
      position: absolute;
      display: block;
      top: 3.2rem;
      left: 50%;
      z-index: 2;
      background-color: rgba(255, 165, 0, 0.8);
      animation: opacity .2s ease;
      pointer-events: none;
      transform: translateX(-50%); }
      .balloon:hover .balloon_object::before {
        content: '';
        position: absolute;
        top: -.8rem;
        left: 50%;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent rgba(255, 165, 0, 0.8) transparent;
        transform: translateX(-50%); }
      .balloon:hover .balloon_object.balloon_wide {
        width: 35rem; }
    .balloon:hover .balloon_mark {
      width: 1.6rem; }
  .balloon .balloon_object {
    display: none; }

/* card
---------------------------------------------------------- */
.card .card_item {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: .6s box-shadow, .6s opacity; }
  .card .card_item.card_item_dish, .card .card_item.card_item_chef {
    max-width: 32rem;
    height: 41.4rem;
    background-color: #fff; }
  .card .card_item.card_item_dish .card_tag_item {
    width: auto;
    max-width: 100%; }
  .card .card_item.card_item_chef .card_info {
    height: 6.6rem; }

.card a.card_item:hover {
  transition: .6s box-shadow, .6s opacity;
  box-shadow: 0 24px 72px 0 rgba(0, 0, 0, 0.1);
  opacity: 1; }

.card .card_top {
  position: relative; }

@media screen and (max-width: 767px) {
  .card .card_bottom {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .card .card_bottom {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media screen and (min-width: 1021px) {
  .card .card_bottom {
    padding-left: 3rem;
    padding-right: 3rem; } }

.card .card_like {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1; }
  .card .card_like:hover {
    cursor: pointer; }
  .card .card_like .card_like_inner {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    border: 1px solid #000;
    transition: .2s; }
  .card .card_like .far {
    position: absolute;
    top: calc(50% + .2rem);
    left: 50%;
    font-size: 2rem;
    color: #000;
    transform: translate(-50%, -50%); }
  .card .card_like .card_like_input:checked + .card_like_inner {
    border-color: #d42354;
    border-width: 2px;
    box-shadow: 0 0 10px 0 #d42354; }
    .card .card_like .card_like_input:checked + .card_like_inner::before {
      content: '';
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      display: block;
      border: 1px solid #d42354;
      border-radius: 50%;
      animation: ripple .4s ease;
      transform: translate(-50%, -50%); }
    .card .card_like .card_like_input:checked + .card_like_inner .card_heart::before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      color: #d42354;
      transition: .2s; }

.card .card_rank {
  overflow: hidden; }
  .card .card_rank .card_rank_ribbon {
    position: absolute;
    top: 2.7rem;
    left: -9.21rem;
    width: 20rem;
    height: 2.6rem;
    padding-left: 4.4rem;
    transform: rotate(-45deg);
    background-color: #ffa500;
    z-index: 1; }
    .card .card_rank .card_rank_ribbon::after {
      content: '1';
      font-size: 1.8rem; }

.card > div:nth-of-type(2) .card_rank_ribbon {
  background-color: #e6e6e6; }
  .card > div:nth-of-type(2) .card_rank_ribbon::after {
    content: '2'; }

.card > div:nth-of-type(3) .card_rank_ribbon {
  color: #fff;
  background-color: #544134; }
  .card > div:nth-of-type(3) .card_rank_ribbon::after {
    content: '3'; }

.card .card_info {
  height: 4.4rem; }

.card .card_comment {
  height: 4.4rem;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  line-height: 1.4; }

.card .card_data {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1; }
  .card .card_data .card_data_item {
    padding-left: .5rem;
    padding-right: .5rem;
    background-color: rgba(0, 0, 0, 0.7); }
    .card .card_data .card_data_item:nth-of-type(2) {
      background-color: rgba(0, 0, 0, 0.5); }

.card .card_tag .card_tag_item {
  width: calc(50% - .25rem);
  font-size: 1.2rem;
  border: 1px solid #e6e6e6; }
  .card .card_tag .card_tag_item:nth-of-type(2) {
    margin-left: .5rem; }
  .card .card_tag .card_tag_item.card_tag_item_min {
    width: calc(33.333333% - .34rem); }
    .card .card_tag .card_tag_item.card_tag_item_min:nth-of-type(2), .card .card_tag .card_tag_item.card_tag_item_min:last-of-type {
      margin-left: .5rem; }

.card .card_name_min {
  height: 2.6rem; }

.card .card_price {
  position: absolute;
  top: 17rem;
  right: 1rem;
  padding: .8rem .5rem;
  z-index: 1;
  background-color: white; }

.card .card_sidetext {
  position: absolute;
  top: 12rem;
  height: 5rem;
  right: 0;
  width: 16rem;
  padding: 0 1rem;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9); }

.card .card_availability {
  height: 4.5rem; }

.card .card_profile {
  width: 14rem;
  height: 14rem; }

.card .card_profile_middle {
  margin-top: -3.5rem; }

.card .trim_shape_square {
  border-radius: 0.4rem 0.4rem 0 0 !important; }
  .card .trim_shape_square::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.card .trim_shape_square_high {
  border-radius: 0.4rem 0.4rem 0 0 !important; }

.card.card_slide {
  overflow-x: auto; }
  .card.card_slide .card_item {
    width: 32rem;
    margin-right: 2rem; }
    @media screen and (max-width: 374px) {
      .card.card_slide .card_item {
        width: calc(100vw - 4rem);
        margin-right: 1rem; } }
  .card.card_slide div:last-of-type .card_item {
    margin-right: 1rem; }

/* card_vertical
---------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .card_vertical .card_vertical_narrow .button_item {
    width: 16rem; } }

@media screen and (min-width: 1021px) {
  .card_vertical .card_vertical_narrow .button_item {
    width: 16rem; } }

@media screen and (max-width: 767px) {
  .card_vertical .card_vertical_wide {
    width: calc(100% - 2rem); } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .card_vertical .card_vertical_wide {
    width: calc(100% - 16rem); } }

@media screen and (min-width: 1021px) {
  .card_vertical .card_vertical_wide {
    width: calc(100% - 16rem); } }

@media screen and (max-width: 767px) {
  .card_vertical .card_vertical_menutext {
    position: absolute;
    bottom: .4rem;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .card_vertical .card_vertical_attention {
    height: 6rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .card_vertical .card_vertical_attention {
    background-color: #545353; } }

@media screen and (min-width: 1021px) {
  .card_vertical .card_vertical_attention {
    background-color: #545353; } }

@media screen and (max-width: 767px) {
  .card_vertical .card_vertical_attention .fa-chevron-down {
    width: 6rem;
    height: 100%;
    font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .card_vertical .card_vertical_attention_summary {
    width: calc(100% - 7rem); } }

.card_vertical .card_vertical_tablink {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%); }

.card_vertical .card_vertical_main {
  width: calc(100% - 19rem); }

.card_vertical .card_vertical_main_title {
  width: 11.2rem; }

.card_vertical .card_vertical_main_text {
  width: calc(100% - 11.2rem); }

.card_vertical .card_vertical_sub {
  width: 18rem;
  margin-left: auto; }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .card_vertical .card_vertical_course_menu {
    width: 60rem; } }

@media screen and (min-width: 1021px) {
  .card_vertical .card_vertical_course_menu {
    width: 60rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .card_vertical.card_vertical_chef .card_vertical_narrow .button_item {
    width: 18rem;
    max-width: 18rem; } }

@media screen and (min-width: 1021px) {
  .card_vertical.card_vertical_chef .card_vertical_narrow .button_item {
    width: 18rem;
    max-width: 18rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .card_vertical.card_vertical_chef .card_vertical_wide {
    width: calc(100% - 18rem); } }

@media screen and (min-width: 1021px) {
  .card_vertical.card_vertical_chef .card_vertical_wide {
    width: calc(100% - 18rem); } }

/* dropdown
---------------------------------------------------------- */
.dropdown_trigger {
  position: relative; }
  .dropdown_trigger.is_open .fa-plus-circle::before {
    content: '\f056'; }
  .dropdown_trigger.is_open .fa-chevron-down::before {
    content: '\f077'; }
  .dropdown_trigger .fa-chevron-down {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }
  .dropdown_trigger .dropdown_icon_static {
    position: static;
    transform: translateY(0); }

.dropdown_content {
  display: none; }
  .dropdown_content.is_open {
    display: block; }
  .dropdown_content.l_flex.is_open {
    display: flex; }
  .dropdown_content.is_current {
    display: block; }
  .dropdown_content.dropdown_content_float {
    position: absolute;
    width: 27.6rem;
    z-index: 1; }

.dropdown_shadow {
  box-shadow: 0px 0px 4px 0px #999; }

@media screen and (max-width: 767px) {
  .dropdown_trigger_reservedetail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 6rem;
    background-color: #000;
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    z-index: 9; }
    .dropdown_trigger_reservedetail.is_open {
      box-shadow: none; }
      .dropdown_trigger_reservedetail.is_open .fa-chevron-down::before {
        content: '\f077'; } }

@media screen and (max-width: 767px) {
  .dropdown_content_reservedetail {
    display: none;
    transform: translateY(calc(-100% - 6rem)); }
    .dropdown_content_reservedetail.is_open {
      position: fixed;
      display: block;
      width: 100%;
      max-height: calc(70vh - 6rem);
      top: 5.8rem;
      left: 0;
      z-index: 8;
      overflow-y: auto;
      background-color: #fff;
      box-shadow: 0px 0px 5px rgba(0,0,0,.8);
      animation: reserve_detail_sp .25s ease, opacity .2s ease;
      transform: translateY(0); }
    .dropdown_content_reservedetail.is_current {
      display: block; } }

/* exif
---------------------------------------------------------- */
.exif_canvas {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* fix_message
---------------------------------------------------------- */
.fix_message {
  position: fixed;
  display: none;
  z-index: 9;
  animation: opacity .2s ease; }
  .fix_message.is_open {
    display: block; }
  .fix_message.fix_message_bottom {
    bottom: 0;
    width: 100%;
    padding: .8rem 1rem;
    line-height: 1.4;
    font-size: 1.8rem;
    box-shadow: 0px 0px 10px #999; }
  @media screen and (max-width: 767px) {
    .fix_message.hide_sp {
      display: none !important; } }

.fix_chefmenu {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  z-index: 2; }
  .fix_chefmenu.is_open {
    display: block; }

/* flow
---------------------------------------------------------- */
.flow .flow_border {
  width: 100%;
  height: .2rem;
  margin-left: auto;
  margin-right: auto; }

.flow .flow_item {
  text-align: center; }
  .flow .flow_item.flow_item_chef {
    color: #999; }
  .flow .flow_item.is_current .flow_item_text {
    position: relative;
    color: #000; }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .flow .flow_item .link_default {
      font-size: 1.2rem; } }

.flow .flow_item_text {
  height: 100%;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .flow .flow_item_text {
      font-size: 1.4rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .flow .flow_item_text {
      font-size: 1.4rem;
      white-space: nowrap; } }

.flow.flow_middle .flow_border {
  width: 66%; }

.flow.flow_middle.flow_many .flow_border {
  width: 75%; }

.flow.flow_middle .flow_item.is_current .flow_item_text::before {
  background-color: #ffa500;
  border-color: #545353; }

.flow.flow_middle .flow_item.is_finish .flow_item_text::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%); }

.flow.flow_middle .flow_item_text {
  position: relative; }
  @media screen and (max-width: 767px) {
    .flow.flow_middle .flow_item_text {
      font-size: 1.2rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .flow.flow_middle .flow_item_text {
      font-size: 1.4rem; } }
  @media screen and (min-width: 1021px) {
    .flow.flow_middle .flow_item_text {
      font-size: 1.4rem; } }
  .flow.flow_middle .flow_item_text::before {
    content: '';
    position: absolute;
    top: -3.6rem;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 50%; }

.flow_simple .flow_item {
  width: 8rem;
  height: .8rem; }

/* title
---------------------------------------------------------- */
.title {
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.title_page {
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  background-image: url(../img/bg/bg_title.jpg);
  background-color: #eee;
  background-repeat-y: repeat;
  background-size: cover;
  background-position: center;
  text-shadow: 0px 0px 12px #000; }
  @media screen and (max-width: 767px) {
    .title_page {
      padding-top: 9rem;
      padding-bottom: 4rem;
      font-size: 2.2rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .title_page {
      padding-top: 11rem;
      padding-bottom: 3rem;
      font-size: 2.8rem; } }
  @media screen and (min-width: 1021px) {
    .title_page {
      padding-top: 11rem;
      padding-bottom: 3rem;
      font-size: 2.8rem; } }

.title_chef {
  font-size: 2.2rem; }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .title_chef {
      padding-left: 6rem; } }
  @media screen and (min-width: 1021px) {
    .title_chef {
      padding-left: 22rem; } }

.title_primary {
  font-size: 2.8rem; }

.title_secondary {
  font-size: 2.6rem; }

.title_secondary_sub {
  font-size: 2.2rem; }

@media screen and (max-width: 767px) {
  .title_secondary_sub_sm {
    font-size: 2.2rem; } }

.title_secondary_extra {
  font-size: 2rem; }

.title_tertiary {
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .title_tertiary_sm {
    font-size: 1.8rem; } }

.title_header {
  font-size: 1.7rem;
  text-shadow: 0px 0px 12px #000; }

.title_quaternary {
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .title_quaternary_sm {
    font-size: 1.6rem; } }

.title_default {
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .title_default_sm {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .title_default_sp {
    font-size: 1.4rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .title_default_sp {
    font-size: 1.4rem; } }

.title_small {
  font-size: 1.3rem; }

.title_min {
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .title_min_sm {
    font-size: 1.2rem; } }

.title_band {
  position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 0; }
  .title_band::before {
    content: '';
    position: absolute;
    left: -2rem;
    bottom: .2rem;
    width: calc(100% + 4rem);
    height: 1.4rem;
    background-color: #ffa500;
    z-index: -1; }
  .title_band.title_band_white::before {
    background-color: #fff; }

.title_section + .title_section {
  display: none; }

.title_15 {
  font-size: 1.5rem; }

.title_13 {
  font-size: 1.3rem; }

.title_12 {
  font-size: 1.2rem; }

.text_box {
  display: block;
  width: 17.8rem;
  padding: .5rem 1rem;
  margin: 0 auto;
  border: 0.2rem solid;
  text-align: center;
  letter-spacing: .1em; }

/* align
---------------------------------------------------------- */
@media screen and (min-width: 1021px) {
  .align .align_textbox {
    width: 44.4rem; } }

@media screen and (max-width: 767px) {
  .align .align_image {
    max-width: 42rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .align .align_image {
    width: calc(100% - 44.4rem);
    max-width: 52.6rem; } }

@media screen and (min-width: 1021px) {
  .align .align_image {
    width: calc(100% - 44.4rem);
    max-width: 52.6rem; } }

@media screen and (max-width: 767px) {
  .align .align_image.align_image_contact {
    max-width: 15rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .align .align_image.align_image_contact {
    max-width: 30rem; } }

@media screen and (min-width: 1021px) {
  .align .align_image.align_image_contact {
    max-width: 30rem; } }

/* tandem
---------------------------------------------------------- */
.tandem .tandem_item .tandem_link {
  display: inline-block;
  border-bottom: 0.2rem solid;
  line-height: 1; }
  .tandem .tandem_item .tandem_link:hover {
    text-decoration: none; }

.tandem .tandem_item .tandem_image {
  object-fit: cover; }

.tandem .tandem_item .tandem_textbox {
  height: 6.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .tandem .tandem_item .tandem_textbox {
      height: 4rem;
      white-space: nowrap; } }

.tandem.tandem_request .tandem_image {
  height: 17rem; }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .tandem.tandem_pickup {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media screen and (min-width: 1021px) {
  .tandem.tandem_pickup {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media screen and (max-width: 767px) {
  .tandem.tandem_pickup .tandem_wrap {
    width: calc(50% - .5rem); }
    .tandem.tandem_pickup .tandem_wrap:nth-of-type(odd) {
      margin-right: .5rem; }
      .tandem.tandem_pickup .tandem_wrap:nth-of-type(odd) .tandem_item {
        margin-left: auto; }
    .tandem.tandem_pickup .tandem_wrap:nth-of-type(even) {
      margin-left: .5rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .tandem.tandem_pickup .tandem_wrap {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 1021px) {
  .tandem.tandem_pickup .tandem_wrap {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (max-width: 767px) {
  .tandem.tandem_pickup .tandem_item {
    position: relative;
    max-width: 23rem;
    margin-bottom: 1rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .tandem.tandem_pickup .tandem_item:first-of-type {
    margin-bottom: 2rem; } }

@media screen and (min-width: 1021px) {
  .tandem.tandem_pickup .tandem_item:first-of-type {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .tandem.tandem_pickup .tandem_textbox {
    background-color: rgba(255, 165, 0, 0.8); } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .tandem.tandem_pickup .tandem_textbox {
    background-color: #ffa500; } }

@media screen and (min-width: 1021px) {
  .tandem.tandem_pickup .tandem_textbox {
    background-color: #ffa500; } }

.tandem.tandem_pickup .tandem_image {
  height: 17rem; }

@media screen and (max-width: 767px) {
  .tandem.tandem_pickup .tandem_bottom {
    position: absolute;
    bottom: 0;
    width: 100%; } }

.tandem.tandem_pickup .trim_shape_search_panel {
  height: 13.7rem; }

.tandem.tandem_scene .tandem_image {
  height: 25.3328rem; }

.tandem.tandem_circle .tandem_item {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  .tandem.tandem_circle .tandem_item:last-of-type .tandem_top::before {
    content: ''; }

.tandem.tandem_circle .tandem_top {
  position: relative; }
  .tandem.tandem_circle .tandem_top::before {
    position: absolute;
    top: 50%;
    left: calc(100% + 1.9rem);
    font-size: 5rem;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    transform: translateY(-50%); }

.tandem.tandem_circle .tandem_image {
  border-radius: 50%;
  height: 28.333rem; }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .tandem.tandem_circle .tandem_image {
      height: calc(33.3333vw - 6.17rem); } }

.tandem.tandem_step {
  margin-left: auto;
  margin-right: auto; }
  .tandem.tandem_step .tandem_step_text {
    white-space: nowrap; }
    @media screen and (min-width: 1021px) {
      .tandem.tandem_step .tandem_step_text {
        height: 6.6rem; } }
  .tandem.tandem_step .tandem_item {
    max-width: 28.66rem; }
    @media screen and (max-width: 767px) {
      .tandem.tandem_step .tandem_item {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .tandem.tandem_step .tandem_item {
        width: 33.333333%; } }
    @media screen and (min-width: 1021px) {
      .tandem.tandem_step .tandem_item {
        width: 33.333333%; } }
  .tandem.tandem_step .tandem_title {
    height: 5rem;
    margin-top: 1.6rem;
    margin-bottom: .8rem; }
  .tandem.tandem_step .tandem_title_big {
    font-size: 4rem; }
  .tandem.tandem_step .tandem_pin {
    position: relative;
    width: 7rem;
    height: 7.2rem;
    margin-bottom: 2.4rem; }
    .tandem.tandem_step .tandem_pin::before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -1.4rem;
      border-style: solid;
      border-width: 2.4rem 2.4rem 0 2.4rem;
      border-color: #000 transparent transparent transparent;
      transform: translateX(-50%); }
    .tandem.tandem_step .tandem_pin.bg_key_yellow::before {
      border-color: #ffa500 transparent transparent transparent; }
  .tandem.tandem_step .tandem_arrow {
    position: relative;
    width: calc(100% - 3rem);
    height: 1.2rem; }
    @media screen and (max-width: 767px) {
      .tandem.tandem_step .tandem_arrow {
        max-width: 32rem; } }
    .tandem.tandem_step .tandem_arrow::before {
      content: '';
      position: absolute;
      right: -.8rem;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #000; }
    .tandem.tandem_step .tandem_arrow.bg_corp_brown_20::before {
      border-color: transparent transparent transparent rgba(80, 69, 43, 0.2); }
    .tandem.tandem_step .tandem_arrow.bg_gray::before {
      border-color: transparent transparent transparent #ccc; }

/* search_panel
---------------------------------------------------------- */
.search_panel.search_panel_offer .search_panel_item {
  width: 20rem;
  height: 20rem;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 767px) {
    .search_panel.search_panel_offer .search_panel_item {
      margin-bottom: 2rem;
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .search_panel.search_panel_offer .search_panel_item {
      margin-bottom: 4rem;
      margin-left: 2rem;
      margin-right: 2rem; } }
  @media screen and (min-width: 1021px) {
    .search_panel.search_panel_offer .search_panel_item {
      margin-bottom: 4rem;
      margin-left: 2rem;
      margin-right: 2rem; } }

.search_panel.search_panel_offer .search_panel_band {
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  white-space: normal;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); }

.search_panel.search_panel_offer .search_panel_image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .search_panel.search_panel_offer .search_panel_image.search_panel_image1 {
    background-image: url(../img/offer/offer1.jpg); }
  .search_panel.search_panel_offer .search_panel_image.search_panel_image2 {
    background-image: url(../img/offer/offer2.jpg); }
  .search_panel.search_panel_offer .search_panel_image.search_panel_image3 {
    background-image: url(../img/offer/offer3.jpg); }
  .search_panel.search_panel_offer .search_panel_image.search_panel_image4 {
    background-image: url(../img/offer/offer4.jpg); }
  .search_panel.search_panel_offer .search_panel_image.search_panel_image5 {
    background-image: url(../img/offer/offer5.jpg); }
  .search_panel.search_panel_offer .search_panel_image.search_panel_image6 {
    background-image: url(../img/offer/offer6.jpg); }

.search_panel_item {
  position: relative; }
  @media screen and (max-width: 767px) {
    .search_panel_item {
      width: 50%;
      padding-left: .5rem;
      padding-right: .5rem;
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .search_panel_item {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 1021px) {
    .search_panel_item {
      margin-bottom: 2rem; } }
  .search_panel_item .search_panel_band {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4.7rem;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 767px) {
      .search_panel_item .search_panel_band {
        min-width: 8rem;
        padding: .6rem .4rem; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .search_panel_item .search_panel_band {
        min-width: 10.8rem;
        padding: .6rem 2rem; } }
    @media screen and (min-width: 1021px) {
      .search_panel_item .search_panel_band {
        min-width: 10.8rem;
        padding: .6rem 2rem; } }

/* message
---------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .message .message_inner {
    overflow-y: auto;
    max-height: 70vh; } }

@media screen and (min-width: 1021px) {
  .message .message_inner {
    overflow-y: auto;
    max-height: 70vh; } }

.message .message_item.message_other .message_item_text::before {
  left: -.5rem;
  border-width: 2px 8px 14px 2px;
  transform: rotate(-40deg); }

.message .message_item.message_other .message_timestamp {
  left: 0;
  text-align: left; }

.message .message_item.message_you .message_item_main {
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .message .message_item.message_you .message_item_main {
      width: 100%; } }

.message .message_item.message_you .message_name {
  text-align: right; }

.message .message_item.message_you .message_item_textwrap {
  text-align: right; }

.message .message_item.message_you .message_item_text {
  text-align: left;
  color: #fff; }
  .message .message_item.message_you .message_item_text::before {
    right: -.5rem;
    border-width: 2px 2px 14px 8px;
    transform: rotate(40deg); }

.message .message_item.message_you .message_timestamp {
  right: 0;
  text-align: right; }

.message .message_item_textwrap {
  position: relative;
  margin-bottom: 2.2rem; }

.message .message_item_main {
  width: calc(100% - 5rem); }

.message .message_item_text {
  position: relative;
  z-index: 0; }
  .message .message_item_text::before {
    content: '';
    position: absolute;
    top: 0;
    border-style: solid;
    z-index: -1; }
  .message .message_item_text.bg_key_gray_light::before {
    border-color: transparent transparent #e6e6e6 transparent; }
  .message .message_item_text.bg_key_yellow::before {
    border-color: transparent transparent #ffa500 transparent; }
  .message .message_item_text.bg_key_gray::before {
    border-color: transparent transparent #545353 transparent; }

.message .message_timestamp {
  position: absolute;
  bottom: -1.2rem;
  width: 12rem;
  color: #000; }

.message_form .fa-image {
  font-size: 5rem; }
  @media screen and (max-width: 767px) {
    .message_form .fa-image {
      font-size: 4.65rem;
      margin-top: -0.25rem;
      margin-left: 0.1rem;
      color: #000; } }

.message_form .message_input {
  height: 4rem;
  min-height: 4rem;
  border: 0; }
  @media screen and (max-width: 767px) {
    .message_form .message_input {
      width: calc(100% - 12rem);
      padding: 0.8rem 0.6rem 0.6rem 0.6rem;
    font-size: 1.155rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .message_form .message_input {
      width: calc(100% - 7.8rem); } }
  @media screen and (min-width: 1021px) {
    .message_form .message_input {
      width: calc(100% - 7.8rem); } }

@media screen and (max-width: 767px) {
  .message_form.message_form_fix {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border: 0;
    background-color: #000; } }

@media screen and (max-width: 767px) {
  .message_form.message_form_fix .fa-image {
    color: #fff; } }

@media screen and (max-width: 767px) {
  .message_form.message_form_fix.message_form_chef {
    bottom: 4rem; } }

/* main_icon
---------------------------------------------------------- */
.mainicon .mainicon_big {
  position: relative; }
  @media screen and (max-width: 767px) {
    .mainicon .mainicon_big::before {
      font-size: 10rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .mainicon .mainicon_big::before {
      font-size: 18rem; } }
  @media screen and (min-width: 1021px) {
    .mainicon .mainicon_big::before {
      font-size: 18rem; } }
  .mainicon .mainicon_big::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .mainicon .mainicon_big::after {
        top: 2rem;
        left: 2.5rem;
        font-size: 4rem; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .mainicon .mainicon_big::after {
        top: 3.9rem;
        left: 4.6rem;
        font-size: 7rem; } }
    @media screen and (min-width: 1021px) {
      .mainicon .mainicon_big::after {
        top: 3.9rem;
        left: 4.6rem;
        font-size: 7rem; } }

.mainicon.mainicon_middle {
  height: 7rem; }
  .mainicon.mainicon_middle i {
    position: relative; }
    .mainicon.mainicon_middle i::before {
      font-size: 6.1rem; }
  .mainicon.mainicon_middle .mainicon_middle_hand {
    height: 7rem; }
    .mainicon.mainicon_middle .mainicon_middle_hand::before {
      font-size: 5.2rem; }
    .mainicon.mainicon_middle .mainicon_middle_hand::after {
      position: absolute;
      top: 2.1rem;
      left: 1.4rem;
      font-size: 4rem;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      transform: scale(-1, 1) rotate(-15deg); }

.mainicon.mainicon_upload .mainicon_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
  transform: translate(-50%, -50%); }

.mainicon.mainicon_upload .mainicon_shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mainicon.mainicon_upload .mainicon_delete {
  position: absolute;
  right: 0;
  bottom: -.6rem;
  font-size: 2.4rem; }

.mainicon_modal {
  font-size: 12rem; }

.mainicon_offer {
  font-size: 4rem; }

.mainicon_offer_min {
  font-size: 2.8rem; }

.mainicon_offer_howto {
  width: 8rem;
  height: 5rem; }

/* modal
---------------------------------------------------------- */
.modal_area {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10; }
  .modal_area.is_open {
    display: block !important; }
  .modal_area .modal_inner {
    width: 100%;
    height: 100%; }
  .modal_area .modal_close {
    position: absolute;
    top: -4.4rem;
    right: 0;
    font-size: 4rem; }
  .modal_area .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%); }
    .modal_area .modal_content.modal_content_standard {
      min-width: 60rem;
      min-height: 26rem; }

.modal_closs {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem; }
  .modal_closs.modal_closs_fix {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1; }

.modal_closs_shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  transform: translate(-50%, -50%); }
  .modal_closs_shape::before, .modal_closs_shape::after {
    content: '';
    position: absolute;
    left: 0;
    width: 2rem;
    height: .1rem;
    background-color: inherit; }
  .modal_closs_shape::before {
    transform: rotate(45deg); }
  .modal_closs_shape::after {
    transform: rotate(-45deg); }

.modal_switch_area {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15; }
  .modal_switch_area.is_open {
    display: block; }
  .modal_switch_area.bg_white {
    background-color: rgba(255, 255, 255, 0.9); }
  .modal_switch_area .modal_switch_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-height: 100vh;
    padding-top: 4rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-y: auto;
    transform: translate(-50%, -50%); }
  .modal_switch_area .modal_switch_content {
    max-height: calc(100vh - 14rem);
    overflow-y: auto;
    background-color: #fff; }
  .modal_switch_area.modal_switch_area_full .modal_switch_inner {
    padding: 0; }
  .modal_switch_area.modal_switch_area_full .modal_switch_content {
    max-height: none;
    height: 100vh;
    background-color: transparent; }

@media screen and (max-width: 767px) {
  .modal_switch_area_sp {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10; }
    .modal_switch_area_sp.is_open {
      display: block; }
    .modal_switch_area_sp .modal_switch_inner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      max-height: 100vh;
      padding-top: 4rem;
      padding-bottom: 6rem;
      padding-left: 1rem;
      padding-right: 1rem;
      overflow-y: auto;
      transform: translate(-50%, -50%); }
    .modal_switch_area_sp .modal_switch_content {
      max-height: calc(100vh - 14rem);
      overflow-y: auto;
      background-color: #fff; } }

@media screen and (max-width: 767px) {
  .modal_switch_chefmenu {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.6); }
    .modal_switch_chefmenu.is_open {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .modal_switch_chefmenu {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.6); }
    .modal_switch_chefmenu.is_open {
      display: block; } }

@media screen and (max-width: 767px) {
  .modal_switch_chefmenu .modal_switch_chefmenu_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    transform: translate(-50%, -50%); } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .modal_switch_chefmenu .modal_switch_chefmenu_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    transform: translate(-50%, -50%); } }

.modal_switch_inner_regist {
  max-width: 42rem; }

.modal_switch_inner_default {
  max-width: 51rem; }
  .modal_switch_inner_default .modal_switch_content {
    min-height: 28rem; }
  .modal_switch_inner_default.modal_switch_inner_chefdetail {
    max-width: 66rem; }

.modal_switch_inner_menu {
  max-width: 66rem; }

/* regist
---------------------------------------------------------- */
.regist {
  width: 60rem;
  height: 26rem;
  padding: 0 2rem 2rem 2rem; }
  @media screen and (max-width: 767px) {
    .regist {
      width: calc(100% - 2rem); } }
  .regist .regist_title {
    font-size: 1.8rem;
    padding: 2rem 0; }
  .regist .regist_left {
    position: relative;
    width: 50%;
    margin-right: 4rem; }
    .regist .regist_left::before {
      content: '';
      position: absolute;
      right: -2rem;
      width: .1rem;
      height: 100%;
      background-color: #eee; }
  .regist .regist_right {
    width: 50%; }
  .regist .regist_full {
    width: 100%; }
  .regist .regist_input {
    border: 1px solid #eee; }
  .regist .regist_button {
    display: block;
    width: 15rem;
    height: 4rem;
    text-align: center;
    margin: 3rem auto 0 auto; }
  .regist .regist_link {
    display: block;
    width: 100%;
    color: #fff;
    height: 4rem;
    padding: 1rem;
    border-radius: .8rem; }
    .regist .regist_link:hover {
      text-decoration: none; }
    .regist .regist_link:nth-of-type(2) {
      margin: 1rem 0;
      background-color: #3b5998; }
    .regist .regist_link:last-of-type {
      background-color: #1da1f2; }
    .regist .regist_link.fab {
      color: #fff; }
    .regist .regist_link .regist_link_text {
      display: block;
      margin: 0 auto; }
  .regist.adm_modal {
    height: auto; }

.regist_button_simple {
  position: relative;
  display: block;
  width: 40rem;
  padding: 1rem 0;
  margin: 4rem auto 0 auto;
  font-size: 1.8rem;
  text-align: center;
  height: 7rem;
  font-weight: bold;
  z-index: 1;
  letter-spacing: .5em;
  overflow: hidden; }
  .regist_button_simple::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    filter: blur(1px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/card.jpg);
    z-index: -1; }

/* list
---------------------------------------------------------- */
.list {
  counter-reset: list; }
  .list.list_number_simple .list_item::before {
    counter-increment: title;
    content: counter(title); }
  .list.list_number .list_item::before {
    counter-increment: title;
    content: counter(title) ". "; }
  .list.list_bracket .list_item::before {
    counter-increment: title;
    content: "(" counter(title) ")"; }

.list {
  counter-reset: title; }

/* logo
---------------------------------------------------------- */
.logo {
  width: 9rem;
  height: 6rem; }

.logo_middle {
  width: 13rem;
  height: 9rem; }

.chef_logo {
  width: 7rem;
  height: auto; }

@media screen and (max-width: 767px) {
  .banner {
    max-height: 15rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .banner {
    width: 25%; } }

@media screen and (min-width: 1021px) {
  .banner {
    width: 25%; } }

.banner img {
  width: auto; }

/* lower
---------------------------------------------------------- */
.lower {
  padding-top: 5.9rem; }
  .lower main {
    min-height: 40rem;
    padding-bottom: 8rem; }

@media screen and (max-width: 767px) {
  .lower_reservedetail {
    padding: 0;
    background-color: #fff; } }

@media screen and (max-width: 767px) {
  .lower_reservedetail .header_navi_trigger {
    box-shadow: none !important;
    background-color: transparent; } }

@media screen and (max-width: 767px) {
  .lower_reservedetail .header_navi_bar {
    background-color: #fff !important; } }

@media screen and (max-width: 767px) {
  .lower_reservedetail footer {
    display: none; } }

/* tab
---------------------------------------------------------- */
.tab .tab_select_item {
  width: 25rem;
  background-color: #999; }
  @media screen and (max-width: 767px) {
    .tab .tab_select_item {
      padding: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .tab .tab_select_item {
      padding: 1.4rem; } }
  @media screen and (min-width: 1021px) {
    .tab .tab_select_item {
      padding: 1.4rem; } }
  .tab .tab_select_item:hover {
    opacity: 0.8;
    cursor: pointer; }
  .tab .tab_select_item.is_current {
    position: relative;
    background-color: #ffa500;
    color: #000; }
    .tab .tab_select_item.is_current::before {
      content: '';
      position: absolute;
      bottom: -1rem;
      left: 50%;
      display: block;
      border-style: solid;
      border-width: 1rem 1rem 0 1rem;
      border-color: #ffa500 transparent transparent transparent;
      transform: translateX(-50%); }

.tab .tab_content {
  display: none; }
  .tab .tab_content.is_current {
    display: block; }

.tab .tab_select_item_default {
  background-color: #999; }
  .tab .tab_select_item_default:hover {
    opacity: 0.8;
    cursor: pointer; }
  .tab .tab_select_item_default.is_current {
    background-color: #ffa500;
    color: #000; }

/* trim_shape
---------------------------------------------------------- */
.trim_shape {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden; }
  .trim_shape img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .trim_shape.trim_shape_border {
    border: 2px solid #fff; }
  .trim_shape.trim_shape_profile {
    width: 14rem;
    height: 14rem; }
  .trim_shape.trim_shape_middle {
    width: 10rem;
    height: 10rem; }
  .trim_shape.trim_shape_min {
    width: 5rem;
    height: 5rem; }
  .trim_shape.trim_shape_message {
    width: 4rem;
    height: 4rem; }
  @media screen and (max-width: 767px) {
    .trim_shape.trim_shape_message_sp {
      width: 4rem;
      height: 4rem; } }
  .trim_shape.trim_shape_shadow {
    box-shadow: 0px 0px 6px 0px #ccc; }
  .trim_shape.trim_shape_search_panel {
    width: 100%;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .trim_shape.trim_shape_search_panel {
        height: 10rem; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .trim_shape.trim_shape_search_panel {
        height: 16.75rem; } }
    @media screen and (min-width: 1021px) {
      .trim_shape.trim_shape_search_panel {
        height: 16.75rem; } }
  .trim_shape.trim_shape_square {
    position: relative;
    width: 100%;
    height: 22rem;
    border-radius: 0; }
  .trim_shape.trim_shape_square_card_min {
    width: 19.2rem;
    height: 13.2rem;
    border-radius: 0; }
  .trim_shape.trim_shape_square_offer {
    border-radius: .4rem; }
    @media screen and (max-width: 767px) {
      .trim_shape.trim_shape_square_offer {
        width: 12rem;
        height: 8.25rem; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .trim_shape.trim_shape_square_offer {
        width: 16rem;
        height: 11rem; } }
    @media screen and (min-width: 1021px) {
      .trim_shape.trim_shape_square_offer {
        width: 16rem;
        height: 11rem; } }
  .trim_shape.trim_shape_square_high {
    position: relative;
    width: 100%;
    height: 22.4rem;
    border-radius: 0; }
  .trim_shape.trim_shape_square_middle {
    position: relative;
    width: 100%;
    height: 12.7rem;
    border-radius: 0; }

.trim_shape_review {
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .trim_shape_review {
      height: 36.55vw; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .trim_shape_review {
      max-width: 17.7rem;
      height: 12.323rem;
      margin-left: 2rem; } }
  @media screen and (min-width: 1021px) {
    .trim_shape_review {
      max-width: 17.7rem;
      height: 12.323rem;
      margin-left: 2rem; } }
  .trim_shape_review img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.trim_shape_coursemenu {
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    .trim_shape_coursemenu {
      width: 22.294rem;
      height: 15.521rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .trim_shape_coursemenu {
      width: 33rem;
      height: 22.975rem; } }
  @media screen and (min-width: 1021px) {
    .trim_shape_coursemenu {
      width: 33rem;
      height: 22.975rem; } }

.trim_shape_topmedia {
  width: 100%;
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    .trim_shape_topmedia {
      height: 26.6666666666667vw;
      max-height: 16rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .trim_shape_topmedia {
      height: 12rem; } }
  @media screen and (min-width: 1021px) {
    .trim_shape_topmedia {
      height: 12rem; } }

.trim_shape_middle_sidetext {
  width: calc(100% - 10rem); }

/* sidenavi
---------------------------------------------------------- */
.sidenavi {
  height: auto;
  font-size: 1.6rem;
  color: #fff;
  z-index: 1; }
  .sidenavi a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff; }
    .sidenavi a:hover {
      text-decoration: none; }
  .sidenavi .sidenavi_logo {
    height: 6rem;
    margin: 0 2rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: .6s opacity;
    background-image: url(../img/prime_logo_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .sidenavi .sidenavi_logo .sidenavi_logo_link {
      display: block;
      width: 100%;
      height: 100%; }
  .sidenavi .sidenavi_parent {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.25rem 2rem; }
    .sidenavi .sidenavi_parent:hover {
      transition: .2s opacity;
      opacity: 0.8;
      background-color: #5a5a5a;
      cursor: pointer; }
    .sidenavi .sidenavi_parent.is_open .sidenavi_arrow::before {
      content: '\f077'; }
    .sidenavi .sidenavi_parent .sidenavi_arrow {
      position: absolute;
      top: 50%;
      right: 2rem;
      transform: translateY(-50%); }
  .sidenavi .sidenavi_child {
    display: none; }
    .sidenavi .sidenavi_child .sidenavi_child_content {
      padding: .95rem 4.6rem;
      background-color: #666666; }
      .sidenavi .sidenavi_child .sidenavi_child_content:hover {
        transition: .2s opacity;
        opacity: 0.8; }
  .sidenavi .sidenavi_name {
    margin-left: .6rem; }
  .sidenavi .sidenavi_icon::before {
    width: 2rem;
    display: block;
    text-align: center; }
  .sidenavi.sidenavi_chefpage .is_current {
    background-color: #26aab9; }
    .sidenavi.sidenavi_chefpage .is_current:hover {
      background-color: #26aab9; }
  .sidenavi.sidenavi_mypage.is_change {
    position: fixed;
    top: 13rem; }
  .sidenavi.sidenavi_mypage.is_change_end {
    position: absolute;
    top: auto;
    bottom: 0; }
  .sidenavi.sidenavi_mypage a {
    color: #000; }
  .sidenavi.sidenavi_mypage .sidenavi_parent:hover {
    background-color: #ccc; }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .sidenavi.sidenavi_mypage .sidenavi_parent span {
      display: none; } }
  @media screen and (max-width: 767px) {
    .sidenavi.sidenavi_chefmenu {
      z-index: 10; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .sidenavi.sidenavi_chefmenu {
      z-index: 10; } }
  @media screen and (min-width: 1021px) {
    .sidenavi.sidenavi_chefmenu {
      z-index: 9; } }
  @media screen and (min-width: 1021px) {
    .sidenavi.sidenavi_chefmenu .sidenavi_inner {
      max-height: calc(100vh - 31.4rem);
      overflow-y: scroll; } }
  @media screen and (min-width: 1021px) {
    .sidenavi.sidenavi_chefmenu.is_change {
      position: fixed;
      top: 12rem; } }
  @media screen and (min-width: 1021px) {
    .sidenavi.sidenavi_chefmenu.is_change_end {
      position: absolute;
      top: auto;
      bottom: 0; } }
  .sidenavi.sidenavi_chefmenu .sidenavi_block {
    min-height: 4.4rem; }

.sidenavi_trigger {
  position: relative; }

@media screen and (min-width: 1021px) {
  .ie .sidenavi.sidenavi_chefmenu.is_change {
    position: static !important; } }

/* input
---------------------------------------------------------- */
.input_high {
  min-height: 4.8rem; }

.input_most {
  min-height: 6rem; }

@media screen and (max-width: 767px) {
  .input_most_sm {
    min-height: 6rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .input_most_md {
    min-height: 6rem; } }

@media screen and (min-width: 1021px) {
  .input_most_lg {
    min-height: 6rem; } }

.input_default {
  min-height: 4rem; }

.input_low {
  min-height: 3.4rem; }

.textarea_height {
  min-height: 7rem; }

.textarea_double {
  min-height: 11.6rem; }

.input_min {
  width: 23rem; }

.input_wide {
  width: 30rem;
  max-width: 100%; }

.confirm_wide {
  width: 19rem; }

.input_number_wide {
  width: 4.7rem;
  min-width: 4.7rem; }

.input_calender {
  max-width: 30.7875rem; }

.input_simple {
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0; }

.input_icon {
  position: relative; }
  .input_icon::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }
    .input_icon::before:hover {
      cursor: pointer; }
  .input_icon.input_icon_pwide::before {
    right: 2rem; }
  .input_icon.input_icon_big::before {
    font-size: 1.8rem; }
  .input_icon.input_icon_big .input_high {
    padding-right: 3.6rem; }

.input_side_text {
  width: 8rem; }
  .input_side_text.input_side_text_plus {
    width: 10rem; }
  .input_side_text.input_side_text_middle {
    width: 16rem; }

.input_side_object {
  width: calc(100% - 8rem); }
  .input_side_object.input_side_text_middle {
    width: calc(100% - 16rem); }

.input_checkbox input[type='checkbox'] {
  display: none; }
  .input_checkbox input[type='checkbox']:checked + .input_checkbox_view::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.input_checkbox .input_checkbox_view {
  position: relative;
  top: .2rem;
  width: 1.4rem;
  height: 1.4rem; }

.input_radio .input_radio_shape {
  position: relative; }
  .input_radio .input_radio_shape::before, .input_radio .input_radio_shape::after {
    content: '';
    display: block;
    border-radius: 50%; }
  .input_radio .input_radio_shape::before {
    width: 2rem;
    height: 2rem;
    border: 1px solid #ccc;
    background-color: #fff; }
  input[type=radio]:checked + .input_radio .input_radio_shape::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #545353;
    transform: translate(-50%, -50%); }

.input_sort input[type='radio'] {
  display: none; }
  .input_sort input[type='radio']:checked + label {
    font-weight: bold;
    border-bottom: 2px solid #ffa500; }

.input_sort label {
  position: relative; }
  .input_sort label:hover {
    cursor: pointer; }
  .input_sort label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2rem;
    width: 1px;
    height: 1.6rem;
    background-color: #000;
    transform: translateY(-50%); }
  .input_sort label:first-of-type::before {
    content: none; }

/* pager
---------------------------------------------------------- */
.pager .pager_item {
  min-width: 3.6rem;
  height: 3.6rem;
  padding: .6rem;
  margin-top: 1rem;
  background-color: #999; }
  .pager .pager_item.is_current {
    color: #fff;
    background-color: #000; }
  .pager .pager_item + .pager_item {
    margin-left: 1rem; }

/* readmore
---------------------------------------------------------- */
.readmore_trigger {
  position: relative; }
  .readmore_trigger::before {
    content: '';
    position: absolute;
    top: -3rem;
    left: 0;
    width: 100%;
    max-width: 56rem;
    height: 3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%); }
  .readmore_trigger.is_open {
    display: none; }
  .readmore_trigger.readmore_left::before {
    content: '';
    position: absolute;
    top: -3rem;
    left: 0;
    width: 28rem;
    transform: none;
    background: none; }

.readmore_content {
  display: none; }
  .readmore_content.is_open {
    display: block; }

.more_trigger.is_open .fonticon_arrow_down::before {
  content: '\f077'; }

/* radio_dropdown
---------------------------------------------------------- */
.radio_dropdown_content {
  display: none; }
  input[type=radio]:checked + label + .radio_dropdown_content {
    display: block; }

/* content
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .content img {
    max-height: 36rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content img {
    max-height: 40rem; } }

@media screen and (min-width: 1021px) {
  .content img {
    max-height: 40rem; } }

.content .content_image {
  width: 100%;
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    .content .content_image {
      max-height: 36rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .content .content_image {
      max-height: 40rem; } }
  @media screen and (min-width: 1021px) {
    .content .content_image {
      max-height: 40rem; } }

/* qanda
---------------------------------------------------------- */
.qanda .qanda_question,
.qanda .qanda_answer {
  display: flex;
  align-items: flex-start; }

.qanda .qanda_question {
  margin-bottom: 2rem; }
  .qanda .qanda_question .qanda_mark {
    background-color: #737373;
    color: #fff; }
    .qanda .qanda_question .qanda_mark::before {
      content: 'Q'; }

.qanda .qanda_answer {
  margin-bottom: 4rem; }
  .qanda .qanda_answer .qanda_mark::before {
    content: 'A'; }

.qanda .qanda_mark {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff; }
  .qanda .qanda_mark::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.6rem;
    transform: translate(-50%, -50%); }

.qanda .qanda_text {
  display: flex;
  align-items: center;
  width: calc(100% - 5rem);
  min-height: 5rem;
  margin-left: 2rem; }

/* flatpickr
---------------------------------------------------------- */
.flatpickr-day {
  border-radius: 0; }
  .flatpickr-day.today {
    border: 1px solid #e6e6e6 !important; }
  .flatpickr-day::before.circle, .flatpickr-day::before.triangle, .flatpickr-day::before.closs {
    position: absolute;
    left: 50%;
    display: block;
    transform: translateX(-50%); }
  .flatpickr-day.circle::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-weight: normal;
    color: #ffa500; }
  .flatpickr-day.triangle {
    position: relative; }
    .flatpickr-day.triangle::before {
      content: '△'; }
  .flatpickr-day.closs::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold; }
  .flatpickr-day.selected {
    background-color: #ffa500 !important; }

.flatpickr-current-month {
  padding: 0; }

.flatpickr_inline.flatpickr-input {
  display: none; }

.flatpickr-months .flatpickr-month {
  height: 40px; }

.flatpickr-calendar.inline {
  width: 100%;
  max-width: 30.7875rem;
  margin: 0 auto; }
  .flatpickr-calendar.inline .flatpickr-rContainer {
    width: 100%; }
  .flatpickr-calendar.inline .flatpickr-days {
    width: 100%; }
  .flatpickr-calendar.inline .dayContainer {
    min-width: 100%; }

.flatpickr_noon,
.flatpickr_night {
  display: none; }

.flatpickr_noon + .flatpickr-calendar .flatpickr-current-month {
  height: auto; }

.flatpickr_noon + .flatpickr-calendar .flatpickr-current-month .numInputWrapper::before,
.flatpickr_night + .flatpickr-calendar .flatpickr-current-month .numInputWrapper::before {
  position: absolute;
  top: 1.2rem;
  left: 6rem; }

.flatpickr_noon + .flatpickr-calendar .flatpickr-current-month .numInputWrapper::before {
  content: '昼'; }

.flatpickr_night + .flatpickr-calendar .flatpickr-current-month .numInputWrapper::before {
  content: '夜'; }

.js_flatpickr_notime + .flatpickr-calendar::before,
.js_flatpickr_notime + .flatpickr-calendar::after {
  content: none; }

.numInputWrapper span {
  width: 30px;
  padding: 0 4px; }
  .numInputWrapper span::after {
    left: 50%;
    transform: translateX(-50%); }

.flatpickr-day.reserve {
  position: relative;
  background-color: #e6e6e6; }
  .flatpickr-day.reserve:hover {
    background-color: #e6e6e6; }
  .flatpickr-day.reserve::before {
    content: '予約中';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #000;
    font-size: 1.2rem;
    transform: translate(-50%, -50%); }

.flatpickr-day.today:not(.disabled):hover,
.flatpickr-day.today:not(.disabled):focus {
  background-color: #e6e6e6;
  color: #000;
  border-color: #252425; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: transparent;
  color: #000;
  border-color: #252425; }

/* nouislider
---------------------------------------------------------- */
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -13px; }

.noUi-connects {
  border-radius: 0; }

.noUi-connect {
  background-color: #ffa500; }

.noUi-horizontal {
  height: .2rem; }

.noUi-target {
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #000; }
  .noUi-target::before, .noUi-target::after {
    content: '';
    position: absolute;
    top: -1rem;
    width: .1rem;
    height: 2rem;
    background-color: #000; }
  .noUi-target::before {
    left: 0; }
  .noUi-target::after {
    right: 0; }

.noUi-handle {
  top: auto !important;
  bottom: 0;
  width: auto !important;
  height: auto !important;
  border-style: solid;
  border-width: 22px 13px 0 13px;
  border-color: #ffa500 transparent transparent transparent;
  border-radius: 0;
  box-shadow: none;
  background: none;
  outline: none; }
  .noUi-handle:hover {
    cursor: pointer; }
  .noUi-handle::before, .noUi-handle::after {
    content: none; }

.range_slider_wrap {
  position: relative; }
  .range_slider_wrap::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 50%;
    display: block;
    width: .1rem;
    height: 2rem;
    background-color: #000; }

/* slick
---------------------------------------------------------- */
.slider_fullwide {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem; }
  .slider_fullwide .slick-list {
    padding: 0 0rem 0 2rem !important }
    @media screen and (max-width: 767px) and (min-width: 520px) {
      .slider_fullwide .slick-list {
        padding: 0 0 0 1rem !important } }
  .slider_fullwide .slider_item {
    padding-right: 1.5rem; }
    @media screen and (max-width: 767px) and (min-width: 520px) {
      .slider_fullwide .slider_item {
        padding-right: 4rem; } }
    @media screen and (max-width: 767px) {
      .slider_fullwide .slider_item {
        padding: 1rem;
        transform: translateX(-2.65%) } }
  .slider_fullwide .slick-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 8rem;
    transform: translateY(-50%);
    z-index: 1; }
    .slider_fullwide .slick-arrow .fas {
      color: #fff;
      font-size: 2.4rem;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
  .slider_fullwide .icon_prev {
    left: 0rem; }
  .slider_fullwide .icon_next {
    right: 0rem; }
  
  /* .slider_fullwide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

@media screen and (max-width: 767px) {
  .noslider_chefmenu {
    height: 6rem; } }

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .noslider_chefmenu {
    height: 12rem; } }

@media screen and (min-width: 1021px) {
  .noslider_chefmenu {
    height: 14rem; } }

.noslider_chefmenu img {
  width: 33.333333%;
  object-fit: cover; }

.fa-image:hover{
  opacity: 0.7;
  cursor: pointer; }

.w_chat_10 {
  width: 10%;
  }
@media screen and (max-width: 767px) {
  .w_chat_10 {
  width: auto;
  }
}


.bg_banner_bk{
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.banner_message.banner_message_bottom {
  width: 30rem;
  height: 15rem;
  padding: 1rem;
  line-height: 2.4;
  box-shadow: 0px 0px 10px #999;
}
@media screen and (max-width: 767px) {
  .banner_message.banner_message_bottom {
    width: 100%;
    height: 8rem;
    padding: 1rem 3rem 0rem 0rem;
    line-height: 1.2;
    font-size: 1.6rem;
  }
}

.banner_message.banner_message_bottom_anapita {
  width: 30rem;
  padding: 1rem;
  box-shadow: 0px 0px 10px #999;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .banner_message.banner_message_bottom_anapita {
    width: 100%;
    height: 8rem;
    line-height: 1.2;
    font-size: 1.6rem;
  }
}

.banner_message.is_open {
  display: block;
}
.banner_message {
  position: fixed;
  display: none;
  z-index: 9;
  animation: opacity .2s ease;
  right: 1rem;
  bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .banner_message {
    right: 0;
    bottom: 0;
  }
}

.banner_fix_text {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  margin: 0.75rem;
}
@media screen and (max-width: 767px) {
  .banner_fix_text {
    font-size: 1.55rem;
    margin: 0.75rem;
  }
}

.border_radius_3x {
  border-radius: 3rem;
}

.banner_button_text{
  font-size: 2.25rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .banner_button_text{
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.banner_button_text_anapita{
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .banner_button_text_anapita{
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.trim_shape.trim_shape_search_panel2 {
  width: 100%;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .trim_shape.trim_shape_search_panel2 {
      height: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .trim_shape.trim_shape_search_panel2 {
      height: 16.75rem; } }
  @media screen and (min-width: 1021px) {
    .trim_shape.trim_shape_search_panel2 {
      height: 16.75rem; } }


.button .button_fix_2 {
  max-width: 31rem;
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    }


@media screen and (min-width: 768px) and (max-width: 1020px) {
  .button .button_fix_2 {
    width: 21rem; } }

table.media29 tr {
  border: 1px solid #ddd;

}


table.media29 th {
  font-weight: bold;
  vertical-align: top;
}
table.media29 td {
  border: 1px solid #ddd;
  padding: 10px 15px 7px;
  line-height: 2.2;
  }

.trim_shape.trim_shape_search_panel3 {
  width: 100%;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .trim_shape.trim_shape_search_panel3 {
      height: 5rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .trim_shape.trim_shape_search_panel3 {
      height: 8.375rem; } }
  @media screen and (min-width: 1021px) {
    .trim_shape.trim_shape_search_panel3 {
      height: 8.375rem; } }

.search_panel_item2 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .search_panel_item2 {
      
      padding-left: .5rem;
      padding-right: .5rem;
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .search_panel_item2 {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 1021px) {
    .search_panel_item2 {
      margin-bottom: 2rem; } }
  .search_panel_item2 .search_panel_band {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4.7rem;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 767px) {
      .search_panel_item2 .search_panel_band {
        min-width: 8rem;
        padding: .6rem .4rem; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .search_panel_item2 .search_panel_band {
        min-width: 10.8rem;
        padding: .6rem 2rem; } }
    @media screen and (min-width: 1021px) {
      .search_panel_item2 .search_panel_band {
        min-width: 10.8rem;
        padding: .6rem 2rem; } }

.trim_shape.trim_shape_search_panel4 {
  width: 100%;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .trim_shape.trim_shape_search_panel4 {
      height: calc(10rem * 2/3); } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .trim_shape.trim_shape_search_panel4 {
      height: calc(16.75rem* 2/3); } }
  @media screen and (min-width: 1021px) {
    .trim_shape.trim_shape_search_panel4 {
      height: calc(16.75rem* 2/3); } }

.search_panel_item .search_panel_band2 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4.7rem;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 767px) {
    .search_panel_item .search_panel_band2 {
      min-width: 8rem;
      padding: .6rem .4rem; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .search_panel_item .search_panel_band2 {
      min-width: 10.8rem;
      padding: .6rem 2rem; } }
  @media screen and (min-width: 1021px) {
    .search_panel_item .search_panel_band2 {
      min-width: 10.8rem;
      padding: .6rem 2rem; } }

.button .button_fix2 {
  max-width: 40rem;
  width: 100%;
  }

.trim_shape2 img {
  width: 100%;
  height: 100%; }

.text-size-12{
  font-size: 1.2rem;
}
.text-size-125{
  font-size: 1.25rem;
}
.under_line{
  text-decoration:underline;
}
.w_005 {
    width: 5%;
}
@media screen and (max-width: 767px) {
  .text-size-10_sm{
    font-size: 1rem;
  }
  .text-size-11_sm {
    font-size: 1.1rem; }

    .line_height_25_sm {
      line-height: 2.5; }
  }

.text-size-2{
  font-size: 2rem;
}

.invoice_btn{
  position: absolute;
    right: 8rem;
    top: 10.25rem;
    padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .invoice_btn {
    position: absolute;
    right: 9rem;
    top: 12rem;
    padding: 0.1rem;
  }
}

.media_sp_image{
  aspect-ratio: 4/3;
  max-width: 8.5rem;
  height: auto;
}

.media_sp_top_image{
  max-width: 14.5rem;
  height: auto;
}

.media_sp_ellipsis{
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline #cfbebe;
}

.media_contents_area{
  margin: 0;
  padding: 0;
  /* border: 1px solid #cfbebe; */
}

.bg_key_gray_dark2 {
  background-color: #4A4A4A; }

  .sec6 {
    padding: 20px;
  }
  .sec6 h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .sec6 .faq {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec6 .faq li {
    margin-bottom: 50px;
  }
  .sec6 .faq li:last-child {
    margin-bottom: 0;
  }
  .sec6 .faq li h3 {
    margin-bottom: 25px;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
  }
  .sec6 .faq li h3::after {
    position: absolute;
    z-index: 10;
    right: 0;
    font-size: 2rem;
  }
  .sec6 .faq li h3.off::after {
    content: '＋';
  }
  .sec6 .faq li h3.on::after {
    content: '－';
  }
  .sec6 .faq li .ans {
    padding: 25px;
    border: 1px solid #FFF;
    display: none;
  }
  .sec6 .faq li .ans h4 {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .sec6 .faq li .ans p {
    line-height: 1.5;
  }

  .wrap {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    max-width: 1100px;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
  .sec6 {
    padding: 1.5rem 0.5rem;
  }
  .sec6 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .sec6 h2 img {
    height: 3vh;
  }
  .sec6 .faq {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec6 .faq li {
    margin-bottom: 25px;
  }
  .sec6 .faq li:last-child {
    margin-bottom: 0;
  }
  .sec6 .faq li h3 {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    font-size: 1.1rem;
  }
  .sec6 .faq li h3::after {
    position: absolute;
    z-index: 10;
    right: 0;
    font-size: 1.3rem;
  }
  .sec6 .faq li h3.off::after {
    content: '＋';
  }
  .sec6 .faq li h3.on::after {
    content: '－';
  }
  .sec6 .faq li .ans {
    padding: 15px;
    border: 1px solid #FFF;
    display: none;
  }
  .sec6 .faq li .ans h4 {
    margin-bottom: 15px;
    font-size:1.15rem;
  }
  .sec6 .faq li .ans p {
    line-height: 1.5;
    font-size: 2vw;
  }
  .wrap {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width: 96%;
  }
}

.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}

.delivery_card .delivery_card_course {
  width: 100%;
  height: 20rem;
  background-color: #fff; }
  .delivery_card .delivery_card_course img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.delivery_card .delivery_card_chef {
  width: 4.3rem;
  height: 4.3rem;
  background-color: #fff;
  object-fit: cover; }

.delivery_card .delivery_card_name {
  max-height: 4.4rem; }

.delivery_card .delivery_card_textbox {
  width: calc(100% - 4.3rem); }
  @media screen and (min-width: 1021px) {
    .delivery_card .delivery_card_textbox {
      height: 6.6rem; } }

.delivery_card .delivery_card_sub {
  color: rgba(0, 0, 0, 0.6); }


.table_auto {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.media_sp_top_ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline #cfbebe;
}

.td_title {
  width: 23%;
  }
.td_text {
  text-align: center;
}
.td_image {
  width: 13%;
  }
.media_image{
  object-fit: cover;
  width: 200px;
  height: 125px;
}

.th_id {
  width: 6%;
  }

.th_edit {
  width: 8%;
  }

.th_input {
  width: 15%;
  }
